/*

Theme Name: neveda
Theme URI: http://demo.lunartheme.com/neveda/
Author: lunartheme
Author URI: http://lunartheme.com
Description: Main theme.
Version: 1.0.0


*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Reset
//   02. Typography
//   03. General class
//   04. Layout
//   05. Header
//   06. Titlebar
//   07. Social
//   08. Widget
//   09. Footer
//   10. Single blog
//   11. Blog large archive
//   12. Blog grid archive
// ========================================================================== */
/*--------------------------------------------------------------
	01. Reset
--------------------------------------------------------------*/
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-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 14px;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http: //clagnut.com/blog/348/#c790 */
  overflow-x: hidden;
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http: //www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http: //caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http: //caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  color: #636363;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 210%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
th,
td {
  padding: 6px;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #848282;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
	02. Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
h1,
.h1 {
  font-size: 228.57142857%;
}
h2,
.h2 {
  font-size: 171.42857143%;
}
h3,
.h3 {
  font-size: 157.14285714%;
}
h4,
.h4 {
  font-size: 142.85714286%;
}
h5,
.h5 {
  font-size: 92.85714286%;
}
h6,
.h6 {
  font-size: 78.57142857%;
}
p {
  line-height: 29px;
  font-weight: 200;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
q {
  display: block;
}
blockquote,
q {
  background-color: #f6f6f6;
  line-height: 202%;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 20px 30px 20px;
  position: relative;
}
blockquote * {
  line-height: 202%;
  padding: 0;
  margin: 0;
}
blockquote:before {
  content: '\f10d';
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: 30px;
  top: 0;
  left: 0;
  bottom: auto;
}
blockquote:after {
  content: "\f10e";
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: 30px;
  right: 25px;
  bottom: 27px;
  position: absolute;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f6f6f6;
  color: #666;
  font-size: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  white-space: pre-wrap;
  padding: 15px;
}
code,
kbd,
tt,
var {
  font-size: 100%;
}
abbr,
acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}
mark,
ins {
  background: #fff;
  color: #333;
  text-decoration: none;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
ul,
ol {
  padding-left: 15px;
}
ol {
  margin: 0 0 1.5em 3em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 1.3em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  border: 0;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
pre,
code {
  font-family: 'Montserrat', Menlo, Consolas, monospace;
}
hr {
  background-color: #333;
  height: 2px;
  padding: 0;
  margin: 0;
  clear: both;
  border: 0;
  border-top: 1px solid #666;
}
::selection {
  background: #444;
  /* Safari */
  color: #fff;
}
::-moz-selection {
  background: #444;
  /* Firefox */
  color: #fff;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  border: 0;
  color: #636363;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  max-width: 100%;
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  outline: 0;
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input:not(input[type='checkbox']):not(input[type='radio']),
select,
textarea {
  -webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.k2t-btn {
  background: #333;
  color: #f3f3f3;
  cursor: pointer;
  display: inline-block;
  font-size: 100%;
  font-weight: 600;
  height: 40px;
  line-height: 100%;
  min-width: 1px;
  text-align: center;
  outline: 0;
  border: 1px solid #333333;
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px;
}
input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
  color: #333;
}
.k2t-btn:hover {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
  color: #333;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding-left: 15px;
  background: #f3f3f3;
  border: 0 solid transparent;
  color: #636363;
  font-family: 'Montserrat', sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #333;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  height: auto;
}
select {
  padding: 3px 0;
}
/* some global setting */
.avatar {
  border-radius: 50%;
}
/*--------------------------------------------------------------
	03. General class
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100% !important;
}
.wp-caption img[class*="wp-image-"] {
  display: inline;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  color: #898989;
  font-size: 70%;
  font-style: italic;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 64px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 100%;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 9999;
  /* Above WP toolbar */
}
.gallery {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-bottom: 72px !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333% !important;
}
.gallery img {
  border: none !important;
}
.gallery .gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery .gallery-caption {
  display: none;
}
.sticky {
  z-index: 100;
}
.align-left {
  text-align: left;
}
.align-right {
  padding-top: 10px;
  text-align: right;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page .k2t-body .k2t-main .content-page {
  padding-bottom: 30px;
}
.page .k2t-body .k2t-main .content-page:after {
  content: "";
  display: table;
  clear: both;
}
.page .k2t-body .k2t-main .content-page p {
  margin-bottom: 20px;
}
.page-links {
  margin-bottom: 20px;
}
.page-links .pagi {
  padding: 5px 10px;
}
.page-links a {
  padding: 5px 10px;
  background: #f5f5f7;
  margin: 0 5px;
}
.page-links a .pagi {
  padding: 0;
}
.page-links a:hover {
  background: #333;
  color: #fff;
}
input[type="password"] {
  padding: 4px 7px 9px;
  margin-right: 15px;
  margin-left: 15px;
}
input[type='password'][name='post_password'] {
  height: 40px;
}
.post-password-form label {
  float: left;
}
.page.home .k2t-content .k2t-main {
  padding-top: 0;
}
.page .k2t-content .k2t-main {
  padding-top: 88px;
}
.tooltip {
  visibility: hidden;
  text-transform: none;
  opacity: 0;
  background: #333;
  color: #fff !important;
  position: absolute;
  right: 70px;
  font-style: normal;
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  top: 3px;
  padding: 0 15px;
  white-space: nowrap;
  width: auto !important;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tooltip:before {
  height: auto !important;
  width: auto !important;
  content: "";
  position: absolute;
  border: 5px solid transparent;
}
.tooltip.bef:before {
  border-left: 5px solid #333;
  top: calc(50% - 5.5px);
  right: -10px;
}
.cart-contents:hover .tooltip {
  opacity: 1 !important;
  right: 55px;
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.add-wl:hover .tooltip {
  opacity: 1 !important;
  right: 55px;
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.yith-wcqv-button:hover .tooltip {
  opacity: 1 !important;
  right: 55px;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: visible;
}
.vc_tta.vc_general .vc_tta-panel-body {
  transform: none !important;
}
.header-wishlist {
  font-size: 16px;
}
.header-wishlist a {
  color: #444;
}
.header-wishlist a:hover {
  color: #000;
}
.btcl {
  display: none;
}
.open-cat-parent {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px !important;
  cursor: pointer;
  font-style: normal;
}
.open-cat-parent:before {
  content: '\f278';
  font-family: 'Material-Design-Iconic-Font';
}
.open-cat-parent.open:before {
  content: '\f273';
  font-family: 'Material-Design-Iconic-Font';
}
.shop-listing .add-wl,
.list .add-wl {
  position: relative;
}
.shop-listing .tooltip,
.list .tooltip {
  left: 0;
  top: -39px;
  right: auto;
}
.shop-listing .tooltip:before,
.list .tooltip:before {
  border: 5px solid transparent;
}
.shop-listing .tooltip.bef:before,
.list .tooltip.bef:before {
  border-top: 5px solid #333;
  top: calc(100%);
  right: auto;
  left: 15px;
}
.shop-listing .add-wl:hover .tooltip,
.list .add-wl:hover .tooltip {
  right: auto;
}
.shop-listing .yith-wcqv-button:hover .tooltip,
.list .yith-wcqv-button:hover .tooltip {
  right: auto;
}
.k2t-shop-sidebar::-webkit-scrollbar {
  width: 0.5em;
}
.k2t-shop-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.k2t-shop-sidebar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/*--------------------------------------------------------------
	04. Layout
--------------------------------------------------------------*/
.col-1 {
  float: left;
  min-height: 1px;
  width: 8.33333333%;
}
.col-2 {
  float: left;
  min-height: 1px;
  width: 16.66666667%;
}
.col-3 {
  float: left;
  min-height: 1px;
  width: 25%;
}
.col-4 {
  float: left;
  width: 33.3333%;
  min-height: 1px;
}
.col-5 {
  float: left;
  min-height: 1px;
  width: 41.66666667%;
}
.col-6 {
  float: left;
  min-height: 1px;
  width: 50%;
}
.col-7 {
  float: left;
  min-height: 1px;
  width: 58.33333333%;
}
.col-8 {
  float: left;
  min-height: 1px;
  width: 66.66666667%;
}
.col-9 {
  float: left;
  min-height: 1px;
  width: 75%;
}
.col-10 {
  float: left;
  min-height: 1px;
  width: 83.3333%;
}
.col-11 {
  float: left;
  min-height: 1px;
  width: 91.66666667%;
}
.col-12 {
  min-height: 1px;
  width: 100%;
  position: relative;
}
.k2t-body {
  margin: 0 auto;
}
.k2t-wrap {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.k2t-body,
.k2t-wrap,
.k2t-row,
.k2t-content,
.k2t-footer,
.k2t-info {
  display: inline-block;
  display: block;
}
.k2t-body:before,
.k2t-wrap:before,
.k2t-row:before,
.k2t-content:before,
.k2t-footer:before,
.k2t-info:before,
.k2t-body:after,
.k2t-wrap:after,
.k2t-row:after,
.k2t-content:after,
.k2t-footer:after,
.k2t-info:after {
  content: " ";
  display: table;
}
.k2t-body:after,
.k2t-wrap:after,
.k2t-row:after,
.k2t-content:after,
.k2t-footer:after,
.k2t-info:after {
  clear: both;
}
.bypostauthor {
  display: block;
}
.k2t-content {
  background-color: #fff;
  z-index: 2;
}
.k2t-content.no-sidebar .k2t-blog,
.k2t-content.no-sidebar .k2t-main {
  width: 100%;
}
.k2t-content.left-sidebar .k2t-sidebar {
  float: left;
  padding-right: 15px;
  margin-right: 0;
  width: 25%;
}
.k2t-content.left-sidebar .k2t-blog {
  float: right;
  padding-left: 15px;
}
.k2t-content.left-sidebar .k2t-main {
  float: right;
  padding-left: 15px;
}
.k2t-content.right-sidebar .k2t-sidebar {
  float: right;
  padding-left: 15px;
}
.k2t-content.right-sidebar .k2t-blog {
  float: left;
}
.k2t-content.right-sidebar .k2t-main {
  float: left;
  padding-right: 15px;
}
.k2t-content .k2t-blog {
  float: left;
  width: 75%;
}
.k2t-content .k2t-blog .k2t-blog-inner {
  background: transparent;
}
.k2t-content .k2t-blog .post-item .post-inner {
  background-color: #fff;
}
.k2t-content .k2t-sidebar {
  float: right;
  padding-top: 80px;
  width: 24%;
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner {
  background: transparent;
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner #text-7 {
  margin-bottom: 45px;
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner .k2t_widget_latest_posts .post-view {
  font-size: 8.92px;
}
.k2t-content .b- {
  display: none;
}
.k2t-content:not(.no-sidebar) .k2t-main {
  width: 75%;
}
/*home page 2*/
.k2t-main .content-page .row-2 {
  margin-top: 65px;
}
.k2t-main .content-page .row-2 .colum-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner {
  padding-left: 40px !important;
  width: 100%;
  height: 575px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 230% 100% !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper {
  width: 300px;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-1 {
  margin-top: 90px;
  margin-bottom: 22px !important;
  font-size: 20px;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-1 a {
  color: #333;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-1 a:hover {
  color: #b8b8b8;
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-1 {
    font-size: 15px;
  }
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-2 {
  height: 50px;
  margin-bottom: 5px !important;
  font-size: 40px;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-2 a {
  color: #b8b8b8;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-2 a:hover {
  color: #333;
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-2 {
    font-size: 30px;
  }
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-3 {
  margin-bottom: 26px !important;
  font-size: 50.79px;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-3 a {
  color: #333;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-3 a:hover {
  color: #b8b8b8;
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-3 {
    font-size: 37px;
  }
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-4 {
  color: #333333;
  margin-bottom: 10px !important;
  font-size: 16px;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-4 p {
  max-width: 250px;
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .text-4 {
    font-size: 12px;
  }
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button:hover {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button a {
  width: 130px;
  height: 44px;
  background-color: #000;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button a:hover {
  background-color: #fff;
}
.k2t-main .content-page .row-2 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button a span {
  line-height: 3;
}
.k2t-main .content-page .row-2 .colum-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner {
  position: relative;
  height: 575px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 45% 15% !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-1 {
  width: 270px;
  height: 132px;
  position: absolute;
  margin-top: 200px;
  background-color: #333;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-1 p {
  font-size: 20px;
  font-weight: 600;
  padding-top: 30px;
  padding-left: 44px;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-1 p a {
  color: #fff;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-1 p a:hover {
  color: #7c7c7c;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-2 {
  margin-top: 265px;
  position: absolute;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-2 p {
  font-size: 20px;
  font-weight: 600;
  padding-left: 44px;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-2 p a {
  color: #fff;
}
.k2t-main .content-page .row-2 .colum-2 .vc_column-inner .wpb_wrapper .text-2 p a:hover {
  color: #7c7c7c;
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-2 .colum-2 .vc_column-inner {
    margin-right: 0;
  }
}
.k2t-main .content-page .row-2 .colum-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner {
  position: relative;
  height: 575px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 50% 5% !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-1 {
  letter-spacing: 1px;
  width: 270px;
  height: 132px;
  position: absolute;
  margin-top: 68px;
  background-color: #333;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-1 p {
  line-height: 120%;
  text-align: center;
  font-size: 18.5px;
  font-weight: 600;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-1 p a {
  color: #fff;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-1 p a:hover {
  color: #7c7c7c;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-2 {
  letter-spacing: 0.5px;
  margin-top: 133px;
  position: absolute;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-2 p {
  font-size: 12px;
  padding-left: 85px;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-2 p a {
  color: #fff;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-2 p a:hover {
  color: #7c7c7c;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-3 {
  letter-spacing: 0.5px;
  margin-top: 150px;
  position: absolute;
}
.k2t-main .content-page .row-2 .colum-3 .vc_column-inner .wpb_wrapper .text-3 p {
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  padding-left: 116px;
  padding-top: 8px;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-main .content-page .row-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.k2t-main .content-page .row-3 {
  margin-top: 100px;
  margin-left: 0px;
}
.k2t-main .content-page .row-3 .colum-4 .vc_column-inner {
  padding-left: 15px !important;
}
.k2t-main .content-page .row-3 .colum-5 {
  padding-top: 75px;
  padding-right: 30px;
}
.k2t-main .content-page .row-3 .colum-5 .text-1 {
  margin-bottom: 20px;
}
.k2t-main .content-page .row-3 .colum-5 .vc_column-inner {
  padding-left: 0;
}
.k2t-main .content-page .row-3 .colum-5 h5 {
  font-size: 28px;
}
.k2t-main .content-page .row-3 .colum-5 p {
  color: #333333;
  font-size: 14px;
}
.k2t-main .content-page .row-4 {
  margin-top: 94px;
}
.k2t-main .content-page .row-4 .wpb_column .k2t-heading-inner {
  margin-bottom: 63px;
}
.k2t-main .content-page .row-4 .wpb_column .k2t-heading-inner .text h5 span {
  font-size: 20px;
}
.k2t-main .content-page .row-4 .wpb_column .k2t-heading-inner .text h5 span:after {
  content: '';
  background-color: #000;
  display: block;
  bottom: -28px;
  height: 3px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  top: 34px;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 22.5px 0;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border-radius: 0;
  padding: 2px 10px;
  border-color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 23px;
  background-image: none !important;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: #fff;
  background-color: #333;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:focus {
  color: #fff;
  background-color: #333;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_active a {
  color: #fff;
  background-color: #333;
  height: 28px;
  line-height: 23px;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container {
  margin-top: 41px;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels {
  border-color: #fff;
  background-color: #fff;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li {
  padding: 0 15px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item {
  height: 100%;
  position: relative;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover a > span {
  opacity: 0;
  top: -50px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover .k2t-product-info .b-action .add-wl,
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover .k2t-product-info .yith-wcqv-button,
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover .k2t-product-info .b-action .cart-contents {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-130%, 0, 0);
  -moz-transform: translate3d(-130%, 0, 0);
  -ms-transform: translate3d(-130%, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(-130%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li a > span {
  color: #646565;
  line-height: 33px;
  background-color: #e3e7e9;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li a > span:before {
  content: "|";
  position: absolute;
  top: -25px;
  left: calc( 48% );
  font-size: 15px;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .soldout {
  right: 19px;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .background-image img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .background-image img {
    height: auto;
  }
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wp-post-image {
  background-color: #f3f3f3;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wp-post-image {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wp-post-image {
    height: auto;
  }
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info h3 {
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 22px;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info h3 {
    font-size: 18px;
  }
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price {
  text-align: center;
  margin-top: -3px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price {
    width: 100%;
  }
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .description {
  display: none;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price span {
  color: red;
  font-size: 16px;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price:before {
  content: "Price:";
  color: #777777;
  font-size: 16px;
  padding-right: 5px;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price span {
    font-size: 20px;
  }
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price span {
    font-size: 16px;
  }
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price:before {
    font-size: 16px;
  }
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating {
  width: 110px;
  height: 20px;
  margin-bottom: 0;
  right: 0;
  font-size: 19px;
  unicode-bidi: bidi-override;
  direction: rtl;
  float: right;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating span:hover:before {
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating {
    width: 127px;
    right: 15px;
    font-size: 23px;
  }
}
@media only screen and (max-width: 320px) {
  .k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating {
    width: 104px;
    right: 0;
    font-size: 18px;
    bottom: 13px;
    position: absolute;
  }
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action {
  height: 500px;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .button {
  position: relative;
  bottom: 0;
  left: 0;
  text-transform: none;
  border: none;
  background-color: #f3f3f3;
  font-weight: 600;
  color: #7c7c7c;
  margin: 0;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .button:hover {
  color: #fff;
  background: #000;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl {
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  top: 185px;
  background-color: #333;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: -32px;
  z-index: 2;
  display: block;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist {
  margin: 0;
  margin-top: 0;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
  color: #000;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  color: #fff;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist a:before {
  color: #fff;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents {
  position: absolute;
  background-color: #333;
  top: 76px;
  right: -32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents:hover {
  background-color: #fff;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents:hover i {
  color: #000;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents i {
  color: #fff;
}
.k2t-main .content-page .row-4 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .yith-wcqv-button {
  position: absolute;
  top: 132px;
  right: -32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .k2t-main .content-page .row-4 {
    margin-top: 0;
  }
  .k2t-main .content-page .row-4 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.k2t-main .content-page .row-5 {
  margin-top: 55px;
}
.k2t-main .content-page .row-5 .wpb_column .k2t-heading-inner {
  margin-bottom: 70px;
}
.k2t-main .content-page .row-5 .wpb_column .k2t-heading-inner .text h5 span {
  text-transform: uppercase;
  font-size: 20px;
}
.k2t-main .content-page .row-5 .wpb_column .k2t-heading-inner .text h5 span:after {
  content: '';
  background-color: #333;
  display: block;
  bottom: -28px;
  height: 3px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  top: 40px;
}
.k2t-main .content-page .row-5 .wpb_column .k2t-blog-post {
  padding-top: 30px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-5 .wpb_column .b-grid .post-item,
  .k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .flx-entry-thumb,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .flx-entry-thumb {
  position: relative;
  float: left;
  margin-bottom: 12px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .flx-entry-thumb:hover a:before,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .flx-entry-thumb:hover a:before {
  opacity: 1;
  top: 60%;
  z-index: 999;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .flx-entry-thumb:hover a:after,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .flx-entry-thumb:hover a:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .flx-entry-thumb a:hover img,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .flx-entry-thumb a:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .flx-entry-thumb a img,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .flx-entry-thumb a img {
  margin: 0;
  padding-left: 0 !important;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .entry-content,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .entry-content {
  padding-left: 10px;
  width: calc(100% - 320px);
  float: right;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .entry-content,
  .k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .entry-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .entry-content .entry-title,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .entry-content .entry-title {
  line-height: 29px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .entry-content .excerpt,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .entry-content .excerpt {
  line-height: 29px;
  margin-bottom: 13px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta,
  .k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta {
    width: 100%;
  }
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .categories-list,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .entry-title,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .entry-title {
  font-size: 114.28571429%;
  line-height: 150%;
  margin-bottom: 3px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .date-meta,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .date-meta,
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .author-meta > *,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .author-meta > * {
  color: #686868;
  display: inline-block;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .date-meta,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .date-meta {
  width: auto;
  display: inline;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .date-meta i,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .author-meta,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .author-meta {
  width: auto;
  display: inline;
  position: relative;
  padding-right: 10px;
  text-transform: uppercase;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .author-meta:hover *,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .author-meta:hover * {
  color: #333;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .top-meta .author-meta i,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .top-meta .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.k2t-main .content-page .row-5 .wpb_column .b-grid .post-item .k2t-readmore,
.k2t-main .content-page .row-5 .wpb_column .b-masonry .post-item .k2t-readmore {
  margin-bottom: 31px;
}
/*home page 1*/
.k2t-main .content-page .row-2-hp1 {
  margin-top: 65px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner {
  position: relative;
  width: 100%;
  height: 570px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 225px 100% !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-bottom: 50px solid #f3f3f3;
  border-left: 50px solid transparent;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner:after {
  content: "N";
  color: #ffffff;
  background-color: #505050;
  padding-top: 0px;
  padding-left: 8px;
  border-top-left-radius: 5px;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper {
  padding-left: 15px;
  width: 300px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-1 {
  margin-top: 81px;
  margin-bottom: 31px;
  font-size: 50.79px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-1 a {
  color: #333333;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-1 a:hover {
  color: #b8b8b8;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-2 {
  height: 50px;
  margin-bottom: 0px !important;
  font-size: 50.79px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-2 a {
  color: #b8b8b8;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-2 a:hover {
  color: #333333;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-3 {
  margin-bottom: 20px !important;
  font-size: 14px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-3 a {
  color: #333333;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-3 a:hover {
  color: #b8b8b8;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-4 {
  width: 200px;
  color: #333333;
  margin-bottom: 10px !important;
  font-size: 16px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .text-4 p {
  line-height: 29px;
  max-width: 200px;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button {
  margin-top: 10px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button:hover {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button a {
  width: 130px;
  height: 44px;
  background-color: #000;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button a:hover {
  background-color: #ffffff;
}
.k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner .wpb_wrapper .k2t-button a span {
  line-height: 3;
}
.k2t-main .content-page .row-2-hp1 .column-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 {
  padding-right: 15px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 50% 124% !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-bottom: 50px solid #f3f3f3;
  border-left: 50px solid transparent;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner:after {
  content: "N";
  color: #ffffff;
  background-color: #505050;
  padding-top: 0px;
  padding-left: 8px;
  border-top-left-radius: 5px;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin-top: 17px;
  text-transform: uppercase;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner .wpb_wrapper .wpb_text_column p {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner .wpb_wrapper .text-2 {
  margin-top: 265px;
  position: absolute;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-21 .vc_column-inner .wpb_wrapper .text-2 p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 44px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 {
  padding-left: 15px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 50% 84% !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-bottom: 50px solid #f3f3f3;
  border-left: 50px solid transparent;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner:after {
  content: "N";
  color: #fff;
  background-color: #505050;
  padding-top: 0px;
  padding-left: 8px;
  border-top-left-radius: 5px;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin-top: 17px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner .wpb_wrapper .wpb_text_column p {
  color: #000;
  padding-left: 65px;
  width: 76%;
  font-size: 17.5px;
  font-weight: 600;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner .wpb_wrapper .text-2 {
  margin-top: 265px;
  position: absolute;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-22 .vc_column-inner .wpb_wrapper .text-2 p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding-left: 44px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 310px 79% !important;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-bottom: 50px solid #f3f3f3;
  border-left: 50px solid transparent;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner:after {
  content: "N";
  color: #fff;
  background-color: #505050;
  padding-top: 0px;
  padding-left: 8px;
  border-top-left-radius: 5px;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner .wpb_wrapper {
  width: 290px;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner .wpb_wrapper .text-1 {
  margin-top: 17px;
  margin-bottom: 0;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner .wpb_wrapper .text-1 p {
  color: #000;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
}
.k2t-main .content-page .row-2-hp1 .column-2 .column-23 .vc_column-inner .wpb_wrapper .text-2 p {
  line-height: 29px;
  font-size: 14px;
  width: 242px;
  font-weight: 600;
  padding-left: 32px;
  margin-top: 15px;
  color: #333;
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-2-hp1 .colum-1 .vc_column-inner {
    background-position: 155px 100% !important;
  }
}
.k2t-main .content-page .row-3-hp1 {
  margin-top: 100px;
  height: 595px;
}
.k2t-main .content-page .row-3-hp1 .colum-5 {
  height: 595px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 0;
  background-color: #fff;
}
.k2t-main .content-page .row-3-hp1 .colum-5:before {
  content: "";
  display: block;
  width: 585px;
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 5px;
}
.k2t-main .content-page .row-3-hp1 .colum-5:after {
  content: "";
  display: block;
  width: 585px;
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 5px;
}
.k2t-main .content-page .row-3-hp1 .colum-5 .vc_column-inner {
  padding-top: 60px;
  padding-left: 60px !important;
  padding-right: calc(100% - 590px) !important;
  height: 570px;
  margin-top: 5px;
  background-color: #f3f3f3;
}
.k2t-main .content-page .row-3-hp1 .colum-5 .vc_column-inner .text-1 p {
  color: #333 !important;
}
.k2t-main .content-page .row-3-hp1 .colum-5 .vc_column-inner .wpb_text_column {
  margin-bottom: 20px;
}
.k2t-main .content-page .row-3-hp1 .colum-5 .vc_column-inner .wpb_text_column p {
  line-height: 27px;
  font-size: 14px;
  color: #747474;
}
.k2t-main .content-page .row-3-hp1 .colum-5 .vc_column-inner .k2t-heading h5 {
  font-size: 28px;
}
@media only screen and (max-width: 736px) {
  .k2t-main .content-page .row-3-hp1 {
    height: auto;
  }
  .k2t-main .content-page .row-3-hp1 .colum-4 {
    height: 595px;
  }
}
/*home page 3*/
.k2t-main .content-page .row-2-hp3 {
  margin-top: 62px;
  margin-left: 30px;
}
.k2t-main .content-page .row-2-hp3 .column-1 {
  width: 36%;
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner {
  padding-left: 30px !important;
  width: 100%;
  height: 570px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 50% 94% !important;
  float: right;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-1 {
  font-size: 50.79px;
  margin-top: 85px;
  margin-bottom: 30px;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-1 p a {
  color: #333;
  font-weight: 200;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-1 p a:hover {
  color: #b8b8b8;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-2 {
  font-size: 50.79px;
  margin-bottom: 17px;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-2 p a {
  color: #b8b8b8;
  font-weight: 200;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-2 p a:hover {
  color: #333;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-3 {
  font-size: 20px;
  margin-bottom: 23px;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-3 p {
  color: #333;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-3 p a {
  color: #333;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-3 p a:hover {
  color: #b8b8b8;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-4 {
  font-size: 16px;
}
.k2t-main .content-page .row-2-hp3 .column-1 .vc_column-inner .text-4 p {
  color: #000;
}
.k2t-main .content-page .row-2-hp3 .column-2 {
  width: 64%;
  padding-right: 15px;
  padding-left: 15px;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-21 .vc_column-inner {
  padding-left: 40px !important;
  width: 100%;
  height: 270px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 82% 24% !important;
  margin-bottom: 30px;
  padding: 122px 38px 0;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-21 .vc_column-inner .text-1 {
  text-transform: uppercase;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-21 .vc_column-inner .text-1 p {
  color: #000;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-22 {
  width: 453px;
  padding-right: 15px;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-22 .vc_column-inner {
  padding-left: 35px !important;
  padding-right: 30% !important;
  width: 100%;
  height: 270px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 94% 78% !important;
  padding-top: 54px;
  padding-left: 31px;
  padding-right: 197px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-22 .vc_column-inner .text-1 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #000;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-22 .vc_column-inner .text-2 {
  font-size: 14px;
  color: #000;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-23 {
  width: 285px;
  padding-left: 15px;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-23 .vc_column-inner {
  width: 100%;
  height: 270px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 71% 80% !important;
  float: right;
  padding: 30px 60px 0;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-2-hp3 .column-2 .column-23 .vc_column-inner .wpb_text_column {
  font-size: 17.5px;
  color: #000;
}
@media only screen and (max-width: 667px) {
  .k2t-main .content-page .row-2-hp3 .column-2 .column-22 .vc_column-inner .text-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .k2t-main .content-page .row-2-hp3 .column-2 .column-22 .vc_column-inner .text-2 {
    font-size: 12px;
  }
  .k2t-main .content-page .row-2-hp3 .column-2 .column-23 .vc_column-inner .wpb_text_column {
    font-size: 14.5px;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-2-hp3 .column-2 .column-22 .vc_column-inner {
    padding-right: 108px;
    padding-top: 38px;
  }
  .k2t-main .content-page .row-2-hp3 .column-2 .column-23 .vc_column-inner {
    padding: 30px 40px 0;
  }
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner {
  background-position: 49% 94% !important;
  background-attachment: fixed;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 {
  padding-top: 115px;
  position: relative;
  z-index: 1;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .k2t-heading {
  width: 630px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -17px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .k2t-heading h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .k2t-heading:before {
  content: "";
  width: 170px;
  height: 1px;
  background-color: #858585;
  display: block;
  position: absolute;
  top: -59px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .k2t-heading:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #858585;
  display: block;
  position: absolute;
  top: -52px;
  left: 137px;
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .k2t-heading {
    width: 100%;
  }
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1 {
  font-size: 20px;
  margin-bottom: 21px;
  width: 630px;
  margin: 0 auto;
  position: relative;
  font-weight: 400;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1:before {
  content: "";
  width: 1px;
  height: 320px;
  background-color: #858585;
  display: block;
  position: absolute;
  top: -130px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1:after {
  content: "";
  width: 1px;
  height: 320px;
  background-color: #858585;
  display: block;
  position: absolute;
  top: -55px;
  right: 0;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1 p {
  color: #fff;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1 p a {
  color: #fff;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1 p a:hover {
  color: #848282;
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-1 {
    width: 100%;
  }
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-2 {
  font-size: 20px;
  width: 630px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  margin-top: 24px;
  font-weight: 400;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-2:before {
  content: "";
  width: 170px;
  height: 1px;
  background-color: #858585;
  display: block;
  position: absolute;
  right: 0;
  top: 204px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-2:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #858585;
  display: block;
  position: absolute;
  top: 197px;
  right: 137px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-2 p {
  color: #fff;
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .text-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .event-countdown-container .time {
    width: 85px;
    height: 85px;
  }
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .event-countdown-container .count {
    line-height: 32px;
  }
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .event-countdown-container .label {
    top: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-main .content-page .row-3 .wpb_column .vc_column-inner .wpb_wrapper .row-31 .event-countdown-container {
    margin-left: 0;
  }
}
.k2t-main .content-page .row-4-hp3 .wpb_column .k2t-heading-inner {
  margin-bottom: 63px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .k2t-heading-inner .text h5 span {
  font-size: 20px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .k2t-heading-inner .text h5 span:after {
  content: '';
  background-color: #000;
  display: block;
  height: 3px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  top: 34px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 22.5px 0;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border-radius: 0;
  padding: 2px 10px;
  border-color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 23px;
  background-image: none !important;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: #fff;
  background-color: #333;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:focus {
  color: #fff;
  background-color: #333;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-tabs-container .vc_tta-tabs-list .vc_active a {
  color: #fff;
  background-color: #333;
  height: 28px;
  line-height: 23px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container {
  margin-top: 41px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels {
  border-color: #fff;
  background-color: #fff;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li {
  padding: 0 15px 0;
  width: 25%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 30px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item {
  height: 100%;
  position: relative;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover a > span {
  opacity: 0;
  filter: alpha(opacity=0);
  top: -50px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover .k2t-product-info .b-action .add-wl,
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover .k2t-product-info .b-action .cart-contents,
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wrap-product-item:hover .k2t-product-info .yith-wcqv-button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-130%, 0, 0);
  -moz-transform: translate3d(-130%, 0, 0);
  -ms-transform: translate3d(-130%, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(-130%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li a > span {
  color: #646565;
  line-height: 33px;
  background-color: #e3e7e9;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li a > span:before {
  content: "|";
  font-size: 15px;
  position: absolute;
  top: -25px;
  left: 48%;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .soldout {
  right: 19px;
}
@media only screen and (max-width: 736px) {
  .k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .background-image img {
    height: auto;
  }
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wp-post-image {
  background-color: #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 736px) {
  .k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .wp-post-image {
    height: auto;
  }
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info h3 {
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price {
  bottom: 0;
  text-align: center;
  padding-top: 0;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .description {
  display: none;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price span {
  color: red;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .wrap-price .price:before {
  content: "Price:";
  font-family: 'Montserrat', sans-serif;
  color: #777;
  font-size: 16px;
  padding-right: 5px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating {
  display: none;
  width: 116px;
  height: 20px;
  bottom: 7px;
  margin-bottom: 0;
  right: 0;
  font-size: 19px;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .star-rating span:hover:before {
  position: absolute;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action {
  height: 500px;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .button {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: none;
  border: none;
  background-color: #f3f3f3;
  width: 130px;
  height: 40px;
  font-weight: 600;
  color: #7c7c7c;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .button:hover {
  color: #fff;
  background: #000;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl {
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  top: 185px;
  background-color: #333;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: -32px;
  z-index: 2;
  display: block;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist {
  margin: 0;
  margin-top: 0;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
  color: #000;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  color: #fff;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .add-wl .yith-wcwl-add-to-wishlist a:before {
  color: #fff;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents {
  position: absolute;
  background-color: #333;
  top: 76px;
  right: -32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents:hover {
  background-color: #fff;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents:hover i {
  color: #000;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .b-action .cart-contents i {
  color: #fff;
}
.k2t-main .content-page .row-4-hp3 .wpb_column .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .products li .k2t-product-info .yith-wcqv-button {
  position: absolute;
  top: 132px;
  right: -32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .content-page .row-5 .vc_column-inner {
  padding-top: 0;
  background-position: 48% 49%;
  background-attachment: fixed;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel {
  position: relative;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer {
  margin-left: 0;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item {
  padding-top: 170px;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-avatar img {
  width: 100px;
  height: 100px;
  border: 2px solid #7c7c7c;
  border-radius: 50%;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content {
  color: #fff;
  max-width: 750px;
  position: relative;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header {
  display: inline-flex;
  margin-top: 35px;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header header {
  margin: 0 auto;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header header:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: relative;
  right: 6px;
  bottom: 4px;
  float: left;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header header span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  float: left;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header header .member-name {
  font-weight: 200;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header header .member-role {
  margin-top: 0 !important;
  font-style: normal;
  margin-left: 20px;
  position: relative;
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content .header header .member-role:before {
  content: "";
  width: 1px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: -10px;
  background-color: #333;
}
@media only screen and (max-width: 736px) {
  .k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item .member-group .team-content {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 414px) {
  .k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-stage-outer .owl-item {
    padding-top: 115px;
  }
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: calc( 60% - 60px );
  left: calc((100% - 1200px)/2);
}
.k2t-main .content-page .row-5 .vc_column-inner .k2t-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: calc( 60% - 60px );
  right: calc((100% - 1200px)/2);
}
.k2t-main .content-page .row-5 .vc_column-inner .wpb_text_column {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.7;
}
.k2t-main .content-page .row-6 {
  margin-bottom: 65px;
}
.k2t-main .content-page .row-6 .wpb_column .iconbox-image {
  height: 65px;
  width: 65px;
  background-color: #f8faf9;
  border-radius: 50%;
  padding-top: 9px;
  float: left;
  margin-left: 15px;
}
.k2t-main .content-page .row-6 .wpb_column .iconbox-text {
  padding-top: 15px;
  width: 63%;
  float: right;
}
.k2t-main .content-page .row-6 .wpb_column .iconbox-text .desc {
  float: left;
}
.k2t-main .content-page .row-7 {
  margin-top: 50px;
}
.k2t-main .content-page .row-7 .wpb_column .k2t-heading-inner {
  margin-bottom: 70px;
}
.k2t-main .content-page .row-7 .wpb_column .k2t-heading-inner .text h5 span {
  text-transform: uppercase;
  font-size: 20px;
}
.k2t-main .content-page .row-7 .wpb_column .k2t-heading-inner .text h5 span:after {
  content: '';
  background-color: #000;
  display: block;
  bottom: -28px;
  height: 3px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  top: 34px;
}
.k2t-main .content-page .row-7 .wpb_column .k2t-blog-post {
  padding-top: 25px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .flx-entry-thumb,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .flx-entry-thumb {
  position: relative;
  float: left;
  margin-bottom: 12px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .flx-entry-thumb a:hover img,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .flx-entry-thumb a:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .flx-entry-thumb a img,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .flx-entry-thumb a img {
  margin: 0;
  padding-left: 0 !important;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .entry-content,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .entry-content {
  padding-top: 40px;
  padding-left: 10px;
  width: calc(100% - 320px);
  right: 0;
  top: 40px;
  float: right;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .entry-content .entry-title,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .entry-content .entry-title {
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 29px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .entry-content .excerpt,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .entry-content .excerpt {
  line-height: 28px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 414px) {
  .k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .entry-content,
  .k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .entry-content {
    width: 100%;
    padding-left: 0;
  }
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta {
  display: inline-block;
  position: relative;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .categories-list,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .entry-title,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .entry-title {
  font-size: 114.28571429%;
  line-height: 150%;
  margin-bottom: 3px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .date-meta,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .date-meta,
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .author-meta > *,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .date-meta,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .date-meta {
  width: auto;
  display: inline;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .date-meta i,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .author-meta,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .author-meta {
  width: auto;
  display: inline;
  text-transform: uppercase;
  padding-right: 10px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .author-meta:hover *,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .author-meta:hover * {
  color: #333;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .top-meta .author-meta i,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .top-meta .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.k2t-main .content-page .row-7 .wpb_column .b-grid .post-item .k2t-readmore,
.k2t-main .content-page .row-7 .wpb_column .b-masonry .post-item .k2t-readmore {
  margin-bottom: 31px;
}
.search .k2t-title-bar .main-title {
  font-size: 50px;
}
.search .k2t-content .k2t-main {
  width: 100%;
  padding: 100px 0 100px;
  text-align: left;
  position: relative;
}
.search .k2t-content .k2t-main .no-results .page-header {
  border-bottom: double;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}
.search .k2t-content .k2t-main .no-results .page-header .page-title {
  color: red;
  margin-bottom: 0;
}
.search .k2t-content .k2t-main .no-results .page-content .searchform .form-group {
  background-color: #fff;
  width: 100%;
}
.search .k2t-content .k2t-main .no-results .page-content .searchform .form-group input {
  width: 35%;
  padding: 10px 20px 10px;
  text-align: center;
  font-size: 17px;
  margin: 30px;
  border-radius: 25px;
}
.search .k2t-content .k2t-main .no-results .page-content .searchform .form-group button {
  display: block;
  margin: 0 auto;
  font-size: 20px;
}
.search .k2t-content .k2t-main .no-results .page-content .searchform .form-group button:hover {
  box-shadow: 0 10px 20px;
}
.search .k2t-content .k2t-main .page-header {
  border-bottom: double;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 8px;
  text-align: left;
}
.search .k2t-content .k2t-main .page-header .page-title {
  margin-bottom: 0;
}
.search .k2t-content .k2t-main article {
  margin-bottom: 20px;
  display: block;
  text-align: left;
}
.search .k2t-content .k2t-main article .entry-header {
  font-size: 9px;
}
.search .k2t-content .k2t-main article .entry-header .entry-title {
  margin-bottom: 0;
}
.author .k2t-blog .flx-entry-thumb {
  margin-bottom: 20px;
}
.author .k2t-blog .entry-content {
  margin-bottom: 20px;
}
.author .k2t-blog .entry-content .top-meta h2 {
  font-size: 25px;
}
.author .k2t-blog .entry-content .top-meta .categories-list a {
  margin-top: 0;
}
.author .k2t-blog .entry-content .author-meta {
  display: inline;
  padding-right: 10px;
}
.author .k2t-blog .entry-content .date-meta {
  display: inline;
}
.archive .k2t-blog {
  margin-bottom: 50px;
}
.archive .k2t-blog .entry-content {
  margin-bottom: 20px;
}
.archive .k2t-blog .entry-content .top-meta h2 {
  font-size: 25px;
}
.archive .k2t-blog .entry-content .author-meta {
  display: inline;
  padding-right: 10px;
}
.archive .k2t-blog .entry-content .date-meta {
  display: inline;
}
.archive .k2t-sidebar {
  padding-left: 30px;
  margin-bottom: 80px;
}
.woocommerce-account .main-title {
  padding-top: 100px !important;
  text-transform: uppercase;
}
.woocommerce-account .k2t-main {
  padding-top: 50px !important;
}
.woocommerce-account .k2t-main .woocommerce {
  width: 900px !important;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-account .k2t-main .woocommerce .logo {
  width: 25%;
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  font-style: oblique;
  position: relative;
}
.woocommerce-account .k2t-main .woocommerce .form-login {
  position: relative;
  width: 75%;
  float: right;
  padding: 5px;
}
.woocommerce-account .k2t-main .woocommerce .form-login:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  left: -20px;
  top: 0;
}
.woocommerce-account .k2t-main .woocommerce .form-login .form-row .woocommerce-Button {
  background-color: #000;
  color: #fff;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  margin-right: 20px;
  margin-top: 20px;
}
.woocommerce-account .k2t-main .woocommerce .form-login .form-row .lost_password {
  padding-left: 5px;
}
.woocommerce-account .k2t-main .woocommerce .form-login .form-row .woocommerce-Input {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .k2t-main .woocommerce .form-login .form-row .woocommerce-Input:focus {
  border: 1px solid #000;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .k2t-sidebar {
  display: none;
}
/*	quick view */
#yith-quick-view-modal .yith-wcqv-wrapper {
  padding: 0;
  height: 670px !important;
  max-height: calc(100% - 120px);
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
  padding: 30px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content {
  min-width: 900px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .onsale {
  display: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap {
  width: 430px;
  opacity: 1;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont {
  position: relative;
  overflow: hidden;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont:hover .owl-prev {
  left: 15px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont:hover .owl-next {
  right: 15px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls .owl-prev {
  display: block !important;
  position: absolute;
  top: 46%;
  left: -25px;
  border-right: 30px solid #a7a7a7;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls .owl-prev:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls .owl-prev i {
  position: absolute;
  left: 13px;
  top: -15px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls .owl-next {
  display: block !important;
  position: absolute;
  top: 46%;
  right: -25px;
  border-left: 30px solid #a7a7a7;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls .owl-next:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls .owl-next i {
  position: absolute;
  right: 13px;
  top: -15px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap .product-img-cont .owl-controls i {
  font-size: 30px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product #single-product-image-wrap #nav {
  display: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary {
  width: calc(100% - 430px);
  padding: 0 30px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content h1 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .woocommerce-product-rating {
  margin-top: 30px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .woocommerce-product-rating .star-rating {
  float: left;
  width: 117px;
  height: 20px;
  font-size: 20px;
  display: -inline-block;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .woocommerce-product-rating .review-count {
  display: inline-block;
  margin-top: 3px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .price {
  margin-bottom: 0;
  font-size: 16px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .price:before {
  content: "Price:";
  float: left;
  color: #777;
  font-size: 16px;
  margin-right: 10px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .price span {
  color: red;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .description {
  border-top: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .product-stock {
  display: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form {
  margin-top: 10px;
  width: 100%;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form h5 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form h5:after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #d8d7d5;
  bottom: -13px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .wrap-option {
  float: none;
  width: 100%;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .variations .label {
  color: #9b9b9b;
  text-transform: capitalize;
  font-size: 16px;
  float: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .variations .label label {
  font-family: 'Montserrat', sans-serif;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .variations .value {
  float: none;
  width: 100%;
  max-width: 100%;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .variations .value select {
  font-family: 'Montserrat', sans-serif;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .variations .value select option {
  color: #9a9a9a;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .variations_button .quantity_heading {
  width: 0%;
  float: left;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .variations_button .quantity_heading p {
  font-size: 16px;
  font-weight: 200;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .variations_button .quantity_select {
  left: 24px;
  float: right;
  width: 82px;
  height: 27px;
  background-color: #f3f3f3;
  border: 2px solid #c2c2c2;
  position: relative;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .variations_button .quantity_select select {
  padding-left: 20px;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: 600;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .variations_button .quantity_select:after {
  content: "\f107";
  color: #333;
  font: 16px FontAwesome;
  position: absolute;
  pointer-events: none;
  background-color: #c2c2c2;
  top: 0;
  right: 0;
  width: 22px;
  height: 24px;
  text-align: center;
  padding-top: 3px;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button {
  margin-top: 60px;
  position: absolute;
  text-transform: none;
  border: none;
  background-color: #f3f3f3;
  height: 40px;
  font-weight: 600;
  color: #7c7c7c;
  line-height: 40px;
  padding: 0 25px;
  width: auto;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .single_variation_wrap .yith-wcwl-add-to-wishlist {
  margin-top: 58px;
  left: 0;
  margin-left: 0;
  position: relative;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .entry-summary .summary-content .variations_form .img {
  display: none;
}
#yith-quick-view-modal .price {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
#yith-quick-view-modal h5 {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}
#yith-quick-view-modal h5:after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #d8d7d5;
  bottom: -5px;
}
#yith-quick-view-modal .cart {
  position: relative;
}
#yith-quick-view-modal .cart .quantity_heading {
  width: 0%;
  float: left;
}
#yith-quick-view-modal .cart .quantity_heading p {
  font-size: 16px;
  font-weight: 200;
}
#yith-quick-view-modal .cart .quantity_select {
  left: 80px;
  float: right;
  width: 82px;
  height: 27px;
  background-color: #f3f3f3;
  border: 2px solid #c2c2c2;
  position: absolute;
}
#yith-quick-view-modal .cart .quantity_select select {
  display: block;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#yith-quick-view-modal .cart .quantity_select:after {
  content: "\f107";
  color: #333;
  font: 16px FontAwesome;
  position: absolute;
  pointer-events: none;
  background-color: #c2c2c2;
  top: 0;
  right: 0;
  width: 22px;
  height: 24px;
  text-align: center;
  padding-top: 3px;
}
#yith-quick-view-modal .cart .single_add_to_cart_button {
  margin-top: 60px;
  text-transform: none;
  border: none;
  width: auto;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 25px;
}
#yith-quick-view-modal .cart .img-simple {
  display: none;
}
#yith-quick-view-modal .cart .yith-wcwl-add-to-wishlist {
  margin-top: 60px;
  margin-left: 15px;
}
.yith-wcwl-add-to-wishlist {
  background-color: #333;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0 !important;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background-color: #fff;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #000 !important;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.yith-wcqv-button:hover {
  box-shadow: none !important;
  background-color: #fff !important;
}
.k2t-shop .product .clearfix .summary .price.td-price:before,
.group_table .quantity_heading .qty {
  display: none;
}
.k2t-shop .product .clearfix .entry-summary .cart .td-qty .quantity_select {
  left: 0;
}
.k2t-shop .product .clearfix .summary .price.td-price span {
  padding: 0;
}
.k2t-shop .product .clearfix .summary .price.td-price del span {
  font-size: 13px;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr:first-child td.td-qty {
  padding-top: 0;
}
/* ============== 404 Page ============== */
.error404 .k2t-body {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  display: table;
}
.error-404-img img {
  display: block;
  margin: 25% auto 0;
}
.error404 .k2t-body .k2t-not-found {
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
}
.error404 .error-404-text {
  padding: 0;
  color: #000;
  text-align: left;
}
.error404 .error-404-text h2 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
  font-family: 'Montserrat';
  text-transform: capitalize;
  letter-spacing: 0.6em;
  margin-bottom: 12px;
}
.error404 .error-404-text h3 {
  color: #ccc;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 26px;
}
.error404 a.error-404-home {
  background: #000;
  font-family: 'Montserrat';
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 180px;
  margin-bottom: 25%;
}
.error404 a.error-404-home:hover {
  z-index: 9999;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  /* drop shadow */
}
.k2t-404-search input {
  float: left;
  padding: 13px;
  border: 1px solid #000;
  width: 34.189%;
  height: 51px;
}
.k2t-404-search form {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  margin-top: 10px;
}
.k2t-404-search button#searchsubmit {
  font-family: 'Montserrat';
  float: left;
  font-weight: 400;
  padding: 0px 30px;
  height: 51px;
  border-radius: 0;
  line-height: 50px;
}
.search.search-no-results .k2t-content .k2t-main {
  padding: 30px 0 100px;
}
.k2t-404-search.k2t-no-result {
  width: 100%;
  float: left;
}
.k2t-404-search.k2t-no-result input {
  width: 30%;
}
.k2t-main.page .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
  color: #444;
}
.k2t-main.page .k2t-blog-post .grid-layout p {
  margin-bottom: 0;
}
.k2t-testimonial .owl-controls .owl-nav .owl-next,
.k2t-testimonial .owl-controls .owl-nav .owl-prev {
  width: 25px;
  height: 46px;
  position: relative;
  top: calc( 100% - 133px );
  background-image: url('../img/icons/arrow.png');
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.k2t-testimonial .owl-controls .owl-nav .owl-prev {
  background-position: 0 -46px;
  float: left;
}
.k2t-testimonial .owl-controls .owl-nav .owl-next {
  background-position: -25px 0;
  float: right;
}
.k2t-testimonial .owl-controls .owl-nav .owl-prev:hover {
  background-position: 0 -92px;
}
.k2t-testimonial .owl-controls .owl-nav .owl-next:hover {
  background-position: -25px -46px;
}
.woocommerce div.product form.cart .variations .wrap-option label {
  padding: 0;
  font-weight: 400;
}
.k2t-shop .product .clearfix .entry-summary h5.required_fields:after {
  display: none !important;
}
.wpb_start_animation.animated {
  visibility: visible;
}
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.k2t-header#k2t-header-default .k2t-header-mid {
  padding: 0;
}
.k2t-header#k2t-header-default .k2t-menu > li {
  margin-top: 0;
  height: 140px;
  line-height: 140px;
}
.k2t-header#k2t-header-default .site-title {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.k2t-header#k2t-header-default .site-title a {
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 140px;
  width: 100%;
  float: left;
}
.k2t-header .k2t-header-top .align-right {
  padding-top: 0;
  float: right;
}
.k2t-header .k2t-header-top.full-width .k2t-wrap {
  max-width: 100%;
}
.k2t-header .k2t-header-mid {
  padding: 30px 0;
}
.k2t-header .k2t-header-mid.full-width .k2t-wrap {
  max-width: 100%;
}
.k2t-header .k2t-header-mid.full-width .k2t-wrap .ajaxsearchpro {
  position: absolute;
  right: 0;
}
.k2t-header .social {
  padding-left: 0;
}
.k2t-header .social li {
  display: inline-block;
}
.k2t-header .social li a {
  color: #fff;
  font-size: 13px;
  line-height: 34px;
  margin-right: 30px;
}
.k2t-header .element-editor {
  line-height: 34px;
  color: #fff;
  margin-left: 50px;
}
.k2t-header .element-editor p {
  display: inline-block;
  font-size: 13px;
}
.k2t-header .k2t-menu {
  padding-left: 0;
}
.k2t-header .k2t-menu .menu-item .caret {
  position: relative;
  top: 37px;
}
.k2t-header.full-width .k2t-header-mid .ajaxsearchpro {
  position: absolute;
  right: 0;
}
.k2t-header {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
.k2t-header:after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.k2t-header.full-width .k2t-wrap {
  padding: 0 40px;
  max-width: 100%;
}
.k2t-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.k2t-header.fixed > div {
  background: none;
}
.k2t-header.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.k2t-header > div {
  margin: 0 auto;
  width: 100%;
}
.k2t-header .sticky {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.h-element {
  display: inline-block;
  max-width: 100%;
  text-align: middle;
  vertical-align: left;
}
/* k2t-menu */
.k2t-header .k2t-menu li a span:before {
  content: '';
  background-color: #000;
  position: absolute;
  bottom: -7px;
  left: 51%;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-header .k2t-row {
  padding: 0 15px;
}
.k2t-header .k2t-menu li a span:after {
  content: '';
  background-color: #000;
  position: absolute;
  bottom: -7px;
  right: 51%;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-header .k2t-menu li .sub-menu {
  padding-bottom: 30px;
  left: 0;
  text-align: left;
}
.k2t-header .k2t-menu li .sub-menu .k2t-dropdown-submenu a span:after {
  display: none;
}
.k2t-header .k2t-menu li .sub-menu .k2t-dropdown-submenu a span:before {
  display: none;
}
.k2t-header .k2t-menu li:hover > a span:before {
  left: 0;
  width: 51%;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-header .k2t-menu li:hover > a span:after {
  right: 0;
  width: 51%;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-menu > li {
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  padding-left: 27px;
  padding-right: 27px;
}
.k2t-menu > li a {
  text-transform: uppercase;
  position: relative;
  font-style: normal;
  color: #444;
}
.k2t-menu > li a:hover {
  color: #252525;
}
.k2t-menu > li a:hover span {
  color: #636363;
}
.k2t-menu li {
  list-style: none;
  position: relative;
}
.k2t-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.k2t-menu li ul {
  background-color: #fff;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  width: 250px;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.k2t-menu li ul > li {
  line-height: 30px;
  white-space: : nowrap;
  padding: 10px 30px 10px 15px;
}
.k2t-menu li ul > li:hover a span {
  color: #848282;
}
.k2t-menu li ul > li a {
  display: block;
  font-weight: 300;
  line-height: 21px;
}
.k2t-menu li ul > li ul {
  top: 0;
  left: 101% !important;
  border-left: 0;
  box-shadow: none;
}
.k2t-menu li .mega-container {
  background-color: #fff;
  padding-top: 5px;
}
.k2t-menu li .mega-container > ul {
  max-width: 1170px;
  height: auto;
  margin: 0 auto !important;
}
.k2t-menu li .mega-container > ul > li {
  position: relative;
}
.k2t-menu li .mega-container > ul > li > a {
  margin: 0 20px 0;
  text-align: left;
  font-weight: 600 !important;
  text-indent: 0;
}
.k2t-menu li .mega-container > ul > li > a:after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #d8d7d5;
  display: block;
  margin-top: 15px;
}
.k2t-menu li .mega-container > ul > li ul {
  width: 100% !important;
}
.k2t-menu li .mega-container > ul > li ul li {
  width: 100%;
}
.k2t-menu li .mega-container > ul > li ul li:hover a span {
  color: #848282;
}
.k2t-menu li .mega-container > ul > li ul li a {
  margin: 0 10px 0;
  width: 100%;
  border-bottom: none !important;
  font-weight: 200 !important;
}
.k2t-menu li .mega-container > ul > li ul li a span {
  color: #333;
}
.k2t-menu li .mega-container > ul > li ul li a span:before {
  display: none;
}
.k2t-menu li .mega-container > ul > li ul li a span:after {
  display: none;
}
.k2t-header .search .form-group button,
.k2t-header .search .form-group input[type="button"],
.k2t-header .search .form-group input[type="reset"],
.k2t-header .search .form-group input[type="submit"] {
  min-width: 20px;
  height: 33px;
  background-color: #f3f3f3;
  margin-left: 45px;
}
.k2t-header .search .form-group i {
  color: #000;
}
/* k2t-menu */
.k2t-logo img {
  padding-top: 20px;
}
/* search-form */
.search-box {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 142.85714286%;
  text-align: center;
  cursor: pointer;
}
.search-box .icon_search:hover {
  color: #848282;
}
.k2t-searchbox {
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100000;
  visibility: hidden;
}
.k2t-searchbox .hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 9999;
  padding: 15px;
}
.k2t-searchbox .hamburger .hamburger-box {
  width: 15px;
  height: 15px;
  display: block;
}
.k2t-searchbox .hamburger .hamburger-inner,
.k2t-searchbox .hamburger .hamburger-inner::before,
.k2t-searchbox .hamburger .hamburger-inner::after {
  background-color: #fff !important;
  height: 2px;
  width: 15px;
}
.k2t-searchbox .mark {
  background-color: rgba(0, 0, 0, 0.9);
  height: 200%;
  width: 200%;
  position: absolute;
  top: -50%;
  right: -50%;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
.k2t-searchbox .searchform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.k2t-searchbox .searchform input {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  font-size: 142.85714286%;
  font-family: 'Montserrat', sans-serif;
  min-width: 750px;
  text-transform: none;
  border: 2px dotted #fff;
  border-radius: 50px;
  padding: 17px 10px;
}
.k2t-searchbox .searchform input::-webkit-input-placeholder {
  color: #fff !important;
}
.k2t-searchbox .searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.k2t-searchbox .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.mode-search .k2t-searchbox {
  opacity: 1;
  visibility: visible;
}
.wpdreams_asl_container {
  width: 270px !important;
  background: #f3f3f3 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  float: right;
  margin-top: 10px !important;
  z-index: 9 !important;
}
.wpdreams_asl_container .probox {
  margin: 2px 0 4px !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #f3f3f3 !important;
  height: 30px !important;
}
.wpdreams_asl_container .probox .promagnifier {
  background-color: #f3f3f3 !important;
  background-image: none !important;
  margin-top: 2px !important;
  margin-right: 0px !important;
  box-shadow: none !important;
  z-index: 1 !important;
}
.wpdreams_asl_container .probox .promagnifier:before {
  content: '\f1c3';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  color: #333;
}
.wpdreams_asl_container .probox .proloading .asp_loader {
  display: none !important;
}
.wpdreams_asl_container .probox .proloading .asl_simple-circle {
  width: 60% !important;
  height: 60% !important;
}
.wpdreams_asl_container .probox .proclose svg {
  background: #f3f3f3 !important;
  box-shadow: none !important;
  fill: #333 !important;
}
.wpdreams_asl_container .probox .proinput input.orig {
  padding-top: 0 !important;
  color: #676767 !important;
}
.wpdreams_asl_container .probox .proinput input.orig::-webkit-input-placeholder {
  color: #676767 !important;
  font-family: 'Montserrat', sans-serif !important;
}
.wpdreams_asl_container .probox .prosettings {
  display: none;
}
.h-element .shop-cart {
  width: 20%;
}
.h-element .open-sidebar i {
  font-size: 16px;
}
.form-group {
  max-width: 275px;
  background-color: #f3f3f3;
  font-size: 10px;
  border: 1px;
  width: 100%;
  float: left;
  position: relative;
}
.k2t-header-m {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #wpadminbar {
    position: fixed !important;
  }
  .admin-bar .mobile-menu-wrap {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .k2t-header .k2t-menu-m .mobile-menu-wrap {
    width: 260px;
    left: -260px;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    overflow: scroll;
    -webkit-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu {
    list-style-type: none;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .wrap-link-item {
    position: relative;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .wrap-link-item .open-sub-menu {
    position: absolute;
    right: 0;
    width: 30px;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .wrap-link-item .open-sub-menu:before {
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    color: #333;
    display: inline-block;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .sub-menu {
    list-style-type: none;
    display: none;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .sub-menu .menu-item-has-children .wrap-link-item .open-sub-menu {
    display: block;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .open-sub-menu {
    display: none;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap .mobile-menu .menu-item-has-children .sub-menu li .wrap-link-item .open-sub-menu {
    display: none;
  }
  .k2t-header .k2t-menu-m .mobile-menu-wrap.active {
    left: 0;
    -webkit-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
  }
}
/* revslider */
.rev_slider .tp-revslider-mainul .rev-btn {
  min-width: 130px !important;
  min-height: 45px !important;
  border: 1px solid rgba(0, 0, 0, 0.74902) !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rev_slider .tp-revslider-mainul .rev-btn:hover .read .slider-btn {
  color: #000 !important;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rev_slider .tp-revslider-mainul .rev-btn .read .slider-btn {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff !important;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width: 568px) {
  .rev_slider .tp-revslider-mainul .rev-btn {
    min-width: 50px !important;
    min-height: 20px !important;
  }
  .rev_slider .tp-revslider-mainul .rev-btn .read .slider-btn {
    font-size: 11px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 736px) {
  .rev_slider .tp-leftarrow {
    left: -5% !important;
  }
  .rev_slider .tp-rightarrow {
    left: 105% !important;
  }
}
@media only screen and (max-width: 480px) {
  .rev_slider .tp-leftarrow {
    left: -15% !important;
  }
  .rev_slider .tp-leftarrow:before {
    font-size: 15px !important;
    padding-left: 0;
    width: 70px !important;
  }
  .rev_slider .tp-leftarrow:after {
    font-size: 10px !important;
  }
  .rev_slider .tp-rightarrow {
    left: 115% !important;
  }
  .rev_slider .tp-rightarrow:before {
    font-size: 15px !important;
    padding-left: 0;
    width: 30px !important;
  }
  .rev_slider .tp-rightarrow:after {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 320px) {
  .rev_slider .tp-leftarrow {
    left: -23% !important;
  }
  .rev_slider .tp-rightarrow {
    left: 123% !important;
  }
}
/*--------------------------------------------------------------
	06. Titlebar
--------------------------------------------------------------*/
.k2t-title-bar {
  text-align: center;
  position: relative;
  height: 275px;
  background-image: url('../img/titlebar-img.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.k2t-title-bar:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0.8;
}
.k2t-title-bar.hidden-excerpt .main-excerpt {
  opacity: 0;
  display: none;
}
.k2t-title-bar.hidden-bc .breadcrumb {
  opacity: 1;
}
.k2t-title-bar > *:not(.mask) {
  position: relative;
  z-index: 2;
}
.k2t-title-bar .mask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.k2t-title-bar .mask.pattern {
  background-repeat: repeat;
}
.k2t-title-bar .main-title {
  padding-top: 103px;
  color: #dadbdf;
  font-family: 'Montserrat', sans-serif;
  font-size: 33.33px;
  font-weight: 400;
  margin-bottom: 13px;
}
.k2t-title-bar .main-excerpt {
  display: none;
  color: #fff;
}
.k2t-title-bar .main-excerpt span:first-child:not(:last-child) {
  margin-right: 15px;
}
.k2t-title-bar .k2t-breadcrumbs {
  list-style: none;
  padding-left: 0;
  font-size: 100%;
}
.k2t-title-bar .k2t-breadcrumbs a {
  color: #fff;
}
.k2t-title-bar .k2t-breadcrumbs li {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.k2t-title-bar .k2t-breadcrumbs li:not(:last-child):after {
  content: '/';
  margin-left: 10px;
}
.k2t-title-bar .k2t-breadcrumbs li * {
  color: #fff;
}
.k2t-title-bar .k2t-breadcrumbs li a:hover {
  color: #F5F5B1;
}
body.page .k2t-title-bar ~ .k2t-content .k2t-main {
  padding-top: 0;
}
/*--------------------------------------------------------------
	07. Social
--------------------------------------------------------------*/
.social ul {
  float: left;
  list-style: none;
  padding-left: 15px;
  padding-right: 0;
}
.social ul li {
  font-size: 12px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.social ul li:not(:last-child) {
  margin-right: 14px;
}
.social ul li a {
  border: 1px solid #252525;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 22.5px;
  height: 23px;
}
.social ul li a:hover {
  background-color: #333;
}
.social ul li a:hover i {
  color: #fff;
}
.social ul li a i {
  font-size: 14px;
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.k2t-social-share.social li a:hover span {
  opacity: 1;
  top: -35px;
  visibility: visible;
}
.k2t-social-share.social li a span {
  width: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  left: 70%;
  margin-left: -40px;
  line-height: 24px;
  font-size: 11px;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #fbfbfb;
}
.spinner.spinner-assertive {
  stroke: #8ec5c3;
  fill: #8ec5c3;
}
.spinner svg {
  width: 60px;
  height: 60px;
  top: 47%;
  left: 47%;
  position: absolute;
}
/*--------------------------------------------------------------
	08. Widget
--------------------------------------------------------------*/
.widget {
  background: #fff;
  margin-bottom: 30px;
}
/*  Widget RSS   */
.widget_rss ul {
  list-style: none;
  padding-left: 0;
}
.widget_rss ul li {
  margin-bottom: 15px;
}
/*  Widget calendar   */
.widget_calendar {
  padding-left: 0;
  padding-right: 0;
}
.widget_calendar * {
  text-align: center;
}
.widget_calendar .calendar_wrap {
  padding-top: 83px;
  position: relative;
}
.widget_calendar table > caption {
  color: #252525;
  display: block;
  font-size: 128.57142857%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  height: 83px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.widget_calendar table thead th {
  color: #a3a3a3;
  font-size: 100%;
  font-style: italic;
  font-weight: 400;
}
.widget_calendar table tbody td {
  color: #252525;
  font-size: 128.57142857%;
}
.widget_calendar table tbody td#today {
  background: #ebebeb;
}
.widget_calendar table tbody td a {
  position: relative;
}
.widget_calendar table tbody td a:before {
  content: '';
  background: #333;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.widget_calendar table tfoot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 83px;
  width: 100%;
}
.widget_calendar table tfoot tr {
  display: block;
  overflow: hidden;
  width: 100%;
}
.widget_calendar table tfoot tr td {
  border-width: 0;
  height: 83px;
  line-height: 67px;
  padding-left: 0;
  padding-right: 0;
  width: 14.28571%;
}
.widget_calendar table tfoot tr td#prev,
.widget_calendar table tfoot tr td#next {
  display: block;
  float: left;
}
.widget_calendar table tfoot tr td#prev a,
.widget_calendar table tfoot tr td#next a {
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 69px;
  text-indent: 999px;
}
.widget_calendar table tfoot tr td#prev a:before,
.widget_calendar table tfoot tr td#next a:before {
  content: '\f2ea';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(49%);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0px;
}
.widget_calendar table tfoot tr td.pad {
  display: none;
}
.widget_calendar table tfoot tr td#next {
  float: right;
}
.widget_calendar table tfoot tr td#next a:before {
  content: '\f2ee';
}
.widget_calendar table tfoot tr td a {
  width: 100%;
}
/*  Widget neveda recent post   */
.widget_categories .widget-title {
  font-size: 164.28571429%;
}
.widget_categories ul {
  padding-left: 0;
}
.widget_categories ul li {
  list-style: none;
  padding-left: 0;
}
.widget_categories ul li a {
  font-size: 114.28571429%;
  font-weight: 600;
  color: #333;
}
.widget_categories ul li ul.children {
  padding-left: 0;
}
.widget_categories ul li ul.children li a {
  font-size: 107.14285714%;
  font-weight: 400;
  color: #717171;
}
#k2t_recent_post-3 .widget-title {
  margin-bottom: 10px;
  font-size: 164.28571429%;
}
#k2t_recent_post-3 a {
  color: #7a7a7a;
  font-weight: normal;
}
#k2t_recent_post-3 a:hover {
  color: #333;
}
#k2t_recent_post-3 .post-view {
  display: none;
}
.k2t-sidebar-inner {
  width: 100%;
  float: left;
}
.k2t-sidebar-inner .widget {
  width: 100%;
  float: left;
}
.k2t-sidebar-inner .widget .widget-title span {
  font-size: 23px;
  color: #333;
}
.k2t-sidebar-inner .widget .widget-title span:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #d8d7d5;
  margin-top: 6px;
  position: absolute;
}
.k2t-sidebar-inner .widget .posts-list {
  width: 100%;
  float: left;
  margin-top: 18px;
  margin-bottom: 5px;
}
.col-3 .widget_text span {
  margin-right: 18px;
  font-size: 16px;
}
.widget * {
  color: #515151;
}
.widget .textwidget li {
  padding-left: 4px;
  font-size: 12px;
  font-weight: 600;
}
.k2t_widget_latest_posts .posts-list .post-item {
  margin-bottom: 17px;
  width: 100%;
  float: left;
}
.k2t_widget_latest_posts .posts-list .post-thumb {
  margin-right: 15px;
  float: left;
}
.k2t_widget_latest_posts .posts-list .post-text h4 {
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: -4px;
  font-weight: 400;
}
.k2t_widget_latest_posts .posts-list .post-view {
  color: #333;
  font-size: 9px;
}
.k2t_widget_latest_posts .posts-list .post-view i {
  border: 1px solid #e6e6e6;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
}
.mc4wp-form {
  margin-top: 8px;
  width: 200px;
  height: 30px;
}
@media (max-width: 568px) {
  .mc4wp-form {
    width: 100%;
  }
}
.list-contact {
  color: #959595;
  font-size: 14px;
  list-style: none;
  line-height: 24px;
  padding-left: 0;
}
.list-contact i {
  margin-right: 24px;
}
.list-contact p {
  margin-bottom: 0;
}
.widget_text p {
  line-height: 260%;
}
.widget_text input[type='email'] {
  font-size: 100%;
  background-color: #fff;
  height: 30px;
  width: 200px;
}
@media (max-width: 568px) {
  .widget_text input[type='email'] {
    width: 100%;
  }
}
.list-open-hour {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.list-open-hour li {
  background: #252525;
  border-radius: 10px;
  display: block;
  height: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
}
.list-open-hour li:hover {
  background: #ff5722;
}
.list-open-hour li span {
  color: #fff;
  font-size: 12px;
  font-weight: 300px;
}
.list-open-hour li span:first-child {
  float: left;
  position: relative;
  padding-left: 10px;
}
.list-open-hour li span:first-child:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
}
.list-open-hour li span:last-child:not(:first-child) {
  float: right;
}
.list-open-hour .weekend:hover span:first-child:before {
  background: #fff;
}
.list-open-hour .weekend span:first-child:before {
  background: #333;
}
/* instagram */
.k2t-sidebar .widget #sb_instagram {
  position: relative;
  padding-bottom: 45px !important;
}
.k2t-sidebar .widget #sb_instagram #sbi_images {
  padding: 1px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header {
  color: #a9a9a9;
  margin-bottom: 0 !important;
  padding: 25px 0 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #a9a9a9;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 22px !important;
  text-transform: none;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #333;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  overflow: visible !important;
  height: 53px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
  background: transparent !important;
  color: #a9a9a9;
  opacity: 1 !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i {
  font-size: 14px !important;
  left: 0 !important;
  margin-left: 0 !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img img {
  visibility: hidden;
  display: none !important;
}
.sbi_follow_btn {
  background: #f5f5f5;
  border-radius: 15px;
  position: absolute;
  top: -50px;
  right: 0;
  height: 30px;
  width: 90px;
  overflow: hidden;
}
.sbi_follow_btn:hover {
  background-color: #333;
}
.sbi_follow_btn:hover a {
  color: #fff !important;
}
.sbi_follow_btn a {
  background: transparent !important;
  color: #a3a3a3 !important;
  display: inline-block;
  font-size: 85.71428571% !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 30px;
  width: 90px;
  overflow: hidden;
  text-indent: -9999px;
}
.sbi_follow_btn a i {
  display: none;
}
.sbi_follow_btn a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}
.sbi_follow_btn a:after {
  content: 'follow';
  position: absolute;
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
  text-transform: uppercase;
}
.dark-style .widget #sb_instagram {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  position: relative;
  width: calc(100% + 30px) !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header {
  color: #fff;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #636363;
  font-size: 14px !important;
  margin-left: 22px !important;
  text-transform: none;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #333;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  overflow: visible !important;
  height: 53px !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
  background: transparent !important;
  opacity: 1 !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i {
  font-size: 14px !important;
  left: 0 !important;
  margin-left: 0 !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img img {
  visibility: hidden;
  display: none !important;
}
.dark-style .widget #sb_instagram .sbi_follow_btn {
  right: 15px !important;
}
/* twitter */
.k2t-footer.dark-style .widget_aptf_widget .aptf-template-3 .aptf-single-tweet-wrapper {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-template-3 .clear {
  margin-bottom: 5px;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-single-tweet-wrapper {
  margin-bottom: 14px;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-actions {
  padding: 0;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content {
  border-bottom: 1px #292929 solid;
  color: #636363;
  font-size: 12px;
  font-weight: 300;
  line-height: 183.33333333%;
  padding-bottom: 13px;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content > a:first-child {
  color: #959595 !important;
  font-size: 14px;
  font-weight: bold;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content > a:first-child:hover {
  color: #333 !important;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content > a:first-child:before {
  content: '\f360';
  color: #3f3f3f;
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 22px;
  margin-right: 12px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content a {
  color: #333 !important;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content a:hover {
  color: #959595 !important;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content .aptf-timestamp a {
  color: #959595 !important;
  font-size: 14px;
  font-weight: 300;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content .aptf-timestamp a:hover {
  color: #333 !important;
}
/* Mail chimp */
div.mc4wp-form {
  margin-bottom: 30px;
}
div.mc4wp-form input[type='email'],
div.mc4wp-form input[type='text'] {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 270px;
  text-transform: none;
}
div.mc4wp-form input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.mc4wp-form p {
  position: relative;
}
div.mc4wp-form p .icon-submit {
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 7px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 0;
}
div.mc4wp-form p input[type='submit'] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 7px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
}
div.mc4wp-form p input[type='submit']:hover + .icon-submit {
  color: #333;
}
.gift-wrap {
  background-color: #a5b4c3;
  margin: -30px -30px -21px;
  padding: 40px 50px 0;
  overflow: hidden;
  text-align: center;
}
.gift-wrap > p,
.gift-wrap > h4 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.gift-wrap > h4 {
  font-size: 30px;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: none;
}
.gift-wrap > p {
  opacity: 0.5;
  line-height: 150%;
}
.gift-wrap > p:last-child {
  margin-bottom: 17px;
}
.gift-wrap > img {
  display: inline-block;
  margin-bottom: 31px;
}
.woocommerce-page .k2t-body .left-sidebar .k2t-shop .sidebar-shop {
  width: 120px;
  height: 35px;
  background-color: #333;
  display: block;
  font-size: 85.71428571%;
}
.woocommerce-page .k2t-body .left-sidebar .k2t-shop .sidebar-shop p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.45px;
  font-weight: 600;
  padding: 8px 18px;
}
.woocommerce-page .k2t-body .right-sidebar .k2t-shop .sidebar-shop {
  display: block;
}
/* widget search */
.widget_search input {
  font-size: 15px;
  padding: 10px 15px;
}
.widget_search button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 8px;
  height: 14px;
  width: 14px;
  float: right;
}
.widget_search button:before {
  content: '\f1c3';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  color: #333;
}
.vc-inner-padding-top-0 .vc_column-inner {
  padding-top: 0 !important;
}
.vc_row .mc4wp-form {
  display: table;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 360px) {
  .vc_row .mc4wp-form {
    display: block;
  }
}
.vc_row .mc4wp-form input {
  float: left;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 360px) {
  .vc_row .mc4wp-form input {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .vc_row .mc4wp-form input:not([type="submit"]) {
    width: 100% !important;
  }
}
.vc_row .mc4wp-form input[type="submit"] {
  border: 0 !important;
  min-width: 120px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 360px) {
  .vc_row .mc4wp-form input[type="submit"] {
    float: none;
    margin: 30px auto 0;
  }
}
.vc_row .mc4wp-form label {
  display: none;
}
/*--------------------------------------------------------------
	09. Footer
--------------------------------------------------------------*/
.k2t-container {
  background-color: #fff;
}
.gototop {
  z-index: 99999 !important;
}
.k2t-footer .widget_text button,
.k2t-footer .widget_text input[type="button"],
.k2t-footer .widget_text input[type="reset"],
.k2t-footer .widget_text input[type="submit"] {
  min-width: 30px;
  height: 30px;
  background-color: #fff;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 9;
  opacity: 0;
}
.k2t-footer .widget_text p {
  position: relative;
}
.k2t-footer .widget_text i {
  color: #000;
  position: absolute;
  top: 9px;
  right: 8px;
  font-weight: 600;
  font-size: 14px;
}
.k2t-footer .k2t-bottom {
  background-color: #f5f5f7;
  padding-top: 95px;
}
@media (max-width: 568px) {
  .k2t-footer .k2t-bottom {
    padding-top: 50px;
  }
}
.k2t-footer {
  position: relative;
  z-index: 99;
  display: block;
}
.k2t-footer .k2t-wrap .k2t-row .widget-title {
  font-size: 18px;
}
.k2t-footer .k2t-wrap .k2t-row .widget-title span {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon1 {
  width: 100%;
  float: left;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon1 span {
  margin-top: 7px;
  color: #333;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon1 p {
  width: 88%;
  float: right;
  font-size: 11px;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon2 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-top: -2px;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon2 span {
  color: #333;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon2 p {
  display: inline-block;
  font-size: 11px;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon3 {
  width: 100%;
  float: left;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon3 span {
  margin-right: 17px;
  color: #333;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon3 span:before {
  font-size: 14px;
}
.k2t-footer .k2t-wrap .textwidget .p-with-icon3 p {
  display: inline-block;
  font-size: 11px;
}
.col-payment ul {
  list-style: none;
  float: right;
  padding-left: 0;
}
.col-payment ul li {
  width: 34px;
  float: left;
  height: 22px;
  margin-left: 10px;
}
.col-payment ul li a {
  width: 35px;
  float: left;
  height: 22px;
  border: 1px solid;
  border-color: #d7d7d9;
}
.col-payment ul li a:hover {
  border-color: #f6d9b9;
}
.col-payment ul li a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.col-payment ul li a img {
  float: left;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.img-simple .col-payment ul {
  display: inline-flex;
  float: none;
}
.img-simple .col-payment ul li:first-child {
  margin-left: 0;
}
.dark-style #text-3 {
  font-size: 12px;
}
.dark-style #text-4 {
  font-size: 11px;
}
.dark-style #text-4 br {
  display: none;
}
.dark-style .widget {
  font-size: 13px;
  line-height: 30px;
  background: transparent;
  z-index: 10;
  padding: 0 15px;
  margin-bottom: 25px;
}
.dark-style .widget .f3-mc.last {
  margin-top: -3px;
}
.dark-style .widget:not(:last-child) {
  margin-bottom: 0;
}
.dark-style .widget a {
  color: #f04242;
}
.dark-style .widget.social {
  padding-top: 10px;
  position: absolute;
  bottom: -13px;
}
.dark-style .widget.social ul {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .dark-style .widget.social {
    position: relative;
    bottom: 0;
  }
}
.dark-style .widget h1,
.dark-style .widget h2,
.dark-style .widget h3,
.dark-style .widget h4,
.dark-style .widget h5,
.dark-style .widget h6 {
  margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
  .dark-style .widget.social {
    position: relative;
  }
}
.k2t-info {
  color: #959595;
  background-color: #f5f5f7;
  font-weight: 600;
  font-size: 85.71428571%;
  font-family: 'Montserrat', sans-serif;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
.k2t-info .social ul {
  padding-left: 0;
}
.k2t-info .social ul li {
  margin-bottom: 0;
}
.k2t-info .k2t-row div:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.k2t-info .k2t-row div > [class^='col-'] {
  margin-bottom: 15px;
}
.k2t-info .k2t-row div > *:last-child {
  margin-bottom: 0 !important;
}
.k2t-info .k2t-wrap {
  padding: 25px 0 10px;
  max-width: 1170px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 568px) {
  .k2t-info .k2t-wrap {
    padding: 20px 0;
  }
  .k2t-info .k2t-wrap .k2t-row > div {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-info .k2t-row {
    margin: 0;
  }
}
.offcanvas-sidebar {
  position: fixed;
  width: 340px;
  float: right;
  top: 20px;
  bottom: 0;
  font-size: 100%;
  line-height: 20px;
  padding: 35px 30px;
  z-index: 10001;
  background: #f3f3f3;
  overflow: auto;
  min-height: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.offcanvas-sidebar .k2t-sidebar {
  height: 100%;
}
.offcanvas-sidebar .k2t-sidebar .widget_nav_menu {
  height: 100%;
}
.offcanvas-sidebar .k2t-sidebar .widget_nav_menu .widget-title {
  text-align: center;
  padding-top: 20px;
  font-size: 30px;
  text-transform: uppercase;
}
.offcanvas-sidebar .k2t-sidebar .widget_nav_menu .widget-title:after {
  content: "";
  width: 120px;
  height: 2px;
  background: url('../img/flourish-31609_960_720.png');
  display: block;
  margin: 10px auto;
}
.offcanvas-sidebar .k2t-sidebar .widget_nav_menu .menu-main-menu-container {
  padding: 20px 30px;
}
.offcanvas-sidebar .k2t-sidebar .widget_nav_menu .menu-main-menu-container .menu-item-type-custom a {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .k2t-bottom {
    padding-top: 20px;
  }
}
.offcanvas-right {
  position: relative;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.offcanvas-right .offcanvas-sidebar.right-pos.is-open {
  right: 0;
  left: auto;
}
.offcanvas-right .offcanvas-sidebar.right-pos {
  right: -340px;
}
.offcanvas-left .offcanvas-sidebar.left-pos.is-open {
  left: 0;
  right: auto;
}
.offcanvas-left .offcanvas-sidebar.left-pos {
  left: -340px;
}
.gototop {
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 46px;
  right: 22px;
  z-index: 10;
  background-color: #b6b5b5;
}
.gototop:hover {
  background-color: #fff;
}
.gototop:hover .arrow_up {
  color: #000;
}
.gototop .arrow_up {
  font-size: 28px;
  top: 5px;
  left: -1px;
  position: relative;
  color: #fff;
}
/*--------------------------------------------------------------
	10. Single blog
--------------------------------------------------------------*/
.k2t-btn.k2t-readmore {
  float: left;
  height: 30px;
  line-height: 27px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 200;
}
.single-post .k2t-blog .post-entry {
  font-size: 16px;
}
.single-post .k2t-blog .post-entry p {
  letter-spacing: -1;
  text-align: justify;
  line-height: 180%;
  margin-bottom: 20px;
}
.single-post .k2t-blog .post-entry p.wp-caption-text {
  margin-top: 23px;
  margin-bottom: 38px;
}
.single-post .k2t-blog .post-entry .wp-caption img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
.single-post .k2t-blog .post-entry > p + .wp-caption {
  margin-top: 33px !important;
}
.single-post .k2t-blog .post-entry > p + .gallery {
  margin-top: 23px !important;
}
.single-post .right-sidebar .entry-box {
  padding-right: 15px;
}
.single-post .right-sidebar .comments-area {
  padding-right: 15px;
}
.single-post .right-sidebar .related-posts {
  padding-right: 15px;
}
.single-post .no-sidebar .k2t-blog {
  padding-left: 15px;
  padding-right: 15px;
}
.single-post .k2t-blog {
  padding-left: 15px;
}
.single-post .k2t-blog .entry-title {
  font-size: 22.17px;
}
.single-post .k2t-blog .k2t-blog-inner {
  background-color: transparent;
  position: relative;
}
.single-post .k2t-blog #main-col {
  background-color: #fff;
  margin-bottom: 50px;
}
.single-post .k2t-blog #main-col .entry-box > *:not(.post-entry),
.single-post .k2t-blog #main-col .entry-box .post-entry > *:not(.full-width):not(.gallery) {
  margin-left: auto;
  margin-right: auto;
}
.single-post .k2t-blog #main-col .about-author {
  display: none;
}
.single-post .k2t-blog #main-col .comments-area {
  padding-top: 20px;
}
.single-post .k2t-blog #main-col .comments-area p {
  font-size: 14px;
}
.categories-list a {
  text-transform: uppercase;
  margin-top: 17px;
  color: #3a3a3a;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
}
.categories-list a:hover {
  color: #333;
}
.categories-list a:not(:last-child) {
  margin-right: 1px;
}
.entry-box .author-meta {
  width: auto;
  display: inline;
  padding-right: 20px;
}
.entry-box .author-meta a {
  font-weight: 200;
  color: #636363;
}
.entry-box .author-meta a:hover {
  color: #333333;
}
.entry-box .author-meta img {
  border-radius: 50%;
}
.entry-box .date-meta {
  width: auto;
  display: inline;
}
.entry-box .flx-entry-thumb {
  margin-bottom: 30px;
}
.entry-box iframe {
  width: 100% !important;
}
.bottom-meta > * {
  padding-bottom: 8px;
  padding-top: 10px;
  float: left;
  margin-top: 48px;
  margin-bottom: 30px;
}
.bottom-meta .bottom {
  width: 100%;
  border-top: 1px #d8d7d5 solid;
  border-bottom: 1px #d8d7d5 solid;
}
.bottom-meta .bottom .share-meta {
  float: left;
  padding-top: 5px;
}
.bottom-meta .bottom .share-meta .share-title {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16.6px;
  float: left;
  padding-right: 30px;
}
.bottom-meta .bottom .share-meta .k2t-social-share {
  display: inline;
}
.bottom-meta .bottom .share-meta .k2t-social-share ul {
  padding-left: 0;
}
.bottom-meta .bottom .tag-meta {
  float: right;
  font-weight: 600;
  width: 50%;
  text-align: right;
  padding-top: 5px;
}
.bottom-meta .bottom .tag-meta .widget_tag_cloud {
  display: inline-block;
  margin-right: 30px;
  font-size: 16.6px;
  color: #333;
}
.bottom-meta .bottom .tag-meta a {
  margin-left: 10px;
  font-size: 16.6px;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
}
.bottom-meta .bottom .tag-meta a:hover {
  color: #747474;
}
#main-col .tagcloud {
  float: right;
}
#main-col .tagcloud span {
  margin-right: 35px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
#main-col .tagcloud a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16.6px;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  font-size: 85.71428571%;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
  padding: 0 7px;
}
#main-col .tagcloud a:hover {
  color: #8c8c8c;
}
.about-author {
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0 19px;
}
.about-author .author-avatar {
  float: left;
}
.about-author .author-info {
  float: right;
  padding-left: 20px;
  width: calc(100% - 70px);
}
.about-author .author-info h4 {
  float: left;
  margin-bottom: 7px;
}
.about-author .author-info .social {
  float: right;
}
.about-author .author-info .user-location {
  clear: both;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100%;
}
.about-author .description {
  clear: both;
  color: #636363;
  padding-top: 3px;
  width: 100%;
}
.comments-area > .comments-title {
  display: none;
  margin-bottom: 17px;
}
.comments-area > .comments-title span {
  color: #333;
}
.comments-area > ul {
  list-style: none;
  padding-left: 0;
}
.comments-area > ul li.comment {
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment > article {
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  display: block;
  margin-bottom: 30px;
  padding: 40px 0 60px;
}
.comments-area > ul li.comment > article:before,
.comments-area > ul li.comment > article:after {
  content: " ";
  display: table;
}
.comments-area > ul li.comment > article:after {
  clear: both;
}
.comments-area > ul li.comment > article > * {
  float: left;
}
.comments-area > ul li.comment > article img {
  border: 3px solid #b6b6b6;
}
.comments-area > ul li.comment > article .comment-top {
  padding-left: 40px;
  width: calc( 100% - 115px );
  color: #333333;
}
.comments-area > ul li.comment > article .comment-top .comment-meta {
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info {
  float: left;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info .comment-author {
  font-style: normal;
  display: block;
  font-size: 18.14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 6px;
  padding-top: 12px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info > span {
  color: #d6d6d6;
  display: none;
  font-size: 100%;
  line-height: 14px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link {
  float: right;
  margin-top: 12px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a {
  color: #a9a9a9;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:not(:last-child) {
  margin-right: 20px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:hover {
  color: #333;
}
.comments-area > ul li.comment > article .comment-content {
  padding-left: 40px;
  margin-top: 6px;
  width: calc( 100% - 115px );
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area textarea {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  text-transform: none;
  height: 34px;
  width: 100%;
}
.comments-area p {
  margin-bottom: 10px;
}
.comments-area .logged-in-as {
  margin-bottom: 22px;
}
.comments-area .comment-respond ins {
  color: red;
}
.comments-area .comment-respond h3 {
  width: 37.5%;
}
.comments-area .comment-respond h3:after {
  background-color: #d8d7d5;
  content: '';
  height: 2px;
  width: 45px;
  display: block;
  margin-top: 6px;
  left: 0;
}
.comments-area .comment-respond #reply-title {
  text-transform: uppercase;
  font-size: 22.17px;
}
.comments-area .comment-respond h.submit_comment {
  color: #333;
  font-size: 121.42857143%;
  width: 100%;
  float: left;
  margin-bottom: 9px;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  width: 870px;
  float: left;
  margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-respond .comment-form-comment > span {
  font-size: 171.42857143%;
  position: absolute;
  top: 38px;
  left: 28px;
}
.comments-area .comment-respond .comment-form-comment textarea {
  line-height: 16px;
  min-height: 200px;
  padding: 10px;
}
.comments-area .comment-respond .comment-form-comment textarea:focus + span {
  color: #333;
}
.comments-area .comment-respond .form-submit input {
  box-shadow: none;
  background-color: #333;
  font-size: 13.28px;
  min-width: 140px;
  border: 1px solid #333;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.comments-area .comment-respond .form-submit input:hover {
  background: #fff;
  color: #333;
}
.related-posts {
  margin-bottom: 70px;
}
.related-posts .related-title {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
  font-size: 22.17px;
  text-transform: uppercase;
  font-weight: 600;
}
.related-posts .related-title:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: 8px;
  width: 45px;
  height: 2px;
  background-color: #d8d7d5;
}
.related-posts .related-item {
  background-color: #fff;
}
.related-posts .related-item .related-thum {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.related-posts .related-item .related-thum:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
.related-posts .related-item .related-thum img {
  margin: 0;
  padding-left: 0 !important;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.related-posts .related-item .top-meta .categories-list {
  margin-bottom: 5px;
}
.related-posts .related-item .top-meta .categories-list a {
  margin-top: 0;
}
.related-posts .related-item .top-meta h5 {
  margin-bottom: 10px;
}
.related-posts .related-item h5 {
  font-size: 114.28571429%;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 2px;
}
.related-posts .related-item .date-meta,
.related-posts .related-item .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 85.71428571%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.related-posts .related-item .date-meta {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 13px;
  margin-right: 16px;
}
.related-posts .related-item .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.related-posts .related-item .author-meta {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.related-posts .related-item .author-meta i {
  font-style: normal;
}
.related-posts .related-item .wrap-readmore:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.related-posts .related-item .wrap-readmore .k2t-readmore {
  margin-bottom: 33px;
  font-weight: 200;
}
/*simple product*/
.single-product .k2t-shop {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
.product .woocommerce-LoopProduct-link .onsale {
  background-color: #e3e7e9;
  color: #646565;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  min-width: 60px;
  min-height: 34px;
  margin-right: 10px;
}
.product .woocommerce-LoopProduct-link .onsale:before {
  content: "|";
  display: block;
  position: absolute;
  color: #a2a2a2;
  width: 13px;
  height: 1px;
  margin-left: 10px;
  margin-top: -27px;
}
.k2t-shop .product .clearfix .single-product-image-wrap .onsale {
  background-color: #e3e7e9;
  color: #646565;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  min-width: 60px;
  min-height: 34px;
  margin-right: 10px;
}
.k2t-shop .product .clearfix .single-product-image-wrap .onsale:before {
  content: "|";
  display: block;
  position: absolute;
  color: #a2a2a2;
  width: 13px;
  height: 1px;
  margin-left: 22px;
  margin-top: -27px;
}
.k2t-shop .product .clearfix .entry-summary h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #5f5f5f;
  font-weight: 300;
  margin-bottom: 8px;
}
.k2t-shop .product .clearfix .entry-summary h5:after {
  content: "";
  width: 25px;
  height: 1px;
  display: block;
  margin-top: 10px;
  background-color: #d8d7d5;
}
.k2t-shop .product .clearfix .entry-summary .p-rate-price .price {
  float: left;
  position: relative;
}
.k2t-shop .product .clearfix .entry-summary .p-rate-price .price del {
  position: absolute;
  right: -85px;
}
.k2t-shop .product .clearfix .entry-summary .p-rate-price .price ins {
  margin-top: -3px;
  float: right;
}
.k2t-shop .product .clearfix .entry-summary .cart {
  position: relative;
  margin-top: 0;
}
.k2t-shop .product .clearfix .entry-summary .cart .quantity_heading {
  width: 0%;
  float: left;
}
.k2t-shop .product .clearfix .entry-summary .cart .quantity_heading p {
  font-size: 16px;
}
.k2t-shop .product .clearfix .entry-summary .cart .quantity_select {
  left: 85px;
  width: 82px;
  height: 27px;
  background-color: #f3f3f3;
  border: 2px solid #c2c2c2;
  position: relative;
  margin-left: 10px;
  border-radius: 2px;
}
.k2t-shop .product .clearfix .entry-summary .cart .quantity_select select {
  display: block;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
  font-weight: 600;
}
.k2t-shop .product .clearfix .entry-summary .cart .quantity_select:after {
  content: "\f107";
  color: #333;
  font: 16px FontAwesome;
  position: absolute;
  pointer-events: none;
  background-color: #c2c2c2;
  top: 0;
  right: -2px;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 3px;
}
.k2t-shop .product .clearfix .entry-summary .cart .single_add_to_cart_button {
  margin-top: 35px;
  text-transform: none;
  border: none;
  background-color: #f3f3f3;
  width: 130px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #7c7c7c;
  line-height: 20px;
  padding: 0;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.k2t-shop .product .clearfix .entry-summary .cart .single_add_to_cart_button:hover {
  color: #fff;
  background: #000;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl {
  display: inline-block;
  margin-top: 35px;
  margin-left: 15px;
  position: relative;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl:hover .tooltip {
  left: 55px !important;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist .show a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist .show a:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist .show a:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist .show .tooltip {
  left: 70px;
  right: auto;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist .show .tooltip:before {
  border-right: 5px solid #333;
  border-left: none;
}
.k2t-shop .product .clearfix .entry-summary .cart .add-wl .yith-wcwl-add-to-wishlist .show .tooltip.bef:before {
  left: -5px;
  right: auto;
}
.k2t-shop .product .clearfix .entry-summary .cart .img-simple {
  width: 180px;
  margin-top: 25px;
}
/*variable product*/
@media (max-width: 800px) {
  .k2t-shop .product {
    padding-top: 20px;
  }
}
.k2t-shop .product.product-type-external .clearfix .summary .cart {
  float: left;
  width: auto;
}
.k2t-shop .product.product-type-external .clearfix .summary .cart .single_add_to_cart_button {
  margin-top: 0;
  line-height: 40px;
}
.k2t-shop .product.product-type-external .clearfix .summary .add-wl .yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
  margin-left: 20px !important;
}
.k2t-shop .product.product-type-external .clearfix .summary .add-wl ~ .yith-wcwl-add-to-wishlist {
  display: none !important;
}
@media (max-width: 800px) {
  .k2t-shop .product.product-type-grouped .clearfix .summary .description {
    padding-bottom: 14px;
    padding-bottom: 4px;
  }
}
@media (max-width: 800px) {
  .k2t-shop .product.product-type-grouped .clearfix .summary .woocommerce-product-rating {
    margin-bottom: 15px;
  }
}
.k2t-shop .product.product-type-grouped .clearfix .summary .price {
  padding-bottom: 36px;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .k2t-shop .product.product-type-grouped .clearfix .summary .price {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td {
  padding: 10px 15px;
}
@media (max-width: 800px) {
  .k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td:first-child {
  width: 40%;
  text-align: left;
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td:nth-child(2) {
  width: 30%;
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td:nth-child(3) {
  padding-left: 10px;
  padding-right: 10px;
  width: 30%;
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td > * {
  vertical-align: middle;
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td label {
  display: inline-block;
  line-height: 1.4em;
}
.k2t-shop .product.product-type-grouped .clearfix .summary .cart .group_table tbody tr td .quantity_select {
  margin-left: 0;
}
@media (max-width: 800px) {
  .k2t-shop .product.product-type-grouped .clearfix .summary .cart .single_add_to_cart_button,
  .k2t-shop .product.product-type-grouped .clearfix .summary .cart .add-wl {
    margin-top: 15px;
  }
}
.k2t-shop .product .clearfix .single-product-image-wrap .images .product-img-cont .product-img {
  margin-bottom: 0;
  overflow: hidden;
}
.k2t-shop .product .clearfix .single-product-image-wrap .images .product-img-cont .product-img .owl-stage-outer {
  overflow: visible;
  margin-left: 0;
}
.k2t-shop .product .clearfix .single-product-image-wrap .images #nav {
  padding-top: 20px;
  overflow: hidden;
}
.k2t-shop .product .clearfix .single-product-image-wrap .images #nav .owl-stage-outer {
  margin-left: 0;
  overflow: visible;
}
.k2t-shop .product .clearfix .single-product-image-wrap .images #nav .owl-stage-outer .owl-item img {
  margin-top: 0;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-shop .product .clearfix .single-product-image-wrap .images #nav .owl-stage-outer .owl-item a:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 99%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.k2t-shop .product .clearfix .single-product-image-wrap .images #nav .owl-stage-outer .owl-item a.clicked img {
  transform: translateY(-8px);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-shop .product .clearfix .summary {
  width: 50%;
  padding-left: 15px;
}
.k2t-shop .product .clearfix .summary .product_title {
  font-size: 22.83px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
.k2t-shop .product .clearfix .summary .product_title a {
  color: #333 !important;
}
.k2t-shop .product .clearfix .summary .product_title:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #d8d7d5;
  margin-bottom: 10px;
  display: block;
  margin-top: 7px;
}
.k2t-shop .product .clearfix .summary .p-rate-price .move-to-review {
  display: none;
}
.k2t-shop .product .clearfix .summary .p-rate-price .description {
  font-size: 13px;
  border: none;
}
.k2t-shop .product .clearfix .summary .p-rate-price .description p {
  line-height: 30px;
  color: #333;
}
.k2t-shop .product .clearfix .summary .price {
  color: #777;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 18px;
  padding-bottom: 23px;
  padding-left: 0;
}
.k2t-shop .product .clearfix .summary .price:before {
  float: left;
  content: "Price:";
  color: #777;
}
.k2t-shop .product .clearfix .summary .price del {
  font-size: 16px;
  margin-left: 5px;
}
.k2t-shop .product .clearfix .summary .price span {
  color: red;
  padding-left: 5px;
}
.k2t-shop .product .clearfix .summary .woocommerce-product-rating {
  margin-bottom: 25px;
}
.k2t-shop .product .clearfix .summary .woocommerce-product-rating .star-rating {
  width: 128px;
  height: 20px;
  font-size: 20px;
  letter-spacing: 8px;
}
.k2t-shop .product .clearfix .summary .woocommerce-product-rating .review-count {
  font-size: 13.95px;
  line-height: 20px;
}
.k2t-shop .product .clearfix .summary .product-stock {
  display: none;
  zmargin-top: 10px;
}
.k2t-shop .product .clearfix .summary .cart {
  width: 100%;
}
.k2t-shop .product .clearfix .summary .cart h5 {
  font-size: 16px;
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 5px;
}
.k2t-shop .product .clearfix .summary .cart h5:after {
  content: "";
  width: 25px;
  height: 1px;
  display: block;
  margin-top: 8px;
  background-color: #d8d7d5;
}
.k2t-shop .product .clearfix .summary .cart .variations .wrap-option {
  float: none;
}
.k2t-shop .product .clearfix .summary .cart .variations .wrap-option .label {
  font-size: 16px;
  color: #9b9b9b;
  text-transform: capitalize;
  float: none;
  margin-bottom: 5px;
}
.k2t-shop .product .clearfix .summary .cart .variations .wrap-option .value {
  max-width: none;
  width: 100%;
}
.k2t-shop .product .clearfix .summary .cart .variations .wrap-option .value select {
  width: 100% ;
  height: 34px;
  margin-right: 0;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.5px;
}
.k2t-shop .product .clearfix .summary .cart .variations .wrap-option .value select option {
  color: #333;
}
.k2t-shop .product .clearfix .summary .cart .variations .wrap-option div {
  float: none;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .single_variation .woocommerce-variation-availability {
  margin-bottom: 15px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .quantity_heading {
  width: 0%;
  float: left;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .quantity_heading p {
  font-size: 16px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .quantity_select {
  left: 80px;
  width: 82px;
  height: 27px;
  background-color: #f3f3f3;
  border: 2px solid #c2c2c2;
  position: relative;
  border-radius: 2px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .quantity_select select {
  padding-left: 20px;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-top: 0 !important;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .quantity_select:after {
  content: "\f107";
  color: #333;
  font: 16px FontAwesome;
  position: absolute;
  pointer-events: none;
  background-color: #c2c2c2;
  top: 0;
  right: -2px;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 3px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .single_add_to_cart_button {
  margin-top: 35px;
  text-transform: none;
  border: none;
  background-color: #f3f3f3;
  width: 130px;
  height: 40px;
  font-weight: 600;
  color: #7c7c7c;
  line-height: 20px;
  padding: 0;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .variations_button .single_add_to_cart_button:hover {
  color: #fff;
  background: #333;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .add-wl {
  position: relative;
  margin-top: 61px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .add-wl .yith-wcwl-add-to-wishlist .show {
  margin: 0;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .add-wl .yith-wcwl-add-to-wishlist .show a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .add-wl .yith-wcwl-add-to-wishlist .show a:before,
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .add-wl .yith-wcwl-add-to-wishlist .show a:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.k2t-shop .product .clearfix .summary .cart .single_variation_wrap .add-wl .yith-wcwl-add-to-wishlist .show a:before {
  color: #fff;
}
.k2t-shop .product .clearfix .summary .cart .img {
  margin-top: 30px;
}
.k2t-shop .product .clearfix .summary .prooduct-sku {
  display: none;
}
.k2t-shop .product .clearfix .summary .share-label {
  display: none;
}
.k2t-shop .product .clearfix .summary .k2t-social-share {
  display: none;
}
.k2t-shop .product .woocommerce-tabs .tabs {
  border-bottom: none !important;
  padding-left: 0 !important;
}
.k2t-shop .product .woocommerce-tabs .tabs .description_tab {
  border-bottom: none !important;
  margin: 0;
  padding: 0;
  padding-right: 17px;
}
.k2t-shop .product .woocommerce-tabs .tabs .description_tab a {
  text-transform: capitalize;
  font-size: 22px;
  padding: 0;
}
.k2t-shop .product .woocommerce-tabs .tabs .description_tab a:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #d8d7d5;
  display: block;
  margin-top: 15px;
}
.k2t-shop .product .woocommerce-tabs .tabs .additional_information_tab {
  border-bottom: none !important;
}
.k2t-shop .product .woocommerce-tabs .tabs .additional_information_tab a {
  text-transform: capitalize;
  font-size: 22px;
}
.k2t-shop .product .woocommerce-tabs .tabs .additional_information_tab a:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #d8d7d5;
  display: block;
  margin-top: 15px;
}
.k2t-shop .product .woocommerce-tabs .tabs .reviews_tab {
  border-bottom: none !important;
}
.k2t-shop .product .woocommerce-tabs .tabs .reviews_tab a {
  text-transform: capitalize;
  font-size: 22px;
}
.k2t-shop .product .woocommerce-tabs .tabs .reviews_tab a:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #d8d7d5;
  display: block;
  margin-top: 15px;
}
.k2t-shop .product .woocommerce-tabs .panel {
  padding: 20px 0 !important;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-reply-title {
  font-size: 20px;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating {
  border-bottom: 1px solid #e5e5e5;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating .stars {
  font-size: 20px;
  padding-top: 0;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form label {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  text-transform: capitalize;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form label span {
  color: red;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form textarea {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form textarea:hover {
  border: 1px solid;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-shop .product .woocommerce-tabs #tab-reviews .comment-form textarea:focus {
  border: 1px solid;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-shop .product .upsells {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.k2t-shop .product .upsells h2 {
  font-size: 22.83px;
  text-transform: uppercase;
  margin: 60px 0 34px;
}
.k2t-shop .product .upsells h2:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #d8d7d5;
  margin-top: 8px;
  display: block;
}
.k2t-shop .product .upsells .products {
  width: 100%;
}
.k2t-shop .product .upsells .products li {
  width: 25%;
  padding: 0 15px;
}
.k2t-shop .product .upsells .products li .wrap-product-item {
  margin: 0;
}
.k2t-shop .product .upsells .products li .wrap-product-item .woocommerce-LoopProduct-link .thumbnail-image {
  background-color: #f5f5f7;
  opacity: 1;
}
.k2t-shop .product .upsells .products li .wrap-product-item .woocommerce-LoopProduct-link .background-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.k2t-shop .product .upsells .products li .wrap-product-item .k2t-product-info .b-action {
  display: none;
}
.k2t-shop .product .upsells .products li .wrap-product-item .k2t-product-info h3 {
  font-size: 16px;
}
.k2t-shop .product .upsells .products li .wrap-product-item .k2t-product-info .wrap-price .price {
  font-family: 'Montserrat', sans-serif;
  color: red;
}
.k2t-shop .product .upsells .products li .wrap-product-item .k2t-product-info .wrap-price .price span {
  color: red;
}
.k2t-shop .product .upsells .products li .wrap-product-item .k2t-product-info .star-rating {
  display: none;
}
.k2t-shop .product .upsells .products li .wrap-product-item .k2t-product-info .yith-wcqv-button {
  top: 15px;
}
/*--------------------------------------------------------------
	.about us.
--------------------------------------------------------------*/
.k2t-main .content-page .row-1 {
  padding: 0 20px;
  padding-top: 87px;
}
.k2t-main .content-page .row-1 .heading h2 {
  font-size: 33px;
}
.k2t-main .content-page .row-1 .heading h2:after {
  display: none;
}
.k2t-main .content-page .row-1 .text-block-1 {
  padding-bottom: 57px;
}
.k2t-main .content-page .row-1 .text-block-1 p {
  font-size: 17px;
  color: #8f8e8e;
}
.k2t-main .content-page .row-1 .column-1 .icon-box-1 .iconbox-text .title h3 {
  font-size: 17px;
}
.k2t-main .content-page .row-1 .column-1 .icon-box-1 .iconbox-text .desc {
  font-size: 16px;
  color: #747474;
}
.k2t-main .content-page .row-1 .iconbox-image {
  margin-bottom: 24px;
}
.k2t-main .content-page .row-1 .iconbox-text .title {
  margin-bottom: 18px;
}
.k2t-main .content-page .row-1 .iconbox-text .desc {
  line-height: 28px;
  font-size: 78.57142857%;
}
.k2t-main .content-page .row-1 .column-3 .icon-box-3 .iconbox-text .title h3 {
  padding-top: 6px;
  font-size: 17.43px;
}
.k2t-main .content-page .row-1 .column-3 .icon-box-3 .iconbox-text .desc {
  font-size: 16.6px;
  color: #747474;
}
.k2t-main .content-page .row-1 .column-2 .icon-box-2 .iconbox-text .title h3 {
  font-size: 17.43px;
}
.k2t-main .content-page .row-1 .column-2 .icon-box-2 .iconbox-text .desc {
  font-size: 16.6px;
  color: #747474;
}
.k2t-main .content-page .row-2 {
  padding-bottom: 55px;
  padding-top: 90px;
  margin-left: -90px;
}
.k2t-main .content-page .row-2 .heading h2 {
  font-size: 33.33px;
}
.k2t-main .content-page .row-2 .heading h2:after {
  display: none;
}
.k2t-main .content-page .row-2 .text-block-1 p {
  font-size: 17.02px;
  color: #747474;
}
.k2t-main .content-page .row-3 {
  margin-top: 0;
  margin-bottom: 90px;
  padding-bottom: 50px;
}
.k2t-main .content-page .row-3 .wpb_column {
  height: auto;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner {
  height: auto;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner {
  width: 1235px;
  margin: 0 auto !important;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-1 .text-block-1,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-2 .text-block-1,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-3 .text-block-1,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-4 .text-block-1 {
  margin: 0 auto;
  width: 245px;
  height: 245px;
  border: 1px solid #000;
  border-radius: 50%;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-1 .text-block-2,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-2 .text-block-2,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-3 .text-block-2,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-4 .text-block-2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 17.43px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-1 .text-block-2 p,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-2 .text-block-2 p,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-3 .text-block-2 p,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-4 .text-block-2 p {
  color: #333;
  margin-bottom: -3px;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-1 .text-block-3 p,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-2 .text-block-3 p,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-3 .text-block-3 p,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-4 .text-block-3 p {
  font-size: 16px;
  font-weight: 600;
  color: #747474;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-1 .text-block-1,
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-2 .text-block-1 {
  background-position: 18% 16%;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-3 .text-block-1 {
  background-position: 30% 10%;
}
.k2t-main .content-page .row-3 .wpb_column .vc_column-inner .row-3-inner .column-4 .text-block-1 {
  background-position: 57% 16%;
}
.k2t-main .content-page .row-4 {
  margin-left: 0;
  margin-right: 0;
}
.k2t-main .content-page .row-4 .k2t-heading {
  text-transform: uppercase;
}
.k2t-main .content-page .row-4 .wpb_text_column {
  margin-bottom: 95px;
}
.k2t-main .content-page .row-4 .wpb_text_column p {
  font-size: 16px;
}
.k2t-main .content-page .row-4 .vc_row .wpb_column .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.k2t-main .content-page .row-4 .vc_row .wpb_column .vc_column-inner .vc_single_bar {
  height: 7px;
  margin-bottom: 70px;
  border-radius: 0;
  background-color: #d7d7d5;
  color: #747474;
}
.k2t-main .content-page .row-4 .vc_row .wpb_column .vc_column-inner .vc_single_bar .vc_label {
  padding: 0;
  top: -35px;
  text-transform: uppercase;
  font-size: 14px;
}
.k2t-main .content-page .row-4 .vc_row .wpb_column .vc_column-inner .vc_single_bar .vc_label .vc_label_units {
  position: absolute;
  right: 0;
}
.k2t-main .content-page .row-4 .vc_row .wpb_column .vc_column-inner .vc_single_bar .vc_bar {
  background-color: #818181;
  border-radius: 0;
}
/*--------------------------------------------------------------
	Contact
--------------------------------------------------------------*/
.k2t-main .row-1.contact-box .wpb_text_column {
  margin-bottom: 50px;
  margin-top: 30px;
  padding-left: 20px;
  color: #333;
}
.k2t-main .row-1.contact-box .vc_inner {
  padding: 40px 0 0;
}
.k2t-main .row-1.contact-box .vc_inner .k2t-iconbox .iconbox-text h3 {
  color: #8d8d8d;
  font-weight: 400;
}
.k2t-main .row-1.contact-box .vc_inner .k2t-iconbox .iconbox-text p {
  color: #8d8d8d;
}
.k2t-main .row-1.contact-box .vc_inner .k2t-iconbox .iconbox-text p a {
  color: #8d8d8d;
  font-size: 11px;
}
.k2t-main .row-1.contact-box .vc_inner .k2t-iconbox .iconbox-text p a:hover {
  color: #333;
}
.k2t-main .row-1.contact-box .vc_inner .column-2 .icon-box-2 .iconbox-text {
  margin-top: 35px;
}
.k2t-main .row-2.contact-map {
  background-color: #f3f3f3;
}
.k2t-main .row-2.contact-map .column-1 .wpb_gmaps_widget {
  margin-bottom: 0;
}
.k2t-main .row-2.contact-map .column-1 .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper {
  padding: 65px 82px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .k2t-heading .k2t-heading-inner h5 span {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .k2t-heading .k2t-heading-inner h5 span:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #d8d7d5;
  margin-top: 16px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 {
  margin-top: 27px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form {
  width: 550px;
  float: left;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form p {
  color: #7c7c7c;
  font-size: 15px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form span {
  color: #c9c9c9;
  font-size: 10.53px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .namep {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .namep span input {
  width: 100%;
  margin-top: 12px;
  height: 46px;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .namep span input:focus {
  border: 1px solid #000;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .emailp {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .emailp span input {
  width: 100%;
  margin-top: 12px;
  height: 46px;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .emailp span input:focus {
  border: 1px solid #000;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .messagep {
  display: inline-block;
  width: 100%;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .messagep span textarea {
  padding: 20px;
  margin-top: 20px;
  height: 137px;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .messagep span textarea:focus {
  border: 1px solid #000;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .submitp {
  margin-top: 15px;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .submitp input {
  font-size: 14px;
  min-width: 142px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .row-2.contact-map .column-2 .wpb_wrapper .wpcf7 .wpcf7-form .submitp input:hover {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.k2t-main .row-2.contact-map ::-webkit-input-placeholder {
  color: #c9c9c9;
}
.k2t-main .row-2.contact-map ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9c9c9;
}
.k2t-main .row-2.contact-map :-ms-input-placeholder {
  /* IE 10+ */
  color: #c9c9c9;
}
.k2t-main .row-2.contact-map :-moz-placeholder {
  /* Firefox 18- */
  color: #c9c9c9;
}
/*--------------------------------------------------------------
	--shop grip 4 column no sidebar--
--------------------------------------------------------------*/
.k2t-main .post-1972 .content-page .dhvc-woo-item {
  margin: 0 15px 0;
  width: 270px;
  height: 510px;
}
.k2t-main .post-1972 .content-page .dhvc-woo-item .dhvc-woo-images {
  background-color: #e9e9eb !important;
}
/*--------------------------------------------------------------
	11. Blog archive
--------------------------------------------------------------*/
/* general for bog */
/* Navigation */
.k2t-navigation {
  margin-bottom: 100px;
  text-align: center;
}
.k2t-navigation a.page-numbers:not(.prev):not(.next) {
  position: relative;
}
.k2t-navigation .next {
  min-width: 80px;
  position: relative;
  top: 12px;
}
.k2t-navigation .next p {
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 8px;
}
.k2t-navigation .next i {
  top: 3px;
  right: 11px;
  position: absolute;
}
.k2t-navigation .prev {
  min-width: 80px;
  position: relative;
  top: 12px;
}
.k2t-navigation .prev p {
  font-weight: 600;
  position: absolute;
  right: 13px;
  top: 2px;
}
.k2t-navigation .prev i {
  position: absolute;
  top: 2px;
  left: 9px;
}
.k2t-navigation ul {
  display: inline-block;
  list-style: none;
}
.k2t-navigation ul li {
  display: inline-block;
  margin-right: 3px;
}
.k2t-navigation ul li a,
.k2t-navigation ul li span {
  display: inline-block;
  min-width: 33px;
  min-height: 33px;
  line-height: 33px;
  background-color: #f5f5f7;
}
.k2t-navigation ul li a:hover,
.k2t-navigation ul li span:hover {
  background-color: #333;
  color: #fff;
}
.k2t-navigation ul li .current {
  background-color: #333;
  color: #fff;
}
/* Isotope filter */
.k2t-isotop-filter {
  text-align: center;
  width: 100%;
}
.k2t-isotop-filter .menu-filter {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.k2t-isotop-filter .menu-filter li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
.k2t-isotop-filter .menu-filter li a {
  color: #a3a3a3;
  display: block;
  font-size: 100%;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-isotop-filter .menu-filter li a:hover {
  color: #252525;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-isotop-filter .menu-filter li a:not(.active):before {
  content: '';
  background-color: #333;
  position: absolute;
  bottom: 4px;
  left: 51%;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-isotop-filter .menu-filter li a:not(.active):after {
  content: '';
  background-color: #333;
  position: absolute;
  bottom: 4px;
  right: 51%;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-isotop-filter .menu-filter li a:not(.active):hover:before {
  left: 0;
  width: 51%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-isotop-filter .menu-filter li a:not(.active):hover:after {
  right: 0;
  width: 51%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-isotop-filter .menu-filter li .active {
  color: #252525;
}
.k2t-isotop-filter .menu-filter li .active:before {
  content: '';
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 100%;
}
.k2t-blog {
  padding-top: 88px;
}
.k2t-blog iframe {
  max-width: 100%;
}
/* Blog large */
.b-large .post-item {
  margin-bottom: 30px;
}
.b-large .post-item .flx-entry-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.b-large .post-item .flx-entry-thumb a:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
.b-large .post-item .flx-entry-thumb a img {
  margin: 0;
  padding-left: 0 !important;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.b-large .post-item .top-meta .categories-list {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-large .post-item .top-meta .entry-title {
  margin-top: 10px;
  margin-bottom: 15px;
}
.b-large .post-item .top-meta p {
  margin-bottom: 10px;
}
.b-large .post-item .top-meta .date-meta,
.b-large .post-item .top-meta .author-meta {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.b-large .post-item .top-meta .date-meta,
.b-large .post-item .top-meta .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.b-large .post-item .top-meta .date-meta {
  margin-bottom: 13px;
  margin-right: 16px;
}
.b-large .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 10px;
}
.b-large .post-item .top-meta .author-meta {
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.b-large .post-item .top-meta .author-meta:hover * {
  color: #333;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.b-large .post-item .top-meta .author-meta i {
  font-style: normal;
  margin-right: 10px;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.b-large .post-item .top-meta .tag-meta .widget_tag_cloud {
  width: auto;
  display: inline;
  padding-right: 15px;
}
.b-large .post-item .top-meta .tag-meta a {
  padding-right: 10px;
  text-transform: uppercase;
}
/* margin for showing excerpt */
.k2t-content.show-excerpt .post-item .top-meta .author-meta {
  margin-bottom: 17px;
}
.k2t-content.show-excerpt .post-item .blog-content {
  margin-bottom: 29px;
}
.blog-content {
  color: #747474;
  margin-bottom: 12px;
}
.yith-wcqv-button {
  border: none !important;
  width: 40px;
  height: 40px !important;
  line-height: 0 !important;
  padding: 10px !important;
}
.yith-wcqv-button i {
  font-size: 20px;
}
/* shop list switch layout*/
.k2t-content .k2t-shop {
  padding-top: 90px;
  padding-bottom: 100px;
}
.k2t-content .k2t-shop .switch-layout {
  float: left;
  margin-right: 41px;
}
.k2t-content .k2t-shop .switch-layout .list-mode {
  font-size: 18px;
  margin-left: 5px;
}
.k2t-content .k2t-shop .switch-layout .list-mode:after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background-color: #f5f5f7;
  position: absolute;
  left: -13px;
  top: 37px;
}
.k2t-content .k2t-shop .switch-layout .grid-mode {
  font-size: 18px;
  margin-left: 30px;
}
.k2t-content .k2t-shop .switch-layout .grid-mode:after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background-color: #f5f5f7;
  position: absolute;
  left: -13px;
  top: 37px;
}
.k2t-content .k2t-shop .switch-layout > * i {
  color: #ccc;
}
.k2t-content .k2t-shop .switch-layout > *.active i {
  color: #222;
}
.k2t-content .k2t-shop .sidebar-shop {
  margin-top: 8px;
  margin-right: 18px;
  position: relative;
  float: left;
  width: 125px;
  height: 35px;
  background-color: #333;
  display: none;
}
.k2t-content .k2t-shop .sidebar-shop p {
  line-height: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12.47px;
  font-weight: 600;
  text-align: center;
}
.k2t-content .k2t-shop .woocommerce-result-count {
  right: 30px;
  position: relative;
  float: right;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 92.85714286%;
}
.k2t-content .k2t-shop .woocommerce-result-count:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.k2t-content .k2t-shop .woocommerce-result-count .mask {
  width: 1px;
  height: 32px;
  background-color: #ebebeb;
  display: inline-block;
  position: relative;
  bottom: -15px;
  margin: 0 10px 0;
}
.k2t-content .k2t-shop .woocommerce-ordering {
  background-color: #f5f5f7;
  position: relative;
  float: left;
  width: 140px;
  height: 35px ;
  margin-bottom: 0;
  margin-top: 8px;
}
.k2t-content .k2t-shop .woocommerce-ordering:after {
  right: 8px;
}
.k2t-content .k2t-shop .woocommerce-ordering .orderby {
  line-height: 35px !important;
  padding-left: 16px;
  color: #333;
  font-size: 12.47px;
  font-family: 'Montserrat', sans-serif;
  min-width: 100%;
  height: 100%;
  text-transform: capitalize;
}
.k2t-blog .sticky .entry-content .entry-title a {
  position: relative;
}
.k2t-blog .sticky .entry-content .entry-title a:after {
  content: "\f08d";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 15px;
}
/*--------------------------------------------------------------
	12. Blog Grid & Masonry
--------------------------------------------------------------*/
.b-masonry .k2t-sidebar,
.b-large .k2t-sidebar,
.b-grid .k2t-sidebar {
  padding-top: 80px;
}
.b-grid .k2t-blog-inner,
.b-masonry .k2t-blog-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.b-grid .column-2 .post-item,
.b-masonry .column-2 .post-item {
  width: 50%;
  float: left;
  padding: 0 15px 10px;
}
.b-grid .column-3 .post-item,
.b-masonry .column-3 .post-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px 10px;
}
.b-grid .column-4 .post-item,
.b-masonry .column-4 .post-item {
  width: 25%;
  float: left;
  padding: 0 15px 10px;
}
.yith-wcqv-button {
  background: transparent !important;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.yith-wcqv-button:before {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 17px;
  content: "\f15c";
  font-family: 'Material-Design-Iconic-Font';
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.yith-wcqv-button:hover:before {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.yith-wcqv-button a:before {
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.yith-wcqv-button a:hover:before {
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content .top-meta h2 {
  font-size: 18px;
  padding-top: 11px;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content p {
  margin-bottom: 10px;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content .date-meta {
  width: auto;
  display: inline;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content .date-meta i {
  padding-right: 5px;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content .author-meta {
  width: auto;
  display: inline;
  padding-right: 20px;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content .author-meta a {
  font-weight: 400;
  color: #686868;
}
.k2t-blog .wrap-content-blog .column-2 .post-item .post-inner .entry-content .author-meta a:hover {
  color: #333;
}
.k2t-blog .grid-layout .post-item .flx-entry-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.k2t-blog .grid-layout .post-item .flx-entry-thumb a:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
.k2t-blog .grid-layout .post-item .flx-entry-thumb a img {
  margin: 0;
  padding-left: 0 !important;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.k2t-blog .masonry-layout .post-item .flx-entry-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.k2t-blog .masonry-layout .post-item .flx-entry-thumb a:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
.k2t-blog .masonry-layout .post-item .flx-entry-thumb a img {
  margin: 0;
  padding-left: 0 !important;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content .top-meta h2 {
  font-size: 18px;
  margin-top: 6px;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content p {
  margin-bottom: 18px;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content .date-meta {
  width: auto;
  display: inline;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content .date-meta i {
  padding-right: 5px;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content .author-meta {
  width: auto;
  display: inline;
  padding-right: 20px;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content .author-meta a {
  font-weight: 400;
  color: #686868;
}
.k2t-blog .column-3 .post-item .post-inner .entry-content .author-meta a:hover {
  color: #333;
}
/*sidebar shop
----------------------------*/
.tax-product_cat .no-sidebar .k2t-shop {
  float: left;
}
.k2t-shop-sidebar aside {
  margin-bottom: 50px;
}
.k2t-shop-sidebar .widget-title {
  font-size: 20.76px !important;
  margin-bottom: 4px;
}
.k2t-shop-sidebar .widget-title:after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  margin-top: 7px;
  background-color: #333;
}
.k2t-shop-sidebar .product-categories li {
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.k2t-shop-sidebar .product-categories li .children {
  display: none;
}
.k2t-shop-sidebar .product-categories li .children li a {
  text-transform: capitalize;
  color: #515151;
}
.tax-product_cat .k2t-body .left-sidebar .k2t-wrap {
  position: relative;
}
.tax-product_cat .k2t-body .left-sidebar .k2t-wrap .k2t-shop-sidebar {
  background-color: #fff;
  width: 100%;
  float: left;
  position: absolute;
  top: -275px;
  left: -175%;
  height: calc(100% + 363px);
  z-index: 1;
  padding: 0 18px 0 75%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-right: none;
  overflow: scroll;
}
.tax-product_cat .k2t-body .left-sidebar .k2t-wrap .k2t-shop-sidebar.is-open {
  left: -75%;
  right: auto;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.tax-product_cat .left-sidebar .sidebar-shop:after {
  content: "Show sidebar";
  width: 120px;
  height: 35px;
  position: absolute;
  color: #fff;
  top: 0;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tax-product_cat .left-sidebar .k2t-shop {
  overflow: hidden;
  width: 100%;
  margin-right: -15px;
}
.tax-product_cat .left-sidebar .k2t-shop .shop-grid li {
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat .left-sidebar .k2t-shop .grid li {
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat .left-sidebar .k2t-shop .shop-listing li {
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat .left-sidebar .k2t-shop .switch-layout {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat .left-sidebar .k2t-shop .woocommerce-ordering {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .sidebar-shop:after {
  content: "Hide sidebar";
  width: 120px;
  height: 35px;
  position: absolute;
  color: #fff;
  top: 0;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .shop-grid li {
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .grid li {
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .list li {
  transform: translateX(25%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .shop-listing li {
  transform: translateX(25%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .sidebar-shop {
  transform: translateX(300px);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .switch-layout {
  transform: translateX(300px);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .woocommerce-ordering {
  transform: translateX(300px);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat.open .left-sidebar .k2t-shop .woocommerce-pagination {
  transform: translateX(300px);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat .k2t-body .right-sidebar .k2t-wrap {
  position: relative;
}
.tax-product_cat .k2t-body .right-sidebar .k2t-wrap .k2t-shop-sidebar {
  background-color: #fff;
  float: right;
  position: absolute;
  top: -275px;
  width: 100%;
  height: calc(100% + 363px);
  right: -175%;
  z-index: 1;
  padding: 0 75% 0 30px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-right: none;
  overflow: scroll;
}
.tax-product_cat .k2t-body .right-sidebar .k2t-wrap .k2t-shop-sidebar.is-open {
  right: -75%;
  left: auto;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tax-product_cat .right-sidebar .sidebar-shop:before {
  content: "Show sidebar";
  width: 120px;
  height: 35px;
  position: absolute;
  color: #fff;
  top: 0;
  opacity: 1;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tax-product_cat .right-sidebar .sidebar-shop:after {
  content: "Hide sidebar";
  width: 120px;
  height: 35px;
  position: absolute;
  color: #fff;
  top: 0;
  opacity: 0;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tax-product_cat .right-sidebar .k2t-shop {
  width: 100%;
  margin-left: 15px;
}
.tax-product_cat .right-sidebar .k2t-shop .shop-grid li {
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat .right-sidebar .k2t-shop .grid li {
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat .right-sidebar .k2t-shop .shop-listing li {
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat .right-sidebar .k2t-shop .woocommerce-result-count {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tax-product_cat.open .right-sidebar .sidebar-shop:after {
  content: "Hide sidebar";
  width: 120px;
  height: 35px;
  position: absolute;
  color: #fff;
  top: 0;
  opacity: 1;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tax-product_cat.open .right-sidebar .sidebar-shop:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tax-product_cat.open .right-sidebar .k2t-shop .shop-grid li {
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .right-sidebar .k2t-shop .grid li {
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .right-sidebar .k2t-shop .list li {
  transform: translateX(-25%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .right-sidebar .k2t-shop .shop-listing li {
  transform: translateX(-25%);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.tax-product_cat.open .right-sidebar .k2t-shop .woocommerce-result-count {
  transform: translateX(-315px);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .tax-product_cat.open .k2t-content .k2t-shop .shop-grid li {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .grid li {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .list li {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .shop-listing li {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .woocommerce-result-count {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .sidebar-shop {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .switch-layout {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .woocommerce-ordering {
    transform: none;
  }
  .tax-product_cat.open .k2t-content .k2t-shop .woocommerce-pagination {
    transform: none;
  }
}
