@charset "UTF-8";
/*

Theme Name: Limoguys
Theme URI: http://demo.earththeme.com/limoguys/
Author: earththeme
Author URI: http://earththeme.com
Description: Main theme.
Version: 1.0.1

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Reset
//   02. Typography
//   03. General class
//   04. Layout
//	 05. Carousel
//   06. Header
//   07. Titlebar
//   08. Social
//   09. Widget
//   10. Footer
//   11. Blog single
//   12. Blog large archive
//   13. Blog grid archive
//   15. 3rd plugin style
// ========================================================================== */
.clear-css {
  clear: both;
}
/*--------------------------------------------------------------
	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: #9397a3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 171.43%;
}
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 {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
  color: #3a6ee8;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
	02. Typography
--------------------------------------------------------------*/
body {
  font-size: 14px;
  letter-spacing: 0.025em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body {
    position: initial;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 428.57142857%;
}
h2,
.h2 {
  font-size: 257.14285714%;
}
h3,
.h3 {
  font-size: 214.28571429%;
}
h4,
.h4 {
  font-size: 171.42857143%;
}
h5,
.h5 {
  font-size: 157.14285714%;
}
h6,
.h6 {
  font-size: 128.57142857%;
}
p {
  margin-bottom: 10px;
  color: #666;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
q {
  display: block;
}
blockquote,
q {
  border-left: 5px solid #3a6ee8;
  background-color: #f6f6f6;
  color: #737373;
  line-height: 190%;
  font-family: 'Open Sans', sans-serif;
  font-size: 128.57142857%;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 34px;
  padding: 27px 30px 37px 77px;
  position: relative;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f6f6f6;
  color: #737373;
  font-size: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
code,
kbd,
tt,
var {
  font-size: 100%;
}
abbr,
acronym {
  border-bottom: 1px dotted #3a6ee8;
  cursor: help;
}
mark,
ins {
  background: #3a6ee8;
  color: #fff;
  padding: 0 5px;
  text-decoration: none;
}
del {
  color: #3a6ee8;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
ul,
ol {
  margin-bottom: 20px;
  padding-left: 14px;
}
ol {
  margin: 0 0 1.5em 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
}
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: 'Open Sans', Optima, Oswald;
}
hr {
  background-color: #3a6ee8;
  height: 2px;
  padding: 0;
  margin: 0;
  clear: both;
  border: 0;
  border-top: 1px solid #666;
}
::selection {
  background: #fff;
  /* Safari */
  color: #3a6ee8;
}
::-moz-selection {
  background: #fff;
  /* Firefox */
  color: #3a6ee8;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  border: 0 solid #ccc;
  color: #000000;
  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: #3a6de6;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  padding: 0 20px;
  height: 55px;
  line-height: 50px;
  min-width: 130px;
  text-align: center;
  outline: 0;
  text-transform: uppercase;
  -webkit-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;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.k2t-btn:hover {
  background: #191a1f;
  -webkit-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-btn.medium {
  height: 25px;
  line-height: 55px;
  min-width: 245px;
  text-align: center;
}
.k2t-btn.small {
  height: 25px;
  line-height: 50px;
  min-width: 200px;
  text-align: center;
}
.k2t-btn:hover {
  color: #fff;
}
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"],
input[type="tel"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  color: #000000;
  font-family: inherit;
  font-size: inherit;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  text-transform: uppercase;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #000;
}
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 {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
iframe {
  width: 100%;
}
/* some global setting */
/*--------------------------------------------------------------
	03. General class
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 10px 1.5em 35px 0;
}
.alignright {
  float: right;
  margin: 10px 0 1.5em 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto 35px;
}
.alignnone {
  float: none;
  margin-top: 20px;
  margin-bottom: 35px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100% !important;
}
.wp-caption img[class*="wp-image-"] {
  display: inline;
  margin: 10px 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 {
  text-align: right;
}
.align-center {
  text-align: center;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mejs-container button {
  min-width: 0;
}
.post-password-form input[type='submit'] {
  height: 52px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.content-2columns {
  display: inline-block;
  display: block;
  margin: 0 -15px;
  position: relative;
}
.content-2columns:before,
.content-2columns:after {
  content: " ";
  display: table;
}
.content-2columns:after {
  clear: both;
}
.content-2columns > div {
  padding: 0 15px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .content-2columns > div {
    display: inline-block;
    display: block;
    width: 100%;
    float: none;
  }
  .content-2columns > div:before,
  .content-2columns > div:after {
    content: " ";
    display: table;
  }
  .content-2columns > div:after {
    clear: both;
  }
}
.content-2columns .content-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .content-2columns .content-center {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.content-2columns .content-center > *:last-child {
  margin-bottom: 0 !important;
}
.content-2columns .content-center:nth-child(2n+1) {
  left: 0;
}
.content-2columns .content-center:nth-child(2n) {
  left: 50%;
}
ul.contact-info {
  list-style: none;
  padding-left: 0;
}
ul.contact-info li {
  margin-bottom: 20px;
  position: relative;
}
ul.contact-info li > *:not(i) {
  padding-left: 45px;
}
ul.contact-info li h4 {
  color: #727272;
  font-size: 16px;
  margin-bottom: 5px;
}
ul.contact-info li > i {
  color: #3a6ee8;
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 0;
}
ul.contact-info li p {
  margin-bottom: 13px;
}
.opening-hour {
  border: 1px solid #f8f8f8;
  list-style: none;
  padding: 20px;
  width: 100%;
}
.opening-hour li {
  display: inline-block;
  display: block;
}
.opening-hour li:before,
.opening-hour li:after {
  content: " ";
  display: table;
}
.opening-hour li:after {
  clear: both;
}
.opening-hour li h4 {
  color: #424242;
  font-size: 20px;
  margin-bottom: 33px;
  text-transform: none;
}
.opening-hour li p {
  line-height: 185.71428571%;
  width: 50%;
  float: left;
}
/*--------------------------------------------------------------
	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;
  min-height: 1px;
  width: 33.33333333%;
}
.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.33333333%;
}
.col-11 {
  float: left;
  min-height: 1px;
  width: 91.66666667%;
}
.col-12 {
  float: left;
  min-height: 1px;
  width: 100%;
}
.k2t-body {
  margin: 0 auto;
  max-width: 100%;
}
.k2t-wrap {
  margin: auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
}
.basr-animation {
  display: inline-block;
  display: block;
}
.basr-animation:before,
.basr-animation:after {
  content: " ";
  display: table;
}
.basr-animation:after {
  clear: both;
}
.page.page-template .k2t-content {
  padding-top: 40px;
}
.page.page-template .k2t-content .k2t-sidebar {
  margin-top: 15px;
}
.page .k2t-body .k2t-content {
  margin-top: 0;
}
.page .k2t-body .k2t-content .container {
  max-width: 1170px;
}
.page .k2t-body .k2t-content .container .vc_row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .page .k2t-body .k2t-content .k2t-sidebar {
    padding: 0 15px;
  }
}
.page .content-page {
  display: inline-block;
  display: block;
}
.page .content-page:before,
.page .content-page:after {
  content: " ";
  display: table;
}
.page .content-page:after {
  clear: both;
}
.page:not(.has-shortcode) .k2t-content .container {
  margin-top: 80px;
}
.page #comments {
  margin-top: 50px;
  padding-top: 0;
}
.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;
}
.k2t-content {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.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;
}
@media only screen and (max-width: 768px) {
  .k2t-content.left-sidebar .k2t-sidebar {
    padding-right: 0;
  }
}
.k2t-content.left-sidebar .k2t-sidebar .k2t-sidebar-inner {
  width: 87.5%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .k2t-content.left-sidebar .k2t-sidebar .k2t-sidebar-inner {
    width: 100%;
  }
}
.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;
}
@media only screen and (max-width: 768px) {
  .k2t-content.right-sidebar .k2t-sidebar {
    padding-left: 0;
  }
}
.k2t-content.right-sidebar .k2t-sidebar .k2t-sidebar-inner {
  width: 87.5%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .k2t-content.right-sidebar .k2t-sidebar .k2t-sidebar-inner {
    width: 100%;
  }
}
.k2t-content.right-sidebar .k2t-blog {
  float: left;
  padding-right: 15px;
}
.k2t-content.right-sidebar .k2t-main {
  float: left;
  padding-right: 15px;
}
.k2t-content .k2t-blog {
  width: 66.66666667%;
}
.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: left;
  width: 33.33333333%;
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner {
  background: transparent;
}
.k2t-content:not(.no-sidebar) .k2t-main {
  width: 66.66666667%;
}
body.page.page-template .k2t-content > .k2t-wrap {
  max-width: 1200px;
  padding: 0 15px;
}
body.page .k2t-content {
  padding-bottom: 0;
}
body.page .k2t-content > .k2t-wrap {
  padding: 0;
  max-width: 1170px;
}
body.page .k2t-content .k2t-blog + .k2t-sidebar {
  padding-top: 50px;
}
body.page.page-template .k2t-blog + .k2t-sidebar {
  padding-top: 0;
}
.vc_row .wpb_button,
.vc_row .wpb_content_element,
.vc_row ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md,
.vc_icon_element.vc_icon_element-outer {
  float: left;
}
.mask-gradient {
  position: relative;
}
.mask-gradient .vc_column-inner:hover:before {
  opacity: 0;
  -webkit-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;
}
.mask-gradient .vc_column-inner:before {
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0) );
  background: -o-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0.0) );
  background: -moz-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0) );
  background: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0) );
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-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;
}
.mask-gradient .vc_column-inner > * {
  position: relative;
  z-index: 2;
}
.mask-0-4:before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mask-0-4 > * {
  position: relative;
  z-index: 2;
}
.column-4 .post-item {
  max-width: 292px;
}
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.owl-carousel + p,
.owl-carousel + h1,
.owl-carousel + h2,
.owl-carousel + h3,
.owl-carousel + h4,
.owl-carousel + ul,
.owl-carousel + ol,
.owl-carousel + blockquote,
.owl-carousel + q {
  margin-top: 35px;
}
.owl-carousel {
  margin-bottom: 15px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
}
.owl-nav .owl-prev {
  background: #333;
}
.owl-nav .owl-next {
  background: #060507;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: #adadad;
  font-size: 20px;
  line-height: 40px;
  height: 45px;
  opacity: .8;
  width: 45px;
  text-align: center;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #000000;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  line-height: 40px;
}
.owl-nav .owl-prev i:before,
.owl-nav .owl-next i:before {
  padding: 10px;
}
.owl-nav .owl-prev {
  float: left;
  margin-left: 20px;
}
.owl-nav .owl-next {
  float: right;
  margin-right: 20px;
}
.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 41px;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-dots .owl-dot {
  float: left;
  margin-right: 20px;
  line-height: 10px;
  height: 10px;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #fff;
}
.owl-dots .owl-dot span {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
/*--------------------------------------------------------------
	05. Header default
--------------------------------------------------------------*/
/**
 * Default - Menus
 */
.wrap-header-defaul {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.site-header-menu {
  display: inline-block;
  display: block;
  display: none;
  float: right;
}
.site-header-menu:before,
.site-header-menu:after {
  content: " ";
  display: table;
}
.site-header-menu:after {
  clear: both;
}
.site-header {
  display: inline-block;
  display: block;
}
.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header .site-header-main {
  width: 100%;
}
.site-header ul a:hover {
  color: #3a6ee8 !important;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation ul li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.main-navigation ul ul {
  display: none;
}
.main-navigation ul.toggled-on {
  display: block;
}
.main-navigation a {
  display: block;
  line-height: 80px;
  outline-offset: -1px;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #3a6ee8;
}
.main-navigation .menu-item-has-children > a {
  margin-right: 50px;
}
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
.dropdown-toggle:focus:after {
  border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
  content: "\f432";
}
.site-header {
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header-main {
  position: relative;
  display: inline-block;
  display: block;
}
.site-header-main:before,
.site-header-main:after {
  content: " ";
  display: table;
}
.site-header-main:after {
  clear: both;
}
.site-header-main .site-branding {
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  float: left;
}
.site-header-main .site-branding .site-title {
  font-family: 'Oswald';
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.site-header-main .site-branding .site-title a {
  color: #000;
  line-height: 80px;
}
.site-header-main .site-branding .site-description {
  display: none;
}
.site-header-main .menu-toggle {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  float: right;
  min-width: auto;
  padding: 0 10px;
  position: absolute;
  top: 18px;
  right: 0;
  height: 45px;
  line-height: 40px;
}
.site-header-main .menu-toggle:focus {
  outline: 0;
}
.site-header-main .menu-toggle.toggled-on:focus {
  outline: thin dotted;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu {
  display: block;
  width: 100%;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu {
  padding-left: 0;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover {
  cursor: pointer;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover a {
  text-shadow: none;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:hover:after {
  color: #000;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li.menu-item-has-children:before {
  content: '';
  background: #d1d1d1;
  display: block;
  position: absolute;
  top: 18px;
  right: 49px;
  width: 1px;
  height: 24px;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu li.menu-item-has-children:after {
  content: "\f123";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 18px;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu .sub-menu.active {
  display: block;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu .sub-menu li {
  border-bottom: none;
}
.site-header-main .menu-toggle.toggled-on + .site-header-menu .primary-menu a {
  color: #000;
  line-height: 1.2em;
  padding: 20px 0;
}
.custom-logo-link {
  display: block;
}
.custom-logo {
  max-width: 180px;
}
.header-image {
  clear: both;
  margin: 0.875em 0;
}
.header-image a {
  display: block;
}
.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}
@media screen and (min-width: 56.875em) {
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .main-navigation a {
    white-space: nowrap;
  }
  .main-navigation .primary-menu li,
  .main-navigation .primary-menu > li {
    border: 0;
  }
  .main-navigation .primary-menu > li {
    float: left;
  }
  .main-navigation .primary-menu > li:not(:last-child) {
    margin-right: 20px;
  }
  .main-navigation .primary-menu li:hover > a,
  .main-navigation .primary-menu li .focus > a {
    color: #000;
  }
  .main-navigation ul ul {
    background-color: #fff;
    display: block;
    left: -999em;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    z-index: 99999;
  }
  .main-navigation ul ul li {
    border-bottom-width: 0;
    padding: 10px 20px;
    min-width: 200px;
  }
  .main-navigation ul ul li a {
    line-height: 1.2em;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  .main-navigation ul ul li:hover > ul.sub-menu,
  .main-navigation ul ul li.focus > ul.sub-menu {
    top: 0;
  }
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    margin-right: 20px;
  }
  .main-navigation .menu-item-has-children > a:after {
    content: "\f123";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
}
@media screen and (min-width: 61.5625em) {
  .custom-logo {
    max-width: 240px;
  }
}
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.admin-bar .sticky-wrapper.is-sticky .basr-sticky {
  top: 32px !important;
}
.admin-bar .mobile-menu-wrap {
  top: 35px !important;
}
.title-color .k2t-header {
  position: relative;
  background: #000;
}
.title-color .k2t-header .mega-container,
.title-color .k2t-header .sub-menu {
  background: #000;
}
.k2t-header {
  background-color: transparent;
  max-width: 100%;
  margin: 0 auto;
  line-height: 80px;
  z-index: 9999;
}
.k2t-header * {
  box-sizing: border-box;
}
.k2t-header:before {
  background: transparent;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 999;
}
.k2t-header:after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.k2t-header .basr-sticky {
  -webkit-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-header .sticky-wrapper.is-sticky .basr-sticky {
  background: rgba(0, 0, 0, 0.2);
  -webkit-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;
  z-index: 9999 !important;
}
.k2t-header .full-width.k2t-header-top .k2t-wrap,
.k2t-header .full-width.k2t-header-mid .k2t-wrap,
.k2t-header .full-width.k2t-header-bottom .k2t-wrap {
  max-width: 100%;
  width: 100%;
}
.k2t-header.header-absolute {
  position: relative;
}
.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 .align-right > :last-child {
  margin-right: 0;
}
.k2t-header .social {
  margin-bottom: 0;
  padding-top: 0;
}
.k2t-header .social li a {
  color: #fff;
}
.k2t-header .k2t-header-top {
  background: #222221;
}
.k2t-header .k2t-header-top .element-editor {
  color: #fff;
  font-size: 18px;
}
.k2t-header .k2t-header-top .element-editor p {
  color: #fff;
}
.k2t-header .k2t-header-top .element-editor > p {
  margin-bottom: 0;
}
.k2t-header .k2t-header-top .element-editor ul {
  margin-top: 17px;
}
.k2t-header .k2t-header-top .element-editor ul {
  margin-bottom: 0;
  list-style: none;
}
.k2t-header .k2t-header-top .element-editor ul li {
  line-height: 1.2em;
}
.k2t-header .k2t-header-top .element-editor ul li:only-of-type {
  padding-left: 30px;
  position: relative;
}
.k2t-header .k2t-header-top .element-editor ul li:only-of-type i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k2t-header .k2t-header-top .element-editor ul li:only-of-type h4 {
  display: block;
}
.k2t-header .k2t-header-top .element-editor ul li:only-of-type h4 + span {
  font-size: 18px;
}
.k2t-header .k2t-header-top .element-editor ul li:not(:only-of-type) > * {
  float: left;
  line-height: 20px;
}
.k2t-header .k2t-header-top .element-editor ul li h4 + span {
  font-size: 12px;
}
.k2t-header .k2t-header-top .element-editor h1,
.k2t-header .k2t-header-top .element-editor h2,
.k2t-header .k2t-header-top .element-editor h3,
.k2t-header .k2t-header-top .element-editor h4,
.k2t-header .k2t-header-top .element-editor h5,
.k2t-header .k2t-header-top .element-editor h6 {
  color: #3a6ee8;
  margin-bottom: 0;
  margin-right: 5px;
}
.k2t-header .k2t-header-top .element-editor h4 {
  color: #3a6ee8;
  font-size: 12px;
}
.k2t-header .k2t-header-top .element-editor i {
  font-size: 30px;
  color: #3a6ee8;
  margin-right: 20px;
}
.k2t-header .k2t-header-top .social {
  display: block;
}
.h-element {
  display: inline-block;
  float: none !important;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
.h-element a,
.h-element i {
  color: #fff;
}
.h3_header_ {
  background: #000;
}
.h3_header_ .logo-text {
  color: #fff;
  line-height: 80px;
}
.h1_header_ .logo-text {
  color: #fff;
}
.h1_header_ .is-sticky .basr-sticky,
.h2_header_ .is-sticky .basr-sticky {
  background: #111217 !important;
}
.h1_header_ .is-sticky .basr-sticky .k2t-menu > li > a,
.h2_header_ .is-sticky .basr-sticky .k2t-menu > li > a,
.h1_header_ .is-sticky .basr-sticky .shop-cart .cart-control i,
.h2_header_ .is-sticky .basr-sticky .shop-cart .cart-control i,
.h1_header_ .is-sticky .basr-sticky .search-box,
.h2_header_ .is-sticky .basr-sticky .search-box {
  color: #fff;
}
.h1_header_ .is-sticky .basr-sticky .k2t-menu > li > a:hover,
.h2_header_ .is-sticky .basr-sticky .k2t-menu > li > a:hover,
.h1_header_ .is-sticky .basr-sticky .shop-cart .cart-control i:hover,
.h2_header_ .is-sticky .basr-sticky .shop-cart .cart-control i:hover,
.h1_header_ .is-sticky .basr-sticky .search-box:hover,
.h2_header_ .is-sticky .basr-sticky .search-box:hover {
  color: #3a6ee8;
}
.h1_header_ .k2t-header-mid > .k2t-wrap,
.h2_header_ .k2t-header-mid > .k2t-wrap {
  padding: 0 65px;
}
@media (max-width: 1600px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap,
  .h2_header_ .k2t-header-mid > .k2t-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1440px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap,
  .h2_header_ .k2t-header-mid > .k2t-wrap {
    padding: 0 15px;
  }
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:first-child,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:first-child {
  width: calc(50% - 585px) !important;
}
@media (max-width: 1440px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:first-child,
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:first-child {
    width: 15% !important;
  }
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2),
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) {
  width: 1170px;
}
@media (max-width: 1440px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2),
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) {
    width: 70% !important;
  }
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) > *:first-child,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) > *:first-child {
  float: left !important;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) > *:not(:first-child),
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) > *:not(:first-child) {
  float: right !important;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .k2t-menu,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .k2t-menu {
  padding-left: 0;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .k2t-menu li:first-child,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .k2t-menu li:first-child {
  padding-left: 0;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .element-editor,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .element-editor {
  color: #fff;
  font-weight: 600;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .social li a,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .social li a {
  color: #fff;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .social li a:hover,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .social li a:hover {
  color: #3a6ee8;
}
.h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:last-child,
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:last-child {
  width: calc(50% - 585px) !important;
}
@media (max-width: 1440px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:last-child,
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:last-child {
    width: 15% !important;
  }
}
@media (max-width: 1440px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .element-editor,
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .element-editor {
    padding-right: 15px;
  }
}
@media (max-width: 1280px) {
  .h1_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .element-editor,
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .element-editor {
    display: none;
  }
}
.h2_header_ .is-sticky .k2t-header-mid {
  padding: 0 60px;
}
@media (max-width: 1366px) {
  .h2_header_ .is-sticky .k2t-header-mid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .h2_header_ .is-sticky .k2t-header-mid {
    padding: 0;
  }
}
.h2_header_ .is-sticky .k2t-header-mid .search-box:last-of-type {
  margin-right: 0;
}
.h2_header_ .is-sticky .basr-sticky {
  background: #111217 !important;
}
.h2_header_ .is-sticky .basr-sticky .k2t-menu > li > a,
.h2_header_ .is-sticky .basr-sticky .shop-cart .cart-control i,
.h2_header_ .is-sticky .basr-sticky .search-box {
  color: #fff !important;
}
.h2_header_ .is-sticky .basr-sticky .k2t-menu > li > a:hover,
.h2_header_ .is-sticky .basr-sticky .shop-cart .cart-control i:hover,
.h2_header_ .is-sticky .basr-sticky .search-box:hover {
  color: #3a6ee8 !important;
}
@media (max-width: 1440px) {
  .h2_header_ .is-sticky .basr-sticky .k2t-menu > li {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 1280px) {
  .h2_header_ .is-sticky .basr-sticky .k2t-menu > li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.h2_header_ .is-sticky .basr-sticky .k2t-menu > li > a:before {
  background: #fff!important;
}
.h2_header_ .is-sticky .basr-sticky .k2t-menu > li > a:hover:before {
  background: #3a6ee8 !important;
}
.h2_header_ .is-sticky .basr-sticky .k2t-logo .logo-text {
  color: #fff !important;
}
.h2_header_ .is-sticky .basr-sticky .k2t-logo .logo-text:hover {
  color: #3a6ee8 !important;
}
@media (max-width: 1000px) {
  .h2_header_ .is-sticky .basr-sticky .social {
    display: none;
  }
}
.h2_header_ .k2t-header-mid {
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .h2_header_ .k2t-header-mid {
    padding: 0;
  }
}
.h2_header_ .k2t-header-mid > .k2t-wrap {
  padding: 0 15px;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:first-child {
  width: calc(50% - 585px) !important;
}
@media (max-width: 1440px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:first-child {
    width: 15% !important;
  }
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) {
  width: 1170px;
}
@media (max-width: 1440px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) {
    width: 70% !important;
  }
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) > *:first-child {
  float: left;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) > *:not(:first-child) {
  float: right;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .k2t-menu {
  padding-left: 0;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .k2t-menu li:first-child {
  padding-left: 0;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .element-editor {
  color: #fff;
  font-weight: 600;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .social li a {
  color: #fff;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:nth-child(2) .social li a:hover {
  color: #3a6ee8;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:last-child {
  width: calc(50% - 585px) !important;
}
@media (max-width: 1440px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div:last-child {
    width: 15% !important;
  }
}
@media (max-width: 1440px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-menu > li {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 1280px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-menu > li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-menu > li a {
  color: #111217;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-menu > li a:before {
  background: #111217;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-menu > li a:hover {
  color: #3a6ee8;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-menu > li a:hover:before {
  background: #3a6ee8;
}
@media (max-width: 1440px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .element-editor {
    padding-right: 15px;
  }
}
@media (max-width: 1280px) {
  .h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .element-editor {
    display: none;
  }
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .search-box {
  color: #000;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .search-box:hover {
  color: #3a6ee8;
}
.h2_header_ .k2t-header-mid > .k2t-wrap .k2t-row > div .k2t-logo .logo-text {
  font-weight: 400;
  font-size: 24px;
}
/* k2t-menu */
.k2t-menu {
  padding-left: 0;
  margin-bottom: 0;
}
.k2t-menu .k2t-row > div:last-child > div:last-child {
  margin-right: 15px;
}
.k2t-menu > li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .k2t-menu > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.k2t-menu > li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
}
.k2t-menu > li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.k2t-menu > li a:hover {
  color: #3a6ee8;
}
.k2t-menu > li a:hover:before {
  color: #3a6ee8;
}
.k2t-menu > li.current-menu-ancestor > a {
  position: relative;
}
.k2t-menu > li.current-menu-ancestor > a:before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: calc(100% + 18px);
  -webkit-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-menu > li.current-menu-ancestor > a:hover:before {
  background: #3a6ee8;
  -webkit-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-menu li {
  list-style: none;
  position: relative;
}
.k2t-menu li:hover > ul {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-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-menu li .sub-menu {
  background: #fff;
  margin-left: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.k2t-menu li .sub-menu li a {
  color: #333333;
  display: table;
}
.k2t-menu li .sub-menu li a:hover {
  color: #3a6ee8;
  position: relative;
}
.k2t-menu li .sub-menu li a:hover:before {
  content: "";
  background: #3a6ee8;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: calc(100% + 18px);
}
.k2t-menu li ul {
  padding: 36px 30px 30px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  height: auto;
  -webkit-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;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.k2t-menu li ul li {
  line-height: 30px;
}
.k2t-menu li ul li a {
  display: block;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.k2t-menu li ul li a:hover {
  color: #3a6ee8;
}
.k2t-menu li ul li ul {
  top: -50%;
  left: 210px;
}
.k2t-menu .k2t-megamenu {
  position: static;
}
.k2t-menu .k2t-megamenu:hover .mega-container,
.k2t-menu .k2t-megamenu:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-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-menu .k2t-megamenu .mega-container {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-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;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.k2t-menu .k2t-megamenu .mega-container .sub-menu {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.k2t-menu .mega-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.k2t-menu .mega-container > ul {
  display: table;
  table-layout: fixed;
  max-width: 1170px;
  margin: 0 auto;
  padding: 36px 30px 30px 0;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.k2t-menu .mega-container > ul > li {
  display: table-cell;
  padding: 0 15px;
  position: relative;
}
.k2t-menu .mega-container > ul > li > a {
  border: 0;
  color: #3a6ee8;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.k2t-menu .mega-container > ul > li > a:hover {
  text-indent: 0;
}
.k2t-menu .mega-container > ul > li ul {
  background: transparent;
  margin-top: 0;
  margin-left: 0;
  position: static;
  width: 100%;
  padding: 0;
}
/* k2t-logo */
.k2t-logo {
  display: block;
  height: 80px;
}
.k2t-logo .logo-text {
  display: inline-block;
  height: 80px;
  font-size: 38px;
  line-height: 80px;
  margin-bottom: 0;
}
.k2t-header-m {
  display: none;
}
.element-editor {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .element-editor {
    padding-right: 15px;
  }
}
.search-box {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.search-box:hover {
  cursor: pointer;
  color: #3a6ee8;
}
.k2t-searchbox {
  display: table;
  position: fixed;
  top: -150%;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  z-index: 100000;
}
.k2t-searchbox .hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999;
}
.k2t-searchbox .hamburger .hamburger-inner,
.k2t-searchbox .hamburger .hamburger-inner::before,
.k2t-searchbox .hamburger .hamburger-inner::after {
  background-color: #fff;
  border-radius: 0;
}
.k2t-searchbox .mark {
  background-color: rgba(0, 0, 0, 0.97);
  height: 200%;
  width: 200%;
  position: absolute;
  top: -50%;
  right: -50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-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%;
  width: 100%;
  max-width: 555px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .k2t-searchbox .searchform {
    padding: 0 15px;
  }
}
.k2t-searchbox .searchform input {
  background-color: transparent;
  color: #fff;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 300;
  width: 100%;
  max-width: 750px;
  text-transform: none;
}
.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 {
  top: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.searchform i {
  display: none;
}
.k2t-searchbox {
  -webkit-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-searchbox .searchform input {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .k2t-searchbox .searchform input {
    font-size: 20px;
  }
}
.k2t-searchbox .searchform input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.k2t-searchbox .searchform input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.k2t-searchbox .searchform input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.k2t-searchbox .searchform i {
  color: #fff;
  display: block;
  font-size: 20px;
  position: absolute;
  bottom: 13px;
  right: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .k2t-searchbox .searchform i {
    right: 14px;
  }
}
.k2t-searchbox .searchform i:before {
  font-weight: bold;
}
.k2t-searchbox .searchform button {
  background: transparent;
  display: block;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  min-width: 0;
  z-index: 2;
}
.k2t-searchbox .searchform button:hover ~ i {
  color: #3a6ee8;
}
@media (max-width: 800px) {
  .k2t-header .k2t-menu > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile {
    display: inline-block;
    display: block;
    padding: 0 10px;
    position: relative;
    z-index: 10;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile:before,
  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
    content: " ";
    display: table;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
    clear: both;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile > * {
    height: 40px;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info {
    font-size: 14px;
    width: 70%;
    float: left;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info p {
    margin-bottom: 0;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right {
    width: 30%;
    float: left;
    text-align: right;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart {
    padding-right: 3px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child .shop-item,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart .shop-item {
    top: 44px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social {
    display: inline-block;
    position: relative;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share {
    top: 100%;
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share ul,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share ul {
    opacity: 1;
    width: 400px;
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover {
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover ul {
    opacity: 1;
    height: 40px;
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul {
    background: #fff;
    padding: 2px !important;
    width: 0;
    opacity: 0;
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul:hover {
    opacity: 1;
    width: 400px;
    -webkit-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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li {
    height: 40px;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a {
    padding: 0;
    width: 40px;
  }
  .k2t-header .k2t-header-m > div {
    width: 100%;
  }
  .k2t-header .k2t-header-m .main-menu-m {
    display: inline-block;
    display: block;
  }
  .k2t-header .k2t-header-m .main-menu-m:before,
  .k2t-header .k2t-header-m .main-menu-m:after {
    content: " ";
    display: table;
  }
  .k2t-header .k2t-header-m .main-menu-m:after {
    clear: both;
  }
  .k2t-header .k2t-header-m .main-menu-m > div {
    float: left;
    line-height: 80px;
    max-height: 80px;
  }
  .k2t-header .k2t-header-m .k2t-menu-m {
    padding-left: 15px;
    height: 80px;
    width: 16.66666667%;
  }
  .k2t-header .k2t-header-m .k2t-menu-m .hamburger.is-active {
    z-index: 9999;
    -webkit-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-header .k2t-header-m .k2t-menu-m .hamburger .hamburger-box > * {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .k2t-header .k2t-header-m .k2t-logo-m {
    width: 66.66666667%;
    line-height: 80px;
    text-align: center !important;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .logo-text {
    font-size: 33px;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .logo-text a {
    color: #fff;
    line-height: 80px;
    text-align: center !important;
  }
  .k2t-header .k2t-header-m .k2t-logo-m .logo-text a:hover {
    color: #3a6ee8;
  }
  .k2t-header .k2t-header-m .k2t-logo-m img {
    display: inline-block;
    max-height: 80px;
    margin: 0 auto;
    vertical-align: middle;
  }
  .k2t-header .k2t-header-m .k2t-right-m {
    padding-right: 15px;
    width: 16.66666667%;
    text-align: right !important;
  }
  .k2t-header .k2t-header-m .k2t-right-m > div {
    display: inline-block;
  }
  .k2t-header .k2t-header-m .k2t-right-m .cart-control {
    line-height: 216%;
  }
  .k2t-header .k2t-header-m .k2t-right-m .cart-control i {
    font-size: 20px;
    line-height: 168%;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .k2t-header .k2t-header-m .k2t-right-m i {
    color: #fff;
  }
  .k2t-header .k2t-header-m .k2t-right-m i:hover {
    color: #3a6ee8;
  }
  .k2t-header > div:not(.k2t-header-m) {
    display: none;
  }
  .k2t-header .m-trigger .hamburger {
    padding: 0;
  }
  .k2t-header .m-trigger .hamburger-box {
    height: 13px;
  }
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner,
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:before,
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:after {
    background: #3a6ee8;
  }
  .k2t-header .m-trigger .hamburger-inner,
  .k2t-header .m-trigger .hamburger-inner:before,
  .k2t-header .m-trigger .hamburger-inner:after {
    background: #fff;
    border-radius: 0;
    height: 2px;
    width: 20px;
  }
  .k2t-header .m-trigger .hamburger-inner:before {
    top: 5px;
  }
  .k2t-header .m-trigger .hamburger-inner:after {
    top: 10px;
  }
  .k2t-header .m-trigger .hamburger.is-active .hamburger-inner:after {
    top: 20px;
  }
  .k2t-header .k2t-header-m {
    background: #000;
    display: block;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap {
    -webkit-box-shadow: 0px -16px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -16px 5px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    width: 280px;
    overflow-y: scroll;
    -webkit-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;
    z-index: 999;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap.active {
    left: 0;
    -webkit-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-header-m .mobile-menu-wrap .top-wrap-logo {
    background: #3a6ee8;
    padding-left: 15px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-wrap-logo .k2t-logo {
    color: #fff;
    font-size: 30px !important;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-wrap-logo .k2t-logo:hover {
    color: #232323;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-logo {
    background: #3a6ee8;
    margin-bottom: 20px;
    width: 100%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-logo .logo-text .k2t-logo {
    color: #fff;
    font-size: 35px;
    padding-left: 20px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-logo .k2t-logo {
    padding-left: 20px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-logo img {
    max-width: 200px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger {
    position: absolute;
    top: -2px;
    right: 10px;
    z-index: 999;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger-inner {
    background: #fff;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger-inner:after,
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger-inner:before {
    background: #fff;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle {
    display: block;
    margin-top: 15px 0 30px;
    padding-left: 6px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: right;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle i {
    font-size: 24px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu {
    display: none;
    overflow: hidden;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu > *:first-child:last-child {
    float: right;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist {
    float: left;
    width: 50%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a {
    color: #fff;
    display: block;
    font-size: 30px;
    margin: 0 auto;
    width: 50px;
    text-align: center;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:active,
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:hover {
    color: #fff;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login {
    float: left;
    width: 50%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a {
    color: #fff;
    display: table;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:active,
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:hover {
    color: #fff;
  }
  .k2t-header .k2t-header-m ul,
  .k2t-header .k2t-header-m ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  .k2t-header .k2t-header-m ul > li,
  .k2t-header .k2t-header-m ol > li {
    line-height: 50px;
  }
  .k2t-header .k2t-header-m ul ul,
  .k2t-header .k2t-header-m ol ul {
    padding-left: 15px;
  }
  .k2t-header .k2t-header-m ul ul > li,
  .k2t-header .k2t-header-m ol ul > li {
    line-height: 40px;
  }
  .k2t-header .k2t-header-m ul ul > li a,
  .k2t-header .k2t-header-m ol ul > li a {
    padding-left: 20px;
  }
  .k2t-header .k2t-header-m .mobile-menu {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 280px;
  }
  .k2t-header .k2t-header-m .mobile-menu > li:first-child {
    border-top: none;
  }
  .k2t-header .k2t-header-m .mobile-menu > li:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .k2t-header .k2t-header-m .mobile-menu li {
    border-top: 1px solid #d1d1d1;
  }
  .k2t-header .k2t-header-m .mobile-menu li a {
    padding-left: 0 !important;
  }
  .k2t-header .k2t-header-m ul {
    padding-left: 0;
  }
  .k2t-header .k2t-header-m ul li {
    position: relative;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item {
    position: relative;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item:hover > a {
    background: #fff;
    color: #3a6ee8 !important;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item:hover .open-sub-menu:before {
    color: #3a6ee8 !important;
  }
  .k2t-header .k2t-header-m ul li.active > .wrap-link-item a,
  .k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item a {
    color: #3a6ee8;
  }
  .k2t-header .k2t-header-m ul li.active > .wrap-link-item:hover a,
  .k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item:hover a {
    color: #3a6ee8 !important;
  }
  .k2t-header .k2t-header-m ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m ul li a:hover {
    background: #fff;
    color: #3a6ee8;
  }
  .k2t-header .k2t-header-m ul.mobile-menu > li > .wrap-link-item a {
    font-size: 14px;
    min-height: 50px;
    line-height: 50px;
  }
  .k2t-header .k2t-header-m ul.sub-menu {
    display: none;
  }
  .k2t-header .k2t-header-m ul.sub-menu a {
    text-transform: none;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:before {
    content: "\f125";
    color: #000;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-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-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:after {
    content: '';
    background: #d1d1d1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:hover,
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:active {
    cursor: pointer;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu.active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-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-header .k2t-header-m ul .menu-item-has-children.current-menu-ancestor > .wrap-link-item .open-sub-menu:before,
  .k2t-header .k2t-header-m ul .menu-item-has-children:hover > .wrap-link-item .open-sub-menu:before {
    color: #3a6ee8;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-header .k2t-header-m .k2t-menu-m {
    padding-left: 10px;
    width: 25%;
  }
  .k2t-header .k2t-header-m .k2t-logo-m {
    width: 50%;
  }
  .k2t-header .k2t-header-m .k2t-right-m {
    padding-right: 10px;
    width: 25%;
  }
  .k2t-header .search-box {
    margin: 0;
  }
}
/*--------------------------------------------------------------
	06. Titlebar
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .wrap-header-defaul ~ .k2t-body .k2t-title-bar {
    padding-top: 85px;
  }
}
.k2t-title-bar {
  background-color: #386be2;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .k2t-title-bar {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-title-bar {
    padding-bottom: 48px;
    text-align: center;
  }
}
.k2t-title-bar.hidden-all .main-title,
.k2t-title-bar.hidden-all .main-excerpt,
.k2t-title-bar.hidden-all .breadcrumb {
  opacity: 0;
}
.k2t-title-bar.hidden-excerpt .main-excerpt {
  opacity: 0;
}
.k2t-title-bar.hidden-bc .breadcrumb {
  opacity: 0;
}
.k2t-title-bar > *:not(.mask) {
  position: relative;
  z-index: 2;
}
.k2t-title-bar .k2t-wrap {
  padding: 0;
}
.k2t-title-bar .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.k2t-title-bar .mask.pattern {
  background-image: url('../img/pattern/title-pattern.png');
}
.k2t-title-bar .main-title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 257.14285714%;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
  .k2t-title-bar .main-title {
    font-size: 28px;
  }
}
.k2t-title-bar .main-excerpt {
  color: #fff;
  opacity: 0.75;
}
.k2t-title-bar .main-excerpt span:first-child:not(:last-child) {
  margin-right: 15px;
}
.k2t-title-bar .main-excerpt .custom_content p {
  color: #fff;
}
.k2t-title-bar .k2t-breadcrumbs {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  opacity: 0.5;
}
.k2t-title-bar .k2t-breadcrumbs li {
  color: #fff;
  display: inline-block;
  font-size: 114.28571429%;
  padding: 0 5px;
  text-transform: capitalize;
}
.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: #3a6ee8;
}
/*--------------------------------------------------------------
	06. 404
--------------------------------------------------------------*/
.error404 .k2t-footer {
  display: none;
}
.k2t-not-found .k2t-wrap {
  max-width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .k2t-not-found .k2t-wrap {
    height: auto;
    min-height: 100vh;
  }
}
.k2t-not-found .error-404-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.k2t-not-found .content-404 {
  background: rgba(58, 110, 232, 0.9);
  max-width: 1200px;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .k2t-not-found .content-404 {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-not-found .content-404 {
    margin: 40px auto;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.k2t-not-found .content-404 .page-title {
  color: #fff;
  font-family: 'Oswald';
  font-size: 220px;
  line-height: 1;
  letter-spacing: 0.07em;
  margin: 76px 0 22px;
}
@media only screen and (max-width: 1024px) {
  .k2t-not-found .content-404 .page-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-not-found .content-404 .page-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-not-found .content-404 .page-title {
    margin: 40px 0 22px;
  }
}
.k2t-not-found .content-404 h2 {
  color: #fff;
  font-size: 62px;
  margin-bottom: 20px;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  .k2t-not-found .content-404 h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-not-found .content-404 h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-not-found .content-404 h2 {
    font-size: 30px;
  }
}
.k2t-not-found .content-404 .des {
  color: #fff;
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  .k2t-not-found .content-404 .des {
    margin-bottom: 30px;
  }
}
.k2t-not-found .searchform {
  display: inline-block;
  margin-bottom: 34px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .k2t-not-found .searchform {
    margin-bottom: 27px;
  }
}
.k2t-not-found .searchform input[type="text"] {
  background: transparent;
  color: #fff;
  width: 100%;
  max-width: 300px;
  text-transform: none;
}
.k2t-not-found .searchform input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.k2t-not-found .searchform input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.k2t-not-found .searchform input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.k2t-not-found .searchform input[type="text"]:focus {
  border-color: #232323;
}
.k2t-not-found .searchform button {
  background: transparent;
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50;
  min-width: 0;
}
.k2t-not-found .searchform i {
  display: block;
  color: #ebebeb;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.k2t-not-found .basr-404-search {
  margin-bottom: 79px;
}
@media only screen and (max-width: 480px) {
  .k2t-not-found .basr-404-search {
    margin-bottom: 40px;
  }
}
.k2t-not-found .basr-404-search .bot {
  color: #fff;
  font-size: 107.14285714%;
}
.k2t-not-found .basr-404-search .bot span:first-child {
  display: block;
}
.k2t-not-found .basr-404-search .bot a:hover {
  color: #fff;
  text-decoration: line-through;
}
body.search-results .k2t-content .page-title {
  font-size: 40px;
}
body.search-results .k2t-content article .entry-title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: none;
}
body.search-results .k2t-content article .entry-summary {
  margin-bottom: 30px;
}
body.search-results .k2t-content .no-results button {
  height: 52px;
}
body.search-no-results .page-title {
  margin-top: 12px;
  font-size: 40px;
}
body.search-no-results .searchform {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  body.search-no-results .searchform input {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  body.search-no-results .searchform button {
    margin-left: 0 !important;
  }
}
body.search-no-results .no-results button {
  margin-left: 15px;
  height: 52px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
/*--------------------------------------------------------------
	07. Social
--------------------------------------------------------------*/
.social {
  float: left;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  overflow: hidden;
}
.social li {
  font-size: 18px;
  float: left;
  text-align: center;
}
.social li:not(:last-child) {
  margin-right: 10px;
}
.social li a {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
}
.social li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social li a:hover {
  color: #3a6ee8;
}
.k2t-footer.dark-style .social li a,
.dark-style .social li a {
  color: #fff;
}
.k2t-footer.dark-style .social li a:hover,
.dark-style .social li a:hover {
  color: #fff;
}
.k2t-social-share.social li a {
  border-width: 0;
  color: #cccccc;
}
.k2t-social-share.social li a:hover {
  color: #3a6ee8;
}
.k2t-social-share.social li a span {
  display: none;
}
/*--------------------------------------------------------------
	08. Widget
--------------------------------------------------------------*/
.widget {
  color: #999;
  background: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .widget {
    margin-bottom: 40px;
  }
}
.widget:after {
  content: '';
  display: block;
  clear: both;
}
.widget a:hover {
  color: #3a6ee8;
}
.widget .widget-title {
  font-size: 20px;
  padding-bottom: 29px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .widget .widget-title {
    padding-bottom: 27px;
  }
}
.widget ul {
  padding-left: 0;
}
.widget ul,
.widget ol {
  list-style: none;
}
.widget select {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
.widget .wp-caption-text {
  margin-bottom: 20px;
}
.widget.widget_search button {
  display: none;
}
/*  Widget RSS   */
.widget_rss ul {
  list-style: none;
  padding-left: 0;
}
.widget_rss ul li {
  margin-bottom: 15px;
}
/*  Widget tweet   */
.widget_aptf_widget .aptf-tweet-name,
.widget_aptf_widget .aptf-tweet-username {
  display: none;
}
.widget ul.menu ul {
  margin-left: 15px;
}
.widget_pages ul ul {
  margin-left: 15px;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  line-height: 200%;
  margin-right: 5px;
  text-align: center;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #3a6ee8;
}
@media only screen and (max-width: 768px) {
  .widget.widget_categories {
    margin-bottom: 27px;
  }
}
.widget.widget_categories ul {
  padding-left: 0;
}
.widget.widget_categories ul li {
  margin-bottom: 10px;
}
.widget.widget_categories ul li:before {
  content: "\f488";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  margin-right: 13px;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget.widget_categories ul li ul {
  margin-left: 15px;
}
.widget.widget_categories ul li ul li:before {
  font-size: 12px;
}
.widget.widget_categories ul a {
  padding-left: 0;
}
.widget.widget_categories a {
  line-height: 2em;
  padding: 8px 0 10px 15px;
  text-transform: capitalize;
}
/*  Widget calendar   */
.widget_calendar {
  padding-left: 0;
  padding-right: 0;
}
.widget_calendar * {
  text-align: center;
}
.widget_calendar .widget-title {
  padding-bottom: 0;
  text-align: left;
}
.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: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-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: 50%;
  left: 50%;
  -webkit-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%;
}
/* Text widget */
.textwidget img {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*  Widget limo recent post   */
.k2t_widget_latest_posts .posts-list {
  margin-top: 14px;
  overflow: hidden;
}
.k2t_widget_latest_posts .posts-list .post-item {
  padding-bottom: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .k2t_widget_latest_posts .posts-list .post-item {
    margin-bottom: 20px;
  }
}
.k2t_widget_latest_posts .posts-list .post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.k2t_widget_latest_posts .posts-list .post-thumb {
  float: left;
}
.k2t_widget_latest_posts .posts-list .post-text {
  float: left;
  padding-left: 20px;
  width: calc(100% - 90px);
}
.k2t_widget_latest_posts .posts-list .post-text h4 {
  font-size: 100%;
  line-height: 150%;
  margin-bottom: 2px;
  padding-top: 1px;
}
.k2t_widget_latest_posts .posts-list .post-text .post-meta span {
  font-size: 12px;
}
.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;
}
.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: #fff;
}
.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%);
  -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: #fff;
}
/* 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);
  -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: #fff;
}
.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;
}
.k2t-sidebar {
  /* Widget Search */
}
.k2t-sidebar .widget_search .searchform input[type="text"] {
  background: #f6f6f6;
  height: 50px;
  padding-left: 30px;
  max-width: 100%;
  width: 100%;
}
.k2t-sidebar .widget_search .searchform button {
  display: none;
}
.k2t-sidebar .widget_tag_cloud a {
  color: #999;
  font-size: 15px !important;
  text-transform: capitalize;
}
.k2t-sidebar .widget_tag_cloud a:after {
  content: ",";
}
.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: #fff;
}
.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%);
  -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%);
  -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);
  -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;
  font-weight: 300;
  margin-left: 22px !important;
  text-transform: none;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #fff;
}
.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 {
  background: none !important;
  font-size: 14px !important;
  left: 0 !important;
  margin-left: 0 !important;
  width: 12px;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:before {
  content: '\f34f';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:hover:before {
  color: #fff;
}
.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 {
  display: none;
  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: #fff !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);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content a {
  color: #fff !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: #fff !important;
}
/* Mail chimp */
.k2t-sidebar div.mc4wp-form {
  margin-bottom: 30px;
}
.k2t-sidebar div.mc4wp-form input[type='email'],
.k2t-sidebar div.mc4wp-form input[type='text'] {
  background-color: transparent;
  padding: 0 20px;
  border-bottom: 1px solid #232428;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  width: 100%;
  max-width: 270px;
  text-transform: none;
}
.k2t-sidebar div.mc4wp-form input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k2t-sidebar div.mc4wp-form textarea {
  background-color: transparent;
  border: 1px solid #232428;
  text-transform: none;
}
.k2t-sidebar div.mc4wp-form p {
  position: relative;
}
.k2t-sidebar 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;
}
.k2t-sidebar div.mc4wp-form p input[type='submit'] {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #232428;
  font-size: 14px;
  font-weight: 400;
  float: right;
  color: #9397a3;
  margin-top: 30px;
  height: 42px;
  width: 122px;
  min-width: 42px;
  text-transform: capitalize;
}
.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;
}
/*--------------------------------------------------------------
	09. Footer
--------------------------------------------------------------*/
.k2t-footer {
  display: block;
  margin: 0 auto;
}
.k2t-footer:not(.custom-footer) {
  background: #111217;
}
.k2t-footer .mc4wp-form {
  width: 100%;
}
.k2t-footer .mc4wp-form .row {
  margin: 0 -15px;
}
.k2t-footer .mc4wp-form .col-6 {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-footer .mc4wp-form .col-6:first-child p:last-child {
    margin-bottom: 30px;
  }
}
.k2t-footer .mc4wp-form .row p {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .k2t-footer .mc4wp-form .row p:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-footer .mc4wp-form .row p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.k2t-footer .mc4wp-form input:not([type="submit"]) {
  min-width: 0;
  width: 100%;
}
.k2t-footer .mc4wp-form textarea {
  background: transparent;
  color: #fff;
  margin-bottom: 30px;
}
.k2t-footer .k2t-bottom {
  background-color: #111217;
  color: 808080;
  padding-top: 54px;
}
.k2t-footer .k2t-row {
  margin: 0 -15px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-6 {
    width: 100%;
  }
}
.k2t-footer.dark-style .widget {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 38px;
}
.k2t-footer.dark-style .widget.social {
  padding-top: 10px;
}
.k2t-footer.dark-style .widget .widget-title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-bottom: 16px;
}
.k2t-footer.dark-style .widget .textwidget ul {
  list-style: none;
  padding: 0;
}
.k2t-footer.dark-style .widget .textwidget ul li {
  padding-bottom: 10px;
}
.k2t-footer.dark-style .widget .textwidget ul li i {
  display: inline-block;
  color: #3a6ee8;
  float: left;
  font-size: 18px;
  margin-top: 6px;
  padding-right: 30px;
  padding-bottom: 16px;
}
.k2t-footer.dark-style .widget .textwidget ul li i:before {
  font-weight: bold;
  height: 1px;
  line-height: 1px;
}
.k2t-footer.dark-style .widget .textwidget ul li p {
  color: #999;
}
.k2t-footer.dark-style .widget .textwidget ul li p:before {
  content: "";
  background-color: #9397a3;
  display: inline-block;
  position: absolute;
  height: 42px;
  width: 1px;
  margin-top: 7px;
  margin-left: -15px;
}
.k2t-footer.dark-style .widget .tagcloud > a {
  font-size: 15px !important;
}
.k2t-footer.dark-style .widget h1,
.k2t-footer.dark-style .widget h2,
.k2t-footer.dark-style .widget h3,
.k2t-footer.dark-style .widget h4,
.k2t-footer.dark-style .widget h5,
.k2t-footer.dark-style .widget h6 {
  margin-bottom: 18px;
}
.k2t-footer.dark-style .widget a {
  color: #959595;
}
.k2t-footer.dark-style .widget a:hover {
  color: #fff;
}
.k2t-footer .k2t-info {
  background-color: #e5e5e5 !important;
  color: #111217;
  font-size: 85.71428571%;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 69px;
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-info {
    text-align: center;
    line-height: 1.2em;
  }
}
.k2t-footer .k2t-info ul {
  padding-left: 0;
}
.k2t-footer .k2t-info .k2t-row > div {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-info .k2t-row > div {
    overflow: hidden;
    width: 100%;
  }
  .k2t-footer .k2t-info .k2t-row > div p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-info .k2t-row > div {
    padding: 15px 0;
  }
  .k2t-footer .k2t-info .k2t-row > div p {
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}
.k2t-footer .k2t-info p {
  color: #111217;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}
.k2t-footer .k2t-footer-menu {
  float: right;
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-footer-menu {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-footer-menu {
    line-height: 120%;
  }
}
.k2t-footer .k2t-footer-menu li {
  height: 69px;
  line-height: 69px;
  padding: 0 11px;
}
@media only screen and (max-width: 1024px) {
  .k2t-footer .k2t-footer-menu li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-footer .k2t-footer-menu li {
    line-height: 1.3em;
    height: auto;
    margin-bottom: 10px;
  }
}
.k2t-footer .k2t-footer-menu li a {
  color: #111217;
  font-weight: 600;
}
.k2t-footer .k2t-footer-menu li a:hover {
  color: #3a6ee8;
}
.k2t-footer .k2t-footer-menu li:last-child {
  padding-right: 0;
}
.k2t-footer .k2t-footer-menu li ul {
  display: none;
}
.offcanvas-sidebar {
  display: none !important;
}
.k2t-btt {
  background: transparent;
  border: 1px solid #333333;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  right: 45px;
  bottom: 50px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}
.k2t-btt:before {
  color: #333;
}
.k2t-btt:hover,
.k2t-btt:active {
  border-color: #fff;
  background: #3a6ee8;
  color: #fff;
}
.k2t-btt:hover:before,
.k2t-btt:active:before {
  color: #fff;
}
/*--------------------------------------------------------------
	10. Single blog
--------------------------------------------------------------*/
.single-post .k2t-blog .post-entry {
  font-size: 14px;
  color: #666;
}
.single-post .k2t-blog .post-entry > p {
  line-height: 171.42857143%;
  margin-bottom: 23px;
}
.single-post .k2t-blog .post-entry > p:first-child {
  color: #000;
}
.single-post .k2t-blog .post-entry ul {
  padding-left: 30px;
  margin-bottom: 25px;
}
.single-post .k2t-blog {
  padding: 0;
  color: #666;
}
.single-post .k2t-blog .k2t-blog-inner {
  background-color: transparent;
  position: relative;
}
.single-post .k2t-blog .k2t-blog-inner .format-audio .flx-entry-thumb img {
  display: none;
}
.single-post .k2t-blog #main-col {
  background-color: #fff;
  margin-bottom: 44px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-post .k2t-blog #main-col {
    margin-bottom: 0;
  }
}
.single-post .k2t-blog #main-col.no-thumb {
  margin-top: -43px;
}
.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) {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .k2t-blog #main-col .about-author,
.single-post .k2t-blog #main-col .comments-area {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.top-meta .author-meta {
  position: absolute;
  top: -115px;
  left: 50px;
  display: none;
}
.top-meta .author-meta img {
  border-radius: 50%;
}
.top-meta .date-meta {
  display: none;
  color: #d4d4d4;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}
.categories-list {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  display: inline-block;
}
.categories-list:before {
  content: "|";
  padding: 10px;
}
@media only screen and (max-width: 667px) {
  .categories-list:before {
    padding: 0;
  }
}
.categories-list a {
  margin-right: 5px;
}
.categories-list a:hover {
  color: #3a6ee8;
}
.entry-box .entry-title {
  margin-top: 4px;
  margin-bottom: 75px;
}
.entry-box .flx-entry-thumb {
  margin-bottom: 43px;
  position: relative;
}
.entry-box .flx-entry-thumb .owl-item.active {
  display: block;
}
.entry-box .post-entry {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .entry-box .post-entry {
    margin-bottom: 40px;
  }
}
.entry-box .post-entry ul {
  list-style-type: disc;
}
.entry-box iframe {
  width: 100% !important;
}
.bottom-meta,
.about-author,
.related-posts,
#comments {
  border-top: 1px solid #ccc;
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  #comments {
    padding-top: 0;
  }
}
.bottom-meta {
  padding: 33px 0;
  overflow: hidden;
}
.bottom-meta span {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.bottom-meta .share-meta span {
  float: left;
}
.bottom-meta .share-meta .social a i {
  font-size: 16px;
}
.bottom-meta .social {
  float: none;
  padding-top: 0;
}
.bottom-meta .social li {
  list-style: none;
}
#main-col .tagcloud {
  margin-bottom: 19px;
}
#main-col .tagcloud a {
  color: #999;
  display: inline-block;
  text-transform: capitalize;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
}
#main-col .tagcloud a:hover {
  color: #3a6ee8;
}
#main-col .tagcloud a:after {
  content: ",";
  padding-right: 5px;
}
.about-author .col-3 {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .about-author .col-9 {
    width: 100%;
  }
}
.about-author .author-avatar {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .about-author .author-avatar {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .about-author .author-avatar img {
    display: block;
    margin: 0 0 40px;
  }
}
.about-author .author-info {
  background: #f6f6f6;
  color: #333333;
  font-size: 14px;
  float: right;
  padding: 40px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .about-author .author-info {
    padding: 15px 20px;
  }
}
.about-author .author-info h4 {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .about-author .author-info h4 {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 50px;
  }
}
.about-author .author-info .social {
  float: right;
}
.about-author .author-info .user-location {
  clear: both;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single .comments-area > .comments-title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .single .comments-area > ul li.comment > article {
    margin-bottom: 30px;
  }
}
.description,
.comment-content {
  clear: both;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
.comments-area .bypostauthor {
  opacity: 1;
}
.comments-area .reply-title {
  margin-bottom: 0;
}
.comments-area > .comments-title {
  margin-bottom: 42px;
}
.comments-area > ul {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.comments-area > ul li.comment {
  overflow: hidden;
}
.comments-area > ul li.comment > article {
  display: inline-block;
  display: block;
  margin-bottom: 45px;
}
.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 > img {
  width: 70px;
  height: 70px;
  float: left;
}
.comments-area > ul li.comment > article .comment-top {
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .comments-area > ul li.comment > article .comment-top {
    padding-left: 15px;
  }
}
.comments-area > ul li.comment > article .comment-top .comment-meta {
  background: #f6f6f6;
  color: #000;
  margin-left: 70px;
  padding: 14px 20px 17px;
  overflow: hidden;
  text-transform: capitalize;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-author {
  display: block;
  float: left;
  font-style: normal;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-author a {
  font-family: "Oswald";
  font-size: 14px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-author:after {
  content: "-";
  padding: 0 5px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-roles {
  color: #3a6ee8;
  font-size: 12px;
  font-style: italic;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a {
  display: none;
}
.comments-area > ul li.comment > article .comment-top .comment-meta span:last-child {
  font-size: 12px;
  color: #8f8f8f;
}
.comments-area > ul li.comment > article .comment-content {
  color: #666666;
  width: 100%;
  clear: both;
}
.comments-area > ul li.comment > article .comment-content > *:last-child {
  margin-bottom: 0;
}
.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 {
  border: 1px solid #e5e5e5;
  color: #999;
  font-size: 100%;
  padding: 0 15px;
  text-transform: none;
}
.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"] {
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.comments-area textarea {
  height: 180px;
  line-height: 2em;
  padding: 20px 15px;
}
.comments-area .logged-in-as {
  margin-bottom: 22px;
}
.comments-area .comment-respond {
  margin-top: 45px;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 45px;
  font-style: italic;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  float: left;
  margin-bottom: 30px;
  width: 50%;
}
.comments-area .comment-respond .comment-form-url {
  clear: both;
  margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form-author {
  padding-right: 15px;
}
@media only screen and (max-width: 568px) {
  .comments-area .comment-respond .comment-form-author {
    padding-right: 0;
  }
}
.comments-area .comment-respond .comment-form-email {
  padding-left: 15px;
}
@media only screen and (max-width: 568px) {
  .comments-area .comment-respond .comment-form-email {
    padding-left: 0;
  }
}
.comments-area .comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-respond .comment-form-comment > span {
  font-size: 24px;
  position: absolute;
  top: 38px;
  left: 28px;
}
.comments-area .comment-respond .comment-form-comment textarea {
  line-height: 16px;
  min-height: 100px;
}
.comments-area .comment-respond .comment-form-comment textarea:focus + span {
  color: #fff;
}
.comments-area .comment-respond input[type="submit"] {
  font-size: 92.85714286%;
  font-weight: 400;
  letter-spacing: 0.025em;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
}
.related-title,
.reply-title {
  font-size: 20px;
  font-family: 'Oswald';
  margin-bottom: 45px;
}
.related-posts {
  overflow: hidden;
  margin-bottom: -40px;
}
.related-posts a:first-child:hover img {
  opacity: 0.7;
  -webki-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.related-posts .owl-stage-outer {
  padding: 30px 30px 45px;
  margin: -30px -30px -45px;
}
.related-posts .owl-stage-outer .owl-item {
  float: left;
}
.related-posts .owl-nav {
  display: none;
}
.related-posts .related-item {
  background-color: #fff;
}
.related-posts .related-item .related-thum {
  margin-bottom: 12px;
}
.related-posts .related-item .related-thum img {
  height: 191px;
}
.related-posts .related-item .top-meta h5 {
  color: #000000;
}
.related-posts .related-item .top-meta .author-meta,
.related-posts .related-item .top-meta .date-meta {
  margin-bottom: 0;
}
.related-posts .related-item .top-meta .author-meta,
.related-posts .related-item .top-meta .date-meta,
.related-posts .related-item .top-meta .categories-list {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.related-posts .related-item .top-meta .author-meta a:hover,
.related-posts .related-item .top-meta .date-meta a:hover,
.related-posts .related-item .top-meta .categories-list a:hover {
  color: #000;
}
.related-posts .related-item .top-meta .author-meta a {
  color: #000;
}
.related-posts .related-item .top-meta .date-meta:after {
  content: "|";
  padding: 10px;
}
.related-posts .related-item .top-meta .categories-list:before {
  display: none;
}
@media only screen and (max-width: 667px) {
  .related-posts .related-item .top-meta > *:last-child {
    margin-bottom: 0 !important;
  }
}
.related-posts .related-item .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.related-posts .related-item h5 {
  color: #000000;
  font-size: 18px;
  font-family: "Oswald";
  line-height: 2.778;
}
.related-posts .related-item .date-meta,
.related-posts .related-item .author-meta,
.related-posts .related-item .categories-list > * {
  color: #959595;
  display: inline-block;
  font-style: normal;
}
.related-posts .related-item .date-meta :hover,
.related-posts .related-item .author-meta :hover,
.related-posts .related-item .categories-list > * :hover {
  color: #000;
}
.related-posts .related-item .date-meta {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 13px;
}
.related-posts .related-item .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.related-posts .related-item .author-meta {
  display: inline-block;
  margin-bottom: 37px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .related-posts .related-item .author-meta {
    margin-bottom: 20px;
  }
}
.related-posts .related-item .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.related-posts .related-item .author-meta:after {
  content: "|";
  padding: 10px;
}
@media only screen and (max-width: 667px) {
  .related-posts .related-item .author-meta:after {
    padding: 0;
  }
}
.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;
}
/*--------------------------------------------------------------
	11. Blog archive
--------------------------------------------------------------*/
/* general for bog */
.post.sticky {
  position: relative;
}
.post.sticky .top-meta {
  position: relative;
}
.post.sticky .top-meta .author-meta {
  padding-left: 24px;
}
.post.sticky .top-meta .author-meta:before {
  content: "\f2a6";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a6ee8;
  font-size: 19px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Navigation */
.k2t-navigation {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .k2t-navigation {
    margin-top: 15px;
    text-align: left;
  }
}
.k2t-navigation ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.k2t-navigation ul li {
  display: inline-block;
  font-family: "Oswald";
}
.k2t-navigation ul li a {
  color: #8f8f8f;
  display: block;
  position: relative;
}
.k2t-navigation ul li a:hover {
  color: #252525;
}
.k2t-navigation ul li .current {
  color: #8f8f8f;
  cursor: default;
  position: relative;
}
.k2t-navigation ul li .current:after {
  content: '';
  background-color: #3a6ee8;
  display: block;
  position: absolute;
  left: -3px;
  bottom: -2px;
  height: 1px;
  width: 12px;
}
.k2t-navigation ul li:not(:last-child) * {
  margin-right: 21px;
}
.k2t-navigation ul li .next,
.k2t-navigation ul li .prev {
  display: none;
}
/* 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;
  -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;
  -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: #fff;
  position: absolute;
  bottom: 4px;
  left: 51%;
  height: 2px;
  width: 0;
  -webkit-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: #fff;
  position: absolute;
  bottom: 4px;
  right: 51%;
  height: 2px;
  width: 0;
  -webkit-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;
  -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;
  -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: #fff;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 100%;
}
.no-placehoder .b-large .k2t-blog {
  margin-top: -31px;
}
.b-large .blog-content h1,
.b-large .blog-content h2,
.b-large .blog-content h3,
.b-large .blog-content h4,
.b-large .blog-content h5,
.b-large .blog-content h6 {
  text-transform: none;
}
.b-large,
.b-grid {
  padding-top: 43px;
  margin-bottom: 100px;
}
.b-large iframe,
.b-grid iframe {
  max-width: 100%;
}
/* Blog large */
.k2t-content .page-links {
  margin-top: -15px;
  margin-bottom: 20px;
}
.k2t-content .post-item {
  margin-bottom: 30px;
}
.k2t-content .post-item .flx-entry-thumb {
  margin-bottom: 30px;
  position: relative;
}
.k2t-content .post-item .flx-entry-thumb .icon-video-play {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .k2t-content .post-item .flx-entry-thumb .icon-video-play {
    font-size: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.k2t-content .post-item .flx-entry-thumb .icon-video-play:hover i {
  color: #000;
  -webkit-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-content .post-item .flx-entry-thumb .icon-video-play i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-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-content .post-item .flx-entry-thumb blockquote {
  display: none;
}
.k2t-content .post-item .top-meta {
  font-size: 12px;
}
.k2t-content .post-item .top-meta .categories-list {
  margin-bottom: 22px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 667px) {
  .k2t-content .post-item .top-meta .categories-list {
    margin-bottom: 12px;
  }
}
.k2t-content .post-item .top-meta .categories-list:before {
  display: none !important;
}
.k2t-content .post-item .top-meta .categories-list a {
  color: #999;
  text-transform: uppercase;
}
.k2t-content .post-item .top-meta .categories-list a:not(:last-child):after {
  content: ',';
  margin-right: 5px;
}
.k2t-content .post-item .top-meta .categories-list a:hover {
  color: #3a6ee8;
}
.k2t-content .post-item .top-meta .entry-title {
  font-size: 24px;
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 667px) {
  .k2t-content .post-item .top-meta .entry-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-content .post-item .top-meta .entry-title {
    font-size: 22px;
  }
}
.k2t-content .post-item .top-meta .date-meta,
.k2t-content .post-item .top-meta .author-meta {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.k2t-content .post-item .top-meta .date-meta,
.k2t-content .post-item .top-meta .author-meta > * {
  color: #999;
  display: inline-block;
  font-size: 100%;
  font-style: normal;
  text-transform: uppercase;
}
.k2t-content .post-item .top-meta .date-meta:hover,
.k2t-content .post-item .top-meta .author-meta > *:hover {
  color: #000;
}
.k2t-content .post-item .top-meta .date-meta {
  margin-bottom: 0;
}
.k2t-content .post-item .top-meta .date-meta:after {
  content: "|";
  padding: 10px;
}
.k2t-content .post-item .top-meta .date-meta span {
  font-weight: 400;
}
.k2t-content .post-item .top-meta .author-meta {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 9;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
@media only screen and (max-width: 667px) {
  .k2t-content .post-item .top-meta .author-meta {
    margin-bottom: 12px;
  }
}
.k2t-content .post-item .top-meta .author-meta a {
  padding-left: 5px;
  color: #000;
}
.k2t-content .post-item .top-meta .author-meta a:after {
  content: "|";
  padding: 0 10px;
}
.k2t-content .post-item .k2t-readmore {
  color: #999;
  font-family: "Oswald";
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.k2t-content .post-item .more-link {
  color: #999;
  font-family: "Oswald";
  margin-bottom: 60px;
}
.k2t-content .post-item .blog-content {
  color: #333333;
  margin-bottom: 31px;
}
@media only screen and (max-width: 568px) {
  .k2t-content .post-item .blog-content {
    margin-bottom: 15px;
  }
}
.k2t-content .post-item .blog-content h2 {
  font-size: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* margin for showing excerpt */
.k2t-content.show-excerpt .post-item .top-meta .author-meta {
  margin-bottom: 17px;
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
	11. Blog archive
--------------------------------------------------------------*/
.dark-style .b-medium .entry-title a {
  color: #fff;
}
.dark-style .b-medium .entry-title a:hover {
  color: #3a6ee8;
}
.b-medium {
  display: inline-block;
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}
.b-medium:before,
.b-medium:after {
  content: " ";
  display: table;
}
.b-medium:after {
  clear: both;
}
.b-medium .post-item {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.b-medium .post-item:nth-child(2n+1) {
  clear: left;
}
.b-medium .post-item:nth-child(2n+1) .flx-entry-thumb {
  width: 100%;
  float: left;
}
.b-medium .post-item:nth-child(2n+1) .entry-content {
  width: 100%;
  float: left;
}
.b-medium .post-item:nth-child(2n+2) .flx-entry-thumb {
  width: 100%;
  float: left;
}
.b-medium .post-item:nth-child(2n+2) .entry-content {
  width: 100%;
  float: left;
}
.b-medium .post-item .owl-carousel {
  margin-bottom: 0 !important;
}
.b-medium .post-item .flx-entry-thumb {
  margin-bottom: 10px;
}
.b-medium .post-item .entry-content {
  padding-top: 14px;
}
.b-medium .post-item .entry-content .entry-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 5px;
}
.b-medium .post-item .entry-content .top-meta .date-meta {
  font-style: italic;
  margin-bottom: 4px;
  text-transform: none;
}
.b-medium .post-item .entry-content .top-meta .date-meta:after {
  display: none;
}
.b-medium .post-item .entry-content .blog-content {
  color: #9297a3;
  margin-top: 3px;
  margin-bottom: 13px;
}
.b-medium .post-item .entry-content .footer-content .k2t-readmore {
  color: #9297a3;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.b-medium .post-item .entry-content .footer-content .k2t-readmore:hover {
  color: #3a6ee8;
}
/*--------------------------------------------------------------
	12. Blog Grid & Masonry
--------------------------------------------------------------*/
.b-grid .audio-post .flx-entry-thumb {
  position: relative;
}
.b-grid .audio-post .flx-entry-thumb .placeholder {
  opacity: 0;
}
.b-grid .audio-post .flx-entry-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.k2t-content.b-masonry .post-item .flx-entry-thumb .placeholder,
.k2t-content.b-grid .post-item .flx-entry-thumb .placeholder {
  display: none;
}
.b-grid .wrap-content-blog,
.b-masonry .wrap-content-blog {
  margin-left: -15px;
  margin-right: -15px;
}
.b-grid .wrap-content-blog article,
.b-masonry .wrap-content-blog article {
  padding: 15px;
}
.b-grid .k2t-readmore,
.b-masonry .k2t-readmore {
  padding-top: 35px;
}
.b-grid .column-2 .post-item,
.b-masonry .column-2 .post-item {
  width: 50%;
}
.b-grid .column-3 .post-item,
.b-masonry .column-3 .post-item {
  width: 33.33333333%;
}
.b-grid .column-4 .post-item,
.b-masonry .column-4 .post-item {
  width: 25%;
}
/*--------------------------------------------------------------
	13. Shadow style
--------------------------------------------------------------*/
/* contact form 7 */
.wpcf7-form {
  margin: 0 -15px;
}
.wpcf7-form input {
  text-transform: none;
}
.wpcf7-form .contact-style-2 p:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form .contact-style-2 p:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
    width: 100%;
  }
}
.wpcf7-form .contact-style-2 p:nth-last-of-type(1) {
  padding-top: 20px;
  text-align: left;
}
.wpcf7-form .contact-style-3 p {
  margin-bottom: 10px;
}
.wpcf7-form .contact-style-3 p:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form .contact-style-3 p:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
    width: 100%;
  }
}
.wpcf7-form .contact-style-3 p:nth-last-of-type(1) {
  margin-top: 30px;
}
.wpcf7-form .contact-style-3 label {
  display: block;
  color: #212121;
  font-weight: 600;
  margin-bottom: 8px;
}
.wpcf7-form .contact-style-3 input {
  color: #222222;
  height: 47px;
  line-height: 47px;
}
.wpcf7-form .contact-style-3 input,
.wpcf7-form .contact-style-3 textarea {
  border: none;
  background: #f4f4f4;
}
.wpcf7-form .contact-style-3 input:focus,
.wpcf7-form .contact-style-3 textarea:focus {
  border: 1px solid #3a6ee8;
}
.wpcf7-form .contact-style-3 textarea {
  height: 172px;
}
.wpcf7-form .contact-style-3 .wpcf7-submit {
  border: 1px solid #3a6ee8;
  background: transparent;
  color: #212121;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  min-width: 150px;
  height: 47px;
  line-height: 45px;
}
.wpcf7-form p {
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}
.wpcf7-form p:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
  width: 33.33333333%;
  float: left;
}
@media only screen and (max-width: 667px) {
  .wpcf7-form p:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
    width: 100%;
  }
}
.wpcf7-form p:nth-last-of-type(2) {
  clear: both;
}
.wpcf7-form p:nth-last-of-type(1) {
  margin-top: 54px;
  text-align: center;
}
.wpcf7-form p textarea {
  height: 322px;
}
.wpcf7-form p .wpcf7-not-valid-tip {
  height: 0;
}
.wpcf7-form p i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7-form p .wpcf7-submit {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 auto;
  min-width: 245px;
  height: 55px;
  line-height: 55px;
}
.wpcf7-form p .wpcf7-submit:focus,
.wpcf7-form p .wpcf7-submit:hover {
  background: #3a6ee8;
  color: #fff;
}
/* Instagram */
#sb_instagram.aslanInstagram {
  position: relative;
}
#sb_instagram.aslanInstagram .sb_instagram_header {
  padding: 0 !important;
  margin: 0 !important;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link {
  background: #fff;
  padding: 15px 0 15px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link:hover .sbi_no_bio {
  color: #fff;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
  margin-left: 0 !important;
}
#sb_instagram.aslanInstagram .sb_instagram_header .sbi_header_img_hover {
  display: none !important;
}
#sb_instagram.aslanInstagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram.aslanInstagram .sbi_item {
  padding: 0 !important;
}
.k2t-sidebar .widget #sb_instagram div#sbi_images {
  padding: 0 !important;
}
.k2t-sidebar .widget div#sb_instagram {
  padding-top: 5px;
  padding-bottom: 22px !important;
}
.single-post-portfolio .k2t-content .sidebar-portfolio .k2t-sidebar .widget .textwidget #sb_instagram .sbi_photo {
  padding: 0 5px 10px;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  display: none;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #959595;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  margin-left: 5px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #3a6ee8;
}
/* Revslider */
.rev_slider .basr-social .k2t-social-share {
  margin-top: -8px;
  padding-right: 40px;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (max-width: 768px) {
  .rev_slider .basr-social .k2t-social-share {
    position: relative;
    padding-right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.rev_slider .basr-social li {
  border: none !important;
}
.rev_slider .basr-social li:before {
  display: none !important;
}
.rev_slider .basr-social .elems-3 {
  min-width: 110px;
}
.rev_slider .basr-social .elems-3 ul {
  padding-left: 0 !important;
}
.rev_slider .basr-social .elems-3 ul li {
  background: transparent !important;
}
.rev_slider .basr-social .social ul li a {
  color: #fff !important;
  font-size: 14px;
}
.rev_slider .basr-social .social ul li a:hover {
  color: #3a6ee8 !important;
}
.rev_slider .k2t-btn {
  background-color: #111217;
  font-family: 'Oswald', 'Open Sans';
  font-size: 14px !important;
  height: 45px !important;
  line-height: 45px !important;
  width: auto !important;
}
.rev_slider .k2t-btn:hover {
  background: #3a6ee8;
}
.rev_slider .top-text p {
  font-size: 13px !important;
}
.rev_slider .top-text p span:not(:last-child) {
  margin-right: 50px;
}
.rev_slider .top-text p i {
  display: inline-block;
  margin-right: 5px !important;
  font-size: 10px !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rev_slider .next-section {
  background-image: url('../img/icons/next-bg-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 26px;
  height: 45px;
}
.rev_slider .next-section span {
  display: block;
  cursor: pointer;
  font-size: 0;
  width: 26px;
  height: 22px;
}
.rev_slider .next-section .top {
  position: absolute;
  top: 0;
  left: 0;
}
.rev_slider .next-section .top:before {
  content: '';
  background: #eeeeee;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 33px;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-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;
}
.rev_slider .next-section .top.active:before {
  top: 12px;
  -webkit-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;
}
.rev_slider .next-section .bot {
  position: absolute;
  top: 23px;
  left: 0;
}
/* Mail chimp */
.vc_row .mc4wp-form .row {
  margin: 0 auto;
}
.vc_row .mc4wp-form .col-6 {
  display: inline-block;
  display: block;
  width: auto;
  margin-right: 90px;
}
.vc_row .mc4wp-form .col-6:before,
.vc_row .mc4wp-form .col-6:after {
  content: " ";
  display: table;
}
.vc_row .mc4wp-form .col-6:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .vc_row .mc4wp-form .col-6 {
    margin: 0 auto 30px;
    float: none;
  }
}
.vc_row .mc4wp-form .col-6:last-child {
  width: auto;
}
.vc_row .mc4wp-form .col-6:last-child p:last-child {
  clear: both;
  color: #fff;
  display: block;
  float: none;
  margin: 0 auto 0;
}
.vc_row .mc4wp-form .col-6:last-child p:last-child input {
  display: block;
  margin: 0 auto;
}
.vc_row .mc4wp-form p input {
  border-color: #fff !important;
}
.vc_row .mc4wp-form p input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.vc_row .mc4wp-form p input:-ms-input-placeholder {
  color: #fff;
}
.vc_row .mc4wp-form p input::-webkit-input-placeholder {
  color: #fff;
}
.vc_row .mc4wp-form p input:focus,
.vc_row .mc4wp-form p input:active {
  border-color: #222 !important;
}
.vc_row .mc4wp-form p input[type="submit"]:hover {
  border-color: #222 !important;
}
.vc_row .mc4wp-form textarea {
  display: none;
}
.mc4wp-form {
  display: inline-block;
  display: block;
  display: table;
  margin: 0 auto !important;
}
.mc4wp-form:before,
.mc4wp-form:after {
  content: " ";
  display: table;
}
.mc4wp-form:after {
  clear: both;
}
.mc4wp-form p {
  float: left;
}
@media only screen and (max-width: 768px) {
  .mc4wp-form p {
    float: none;
  }
}
.mc4wp-form p:not(:last-of-type) {
  margin-right: 90px;
}
@media only screen and (max-width: 768px) {
  .mc4wp-form p:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.mc4wp-form p input:not([type="submit"]) {
  background: transparent;
  border: none;
  border-bottom: 1px solid #9297a3;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  min-width: 300px;
  text-transform: none;
}
.mc4wp-form p input:not([type="submit"]):focus,
.mc4wp-form p input:not([type="submit"]):hover,
.mc4wp-form p input:not([type="submit"]):active {
  border-color: #fff;
  -webkit-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;
}
.mc4wp-form p input[type="submit"] {
  color: #fff;
  background: transparent;
  border-radius: 0;
  border: 1px solid #9297a3;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .mc4wp-form p input[type="submit"] {
    display: block;
    margin: 0 auto;
  }
}
.mc4wp-form p input[type="submit"]:focus,
.mc4wp-form p input[type="submit"]:hover,
.mc4wp-form p input[type="submit"]:active {
  border-color: #fff;
  -webkit-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;
}
/*--------------------------------------------------------------
	01. Slick slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #111217;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  min-width: 0;
  opacity: 0.5;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
/* Slick custom css */
/* Slick custom css */
.slick-slider img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.slick-main .slick-blog-item > img + img {
  display: none;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item {
    min-height: 450px;
  }
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item img + img {
  display: none;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .wrap-has-bg:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
  font-size: 62px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title a {
  color: #000;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title a:hover {
  color: #fff;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
  color: #ffffff;
  position: relative;
  max-width: 76.92307692%;
  padding: 67px 150px 67px 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
    padding: 40px 80px 40px 0;
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
    padding: 30px 30px 30px 0;
  }
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content:before {
  content: '';
  background: rgba(34, 14, 15, 0.83);
  border-right: 4px #e7b66a solid;
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(18deg) skewY(0deg) translateX(-8px);
  -ms-transform: skewX(18deg) skewY(0deg) translateX(-8px);
  -o-transform: skewX(18deg) skewY(0deg) translateX(-8px);
  transform: skewX(18deg) skewY(0deg) translateX(-8px);
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content:before {
    -webkit-transform: skewX(11deg) skewY(0deg) translateX(-8px);
    -ms-transform: skewX(11deg) skewY(0deg) translateX(-8px);
    -o-transform: skewX(11deg) skewY(0deg) translateX(-8px);
    transform: skewX(11deg) skewY(0deg) translateX(-8px);
  }
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content .blog-content-inner {
    max-height: 122px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content .blog-content-inner {
    max-height: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 ~ .social {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.slick-main:not(.has-syn-nav).style-2 .wrap-has-bg:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner {
  max-width: 1170px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner {
    padding: 0 15px;
  }
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
  font-size: 89px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 667px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
    font-size: 30px;
  }
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title span {
  display: block;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title a {
  color: #fff;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title a:hover {
  color: #fff;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .blog-content {
  color: #fff;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .blog-content .blog-content-inner {
  max-height: 122px;
  overflow: hidden;
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner {
  position: absolute;
  top: initial;
  left: 50%;
  bottom: 40px;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner .title {
  font-size: 62px;
}
@media only screen and (max-width: 768px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .title {
    font-size: 40px;
    padding-left: 130px;
  }
}
@media only screen and (max-width: 667px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .title {
    font-size: 30px;
    padding-left: 10px;
  }
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner .blog-content {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .blog-content .blog-content-inner {
    max-height: 122px;
    padding-left: 130px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 667px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .blog-content .blog-content-inner {
    padding: 0 10px;
  }
}
.slick-main.has-syn-nav ~ .social {
  max-width: 100%;
}
.slick-main.has-syn-nav ~ .social ul {
  float: right;
}
@media only screen and (max-width: 667px) {
  .slick-syn-nav {
    display: none;
  }
}
.slick-syn-nav .slick-blog-item {
  width: 100% !important;
  overflow: hidden;
}
.slick-syn-nav .slick-blog-item > img:first-child {
  display: none;
}
.slick-syn-nav .slick-blog-item:not(.slick-center) .wrap-has-bg {
  width: 50%;
  -webkit-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;
}
.slick-syn-nav .slick-blog-item:not(.slick-center) .wrap-has-bg:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-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;
}
@media only screen and (max-width: 1024px) {
  .slick-syn-nav .slick-blog-item:not(.slick-center) .wrap-inner {
    opacity: 0;
    position: relative;
    z-index: -1;
  }
}
.slick-syn-nav .slick-blog-item:not(.slick-center) .wrap-inner .blog-content {
  font-size: 0;
  line-height: 0;
}
.slick-syn-nav .slick-blog-item.slick-center .wrap-has-bg {
  border-right: 4px solid #000;
}
.slick-syn-nav .slick-blog-item .wrap-has-bg {
  width: 100%;
  -webkit-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;
}
.slick-syn-nav .slick-blog-item .wrap-inner {
  padding: 17px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .slick-syn-nav .slick-blog-item .wrap-inner {
    opacity: 0;
  }
}
.slick-syn-nav .slick-blog-item .wrap-inner .title {
  margin-bottom: 7px;
  line-height: 0;
}
.slick-syn-nav .slick-blog-item .wrap-inner .title a {
  color: #fff;
  font-size: 25px;
  line-height: 1.18em;
}
@media only screen and (max-width: 1024px) {
  .slick-syn-nav .slick-blog-item .wrap-inner .title a {
    font-size: 18px;
    line-height: 120%;
  }
}
.slick-syn-nav .slick-blog-item .wrap-inner .title a:hover {
  color: #fff;
}
.slick-syn-nav .slick-blog-item .wrap-inner .blog-content {
  color: #fff;
  font-size: 16px;
  line-height: 187.5%;
}
.slick-syn-nav .slick-blog-item .wrap-inner .blog-content .blog-content-inner {
  max-height: 96px;
  overflow: hidden;
}
.slick-blog-item {
  position: relative;
}
.slick-blog-item > img {
  opacity: 0;
  width: 100%;
  max-height: 999px;
}
.slick-blog-item .wrap-has-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-blog-item .wrap-has-bg:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-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;
}
.slick-vertical .slick-slide {
  border: none;
}
.slick-slider.style-1 {
  max-width: 1440px;
  margin: 0 auto;
}
.slick-slider.style-2 + .wrap-nav {
  margin: 50px auto 65px;
  position: relative;
  top: initial;
  left: initial;
  width: 80px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slick-slider.style-2 + .wrap-nav .fake-next,
.slick-slider.style-2 + .wrap-nav .fake-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.slick-slider.style-2 + .wrap-nav .fake-next i,
.slick-slider.style-2 + .wrap-nav .fake-prev i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.slick-slider .slick-slide {
  cursor: pointer;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: none !important;
}
.vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav {
  width: calc( 100% + 300px );
}
@media (max-width: 1440px) {
  .vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav {
    width: calc( 100% + 200px );
  }
}
@media (max-width: 1280px) {
  .vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav {
    width: 100%;
  }
}
.vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav .fake-prev,
.vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav .fake-next {
  background: transparent;
  color: #9297a3;
}
.vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav .fake-prev:hover,
.vc_row-fluid .wrap-slick-slider .style-1 .wrap-nav .fake-next:hover {
  color: #fff;
}
.wrap-slick-slider {
  position: relative;
}
.wrap-slick-slider .wrap-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -25px);
  -ms-transform: translate(-50%, -25px);
  -o-transform: translate(-50%, -25px);
  transform: translate(-50%, -25px);
  height: 0;
  width: 100%;
}
.wrap-slick-slider .wrap-nav .fake-prev,
.wrap-slick-slider .wrap-nav .fake-next {
  background: rgba(43, 43, 43, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  line-height: 50px;
  position: relative;
  height: 50px;
  width: 50px;
  -webkit-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;
}
.wrap-slick-slider .wrap-nav .fake-prev:hover,
.wrap-slick-slider .wrap-nav .fake-next:hover {
  background: #3a6ee8;
  -webkit-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;
}
.wrap-slick-slider .wrap-nav .fake-prev i,
.wrap-slick-slider .wrap-nav .fake-next i {
  display: inline-block;
  font-weight: 100;
  width: 50px;
  line-height: 50px;
  text-align: center;
}
.wrap-slick-slider .fake-prev {
  float: left;
}
.wrap-slick-slider .fake-next {
  float: right;
}
.wrap-slick-slider .social {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .wrap-slick-slider .social {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 667px) {
  .wrap-slick-slider .social {
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
	14. Shadow style
--------------------------------------------------------------*/
/**
 * The WooCommerce stylesheet for Limoguys.
 *
 * @package Limoguys
 * @author  Earththeme
 * @link	http://www.earththeme.com
 */
.woocommerce {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 210%;
  text-align: left;
}
.woocommerce:after {
  content: '';
  display: block;
  height: 0;
  opacity: 0;
  clear: both;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding: 0;
}
/*--------------------------------------------------------------
	Gallery layout
--------------------------------------------------------------*/
.isotope-gallery .gutter-sizer,
.isotope-2-columns.isotope-gallery .gutter-sizer,
.isotope-3-columns.isotope-gallery .gutter-sizer,
.isotope-4-columns.isotope-gallery .gutter-sizer,
.isotope-4-columns.isotope-gallery .container .gutter-sizer,
.isotope-5-columns.isotope-gallery .gutter-sizer {
  width: 0;
}
.isotope-gallery .isotope-selector {
  width: 33.33%;
  margin: 0;
}
.isotope-gallery .isotope-selector.width-2 {
  width: 66.66%;
}
.isotope-4-columns.isotope-gallery .isotope-selector,
.isotope-4-columns.isotope-gallery .container .isotope-selector {
  width: 25%;
  margin: 0;
}
.isotope-4-columns.isotope-gallery .isotope-selector.width-2,
.isotope-4-columns.isotope-gallery .container .isotope-selector.width-2 {
  width: 50%;
}
.isotope-5-columns.isotope-gallery .isotope-selector {
  width: 20%;
  margin: 0;
}
.isotope-5-columns.isotope-gallery .isotope-selector.width-2 {
  width: 40%;
}
.isotope-2-columns.isotope-gallery .isotope-selector {
  width: 50%;
  margin: 0;
}
.isotope-2-columns.isotope-gallery .isotope-selector.width-2 {
  width: 100%;
}
/*
---------------------Layout Archive-----------------------------
*/
.woocommerce ul.products li.first {
  clear: none;
}
.woocommerce .k2t-shop.columns-2 ul.products li.product {
  width: 50%;
}
.woocommerce .k2t-shop.columns-2 ul.products li.product:nth-child(2n+1) {
  clear: both;
}
.woocommerce .k2t-shop.columns-3 ul.products li.product {
  width: 33.3333%;
}
.woocommerce .k2t-shop.columns-3 ul.products li.product:nth-child(3n+1) {
  clear: both;
}
.woocommerce .k2t-shop.columns-4 ul.products li.product {
  width: 25%;
}
.woocommerce .k2t-shop.columns-4 ul.products li.product:nth-child(4n+1) {
  clear: both;
}
.woocommerce.columns-2 ul.products li.product {
  width: 50%;
}
.woocommerce.columns-2 ul.products li.product:nth-child(2n+1) {
  clear: both;
}
.woocommerce .columns-3 ul.products li.product {
  width: 33.3333%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 33.3333%;
}
.woocommerce.columns-3 ul.products li.product:nth-child(3n+1) {
  clear: both;
}
.woocommerce.columns-4 ul.products li.product {
  width: 25%;
}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
  clear: both;
}
/*--------------------------------------------------------------
	shop general
--------------------------------------------------------------*/
body.woocommerce a.yith-wcqv-button {
  border: none;
  border-radius: 50%;
  background: #cccbcb;
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: 999px;
}
body.woocommerce a.yith-wcqv-button:before {
  content: '\f15c';
  display: block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
}
.right-sidebar .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action,
.left-sidebar .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action {
  margin-bottom: 30px;
  padding-left: 0;
  position: relative;
  bottom: initial;
  left: 0;
  width: 100%;
}
.k2t-shop {
  padding-top: 20px;
}
.k2t-shop ul.products {
  margin: 0 -15px;
}
.k2t-shop.shop-grid li .wrap-product-item,
.k2t-shop .shop-grid li .wrap-product-item {
  background: #fff;
  text-align: center;
  -webkit-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-shop.shop-grid li .wrap-product-item > a,
.k2t-shop .shop-grid li .wrap-product-item > a {
  display: block;
  padding-bottom: 108%;
  position: relative;
  width: 100%;
}
.k2t-shop.shop-grid li .wrap-product-item > a .onsale,
.k2t-shop .shop-grid li .wrap-product-item > a .onsale {
  top: 10px;
  left: 10px;
  right: initial !important;
}
.k2t-shop.shop-grid li .wrap-product-item > a img,
.k2t-shop .shop-grid li .wrap-product-item > a img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%) scale(1) rotate(0deg);
  -webkit-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-shop.shop-grid li .wrap-product-item:hover,
.k2t-shop .shop-grid li .wrap-product-item:hover {
  -webkit-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-shop.shop-grid li .wrap-product-item:hover > a,
.k2t-shop .shop-grid li .wrap-product-item:hover > a {
  margin: 0 auto;
}
.k2t-shop.shop-grid li .wrap-product-item:hover > a img,
.k2t-shop .shop-grid li .wrap-product-item:hover > a img {
  display: block;
  top: -20px;
  left: 50%;
  width: auto;
  transform: translateX(-50%) scale(0.7) rotate(0.1deg);
  -webkit-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-shop.shop-grid li .wrap-product-item:hover .k2t-product-info,
.k2t-shop .shop-grid li .wrap-product-item:hover .k2t-product-info {
  -webkit-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-shop.shop-grid li .wrap-product-item:hover .k2t-product-info h3,
.k2t-shop .shop-grid li .wrap-product-item:hover .k2t-product-info h3,
.k2t-shop.shop-grid li .wrap-product-item:hover .k2t-product-info .price,
.k2t-shop .shop-grid li .wrap-product-item:hover .k2t-product-info .price {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-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-shop.shop-grid li .wrap-product-item:hover .k2t-product-info .b-action,
.k2t-shop .shop-grid li .wrap-product-item:hover .k2t-product-info .b-action {
  bottom: 35px;
  height: 40px;
  opacity: 1;
  z-index: 10;
  -webkit-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-shop.shop-grid li .wrap-product-item .k2t-product-info,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info {
  padding-top: 50px;
  padding-bottom: 18px;
  position: relative;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info > a,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info > a {
  display: none;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info h3,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info h3 {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-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-shop.shop-grid li .wrap-product-item .k2t-product-info h3 a:hover,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info h3 a:hover {
  color: #fff;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .price,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .price {
  -webkit-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-shop.shop-grid li .wrap-product-item .k2t-product-info .price .amount,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .price .amount {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .price span,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .price span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .price del span,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .price del span,
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .price del .amount,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .price del .amount {
  color: #959595;
  font-size: 14px;
  line-height: 16px;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .product-stock,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .product-stock,
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .description,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .description {
  display: none;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info > .yith-wcqv-button,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info > .yith-wcqv-button {
  display: none !important;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .b-action,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .b-action {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 40px;
  width: 100%;
  max-width: 218px;
  opacity: 0;
  z-index: -1;
  -webkit-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;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist,
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .b-action .yith-wcqv-button,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .b-action .yith-wcqv-button {
  margin-top: 5px !important;
}
.k2t-shop.shop-grid li .wrap-product-item .k2t-product-info .b-action .add_to_cart_button,
.k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .b-action .add_to_cart_button {
  min-width: 138px;
}
.k2t-shop.shop-listing li,
.k2t-shop .shop-listing li {
  width: 100% !important;
}
.k2t-shop.shop-listing li .wrap-product-item,
.k2t-shop .shop-listing li .wrap-product-item {
  background: #fff;
  position: relative;
}
.k2t-shop.shop-listing li .wrap-product-item > a,
.k2t-shop .shop-listing li .wrap-product-item > a {
  padding-right: 15px;
  position: absolute;
  height: 100%;
  width: 33.33333333%;
}
.k2t-shop.shop-listing li .wrap-product-item > a img,
.k2t-shop .shop-listing li .wrap-product-item > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667%;
  float: right;
  text-align: left;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info > h3,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info > h3 {
  margin-top: 41px;
  margin-bottom: 17px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info > h3 a,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info > h3 a {
  font-size: 36px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .price,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .price {
  color: #fff;
  font-weight: 400;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .price span,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .price span {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .price .amount,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .price .amount {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .price del span,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .price del span,
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .price del .amount,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .price del .amount {
  color: #959595;
  font-size: 16px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .product-stock,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .product-stock {
  margin-bottom: 12px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .product-stock i,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .product-stock i {
  color: #4caf50;
  margin-right: 10px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .product-stock span,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .product-stock span {
  color: #898989;
  font-size: 14px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .description,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .description {
  margin-bottom: 30px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .description h3:first-child,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .description h3:first-child {
  display: none;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .description p,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .description p {
  color: #636363;
  font-size: 16px;
  line-height: 187.5%;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info > .yith-wcqv-button,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info > .yith-wcqv-button {
  display: none;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .b-action,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action {
  padding-left: 15px;
  position: absolute;
  bottom: 40px;
  left: 33.33333333%;
  width: 66.66666667%;
  text-align: center;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist {
  margin-right: 0;
  position: absolute;
  top: 5px;
  right: 55px;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .b-action .add_to_cart_button,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .add_to_cart_button {
  float: left;
}
.k2t-shop.shop-listing li .wrap-product-item .k2t-product-info .b-action .yith-wcqv-button,
.k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .yith-wcqv-button {
  position: absolute;
  top: 5px;
  right: 15px;
}
#yith-quick-view-modal .woocommerce {
  margin-top: 0;
}
#yith-quick-view-modal .product-img-cont + .owl-carousel {
  max-width: 290px;
  margin: 0 auto;
}
#yith-quick-view-modal .product-img-cont + .owl-carousel .owl-stage {
  margin: 0 auto;
}
#yith-quick-view-modal .product.has-default-attributes.has-children > .images {
  opacity: 1;
}
/*--------------------------------------------------------------
	general
--------------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 87.5%;
  font-weight: 700;
}
/*--------------------------------------------------------------
	Shop cart
--------------------------------------------------------------*/
.page-description {
  display: none;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background-color: #999;
}
/*--------------------------------------------------------------
	My account
--------------------------------------------------------------*/
.woocommerce-account .woocommerce > h2 {
  display: none;
}
.woocommerce form.login {
  border: none;
}
.woocommerce form.login > p {
  color: #898989;
  max-width: 260px;
  margin: 0 auto 20px;
}
.woocommerce form.login .h-element {
  display: table;
  margin: 0 auto;
}
.woocommerce form.login .des {
  margin: 10px auto 60px;
  max-width: 100%;
  text-align: center;
}
.woocommerce form.login .form-row {
  padding: 0;
  position: relative;
  max-width: 260px;
}
.woocommerce form.login .form-row input.input-text {
  border: 1px transparent solid;
  border-radius: 25px;
  color: #ccc;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  max-width: 260px;
  padding: 0 30px;
  text-transform: none;
}
.woocommerce form.login .form-row input.input-text:focus {
  border-color: #fff;
}
.woocommerce form.login .form-row input.input-text:focus + i {
  color: #fff;
}
.woocommerce form.login .form-row input.input-text + i {
  color: #e8e8e8;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce form.login .form-row .inline {
  margin: 0 0 0 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce form.login .lost_password {
  font-size: 14px;
  text-align: center;
}
.woocommerce form.login .lost_password a {
  color: #898989;
}
.woocommerce form.login .lost_password a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
	woocommerce cart
--------------------------------------------------------------*/
.woocommerce-page.woocommerce-cart .woocommerce {
  margin-bottom: 60px;
}
.woocommerce-page.woocommerce-cart .woocommerce > h3 {
  font-size: 37px;
  margin-bottom: 8px;
  margin-top: 80px;
  text-align: center;
}
.woocommerce-page.woocommerce-cart table.shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.woocommerce-page.woocommerce-cart table.shop_table * {
  border: none !important;
}
.woocommerce-page.woocommerce-cart table.shop_table th {
  display: none;
}
.woocommerce-page.woocommerce-cart table.shop_table tr {
  padding-bottom: 30px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr:hover .product-remove .remove {
  opacity: 1;
}
.woocommerce-page.woocommerce-cart table.shop_table tr td {
  background: #fff;
  height: 130px;
  padding: 0;
}
.woocommerce-page.woocommerce-cart table.shop_table tr td:first-child {
  width: 11.28205128%;
  padding-left: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr td:first-child img {
  width: auto;
  max-width: 83px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr td:nth-child(2) {
  width: 41.88034188%;
}
.woocommerce-page.woocommerce-cart table.shop_table tr td:nth-child(3),
.woocommerce-page.woocommerce-cart table.shop_table tr td:nth-child(4),
.woocommerce-page.woocommerce-cart table.shop_table tr td:nth-child(5) {
  width: 12.82051282%;
  text-align: center;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-name {
  color: #252525;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-price,
.woocommerce-page.woocommerce-cart table.shop_table tr .product-subtotal {
  color: #fff;
  font-size: 24px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity > span:first-child {
  display: none;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .input-text {
  color: #252525;
  font-size: 24px;
  font-weight: 400;
  width: 60px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .quantity-prev,
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .quantity-next {
  background: #cccccc;
  border-radius: 50%;
  color: #fff;
  margin-top: 11px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .quantity-prev:hover,
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .quantity-next:hover {
  background: #fff;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .quantity-prev:after,
.woocommerce-page.woocommerce-cart table.shop_table tr .product-quantity .quantity .quantity-next:after {
  color: #fff;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  width: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-remove {
  position: relative;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-remove .remove {
  color: #959595 !important;
  font-size: 14px;
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .product-remove .remove:hover {
  background: transparent;
  color: red !important;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .actions:first-child {
  background: transparent;
  height: 60px;
  padding-left: 0;
  padding-top: 37px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .actions:first-child .coupon {
  width: 70%;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .actions:first-child .coupon .input-text {
  background: #e1e1e1;
  border-radius: 20px;
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 260px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .actions:first-child .coupon input[type="submit"] {
  background: #252525;
  font-size: 14px;
  font-weight: 700;
  min-width: 105px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .actions:first-child .coupon input[type="submit"]:hover {
  background: #fff;
}
.woocommerce-page.woocommerce-cart table.shop_table tr .actions:first-child > input {
  float: right;
}
.woocommerce-page.woocommerce-cart .cart-collaterals {
  position: relative;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart-shipping h4 {
  display: none;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  max-width: 370px;
  float: right;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping h4 {
  border: none;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping .woocommerce-shipping-calculator > p {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 15px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping #shipping_method li {
  padding: 0;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping #shipping_method li > input {
  position: absolute;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping #shipping_method li label {
  color: #b7b7b7;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-right: 15px;
  position: relative;
  width: 50%;
  text-align: right;
  text-transform: uppercase;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping #shipping_method li label input {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .cart-shipping #shipping_method li label > span {
  display: block;
  padding-left: 15px;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  text-indent: 0;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .wrap-order-total {
  background: transparent;
  padding-top: 0;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .cart-subtotal,
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .grand-total {
  overflow: hidden;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .cart-subtotal > *,
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .grand-total > * {
  width: 50%;
  margin: 0;
  float: left;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .cart-subtotal > *:first-child,
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .grand-total > *:first-child {
  color: #b7b7b7;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding-right: 15px;
  text-align: right;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .cart-subtotal > *:last-child,
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .grand-total > *:last-child {
  color: #b7b7b7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-left: 15px;
  text-align: left;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .cart-subtotal > *:last-child *,
.woocommerce-page.woocommerce-cart .cart-collaterals .order-total .grand-total > *:last-child * {
  display: inline-block;
  line-height: 30px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  width: 100%;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  max-width: 310px;
  margin: 0 auto;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .return-to-shop {
  position: absolute;
  bottom: 25px;
  left: 0;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .return-to-shop:hover i,
.woocommerce-page.woocommerce-cart .cart-collaterals .return-to-shop:hover a {
  color: #fff;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .return-to-shop i {
  color: #b7b7b7;
  font-size: 18px;
  margin-right: 15px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.woocommerce-page.woocommerce-cart .cart-collaterals .return-to-shop a {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
	Checkout page
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce {
  margin: 80px -15px;
}
.woocommerce-checkout .woocommerce #customer_details {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.woocommerce-checkout .woocommerce #customer_details > div {
  width: 100%;
}
.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields > h3 {
  font-size: 37px;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields > h3 label {
  font-weight: bold;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields #shipping_address_1_field {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce #order_review {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table * {
  border: none;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr .product-name,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr .product-total {
  color: #252525;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.cart_item td,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.cart_item span,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.cart_item .product-quantity {
  color: #b7b7b7;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.order-total td {
  color: #252525;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.cart-subtotal span,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.order-total span {
  color: #fff;
}
.woocommerce-checkout .woocommerce #order_review #payment div.payment_box {
  background: #fff;
}
.woocommerce-checkout .woocommerce #order_review #payment div.payment_box:before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods {
  border: none;
}
/*--------------------------------------------------------------
	Content
--------------------------------------------------------------*/
.boxed .k2t-shop,
.boxed .left-sidebar .k2t-shop,
.boxed .no-sidebar .k2t-shop,
.boxed .right-sidebar .k2t-shop {
  padding: 0 20px;
}
.no-sidebar .k2t-shop {
  width: 100% !important;
}
.right-sidebar .k2t-shop,
.left-sidebar .k2t-shop {
  width: 75%;
}
.right-sidebar .k2t-shop {
  float: left;
  padding-right: 30px;
}
.left-sidebar .k2t-shop {
  float: right;
  padding-right: 0px;
  padding-left: 30px;
}
.k2t-shop-sidebar {
  width: 25%;
}
.right-sidebar .k2t-shop-sidebar {
  float: right;
  position: relative;
}
.left-sidebar .k2t-shop-sidebar {
  float: left;
  position: relative;
}
.boxed .right-sidebar .k2t-shop-sidebar {
  padding-right: 20px;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
  display: none;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce .woocommerce-ordering:after {
  color: #959595;
}
.woocommerce .woocommerce-ordering .orderby {
  border: 0;
}
.woocommerce .woocommerce-ordering .orderby {
  min-width: 120px;
}
.orderby,
.shipping-calculator-form > p:first-child select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce .quantity .qty {
  height: 40px;
  padding: 0 17px;
  border: 1px solid #ccc;
  color: #959595;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-size: 115%;
  background: transparent;
  font-weight: 300;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .orderby,
  .shipping-calculator-form > p:first-child select {
    padding-right: 18px;
  }
}
.shipping-calculator-form > p:first-child,
.woocommerce-ordering {
  position: relative;
}
.shipping-calculator-form > p:first-child:after,
.woocommerce-ordering:after,
.woocommerce #content div.product form.cart .variations .value:after,
.woocommerce div.product form.cart .variations .value:after,
.woocommerce-page #content div.product form.cart .variations .value:after,
.woocommerce-page div.product form.cart .variations .value:after {
  content: "\f107 ";
  color: #333;
  font: 16px FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce-page div.product form.cart .variations .value {
  display: inline-block;
  position: relative;
  max-width: 200px;
}
.woocommerce-page div.product form.cart .variations .value select {
  padding-bottom: ;
  width: 100%;
}
.woocommerce-page div.product form.cart .variations .value .reset_variations {
  display: none !important;
}
.woocommerce .product .p-inner,
.woocommerce-page .product .p-inner {
  position: relative;
  overflow: hidden;
}
.woocommerce .product .p-inner img,
.woocommerce-page .product .p-inner img {
  width: 100%;
  border: 10px solid rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce .product .p-mask,
.woocommerce-page .product .p-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce li.product .p-item:hover .p-mask,
.woocommerce-page li.product .p-item:hover .p-mask {
  opacity: 1;
}
.woocommerce li.product .p-item:hover .p-inner > img,
.woocommerce-page li.product .p-item:hover .p-inner > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce .product .p-info,
.woocommerce-page .product .p-info {
  position: absolute;
  width: 80%;
  height: 180px;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -40%;
  background: #fff;
}
.woocommerce .product .p-item.slide .p-info,
.woocommerce-page .product .p-item.slide .p-info {
  top: -100%;
  -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.175) 0s;
  -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.175) 0s;
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.175) 0s;
}
.woocommerce .product .p-item.slide:hover .p-info,
.woocommerce-page .product .p-item.slide:hover .p-info {
  top: 50%;
}
.woocommerce .product .p-info .p-top,
.woocommerce-page .product .p-info .p-top {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.woocommerce .product .p-info .p-top > div,
.woocommerce-page .product .p-info .p-top > div {
  display: inline-block;
  margin: 0;
  padding: 14px 10px;
}
.woocommerce .columns-4 .product .p-info .p-top > div,
.woocommerce-page .columns-4 .product .p-info .p-top > div {
  padding: 8px 10px;
}
.woocommerce .product .p-info .p-top > .star-rating,
.woocommerce-page .product .p-info .p-top > .star-rating {
  margin-top: 16px;
  margin-left: 10px;
}
.woocommerce p.stars a {
  margin-right: 9px;
}
.woocommerce .columns-4 .product .p-info .p-top > .star-rating,
.woocommerce-page .columns-4 .product .p-info .p-top > .star-rating {
  margin-top: 13px;
}
.woocommerce .columns-4 .product .p-info .p-top > .star-rating,
.woocommerce-page .columns-4 .product .p-info .p-top > .star-rating,
.woocommerce .columns-4 .product .p-info .p-top > .star-rating > span,
.woocommerce-page .columns-4 .product .p-info .p-top > .star-rating > span {
  font-size: 85%;
}
.woocommerce .product .p-info .p-top > .star-rating > span,
.woocommerce-page .product .p-info .p-top > .star-rating > span {
  height: 20px;
  overflow: hidden;
  color: #fbaf5d;
}
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist {
  text-align: center;
  width: 30px;
  float: right;
}
.woocommerce .columns-4 .product .p-info .p-top > .yith-wcwl-add-to-wishlist,
.woocommerce-page .columns-4 .product .p-info .p-top > .yith-wcwl-add-to-wishlist {
  width: 30px;
}
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist i,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist i {
  margin: 0;
  color: #959595;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce .product .p-info .button.added,
.woocommerce-page .product .p-info .button.added {
  display: none;
}
.woocommerce .product .p-info .added_to_cart,
.woocommerce-page .product .p-info .added_to_cart {
  padding: 16px 0;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
  top: auto;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #payment #place_order,
.shop-cart .shop-item .buttons .button {
  background-color: #fff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  text-transform: uppercase;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #payment #place_order:hover,
.shop-cart .shop-item .buttons .button:hover,
div.woocommerce ul.products li.product .b-action > a:first-child:hover {
  background: #fff;
  color: #fff;
}
.woocommerce .columns-4 .product .p-info .button,
.woocommerce-page .columns-4 .product .p-info .button,
.woocommerce .columns-4 .product .p-info .added_to_cart,
.woocommerce-page .columns-4 .product .p-info .added_to_cart {
  padding: 12px 0;
}
.woocommerce .product .p-info .added_to_cart,
.woocommerce-page .product .p-info .added_to_cart {
  line-height: 14px;
  font-weight: 500;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.single-product.woocommerce span.onsale {
  background: #252525;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: initial;
  height: 20px;
  min-height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  z-index: 99;
}
.woocommerce .product .p-title,
.woocommerce-page .product .p-title,
.woocommerce .product .p-cat,
.woocommerce-page .product .p-cat {
  text-align: center;
}
.woocommerce .product .p-cat,
.woocommerce-page .product .p-cat {
  display: inline-block;
  width: 100%;
}
.woocommerce .product .p-title,
.woocommerce-page .product .p-title {
  padding: 10px 0 0 !important;
  line-height: 24px;
}
.woocommerce .product .p-title a,
.woocommerce-page .product .p-title a {
  color: #3d3d3d;
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce .product .p-cat a,
.woocommerce-page .product .p-cat a {
  color: #767676;
  font-weight: 300;
}
.woocommerce .product .p-title a:hover,
.woocommerce-page .product .p-title a:hover,
.woocommerce .product .p-cat a:hover,
.woocommerce-page .product .p-cat a:hover {
  color: #3f51b5;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 0 5px;
}
#yith-wcwl-form {
  padding-top: 80px;
}
/*--------------------------------------------------------------
	Loader
--------------------------------------------------------------*/
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  display: none;
}
/*--------------------------------------------------------------
	Widgets - Filter by price
--------------------------------------------------------------*/
.woocommerce .widget_price_filter {
  padding-top: 46px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  padding-top: 50px;
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider {
  height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider > * {
  height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider .ui-state-defaul {
  background: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  position: initial;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  color: #898989;
  font-size: 14px;
  position: absolute;
  top: -32px;
  left: -7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span {
  border: 2px #ebebeb solid;
  border-radius: 12px;
  color: #cccccc;
  display: inline-block;
  height: 24px;
  line-height: 19px;
  min-width: 70px;
  margin: 0 5px;
  padding-left: 15px;
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span:hover {
  background-color: #fff;
  color: #fff;
}
.woocommerce .widget_price_filter .widget-title {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  margin: 0 7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ccc;
  border: 0;
  margin-bottom: 30px;
  position: relative;
  height: 2px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
  background: #fff;
  border-radius: 50% !important;
  cursor: move;
  height: 9px;
  width: 9px;
  position: absolute;
  z-index: 2;
  top: -3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default:last-child {
  margin-left: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
  float: left;
  color: #636363;
  font-size: 100%;
  margin-top: 14px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  margin: 15px 0 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  float: left;
  margin-left: -7px;
  margin-bottom: 11px;
}
/*--------------------------------------------------------------
	Widgets - Product
--------------------------------------------------------------*/
.widget_recently_viewed_products ul.product_list_widget li {
  border-top: 1px solid #eaeaea;
  padding-bottom: 10px;
  padding-top: 16px;
}
.widget_recently_viewed_products ul.product_list_widget li .product-title {
  text-transform: uppercase;
}
.widget_recently_viewed_products ul.product_list_widget li ins span {
  font-size: 16px;
}
.widget_recently_viewed_products ul.product_list_widget li a {
  color: #999;
}
.widget_recently_viewed_products ul.product_list_widget li a:hover {
  color: #fff;
}
.woocommerce-page .woocommerce ul.product_list_widget li a {
  line-height: 130%;
  margin-bottom: 0;
}
.woocommerce-page .woocommerce ul.product_list_widget li a:hover .product-title {
  color: #fff;
}
.woocommerce-page .woocommerce ul.product_list_widget li a .product-title {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-page .woocommerce ul.product_list_widget li del .amount {
  color: #959595;
  font-size: 12px;
}
.woocommerce-page .woocommerce ul.product_list_widget li span.amount {
  color: #252525;
  font-size: 14px;
  opacity: 0.5;
}
.woocommerce-page .woocommerce ul.product_list_widget li .star-rating {
  font-size: 12px;
  width: 76px;
}
.woocommerce-page .woocommerce ul.product_list_widget li .star-rating:before {
  color: #ffc107;
}
.woocommerce-page .woocommerce ul.product_list_widget li .star-rating span:before {
  color: #ffc107;
}
.woocommerce-page .woocommerce ul.product_list_widget li:hover span.amount {
  opacity: 1;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  border: 0;
  line-height: 150%;
  margin-bottom: 5px;
  padding: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  box-shadow: none;
  width: 72px;
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-right: 20px;
}
.widget_recently_viewed_products ul li span.amount:not(:last-child) {
  padding-right: 5px;
}
.widget_recently_viewed_products ul li span.amount + span {
  padding-left: 5px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li ins,
.woocommerce-page ul.product_list_widget li ins {
  background: none;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount,
.woocommerce-page ul.cart_list li .amount,
.woocommerce-page ul.product_list_widget li .amount {
  color: #3b3b3b;
  font-weight: 600;
}
.woocommerce ul.cart_list li del .amount,
.woocommerce ul.product_list_widget li del .amount,
.woocommerce-page ul.cart_list li del .amount,
.woocommerce-page ul.product_list_widget li del .amount {
  color: #b5b5b5;
  font-weight: 300;
}
/*--------------------------------------------------------------
	Widgets - Layered nav
--------------------------------------------------------------*/
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a {
  display: inline-block;
  padding: 4px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 10px;
  background: #3f51b5;
  border-color: #fff;
}
.woocommerce .widget_layered_nav ul li.chosen small.count,
.woocommerce-page .widget_layered_nav ul li.chosen small.count {
  color: #fff;
  padding-right: 10px;
}
/*--------------------------------------------------------------
	Widgets - Search
--------------------------------------------------------------*/
.widget_product_search {
  overflow: hidden;
  padding: 0;
}
.widget_product_search.widget {
  background: transparent;
}
.widget_product_search form {
  overflow: hidden;
}
.widget_product_search .search-field {
  background: transparent;
  border: 2px  solid #d7d7d7;
  color: #9d9d9d;
  font-size: 14px;
  font-style: italic;
  text-transform: none;
}
.widget_product_search .search-field:focus {
  color: #fff;
  border-color: #fff;
}
.widget_product_search input[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0px;
  right: 10px;
  height: 40px;
  width: 30px;
  min-width: 31px;
  overflow: hidden;
  text-indent: 999px;
  z-index: 2;
}
.widget_product_search input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.woocommerce-product-search input[type="search"],
.woocommerce-product-search input[type="submit"] {
  height: 40px;
  padding: 0 10px;
  font-size: 85%;
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  float: left;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.woocommerce-product-search input[type="submit"]:hover {
  background: none;
}
.woocommerce-product-search:after {
  content: '\f1c3';
  font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
  font-size: 24px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 15px;
  color: #9d9d9d;
  line-height: 30px;
}
/*--------------------------------------------------------------
	Shop cart
--------------------------------------------------------------*/
.h-element .shop-cart {
  position: relative;
  float: right;
  padding: 0 15px 0 10px;
}
.k2t-header-mid .h-element .shop-cart {
  margin-left: 0;
  padding: 0 15px;
}
.shop-cart .cart-control {
  display: block;
  padding: 0 0 0;
  color: #fff !important;
  position: relative;
}
.shop-cart .cart-control i {
  font-size: 128.5%;
}
.shop-cart .cart-control span {
  background: #3a6ee8;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 9px;
  position: absolute;
  bottom: 35%;
  right: -9px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.shop-cart .cart-control:hover i {
  color: #000;
}
.shop-cart .cart-control:hover span {
  color: #fff;
  background: #000;
}
.shop-cart .shop-item {
  background: #fff;
  border: 1px solid #cccccc;
  color: #fff;
  padding: 15px;
  position: absolute;
  width: 300px;
  top: 95px !important;
  right: -30px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.shop-cart:hover .shop-item {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.shop-cart .shop-item ul.product_list_widget {
  border-bottom: 2px #ccc solid;
  list-style: none;
  margin: 0;
}
.shop-cart .shop-item ul.product_list_widget li {
  font-weight: 600;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.shop-cart .shop-item ul.product_list_widget li.empty {
  border: 0;
  padding: 0;
  color: #959595;
  font-weight: 400;
  margin-bottom: 0;
}
.shop-cart .shop-item ul.product_list_widget li:first-child {
  padding-top: 0;
}
.shop-cart .shop-item ul.product_list_widget li a {
  color: #878787;
  display: block;
  font-weight: 300;
  line-height: 150%;
}
.shop-cart .shop-item ul.product_list_widget li .variation {
  display: none;
}
.shop-cart .shop-item ul.product_list_widget li a:hover {
  color: #fff;
}
.shop-cart .shop-item ul.product_list_widget li a:not(.remove) {
  color: #252525;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
.shop-cart .shop-item ul.product_list_widget li a:not(.remove):hover {
  color: #fff;
}
.shop-cart .shop-item ul.product_list_widget li a.remove {
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  right: 0;
  height: 15px;
  width: 15px;
  line-height: 14px;
  text-align: center;
  z-index: 99999;
}
.shop-cart .shop-item ul.product_list_widget li a.remove:hover {
  background: transparent !important;
  color: red !important;
}
.shop-cart .shop-item ul.product_list_widget li img {
  float: left;
  box-shadow: none;
  margin: 0 15px 0 0 !important;
  padding: 0;
  border: 0;
  width: 60px;
}
.shop-cart .shop-item ul.product_list_widget li span {
  color: #232323;
  font-size: 90%;
}
.shop-cart .shop-item ul.product_list_widget li span .quantity-item {
  background: rgba(37, 37, 37, 0.6);
  color: #fff;
  display: block;
  font-size: 14px;
  position: absolute;
  top: 52px;
  left: 0;
  min-width: 33px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.shop-cart .shop-item .total,
.shop-cart .shop-item .buttons {
  float: left;
  margin: 0;
}
.shop-cart .shop-item .total {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
.shop-cart .shop-item .total strong {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
}
.shop-cart .shop-item .total span.amount {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
}
.shop-cart .shop-item .total span.amount span {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
}
.shop-cart .shop-item .buttons {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.shop-cart .shop-item .buttons .button {
  background: #fff;
  border: 2px #ccc solid;
  border-radius: 15px;
  color: #cccccc;
  font-size: 10px;
  height: 30px;
  line-height: 27px;
  min-width: 110px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.shop-cart .shop-item .buttons .button:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.shop-cart .shop-item .buttons .button:first-child {
  margin-right: 10px;
}
.widget_nm_color_filters .rcorners {
  border-radius: 15px;
  height: 30px;
  width: 30px;
}
/*--------------------------------------------------------------
	widget categories
--------------------------------------------------------------*/
.widget_categories ul {
  list-style: none;
}
.widget_categories ul li {
  position: relative;
  color: #333;
}
.widget_categories ul li a {
  font-size: 14px;
}
.widget_categories ul li span {
  float: right;
}
/*--------------------------------------------------------------
	Related product
--------------------------------------------------------------*/
.woocommerce div.product .related {
  margin-top: 62px;
}
.woocommerce div.product .product-related {
  padding-bottom: 0;
}
.woocommerce .product-related div.products {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce .product-related div.products li {
  padding: 0;
}
.woocommerce .related > h2 {
  font-size: 36px;
  font-weight: : bold;
  margin-bottom: 70px;
  width: 100%;
  text-align: center;
}
.woocommerce .related a h3 {
  color: #000;
  font-size: 128.5714%;
  margin-bottom: 31px;
  text-align: center;
}
.woocommerce .related li a {
  color: #000000;
  font-weight: 300;
  text-align: center;
}
/*--------------------------------------------------------------
	Extra
--------------------------------------------------------------*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  box-shadow: none;
  border-radius: 0;
}
.product-tab.wpb_tabs .wpb_tabs_nav {
  text-align: center;
}
.product-tab.wpb_tabs .wpb_tabs_nav li {
  float: none;
  display: inline-block;
  margin: 0;
}
.product-tab.wpb_tabs .wpb_tabs_nav li a {
  color: #767676;
  font-size: 100%;
  background: #efefef;
  padding: 14px 20px;
  font-weight: 400;
}
.product-tab.wpb_tabs .wpb_tabs_nav li a:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  bottom: -16px;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-tab.wpb_tabs .wpb_tabs_nav li.ui-state-active a {
  background: #3f51b5;
  color: #fff !important;
  position: relative;
}
.product-tab.wpb_tabs .wpb_tabs_nav li.ui-state-active a:after {
  border-top: 8px solid #3f51b5;
}
.product-tab.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.product-tab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
  padding: 80px 0;
}
.product-related .owl-theme .owl-buttons {
  top: -55px;
}
/*
------------Limo-----------
*/
.single-product .k2t-title-bar {
  margin-bottom: 74px;
}
/* shop sidebar */
.k2t-shop-sidebar {
  padding-top: 13px;
}
.k2t-shop-sidebar .widget.woocommerce .widget-title {
  font-size: 18px;
  font-weight: bold;
}
/* end shop sidebar */
.k2t-shop del span {
  text-decoration: line-through;
}
.woocommerce .woocommerce-result-count {
  color: #898989;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}
.woocommerce-ordering {
  line-height: 50px;
}
.woocommerce-ordering .orderby {
  height: 50px;
  line-height: 50px;
}
.switch-layout {
  float: right;
  line-height: 40px;
  margin-left: 25px;
}
.switch-layout span {
  color: #999;
  font-weight: bold;
  margin-right: 18px;
  text-transform: uppercase;
}
.switch-layout a {
  cursor: pointer;
  display: inline-block;
  line-height: 45px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.switch-layout .one-layout {
  margin-left: 13px;
}
.switch-layout .one-layout:before {
  content: '\f323';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.switch-layout .multi-layout:before {
  content: '\f321';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .switch-layout .multi-column:before .woocommerce .k2t-shop .woocommerce-result-count {
  color: #898989;
  font-size: 100%;
  line-height: 40px;
}
.woocommerce-ordering .lb-orderby,
.woocommerce-ordering select {
  font-size: 14px;
  font-weight: 300;
}
.woocommerce-ordering .lb-orderby:after {
  content: 'sort by';
  color: #898989;
  line-height: 40px;
}
.woocommerce-ordering select {
  color: #898989;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-ordering select option {
  background: #fff;
  color: #898989;
  font-weight: 400;
  height: 30px;
  padding: 5px 15px 0;
}
.woocommerce-ordering select option:hover {
  background: #fff;
}
/* Content product */
.woocommerce ul.products li.product > a {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.woocommerce ul.products li.product h3 {
  color: #000000;
  font-size: 100%;
  padding: 0;
  margin-bottom: 8px;
}
.woocommerce ul.products li.product .wrap-price {
  margin-bottom: 3px;
}
.woocommerce ul.products li.product .price {
  display: inline-block;
}
.woocommerce ul.products li.product-type-variable .price ins,
.woocommerce ul.products li.product-type-variable .price del {
  float: none !important;
}
.woocommerce ul.products li.product .price > .amount {
  color: #000;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .price > .amount:not(:last-child) {
  padding-right: 5px;
}
.woocommerce ul.products li.product .price > .amount + span {
  padding-left: 5px;
}
.woocommerce ul.products li.product .price ins {
  color: #000000;
  font-size: 18px;
  float: left;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price del {
  color: #999999;
  display: inline-block;
  font-size: 100%;
  float: right;
}
.woocommerce:not(.columns-1 ) ul.products li.product .wrap-price .star-rating {
  display: none;
  float: none;
  height: 17px;
  letter-spacing: 5px;
  width: 76px;
  margin-top: 4px;
  margin-bottom: 20px;
}
.woocommerce.columns-1 ul.products li.product .wrap-price .star-rating {
  float: none;
  margin-bottom: 26px;
  width: 76px;
}
.woocommerce ul.products li.product .wrap-price .star-rating:before,
.woocommerce ul.products li.product .wrap-price .star-rating > span:before {
  display: inline-block;
  margin-top: 2px;
}
.woocommerce ul.products li.product .b-action {
  display: inline-block;
  overflow: hidden;
}
.woocommerce ul.products li.product .b-action a {
  color: #fff;
  font-size: 14px;
}
.woocommerce ul.products li.product .b-action a:hover {
  background: #fff;
  color: #fff;
}
.woocommerce ul.products li.product .b-action a.add_to_cart_button {
  color: #fff;
}
.woocommerce ul.products li.product .b-action > *:last-child {
  margin-right: 0;
}
.woocommerce ul.products li.product .b-action .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .b-action > * {
  display: inline-block;
  float: left;
}
.woocommerce ul.products li.product .b-action > *:not(:last-child) {
  margin-right: 7px;
}
.woocommerce ul.products li.product .b-action > a:first-child {
  color: #fff;
  font-size: 107.69230%;
  padding: 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}
.woocommerce ul.products li.product .b-action > a:first-child:hover {
  color: #fff;
}
.woocommerce ul.products li.product .b-action .yith-wcwl-add-to-wishlist + .clear {
  display: none !important;
}
/* woocommerce 1 column layout */
.k2t-shop.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100% ;
}
.k2t-shop.columns-1 li.product > a,
.woocommerce.columns-1 li.product > a {
  display: block;
  margin-top: 4px;
  float: left;
  width: 270px;
}
.k2t-shop.columns-1 ul.products li.product h3,
.woocommerce.columns-1 ul.products li.product h3 {
  padding-top: 0;
}
.woocommerce.columns-1 ul.products li.product {
  margin-bottom: 11px;
}
.k2t-shop.columns-1 ul.products li.product > div,
.woocommerce.columns-1 ul.products li.product > div {
  float: left;
  width: calc(-170%);
}
.k2t-shop.columns-1 ul.products li.product .k2t-product-info,
.woocommerce.columns-1 ul.products li.product .k2t-product-info {
  padding-left: 30px;
  text-align: left;
}
.k2t-shop.columns-1 ul.products li.product .description,
.woocommerce.columns-1 ul.products li.product .description {
  display: block;
}
/* woocommerce > 1 column layout */
.woocommerce ul.products li.product .wrap-price .star-rating {
  margin: 4px auto 30px;
}
.woocommerce.columns-1 ul.products li.product .wrap-price .star-rating {
  margin-left: 0;
}
.woocommerce .columns-1 ul.products li.product .wrap-price .star-rating {
  margin: 4px 0 14px;
}
.woocommerce ul.products li.product .wrap-price .star-rating {
  margin-bottom: 17px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 33.3333%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product > div {
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
/* rating */
.woocommerce .star-rating {
  letter-spacing: 5px;
  height: 17px;
  width: 91px;
}
.woocommerce div.product div.summary .p-rate-price .star-rating {
  font-size: 15px;
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
  color: #ffc41b;
}
.woocommerce ul.products li.product .star-rating {
  float: right;
  font-size: 85%;
  margin: 10px 0 0;
  width: 55px;
}
.woocommerce .star-rating:before {
  content: '\f27c\f27c\f27c\f27c\f27c';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .star-rating span:before {
  content: '\f27d\f27d\f27d\f27d\f27d';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce ul.products li.product .price {
  color: #252525;
  font-size: 142.85%;
  font-weight: 300;
  margin: 0;
}
.woocommerce ul.products li.product h3 a {
  color: #000000;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #999999;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  font-size: 14px;
}
.woocommerce ul.products li.product .price del span {
  display: inline-block;
  padding-top: 2px;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 300;
}
/*
------ Wish List -------
*/
.b-action {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.yith-wcwl-add-to-wishlist {
  background: #ccc5c3;
  border-radius: 50%;
  overflow: hidden;
}
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist *,
.yith-wcwl-add-to-wishlist *:before,
.yith-wcwl-add-to-wishlist *:after {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "\f08a";
  font-family: 'FontAwesome';
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  content: "\f004";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\f004";
  color: #fff;
  font-family: 'FontAwesome';
}
.woocommerce .b-action a.added_to_cart {
  display: none;
}
.woocommerce .b-action a.button.loading {
  opacity: 1;
  -moz-opacity: 1;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.woocommerce .b-action a.button.loading:before {
  content: '\f110';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 5px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.b-action .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none!important;
}
.woocommerce .b-action a.add_to_cart_button:after {
  display: none;
}
.b-action .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.woocommerce .b-action a.button,
.b-action .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0 25px 0 0;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: inline-block;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  display: inline-block;
  font-size: 171.42857143%;
  font-style: italic;
  font-weight: 900;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
  color: #9d9d9d;
  display: block;
  font-size: 24px;
  font-weight: 900;
  padding: 0;
  position: relative;
  min-width: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
  color: #252525;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev):not(.next):before {
  content: '';
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 51%;
  height: 3px;
  width: 0;
  -webkit-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;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev):not(.next):after {
  content: '';
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: 51%;
  height: 3px;
  width: 0;
  -webkit-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;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev):not(.next):hover:before {
  left: 0;
  width: 51%;
  -webkit-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;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:not(.prev):not(.next):hover:after {
  right: 0;
  width: 51%;
  -webkit-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;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #252525;
  cursor: default;
  font-size: 24px;
  font-weight: 900;
  padding: 0;
  position: relative;
  min-width: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current:after {
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
  height: 3px;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li:not(:last-child) * {
  margin-right: 21px;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev {
  font-size: 24px;
  max-width: 20px;
  max-height: 24px;
  overflow: hidden;
  text-indent: 999px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.woocommerce nav.woocommerce-pagination ul li .next:hover,
.woocommerce nav.woocommerce-pagination ul li .prev:hover {
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev {
  margin-right: 24px;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before {
  content: '\f2ff';
  display: block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-indent: 0px !important;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce nav.woocommerce-pagination ul li .next {
  margin-left: 6px;
}
.woocommerce nav.woocommerce-pagination ul li .next:before {
  content: '\f301';
  display: block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-indent: 0px !important;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
/*Widget Products Category*/
.woocommerce .widget_product_categories {
  padding-bottom: 37px;
}
.widget_product_categories > ul li {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.widget_product_categories > ul li:before {
  content: '^';
  font-family: 'ElegantIcons';
  position: absolute;
  top: 7px;
  left: 0;
}
.widget_product_categories > ul li:hover:before {
  color: #999;
  -webkit-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;
}
.widget_product_categories > ul li:hover > a {
  color: #999;
}
.widget_product_categories > ul > .cat-item {
  border-top: 1px solid #eaeaea;
  display: block;
  font-size: 92.8571%;
  overflow: hidden;
}
.widget_product_categories > ul > .cat-item:last-child {
  border-bottom: 1px solid #eaeaea;
}
.widget_product_categories > ul > .cat-item > a {
  color: #333333;
  padding: 6px 24px;
  font-weight: 500;
  float: left;
  position: relative;
}
.widget_product_categories ul .cat-item a {
  color: #333;
}
.widget_product_categories ul .cat-item a:hover {
  color: #999;
}
.widget_product_categories > ul > .cat-item > .count {
  float: right;
  padding: 15px 10px;
}
.widget_product_categories > ul > .cat-item .children {
  clear: both;
  margin: 0;
}
.widget_product_categories > ul > .cat-item .children li {
  border-top: 1px solid #eaeaea;
}
.widget_product_categories > ul > .cat-item .children li a {
  padding: 6px 25px;
  float: left;
}
.widget_product_categories > ul > .cat-item .children li .count {
  float: right;
  padding: 15px 10px;
}
.widget_product_categories ul .cat-item .children li {
  padding-left: 20px;
}
.widget_product_categories ul .cat-item .children li a {
  color: #999;
}
.widget_product_categories ul .cat-item .children li:hover a {
  color: #333;
}
.widget_product_categories ul .cat-item .children li:hover:before {
  color: #333;
}
/*Single Product*/
.woocommerce .k2t-body .k2t-content {
  padding-bottom: 71px;
}
.single-product .shop-titlebar {
  background-color: #000;
  background-image: url('../img/pattern/title-pattern.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  width: 100%;
}
.single-product .shop-titlebar + .k2t-wrap {
  margin-top: 120px;
  position: relative;
  z-index: 10;
}
.single-product .single-product-image-wrap .images {
  width: 100% !important;
}
.single-product .k2t-shop .product .clearfix {
  background: #fff;
}
.single-product-image-wrap {
  padding-right: 15px;
  position: relative;
  float: left;
  width: 50%;
  z-index: 9;
}
.single-product-image-wrap .owl-stage-outer {
  padding: 0;
  margin: 0;
}
.woocommerce div.product div.summary {
  float: right;
  width: 50%;
  padding: 48px 15px 0;
}
.woocommerce div.product div.summary .description {
  padding-bottom: 29px;
}
.woocommerce div.product div.summary .description h3 {
  font-weight: bold;
  font-style: normal;
}
.woocommerce div.product div.summary .description p {
  line-height: 187.5%;
  font-size: 16px;
}
.woocommerce div.product div.summary form.cart .quantity > span {
  line-height: 40px;
  text-transform: uppercase;
}
.woocommerce-page div.product form .single_add_to_cart_button {
  margin-bottom: 48px;
}
.woocommerce .summary .product_title,
.woocommerce .summary .review-count,
.woocommerce .summary .move-to-review,
.woocommerce .summary .product-stock,
.woocommerce .summary .prooduct-sku,
.woocommerce div.product form.cart .variations label,
.woocommerce div.product div.summary .share-label,
.woocommerce .quantity .qty,
.woocommerce button.button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.single-product.woocommerce span.onsale,
.woocommerce div.product form.cart table span,
.group_table .label label a,
.summary .group_table thead tr th,
.woocommerce ul.products li.product .price,
.woocommerce .b-action,
.woocommerce .woocommerce-result-count,
.widget_recently_viewed_products ul.product_list_widget li span,
.widget_product_tag_cloud .tagcloud a,
.woocommerce div.product p.price,
.woocommerce div.product .single_variation .price,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce-page table.shop_table td.product-name a,
.woocommerce-page table.shop_table tr td span.amount,
table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.woocommerce #respond input#submit,
.cart_totals .shop_table .order-total .cart-subtotal span {
  font-family: 'Source Sans Pro';
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ff5722;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 19px;
}
.woocommerce .summary .price span:first-child:not(:last-child) {
  margin-right: 10px;
}
.woocommerce .summary .price span:last-child:not(:first-child) {
  margin-left: 10px;
}
.click-fullscreen .icon-zoom {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-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;
}
.click-fullscreen .icon-zoom:after {
  content: '\f002';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  z-index: 10;
}
.woocommerce .single-product-image-wrap .item:hover .icon-zoom {
  opacity: 1;
  -webkit-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;
}
.woocommerce .single-product-image-wrap .product-img-cont .owl-carousel {
  margin-bottom: 20px;
}
.woocommerce .single-product-image-wrap #nav {
  max-width: 290px;
  margin: 0 auto;
}
.woocommerce .single-product-image-wrap #nav .owl-nav {
  padding: 0;
  opacity: 0;
}
.woocommerce .single-product-image-wrap #nav:hover .owl-nav {
  opacity: 1;
}
.woocommerce .single-product-image-wrap #nav .owl-prev {
  margin-left: 0;
  -webkit-transform: translate(-35px, -15px);
  -ms-transform: translate(-35px, -15px);
  -o-transform: translate(-35px, -15px);
  transform: translate(-35px, -15px);
}
.woocommerce .single-product-image-wrap #nav .owl-prev i:before {
  padding-right: 2px;
}
.woocommerce .single-product-image-wrap #nav .owl-next {
  margin-right: 0;
  -webkit-transform: translate(35px, -15px);
  -ms-transform: translate(35px, -15px);
  -o-transform: translate(35px, -15px);
  transform: translate(35px, -15px);
}
.woocommerce .single-product-image-wrap #nav .owl-next i:before {
  padding-left: 2px;
}
.woocommerce .single-product-image-wrap #nav .owl-prev,
.woocommerce .single-product-image-wrap #nav .owl-next {
  position: relative;
  height: 30px;
  width: 30px;
}
.woocommerce .single-product-image-wrap #nav .owl-prev i,
.woocommerce .single-product-image-wrap #nav .owl-next i {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce .single-product-image-wrap #nav .owl-prev i:before,
.woocommerce .single-product-image-wrap #nav .owl-next i:before {
  display: inline-block;
  padding-top: 1px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  float: left;
}
.woocommerce .woocommerce-product-rating .review-count {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: 700px;
  letter-spacing: 0.06em;
  line-height: 15px;
  margin-left: 15px;
}
.woocommerce div.product .product_title {
  color: #252525;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.woocommerce div.product div.summary .p-rate-price {
  overflow: hidden;
  margin-bottom: 15px;
}
.woocommerce div.product div.summary .p-rate-price .price {
  margin-bottom: 1px;
}
.woocommerce div.product div.summary .p-rate-price .available {
  margin-right: 10px;
}
.woocommerce div.product div.summary .p-rate-price .woocommerce-product-rating {
  float: left;
  margin-bottom: 23px;
  margin-top: 8px;
  margin-right: 10px;
}
.woocommerce div.product div.summary .p-rate-price .star-rating {
  width: 90px;
}
.woocommerce div.product div.summary .p-rate-price .move-to-review {
  display: inline-block;
  margin-top: 2px;
}
.woocommerce div.product div.summary .p-rate-price .woocommerce-product-rating .review-count {
  display: inline-block;
  margin-top: 1px;
  padding-right: 10px;
}
.woocommerce div.product div.summary .p-rate-price .price:before {
  content: '';
  display: block;
  clear: both;
}
.woocommerce div.product p.price ins {
  color: #ff5722;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-top: 2px;
}
.woocommerce div.product p.price del {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-left: 15px;
  padding-top: 3px;
}
.woocommerce div.product .star-rating {
  font-size: 16px;
  margin: 0;
}
.woocommerce .product-stock .total-stock {
  border-right: 1px solid #b8b8b8;
  color: #000;
  font-size: 100%;
  line-height: 13px;
  padding-right: 13px;
  margin-right: 13px;
}
.woocommerce .product-stock .total-stock i {
  margin-right: 10px;
}
.woocommerce .product-stock {
  margin-top: ;
}
.woocommerce .product-stock .available {
  color: #4caf50;
  font-size: 14px;
}
.woocommerce .product-stock span:last-child {
  color: #898989;
}
.woocommerce hr {
  display: none;
}
.woocommerce div.product div.summary .description {
  line-height: 168%;
  color: #666666;
  margin-bottom: 4px;
  padding-top: 22px;
  padding-bottom: 17px;
}
.woocommerce div.product-type-grouped div.summary .description {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart table {
  border-width: 0;
}
.woocommerce div.product form.cart table label,
.woocommerce div.product form.cart table span {
  line-height: 50px;
}
.woocommerce div.product form.cart table span.amount {
  color: #000;
}
.woocommerce div.product div.summary .prooduct-sku:before {
  content: '';
  display: block;
  clear: both;
}
.woocommerce div.product.product-type-variable .prooduct-sku {
  margin-bottom: 8px;
}
.woocommerce div.product div.summary .prooduct-sku span {
  font-weight: bold;
}
.woocommerce div.product div.summary .prooduct-sku span:first-child {
  margin-right: 6px;
}
.woocommerce div.product div.summary .prooduct-sku span:last-child {
  color: #000000;
  letter-spacing: 0.1em;
}
.woocommerce div.product div.summary .wrap-share .k2t-social-share {
  background: #fff;
  border-radius: 22px;
  padding-top: 7px;
  padding-right: 25px;
  position: absolute;
  top: 0;
  right: -25px;
  line-height: 27px;
  width: 240px;
  text-align: right;
  -webkit-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;
}
.woocommerce div.product div.summary .wrap-share .k2t-social-share ul {
  display: inline-block;
  height: 30px;
}
.woocommerce div.product div.summary .wrap-share:hover .k2t-social-share {
  opacity: 1;
  top: -50px;
  z-index: 10;
  -webkit-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;
}
.woocommerce div.product div.summary .share-label {
  font-size: 13px;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
}
.woocommerce div.product div.summary .k2t-social-share {
  font-size: 17px;
}
.woocommerce div.product div.summary .product_meta {
  display: none;
}
.woocommerce .summary .stock {
  display: none;
}
.woocommerce-page .woocommerce {
  margin-top: 80px;
}
.woocommerce-page .k2t-shop-sidebar .woocommerce {
  margin-top: 0;
}
.woocommerce-page.archive .k2t-content .k2t-wrap {
  padding-top: 66px;
}
.woocommerce-page.archive .k2t-content .k2t-wrap .k2t-shop {
  padding-top: 6px;
}
.woocommerce-page.archive .k2t-content .k2t-wrap .k2t-shop .woocommerce-result-count {
  margin-bottom: 26px;
}
.woocommerce-page div.product .product_meta {
  margin-top: 30px;
}
.woocommerce-page div.product form.cart {
  margin-top: 30px;
  width: 100%;
}
.woocommerce-page div.product form.cart:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.product-type-grouped form.cart {
  width: 100%;
}
.woocommerce div.product form.cart .group_table {
  padding-bottom: 16px;
}
.woocommerce div.product form.cart .button {
  clear: both;
  font-size: 14px;
  font-weight: 700;
  margin-top: 40px;
}
.summary .group_table thead tr th {
  background: #efefef;
  border: 1px solid #cccccc;
}
.summary .group_table thead tr th {
  line-height: 36px;
  text-transform: uppercase;
}
.summary .group_table thead tr th:nth-child(1) {
  border-right: none;
  padding-left: 25px;
  width: 65%;
}
.summary .group_table thead tr th:nth-child(2),
.summary .group_table thead tr th:nth-child(3) {
  width: 17.5%;
  text-align: center;
}
.summary .group_table thead tr th:nth-child(3) {
  border-left: none;
}
.summary .group_table tr td:nth-child(2),
.summary .group_table tr td:nth-child(3) {
  text-align: center;
}
form.cart .group_table tr td {
  padding: 0;
}
.woocommerce div.product form.cart .group_table tr td {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce div.product form.cart .group_table tr:first-child td {
  padding-top: 10px;
}
.woocommerce div.product form.cart .group_table tr:last-child td {
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .group_table tr td:nth-child(1) {
  border-left: 1px solid #ccc;
  padding-left: 25px;
}
.woocommerce div.product form.cart .group_table tr td:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tr td:nth-child(3) {
  border-right: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tr td {
  line-height: 50px;
}
.woocommerce div.product form.cart .group_table tr td .quantity {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  max-width: 65px;
  margin: 0 auto;
}
.woocommerce div.product form.cart .group_table tr td .quantity input {
  height: 35px;
  line-height: 35px;
  max-width: 100%;
  min-width: 100%;
}
.woocommerce div.product form.cart .group_table tr td .quantity span {
  height: 35px;
  line-height: 35px;
}
.woocommerce div.product form.cart .group_table tr td .quantity .quantity-next {
  right: 0;
}
.woocommerce div.product form.cart .group_table tr td .quantity .quantity-prev {
  left: 0;
}
.woocommerce-page div.product.product-type-grouped form.cart {
  margin-top: 16px;
  margin-bottom: 12px;
}
.woocommerce-page div.product.product-type-grouped form.cart:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-page div.product.product-type-grouped .summary form button {
  font-size: 18px;
  max-width: 200px;
  padding: 0;
  text-align: center;
}
.summary .single_variation_wrap {
  float: left;
  margin-top: 8px;
}
.summary .single_variation_wrap + .yith-wcwl-add-to-wishlist {
  float: left;
}
.woocommerce div.product form.cart .variations {
  overflow: hidden;
}
.woocommerce div.product form.cart .variations .wrap-option {
  margin-bottom: 30px;
}
.summary .variations_form .variations .wrap-option {
  float: left;
}
.summary .variations_form .variations .wrap-option > div {
  float: left;
}
.summary .variations_form .variations .wrap-option:not(:last-child) {
  margin-right: 30px;
}
.summary .variations_form .variations .wrap-option .label {
  color: #000;
  font-weight: bold;
  line-height: 40px;
  margin-right: 30px;
  text-transform: uppercase;
}
.summary .variations_form .variations .wrap-option .value select {
  color: #000;
  font-size: 15px;
  min-width: 163px;
}
.summary .variations_form .variations .wrap-option .value select option {
  padding: 7px 15px;
}
.woocommerce div.product form.cart div.quantity {
  border-radius: 20px;
  border: 1px solid #ebebeb;
  float: left;
  margin-right: 30px;
  padding: 0 20px;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.woocommerce .quantity > * {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
}
.woocommerce .quantity span:first-child {
  color: #cccccc;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce .quantity .input-text {
  -moz-appearance: textfield;
  border: none;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 22px;
  min-width: 22px;
  padding: 0;
  text-align: center;
}
.woocommerce .quantity .input-text::-webkit-inner-spin-button,
.woocommerce .quantity .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
div.quantity .quantity-prev {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
div.quantity .quantity-prev:after {
  content: "\4b";
  color: #ccc;
  font-family: 'ElegantIcons';
  font-size: 18px;
}
div.quantity .quantity-next {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
}
div.quantity .quantity-next:after {
  content: "\4c";
  color: #ccc;
  font-family: 'ElegantIcons';
  font-size: 18px;
}
div.quantity .quantity-prev:hover:after,
div.quantity .quantity-next:hover:after {
  color: #000;
  -webkit-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;
}
.woocommerce div.product .single_add_to_cart_button {
  background-color: #ff5722;
  border-radius: 25px;
  border: none;
  color: #fff;
  float: left;
  height: 50px;
  line-height: 50px;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce .summary form {
  float: left;
}
.woocommerce .summary .cart-contents {
  display: none;
}
.woocommerce .product-type-variable .summary .variations_button {
  float: left;
}
.woocommerce .product-type-variable .summary .yith-wcwl-add-to-wishlist {
  float: left;
}
.woocommerce .product-type-variable .summary .variations_form + .yith-wcwl-add-to-wishlist,
.woocommerce .summary form.cart + .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-left: 0;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist:hover *,
.woocommerce .summary .yith-wcwl-add-to-wishlist:hover *:before,
.woocommerce .summary .yith-wcwl-add-to-wishlist:hover *:after {
  background: #fff;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist *,
.woocommerce .summary .yith-wcwl-add-to-wishlist *:before,
.woocommerce .summary .yith-wcwl-add-to-wishlist *:after {
  color: #fff;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  background: #fff;
  color: #fff;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.woocommerce .summary .k2t-social-share li:first-child a {
  padding-right: 10px;
}
.woocommerce-page div.product form.cart .variations .wrapper-dropdown-3 {
  width: 38%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.woocommerce-page div.product form.cart .variations .variations_input {
  float: left;
  width: 20%;
}
.woocommerce div.product .single_variation .price {
  color: #fff;
}
.woocommerce div.product .single_variation .price ins {
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: 500 !important;
  font-size: 30px;
  margin-right: 15px;
}
.woocommerce div.product .single_variation .price del {
  display: inline-block;
  color: #000;
  font-weight: 300 !important;
  font-size: 16px;
  padding-top: 1px;
  opacity: 0.5;
}
.woocommerce div.product .single_variation .price ins,
.woocommerce div.product .single_variation .price del {
  display: inline-block;
  font-weight: 300;
}
.woocommerce div.product .single_variation .woocommerce-variation-price {
  margin-bottom: 33px;
}
.woocommerce div.product .single_variation .woocommerce-variation-price .price del {
  margin-right: 10px;
}
.woocommerce div.product .single_add_to_cart_button:hover,
.woocommerce div.product .single_add_to_cart_button:focus {
  background: #ff5722;
}
.woocommerce div.product div.summar .yith-wcwl-add-to-wishlist .feedback {
  font-weight: 300;
}
.woocommerce div.product.product-type-variable form.cart {
  margin-bottom: 12px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .stock {
  font-weight: 500;
  font-size: 115%;
  margin: 10px 0 0;
}
.woocommerce div.product div.summary .in-stock {
  color: #636363;
}
.woocommerce div.product div.summary .size-guide {
  clear: both;
}
.woocommerce div.product div.summary .size-guide .size-guide-popup {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.woocommerce div.product div.summary .size-guide i {
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.woocommerce div.product div.summary .size-guide a {
  color: #636363;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.woocommerce div.product div.summary .size-guide a:hover {
  color: #fff;
}
.woocommerce .summary-footer {
  position: relative;
}
.woocommerce .summary-footer .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0;
  bottom: 0;
}
.woocommerce .summary-footer .wrap-share {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.woocommerce .summary-footer .wrap-share .share-label {
  background: #cccccc;
  border-radius: 50%;
  display: block;
  margin: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.woocommerce .summary-footer .wrap-share .share-label:hover {
  background: #fff;
}
.woocommerce .summary-footer .wrap-share .share-label i {
  color: #fff;
}
.woocommerce .summary-footer .wrap-share .k2t-social-share {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.woocommerce div.product div.summary .product-detail-info {
  color: #636363;
  font-size: 14px;
}
.woocommerce div.product div.summary .product-detail-info i {
  margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs {
  display: none;
}
/*Single Product Tabs*/
.woocommerce div.product .woocommerce-tabs {
  width: 100%;
  margin: 50px 0 0;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
  list-style: none;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  padding-left: 45px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border-bottom: 2px solid #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  color: #cccccc;
  font-size: 114.2857%;
  font-weight: 700;
  padding: 8px 17px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #333333;
}
.woocommerce div.product .woocommerce-tabs .panel {
  background: #fff;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  margin-bottom: 40px;
  padding: 36px 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
  font-size: 115%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  color: #666;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  line-height: 171.4285%;
  margin-bottom: 5px;
}
.woocommerce #reviews #comments {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 0;
  width: auto;
  max-width: 60px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 90px;
  padding: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 115%;
  color: #252525;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  color: #636363;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce-tabs #commentform > p.comment-form-rating {
  clear: both;
}
.woocommerce #review_form .comment-reply-title {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond {
  width: 100%;
}
#commentform > p.comment-form-url {
  padding-right: 0;
}
#commentform > p.comment-form-author label,
#commentform > p.comment-form-email label,
#commentform > p.comment-form-url label,
#commentform > p.comment-form-comment label {
  display: inline-block;
  color: #878787;
  margin-bottom: 25px;
}
/* tab description */
.woocommerce #tab-description ul {
  list-style-type: square;
  margin-left: 14px;
}
.woocommerce #tab-description ul li {
  padding-left: 12px;
}
.woocommerce table.shop_attributes td {
  padding-left: 10px;
}
/* tab review */
.woocommerce #tab-reviews .star-rating {
  width: 102px;
}
.woocommerce p.stars a:before {
  color: #000;
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover ~ a:before {
  content: "\e031";
  font-family: 'ElegantIcons';
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  content: "\e033";
  font-family: 'ElegantIcons';
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e031";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\e033";
}
/*Related Product*/
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product {
  margin: 0 0 30px;
  width: 100%;
}
.woocommerce .related ul,
.woocommerce .related ul.products {
  width: auto;
}
/* add info */
.woocommerce table.shop_attributes th {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/*Review*/
.woocommerce div.product .woocommerce-tabs .panel {
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce #comments {
  margin-bottom: 20px;
}
.woocommerce #review_form .comment-reply-title {
  font-size: 130%;
  margin-bottom: 21px;
}
.woocommerce #review_form #respond input {
  height: 45px;
  line-height: 45px;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  margin-bottom: 25px;
}
.woocommerce #review_form .comment-form-rating {
  margin-bottom: 20px;
}
.woocommerce #review_form .comment-form-rating label {
  color: #232323;
  float: left;
  margin-right: 15px;
}
.woocommerce #review_form .stars {
  display: inline-block;
  padding-top: 3px;
}
.woocommerce #review_form .comment-form-comment:before {
  content: '';
  clear: both;
  display: block;
  width: 0;
  height: 0;
}
.woocommerce #review_form .comment-form-comment label {
  color: #000;
  font-size: 130%;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce #review_form #respond textarea {
  margin-bottom: 20px;
  min-height: 150px;
}
.woocommerce a.remove {
  color: #000 !important;
  display: inline-block;
  font-size: 25px;
  height: 20px;
  width: 20px;
  line-height: 23px;
}
.woocommerce .shop_table .actions {
  background-color: transparent;
}
.woocommerce-page table.cart td.actions {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.woocommerce .shop_table .actions > * {
  float: left;
}
.woocommerce .shop_table .actions > .empty-cart {
  margin-right: 30px;
}
.woocommerce .shop_table .return-to-shop {
  float: right;
}
.woocommerce .shop_table .coupon #coupon_code {
  position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a {
  font-weight: 400;
}
table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
  font-size: 15px;
  color: #333;
  margin-left: 10px;
}
/*--------------------------------------------------------------
	Cart Collaterals
--------------------------------------------------------------*/
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none !important;
}
.select2-search .select2-input {
  padding: 8px 20px;
  line-height: 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 128.5%;
  margin: 0;
  padding: 3px 15px;
  text-transform: uppercase;
}
.shop_table .cart_item .variation dt:before {
  content: '5';
  font-family: 'ElegantIcons';
  font-size: 16px;
  margin-right: 10px;
}
.woocommerce .cart_totals .shop_table .shipping-calculator-form input {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
}
.cart_totals .shop_table .order-total .wrap-order-total {
  background-color: #efefef;
  padding: 30px 30px 15px;
  text-align: right;
}
.cart_totals .shop_table .order-total .cart-subtotal > *,
.cart_totals .shop_table .order-total .grand-total > * {
  display: inline-block;
}
.cart_totals .shop_table .order-total .grand-total h5 {
  margin-right: 15px;
}
.cart_totals .shop_table .order-total .cart-subtotal h5 {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: 14px;
}
.cart_totals .shop_table .order-total .cart-subtotal span {
  color: #b7b7b7;
  font-size: 14px;
}
.cart_totals .shop_table .order-total .grand-total h5 {
  color: #b7b7b7;
  font-size: 18px;
  margin-bottom: 30px;
}
.cart_totals .shop_table .order-total .grand-total span {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.cart_totals .shop_table .cart-shipping h4,
.cart_totals .shop_table .coupon h4 {
  border-bottom: 1px solid #cfcfcf;
  line-height: 60px;
  font-size: 18px;
}
.cart_totals .shop_table .coupon label {
  color: #333333;
  display: block;
  margin-top: 23px;
  margin-bottom: 36px;
}
.cart_totals .shop_table .coupon input {
  height: 55px;
  width: 100%;
  line-height: 55px;
  padding: 0 20px;
  margin-bottom: 22px;
}
.cart_totals .shop_table .coupon input[type='submit'] {
  max-width: 180px;
  padding: 0;
  text-align: center;
}
.woocommerce form.checkout_coupon {
  margin-bottom: 30px;
}
.woocommerce form .select2-container .select2-choice {
  height: 50px;
  line-height: 50px;
  background: #fff!important;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
.woocommerce form .select2-container .select2-choice .select2-arrow {
  background: none;
  border: 0;
}
.woocommerce form .select2-container .select2-choice .select2-arrow b {
  background-position: -4px 11px;
}
.woocommerce form .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 11px;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  border: 1px solid #ddd;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  background: #fff;
  border: 2px solid #ccc;
  color: #000000;
  font-size: 700;
  padding: 15px 30px;
  text-transform: uppercase;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus {
  border-color: #fff;
  color: #fff;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: auto;
  min-height: 130px;
  padding: 15px;
}
.woocommerce-shipping-fields {
  margin-top: 25px;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce-checkout #order_review_heading {
  font-size: 18px;
  font-weight: 400;
  float: left;
  padding-left: 15px;
  margin-bottom: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-weight: 500;
  margin: 4px 0 10px;
  color: #252525;
}
#billing_address_2 {
  margin-top: 15px;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p {
  font-weight: 400;
  padding: 0;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
}
.woocommerce form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 15px;
}
.woocommerce-page form.checkout_coupon .form-row-last {
  width: 50%;
  padding-left: 15px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  clear: none;
}
.cart-empty,
.return-to-shop {
  text-align: center;
}
.cart-empty {
  font-size: 128%;
  font-weight: 400;
  margin-bottom: 20px;
}
.return-to-shop .button {
  text-transform: uppercase;
}
.return-to-shop .button:hover {
  color: #fff;
}
.woocommerce-account {
  font-weight: 400;
}
.woocommerce-account .myaccount_address {
  margin-bottom: 40px;
}
/*
------- Widget shopping cart --------
*/
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  margin-bottom: 20px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  border: none;
  padding: 0;
  margin-right: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 0;
  left: initial;
  right: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  height: 14px;
  line-height: 14px;
  width: 14px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  border: none;
  float: left;
  min-width: 150px;
  padding-left: 0;
}
ul.product_list_widget li dl dd {
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget .quantity {
  display: block;
  float: right;
  max-width: 200px;
  width: 100%;
}
.h-element ul.product_list_widget .quantity {
  max-width: 192px;
  height: 16px;
  line-height: 16px;
}
.h-element ul.product_list_widget .quantity span:not(.quantity-item) {
  height: 16px;
  line-height: 16px;
}
.woocommerce .widget_shopping_cart_content .total .amount {
  color: #ff0000;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #d5e3e8;
}
.woocommerce.widget_shopping_cart .total {
  padding-top: 8px;
}
.woocommerce .widget_shopping_cart_content a.button {
  height: 45px;
  line-height: 45px;
}
/*
------- Wish List --------
*/
.woocommerce table.wishlist_table {
  font-size: 100%;
}
.woocommerce table.wishlist_table thead th {
  border-top: 0;
}
.woocommerce table.wishlist_table .product-price del {
  font-size: 60%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  text-decoration: line-through;
  display: block;
}
.woocommerce table.wishlist_table .product-price ins {
  background: none;
  display: block;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #252525;
}
.woocommerce table.wishlist_table .add_to_cart_button {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  color: #000;
  display: inline-block;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
}
.woocommerce table.wishlist_table .add_to_cart_button:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1024px) {
  /* check out page */
  .woocommerce-checkout .k2t-content.right-sidebar,
  .woocommerce-checkout .k2t-content.left-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* shop */
  .k2t-content.right-sidebar {
    padding-right: 0;
  }
  .k2t-shop.columns-3 ul.products li.product {
    padding: 0 9px;
  }
  /* page shortcode listing */
  .woocommerce ul.products {
    margin: 0 -15px;
  }
  .woocommerce.columns-4 ul.products li.product {
    padding: 0 10px;
  }
  /* end */
  .woocommerce .k2t-body .k2t-content {
    padding-bottom: 20px;
  }
  .single-product-image-wrap #sequence {
    height: 315px;
  }
  /* variable product */
  .summary .variations_form .variations .wrap-option:not(:last-child) {
    margin-right: 15px;
  }
  /* cart page */
  .woocommerce table.shop_table th.product-name {
    padding-left: 15px;
  }
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 840px) {
  .woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
    padding: 0 5px;
  }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .k2t-shop-sidebar,
  .right-sidebar .k2t-shop,
  .left-sidebar .k2t-shop {
    width: 100%;
    padding: 0;
  }
  .k2t-shop-sidebar {
    margin-top: 30px;
  }
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce .k2t-shop.columns-4 ul.products li.product {
    width: 33.33%;
  }
  .single-product-image-wrap #sequence {
    height: 402px;
  }
}
@media (max-width: 800px) {
  .k2t-shop.columns-3 ul.products li.product {
    padding: 0 15px;
  }
  .woocommerce div.product form.cart .variations label {
    display: inline-block;
    min-width: 103px;
  }
  .woocommerce.columns-4 ul.products li.product {
    padding: 0 15px;
  }
  .right-sidebar .k2t-blog,
  .right-sidebar .k2t-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .left-sidebar .k2t-blog,
  .left-sidebar .k2t-main {
    padding-left: 0!important;
  }
  .single-product-image-wrap #sequence {
    height: 320px;
  }
  .woocommerce-account .k2t-content .woocommerce {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce .k2t-shop.columns-4 ul.products li.product,
  .woocommerce .k2t-shop.columns-3 ul.products li.product {
    width: 50%;
  }
  /* single product */
  .single-product-image-wrap {
    width: 300px;
  }
  .woocommerce div.product div.summary {
    padding-left: 20px;
    width: calc(-200%);
  }
  .woocommerce div.product form.cart div.quantity {
    width: 100px;
  }
  .woocommerce div.product .woocommerce-tabs {
    margin-top: 0;
  }
  .woocommerce div.product .related {
    margin-top: 22px;
  }
  /* variable produc */
  .woocommerce div.product form.cart .variations .label {
    min-width: 100px;
  }
  /* tab */
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
  }
  /*cart */
  .woocommerce-cart .k2t-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-cart .actions {
    overflow: hidden;
    padding-left: 17px !important;
    padding-right: 0 !important;
  }
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input {
    float: left !important;
    max-width: 220px;
    padding: 0;
    text-align: center;
  }
  .woocommerce .shop_table .actions > .empty-cart {
    margin-right: 20px;
  }
  .woocommerce-cart .actions input {
    margin-right: 20px !important;
  }
  .woocommerce-cart .actions .return-to-shop {
    float: left;
    width: 220px;
  }
  .woocommerce-cart .actions .return-to-shop a {
    width: 100% !important;
  }
  .cart_totals .shop_table > div {
    width: 50%;
  }
  .cart_totals .shop_table > div:nth-child(2) {
    padding-right: 0;
  }
  .cart_totals .shop_table > div:last-child {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  /* check out */
  .woocommerce-checkout .woocommerce form .form-row {
    margin-bottom: 10px;
  }
}
@media (max-width: 736px) {
  /*single product */
  .woocommerce .summary form.cart button {
    max-width: 170px;
    padding: 0;
    text-align: center;
  }
  /*grouped product */
  .summary .group_table thead tr th:nth-child(1) {
    width: 50%;
  }
  .summary .group_table thead tr th:nth-child(2),
  .summary .group_table thead tr th:nth-child(3) {
    width: 25%;
  }
  .woocommerce div.product form.cart .group_table tr td:nth-child(1),
  .summary .group_table thead tr th:nth-child(1) {
    padding-left: 15px;
  }
  /* cart */
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input {
    max-width: 210px;
  }
}
@media (max-width: 667px) {
  .p-rate-price div[itemprop="offers"] {
    overflow: hidden;
    width: 100%;
  }
  .woocommerce div.product p.price del {
    margin-left: 0;
  }
  .woocommerce div.product form.cart div.quantity {
    margin-right: 15px;
  }
  .woocommerce .summary .yith-wcwl-add-to-wishlist {
    margin-left: 15px;
  }
  .woocommerce div.product div.summary .p-rate-price .woocommerce-product-rating {
    margin-bottom: 12px;
  }
  /* variable product */
  .summary .variations_form .variations .wrap-option .label {
    margin-right: 20px;
  }
  /* cart */
  .woocommerce-cart .actions {
    padding-left: 10px !important;
  }
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input,
  .woocommerce-cart .actions .return-to-shop {
    max-width: 190px;
  }
  /*single */
  .woocommerce div.product form.cart .button {
    font-size: 15px;
    max-width: 138px;
  }
}
@media (max-width: 600px) {
  .single-product-image-wrap #sequence {
    height: 570px;
  }
  .single-product-image-wrap {
    margin-bottom: 30px;
  }
  .single-product-image-wrap,
  .woocommerce div.product div.summary {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce.columns-2 ul.products li.product,
  .woocommerce.columns-1 ul.products li.product,
  .woocommerce .k2t-shop[class*="columns"] ul.products li.product {
    width: 100%;
  }
  /*grouped product */
  .woocommerce div.product form.cart .group_table tr td label {
    display: inline-block;
    line-height: 30px;
  }
  /* cart */
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input,
  .woocommerce-cart .actions .return-to-shop {
    font-size: 12px;
    max-width: 160px;
  }
  /* check out */
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
  .woocommerce-checkout #customer_details {
    padding-right: 0;
  }
  .woocommerce-checkout #customer_detail {
    padding-right: 0;
  }
  .woocommerce .woocommerce-checkout table.shop_table th.product-total {
    padding-right: 0;
  }
  .woocommerce-checkout #order_review_heading {
    margin-top: 20px;
    padding-left: 0;
  }
  #ship-to-different-address {
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .woocommerce .k2t-shop .woocommerce-result-count {
    line-height: 20px;
  }
  .woocommerce .woocommerce-ordering {
    margin-bottom: 25px;
  }
  input,
  select,
  textarea {
    border-radius: 0 !important;
  }
  .woocommerce-cart .k2t-main,
  .woocommerce-account .k2t-main {
    width: 100% !important;
    padding-right: 0 !important;
    padding-top: 20px;
    padding-left: 0 !important;
  }
  /* single */
  .woocommerce .star-rating {
    float: left;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px 0;
  }
  /* shop 1 colum */
  .woocommerce.columns-1 ul.products li.product {
    margin-bottom: 33px;
  }
  .woocommerce.columns-1 ul.products li.product > a,
  .woocommerce .k2t-shop.columns-1 ul.products li.product > a {
    width: 100%;
  }
  .woocommerce.columns-1 ul.products li.product .k2t-product-info,
  .woocommerce .k2t-shop.columns-1 ul.products li.product .k2t-product-info {
    padding-left: 0;
    width: 100%;
  }
  .single-product-image-wrap #sequence {
    height: 450px;
  }
  .woocommerce-page div.product form.cart .variations .wrapper-dropdown-3:first-child {
    margin-bottom: 20px;
  }
  .woocommerce-page div.product form.cart .variations .wrapper-dropdown-3,
  .woocommerce-page div.product form.cart .variations .variations_input {
    margin: 0;
    width: 100%;
  }
  .woocommerce table.shop_table.cart td:nth-child(4),
  .woocommerce table.shop_table.cart th:nth-child(4),
  .woocommerce table.shop_table.cart td:nth-child(6),
  .woocommerce table.shop_table.cart th:nth-child(6) {
    display: none;
  }
  .woocommerce table.shop_table.cart:not(.wishlist_table) td:nth-child(4),
  .woocommerce table.shop_table.cart:not(.wishlist_table) th:nth-child(4) {
    display: none;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0 0 10px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions > .button,
  .woocommerce-page table.cart td.actions .input-text + .button {
    float: none;
    width: 100%;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
  .woocommerce .k2t-shop .woocommerce-result-count {
    margin-bottom: 0;
  }
  /* cart */
  .cart_totals .shop_table > div {
    padding: 0;
    width: 100%;
  }
  .woocommerce-cart .actions input {
    margin-right: 0 !important;
  }
  .woocommerce-cart .actions .return-to-shop {
    margin-top: 30px;
  }
  .woocommerce-cart .actions {
    padding-left: 39px !important;
  }
  .woocommerce .shop_table .actions > .empty-cart {
    margin-right: 20px;
  }
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input,
  .woocommerce-cart .actions .return-to-shop {
    max-width: 180px;
  }
  .cart-title + form {
    margin: 0 -15px;
  }
  .woocommerce td.product-name dl.variation {
    padding-left: 10px;
  }
  .woocommerce-page table.shop_table td a,
  .woocommerce-page table.shop_table td span {
    padding-right: 10px;
  }
}
@media (max-width: 414px) {
  .woocommerce-page div.woocommerce-message {
    padding-bottom: 100px !important;
  }
  .woocommerce div.woocommerce-message .button {
    position: absolute;
    bottom: 30px;
  }
  /* shop */
  body {
    overflow: hidden;
  }
  .switch-layout {
    float: none;
    margin-left: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce .woocommerce-ordering .orderby,
  .woocommerce-page .woocommerce-ordering .orderby {
    float: right;
  }
  .woocommerce ul.products {
    margin-bottom: 0;
  }
  .woocommerce ul.products li.product:last-child,
  .woocommerce-page ul.products li.product:last-child {
    margin-bottom: 0;
  }
  .woocommerce .woocommerce-pagination {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  /*single cart button */
  .woocommerce .summary form.cart button {
    max-width: 170px;
    padding: 0;
    text-align: center;
  }
  .woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
  }
  .woocommerce .summary .yith-wcwl-add-to-wishlist {
    margin-left: 20px;
  }
  /* tab */
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 0;
    padding-bottom: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #000;
    display: inline-block;
  }
  /* cart */
  .woocommerce-cart .actions input {
    margin-right: 0 !important;
  }
  .woocommerce-cart .actions .return-to-shop {
    margin-top: 22px;
  }
  .woocommerce-cart .actions {
    padding-left: 21px !important;
  }
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input,
  .woocommerce-cart .actions .return-to-shop {
    font-size: 12px;
    max-width: 160px;
  }
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 15px 0 !important;
  }
  .woocommerce table.shop_table tfoot td,
  .woocommerce-page table.shop_table tfoot td {
    padding: 0 !important;
  }
  .woocommerce table.shop_table td a,
  .woocommerce-page table.shop_table td a {
    padding-left: 74px;
  }
  .woocommerce table.shop_table .product-name,
  .woocommerce-page table.shop_table .product-name {
    position: relative;
  }
  .woocommerce table.shop_table .product-name:before,
  .woocommerce-page table.shop_table .product-name:before {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 360px) {
  /* cart */
  .woocommerce-page table.cart td.actions > *:not(.coupon) {
    display: block !important;
    float: none !important;
    margin: 0 auto 15px !important;
  }
  .woocommerce-cart .actions .button,
  .woocommerce-cart .actions input,
  .woocommerce-cart .actions .return-to-shop {
    font-size: 12px;
    max-width: 200px;
  }
  .woocommerce table.shop_table td.actions,
  .woocommerce-page table.shop_table td.actions {
    padding: 22px 0 !important;
  }
  .cart_totals .shop_table .order-total .wrap-order-total {
    padding: 35px 20px 15px;
  }
  /* check out */
  .woocommerce form.checkout_coupon .form-row-first {
    padding-right: 0;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .woocommerce-checkout .woocommerce form .form-row {
    padding-left: 0;
  }
}
@media (max-width: 320px) {
  /*single cart button */
  .woocommerce div.product form.cart div.quantity {
    width: 80px;
  }
  div.quantity .quantity-next {
    right: 0;
  }
  div.quantity .quantity-prev {
    left: 0;
  }
  .woocommerce div.product form.cart .button {
    max-width: 130px;
  }
  .woocommerce div.product form.cart div.quantity {
    margin-right: 15px;
  }
  .woocommerce .summary .yith-wcwl-add-to-wishlist {
    margin-left: 15px;
  }
  /* end cart button */
  .woocommerce .k2t-shop .woocommerce-result-count {
    margin-bottom: 0;
  }
  .single-product-image-wrap #sequence {
    height: 290px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }
  .woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 128.5%;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px 0;
  }
  .related h2 {
    font-size: 24px;
  }
  .woocommerce table.wishlist_table tbody td {
    padding: 10px 5px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
  }
  .woocommerce form .form-row label.inline {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
	15. Contact Form style
--------------------------------------------------------------*/
.mfp-wrap {
  top: 10%;
  left: 20%;
  width: 727px;
  background: #fff;
}
.mfp-wrap .mfp-close {
  text-align: right;
}
#contact-form-2 {
  display: none;
  padding: 50px;
}
#contact-form-2 .k2t-row {
  padding-top: 40px;
  margin-left: -15px;
}
#contact-form-2 .col-6 {
  padding: 15px;
}
#contact-form-2 p {
  text-transform: capitalize;
}
#contact-form-2 h4,
#contact-form-2 .pricing-info {
  display: none;
}
#contact-form-2 .p-info-meta {
  padding: 50px 0;
}
#contact-form-2 .p-info-meta ul {
  display: none;
}
#contact-form-2 .p-info-meta .extra-meta {
  border: 2px solid #f8f8f9;
  background: #f4f4f4;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 15px 0 15px 100px;
}
#contact-form-2 .p-info-meta .extra-meta:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
/*--------------------------------------------------------------
	01. Dark style 
--------------------------------------------------------------*/
.dark-background .vc_tta-container .vc_tta-tabs-list li a span {
  color: #fff;
}
.dark-background .vc_tta-container .vc_tta-tabs-list li a span:hover {
  color: #3a6ee8;
}
/*--------------------------------------------------------------
	01. Pages 2
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #rev_slider_3_1 ul li {
    position: relative;
  }
  #rev_slider_3_1 ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    visibility: visible;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #rev_slider_2_2 ul li {
    position: relative;
  }
  #rev_slider_2_2 ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    visibility: visible;
    z-index: 6;
  }
  #rev_slider_2_2 ul li .home-slide-title-1,
  #rev_slider_2_2 ul li .home-slide-desc {
    color: #fff !important;
  }
  #rev_slider_2_2 ul li .k2t-btn {
    background-color: #3a6ee8;
  }
  #rev_slider_2_2 ul li .k2t-btn:hover {
    background-color: #232323;
  }
}
@media (max-width: 330px) {
  #rev_slider_2_2 .home-slide-title-1 {
    margin-top: -15px !important;
  }
  #rev_slider_2_2 .home-slide-title-2 {
    font-size: 55px !important;
  }
  #rev_slider_2_2 .tp-mask-wrap {
    overflow: visible !important;
  }
  #rev_slider_2_2 .home-slide-desc {
    min-width: 295px !important;
  }
  #rev_slider_2_2 .k2t-btn {
    margin-top: 30px;
  }
}
.k2t-blog .k2t-blog-inner,
.k2t-blog .k2t-blog-inner .grid-layout,
.k2t-blog .k2t-blog-inner article {
  max-width: 100%;
}
