
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------- 2. Global Variables --------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 13px;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  display: block;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.vertical-align {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Text meant only for screen readers. */
#lt-before-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: 1;
  z-index: 9999;
}
#lt-before-load .lt-relative {
  position: relative;
  width: 0;
  left: 50%;
  top: 48%;
}
#lt-before-load .lt-relative .please-wait.type2 {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  animation: spin 1s infinite linear;
}
#lt-before-load .lt-relative .please-wait.type2 p {
  font-size: 190%;
  padding-top: 30px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  overflow-y: scroll;
  background-color: #ccc;
}
body.bg-full-size {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: none;
  background-position: 50% 50%;
}
body.boxed {
  background-color: #555;
}
body.boxed #wrapper {
  max-width: 92.30769em;
  margin: 0 auto;
  overflow-x: hidden;
}
body.boxed #masthead .header-container .logo-wrapper {
  display: block;
  margin-top: 10px;
}
body.full-width #wrapper {
  width: 100%;
}

#wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.container-wrap {
  padding: 30px 0 10px;
  *zoom: 1;
}
.container-wrap:before, .container-wrap:after {
  content: " ";
  display: table;
}
.container-wrap:after {
  clear: both;
}

.page .container-wrap {
  padding: 10px 0 10px;
}

.product-page {
  padding-top: 30px;
}

.row.container {
  margin-bottom: 30px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.align_right {
  text-align: right;
}

.pe7-icon {
  font-size: 130%;
}

.width-fluid > .row,
.width-fluid > .row > .large-12 {
  width: 100% !important;
  min-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.divided .columns {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.row.divided .columns:last-child {
  border: 0;
}

.top-divider {
  border-top: 1px solid #eeeeee;
}

.uppercase {
  text-transform: uppercase;
}

.thin-font {
  font-weight: normal;
  font-weight: 300;
}

p:empty {
  display: none;
}

table {
  width: 100%;
}

.lt-share {
  margin-bottom: 0px;
}
.lt-share li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-right: 11px;
}
.lt-share li a {
  float: left;
}
.lt-share li a span {
  padding: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lt-share li a:focus {
  outline: none;
}
.lt-share li a:hover span {
  color: #fff;
}
.lt-share li a:hover .circle {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.lt-share li a:hover .icon-facebook {
  background: #3a589d;
  border-color: #3a589d;
}
.lt-share li a:hover .icon-twitter {
  background: #2478ba;
  border-color: #2478ba;
}
.lt-share li a:hover .icon-envelop {
  background: #ff3333;
  border-color: #ff3333;
}
.lt-share li a:hover .icon-pinterest {
  background: #cb2320;
  border-color: #cb2320;
}
.lt-share li a:hover .icon-google-plus {
  background: #dd4e31;
  border-color: #dd4e31;
}
.lt-share li a:hover .icon-skype {
  background: #00aff0;
  border-color: #00aff0;
}
.lt-share li a:hover .icon-instagram {
  background: #6a453c;
  border-color: #6a453c;
}
.lt-share li a span {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-size: 13px;
  color: #aaa;
  -webkit-transition: all 30ms ease;
  -moz-transition: all 30ms ease;
  transition: all 30ms ease;
  text-align: center;
}
.lt-share li a .icon-facebook,
.lt-share li a .icon-twitter,
.lt-share li a .icon-envelop,
.lt-share li a .icon-pinterest,
.lt-share li a .icon-google-plus,
.lt-share li a .icon-skype,
.lt-share li a .icon-instagram {
  display: block;
}
.lt-share.large span {
  font-size: 18px;
}

.lt-follow.style-1 {
  display: table;
}
.lt-follow.style-1 > div {
  display: table-cell;
  vertical-align: middle;
}
.lt-follow.style-1 .lt-follow-title {
  padding-right: 35px;
}
.lt-follow.style-2 {
  display: block;
}
.lt-follow.style-2 .lt-follow-title {
  text-align: center;
  margin-bottom: 30px;
}
.lt-follow.style-2 .follow-icon {
  text-align: center;
}
.lt-follow .icon {
  background: #333333;
  margin-left: 15px;
  color: #c7c7c7;
  padding: 8px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lt-follow .icon:hover {
  background: #e66665;
}
.lt-follow .icon:hover span {
  color: #ffffff;
}
.lt-follow .icon:first-child {
  margin-left: 0;
}
.lt-follow .lt-follow-title {
  font-weight: bold;
}

/* Social icon Share */
.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px;
}

.star-rating {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1.2em;
  width: 6em;
  font-family: 'FontAwesome';
  margin: 0 auto;
}
.star-rating:before {
  content: "\f006   \f006   \f006   \f006   \f006";
  color: #ddd;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-weight: normal;
}
.star-rating span:before {
  content: "\f005   \f005   \f005   \f005   \f005";
  color: #FF9919;
  top: 0;
  position: absolute;
  left: 0;
}

.product-details .collapses-title.active a {
  background: transparent;
}

/* Pagination */
.lt-pagination ul {
  margin-bottom: 0;
}
.lt-pagination ul li {
  display: inline-block;
  list-style: none;
  height: 30px;
  line-height: 30px;
}
.lt-pagination ul li .pe7-icon {
  font-size: 130%;
  vertical-align: middle;
}
.lt-pagination.style-1 {
  border: 1px solid #e5e5e5;
  padding: 10px 18px;
}
.lt-pagination.style-1 .page-sumary {
  float: left;
}
.lt-pagination.style-1 .page-number {
  float: right;
  font-size: 100%;
}
.lt-pagination.style-1 .page-number li a {
  width: 25px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.lt-pagination.style-1 .page-number li a.prev, .lt-pagination.style-1 .page-number li a.next {
  background: #3D3D3D;
  border-radius: 5px;
  width: 30px;
  color: #fff !important;
}
.lt-pagination.style-1 .page-number li a.prev span, .lt-pagination.style-1 .page-number li a.next span {
  font-weight: bold;
}
.lt-pagination.style-1 .page-number li a.next {
  background: #ff3333;
}
.lt-pagination.style-1 .page-number li a.lt-current {
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 30px;
  font-weight: bold;
}
.lt-pagination.style-1 .page-number li span.current,
.lt-pagination.style-1 .page-number li a.current,
.lt-pagination.style-1 .page-number li a.lt-current,
.lt-pagination.style-1 .page-number li a:hover {
  color: #ff3333;
}
.lt-pagination.style-2 hr {
  width: 50%;
  padding-bottom: 25px;
}
.lt-pagination.style-2 .page-numbers {
  text-align: center;
  font-size: 100%;
}
.lt-pagination.style-2 .page-numbers li {
  margin-right: 4px;
}
.lt-pagination.style-2 .page-numbers a,
.lt-pagination.style-2 .page-numbers li > span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: block;
  border: 1px solid #ddd;
  color: #444 !important;
  text-align: center;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  transition: background 200ms ease;
}
.lt-pagination.style-2 .page-numbers .next span,
.lt-pagination.style-2 .page-numbers .prev span {
  color: #bbb;
}
.lt-pagination.style-2 .page-numbers span.current,
.lt-pagination.style-2 .page-numbers a.current,
.lt-pagination.style-2 .page-numbers a.lt-current,
.lt-pagination.style-2 .page-numbers a:hover {
  background-color: #ff3333;
  border-color: #ff3333;
  color: #fff !important;
}

.lee-footer-info-box {
  margin-top: 15px;
}

.lt-footer-contact-title h5 {
  margin: 0;
  color: #ff3333;
}
.lt-footer-contact-title h5 i {
  color: #FEDC00;
}

.lee-footer-contact-us {
  margin-top: 15px;
}

/* Lee Title */
.lt-title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.lt-title.title-style-1 {
  border-bottom: 1px solid #e8e8e8;
}
.lt-title.title-style-1:after {
  content: "";
  height: 2px;
  background: #ff3333;
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 25px;
}
.lt-title.title-style-2 {
  border-bottom: none;
}
.lt-title.title-style-2:after {
  content: "";
  height: 2px;
  background: #ff3333;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 25px;
}
.lt-title.title-style-3 {
  margin-bottom: 0;
}
.lt-title.text-center:after {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lt-title.text-right:after {
  right: 0px !important;
  left: auto;
}

/* Title */
.title-block {
  margin-bottom: 25px;
}
.title-block .heading-title span {
  position: relative;
  padding-bottom: 12px;
}
.title-block .bery-hr {
  margin-top: 0;
}

.heading-title {
  text-transform: uppercase;
}

.bery-hr {
  display: block;
  height: 2px;
  background: #e8e8e8;
}
.bery-hr.primary-color {
  background: #ff3333;
}
.bery-hr.small {
  width: 20px;
}
.bery-hr.medium {
  width: 60px;
}
.bery-hr.large {
  width: 90px;
}
.bery-hr.full {
  width: 100%;
}
.bery-hr.text-center {
  margin: 0 auto;
}
.bery-hr.text-right {
  float: right;
}

/* Please wait style */
.widget .item-product-widget .please-wait {
  top: 30%;
  left: 26%;
}

.item-product-widget .please-wait {
  top: 40%;
  left: 35%;
}

.please-wait {
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 9999;
}
.please-wait > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #888;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader-fade 1s infinite;
  -moz-animation: loader-fade 1s infinite;
  -o-animation: loader-fade 1s infinite;
  -ms-animation: loader-fade 1s infinite;
  animation: loader-fade 1s infinite;
  -moz-box-shadow: 0 0 1px white;
  -webkit-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
}
.please-wait > span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.please-wait > span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.please-wait > span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.please-wait.type2 {
  content: " ";
  z-index: 99999;
  font-size: 10px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  opacity: .8;
  border-left: 3px solid #ff3333;
  -webkit-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.please-wait.type2:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes loader-fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}
@keyframes loader-fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}
/* Breadcrumb */
.archive .bread {
  margin-bottom: 30px;
}

.bread {
  background: #f8f8f8;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  margin: 20px 0px;
  padding: 18px 0px 14px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.bread.lt-breadcrumb-has-bg {
  border: none;
  padding: inherit;
}
.bread.lt-breadcrumb-has-bg .row,
.bread.lt-breadcrumb-has-bg .columns {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.bread.lt-breadcrumb-has-bg .row .breadcrumb-row,
.bread.lt-breadcrumb-has-bg .columns .breadcrumb-row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.bread.lt-breadcrumb-has-bg .row .breadcrumb-row h3, .bread.lt-breadcrumb-has-bg .row .breadcrumb-row a, .bread.lt-breadcrumb-has-bg .row .breadcrumb-row span,
.bread.lt-breadcrumb-has-bg .columns .breadcrumb-row h3,
.bread.lt-breadcrumb-has-bg .columns .breadcrumb-row a,
.bread.lt-breadcrumb-has-bg .columns .breadcrumb-row span {
  color: inherit;
}
.bread.lt-breadcrumb-has-bg .row .breadcrumb-row a:hover,
.bread.lt-breadcrumb-has-bg .columns .breadcrumb-row a:hover {
  color: black;
}
.bread .breadcrumb-row {
  float: none;
  z-index: 99;
  margin-bottom: 0px;
}
.bread .breadcrumb-row h2 {
  color: inherit;
  font-weight: bold;
  font-size: 100%;
  float: left;
}
.bread .breadcrumb-row h3 {
  float: left;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0px;
  font-size: 100%;
  color: #333;
}
.bread .breadcrumb-row h3 span.fa {
  margin: 0px 10px;
  color: #ccc;
}
.bread .breadcrumb-row h3 .current,
.bread .breadcrumb-row h3 a:hover {
  color: #ff3333;
}
.bread .back-history {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 100%;
}
.bread .back-history:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 9px;
  margin: 0 9px 0 0;
}

/* Promo popup */
#lt-popup {
  text-align: center;
  position: relative;
}
#lt-popup span {
  font-size: 120%;
  color: #666;
}
#lt-popup .checkbox-label {
  bottom: 0;
}
#lt-popup .checkbox-label label {
  display: inline-block;
  position: relative;
  top: 2px;
  color: #666;
  top: -2px !important;
  margin-left: 10px;
}
#lt-popup.white-popup-block {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  padding: 29px;
  position: relative;
}
#lt-popup.white-popup-block .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 15px;
  top: -48px;
  left: 48%;
  background: transparent !important;
  color: #d6d6d6;
  font-size: 35px;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -moz-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -ms-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -o-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/***** Progress Bar *****/
.progress-bar {
  border: 1px solid #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  margin-bottom: 80px !important;
  position: relative;
}
.progress-bar .bar-label {
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -25px;
  text-transform: uppercase;
}
.progress-bar .bar-meter {
  display: block;
  height: 100%;
  width: 0;
  /* init width */
  position: relative;
}
.progress-bar .bar-meter .bar-number {
  opacity: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -45px;
  right: -15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #666;
  text-align: center;
  line-height: 30px;
  color: #ff3333;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.vertical-tabs ul.tabs-nav {
  margin-left: 0;
  z-index: 9;
  margin-right: -1px;
  height: 100%;
}

.vertical-tabs ul.tabs-nav li {
  list-style: none;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: bold;
}

.vertical-tabs ul.tabs-nav li a,
.vertical-tabs ul.tabs-nav li.is-active.no-active a {
  background: #FFF;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 10px 0;
  display: block;
  color: #999;
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  transition: border 200ms ease;
}

.vertical-tabs ul.tabs-nav li:first-child a {
  border-top: 1px solid #eeeeee;
}

.vertical-tabs ul.tabs-nav li.current a,
.vertical-tabs ul.tabs-nav li.current-menu-item a,
.vertical-tabs ul.tabs-nav li.is-active a {
  color: #333;
  border-right: none;
}

.vertical-tabs ul.tabs-nav li a:hover,
.vertical-tabs ul.tabs-nav li.is-active.no-active a:hover {
  color: #333;
}

.vertical-tabs .tabs-inner {
  padding-left: 40px;
  padding-top: 25px;
}

.vertical-tabs .tabs-inner.active {
  padding-top: 25px;
}

.shortcode_tabgroup_vertical h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  margin: 0;
}

.vertical-tabs .tabs-inner,
.tabbed-content .panel {
  height: 0;
  opacity: 0;
}

.vertical-tabs .tabs-inner.active,
.tabbed-content .panel.active {
  height: auto;
  opacity: 1;
}

.span.icon-instagram {
  font-size: 100%;
}

.search-icon {
  font-size: 16px;
}

button[disabled] {
  background-color: #333;
  opacity: 0.6;
}

button.primary-color {
  color: #fff !important;
  border: none;
}

.alert-box {
  border: 1px solid #f5797c;
  display: block;
  color: #fff;
  font-size: 100%;
  position: relative;
  margin: 30px 0;
  background-color: #c60f13;
}

.alert-box ul {
  display: inline-block;
  margin-bottom: 0px;
}

.alert-box:before {
  color: #FFF;
  background: #c60f13;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 3px;
  font-family: 'icomoon';
  content: "\61";
  margin-right: 10px;
}

.alert-box ul li {
  list-style: none;
  font-weight: normal;
}

.woocommerce-message {
  padding: 10px;
  border: 1px solid #80c780;
  display: block;
  color: #5cb85c;
  font-size: 100%;
  position: relative;
  margin: 30px 0px 30px 0px !important;
}

.woocommerce-message a.button {
  display: none;
}

.woocommerce-message:before {
  color: #FFF;
  background: #5cb85c;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 3px;
  font-family: 'icomoon';
  content: "\e00a";
  margin-right: 10px;
}

.single-product .woocommerce-message {
  margin-bottom: 0;
}

#top-link {
  display: none;
  background: #000;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  padding: 8px 8px 12px 10px;
  font-size: 20px;
  opacity: 0.5;
  z-index: 99;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#top-link.active {
  display: block;
}

#top-link.active:hover {
  opacity: 0.8;
}

.entry-content > ul,
.t0abs-inner ul,
.tabs-inner ol,
.accordian-inner ul,
.accordian-inner ol {
  margin-left: 20px;
}

ul.checkmarks li {
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ececec;
  line-height: 110%;
}

ol.commentlist li {
  list-style: none;
}

.entry-content .commentlist {
  padding: 15px;
}

#content > ul {
  margin-left: 20px;
}

/* TOOL TIP */
.tipr_content {
  color: #FFF;
  padding: 5px 10px 7px;
  text-align: center;
  font-size: 100%;
}

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -40px;
  z-index: 1000;
}

.tipr_point_top,
.tipr_point_bottom {
  position: relative;
  background: #111;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.95;
}

.tipr_point_top:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_top:after {
  border-top-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.tipr_point_bottom:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_bottom:after {
  border-bottom-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.select-wrapper {
  position: relative;
  background: url("css/images/select-arrow.png") no-repeat 96% 50%;
  overflow: hidden;
}
.select-wrapper:after {
  border-color: rgba(145, 145, 145, 0);
  border-top-color: #919191;
  border-width: 6px;
  right: 8px;
  margin-left: -6px;
}
.select-wrapper select {
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  margin: 0;
  appearance: none;
  cursor: pointer;
  color: #222222;
  background: transparent;
}

.bery_block .edit-link {
  display: none;
}

a.lost_password {
  margin-left: 15px;
}

.columns > br,
.row > br {
  display: none;
}

pre {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 30px;
  margin-top: 20px;
}

.catalog-mode-header {
  padding-top: 15px;
  text-align: right;
  float: right;
}

.catalog-mode-header > div {
  display: inline-block;
}

.catalog-mode-header input,
.catalog-mode-header form,
.catalog-mode-header button {
  margin: 0;
}

.no-prices span.amount,
.no-prices form.cart {
  display: none;
}

.catalog-product-text {
  padding-bottom: 15px;
}

.catalog-product-text .collapses {
  margin: 0;
}

.woocommerce-info {
  padding: 15px 0px;
}

.col_hover_focus > *,
.col_hover_fade > *,
.col_hover_blur > *,
.col_hover_grayscale > * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
}

.col_hover_focus:hover > * {
  opacity: 1;
}

.col_hover_fade:hover > * {
  opacity: 1;
}

.col_hover_grayscale > * {
  /*opacity: 0.7;*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.col_hover_grayscale:hover > * {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

.col_hover_blur > * {
  -webkit-filter: blur(3px);
}

.col_hover_blur:hover > * {
  -webkit-filter: blur(0px);
}

.square-round {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.square-round:hover {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.error404 .entry-content .search-wrapper {
  display: none;
}

.error404 .entry-content {
  margin-bottom: 90px;
}

.error404 .entry-content p {
  margin-bottom: 60px;
}

.woocommerce-message {
  display: none !important;
}

.font-large {
  font-size: 600% !important;
  line-height: 80%;
  margin: 15px 0px;
}

.font-xlarge {
  font-size: 900% !important;
  line-height: 80%;
  margin: 15px 0px;
}

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

span.custom-icon-w-text {
  display: block;
  line-height: 1.8;
  margin-left: 12px;
}

span.custom-icon-w-text i {
  margin-right: 12px;
  vertical-align: top;
}

.columns span.custom-icon-w-text:last-of-type {
  margin-bottom: 26px;
}

span.custom-icon-w-text i.checked {
  color: #9FD355;
  font-size: 22px;
}

.solid-green,
.bar_green {
  /* VC progress bar color */
  background: #71BB6D !important;
}

.solid-red,
.bar_red {
  /* VC progress bar color */
  background: #E66F66 !important;
}

.solid-yellow {
  background: #FAB336 !important;
}

.solid-blue,
.bar_blue {
  /* VC progress bar color */
  background: #4F84C7 !important;
}

.solid-gray,
.bar_grey {
  /* VC progress bar color */
  background: #A2A2A2 !important;
}

.solid-gold {
  background: #C5AE87 !important;
}

.solid-pink {
  background: #EB9FCF !important;
}

.solid-purple {
  background: #9D75C2 !important;
}

@keyframes icon_slide_down {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-filter: blur(5px);
  }
}
@keyframes fadeout {
  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.load-more {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.load-more .load-more-icon {
  margin-left: 10px;
}
.load-more:hover {
  background: #f7f6f5;
}
.load-more.end-product {
  color: #888;
  cursor: auto;
  width: 220px;
}
.load-more.load-more-btn {
  margin-top: 20px;
}

#ajax-loading {
  opacity: 1;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 10px solid #e6e6e6;
  animation-name: pulse, fadeout;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
#ajax-loading.absolute {
  position: absolute;
  left: 49%;
}

.black-window,
.white-window {
  cursor: pointer;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 400;
}

.black-window {
  background: #000;
}

.white-window {
  background: #fff;
}

.lt-tranparent {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}

.opacity {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #FFF;
}

.opacity-2 {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.opacity-3 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .9;
  background: #FFF;
}
.opacity-3 .please-wait.type2 {
  top: 200px;
}

/* hide tag in desktop */
.sort-bar .li-toggle-sidebar,
.category-page .sort-bar .li-toggle-sidebar {
  display: none;
  float: left;
  position: absolute;
  left: 10px;
}
.sort-bar .li-toggle-sidebar a,
.category-page .sort-bar .li-toggle-sidebar a {
  display: block;
  border: 1px solid #AAA;
  padding: 5px 15px;
}

.div-toggle-sidebar {
  display: none;
  text-align: left;
  float: left;
  margin: 0px auto 20px 10px;
}
.div-toggle-sidebar.center {
  text-align: center;
  float: none;
  margin: 0 auto 20px auto;
  width: 150px;
}
.div-toggle-sidebar a {
  display: block;
  border: 1px solid #AAA;
  padding: 10px 25px;
}

.hidden-tag,
.hide,
.lt-show-less {
  display: none;
}

.inline-block {
  display: inline-block;
}

.required {
  color: #f00;
}

.lt-pos-absolute {
  position: absolute;
}

.lt-pos-relative {
  position: relative;
}

.lt-over-hide {
  overflow: hidden;
}

.warpper-mobile-search.show-in-desk {
  display: block;
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 15px 10px 25px 10px;
  width: 100%;
  top: -100%;
  box-shadow: 10px 5px 30px 3px #d1d1d1;
  text-align: center;
}
.warpper-mobile-search.show-in-desk input {
  width: 100%;
  margin: auto;
}
.warpper-mobile-search.show-in-desk form {
  margin: 0;
}
.warpper-mobile-search.show-in-desk form .screen-reader-text {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
}
.warpper-mobile-search.show-in-desk form input {
  margin: 0;
}
.warpper-mobile-search.show-in-desk form > label {
  padding-bottom: 10px;
}
.warpper-mobile-search.show-in-desk .twitter-typeahead,
.warpper-mobile-search.show-in-desk input.live-search-input {
  width: 100%;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search {
  max-height: 70px;
  overflow: hidden;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a {
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a:hover {
  background: #f9f9f9;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a p {
  font-size: 100%;
  text-align: left;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a .lee_item_title_search,
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a img {
  float: left;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a .lee_item_title_search {
  margin-left: 12px;
}
.warpper-mobile-search.show-in-desk .tt-dropdown-menu .item-search a img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.reset_price {
  float: right;
}

.lt-bg-dark {
  background-color: #333;
}

.lt-mgr-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lt-mgr-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.lt-mgr-top-20 {
  margin-top: 20px;
}

.lt-mgr-top-40 {
  margin-top: 40px;
}

.lt-mgr-bot-20 {
  margin-bottom: 20px;
}

.lt-mgr-bot-40 {
  margin-bottom: 40px;
}

.lt-service-block {
  background: #ffffff;
  border: 1px solid #cccccc;
}

.lt-not-radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-radius: 0 !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.lt-has-border-bottom {
  border-bottom: 1px solid #e8e8e8;
}
.lt-has-border-bottom .bery-hr {
  position: relative;
  bottom: -1px;
}

.columns.lt-col:hover {
  z-index: 20;
}

.lt-cart-fog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 400px;
  height: 100%;
  z-index: 999;
}
.lt-cart-fog .please-wait.type2 {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -35px;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid #ff3333;
}

.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wpcf7 .newletter-form-controls input[type="text"],
.wpcf7 .newletter-form-controls input[type="email"],
.wpcf7 .newletter-form-controls textarea {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.wpcf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 72%;
  color: #fb0000;
}
.wpcf7 p {
  clear: both;
}

@-moz-document url-prefix() {
  .select-wrapper:after {
    display: none;
  }

  .quantity input[type=number] {
    -moz-appearance: textfield;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none;
  }
}
/*------------------------- 3. Header ------------------------------*/
/* TOP BAR */
.mobile-menu {
  display: none;
}

#top-bar ul,
.setting-switcher ul {
  line-height: 2;
  margin: 0;
}
#top-bar ul li,
.setting-switcher ul li {
  list-style: none;
  display: inline-block;
}

#top-bar {
  z-index: 11;
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 5px 0px;
  background: #000;
  color: #FFF;
}
#top-bar .right-text,
#top-bar .left-text {
  font-weight: 600;
  line-height: 2;
}

/* END TOP BAR */
#under-top-bar {
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 3px 1px #ddd;
  background: #FFF;
}
#under-top-bar .lt_search_full {
  width: 100%;
}
#under-top-bar .lt_search_full > .icon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #333;
  font-weight: bold;
  font-size: 160%;
  padding: 15px;
  cursor: pointer;
}
#under-top-bar .lt_search_full .lt-show-search-form {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
#under-top-bar .lt_search_full .lt-show-search-form .search-wrapper form input[name="s"],
#under-top-bar .lt_search_full .lt-show-search-form .search-wrapper form .tt-hint {
  padding: 10px 18px 10px 15px !important;
  border: 1px solid #ddd;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  font-size: 160%;
  height: 50px;
}
#under-top-bar .header-icons {
  list-style: none;
  margin: 0;
  float: right;
}
#under-top-bar .header-icons li {
  display: block;
  border-right: 1px solid #ddd;
  float: left;
  line-height: 385%;
  padding: 0 22px;
  position: relative;
}
#under-top-bar .header-icons li.first {
  border-left: 1px solid #ddd;
}
#under-top-bar .header-icons li .pe7-icon {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  top: 5px;
}
#under-top-bar .header-icons li .products-number,
#under-top-bar .header-icons li .wishlist-number,
#under-top-bar .header-icons li .compare-number {
  font-size: 85%;
}
#under-top-bar .header-icons li .products-number .lt-sl,
#under-top-bar .header-icons li .wishlist-number .lt-sl,
#under-top-bar .header-icons li .compare-number .lt-sl {
  position: absolute;
  background: #ff3333;
  color: #fff;
  text-align: center;
  top: 15%;
  line-height: 100%;
  padding: 3px 5px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  right: 20%;
}
#under-top-bar .header-icons li .mini-cart {
  top: 3px;
}
#under-top-bar .header-icons li .mini-cart .products-number,
#under-top-bar .header-icons li .mini-cart .wishlist-number,
#under-top-bar .header-icons li .mini-cart .compare-number {
  top: 10%;
  left: 35%;
}
#under-top-bar .header-icons li .mini-cart.mini-cart-type-full .cart-link .cart-count {
  font-size: 120%;
  color: #333;
  font-weight: 600;
}

.topbar-menu-container {
  float: left;
}
.topbar-menu-container ul li span {
  margin-right: 6px;
  vertical-align: middle;
}
.topbar-menu-container ul li:after {
  content: "|";
  padding: 0px 8px;
  height: 3px;
  color: #FFF;
}
.topbar-menu-container ul li:hover {
  color: #ff3333;
}
.topbar-menu-container ul li a {
  color: #FFF;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.topbar-menu-container ul li ul {
  display: none;
}

.header-account {
  display: inline-block;
}
.header-account ul li:last-child {
  border-right: none;
}
.header-account ul li:last-child:after {
  display: none;
}
.header-account ul li span {
  margin-right: 6px;
  vertical-align: middle;
}
.header-account ul li:after {
  content: "|";
  padding: 0px 8px;
  height: 3px;
  color: #DDD;
}
.header-account ul li:hover {
  color: #ff3333;
}
.header-account ul li a {
  color: #FFF;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.setting-switcher {
  font-size: 100%;
  text-align: left;
  position: relative;
}
.setting-switcher > li {
  display: inline-block;
  border-right: 1px solid #e3e3e3;
  padding-right: 15px;
  margin-right: 15px;
}
.setting-switcher > li:last-child {
  border-right: 0;
  margin-right: 0;
}
.setting-switcher .setting-dropdown li {
  margin-right: 10px;
}
.setting-switcher .setting-dropdown .label-title {
  text-transform: uppercase;
  border-top: 1px solid #efefef;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 110%;
  font-weight: 600;
}
.setting-switcher .setting-dropdown .language-switcher .current-lang {
  border: 1px solid #efefef;
}
.setting-switcher .setting-dropdown .language-switcher img {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.setting-switcher .setting-dropdown .language-switcher img:hover {
  opacity: 0.5;
}
.setting-switcher .setting-dropdown .account-link li {
  display: block;
  margin-bottom: 12px;
}
.setting-switcher .setting-dropdown .account-link li:last-child {
  margin-bottom: 0;
}
.setting-switcher .setting-dropdown .account-link span {
  margin-right: 10px;
  font-size: 130%;
  vertical-align: middle;
}
.setting-switcher .setting-dropdown .nav-dropdown div:first-child .label-title {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.search-dropdown,
.lt-search-space {
  position: relative;
  min-width: 25px;
}
.search-dropdown .search-icon,
.lt-search-space .search-icon {
  margin-bottom: 3px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.search-dropdown .search-icon .circle,
.lt-search-space .search-icon .circle {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
  background-color: white;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  z-index: 0;
  border: 1px solid #4d4d4d;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  z-index: 1;
}
.search-dropdown .search-icon .handle,
.lt-search-space .search-icon .handle {
  position: absolute;
  background-color: #4d4d4d;
  top: 10px;
  left: 0px;
  width: 20px;
  height: 1px;
  display: block;
  transform: rotate(45deg);
  float: right;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search-dropdown .search-icon .handle:after,
.lt-search-space .search-icon .handle:after {
  content: "";
  background-color: #4d4d4d;
  width: 20px;
  height: 1px;
  display: block;
  float: right;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  z-index: -1;
}
.search-dropdown .search-icon.open .circle,
.lt-search-space .search-icon.open .circle {
  transform: scale(0.02);
  transform-origin: 30% 40%;
  background: white;
  border-color: white;
}
.search-dropdown .search-icon.open .handle:after,
.lt-search-space .search-icon.open .handle:after {
  transform-origin: center center;
  transform: rotate(90deg);
}
.search-dropdown .pe-7s-close,
.lt-search-space .pe-7s-close {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.search-dropdown.black_bg .icon,
.lt-search-space.black_bg .icon {
  background: #000;
  color: #fff;
}
.search-dropdown.black_bg,
.lt-search-space.black_bg {
  height: 100%;
}
.search-dropdown.black_bg .lt-ajaxsearchform-container .icon,
.lt-search-space.black_bg .lt-ajaxsearchform-container .icon {
  display: none;
}
.search-dropdown .lt-show-search-form,
.lt-search-space .lt-show-search-form {
  position: absolute;
  top: -8px;
  right: 100%;
  width: 0px;
  z-index: 2;
}
.search-dropdown .lt-show-search-form .search-wrapper form,
.lt-search-space .lt-show-search-form .search-wrapper form {
  margin-bottom: 0px;
}
.search-dropdown .lt-show-search-form .search-wrapper form input[name="s"],
.lt-search-space .lt-show-search-form .search-wrapper form input[name="s"] {
  margin: 0px;
  border: none;
  padding: 0px !important;
  border-bottom: 1px solid #eee;
  font-size: 100%;
}
.search-dropdown .lt-show-search-form .search-wrapper form input[name="s"]:focus,
.lt-search-space .lt-show-search-form .search-wrapper form input[name="s"]:focus {
  background: none;
}
.search-dropdown .lt-show-search-form .search-wrapper form input.tt-hint,
.lt-search-space .lt-show-search-form .search-wrapper form input.tt-hint {
  padding: 0px;
}
.search-dropdown .twitter-typeahead,
.search-dropdown input.live-search-input,
.lt-search-space .twitter-typeahead,
.lt-search-space input.live-search-input {
  width: 100%;
}
.search-dropdown .tt-dropdown-menu,
.lt-search-space .tt-dropdown-menu {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.search-dropdown .tt-dropdown-menu .item-search,
.lt-search-space .tt-dropdown-menu .item-search {
  max-height: 70px;
  position: relative;
  overflow: hidden;
}
.search-dropdown .tt-dropdown-menu .item-search a,
.lt-search-space .tt-dropdown-menu .item-search a {
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.search-dropdown .tt-dropdown-menu .item-search a:hover,
.lt-search-space .tt-dropdown-menu .item-search a:hover {
  background: #f9f9f9;
}
.search-dropdown .tt-dropdown-menu .item-search a p,
.lt-search-space .tt-dropdown-menu .item-search a p {
  font-size: 100%;
}
.search-dropdown .tt-dropdown-menu .item-search a img,
.lt-search-space .tt-dropdown-menu .item-search a img {
  float: left;
  margin-right: 10px;
}
.search-dropdown .tt-dropdown-menu .item-search a .lt-item-title-search,
.lt-search-space .tt-dropdown-menu .item-search a .lt-item-title-search {
  text-align: left;
  margin-top: 0px;
}
.search-dropdown .tt-dropdown-menu .item-search a img,
.lt-search-space .tt-dropdown-menu .item-search a img {
  width: 60px;
  height: 60px;
}
.search-dropdown .please-wait,
.lt-search-space .please-wait {
  position: absolute;
  left: 40% !important;
  top: 40% !important;
}
.search-dropdown .nav-dropdown,
.lt-search-space .nav-dropdown {
  width: 300px;
  right: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.search-dropdown .nav-dropdown .wide-nav-search .search-wrapper form,
.lt-search-space .nav-dropdown .wide-nav-search .search-wrapper form {
  margin-bottom: 0px;
}
.search-dropdown .nav-dropdown .wide-nav-search .search-wrapper form input,
.lt-search-space .nav-dropdown .wide-nav-search .search-wrapper form input {
  margin: 0px;
  padding-left: 15px;
  border: 1px solid #ddd;
  font-size: 100%;
}
.search-dropdown .nav-dropdown .wide-nav-search .search-wrapper form input:focus,
.lt-search-space .nav-dropdown .wide-nav-search .search-wrapper form input:focus {
  background: none;
}
.search-dropdown .nav-dropdown .wide-nav-search .twitter-typeahead,
.search-dropdown .nav-dropdown .wide-nav-search input.live-search-input,
.lt-search-space .nav-dropdown .wide-nav-search .twitter-typeahead,
.lt-search-space .nav-dropdown .wide-nav-search input.live-search-input {
  width: 100%;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search {
  max-height: 70px;
  overflow: hidden;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a {
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a:hover,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a:hover {
  background: #f9f9f9;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a p,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a p {
  font-size: 100%;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a .lt-item-title-search,
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a img,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a .lt-item-title-search,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a img {
  float: left;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a .lt-item-title-search,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a .lt-item-title-search {
  margin-left: 12px;
}
.search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a img,
.lt-search-space .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a img {
  width: 60px;
  height: 60px;
}
.search-dropdown .nav-dropdown .wide-nav-search .please-wait,
.lt-search-space .nav-dropdown .wide-nav-search .please-wait {
  position: absolute;
  left: 40% !important;
  top: 40% !important;
}

.setting-dropdown .nav-dropdown {
  top: 60px !important;
  right: 0px;
  width: 200px;
  padding: 25px;
}
.setting-dropdown.active .nav-dropdown {
  top: 50px !important;
}

/* -- MIDDLE HEADER -- */
.header-wrapper {
  position: relative;
  z-index: 99;
}

#masthead {
  background-color: transparent;
  top: -200px;
  -webkit-transition: top 600ms ease;
  -moz-transition: top 600ms ease;
  transition: top 600ms ease;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding:10px 0px;
}
#masthead .header-container {
  display: table;
}
#masthead .header-container .logo-wrapper {
  display: table-cell;
  vertical-align: middle;
  width:440px;
}
#masthead .header-container .logo-wrapper .logo {
  height: 100%;
  vertical-align: middle;
}
#masthead .header-container .logo-wrapper .logo a {
  display: block;
  margin: 0;
  font-size: 200%;
  font-weight: bold;
  width: 100%;
  color: #ff3333;
}
#masthead .header-container .logo-wrapper .logo a img {
  max-height: 95px;
  height: auto;
  width: auto;
}
#masthead .header-container .wide-nav {
  display: table-cell;
  vertical-align: middle;
}
#masthead .header-container .wide-nav li {
  list-style: none;
}

/* FIXED HEADER */
.fixed-header-area {
  position: fixed;
  top: -129px;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  min-height: 76px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
}
.fixed-header-area.fixed-already {
  top: 0;
}
.fixed-header-area .header-container {
  display: table;
}
.fixed-header-area .header-container > div {
  display: table-cell;
  vertical-align: middle;
}
.fixed-header-area .header-container .logo-wrapper {
  padding: 20px;
}
.fixed-header-area .nav-wrapper .header-nav li.root-item > a i {
  display: none;
}

/* END FIXED HEADER */
/* TRANSPARENT HEADER */
.header-transparent #masthead {
  background: transparent;
}
.header-transparent #masthead .logo-wrapper {
  z-index: 2;
}
.header-transparent .lt-ajaxsearchform input {
  background: transparent;
}

/* END TRANSPARENT HEADER */
.header-type-1 {
  /*.header-search{
      display: table-cell;
      vertical-align: middle;
  }*/
}
.header-type-1 .nav-wrapper.main-menu-type-2 .header-nav li.root-item > a {
  padding-left: 40px;
  padding-right: 0;
}

.header-type-2 #masthead {
  padding-bottom: 0;
}
.header-type-2 .header-utilities {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header-type-2 .header-utilities .section-element .lt-col {
  min-height: 1px;
}
.header-type-2 .header-utilities .section-element .lt-col:after {
  width: 1px;
  position: absolute;
  right: -5px;
  top: 10px;
  background: #ddd;
  height: 60%;
  content: "";
}
.header-type-2 .header-utilities .section-element .lt-col.service-border-none:after {
  width: 0;
}
.header-type-2 .lt-hotline-email {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 15%;
  line-height: 140%;
  font-size: 120%;
}
.header-type-2 .lt-hotline-email .inline-block {
  margin: 0 15px;
}
.header-type-2 .lt-hotline-email .lt-hotline-email-icon {
  font-size: 130%;
  font-weight: bold;
  color: #ff3333;
  position: relative;
  top: 4px;
  margin-right: 7px;
}
.header-type-2 .lt-bg-dark {
  width: 100%;
  background: #f46e6d;
}
.header-type-2 .lt-bg-dark .row {
  position: relative;
}
.header-type-2 .lt-bg-dark .row .large-7.columns {
  position: static;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item > a {
  color: #fff;
  padding: 12px 15px;
  font-weight:400;
  margin: 0px;
}

.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item > a:hover{ color:#fff !important;}

.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item > a .fa,
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item > a .pe7-icon {
  display: none;
  font-size: 120%;
  margin-right: 8px;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item .nav-dropdown {
  top: 50px;
  left: 0px;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item:hover .nav-dropdown {
  top: 40px;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item:hover > a {
  color: #333;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item.lt-megamenu .nav-dropdown {
  top: 44px;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item.lt-megamenu > .nav-dropdown {
  left: 0;
}
.header-type-2 .lt-bg-dark .nav-wrapper .header-nav .root-item.lt-megamenu:hover .nav-dropdown {
  top: 37px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header h5.section-title {
  margin-bottom: 0;
  padding: 10px 20px;
   background: #000;
  border: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header h5.section-title span, .header-type-2 .lt-bg-dark .lt-vertical-header h5.section-title:before {
  color: #FFF;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 125%;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container.lt-allways-show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding: 5px 0 0 0;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item {
  padding: 0 20px;
  position: relative !important;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  list-style: none;
  cursor: pointer;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item > a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  text-transform: none;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item:hover {
  background: transparent;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item:hover > a {
  color: #ff3333;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item:hover > a > i {
  color: #ff3333;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item:last-child > a {
  border-bottom: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.root-item.menu-item-has-children:after {
  display: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.root-item.menu-item-has-children > a:after {
  position: absolute;
  top: 13px;
  right: 25px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 100%;
  color: #c5c5c5;
  right: 20px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown {
  top: -18px;
  left: 92.6666%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  display: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li {
  list-style: none;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.megatop {
  margin-bottom: 20px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.megatop.image-mega-menu {
  padding: 0 20px 0 0 !important;
  margin: 0 !important;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li .nav-column-links .sub-menu {
  margin-left: 0;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.has_widget_item {
  margin-bottom: 0;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu {
  position: static !important;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.menu-item-has-children > a:after {
  display: block;
  position: relative;
  text-align: right;
  float: right;
  top: 1px;
  right: 0;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown {
  top: 0px;
  padding: 0 10px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown > .div-sub {
  border: 1px solid #ececec;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown > .div-sub > ul > li.menu-item.megatop {
  height: 100%;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown > .div-sub > ul > li.menu-item.megatop > a {
  padding: 20px 0 5px 15px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown > .div-sub > ul > li.menu-item.megatop > a img {
  padding-top: 0px;
  padding-right: 25px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu:hover.menu-item-has-children > a:after {
  font-weight: bold;
  color: #333;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu:hover .nav-dropdown {
  visibility: visible;
  display: block;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.cols-2 > .nav-dropdown {
  width: 600px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.cols-3 > .nav-dropdown {
  width: 700px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.cols-4 > .nav-dropdown {
  width: 800px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.cols-5 > .nav-dropdown {
  width: 940px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.fullwidth.cols-2 > .nav-dropdown, .header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.fullwidth.cols-3 > .nav-dropdown, .header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.fullwidth.cols-4 > .nav-dropdown, .header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.lt-megamenu.fullwidth.cols-5 > .nav-dropdown {
  width: 940px;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown {
  top: -10px;
  opacity: 1;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.default-menu:hover.menu-item-has-children > a:after {
  font-weight: bold;
  color: #333;
}
.header-type-2 .lt-bg-dark .lt-vertical-header .vertical-menu-container .vertical-menu-wrapper li.root-item.default-menu:hover .nav-dropdown {
  display: block;
  visibility: visible;
}
.header-type-2 .lt-bg-dark .lt-vertical-header:hover .vertical-menu-container {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-type-2 .lt-bg-dark .lt-share-column .lt-share {
  text-align: right;
}
.header-type-2 .lt-bg-dark .lt-share-column .lt-share li {
  margin: 0;
  top: 10px;
}
.header-type-2 .lt-bg-dark .lt-share-column .lt-share li a span {
  border: none;
  color: #FFF;
  padding: 6px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #megaMenuToggle {
    display: none;
  }

  #megaMenu.megaResponsiveToggle ul.megaMenu {
    display: block;
  }
}
.content-type-4 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.boxed .wrapper-type-4.fold-active .content-type-4 {
  padding-left: 0px;
}

.wrapper-type-4.fold-active .header-type-4 {
  left: 0;
}
.wrapper-type-4.fold-active .content-type-4, .wrapper-type-4.fold-active #lt-footer {
  padding-left: 260px;
}

body {
  overflow-x: hidden;
}

/* END HEADER TYPES */
.boxed #header-outer-wrap, .boxed .wide-nav {
  max-width: 92.30769em;
  width: 100%;
  left: auto;
  right: auto;
}

.boxed #header-outer-wrap.stuck,
.boxed .wide-nav.stuck {
  left: auto;
  right: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .search-wrapper {
    color: #c00;
  }

  /* Safari 5+ ONLY */
  ::i-block-chrome,
  .someClass {
    color: #000;
  }
}
/*------------------------- 4. Footer ------------------------------*/
.service-block {
  position: relative;
  cursor: pointer;
}
.service-block .box {
  background: #ffffff;
  padding: 10px 20px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.service-block .box .service-icon {
  font-size: 190%;
  color: #888;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.service-block .box .service-text {
  overflow: hidden;
}
.service-block .box .service-text .service-title {
  text-transform: capitalize;
  font-size: 115%;
  line-height: 150%;
}
.service-block .box .service-text .service-desc {
  font-size: 110%;
  color: #777;
}
.service-block .box:hover .fly_effect {
  -webkit-transform: translate(30px, -80px);
  -ms-transform: translate(30px, -80px);
  -o-transform: translate(30px, -80px);
  transform: translate(30px, -80px);
  -webkit-transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
  transition: all 1.3s cubic-bezier(1, -0.53, 0.405, 1.425) 0.1s;
  cursor: pointer;
}
.service-block .box:hover .zoom_effect {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.service-block .box:hover .buzz_effect {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-block .box:hover .rotate_effect {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.service-block.style-1 {
  /*&:hover{
      .box{
          background: $primary-color;
          color: #fff;
          border-color: $primary-color;
          .service-icon{
              color: #fff;
              &:before{
                  color: #fff;
              }
          }
      }
  }*/
}
.service-block.style-2 {
  text-align: center;
}
.service-block.style-2 .box {
  padding: 25px 45px;
  background: #f6f6f6;
  border: none;
}
.service-block.style-2 .box .service-icon {
  float: none;
  margin-right: 0;
  font-size: 250%;
  color: #ff3333;
}
.service-block.style-2 .box .service-text .service-title {
  font-size: 150%;
  line-height: 30px;
  margin-top: 5px;
}
.service-block.style-2 .box .service-text .service-desc {
  line-height: 22px;
}
.service-block.style-3 {
  text-align: center;
}
.service-block.style-3 .box {
  padding: 10px;
  border: none;
}
.service-block.style-3 .box .service-icon {
  float: none;
  margin-right: 0;
  font-size: 190%;
  color: #333;
}
.service-block.style-3 .box .service-text {
  color: #333;
}
.service-block.style-3 .box .service-text .service-title {
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
}
.service-block.style-3 .box .service-text .service-desc {
  line-height: 22px;
}

.footer-type-default {
  padding: 30px;
  background: #f9f9f9;
  text-align: center;
  font-weight: bold;
}

#lt-footer {
  margin-top: 60px;
  padding-top: 20px;
  background: #f4f4f4;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  /* =======================================================================*/
}
#lt-footer .footer {
  padding: 60px 0px 30px 0px;
  background: #f8f8f8;
  border-top: 1px solid #ececec;
}
#lt-footer .footer .widget-title {
  color: #222222;
}
#lt-footer .footer .bery-hr, #lt-footer .top-footer .bery-hr {
  display: block;
  height: 2px;
}
#lt-footer .lt-contact-footer-custom h5 {
  font-size: 150%;
  color: #ff3333;
}
#lt-footer .lt-contact-footer-custom h5 i {
  color: #ff3333;
}
#lt-footer input[type="email"] {
  height: 3.189999em;
}
#lt-footer .lt-footer-bottom {
  background: #fff;
  padding: 20px 0;
}
#lt-footer .lt-footer-bottom .widget_nav_menu {
  margin-bottom: 0;
}
#lt-footer .lt-footer-bottom .lt-menu-bottom-right ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
#lt-footer .lt-footer-bottom .lt-menu-bottom-right ul li:after {
  position: absolute;
  display: block;
  content: "|";
  right: -10px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#lt-footer .lt-footer-bottom .lt-menu-bottom-right ul li:last-child {
  margin-right: 0;
}
#lt-footer .lt-footer-bottom .lt-menu-bottom-right ul li:last-child:after {
  content: "";
}
#lt-footer .footer h4,
#lt-footer .footer .vc_single_image-img {
  margin-bottom: 30px;
}
#lt-footer .footer.footer-dark {
  background: #2f2f2f;
  color: #ddd;
}
#lt-footer .footer.footer-dark a,
#lt-footer .footer.footer-dark h2,
#lt-footer .footer.footer-dark h3,
#lt-footer .footer.footer-dark h4 {
  color: #ddd;
}
#lt-footer .footer.footer-dark input {
  background: #363636;
  border: none !important;
  color: #ccc;
}
#lt-footer .footer.footer-dark input.button {
  background-color: #4f4f4f !important;
  background-image: url("css/images/newsletter_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
#lt-footer .footer.footer-dark input.button:hover {
  background-color: #ff3333 !important;
}
#lt-footer .footer.footer-dark .contact-icon i {
  color: #fff !important;
}
#lt-footer .footer .widget_nav_menu .menu a {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
#lt-footer .footer .widget_nav_menu .menu a:hover {
  padding-left: 3px;
}
#lt-footer span.lt-separator {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
#lt-footer span.lt-separator-right {
  display: block;
  position: absolute;
  height: 120px;
  width: 1px;
  float: right;
  border-left: 1px solid #ddd;
  top: 50%;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#lt-footer .lt-opening-time {
  margin: 10px 0 15px 0;
}
#lt-footer .widget_tag_cloud .lt-tag-cloud,
#lt-footer .widget_tag_cloud .lt-tag-products-cloud {
  margin-top: 10px;
  margin-bottom: 30px;
}
#lt-footer .widget_tag_cloud .lt-tag-cloud a,
#lt-footer .widget_tag_cloud .lt-tag-products-cloud a {
  padding: 5px 10px 5px 0px;
  margin: 0px 5px 8px 0;
  display: inline-block;
  position: relative;
  background: none;
  border-radius: 0;
}
#lt-footer .widget_tag_cloud .lt-tag-cloud a:hover, #lt-footer .widget_tag_cloud .lt-tag-cloud a.lt-active,
#lt-footer .widget_tag_cloud .lt-tag-products-cloud a:hover,
#lt-footer .widget_tag_cloud .lt-tag-products-cloud a.lt-active {
  color: #ff3333;
  text-decoration: underline;
}
#lt-footer .widget_tag_cloud .lt-tag-cloud a:after,
#lt-footer .widget_tag_cloud .lt-tag-products-cloud a:after {
  color: #333333;
  display: block;
  content: "|";
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#lt-footer .widget_tag_cloud .lt-tag-cloud a:last-child:after,
#lt-footer .widget_tag_cloud .lt-tag-products-cloud a:last-child:after {
  content: "";
}
#lt-footer .footer-dark .widget_tag_cloud a {
  background: transparent;
  border: 1px solid #999;
  color: #999;
}
#lt-footer .footer-dark .widget_tag_cloud a.lt-active, #lt-footer .footer-dark .widget_tag_cloud a:hover {
  background: #ff3333 !important;
  border: 1px solid #ff3333 !important;
  color: #FFF;
}
#lt-footer .footer-dark .bery-hr {
  background: #555;
}
#lt-footer .footer-light .lt-opening-time li {
  border-color: #efefef;
}
#lt-footer .footer-light .widget_tag_cloud a {
  background: transparent;
  border: 1px solid #999;
}
#lt-footer .footer-light .widget_tag_cloud a.lt-active, #lt-footer .footer-light .widget_tag_cloud a:hover {
  background: #ff3333 !important;
  border: 1px solid #ff3333 !important;
  color: #FFF;
}
#lt-footer .lt-2columns .vc_column-inner .wpb_wrapper .wpb_content_element {
  width: 50%;
  display: inline-block;
}
#lt-footer .lt-row-light {
  background: transparent;
  padding: 30px 0 30px 0;
}
#lt-footer .lt-row-light .wpb_text_column p {
  line-height: 240%;
}
#lt-footer .footer-before {
  padding-top: 20px;
  padding-bottom: 20px;
}

.absolute-footer ul.menu,
.footer-type-4 ul.menu {
  line-height: 0.5em;
}
.absolute-footer ul.menu li,
.footer-type-4 ul.menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  padding-right: 12px;
}
.absolute-footer ul.menu li a,
.footer-type-4 ul.menu li a {
  color: #222222;
  line-height: inherit !important;
}
.absolute-footer ul.menu li a:hover,
.footer-type-4 ul.menu li a:hover {
  color: black;
}
.absolute-footer p,
.footer-type-4 p {
  line-height: 0.8em;
}

.absolute-footer {
  background-color: #fff;
  border-top: 1px solid #ececec;
  font-size: 100%;
  float: none;
  padding: 35px 0px;
}
.absolute-footer .widget {
  margin-bottom: 0px;
}
.absolute-footer.dark {
  background: #090909;
  color: #888;
  border: none;
}
.absolute-footer.dark ul li {
  border-color: #888;
}
.absolute-footer.dark ul li a {
  color: #888;
}
.absolute-footer.dark ul li a:hover {
  color: #b8b8b8 !important;
}

.footer .contact-logo {
  margin-bottom: 20px;
}

.contact-icon.border-circle {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  background: #fff;
}

.contact-icon.border-circle .fa-paper-plane,
.contact-icon.border-circle .fa-envelope {
  position: absolute;
  top: 25%;
  left: 27%;
}

.contact-icon.border-circle .fa-phone {
  position: absolute;
  top: 28%;
  left: 35%;
}

.footer-type-1 {
  background: #f8f8f8;
  border-top: 1px solid #f1f1f1;
}

.footer-type-4 {
  padding: 0px 30px;
  margin-top: -45px;
}
.footer-type-4 .widget.widget_nav_menu {
  text-align: center;
}
.footer-type-4 .social-icons {
  text-align: right;
  line-height: 0.5em;
}

.footer-service-box {
  padding: 20px 0px 60px 0px;
}
.footer-service-box:before {
  display: block;
  content: '';
  height: 1px;
  background: #ddd;
  width: 35%;
  margin: 0 auto;
  margin-bottom: 55px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.lt-opening-time {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lt-opening-time li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #555;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.lt-opening-time li span {
  display: inline-block;
  width: 50%;
}
.lt-opening-time li .lt-day-open {
  text-align: left;
}
.lt-opening-time li .lt-time-open {
  text-align: right;
  color: #ff3333;
}

/*------------------------- 5. Pages -------------------------------*/
article.type-post {
  margin-bottom: 60px;
}
article.hentry {
  margin-bottom: 60px;
}
article.post .entry-content p {
  font-size: 100%;
}
article.post .entry-header .entry-title {
  font-size: 150%;
}

.entry-header {
  margin-bottom: 10px;
}
.entry-header .meta-author {
  margin-top: 10px;
  font-size: 100%;
  text-align: center;
}
.entry-header .post-date-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  text-align: center;
  background: #ff3333;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.entry-header .post-date-wrapper:hover {
  background: red;
}
.entry-header .post-date {
  padding-top: 17px;
  text-align: center;
}
.entry-header .post-date span {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.entry-header .post-date .post-date-day {
  font-size: 250%;
}
.entry-header .post-date .post-date-month {
  font-size: 100%;
}

body.archive h1.page-title,
body.search-results h1.page-title {
  font-size: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

.type-page h1.entry-title,
.search-results .text-center h1.entry-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.type-page .text-center h1.entry-title,
.search-results .text-center h1.entry-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.entry-image {
  position: relative;
  margin: 10px 0px 15px;
}

.blog .entry-image img {
  max-height: 250px;
}

.page-no-sidebar .entry-image img {
  width: 100%;
}

.entry-summary {
  margin-top: 0px;
}

.entry-meta {
  padding: 15px 0;
  border-top: 1px dotted #eeeeee;
  border-bottom: 1px solid #ececec;
  font-size: 100%;
}
.entry-meta span.divider {
  opacity: 0.5;
  margin: 0 5px;
}
.entry-meta span.meta-author {
  font-size: 100%;
}

.entry-meta-footer {
  border-top: 1px dotted #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
  overflow: hidden;
}

.navigation-paging {
  width: 100%;
  overflow: hidden;
  font-size: 100%;
}
.navigation-paging .nav-previous {
  float: right;
}
.navigation-paging .nav-next {
  float: left;
}
.navigation-paging a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.navigation-paging a:hover {
  color: #fff;
  background-color: #ff3333;
}

.navigation-image a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.navigation-image a:hover {
  color: #fff;
  background-color: #ff3333;
}

.navigation-image {
  margin-top: 15px;
}

.navigation-image > div {
  display: inline-block;
  margin-right: 10px;
}

.author-box {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}

.author-box p {
  font-size: 100%;
}

.author-box .author-name {
  margin: 0;
}

.author-box .author-title {
  text-transform: uppercase;
}

.post-date-wrapper {
  margin: 0 auto;
}

.blog header.entry-header .large-2.columns.text-center {
  margin-top: 8px;
}

.navigation-post {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.navigation-post a {
  padding: 30px 20px;
  display: block;
  width: 100%;
}
.navigation-post span {
  display: inline-block;
  margin: 0 5px;
  top: 1px;
  position: relative;
}
.navigation-post .nav-next {
  text-align: right;
  border-left: 1px solid #ddd;
}
.navigation-post > div {
  display: inline-block;
  width: 48%;
}

.gallery {
  margin-bottom: 30px;
}
.gallery a img {
  border: 0;
}

.gallery-item {
  margin-bottom: 0;
}
.gallery-item a img {
  cursor: pointer;
  cursor: zoom-in;
}

.alignnone {
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.post.sticky {
  border: 3px solid #ff3333;
  padding: 30px;
}

.post.sticky footer.entry-meta {
  border-bottom: 0;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
#tab-description p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog-list-style {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.blog-list-style article {
  margin-bottom: 30px;
  margin-top: 40px;
}
.blog-list-style .entry-content {
  margin-top: 0;
}
.blog-list-style .entry-image {
  margin-top: 0;
}
.blog-list-style .post-date {
  top: 20px;
}
.blog-list-style:first-child article {
  margin-top: 10px;
}
.blog-list-style .cat-links a {
  text-transform: uppercase;
  color: #999;
  font-size: 100%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  max-width: 100%;
  background: #f6f6f6;
}

.post .entry-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  padding: 10px 0;
  margin: 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {
  display: inline-block;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

.entry-attachment .attachment {
  margin-bottom: 15px;
}

.blog-share {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.form-allowed-tags {
  font-size: 100%;
}

#comments ul li,
#add_review ul li {
  list-style: none;
  width: 100%;
}
#comments ul.children,
#add_review ul.children {
  margin-left: 35px;
}
#comments ol li,
#add_review ol li {
  list-style: none;
  width: 100%;
}
#comments .comments-title,
#add_review .comments-title {
  text-transform: uppercase;
  font-weight: normal;
}
#comments .comments-title span,
#add_review .comments-title span {
  font-weight: bold;
}
#comments .comment-list > li,
#add_review .comment-list > li {
  margin-bottom: 0;
}
#comments .comment-list .comment-inner,
#add_review .comment-list .comment-inner {
  position: relative;
  padding: 15px;
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}
#comments .comment-list .comment-inner .reply a,
#add_review .comment-list .comment-inner .reply a {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  background: #eee;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ececec;
}
#comments .comment-list .comment-inner .reply a:hover,
#add_review .comment-list .comment-inner .reply a:hover {
  background: #ff3333;
  color: white !important;
}
#comments .comment-list .fn,
#add_review .comment-list .fn {
  color: #000;
  font-weight: normal;
  font-size: 150%;
  font-style: normal;
}
#comments .comment-list .comment-meta.commentmetadata,
#add_review .comment-list .comment-meta.commentmetadata {
  font-size: 95%;
  text-transform: uppercase;
  margin-top: 10px;
}
#comments .comment-list .comment-content a,
#add_review .comment-list .comment-content a {
  word-wrap: break-word;
}
#comments .comment-list .children .comment-inner,
#add_review .comment-list .children .comment-inner {
  border-top: 1px solid #eeeeee;
  padding: 15px;
  margin-right: 0;
}
#comments .comment-list .comment:last-child,
#add_review .comment-list .comment:last-child {
  border: 0;
}
#comments .comment-list .bypostauthor,
#add_review .comment-list .bypostauthor {
  display: inline-block;
}
#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input,
#comments #respond .comment-form-url input,
#add_review #respond .comment-form-author input,
#add_review #respond .comment-form-email input,
#add_review #respond .comment-form-url input {
  margin-bottom: 0;
}
#comments #respond .comment-form-author,
#comments #respond .comment-form-email,
#comments #respond .comment-form-url,
#add_review #respond .comment-form-author,
#add_review #respond .comment-form-email,
#add_review #respond .comment-form-url {
  display: inline-block;
  width: 32.8%;
  position: relative;
}
#comments #respond .comment-form-author,
#comments #respond .comment-form-email,
#add_review #respond .comment-form-author,
#add_review #respond .comment-form-email {
  padding-right: 10px;
}
#comments #respond .comment-form span.required,
#add_review #respond .comment-form span.required {
  display: none;
}
#comments .children #respond,
#add_review .children #respond {
  padding: 15px 30px;
  border-top: 1px solid #eeeeee;
  padding: 15px;
  margin-right: 0px;
}
#comments .children .comment,
#add_review .children .comment {
  border: 0;
}
#comments .reply a,
#add_review .reply a {
  color: #555555;
  font-size: 100%;
}
#comments textarea,
#add_review textarea {
  height: 100px;
  font-size: 100% !important;
}

/* My Account */
.account-nav {
  margin-bottom: 40px;
  padding-top: 15px;
}

.my-account h1 {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
}
.my-account h2 {
  text-transform: uppercase;
  font-size: 125%;
}
.my-account .bery-hr {
  margin-bottom: 20px;
}
.my-account .lt-my-acc-content .woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}

td.order-actions {
  text-align: right;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.col2-set.addresses address {
  line-height: 150%;
}

.col2-set.addresses h3 {
  font-size: 120%;
  text-transform: uppercase;
}

.col2-set.addresses .edit {
  color: #ff3333;
}

.account-user {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border: 3px solid #eeeeee;
  padding: 15px 15px 15px 80px;
}

.account-user .avatar {
  position: absolute;
  left: 15px;
  top: 15px;
}

.account-user span {
  display: block;
  padding-top: 6px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.account-user span a {
  display: inline-block;
  margin-top: 4px;
  font-size: 60%;
}

.wishlist_table .product-thumbnail img {
  width: 114px !important;
  padding-left: 0;
  margin-left: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.page-featured-item #content > ul {
  margin-left: 0;
}

li.featured-item a {
  display: block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

li.featured-item h3 {
  text-transform: uppercase;
  line-height: 95%;
  font-size: 100%;
  padding: 15px 15px 0;
}

.featured_item_cats {
  text-transform: uppercase;
  font-size: 100%;
  display: block;
  margin-bottom: 15px;
}

.featured_item_cats a {
  font-weight: bold;
}

.page-featured-item h1 {
  text-transform: uppercase;
}

.featured_item_image {
  overflow: hidden;
  position: relative;
}

li.featured-item img {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

li.featured-item:hover img {
  margin-top: -10px;
}

li.featured-item:hover a {
  background: #eee;
  padding-bottom: 10px;
}

li.featured-item.style_2:hover a {
  background-color: #ff3333;
  padding-bottom: 0;
}

li.featured-item.style_2 .hover-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

li.featured-item.style_2:hover .hover-text {
  opacity: 1;
}

li.featured-item.style_2:hover img {
  margin-top: 0;
  -webkit-transform: scale(1.2);
  opacity: 0.3;
}

.page-featured-item .item-tags {
  text-transform: uppercase;
  font-size: 100%;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  margin-bottom: 15px;
}

.page-featured-item .item-tags span {
  font-weight: bold;
  margin-right: 10px;
}

.page-featured-item .social-icons {
  margin-bottom: 15px;
}

#back-to-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: bold;
}

#back-to-site a {
  background: #000;
  padding: 5px;
  color: #FFF;
}

.entry-image-attachment {
  overflow: hidden;
  position: relative;
}

.entry-image-attachment img {
  display: block;
}

.hover-mask {
  overflow: hidden;
}

.hover-mask:after,
.hover-mask:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 50%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hover-mask:hover:after,
.hover-mask:hover:before {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  visibility: visible;
}

.hover-mask:after {
  left: auto;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.hover-mask:hover .icon-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.hover-mask .entry-image-attachment .icon-wrap {
  display: block;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 180%;
  z-index: 10;
}

.hover-mask:hover .entry-image-attachment .icon-wrap {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.hover-mask img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  margin-top: 10px;
  margin-bottom: 20px;
}

.content-with-text.contact-us div.fa {
  float: left;
  display: inline-block;
}
.content-with-text.contact-us .content-text {
  float: right;
  width: 80%;
  margin: 0 1em;
}
.content-with-text.contact-us .lt-share li a span {
  padding: 7px;
}
.content-with-text.contact-us .phone-number {
  font-size: 16px;
  font-weight: bold;
}

/*------------------------- 6. Category ----------------------------*/
/* CATEGORY PAGE */
.category-page {
  margin-top: 30px !important;
}
.category-page .left {
  padding-right: 20px;
}
.category-page .right {
  padding-left: 20px;
}
.category-page .cat_bg {
  margin-bottom: 20px;
}
.category-page .filters-container,
.category-page .filters-container-down {
  padding: 10px 0px 25px 0px;
}
.category-page .filter-tabs {
  margin-bottom: 0;
}
.category-page .filter-tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  cursor: pointer;
}
.category-page .filter-tabs li.sort-bar-text {
  font-weight: bold;
}
.category-page .filter-tabs li i {
  border: 1px solid #aaa;
  background: #f7f7f7;
  padding: 7px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #aaa;
}
.category-page .filter-tabs li.active i, .category-page .filter-tabs li:hover i {
  color: #fff;
  background: #ff3333;
  border-color: #ff3333;
}
.category-page .sort-bar {
  margin-bottom: 0;
  float: right;
}
.category-page .sort-bar .sort-bar-text {
  margin-right: 10px;
  font-weight: bold;
}
.category-page .sort-bar li {
  display: inline-block;
  vertical-align: middle;
}
.category-page .sort-bar .woocommerce-result-count {
  display: none;
}
.category-page .sort-bar label {
  position: relative;
}
.category-page .sort-bar .select-wrapper {
  background: #f6f6f6 url(css/images/select-arrow.png) no-repeat 96% 50%;
  font-size: 100%;
  border: 1px solid #aaa;
}
.category-page .sort-bar .select-wrapper select {
  border: none;
  padding: 5px 15px;
  color: #ff3333;
  font-weight: bold;
  -webkit-appearance: button;
  appearance: button;
}
.category-page .sort-bar .select-wrapper select option {
  padding: 0 15px;
  font-weight: bold;
}

.products-group .inner-wrap {
  padding: 0;
  margin: 10px;
  position: relative;
}

/* PRODUCT LIST CATEGORY PAGE*/
@media only screen and (min-width: 59.07692em) {
  .no-sidebar .products.list .product-item .inner-wrap .info {
    position: relative;
  }

  .products .lt-slider.lt-thumbs-slide {
    z-index: 11;
    border: 1px solid #e2e2e2;
  }
  .products .lt-slider.lt-thumbs-slide .content-img {
    padding: 50px 20px 50px;
    overflow: hidden;
  }
  .products .lt-slider.lt-thumbs-slide.owl-carousel .owl-nav {
    top: 45%;
  }
  .products .lt-slider.lt-thumbs-slide.owl-carousel .owl-nav .owl-prev,
  .products .lt-slider.lt-thumbs-slide.owl-carousel .owl-nav .owl-next {
    background: transparent;
    border: none;
    font-weight: bold;
    color: #dddddd;
    border-radius: 0;
  }
  .products .lt-slider.lt-thumbs-slide.owl-carousel .owl-nav .owl-prev:before,
  .products .lt-slider.lt-thumbs-slide.owl-carousel .owl-nav .owl-next:before {
    font-size: 150%;
  }
  .products .lt-slider.lt-thumbs-slide.owl-carousel:hover .owl-nav .owl-prev {
    left: 5px;
  }
  .products .lt-slider.lt-thumbs-slide.owl-carousel:hover .owl-nav .owl-next {
    right: 5px;
  }
  .products.grid .product-img .product-summary {
    opacity: 0;
    display: none;
  }
  .products.grid .product-img .product-summary .product-interactions .btn-wishlist,
  .products.grid .product-img .product-summary .product-interactions .quick-view,
  .products.grid .product-img .product-summary .product-interactions .add-to-cart-btn {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.8s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
    transition: all 0.8s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
  }
  .products.grid .product-img .product-summary .product-interactions .btn-link {
    line-height: 0.5;
    color: #333;
    background: #fff;
    text-align: center;
    z-index: 10;
    padding: 10px;
    margin-bottom: 12px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
  }
  .products.grid .product-img .product-summary .product-interactions .btn-link:hover {
    background: #ff3333;
  }
  .products.grid .product-img .product-summary .product-interactions .btn-link:hover .pe-icon {
    color: #fff;
  }
  .products.grid .product-img .product-summary .product-interactions .btn-link .quickview {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.grid .product-img .product-summary .product-interactions .compare-button,
  .products.grid .product-img .product-summary .product-interactions .btn-compare {
    display: none;
  }
  .products.grid .product-img .product-summary .product-interactions .add-to-cart-grid .cart-icon {
    position: relative;
  }
  .products.grid .product-img .product-summary .product-interactions .add-to-cart-grid .add_to_cart_text {
    display: none;
  }
  .products.grid .product-img .product-summary .product-interactions .added_to_cart {
    display: none !important;
  }
  .products.grid .product-img .product-summary .product-interactions .add-to-link .yith-wcwl-add-to-wishlist {
    display: none;
  }
  .products.grid .product-img .product-summary .product-interactions .add-to-link .please-wait {
    position: absolute;
  }
  .products.grid .info {
    height: 40px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .products.grid .info .price {
    position: relative;
    right: 0;
    font-size: 160%;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .products.grid .info .product-summary {
    position: absolute;
    background: #FFF;
    margin-top: -1px;
    border-top: none;
    height: 60px;
    width: 100%;
    visibility: hidden;
    box-shadow: 0px 5px 5px 2px #dddddd;
    -webkit-box-shadow: 0px 5px 5px 2px #dddddd;
    -moz-box-shadow: 0px 5px 5px 2px #dddddd;
  }
  .products.grid .info .product-summary .lt-separator-product-group-btn {
    margin: 0 20px;
  }
  .products.grid .info .product-summary .product-interactions .add-to-cart-btn,
  .products.grid .info .product-summary .product-interactions .add-to-link {
    display: none;
  }
  .products.grid .info .product-summary .product-interactions .btn-wishlist {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .products.grid .info .product-summary .product-interactions .btn-wishlist .wishlist-icon {
    background: none;
    position: absolute;
    top: 15px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .products.grid .info .product-summary .product-interactions .btn-wishlist .wishlist-icon .pe-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 3px 5px 5px;
    cursor: pointer;
  }
  .products.grid .info .product-summary .product-interactions .btn-wishlist .wishlist-icon .lt-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .products.grid .info .product-summary .product-interactions .lt-seperator {
    display: block;
    position: absolute;
    left: 0%;
    top: 23px;
    border-left: 1px solid #ccc;
    padding: 7px 0;
  }
  .products.grid .info .product-summary .product-interactions .btn-compare {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .products.grid .info .product-summary .product-interactions .btn-compare .compare-icon {
    background: none;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .products.grid .info .product-summary .product-interactions .btn-compare .compare-icon .pe-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 3px 5px 5px;
    cursor: pointer;
  }
  .products.grid .info .product-summary .product-interactions .btn-compare .compare-icon .lt-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .products.grid .info .product-summary .product-interactions .quick-view {
    position: absolute;
    right: 20px;
    top: -40px;
    z-index: 12;
    cursor: pointer;
    visibility: visible;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.grid .info .product-summary .product-interactions .quick-view .btn-link:hover {
    background: none;
  }
  .products.grid .product-item {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .products.grid .product-item .info .info_main {
    padding-top: 2px;
    margin: 0 20px;
    height: 100%;
    z-index: 11;
  }
  .products.grid .product-item .inner-wrap {
    position: relative;
  }
  .products.grid .product-item .inner-wrap.product-deals {
    border: 1px solid #e2e2e2;
  }
  .products.grid .product-item .inner-wrap.product-deals .lt-slider.lt-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .products.grid .product-item .inner-wrap.product-deals .lt-slider.lt-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .products.grid .product-item .inner-wrap.product-deals .countdown .countdown-row {
    bottom: 0;
    top: 50%;
    height: 100%;
    padding: 0 20px;
    transition: none;
  }
  .products.grid .product-item .inner-wrap.product-deals .countdown .countdown-row > span {
    width: 20%;
  }
  .products.grid .product-item .inner-wrap.product-deals .info {
    position: relative;
    height: auto;
    padding-bottom: 10px;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .info_main {
    border-bottom: none;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .lt-sc-pdeal-countdown {
    height: 65px;
    position: relative;
    margin: 20px 0;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .lt-deal-showmore {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .product-summary {
    position: relative;
    box-shadow: none;
    border: none;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .compare-icon, .products.grid .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .wishlist-icon {
    opacity: 1;
    visibility: visible;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .lt-seperator {
    visibility: visible;
  }
  .products.grid .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view {
    display: none;
  }
  .products.grid .product-item:hover {
    z-index: 3;
  }
  .products.grid .product-item:hover .lt-slider.lt-thumbs-slide {
    box-shadow: 0px 0px 5px 2px #dddddd;
    -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
    -moz-box-shadow: 0px 0px 5px 2px #dddddd;
    border-color: transparent;
  }
  .products.grid .product-item:hover .lt-slider.lt-thumbs-slide .owl-nav {
    visibility: visible;
  }
  .products.grid .product-item:hover .lt-slider.lt-thumbs-slide .owl-nav .owl-next {
    opacity: 1;
    right: 5px;
  }
  .products.grid .product-item:hover .lt-slider.lt-thumbs-slide .owl-nav .owl-prev {
    opacity: 1;
    left: 5px;
  }
  .products.grid .product-item:hover .info .info_main {
    border-bottom: 1px solid #ddd;
  }
  .products.grid .product-item:hover .info .price {
    opacity: 1;
    visibility: visible;
  }
  .products.grid .product-item:hover .info .product-summary {
    visibility: visible;
    z-index: 12;
  }
  .products.grid .product-item:hover .info .product-summary .product-interactions .wishlist-icon,
  .products.grid .product-item:hover .info .product-summary .product-interactions .compare-icon {
    opacity: 1;
    visibility: visible;
  }
  .products.grid .product-item:hover .product-deals {
    box-shadow: 0px 0px 5px 2px #dddddd;
    -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
    -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  }
  .products.grid .product-item:hover .product-deals .lt-separator-product-group-btn {
    display: none;
  }
  .products.grid .product-item:hover .product-deals .info {
    bottom: 0;
  }
  .products.list .product-summary {
    opacity: 0;
    display: none;
  }
  .products.list .info .product-summary {
    opacity: 1;
    display: block;
  }
  .products.list .info .product-summary .lt-separator-product-group-btn {
    margin: 20px 0 30px 0;
  }
  .products.list .product-item {
    width: 100%;
    position: relative;
    padding: 0px 10px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list .product-item .inner-wrap {
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .products.list .product-item .inner-wrap > div {
    display: table-cell;
  }
  .products.list .product-item .inner-wrap .lt-slider.lt-thumbs-slide .content-img {
    padding: 20px;
  }
  .products.list .product-item .inner-wrap p.name {
    display: block;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 180%;
    width: 80%;
    font-weight: bold;
    position: relative;
    float: right;
    padding: 20px 20px 0px 20px;
    margin-top: 0px;
    left: 0;
    top: 0;
  }
  .products.list .product-item .inner-wrap p.name a {
    color: #222222;
  }
  .products.list .product-item .inner-wrap .info {
    position: relative;
    padding: 0 20px 20px 20px;
    text-align: left;
    float: right;
    width: 80%;
  }
  .products.list .product-item .inner-wrap .info .product-summary {
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 2;
  }
  .products.list .product-item .inner-wrap .info .product-summary .products-cats {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions {
    float: left;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .quick-view {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn {
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
    height: 35px;
    margin-left: 1px;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    background: #FFF;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-border-radius: 99px;
    border-radius: 99px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn:hover {
    border-color: #ff3333;
    background: #ff3333;
    color: #fff;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn:hover .add_to_cart_text {
    color: #fff;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist {
    height: 100%;
    position: relative;
    margin-left: 35px;
    float: left;
    margin-top: 4px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist .btn-link {
    width: 100%;
    height: 100%;
    background: transparent;
    line-height: inherit;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist .btn-link .added_to_cart {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist .btn-link .wishlist-icon .pe-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist .btn-link .wishlist-icon .lt-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist .btn-link:hover {
    background: none !important;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist:after {
    content: '|';
    position: absolute;
    right: -22px;
    top: 5px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-compare {
    height: 100%;
    margin-left: 35px;
    float: right;
    margin-top: 4px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-compare .btn-link:hover {
    background: none !important;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-compare .btn-link .compare-icon .pe-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-compare .btn-link .compare-icon .lt-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-link {
    width: 100%;
    height: 100%;
    background: transparent;
    line-height: inherit;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-link .added_to_cart {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn {
    min-width: 100px;
    padding: 0;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid {
    display: block;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid .add_to_cart_text {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid .cart-icon-handle {
    display: block;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid .cart-icon {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn:hover .add-to-cart-grid {
    color: #fff;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist,
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .quick-view,
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-compare {
    cursor: pointer;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist .pe-icon,
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .quick-view .pe-icon,
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-compare .pe-icon {
    position: relative;
    top: 3px;
    font-size: 145%;
    font-weight: bold;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-link {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .btn-wishlist,
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .quick-view,
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .add-to-cart-btn {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .products.list .product-item .inner-wrap .info .product-summary .product-interactions .lt-icon-text {
    display: none;
  }
  .products.list .product-item .inner-wrap .info .star-rating {
    display: block;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    padding-bottom: 18px;
    margin: 0;
    line-height: 1.3em;
  }
  .products.list .product-item .inner-wrap .info .price {
    display: block;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .products.list .product-item .inner-wrap .info .price ins .amount,
  .products.list .product-item .inner-wrap .info .price .amount {
    font-size: 125%;
    color: #ff3333;
    font-weight: bold;
  }
  .products.list .product-item .inner-wrap .info .price del .amount {
    font-weight: normal;
    color: #aaa !important;
    font-size: 95%;
  }
  .products.list .product-item .inner-wrap .info .product-des {
    display: block;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    float: left;
  }
  .products.list .product-item .inner-wrap .info .product-des p {
    line-height: 1.6;
  }
  .products.list .product-item .inner-wrap .info .info_main {
    padding: 0;
  }
  .products.list .product-item .inner-wrap .product-img {
    width: 20%;
    overflow: hidden;
    position: initial;
    float: left;
  }
  .products.list .product-item .inner-wrap .product-img .product-summary .product-interactions > div {
    -webkit-border-radius: 99px;
    border-radius: 99px;
  }
  .products.list .product-item .inner-wrap .product-img .lt-slider.lt-thumbs-slide {
    border: none;
  }
  .products.list .product-item .inner-wrap .product-img .badge {
    top: 0px;
  }
  .products.list .product-item .inner-wrap .product-img .back-img {
    position: absolute;
    display: block;
    z-index: 0;
    opacity: 0;
    height: 100%;
    top: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .products.list .product-item .inner-wrap .product-img .back-img img {
    position: inherit;
  }
  .products.list .product-item .inner-wrap .product-img .main-img, .products.list .product-item .inner-wrap .product-img .back-img {
    width: 100%;
  }
  .products.list .product-item:hover {
    z-index: 3;
  }
  .products.list .product-item:hover .inner-wrap {
    box-shadow: 0px 0px 3px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 3px 1px #dddddd;
    -moz-box-shadow: 0px 0px 3px 1px #dddddd;
  }
  .products.list .product-item:hover .inner-wrap .owl-nav {
    visibility: visible;
  }
  .products.list .product-item:hover .inner-wrap .owl-nav .owl-next {
    opacity: 1;
    right: 5px;
  }
  .products.list .product-item:hover .inner-wrap .owl-nav .owl-prev {
    opacity: 1;
    left: 5px;
  }
  .products.list .product-item.hover-fade .product-img img {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
  }
  .products.list .product-item.hover-fade .product-img .main-img img {
    opacity: 1;
  }
  .products.list .product-item.hover-fade .product-img .back-img img {
    opacity: 0;
    top: 0;
  }
  .products.list .product-item.hover-fade .product-img:hover .main-img img {
    opacity: 0;
  }
  .products.list .product-item.hover-fade .product-img:hover .back-img {
    z-index: 1;
    opacity: 1;
  }
  .products.list .product-item.hover-fade .product-img:hover .back-img img {
    opacity: 1;
    z-index: 1;
  }
  .products.list .product-item.hover-fade:hover .main-img img {
    opacity: 1;
  }
  .products.list .product-item.hover-fade:hover .back-img img {
    opacity: 0;
    top: 0;
  }

  .has-sidebar .products.list .product-item .inner-wrap .product-img {
    width: 30%;
  }
  .has-sidebar .products.list .product-item .inner-wrap .name,
  .has-sidebar .products.list .product-item .inner-wrap .info {
    width: 70%;
  }
}
/* Product Deals Elements */
.columns.lt-column-custom-2 .lt-slider.lt-thumbs-slide, .columns.lt-column-custom-4 div.lt-custom-deal {
  border: 1px solid #e2e2e2;
  min-height: 365px;
}

.columns.lt-column-custom-2:hover {
  z-index: 12;
}
.columns.lt-column-custom-2:hover .lt-slider.lt-thumbs-slide {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  border-color: transparent;
}
.columns.lt-column-custom-2:hover .info .info_main {
  border-bottom: 1px solid #ddd;
}

.lt-sc-p-img {
  padding: 20px 0 20px 20px;
}

.columns.lt-column-custom-4 {
  width: 40%;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block {
  margin: 0;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img {
  padding: 20px 0 20px 20px;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary {
  position: relative;
  width: 100%;
  margin: 20px 0;
  height: 100%;
  display: table;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions {
  float: none;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .lt-seperator {
  display: block;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-wishlist {
  width: 50%;
  height: 100%;
  float: left;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-wishlist .btn-link:hover {
  background: none !important;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-wishlist .btn-link .wishlist-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-wishlist .btn-link .wishlist-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-compare {
  width: 50%;
  height: 100%;
  float: right;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-compare .btn-link:hover {
  background: none !important;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-compare .btn-link .compare-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-summary .product-interactions .btn-compare .btn-link .compare-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info {
  display: block;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .lt-product-deal-des {
  margin: 20px 0;
  max-height: 120px;
  overflow: hidden;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .product-item .owl-carousel .owl-nav div {
  border: none;
  background: none;
  border-radius: none;
  color: #ddd;
  opacity: 0;
}
.columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block:hover {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
}
.columns.lt-column-custom-4 .lt-sc-p-info {
  padding-top: 10px;
}
.columns.lt-column-custom-4 .lt-sc-p-img .price.lt-sc-p-price {
  display: inline-block;
  font-size: 160%;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  width: 100%;
  margin: 20px 0;
}
.columns.lt-column-custom-4 .lt-sc-p-img .price.lt-sc-p-price del {
  color: #aaa;
  font-size: 75%;
  margin-left: 5px;
}
.columns.lt-column-custom-4 .lt-sc-p-img .price.lt-sc-p-price ins {
  float: left;
}
.columns.lt-column-custom-4 .lt-sc-p-deal-countdown {
  position: relative;
  height: 50px;
  margin-top: 25px;
}
.columns.lt-column-custom-4 .lt-sc-p-deal-countdown .countdown-row.countdown-show4 {
  padding: 0;
}
.columns.lt-column-custom-4 .lt-sc-p-deal-countdown .countdown-row.countdown-show4 .countdown-section {
  padding: 0;
  border: 2px solid #888888;
  width: 20%;
  line-height: 1;
}
.columns.lt-column-custom-4 .lt-sc-p-deal-countdown .countdown-row.countdown-show4 .countdown-section .countdown-amount {
  color: #ff3333;
}
.columns.lt-column-custom-4 .lt-sc-p-deal-countdown .countdown-row.countdown-show4 .countdown-section .countdown-period {
  font-size: 100%;
}
.columns.lt-column-custom-4 .add-to-cart-btn a.quick-view {
  color: white;
}

.columns.lt-column-custom-2 {
  width: 20%;
}
.columns.lt-column-custom-2 .product-item .inner-wrap .lt-slider.lt-thumbs-slide .content-img {
  padding: 60px 20px 50px;
  overflow: hidden;
}
.columns.lt-column-custom-2 .info {
  height: 40px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.columns.lt-column-custom-2 .info .info_main {
  padding-top: 2px;
  margin: 0 20px;
  height: 100%;
  z-index: 11;
}
.columns.lt-column-custom-2 .info .price {
  position: relative;
  right: 0;
  font-size: 160%;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.columns.lt-column-custom-2 .info .product-summary {
  position: absolute;
  background: #FFF;
  margin-top: -1px;
  border-top: none;
  height: 60px;
  width: 100%;
  visibility: hidden;
  z-index: 12;
  box-shadow: 0px 5px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 5px 5px 2px #dddddd;
  -moz-box-shadow: 0px 5px 5px 2px #dddddd;
}
.columns.lt-column-custom-2 .info .product-summary .lt-separator-product-group-btn {
  margin: 0 20px;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .lt-seperator {
  display: block;
  position: absolute;
  left: 50%;
  top: 23px;
  border-left: 1px solid #ccc;
  padding: 7px 0;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .add-to-cart-btn,
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-compare,
.columns.lt-column-custom-2 .info .product-summary .product-interactions .add-to-link {
  display: none;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-compare {
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-compare .compare-icon {
  background: none;
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-compare .compare-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-compare .compare-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-wishlist {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-wishlist .wishlist-icon {
  background: none;
  position: absolute;
  top: 15px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-wishlist .wishlist-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .btn-wishlist .wishlist-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .quick-view {
  position: absolute;
  right: 20px;
  top: -35px;
  z-index: 12;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.columns.lt-column-custom-2 .info .product-summary .product-interactions .quick-view .btn-link:hover {
  background: none;
}
.columns.lt-column-custom-2 .product-item p.name {
  width: 80%;
}
.columns.lt-column-custom-2 .product-item .owl-carousel .owl-item img {
  transform-style: flat;
}
.columns.lt-column-custom-2 .product-item .owl-carousel .owl-next:before, .columns.lt-column-custom-2 .product-item .owl-carousel .owl-prev:before {
  font-size: 150%;
}
.columns.lt-column-custom-2 .product-item .owl-carousel .owl-nav div {
  border: none;
  background: none;
  border-radius: none;
  color: #ddd;
  opacity: 0;
  font-weight: bold;
}
.columns.lt-column-custom-2:hover .info .product-summary {
  visibility: visible;
}
.columns.lt-column-custom-2:hover .info .product-summary .product-interactions .btn-wishlist .wishlist-icon {
  opacity: 1;
  visibility: visible;
}
.columns.lt-column-custom-2:hover .info .product-summary .product-interactions .compare-icon {
  opacity: 1;
  visibility: visible;
}
.columns.lt-column-custom-2:hover .product-item .owl-carousel .owl-nav .owl-prev {
  left: 5px;
  visibility: visible;
  opacity: 1;
}
.columns.lt-column-custom-2:hover .product-item .owl-carousel .owl-nav .owl-next {
  right: 5px;
  visibility: visible;
  opacity: 1;
}

/*COUNTDOWN*/
.countdown .countdown-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
  height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.countdown .countdown-row > span {
  display: block;
  float: left;
  width: 21%;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  border: 2px solid #888888;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.countdown .countdown-row > span:last-child {
  margin-right: 0;
}
.countdown .countdown-row > span span {
  display: block;
  background: #fff;
}
.countdown .countdown-row > span span:first-child {
  line-height: 120%;
  padding-top: 5px;
}
.countdown .countdown-row > span span:last-child {
  padding-bottom: 5px;
  line-height: 120%;
}
.countdown .countdown-row .countdown-amount {
  font-weight: 600;
  font-size: 130%;
  color: #ff3333;
}
.countdown .countdown-row .countdown-period {
  text-transform: lowercase;
  font-weight: 6300;
  font-size: 90%;
}

.product-deals .onsale {
  display: none;
}

/* PRODUCT LIST WIDGET */
.product_list_widget .product-item-content .lt-content-product-widget-custom {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  display: inline-block;
}
.product_list_widget .product-item-content .lt-content-product-widget-custom .lt-product-item-excerpt {
  height: 85px;
  overflow: hidden;
}
.product_list_widget .product-item-content .info .lt-info-group-box .lt-btn-showmore .button {
  transition: none;
}

.item-product-widget {
  position: relative;
  z-index: 1;
}
.item-product-widget.row {
  margin: 0px 0px 20px 0px !important;
}
.item-product-widget.row .lt-text-cat {
  font-size: 100%;
  color: #999;
  margin: 0 0 25px 0;
}
.item-product-widget.row .lt-text-cat span a {
  display: inherit;
  border: none;
  color: #999;
  line-height: 1;
}
.item-product-widget.lt-item-widget-simple .lt-text-cat {
  margin: 0 0 15px 0;
}
.item-product-widget.lt-item-widget-simple .product-meta {
  padding: 10px;
}
.item-product-widget.lt-item-widget-simple .info .lt-info-group-box {
  top: -6px !important;
}
.item-product-widget.lt-item-widget-simple .info .lt-info-group-box .lt-btn-group-custom {
  width: 100%;
  height: 40px;
}
.item-product-widget.lt-hidden-showmore .product-meta {
  padding: 10px;
}
.item-product-widget.lt-hidden-showmore .product-meta .lt-text-cat {
  margin-bottom: 15px;
}
.item-product-widget.lt-hidden-showmore .product-meta .price.lt-special-custom {
  margin: 0;
}
.item-product-widget.lt-hidden-showmore .lt-info-group-box .lt-btn-showmore {
  display: none;
}
.item-product-widget.lt-hidden-showmore .lt-info-group-box .lt-btn-group-custom {
  width: 100%;
}
.item-product-widget:last-child {
  padding-bottom: 0;
}
.item-product-widget.item-product-widget-special {
  padding-bottom: 20px;
}
.item-product-widget .images {
  float: left;
  position: relative;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-product-widget .images a {
  display: block;
  position: relative;
}
.item-product-widget .images a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000;
}
.item-product-widget .images:hover a .overlay {
  opacity: 0.1;
}
.item-product-widget .product-meta {
  overflow: hidden;
  padding: 20px;
}
.item-product-widget .product-meta .product-title {
  font-size: 110%;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: normal;
}
.item-product-widget .product-meta .star-rating {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
}
.item-product-widget .product-meta .price {
  color: #333;
  font-size: 140%;
  line-height: 100%;
  color: #ff3333;
  font-weight: bold;
}
.item-product-widget .product-meta .price ins {
  background: inherit;
  text-decoration: none;
  float: left;
  margin-right: 5px;
}
.item-product-widget .product-meta .price del .amount {
  font-size: 13px;
  color: #aaa;
  font-weight: normal;
  text-decoration: line-through;
}
.item-product-widget .product-meta .price.lt-special-custom {
  height: 20px;
  margin: 20px 0;
}
.item-product-widget .product-meta .quick-view, .item-product-widget .product-meta .btn-wishlist {
  display: none;
}
.item-product-widget .product-meta .added_to_cart.wc-forward {
  display: none !important;
}
.item-product-widget .product-meta .add-to-cart-list {
  font-size: 100%;
  margin-top: 10px;
  padding: 9px 10px;
  cursor: pointer;
  font-weight: bold;
}
.item-product-widget .product-meta .yith-wcwl-add-to-wishlist {
  display: none;
}
.item-product-widget .info {
  position: relative;
}
.item-product-widget .info .lt-btn-showmore {
  position: absolute;
  left: 30px;
  width: 40%;
  top: 100%;
  visibility: hidden;
  height: 70px;
  margin-top: 20px;
}
.item-product-widget .info .lt-btn-showmore.lt-showmore-10 {
  left: 10px;
}
.item-product-widget .info .lt-btn-showmore a.button.small.quick-view {
  transition: none;
}
.item-product-widget .info .lt-btn-group-custom {
  position: absolute;
  right: 0;
  background: #FFF;
  width: 60%;
  visibility: hidden;
  height: 70px;
  top: 100%;
}
.item-product-widget .info .lt-btn-group-custom .add-to-cart-btn,
.item-product-widget .info .lt-btn-group-custom .btn-compare,
.item-product-widget .info .lt-btn-group-custom .add-to-link {
  display: none;
}
.item-product-widget .info .lt-btn-group-custom .btn-compare {
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
}
.item-product-widget .info .lt-btn-group-custom .btn-compare .compare-icon {
  background: none;
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}
.item-product-widget .info .lt-btn-group-custom .btn-compare .compare-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.item-product-widget .info .lt-btn-group-custom .btn-compare .compare-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.item-product-widget .info .lt-btn-group-custom .btn-wishlist {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-product-widget .info .lt-btn-group-custom .btn-wishlist .wishlist-icon {
  background: none;
  position: absolute;
  top: 25px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
.item-product-widget .info .lt-btn-group-custom .btn-wishlist .wishlist-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
}
.item-product-widget .info .lt-btn-group-custom .btn-wishlist .wishlist-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.item-product-widget .info .lt-btn-group-custom .quick-view .btn-link:hover {
  background: none;
}
.item-product-widget .info .lt-btn-group-custom .quick-view .lt-icon-text {
  height: 22px;
  width: 30px;
  line-height: 155%;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 45%;
  border-radius: 45%;
}
.item-product-widget .info .lt-btn-group-custom .quick-view .lt-icon-text:before {
  content: '';
  font-size: 100%;
  color: #ff3333;
}
.item-product-widget .info .lt-btn-group-custom .quick-view .lt-icon-text:hover {
  background: #ff3333;
  border-color: #ff3333;
  color: #fff;
}
.item-product-widget .info .lt-info-group-box {
  position: absolute;
  background: #FFF;
  border: 1px solid #ddd;
  border-top: none;
  height: 70px;
  width: 100%;
  visibility: hidden;
}
.item-product-widget:hover {
  z-index: 12;
}
.item-product-widget:hover .product-item-content {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
}
.item-product-widget:hover .product-item-content .info .lt-info-group-box {
  opacity: 1;
  visibility: visible;
  z-index: 15;
  top: -3px;
  box-shadow: 0px 5px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 5px 5px 2px #dddddd;
  -moz-box-shadow: 0px 5px 5px 2px #dddddd;
}
.item-product-widget:hover .product-item-content .info .lt-info-group-box .lt-btn-showmore {
  visibility: visible;
}
.item-product-widget:hover .product-item-content .info .lt-info-group-box .lt-btn-group-custom .btn-wishlist .wishlist-icon {
  opacity: 1;
  visibility: visible;
}
.item-product-widget:hover .product-item-content .info .lt-info-group-box .lt-btn-group-custom .compare-icon {
  opacity: 1;
  visibility: visible;
}

.widget.woocommerce .product_list_widget li.li_wapper {
  margin-bottom: 35px;
}
.widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-meta .product-title {
  margin-bottom: 5px;
}
.widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-meta .product-title a {
  font-size: 95%;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: normal;
  border-bottom: none;
}
.widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-item-content .info .button.small {
  padding: 0;
}

.hide-cart-button .add_to_cart_button {
  display: none;
}

.woocommerce.widget_products .add-to-cart-btn {
  display: none;
}

.widget .item-product-widget .images .quick-view {
  top: 30%;
  left: 35%;
}

.widget .product_list_widget {
  margin-top: 26px;
}

.added .cart-icon-handle {
  display: none;
}
.added .cart-icon-handle:before {
  content: "\f00c";
  font-family: "FontAwesome";
}
.added .add_to_cart_text {
  display: none !important;
}

.product_list_widget .add-to-cart-grid.added {
  background: #5cb85c !important;
  border-color: #5cb85c !important;
  color: #fff;
}
.product_list_widget .add-to-cart-grid.added .cart-icon-handle {
  display: block;
}
.product_list_widget .add-to-cart-grid.added .cart-icon {
  display: none;
}
.product_list_widget .add-to-cart-grid.added:hover {
  border-color: #ff3333 !important;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0;
}

.woocommerce-ordering,
.woocommerce-ordering .custom.dropdown,
.woocommerce-ordering select {
  margin: 0;
}

del .amount {
  color: #aaa !important;
}

/*------------------------- 7. Product -----------------------------*/
/* PRODUCT DEFAULT GENERAL */
/* Product item */
.product-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  /*.product-summary{
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 10;
  cursor: pointer;
  }*/
}
.product-item .inner-wrap {
  position: relative;
  background: #fff;
}
.product-item .inner-wrap .lt-slider.lt-thumbs-slide {
  z-index: 11;
  border: 1px solid #e2e2e2;
}
.product-item .inner-wrap .lt-slider.lt-thumbs-slide .content-img {
  padding: 50px 20px 50px;
  overflow: hidden;
}
.product-item h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 100%;
  color: #999;
  font-weight: bolder;
}
.product-item p {
  margin-bottom: 9px;
  line-height: 120%;
  margin-top: 5px;
}
.product-item p.name {
  font-size: 100%;
  width: 90%;
  font-weight: bold;
  left: 20px;
  top:5px;
  bottom:10px;
  position: absolute;
  z-index: 100;
}
.product-item p.name a {
  color: #222222;
}
.product-item .hover-overlay .product-summary {
  display: none;
}
.product-item .info {
  position: relative;
}
.product-item .info .product-summary {
  opacity: 1;
}
.product-item .info .info_main {
  position: relative;
  z-index: 11;
  background: transparent;
  padding-top: 2px;
  overflow: hidden;
}
.product-item .info .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-item .info .name a {
  font-size: 120%;
  line-height: 130%;
  text-transform: capitalize;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #333;
}
.product-item .info .name:hover {
  color: #ff3333;
}
.product-item .info .star-rating {
  display: none;
  font-size: 100%;
  margin-bottom: 5px;
}
.product-item .info .price {
  font-size: 110%;
  color: #333;
  line-height: 100%;
}
.product-item .info .price .amount {
  font-size: 85%;
  color: #ff3333;
  font-weight: bold;
}
.product-item .info .price del {
  color: #aaa;
}
.product-item .info .price del span.amount {
  font-weight: normal;
  color: #aaa !important;
  font-size: 65%;
}
.product-item .info .price.large {
  font-size: 190%;
  margin-bottom: 20px;
}
.product-item .info .price.large del span.amount {
  font-size: 70%;
}
.product-item .info .price ins {
  text-decoration: none;
  float: left;
  margin-right: 5px;
}
.product-item .info .price ins .amount {
  font-size: 85%;
  color: #ff3333;
  font-weight: bold;
}
.product-item .info .price .from {
  font-weight: normal;
  color: #888;
  font-size: 100%;
}
.product-item .bery-hr {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-item .product-des {
  display: none;
}
.product-item .product-des {
  font-size: 100%;
}

/* Product group button*/
.product-interactions {
  float:none;
}

.quick-view-icon .lt-icon-text {
  height: 25px;
  width: 33px;
  line-height: 155%;
  text-align: center;
  display: block;
  position: relative;
  border: 1px solid #666;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.quick-view-icon .lt-icon-text .pe-icon {
  line-height: 23px;
  font-size: 130%;
}
.quick-view-icon .lt-icon-text:hover {
  background: #ff3333;
  border-color: #ff3333;
  color: #fff;
}

/* Hover product */
.product-item.hover-flip .product-img img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-item.hover-flip .product-img .main-img img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-item.hover-flip .product-img .back-img img {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  top: 0;
}
.product-item.hover-flip:hover .main-img img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item.hover-flip:hover .back-img img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
}

.product-item.hover-fade .product-img img {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  transition: all 800ms ease;
}
.product-item.hover-fade .product-img .main-img img {
  opacity: 1;
}
.product-item.hover-fade .product-img .back-img img {
  opacity: 0;
  top: 0;
}
.product-item.hover-fade:hover .main-img img {
  opacity: 0;
}
.product-item.hover-fade:hover .back-img img {
  opacity: 1;
  z-index: 1;
}

.product-item.hover-bottom-to-top .product-img img {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.product-item.hover-bottom-to-top:hover .main-img img, .product-item.hover-bottom-to-top:hover .back-img img {
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
}

.product-img {
  position: relative;
  cursor: pointer;
}
.product-img .main-img {
  display: block;
  width: auto;
  height: auto;
}
.product-img .main-img img {
  min-width: 100%;
  display: block;
}
.product-img .back-img img {
  display: block;
  min-width: 100%;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.product-img img.attachment-shop_catalog, .product-img img.attachment-shop_single, .product-img img.attachment-shop_thumbnail, .product-img img.woocommerce-placeholder {
  display: block;
}
.product-img.hover-overlay:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  opacity: 0;
  z-index: 2;
}
.product-img.hover-overlay a {
  position: relative;
  display: block;
  z-index: 3;
}

/* Hover Product image */
.product-img .image-overlay,
.product-thumbnail .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  overflow: hidden;
  display: block;
}

/* End Hover product */
/* Badge (Sale label, Sold out..) */
.badge {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.badge .badge-inner {
  position: relative;
  display: inline-block;
  min-width: 30px;
  height: 20px;
  z-index: 4;
  background: #ff3333;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.badge .badge-inner:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ff3333 transparent transparent;
  content: "";
  position: absolute;
  left: -20px;
}
.badge .badge-inner .inner-text {
  position: relative;
  line-height: 20px;
  text-align: center;
  padding: 0px 5px 0px 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
.badge .badge-inner:hover .inner-text {
  padding: 0px 5px;
}
.badge .badge-inner.out-of-stock-label {
  background: #ccc;
}
.badge .badge-inner.out-of-stock-label:before {
  border-color: transparent #ccc transparent transparent;
}

.product-gallery .badge {
  left: 10px;
  top: 0;
  height: 30px;
}
.product-gallery .badge .badge-inner {
  height: 100%;
}
.product-gallery .badge .badge-inner .inner-text {
  padding-left: 15px;
  line-height: 30px;
  font-size: 100%;
  padding-right: 0;
}
.product-gallery .badge .badge-inner:before {
  border: none;
}
.product-gallery .badge .badge-inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0px 0px;
  border-color: #f46e6d transparent transparent transparent;
  content: "";
  top: 0px;
  position: absolute;
  right: -30px;
}

/* End Badge */
/* Product quick view */
.product-lightbox {
  text-align: center;
  background: #fff;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.product-lightbox .product-lightbox-inner {
  padding: 30px 30px 10px;
}
.product-lightbox .product-lightbox-inner .short-description {
  max-height: 220px;
  overflow-y: auto;
  text-align: left;
}
.product-lightbox .product-lightbox-inner button {
  float: left;
  margin-right: 5px;
  padding-top: 1.05em;
  padding-bottom: 1.05em;
}
.product-lightbox .product-lightbox-inner .variations_button .quantity {
  width: 80px;
}
.product-lightbox .product-lightbox-inner .variations_button .quantity.buttons_added {
  margin-right: 10px;
}
.product-lightbox .product-lightbox-inner form.cart {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-lightbox .product-lightbox-inner .quantity {
  width: 80px;
}
.product-lightbox .product-lightbox-inner .quantity.buttons_added {
  margin-right: 10px;
}
.product-lightbox .product-lightbox-inner .quantity .minus {
  left: 8px;
}
.product-lightbox .product-lightbox-inner .quantity .plus {
  right: 8px;
}
.product-lightbox .product-lightbox-inner .social-icons {
  float: left;
}
.product-lightbox .owl-carousel .owl-nav {
  top: 45%;
}
.product-lightbox .owl-carousel:hover .owl-nav .owl-next {
  right: 10px;
}
.product-lightbox .owl-carousel:hover .owl-nav .owl-prev {
  left: 10px;
}

/* Next - Prev Product */
.product-details-bread {
  position: relative;
}
.product-details-bread .products-arrow {
  z-index: 2;
  margin-top: -59px;
}

.products-arrow {
  float: right;
}
.products-arrow .next-prev-buttons {
  display: inline-block;
  position: relative;
}
.products-arrow .next-prev-buttons .icon-next-prev {
  border: 1px solid #ddd;
  padding: 3px 8px;
  color: #aaa;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.products-arrow .next-prev-buttons .icon-next-prev:hover {
  border-color: #ff3333;
  background: #ff3333;
  color: #fff;
}
.products-arrow .next-prev-buttons:hover .dropdown-wrap {
  visibility: visible;
}
.products-arrow .next-prev-buttons .dropdown-wrap {
  position: absolute;
  top: 38px;
  width: 280px;
  border: 1px solid #eeeeee;
  background: white none repeat scroll 0% 0%;
  visibility: hidden;
  z-index: 9999;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}
.products-arrow .next-prev-buttons .dropdown-wrap img {
  max-height: 80px;
  width: auto;
}
.products-arrow .next-prev-buttons .dropdown-wrap div {
  float: left;
  width: 175px;
  padding: 15px;
}
.products-arrow .next-prev-buttons .dropdown-wrap div .product-name {
  display: block;
  font-size: 110%;
  margin-bottom: 10px;
}
.products-arrow .next-product .dropdown-wrap {
  right: 0;
}
.products-arrow .next-product img {
  float: left;
}
.products-arrow .next-product div {
  float: right;
}
.products-arrow .prev-product .dropdown-wrap {
  right: 0;
}
.products-arrow .prev-product img {
  float: right;
}
.products-arrow .prev-product div {
  float: left;
}
.products-arrow .prod-dropdown {
  display: inline-block;
}

.up-sell.large-block-grid-2 li {
  padding: 0px 3px 6px 3px;
  margin-bottom: 0px;
}

.up-sell.large-block-grid-2 li img {
  display: block;
}

.up-sell .product.small {
  position: relative;
}

/* Product details price */
.price.large del span.amount {
  font-size: 70%;
}

.price.large {
  font-size: 190%;
  margin-bottom: 20px;
}

del {
  color: #aaa;
  font-weight: normal;
}

ins {
  text-decoration: none;
}

.single-product .product-gallery .images {
  border: 1px solid #ddd;
}

.short-description ul li,
.product-des ul li,
.lt-product-deal-des ul li,
.lt-sc-desc ul li,
.lt-product-item-excerpt ul li {
  list-style: none;
}
.short-description ul li:before,
.product-des ul li:before,
.lt-product-deal-des ul li:before,
.lt-sc-desc ul li:before,
.lt-product-item-excerpt ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #888;
}

/* PRODUCT PAGE DETAIL */
.product-page .size-chart {
  font-size: 100%;
  font-weight: normal;
}
.product-page .left {
  padding-right: 20px;
  padding-left: 20px;
}
.product-page .right {
  padding-left: 20px;
}
.product-page .custom.dropdown {
  width: 80%;
}
.product-page .text-center .custom.dropdown {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.product-page .prefix.last {
  -webkit-border-radius: "0px 10px 0px 10px";
  border-radius: "0px 10px 0px 10px";
}

/* Product detail info */
.product-info {
  /* Product Variations */
}
.product-info .entry-title {
  text-transform: uppercase;
  margin: 0 0 15px;
  word-wrap: break-word;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 180%;
}
.product-info .entry-title a {
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product-info .entry-title a:hover {
  color: #ff3333;
}
.product-info .scroll-to-reviews {
  float: left;
  margin-bottom: 15px;
}
.product-info .stock.in-stock {
  float: right;
  color: #ff3333;
  font-weight: bold;
  margin-bottom: 25px;
}
.product-info .stock.in-stock span {
  color: #222222;
}
.product-info .price.large {
  clear: both;
  height: 100%;
  margin: 20px 0;
}
.product-info .short-description p {
  margin: 0;
}
.product-info .star-rating {
  margin: 0;
  margin-bottom: 20px;
}
.product-info .woocommerce-product-rating {
  display: none;
}
.product-info .quantity {
  width: 90px;
  margin-right: 15px;
  float: left;
}
.product-info .lt-single-share {
  display: table;
  margin: 25px 0;
}
.product-info .lt-single-share .lt-single-share-text {
  display: table-cell;
  line-height: 40px;
  margin: 0 25px 0 0;
  height: 100%;
  float: left;
  font-weight: bold;
}
.product-info .lt-single-share .social-icons {
  margin-top: 0;
  display: table-cell;
}
.product-info .variations .value {
  margin-left: 0;
}
.product-info .variations select {
  margin-bottom: 0;
  padding: 10px;
}
.product-info .variations td {
  vertical-align: middle;
}
.product-info .variations tr {
  border: none;
}
.product-info .variations label {
  font-size: 95%;
  font-weight: bolder;
  margin: 0;
}
.product-info .variations .reset_variations {
  display: none;
}
.product-info .variations .select-wrapper {
  width: 90%;
}
.product-info .product_meta > span {
  display: block;
  padding-bottom: 20px;
  font-size: 100%;
  color: #818181;
}
.product-info .product_meta a {
  color: #313131;
}
.product-info .yith-wcwl-add-to-wishlist {
  position: relative;
  padding: 10px 20px 10px 25px;
  float: left;
  max-width: 50%;
  margin: 25px 0;
}
.product-info .yith-wcwl-add-to-wishlist span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-info .yith-wcwl-add-to-wishlist:before {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: 'Pe-icon-7-stroke';
  content: "\e642";
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-info .yith-wcwl-add-to-wishlist:after {
  width: 1px;
  height: 35%;
  background: #DFDFDF;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
}
.product-info .yith-wcwl-add-to-wishlist:hover:before, .product-info .yith-wcwl-add-to-wishlist:hover a, .product-info .yith-wcwl-add-to-wishlist:hover .feedback {
  color: #ff3333;
}
.product-info .compare {
  float: left;
  padding: 10px 20px 10px 25px;
  margin: 25px 20px;
  position: relative;
  border: none;
}
.product-info .compare:before {
  position: absolute;
  left: 0px;
  top: 10px;
  font-family: 'Pe-icon-7-stroke';
  content: "\e61b";
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-info .compare:hover, .product-info .compare:hover:before {
  color: #ff3333;
  background: none !important;
}
.product-info .yith-wcwl-wishlistexistsbrowse a,
.product-info .yith-wcwl-wishlistaddedbrowse a {
  display: none !important;
}
.product-info .cart {
  clear: both;
  height: 100%;
  margin: 30px 0;
}
.product-info .cart .single_add_to_cart_button.lt_add_to_cart_single {
  padding: 0.9em 1.5em 0.9em 1.5em;
}
.product-info .cart .single_add_to_cart_button.lt_add_to_cart_single i {
  font-size: 125%;
}
.product-info .cart .lt-single-form-text {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-weight: bold;
}

/* Product detail - Description, review, product tab */
.product-details {
  margin: 50px 0px 20px 0px;
}
.product-details .woocommerce-tabs {
  margin-bottom: 50px;
}
.product-details .woocommerce-tabs .lt-content-specifications .spec-table tr:first-child {
  border-top: none;
}
.product-details .woocommerce-tabs .lt-content-specifications .spec-table tr td {
  border-top: 1px solid #eceeef;
  padding-left: 25px;
  padding-right: 25px;
}
.product-details .woocommerce-tabs .lt-content-specifications .spec-table tr td:first-child {
  width: 30%;
}
.product-details .woocommerce-tabs #lt-tab-additional {
  font-size: 100%;
  line-height: 1.7;
}
.product-details .woocommerce-tabs #lt-tab-additional_information {
  font-size: 110%;
}
.product-details .woocommerce-tabs #reviews h2, .product-details .woocommerce-tabs #reviews h3 {
  font-weight: normal;
  letter-spacing: 0;
  color: #222222;
}
.product-details .woocommerce-tabs #reviews h2 {
  font-size: 130%;
}
.product-details .woocommerce-tabs #reviews h3 {
  font-size: 110%;
}
.product-details .woocommerce-tabs #reviews #comments .review-item {
  position: relative;
  border-bottom: 2px dotted #eeeeee;
  margin-bottom: 15px;
  min-height: 85px;
  padding-left: 90px;
}
.product-details .woocommerce-tabs #reviews #comments .review-item .avatar {
  position: absolute;
  left: 0;
  top: -5px;
}
.product-details .woocommerce-tabs #reviews #comments .review-item .description {
  color: #555;
  font-style: italic;
  font-family: georgia;
  font-size: 105%;
  padding-right: 20%;
}
.product-details .woocommerce-tabs #reviews #comments .star-rating {
  display: inline-block;
}
.product-details .woocommerce-tabs #reviews #comments p.meta {
  display: inline-block;
  margin-bottom: 5px;
}
.product-details .woocommerce-tabs #reviews #respond {
  /* WOOCOMMERCE REVIEW */
}
.product-details .woocommerce-tabs #reviews #respond p.stars:after {
  content: "";
  display: block;
  clear: both;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(css/star.png) repeat-x left 0;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a:hover {
  background: url(css/star.png) repeat-x left -16px;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a:focus {
  background: url(css/star.png) repeat-x left -16px;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a.active {
  background: url(css/star.png) repeat-x left -32px;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
.product-details .woocommerce-tabs #reviews #respond p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.product-details .woocommerce-tabs #reviews #respond textarea#comment {
  height: 100px;
}
.product-details .woocommerce-tabs .lt-panel {
  border: 1px solid #ddd;
  padding: 30px;
}
.product-details .woocommerce-tabs .lt-panel.no-border {
  border: none;
  padding: 0px;
}
.product-details .woocommerce-tabs .lt-panel.no-border .lt-panel-block {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 20px;
}

/* Product gallery */
.product-gallery {
  margin-bottom: 25px;
  padding-right: 15px;
  margin-right: 0px;
}
.product-gallery .owl-height {
  height: auto !important;
}
.product-gallery .product-img {
  border: 1px solid #ececec;
}
.product-gallery .product-images-slider {
  position: relative;
}
.product-gallery .product-image-btn .product-lightbox-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'FontAwesome';
  font-size: 140%;
  display: block;
  color: #888;
}
.product-gallery .product-image-btn .product-lightbox-btn:before {
  content: "\f065";
}
.product-gallery .product-image-btn .product-lightbox-btn:hover {
  color: #222 !important;
}
.product-gallery .product-image-btn .product-video-popup {
  position: absolute;
  font-size: 100%;
  right: 40px;
  top: 30px;
  z-index: 10;
  color: #666;
}
.product-gallery .product-image-btn .product-video-popup span {
  margin-right: 10px;
}

/* Product video popup */
.mfp-iframe-holder {
  padding: 40px 0;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
  max-width: 100% !important;
}

/* Product zoom */
.easyzoom {
  position: relative;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
  max-width: 100%;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom .easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}
.easyzoom .easyzoom-flyout {
  position: absolute;
  z-index: 97;
  overflow: hidden;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.easyzoom .easyzoom-flyout img {
  max-width: none;
  width: auto !important;
}
.easyzoom .easyzoom-flyout:hover {
  opacity: 1;
}

/*------------------------- 8. Cart --------------------------------*/
/* Header mini cart dropdown */
.mini-cart {
  position: relative;
}
.mini-cart .cart-link .cart-icon:before {
  font-size: 125%;
  margin-left: 0;
  color: #666;
}
.mini-cart.mini-cart-type-simple .cart-link .cart-icon {
  font-size: 115%;
  position: relative;
  top: 0px;
  font-weight: bold;
}
.mini-cart.mini-cart-type-simple .cart-link .cart-icon:hover:before {
  color: #ff3333;
}
.mini-cart.mini-cart-type-simple .cart-link .products-number {
  position: absolute;
  color: #ff3333;
  font-size: 85%;
  top: -6px;
  left: 15px;
}
.mini-cart.mini-cart-type-simple .cart-link .products-number .lt-sl {
  display: block;
  padding: 3px 6px 4px 6px;
  color: #FFF;
  background: #ff3333;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.mini-cart.mini-cart-type-full .cart-link .cart-icon {
  font-size: 140%;
  position: relative;
  top: 0px;
  font-weight: bold;
}
.mini-cart.mini-cart-type-full .cart-link .cart-icon:hover:before {
  color: #ff3333;
}
.mini-cart.mini-cart-type-full .cart-link .products-number {
  position: absolute;
  color: #ff3333;
  font-size: 85%;
  top: -10px;
  left: 20px;
}
.mini-cart.mini-cart-type-full .cart-link .products-number .lt-sl {
  display: block;
  padding: 3px 6px 4px 6px;
  color: #FFF;
  background: #ff3333;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.mini-cart.mini-cart-type-full .cart-link .cart-count {
  padding-left: 15px;
  top: -2px;
  position: relative;
}
.mini-cart.mini-cart-type-full .cart-link .cart-count .amount {
  color: #000 !important;
}

/* End Header mini cart  */
/* SHOPPING CART PAGE */
.cart-wrapper {
  margin-bottom: 45px;
}
.cart-wrapper table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.cart-wrapper tr {
  border-bottom: 1px dotted #ececec;
}
.cart-wrapper td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.cart-wrapper th {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

/* Shopping cart - Cart table details */
.shop_table {
  margin-top: 4px;
}
.shop_table thead {
  text-transform: uppercase;
  color: #222222;
}
.shop_table.order_details thead {
  border-bottom: 3px solid #eee;
}
.shop_table tr {
  border-bottom: 1px dotted #ddd;
}
.shop_table tfoot th {
  text-transform: uppercase;
  font-size: 100%;
}
.shop_table tfoot td {
  text-align: right;
  font-weight: bold;
}
.shop_table .remove-product .icon-close {
  border: 1px solid #ececec;
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #ececec;
  padding-top: 4px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  line-height: 10px;
  font-size: 10px;
  display: inline-block;
}
.shop_table .remove-product .icon-close:hover {
  border-color: #ff3333;
  color: #ff3333;
}
.shop_table .product-name {
  padding: 0;
  width: 35%;
}
.shop_table .product-price {
  padding-right: 20px;
}
.shop_table .product-quantity .quantity {
  display: inline-block;
}
.shop_table .product-subtotal {
  font-weight: bold;
}
.shop_table .total {
  color: #222;
}
.shop_table .product-thumbnail img {
  width: 90px;
  padding: 0 30px 0 10px;
}
.shop_table dl.variation {
  margin: 0;
  font-size: 90%;
  opacity: 0.6;
}
.shop_table dl.variation dt {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.shop_table dl.variation dd {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.shop_table.my_account_orders tbody td {
  padding: 15px 5px 15px 0px;
}
.shop_table.my_account_orders tbody td a.button {
  margin-bottom: 0px;
}
.shop_table .blockUI.blockOverlay {
  display: none !important;
}

/* Shopping cart - Cart totals sumary */
.cart_totals .order-total {
  vertical-align: center;
}
.cart_totals td {
  text-align: center;
}
.cart_totals th {
  padding-left: 15px;
}
.cart_totals h2 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 100%;
}
.cart_totals p {
  line-height: 100%;
}
.cart_totals .order-total {
  vertical-align: center;
}

/* Shopping cart - Shipping */
.shipping {
  font-weight: normal;
}
.shipping #shipping_method {
  margin-bottom: 0;
}
.shipping #shipping_method li {
  list-style: none;
  line-height: 90%;
  padding: 5px 0;
}
.shipping #shipping_method li input {
  display: inline;
  margin: 0 5px 0 0;
}
.shipping #shipping_method li label {
  display: inline;
}
.shipping a.shipping-calculator-button {
  text-transform: uppercase;
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #ececec;
  display: block;
  width: 100%;
}
.shipping a.shipping-calculator-button:before {
  font-family: icomoon;
  content: "\e00c";
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

/* Quantity button general */
.quantity {
  position: relative;
  width: 100px;
}
.quantity .minus,
.quantity .plus {
  width: 15px;
  height: 15px;
  line-height: 1;
  font-size: 15px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 !important;
  background: transparent;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.quantity .minus:hover,
.quantity .plus:hover {
  background: #f8f8f8;
}
.quantity .minus {
  left: 12px;
}
.quantity .plus {
  right: 12px;
}
.quantity .input-text.qty {
  border: 1px solid #ccc;
  height: 40px;
  padding: 8px 0px;
  line-height: 18px;
  width: 100%;
  display: inline-block;
  margin: 0;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fb0000;
  background: #f6f6f6;
  font-weight: bold;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Coupon textbox */
.coupon h3 {
  margin-bottom: 7px;
  padding-bottom: 10px;
}

/* Cart total at right sidebar */
.cart-sidebar .cart_totals table {
  border-collapse: collapse;
  border: 1px solid #ececec;
}
.cart-sidebar .cart_totals td {
  border: 1px solid #ececec;
}
.cart-sidebar .cart_totals th {
  border: 1px solid #ececec;
}
.cart-sidebar .button {
  margin-bottom: 10px;
}
.cart-sidebar .widget-title {
  padding-bottom: 10px;
}
.cart-sidebar .checkout-button {
  margin-bottom: 30px;
  margin-left: 10px;
}

/* Cross sells */
.cross-sells {
  margin-top: 20px;
}
.cross-sells ul {
  margin-left: 0;
}
.cross-sells .row > .columns {
  padding: 0;
}
.cross-sells .products-group li:first-child .inner-wrap {
  padding-left: 0;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .cart-empty {
  text-align: center;
}

.woocommerce address br {
  margin-top: 10px;
}

#cart-sidebar {
  position: fixed;
  top: 0;
  overflow: hidden;
  direction: rtl;
  text-align: left;
   background: #000;
  color: #fff;
  z-index: 9998;
  width: 80%;
  padding: 15px 10px;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  direction: rtl;
  text-align: left;
  right: -100%;
}
#cart-sidebar .cart-close .lt-tit-mycart {
  padding: 0 10px 10px 10px;
  color: #fff;
  font-size: 140%;
  display: inline-block;
}
#cart-sidebar .cart-close a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  float: right;
}
#cart-sidebar .cart-close hr {
  margin: 0 10px 10px 10px;
  border-top: 1px solid #444;
  border-bottom: none;
}
#cart-sidebar .cart_sidebar .cart_list {
  margin: 20px 10px 10px 10px;
}
#cart-sidebar .cart_sidebar .cart_list .mini-cart-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #444;
}
#cart-sidebar .cart_sidebar .cart_list .mini-cart-item .mini-cart-info {
  margin-left: 10px;
  line-height: 150%;
}
#cart-sidebar .cart_sidebar .cart_list .mini-cart-item .mini-cart-info a {
  color: #fff;
}
#cart-sidebar .cart_sidebar .cart_list .mini-cart-item .item-in-cart {
  padding: 10px 0 10px 10px;
}
#cart-sidebar .cart_sidebar .cart_list .mini-cart-item .item-in-cart i {
  color: #fff;
  font-size: 140%;
}
#cart-sidebar .cart_sidebar .cart_list .mini-cart-item .please-wait {
  left: auto;
  right: 0;
}
#cart-sidebar .cart_sidebar .minicart_total_checkout {
  margin: 10px 10px 20px 10px;
  font-size: 140%;
}
#cart-sidebar .cart_sidebar .btn-mini-cart {
  border-top: 1px solid #444;
  margin: 10px;
  padding: 20px 0 0 0;
}
#cart-sidebar .cart_sidebar .btn-mini-cart a {
  margin-top: 5px;
  width: 95%;
  border: none;
}
#cart-sidebar .cart_sidebar .btn-viewcart {
  float: left;
}
#cart-sidebar .cart_sidebar .btn-viewcart:hover {
  background: #666 !important;
}
#cart-sidebar .cart_sidebar .btn-checkout {
  float: right;
  background: #666 !important;
  color: #FFF;
}
#cart-sidebar .cart_sidebar .btn-checkout:hover {
  background: #888 !important;
}
#cart-sidebar .cart_sidebar .empty {
  margin: 10px;
}

.lt-product-empty {
  display: none;
}
.lt-product-empty.products-number .lt-sl, .lt-product-empty.wishlist-number .lt-sl, .lt-product-empty.compare-number .lt-sl {
  background-color: #222222 !important;
}

/*------------------------- 9. Checkout page------------------------*/
.order-steps {
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}

.checkout-breadcrumb {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 75px 0px;
}
.checkout-breadcrumb a {
  color: #454545;
}
.checkout-breadcrumb div {
  width: 30%;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
}
.checkout-breadcrumb div span {
  margin: 0 auto;
  display: block;
}
.checkout-breadcrumb div p {
  color: #666;
}
.checkout-breadcrumb span {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.title-cart,
.title-checkout,
.title-thankyou {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.title-cart h1,
.title-checkout h1,
.title-thankyou h1 {
  font-size: 500%;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  line-height: 0.8;
  margin-bottom: 0px;
}
.title-cart h4,
.title-checkout h4,
.title-thankyou h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.title-cart p,
.title-checkout p,
.title-thankyou p {
  margin-bottom: 0;
  color: #3c4043;
}
.title-cart span,
.title-checkout span,
.title-thankyou span {
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 250%;
}

.woocommerce-cart .title-checkout,
.woocommerce-cart .title-thankyou {
  opacity: 0.2;
}
.woocommerce-cart .title-checkout:hover,
.woocommerce-cart .title-thankyou:hover {
  opacity: 1;
}

.woocommerce-checkout .title-thankyou {
  opacity: 0.2;
}
.woocommerce-checkout .title-thankyou.lt-complete {
  opacity: 1;
}

#order_review table {
  border-collapse: collapse;
  border: 1px solid #ececec;
  padding: 10px 15px;
}
#order_review th {
  border: 1px solid #ececec;
  padding: 10px 15px;
}
#order_review th.product-total {
  text-align: right;
}
#order_review td {
  border: 1px solid #ececec;
  padding: 10px 15px;
}
#order_review td.product-total {
  text-align: right;
}

.woocommerce address {
  font-style: normal;
}
.woocommerce .order-review {
  border: 8px solid #f5f5f5;
  padding: 10px 20px 20px;
}
.woocommerce .checkout-group label {
  font-weight: bold;
}

#order_review_heading {
  color: #ff3333;
  font-size: 130%;
  text-transform: uppercase;
  padding: 8px 0 10px;
  margin-bottom: 15px;
  width: 98.5%;
  border-bottom: 1px solid #eeeeee;
}

.checkout-group h3 {
  color: #ff3333;
  font-size: 130%;
  text-transform: uppercase;
  padding: 8px 0 10px;
  margin-bottom: 15px;
  width: 98.5%;
  border-bottom: 1px solid #eeeeee;
}
.checkout-group h3:before {
  content: "\f107";
  font-family: FontAwesome;
  margin-right: 10px;
}
.checkout-group.woo-shipping {
  padding-right: 10px;
}

#billing_address_1_field {
  margin-bottom: 10px;
}

#billing_first_name_field {
  width: 49%;
  padding-right: 2%;
}

#billing_last_name_field {
  width: 49%;
}

#billing_email_field {
  width: 49%;
  padding-right: 2%;
}

#billing_phone_field {
  width: 49%;
}

.input-checkbox {
  display: inline-block;
}

#order_comments {
  height: 100px;
}

.about_paypal {
  display: none;
}

.address {
  font-size: 100%;
}

address {
  margin-top: 10px;
}

.slogan-wrapper {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 210px;
  padding: 80px 0 60px;
  background-image: url("cart-checkout-slogan.html");
}
.slogan-wrapper .slogan-cart {
  text-align: center;
  height: 20px;
  background: transparent;
  color: #fff;
  padding: 15px;
  border: 2px solid #fff;
}
.slogan-wrapper span.slogan-cart:before {
  content: '\F07a';
  font-family: FontAwesome;
  font-size: 100%;
  color: #fff;
  margin-right: 15px;
}

.order-review h3 {
  padding: 0 0 10px;
  color: #ff3333;
  text-transform: uppercase;
}
.order-review h3:before {
  content: "\f107";
  font-family: FontAwesome;
  margin-right: 10px;
}

.woo-billing p {
  display: inline-block;
  margin-bottom: 25px;
  width: 98.5%;
}
.woo-billing p input {
  margin-bottom: 0;
}

label.checkbox {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

p.create-account-row {
  display: inline-block;
  width: 98.5%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ececec;
}

h3#ship-to-different-address {
  border-width: 1px;
}
h3#ship-to-different-address:before {
  display: none;
}
h3#ship-to-different-address input {
  margin-bottom: 0;
  margin-left: 10px;
}
h3#ship-to-different-address:hover {
  color: #000;
}
h3#ship-to-different-address label.checkbox {
  margin-left: 0;
}

ul.payment_methods {
  margin: 0 0 30px 0;
}
ul.payment_methods .input-radio {
  margin-bottom: 15px;
}
ul.payment_methods li {
  list-style: none;
  border-bottom: 1px solid #ececec;
  padding-top: 5px;
}
ul.payment_methods li label {
  display: inline-block;
  margin-left: 10px;
}
ul.payment_methods p {
  font-size: 100%;
  line-height: 110%;
  opacity: 0.8;
}

.payment_method_paypal img {
  width: 200px;
  margin-left: 20px;
}

input#calc_shipping_postcode {
  font-size: 100%;
}

.form-row.terms {
  position: relative;
}
.form-row.terms .checkbox {
  padding-left: 25px;
  margin: 0;
}
.form-row.terms .input-checkbox {
  position: absolute;
  left: 0;
  top: 4px;
}

.page-checkout .woocommerce-info {
  margin-bottom: 0;
  padding-top: 0;
}

a.chzn-single {
  background: #fff;
}

.lt-order-received .lt-order-received-left .lt-warper-order {
  border: 2px dashed #5cb85c;
  padding: 20px;
}
.lt-order-received .lt-order-received-left .lt-warper-order .woocommerce-thankyou-order-received {
  color: #5cb85c;
  font-size: 140%;
}
.lt-order-received .lt-order-received-left .lt-warper-order ul.woocommerce-thankyou-order-details {
  padding-left: 20px;
}

/*------------------------- 10. Sliders ----------------------------*/
#product-pager {
  padding: 30px 35px;
}
#product-pager.product-thumbnails .owl-item {
  padding: 0px 8px;
  cursor: pointer;
}
#product-pager.product-thumbnails .owl-item img {
  overflow: hidden;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  display: inline-block;
  opacity: 0.6;
  display: block;
  width: 100%;
}
#product-pager.product-thumbnails .owl-item.active-thumbnail img,
#product-pager.product-thumbnails .owl-item .active-thumbnail img, #product-pager.product-thumbnails .owl-item:hover img {
  opacity: 1;
  border: 1px solid #eee;
}

.lt-slider {
  display: none;
}
.lt-slider.products-group {
  z-index: 11;
}
.lt-slider.products-group.owl-carousel .owl-stage-outer {
  overflow-y: none;
}

/* Modifired Revolution slider arrows */
.tparrows {
  background: transparent !important;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  top: 45% !important;
}
.tparrows:hover {
  background: transparent !important;
}
.tparrows:hover:before {
  color: #ff3333;
  opacity: 1;
}
.tparrows:before {
  color: #888;
  font-size: 25px;
  z-index: 10;
}

.tp-bullets .tp-bullet {
  margin: 0 10px;
  height: 10px;
  width: 10px;
  background: #aaa;
  opacity: 0.5;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  transition: background 200ms ease;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.tp-bullets .tp-bullet.selected, .tp-bullets .tp-bullet:hover {
  opacity: 1;
  background: #ff3333;
  cursor: pointer;
}

/* Carousel */
.owl-carousel {
  position: relative;
}
.owl-carousel .banner {
  cursor: move;
}
.owl-carousel .owl-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 100%;
}
.owl-carousel .owl-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 100%;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.owl-carousel .owl-nav div {
  opacity: 0;
  position: absolute;
  color: #fff;
  border: 1px solid #ececec;
  display: block;
  line-height: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #dddddd;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.owl-carousel .owl-nav div:hover {
  background: black;
  color: #fff;
  border-color: black;
}
.owl-carousel .owl-nav .owl-next {
  right: -0px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -0px;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 6%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
  height: 8px;
  width: 8px;
  background: #CCC;
  opacity: 0.5;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot.active:hover {
  opacity: 1;
  cursor: pointer;
  background: transparent;
  cursor: pointer;
  border: 2px solid #ff3333;
  position: relative;
  padding: 5px;
  top: 3px;
  margin: 0 3px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.owl-carousel .owl-dots .owl-dot:hover {
  background: #666;
}
.owl-carousel.bullets_type_2 .owl-dots {
  left: 0;
  margin-left: 104px;
}
.owl-carousel.products-group:hover > .owl-nav {
  visibility: visible;
}
.owl-carousel.products-group:hover > .owl-nav .owl-next {
  opacity: 1;
  right: -10px;
  visibility: visible;
}
.owl-carousel.products-group:hover > .owl-nav .owl-prev {
  opacity: 1;
  left: -10px;
  visibility: visible;
}
.owl-carousel .lt-slider.owl-carousel.lt-thumbs-slide:hover .owl-nav {
  visibility: visible;
}
.owl-carousel .lt-slider.owl-carousel.lt-thumbs-slide:hover .owl-nav .owl-next {
  opacity: 1;
  right: -5px;
}
.owl-carousel .lt-slider.owl-carousel.lt-thumbs-slide:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -5px;
}
.owl-carousel.lt-sc-carousel .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel.lt-sc-carousel .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.lt-sc-carousel .owl-nav {
  top: 45%;
}
.owl-carousel.lt-sc-carousel:hover .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.lt-sc-carousel:hover .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel.lt-category-horizontal-2 .owl-nav {
  top: 45%;
  opacity: 0;
}
.owl-carousel.lt-category-horizontal-2:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.lt-category-horizontal-2:hover .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel.lt-category-horizontal-2:hover .owl-nav .owl-prev {
  left: -40px;
}

.lt-carousel-loadding {
  background: #ddd;
  position: relative;
  z-index: 1;
}

.product-img .owl-next:hover {
  color: #aaa !important;
}
.product-img .owl-prev:hover {
  color: #aaa !important;
}

/*------------------------- 11. Banners ----------------------------*/
.owl-item.active .banner .banner-inner {
  display: inherit;
}
.owl-item .banner .banner-inner {
  opacity: 0;
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.banner .banner-image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.banner .row {
  position: relative;
  height: 100%;
  z-index: 2;
  max-width: 92.30769em !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.banner .row .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.banner .row .banner-content.align-left {
  left: 10%;
  right: auto;
}
.banner .row .banner-content.align-right {
  right: 10%;
  left: auto;
}
.banner .row .banner-content.align-center {
  text-align: center;
}
.banner .row .banner-content.valign-bottom {
  bottom: 10% !important;
  top: auto;
}
.banner .row .banner-content.valign-top {
  top: 10% !important;
  bottom: auto !important;
}
.banner .row .banner-content.valign-middle {
  bottom: 50% !important;
  top: auto !important;
  -webkit-transform: translateY(50%) !important;
  -moz-transform: translateY(50%) !important;
  -ms-transform: translateY(50%) !important;
  -o-transform: translateY(50%) !important;
}
.banner .row .banner-content .banner-inner h1, .banner .row .banner-content .banner-inner h2, .banner .row .banner-content .banner-inner h3, .banner .row .banner-content .banner-inner h4 {
  font-weight: bold;
}
.banner .row .banner-content .banner-inner h5, .banner .row .banner-content .banner-inner h6 {
  font-weight: normal !important;
}
.banner .row .banner-content .banner-inner h1 {
  font-size: 380%;
  line-height: 95%;
  margin: 12px 0px;
}
.banner .row .banner-content .banner-inner h2 {
  font-size: 330%;
  line-height: 100%;
  margin: 12px 0px;
}
.banner .row .banner-content .banner-inner h3 {
  font-size: 280%;
  line-height: 100%;
  margin: 12px 0px;
}
.banner .row .banner-content .banner-inner h4 {
  font-size: 200%;
  line-height: 100%;
  margin: 6px 0px;
}
.banner .row .banner-content .banner-inner h5 {
  font-size: 150%;
  line-height: 130%;
  margin: 6px 0px;
}
.banner .row .banner-content .banner-inner h6 {
  font-size: 100%;
  line-height: 100%;
  margin: 6px 0px;
}
.banner .row .banner-content .banner-inner .big-size {
  font-size: 650%;
}
.banner .row .banner-content .banner-inner .x-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.banner .row .banner-content .banner-inner button {
  margin-top: 15px;
}
.banner .row .banner-content .banner-inner button.primary-color:hover {
  background: #333 !important;
}
.banner .row .banner-content.dark .banner-inner h1,
.banner .row .banner-content.dark .banner-inner h2,
.banner .row .banner-content.dark .banner-inner h3,
.banner .row .banner-content.dark .banner-inner h4,
.banner .row .banner-content.dark .banner-inner h5,
.banner .row .banner-content.dark .banner-inner h6 {
  color: #FFF;
}
.banner.hover-zoom {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner.hover-zoom .banner-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner.hover-zoom:hover a {
  text-decoration: none !important;
}
.banner.hover-zoom:hover .banner-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner.hover-reduction {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.banner.hover-reduction .banner-image {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner.hover-reduction:hover {
  background-color: #000;
}
.banner.hover-reduction:hover a {
  text-decoration: none !important;
}
.banner.hover-reduction:hover .banner-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.75;
}
.banner.hover-fade {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner.hover-fade:hover .banner-image {
  opacity: 0.8;
  width: 100%;
}
.banner.hover-carousel {
  overflow-x: hidden;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  animation-duration: 120s !important;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: animatedBackground;
  -moz-animation-name: animatedBackground;
  -moz-animation-duration: 120s !important;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: none;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-name: animatedBackground;
  -webkit-animation-duration: 120s !important;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}
.banner.hover-lax .banner-image {
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -3000px 0;
  }
}
.banner-wrapper {
  position: relative;
}

.seam_icon {
  position: absolute;
  top: 50%;
  z-index: 3;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.seam_icon.align_left {
  left: -15px;
}
.seam_icon.align_right {
  right: -15px;
}
.seam_icon.align_right span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.seam_icon .pe7-icon {
  font-size: 300%;
  color: #888;
}

.border_outner {
  border: 1px solid #ff3333;
}

.border_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.bery_banner-grid {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.bery_banner-grid .wpb_content_element {
  margin-bottom: 0;
}
.bery_banner-grid .rev_slider_wrapper {
  margin-bottom: 9px !important;
}
.bery_banner-grid .columns {
  margin-right: -1px;
}
.bery_banner-grid .columns > * div {
  margin-left: 7px;
  margin-right: 7px;
}
.bery_banner-grid .columns > * img {
  margin-bottom: 10px;
}
.bery_banner-grid .bery_banner {
  margin-bottom: 15px;
  display: block;
}

/* Parallax */
.bery_banner.banner-parallax .button {
  font-size: 1em;
}

.section-element.parallax {
  background-attachment: fixed;
}

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px;
}

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px;
}

html[data-useragent*='iPad'] .bery_bg .banner-bg.bery_parallax,
html[data-useragent*='iPad'] .bery_banner .banner-bg.bery_parallax,
html[data-useragent*='iPhone'] .bery_bg .banner-bg.bery_parallax,
html[data-useragent*='iPhone'] .bery_banner .banner-bg.bery_parallax {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important;
}

/*------------------------- 12. Popup ------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 9999;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  background: #000;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  background: none !important;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: -15px;
  top: -45px;
}

.mfp-arrow {
  position: fixed;
  top: 0;
  opacity: 0.65;
  background: #333 !important;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 70px;
  height: 80px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  background: #000;
}

.mfp-arrow {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.mfp-arrow.mfp-arrow-right {
  right: 0;
}
.mfp-arrow.mfp-arrow-right:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color: #ccc;
}
.mfp-arrow.mfp-arrow-left {
  left: 0;
}
.mfp-arrow.mfp-arrow-left:after {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 30px;
  color: #ccc;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  margin: 50px;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -26px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  margin-right: 10px;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
}

.mfp-counter {
  display: inline-block;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  opacity: 0;
}

.has-product-video .mfp-close {
  display: none;
}

/*------------------------- 13. Shortcodes -------------------------*/
/* Blog */
.blog .left {
  padding-right: 20px;
}
.blog .right {
  padding-left: 20px;
}

/* Latest blog shortcode */
.group-blogs .blog-grid .blog-grid-item {
  margin-bottom: 60px;
}
.group-blogs .blog-grid.blog-grid-style-2 .lt-blog-info {
  padding: 20px 25px 25px 25px;
}
.group-blogs .entry-blog .blog-image {
  margin-top: 0;
  position: relative;
}
.group-blogs .entry-blog .blog-image .blog-image-attachment img {
  width: 100%;
}
.group-blogs .entry-blog .blog-image .blog-image-attachment:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  -webkit-border: 0px solid rgba(255, 255, 255, 0.5);
  -moz-border: 0px solid rgba(255, 255, 255, 0.5);
  -ms-border: 0px solid rgba(255, 255, 255, 0.5);
  -o-border: 0px solid rgba(255, 255, 255, 0.5);
  border: 0px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.group-blogs .entry-blog .blog-image .blog-image-attachment:hover::after {
  opacity: 1;
  -webkit-border: 15px solid rgba(255, 255, 255, 0.5);
  -moz-border: 15px solid rgba(255, 255, 255, 0.5);
  -ms-border: 15px solid rgba(255, 255, 255, 0.5);
  -o-border: 15px solid rgba(255, 255, 255, 0.5);
  border: 15px solid rgba(255, 255, 255, 0.5);
}
.group-blogs .entry-blog .seam_icon.align_right {
  right: -15px;
}
.group-blogs .entry-blog .seam_icon.align_left {
  left: -15px;
}
.group-blogs .blog_info .blog_title {
  margin-top: 13px;
  word-wrap: break-word;
}
.group-blogs .blog_info .blog_title a {
  padding: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.group-blogs .blog_info .post-date {
  text-transform: uppercase;
  color: #aaa;
}
.group-blogs .blog_info .post-date .post-date-day {
  font-size: 250%;
}
.group-blogs .blog_info .post-date .post-date-month {
  font-size: 120%;
}
.group-blogs .blog_info:hover .post-date {
  background: none;
}
.group-blogs .blog_info .read_more a {
  font-size: 100%;
  color: #aaa;
}
.group-blogs .blog_info .read_more a:hover {
  color: #ff3333;
}
.group-blogs .blog_info .read_more a .read-more-icon {
  margin-left: 6px;
}
.group-blogs .blog_info .bery-hr {
  margin-top: 10px;
  height: 1px !important;
  background: #ddd;
}
.group-blogs .lt-blog-info {
  background: #ffffff;
}
.group-blogs .lt-blog-info .blog_title h2 {
  margin: 0;
}
.group-blogs .lt-blog-info .lt-post-date {
  color: #ff3333;
  padding-bottom: 10px;
  display: block;
}
.group-blogs .lt-blog-info-slider .blog_title h2 {
  margin: 0;
}
.group-blogs .lt-blog-info-slider .lt-info-short {
  line-height: 20px;
  padding-bottom: 20px;
}
.group-blogs .lt-blog-info-slider .lt-post-date {
  color: #ff3333;
  padding-bottom: 10px;
  display: block;
}
.group-blogs .lt-blog-info-slider .lt-read-more {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #333;
  text-transform: uppercase;
}
.group-blogs .lt-blog-info-slider .lt-read-more:hover {
  background: #ff3333;
}
.group-blogs .lt-blog-info-slider .lt-read-more:hover a {
  color: #ffffff;
}
.group-blogs.lt-blog-carousel-3 .blog_item .lt-content-group {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #e2e2e2;
  padding: 5px;
}
.group-blogs.lt-blog-carousel-3 .blog_item .lt-blog-info-slider {
  padding: 15px 25px;
}
.group-blogs.lt-blog-carousel-3 .blog_item .lt-blog-info-slider .blog_title {
  margin-bottom: 10px;
}
.group-blogs.lt-blog-carousel-3 .blog_item .lt-blog-info-slider .blog_title h2 {
  font-size: 120%;
}
.group-blogs.lt-blog-carousel-3 .blog_item:hover .lt-content-group {
  box-shadow: 0px 0px 5px 2px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  border-color: transparent;
}
.group-blogs .owl-nav div {
  background: #F7F7F7;
}

.lt-sc-blogs-list .post-date {
  border: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 130%;
  margin-top: 8px;
  text-align: center;
}
.lt-sc-blogs-list .post-date .post-date-day {
  color: #ff3333;
  font-weight: bold;
  font-size: 140%;
  width: 100%;
  display: block;
}
.lt-sc-blogs-list .post-date .post-date-month {
  font-size: 115%;
  width: 100%;
  display: block;
}
.lt-sc-blogs-list .post-content .lt-info-short {
  line-height: 150%;
}
.lt-sc-blogs-list .row.lt-sc-blogs-row {
  margin-bottom: 20px;
}

/* Map shortcode */
#map_container {
  position: relative;
  margin-bottom: 30px;
}

/* Client shortcode */
.client {
  font-size: 100%;
  text-align: left;
}
.client .client-inner {
  text-align: center;
  padding: 60px 80px;
}
.client .client-inner img {
  margin: 0 auto;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  max-width: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
}
.client .client-inner .client-info {
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
}
.client .client-inner .client-info .quote-left {
  margin-bottom: 30px;
}
.client .client-inner .client-info .quote-left:before {
  content: "";
  width: 40px;
  height: 33px;
  background-image: url(css/images/quote-left.png);
  background-repeat: no-repeat;
  position: absolute;
}
.client .client-inner .client-info .client-content {
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 115%;
  font-style: italic;
}
.client .client-inner .client-info .star-rating {
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 100%;
  margin: 0;
}
.client .client-inner .client-info span {
  list-style: none;
  padding-right: 0;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.client .client-inner .client-info .client-pos {
  color: #666;
}
.client .client-inner .client-info .client-name {
  margin-top: 8px;
  margin-bottom: 0;
  color: inherit;
}
.client .client-inner .client-info .client-img-info {
  display: inline-block;
}
.client .client-inner .client-info .client-img-info .client-img {
  display: table-cell;
  vertical-align: middle;
}
.client .client-inner .client-info .client-img-info .client-name-post {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.client.text-left .client-inner, .client.text-right .client-inner, .client.text-justify .client-inner {
  padding: 0px;
}
.client.text-left .client-inner .client-info, .client.text-right .client-inner .client-info, .client.text-justify .client-inner .client-info {
  margin-top: 0;
}
.client.text-left .client-inner .client-info .client-img-info, .client.text-right .client-inner .client-info .client-img-info, .client.text-justify .client-inner .client-info .client-img-info {
  display: table;
}
.client.text-left .client-inner .client-info .client-img-info .client-img, .client.text-right .client-inner .client-info .client-img-info .client-img, .client.text-justify .client-inner .client-info .client-img-info .client-img {
  display: table-cell;
  vertical-align: middle;
}
.client.text-left .client-inner .client-info .client-img-info .client-name-post, .client.text-right .client-inner .client-info .client-img-info .client-name-post, .client.text-justify .client-inner .client-info .client-img-info .client-name-post {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.client.text-left .client-inner .client-info .client-img-info .client-name-post .client-name, .client.text-right .client-inner .client-info .client-img-info .client-name-post .client-name, .client.text-justify .client-inner .client-info .client-img-info .client-name-post .client-name {
  color: #ff3333;
}
.client.text-left .client-inner .client-info {
  text-align: left;
}
.client.text-right .client-inner .client-info {
  text-align: right;
}
.client.text-justify .client-inner .client-info {
  text-align: justify;
}

/* Team member shortcode */
.team-member {
  text-align: center;
}
.team-member .member-image {
  margin-bottom: 20px;
}
.team-member .member-image img {
  border-radius: 100%;
}
.team-member .member-image img:hover {
  opacity: 0.8;
}
.team-member .member-details h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 100%;
  font-weight: normal;
  color: #ff3333;
}
.team-member .member-details .member-position {
  font-size: 100%;
  color: #666;
}
.team-member .member-details .social-icons {
  width: 100%;
  margin: 10px 0 !important;
}
.team-member.member-type-2 {
  text-align: left !important;
}
.team-member.member-type-2 .member-details {
  color: #767676;
}
.team-member.member-type-2 .member-details .menu-social-icons {
  text-align: left;
}
.team-member.member-type-2 .member-details h4 {
  color: #333;
}

/* Message box shortcode */
.message-box {
  background-repeat: repeat-x;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
}
.message-box .inner {
  padding: 15px;
}
.message-box .inner .button {
  margin: 0 15px;
}

/* Scroll to top button */
.scroll-to {
  height: 0;
  overflow: hidden;
}

.scroll-to-bullets {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 99;
  text-align: right;
}
.scroll-to-bullets a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.scroll-to-bullets a:hover {
  background: #ff3333;
}
.scroll-to-bullets a:hover * {
  color: #fff;
}
.scroll-to-bullets a:hover strong {
  opacity: 1;
}
.scroll-to-bullets a:hover span {
  background-color: #fff;
  opacity: 0.8;
}
.scroll-to-bullets a * {
  display: inline-block;
}
.scroll-to-bullets a strong {
  font-size: 100%;
  opacity: 0;
  margin-right: 10px;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.scroll-to-bullets a span {
  background-color: #000;
  opacity: 0.2;
  width: 12px;
  height: 12px;
  padding: 5px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.scroll-to-bullets a.active span {
  opacity: 0.7;
}

/* Brand shortcode */
.lt-brands .brands-item {
  max-width: 170px;
  margin: 0 auto;
}
.lt-brands .brands-item img {
  opacity: 1;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  width: auto;
}
.lt-brands .brands-item:hover img {
  opacity: 0.6;
}

/* Product Category Slider element*/
.category-slider .products-group.lt-category-horizontal-1 .product-category {
  list-style: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category .inner-wrap {
  position: relative;
  padding: 0px !important;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category .inner-wrap .count {
  margin-top: 15px;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category .inner-wrap.hover-overlay:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category img {
  width: 100%;
  height: auto;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category .header-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 3;
  color: #fff;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category .header-title h3 {
  color: #fff;
  font-size: 250%;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category .header-title span {
  font-size: 100%;
  font-weight: normal;
  display: block;
  text-transform: capitalize;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category:hover .header-title {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 1;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category:hover .header-title h3 {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.category-slider .products-group.lt-category-horizontal-1 .product-category:hover .header-title span {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
}
.category-slider .products-group.lt-category-horizontal-1 .product-category:hover .inner-wrap.hover-overlay:after {
  opacity: 1;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category {
  position: relative;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category .hover-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category .header-title {
  position: absolute;
  top: 30px;
  left: 5px;
  width: auto;
  text-align: center;
  opacity: 1;
  z-index: 3;
  color: #fff;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category .header-title h3 {
  color: #333;
  background: #FFF;
  font-size: 130%;
  padding: 5px 15px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category .header-title .count {
  display: none;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category:hover .header-title {
  top: 30px;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category:hover .header-title h3:hover {
  color: #fff;
  background: #ff3333;
  padding: 5px 30px 5px 15px;
}
.category-slider .products-group.lt-category-horizontal-2 .product-category:hover .hover-overlay {
  opacity: 0.3;
   background: #000;
}

.lt-category-slider-vertical .product-category {
  margin-top: 5px;
  margin-bottom: 15px;
}
.lt-category-slider-vertical .product-category .inner-wrap {
  position: relative;
}
.lt-category-slider-vertical .product-category .inner-wrap .header-title {
  position: absolute;
  top: 15px;
  right: 2px;
}
.lt-category-slider-vertical .product-category .inner-wrap .header-title h3 {
  background: #FFF;
  font-size: 110%;
  padding: 5px 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-category-slider-vertical .product-category .inner-wrap .header-title .count {
  display: none;
}
.lt-category-slider-vertical .product-category:hover .inner-wrap .header-title h3:hover {
  background: #ff3333;
  color: #FFF;
  padding: 5px 10px 5px 20px;
}

/* End Product Category Slider Element */
/* Shortcode product deal */
.lt-sc-pdeal {
  position: relative;
}
.lt-sc-pdeal.lt-sc-pdeal-block {
  margin: 10px 15px 0 0;
  background: #fff;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img {
  position: relative;
  padding: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img .lt-sc-pdeal-countdown {
  position: absolute;
  z-index: 10;
  width: 55px;
  top: 35px;
  left: 30px;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img .lt-sc-pdeal-countdown .countdown .countdown-row {
  padding: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img .lt-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img .product-images-slider .owl-height {
  height: auto !important;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img .lt-sc-p-thumbs {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 30px;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-thumbs {
  margin: 10px auto;
  width: 285px;
  max-width: 80%;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-thumbs .owl-item.active-thumbnail img {
  border: 1px solid #ccc;
  opacity: 1;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-thumbs .owl-item a {
  display: block;
  padding: 7px;
  text-align: center;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-thumbs .owl-item a.active-thumbnail img {
  border: 1px solid #ccc;
  opacity: 1;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-thumbs .owl-item a img {
  height: 75px;
  width: auto;
  margin: 0 auto;
  border: 1px solid transparent;
  opacity: 0.3;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info {
  padding: 15px 10px 16px 10px;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .columns {
  padding: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info.has_absolute_thumbs {
  padding: 20px 10px 20px 10px;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .left .lt-sc-p-price {
  font-size: 120%;
  font-weight: bold;
  max-height: 58px;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .left .lt-sc-p-price del .amount {
  font-weight: bold;
  color: #dcdcdc;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .left .lt-sc-p-price ins .amount {
  color: #ff3333;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right {
  padding-top: 10px;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .add_to_cart_text {
  font-weight: normal;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .added_to_cart {
  display: none;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .add_to_cart_button {
  display: block;
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .add_to_cart_button.added .cart-icon-handle {
  display: block;
  content: "\f00c";
  font-family: "FontAwesome";
}
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .ajax_add_to_cart_variable,
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .ajax_add_to_cart,
.lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .button {
  float: right;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info h3 {
  font-size: 250%;
  margin-bottom: 15px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info h5 {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-left: 2px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info h5 .lt-text {
  color: #888;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info .lt-sc-p-price {
  font-weight: bold;
  margin-bottom: 15px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info .lt-sc-p-price del {
  font-size: 140%;
  margin-left: 15px;
  line-height: 165%;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info .lt-sc-p-price del .amount {
  font-weight: normal;
  color: #aaa;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info .lt-sc-p-price ins {
  font-size: 200%;
  float: left;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-info .lt-sc-p-price ins .amount {
  color: #ff3333;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-desc {
  clear: both;
  margin-top: 20px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-pdeal-countdown {
  width: 100%;
  height: 70px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-pdeal-countdown .countdown .countdown-row {
  position: relative;
  top: 0;
  left: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  width: 50px;
  margin: 8px;
  padding: 0;
  border: none;
  border: 2px solid #888888;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-pdeal-countdown .countdown .countdown-row .countdown-section:first-child {
  margin-left: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .lt-sc-pdeal-countdown .countdown .countdown-row .countdown-section:last-child {
  margin-right: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary {
  position: relative;
  background: transparent;
  margin-top: -1px;
  border-top: none;
  height: 40px;
  width: 100%;
  display: block;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .lt-separator-product-group-btn {
  margin: 0 20px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .add-to-cart-btn,
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .add-to-link {
  display: none;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-wishlist {
  position: absolute;
  width: 120px;
  height: 100%;
  left: -5px;
  top: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-wishlist .wishlist-icon {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-wishlist .wishlist-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px 3px 5px 5px;
  cursor: pointer;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-wishlist .wishlist-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .lt-seperator {
  display: block;
  position: absolute;
  left: 90px;
  top: 7px;
  border-left: 1px solid #ccc;
  padding: 7px 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-compare {
  position: absolute;
  width: 120px;
  height: 100%;
  left: 105px;
  top: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-compare .compare-icon {
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-compare .compare-icon .pe-icon {
  font-size: 120%;
  font-weight: bold;
  padding: 5px 3px 5px 5px;
  cursor: pointer;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .btn-compare .compare-icon .lt-icon-text {
  display: inline-block;
  cursor: pointer;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .quick-view {
  position: absolute;
  right: 20px;
  top: -35px;
  z-index: 12;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .quick-view .pe-icon {
  display: none;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .quick-view .btn-link:hover {
  background: none;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .quick-view .lt-icon-text {
  height: 22px;
  width: 30px;
  line-height: 155%;
  text-align: center;
  display: block;
  background: #ff3333;
  -webkit-border-radius: 45%;
  border-radius: 45%;
  color: #fff;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .quick-view .lt-icon-text:before {
  content: '';
  font-size: 100%;
  color: #ff3333;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content .product-summary .product-interactions .quick-view .lt-icon-text:hover {
  background: #F9B418;
  color: #000000;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right {
  text-align: right;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right .lt-sc-info {
  margin-right: 10px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right .lt-sc-pdeal-countdown {
  float: right;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right .lt-sc-pdeal-countdown .countdown .countdown-row .countdown-section {
  margin-left: 10px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a {
  opacity: 0.3;
  padding: 0 0 20px 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a .lt-pos-relative .lt-icon-current .pe-7s-angle-left {
  height: 20px;
  width: 20px;
  line-height: 100%;
  font-size: 160%;
  visibility: hidden;
  position: absolute;
  right: -5px;
  margin-top: 23px;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a .lt-thumb-img {
  border: 1px solid #ddd;
  width: 65px;
  margin: 0;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a.slick-current, .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a:hover {
  opacity: 1;
  position: relative;
}
.lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a.slick-current .lt-pos-relative .lt-icon-current .pe-7s-angle-left, .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a:hover .lt-pos-relative .lt-icon-current .pe-7s-angle-left {
  visibility: visible;
}
.lt-sc-pdeal .countdown .countdown-row .countdown-section {
  text-align: center;
  float: left;
  padding: 8px 0;
  border: 2px solid #888888;
  background: #fff;
}
.lt-sc-pdeal .countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
  font-size: 130%;
  font-weight: bold;
  color: #ff3333;
}
.lt-sc-pdeal .countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  line-height: 120%;
  font-size: 110%;
}

.lt-sc-product-deals-grid.lt-sc-product-deals-grid-2 .inner-content .product-item {
  margin-bottom: 10px;
}
.lt-sc-product-deals-grid .inner-content .product-item {
  margin-bottom: 40px;
}
.lt-sc-product-deals-grid .inner-content .product-item .info .info_main .name {
  line-height: 140%;
}
.lt-sc-product-deals-grid .inner-content .product-item .info .info_main .name a {
  font-size: 130%;
}
.lt-sc-product-deals-grid .inner-content.has_absolute_thumbs .product-item {
  margin-bottom: 0px;
}
.lt-sc-product-deals-grid .inner-content.has_absolute_thumbs .product-item .info .info_main {
  padding-top: 5px;
}
.lt-sc-product-deals-grid .inner-content.has_absolute_thumbs .product-item .info .info_main .name {
  line-height: 120%;
  margin-bottom: 5px;
}
.lt-sc-product-deals-grid .inner-content.has_absolute_thumbs .product-item .info .info_main .name a {
  font-size: 110%;
}

/* End Shortcode product deal */
/* Shortcode Tabs - Accordion */
/* Tab Elements */
.lt-tabs-content, .woocommerce-tabs {
  position: relative;
}
.lt-tabs-content .lt-accordion-title, .woocommerce-tabs .lt-accordion-title {
  display: none;
}
.lt-tabs-content .lt-tabs, .woocommerce-tabs .lt-tabs {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.lt-tabs-content .lt-tabs li, .woocommerce-tabs .lt-tabs li {
  list-style: none;
  display: inline-block;
}
.lt-tabs-content .lt-tabs li a, .woocommerce-tabs .lt-tabs li a {
  padding: 0;
  display: block;
}
.lt-tabs-content .lt-tabs li a h5, .woocommerce-tabs .lt-tabs li a h5 {
  color: #aaa;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 5px;
}
.lt-tabs-content .lt-tabs li.separator, .woocommerce-tabs .lt-tabs li.separator {
  color: #aaa;
  margin: 0px 20px;
}
.lt-tabs-content .lt-tabs li.separator:last-child, .woocommerce-tabs .lt-tabs li.separator:last-child {
  display: none !important;
}
.lt-tabs-content .lt-tabs li .bery-hr, .woocommerce-tabs .lt-tabs li .bery-hr {
  display: none;
}
.lt-tabs-content .lt-tabs li.active a h5, .lt-tabs-content .lt-tabs li:hover a h5, .woocommerce-tabs .lt-tabs li.active a h5, .woocommerce-tabs .lt-tabs li:hover a h5 {
  color: #222222;
}
.lt-tabs-content .lt-tabs li.active .bery-hr, .lt-tabs-content .lt-tabs li:hover .bery-hr, .woocommerce-tabs .lt-tabs li.active .bery-hr, .woocommerce-tabs .lt-tabs li:hover .bery-hr {
  display: block;
  height: 2px;
  background: #ff3333;
}
.lt-tabs-content .lt-panels .lt-panel, .woocommerce-tabs .lt-panels .lt-panel {
  display: none;
}
.lt-tabs-content .lt-panels .lt-panel.active, .woocommerce-tabs .lt-panels .lt-panel.active {
  display: block;
}
.lt-tabs-content .lt-panels .lt-panel .product_list_widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget {
  margin: 0;
}
.lt-tabs-content .lt-panels .lt-panel .product_list_widget .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget .item-product-widget {
  display: inline-block;
  width: 100%;
  float: left;
}
.lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-4 .item-product-widget, .lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-5 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-4 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-5 .item-product-widget {
  width: 25%;
}
.lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-3 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-3 .item-product-widget {
  width: 33.33333%;
}
.lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-2 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-2 .item-product-widget {
  width: 50%;
}

[class*="block-grid-"].product_list_widget {
  margin: 0;
}

/* Collapse Accordion */
.lt-accordions-content {
  margin-bottom: 15px;
}
.lt-accordions-content .lt-panel {
  display: none;
  padding: 15px 30px 30px;
  border: 1px solid #ececec;
  border-top: none;
  margin: -10px 0 10px;
}
.lt-accordions-content .lt-accordion-title a {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  padding: 15px 15px 15px 0;
  display: block;
  border: 1px solid #ececec;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-accordions-content .lt-accordion-title a:hover {
  background: #FCFCFC;
}
.lt-accordions-content .lt-accordion-title a:before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  content: '\e623';
  color: #ccc;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-weight: normal;
}
.lt-accordions-content .lt-accordion-title a.active {
  background: #FCFCFC;
  color: #ff3333;
}
.lt-accordions-content .lt-accordion-title a.active:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.collapses {
  margin-bottom: 15px;
}
.collapses .collapses-inner {
  display: none;
  padding: 15px 30px 30px;
  border: 1px solid #ececec;
  border-top: none;
  margin: -10px 0 10px;
}
.collapses .collapses-title a {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  padding: 15px 15px 15px 60px;
  display: block;
  border: 1px solid #ececec;
  position: relative;
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  transition: border 200ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.collapses .collapses-title a:hover {
  background: #FCFCFC;
}
.collapses .collapses-title a:before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  content: '\e623';
  color: #777;
  border-right: 1px solid #ddd;
  position: absolute;
  padding: 15px;
  left: 0;
  top: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: normal;
}
.collapses.active .collapses-title {
  background: #FCFCFC;
}
.collapses.active .collapses-title a:before {
  color: #fff;
  content: '\e644';
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

/* Newsletter element */
.lt-feedburner-subscription-shortcode .feedburner-subscription {
  margin-bottom: 0px !important;
}
.lt-feedburner-subscription-shortcode label {
  color: #000;
}
.lt-feedburner-subscription-shortcode button {
  border: none;
  padding: 0;
  position: absolute;
}
.lt-feedburner-subscription-shortcode button:before {
  content: "\e639";
  font-family: "Pe-icon-7-stroke";
  font-size: 168%;
  color: #ff3333;
}
.lt-feedburner-subscription-shortcode button:hover {
  background: transparent !important;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget {
  margin: 0 auto;
  text-align: center;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget .intro-text {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget .intro-text-2 {
  display: none;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget form {
  display: inline-block;
  width: 600px;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget form .subscribe-email {
  position: relative;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget form .subscribe-email input.subscribe-input {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 200%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px !important;
  height: 2em;
  font-weight: 300;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget form .subscribe-email input.subscribe-input:focus {
  background: transparent;
}
.lt-feedburner-subscription-shortcode.style-1 .subscribe-widget form .subscribe-email button {
  top: 25%;
  right: 0;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget {
  margin: 0 auto;
  text-align: center;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget .intro-text {
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget .intro-text-2 {
  display: none;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget form {
  display: inline-block;
  width: 350px;
  margin-bottom: 0px;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget form .subscribe-email {
  position: relative;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget form .subscribe-email input {
  margin-bottom: 0px;
}
.lt-feedburner-subscription-shortcode.style-2 .subscribe-widget form .subscribe-email button {
  top: 9px;
  right: 15px;
}

/* End shortcode tabs - accordion */
/* sevice box =========== */
.lt-col.service-icon {
  border-right: 1px solid #ddd;
}
.lt-col.service-icon.last {
  border: none;
}

/*------------------------- 14. Widgets ----------------------------*/
.widget {
  margin-bottom: 40px;
  *zoom: 1;
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li.lt-attr-brand:before {
  content: " ";
  position: absolute;
  padding: 2px;
  display: inline-block;
  background: #888;
  top: 50%;
  left: 0;
}
.widget ul li.lt-attr-brand a {
  padding-left: 15px;
  display: inline-block;
  width: 100%;
}
.widget ul li.lt-attr-brand a .count {
  position: relative;
  margin-left: 15px;
}
.widget ul li a {
  font-size: 100%;
  display: inline-block;
  line-height: 30px;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget .widgettitle {
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.widget .widgettitle .bery-hr {
  margin-top: 8px;
}
.widget .widgettitle h4 {
  color: #aaa;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}
.widget.widget_text .textwidget {
  line-height: 160%;
}
.widget.widget_text .textwidget p {
  margin-bottom: 20px;
}
.widget.widget_text .textwidget img {
  margin-bottom: 30px;
}
.widget.widget_recent_comments li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.widget.widget_nav_menu ul li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.widget.widget_calendar caption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0px;
}
.widget.widget_search input.field {
  border: 1px solid #eee;
}
.widget.widget_rss .rss-date {
  text-transform: uppercase;
  font-size: 100%;
}
.widget.widget_rss ul li {
  margin-bottom: 15px;
}
.widget.widget_rss ul li a.rsswidget {
  display: block;
}
.widget .sale-label,
.widget .new-label,
.widget .hot-label,
.widget .rsswidget {
  display: none;
}
.widget .tagcloud a {
  padding: 10px 20px;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.widget .tagcloud a:hover {
  background: transparent;
  border-color: #ddd;
  box-shadow: 0px 0px 5px 1px #dddddd;
  -webkit-box-shadow: 0px 0px 5px 1px #dddddd;
  -moz-box-shadow: 0px 0px 5px 1px #dddddd;
}

/* Widget filter variation products */
.widget_layered_nav_filters {
  overflow: hidden;
}
.widget_layered_nav_filters li {
  float: left;
  margin-right: 5px;
}
.widget_layered_nav_filters .chosen a:before {
  content: "x";
  margin-right: 5px;
  font-size: 100%;
  color: #999;
}

/* PRODUCTS CATEGORIES WIDGET */
.widget.woocommerce,
.widget.widget_categories,
.widget.widget_archive {
  margin-bottom: 35px;
}
.widget.woocommerce li,
.widget.widget_categories li,
.widget.widget_archive li {
  position: relative;
}
.widget.woocommerce li.lt-li-filter-color,
.widget.widget_categories li.lt-li-filter-color,
.widget.widget_archive li.lt-li-filter-color {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  font-size: 95%;
}
.widget.woocommerce li.lt-li-filter-color .lt-count-filter-color,
.widget.widget_categories li.lt-li-filter-color .lt-count-filter-color,
.widget.widget_archive li.lt-li-filter-color .lt-count-filter-color {
  position: relative;
  float: right;
  line-height: 30px;
  margin-left: 10px;
}
.widget.woocommerce li.lt-li-filter-color a.lt-filter-color,
.widget.widget_categories li.lt-li-filter-color a.lt-filter-color,
.widget.widget_archive li.lt-li-filter-color a.lt-filter-color {
  line-height: 31px;
  border: none;
  float: left;
}
.widget.woocommerce li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border,
.widget.widget_categories li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border,
.widget.widget_archive li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border {
  border: 1px solid transparent;
  padding: 1px;
  display: block;
  float: left;
  height: 26px;
  width: 26px;
  margin-right: 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.widget.woocommerce li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border .lt-filter-color-span,
.widget.widget_categories li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border .lt-filter-color-span,
.widget.widget_archive li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border .lt-filter-color-span {
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #f1f1f1;
}
.widget.woocommerce li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border:hover,
.widget.widget_categories li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border:hover,
.widget.widget_archive li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border:hover {
  border: 1px solid #aaa;
}
.widget.woocommerce li.lt-li-filter-color a.lt-filter-color.lt-filter-var-chosen .lt-filter-color-border,
.widget.widget_categories li.lt-li-filter-color a.lt-filter-color.lt-filter-var-chosen .lt-filter-color-border,
.widget.widget_archive li.lt-li-filter-color a.lt-filter-color.lt-filter-var-chosen .lt-filter-color-border {
  border: 1px solid #aaa;
}
.widget.woocommerce li.lt-li-filter-color a:hover .lt-filter-color-border,
.widget.widget_categories li.lt-li-filter-color a:hover .lt-filter-color-border,
.widget.widget_archive li.lt-li-filter-color a:hover .lt-filter-color-border {
  border: 1px solid #aaa;
}
.widget.woocommerce li.lt-li-filter-size,
.widget.widget_categories li.lt-li-filter-size,
.widget.widget_archive li.lt-li-filter-size {
  float: left;
  margin: 5px 10px 0 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.widget.woocommerce li.lt-li-filter-size.chosen, .widget.woocommerce li.lt-li-filter-size.lt-chosen, .widget.woocommerce li.lt-li-filter-size:hover,
.widget.widget_categories li.lt-li-filter-size.chosen,
.widget.widget_categories li.lt-li-filter-size.lt-chosen,
.widget.widget_categories li.lt-li-filter-size:hover,
.widget.widget_archive li.lt-li-filter-size.chosen,
.widget.widget_archive li.lt-li-filter-size.lt-chosen,
.widget.widget_archive li.lt-li-filter-size:hover {
  background: black;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.widget.woocommerce li.lt-li-filter-size.chosen a, .widget.woocommerce li.lt-li-filter-size.lt-chosen a, .widget.woocommerce li.lt-li-filter-size:hover a,
.widget.widget_categories li.lt-li-filter-size.chosen a,
.widget.widget_categories li.lt-li-filter-size.lt-chosen a,
.widget.widget_categories li.lt-li-filter-size:hover a,
.widget.widget_archive li.lt-li-filter-size.chosen a,
.widget.widget_archive li.lt-li-filter-size.lt-chosen a,
.widget.widget_archive li.lt-li-filter-size:hover a {
  color: #FFF;
  border-color: black;
}
.widget.woocommerce li.lt-li-filter-size a,
.widget.widget_categories li.lt-li-filter-size a,
.widget.widget_archive li.lt-li-filter-size a {
  display: block;
  border: 1px solid #ccc;
  padding: 4px 8px;
  line-height: inherit;
  font-weight: bold;
  font-size: 110%;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.widget.woocommerce li.lt-li-filter-size a:hover,
.widget.widget_categories li.lt-li-filter-size a:hover,
.widget.widget_archive li.lt-li-filter-size a:hover {
  color: #FFF;
  border-color: #ff3333;
}
.widget.woocommerce li.lt-li-filter-size .lt-count-filter-size,
.widget.widget_categories li.lt-li-filter-size .lt-count-filter-size,
.widget.widget_archive li.lt-li-filter-size .lt-count-filter-size {
  display: none;
}
.widget.woocommerce li.lt_show_manual,
.widget.widget_categories li.lt_show_manual,
.widget.widget_archive li.lt_show_manual {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.widget.woocommerce li.lt_show_manual a,
.widget.widget_categories li.lt_show_manual a,
.widget.widget_archive li.lt_show_manual a {
  color: #888;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-left: 5px;
}
.widget.woocommerce li.lt_show_manual a:hover,
.widget.widget_categories li.lt_show_manual a:hover,
.widget.widget_archive li.lt_show_manual a:hover {
  color: #222222;
}
.widget.woocommerce li.lt_show_manual .lt-hidden,
.widget.widget_categories li.lt_show_manual .lt-hidden,
.widget.widget_archive li.lt_show_manual .lt-hidden {
  left: -100%;
}
.widget.woocommerce li.lt-chosen,
.widget.widget_categories li.lt-chosen,
.widget.widget_archive li.lt-chosen {
  display: block;
}
.widget.woocommerce li a,
.widget.widget_categories li a,
.widget.widget_archive li a {
  color: #222222;
  line-height: 40px;
  display: block;
}
.widget.woocommerce li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover {
  color: black;
}
.widget.woocommerce li a.lt-active,
.widget.widget_categories li a.lt-active,
.widget.widget_archive li a.lt-active {
  color: black;
}
.widget.woocommerce li.current-cat a,
.widget.widget_categories li.current-cat a,
.widget.widget_archive li.current-cat a {
  color: black;
}
.widget.woocommerce li.current-cat .children a,
.widget.widget_categories li.current-cat .children a,
.widget.widget_archive li.current-cat .children a {
  color: #222222;
}
.widget.woocommerce li.current-cat .children a:hover,
.widget.widget_categories li.current-cat .children a:hover,
.widget.widget_archive li.current-cat .children a:hover {
  color: black;
}
.widget.woocommerce li.current-cat .children a.lt-active,
.widget.widget_categories li.current-cat .children a.lt-active,
.widget.widget_archive li.current-cat .children a.lt-active {
  color: black;
}
.widget.woocommerce li.chosen a,
.widget.widget_categories li.chosen a,
.widget.widget_archive li.chosen a {
  color: black;
}
.widget.woocommerce .count,
.widget.widget_categories .count,
.widget.widget_archive .count {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  font-size: 100%;
  color: #999;
}
.widget.woocommerce .product-categories .cat-item .accordion,
.widget.widget_categories .product-categories .cat-item .accordion,
.widget.widget_archive .product-categories .cat-item .accordion {
  position: absolute;
  right: 0;
  padding: 3px 0 3px 30px;
  border: none;
  font-size: 115%;
}
.widget.woocommerce .product-categories .cat-item .children,
.widget.widget_categories .product-categories .cat-item .children,
.widget.widget_archive .product-categories .cat-item .children {
  padding-left: 20px;
}
.widget.woocommerce .product-categories .cat-item i,
.widget.widget_categories .product-categories .cat-item i,
.widget.widget_archive .product-categories .cat-item i {
  font-size: 150%;
  margin-right: 10px;
  vertical-align: middle;
}
.widget.woocommerce.widget_product_categories .widgettitle,
.widget.widget_categories.widget_product_categories .widgettitle,
.widget.widget_archive.widget_product_categories .widgettitle {
  margin-bottom: 15px;
}
.widget.woocommerce.widget_product_categories .children,
.widget.widget_categories.widget_product_categories .children,
.widget.widget_archive.widget_product_categories .children {
  display: none;
}
.widget.woocommerce.widget_product_categories .li_accordion.current-cat > .children, .widget.woocommerce.widget_product_categories .li_accordion.current-cat-parent > .children,
.widget.widget_categories.widget_product_categories .li_accordion.current-cat > .children,
.widget.widget_categories.widget_product_categories .li_accordion.current-cat-parent > .children,
.widget.widget_archive.widget_product_categories .li_accordion.current-cat > .children,
.widget.widget_archive.widget_product_categories .li_accordion.current-cat-parent > .children {
  display: block;
}

.lt-recent-posts li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0px;
}
.lt-recent-posts li .post-title {
  padding-bottom: 0px;
  text-transform: uppercase;
}
.lt-recent-posts li .read-more {
  font-size: 100%;
  color: #888;
}
.lt-recent-posts li .read-more:hover {
  color: #ff3333;
}
.lt-recent-posts li .post-date {
  margin-bottom: 3px;
  font-size: 100%;
  color: #ff3333;
  text-transform: uppercase;
}
.lt-recent-posts li .post-excerpt {
  font-size: 100%;
}

/* TAB CLOUD */
.widget_tag_cloud .tagcloud {
  margin-top: 25px;
}
.widget_tag_cloud .tagcloud a {
  font-size: 100% !important;
}

.widget_recent_entries ul li {
  list-style: circle;
  margin-left: 15px;
  padding-left: 5px;
}
.widget_recent_entries ul li a {
  color: #222222;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.widget_recent_entries ul li a:hover {
  padding-left: 5px;
  color: #ff3333;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #eee;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 95%;
}
.widget_price_filter .price_slider_amount input#min_price,
.widget_price_filter .price_slider_amount input#max_price {
  float: left;
  width: 25%;
  height: 32px;
  margin-right: 12px;
  font-size: 110%;
  text-align: center;
}
.widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 125%;
  line-height: 230%;
}
.widget_price_filter .price_slider_amount button.button {
  padding: 10px 15px 10px 15px;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  top: -.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px;
}
.widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: -1px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 4px;
  top: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff3333;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #666;
}
.widget_price_filter .price_slider_wrapper {
  padding: 10px 0px 15px 0px;
}
.widget_price_filter .price_slider_wrapper .reset_price {
  display: none;
}
.widget_price_filter .ui-slider-horizontal {
  height: .3em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* CONTACT US FOOTER */
.contact-information {
  font-size: 100%;
}
.contact-information li {
  list-style: none;
  margin-bottom: 15px;
}
.contact-information li .contact-icon {
  float: left;
  margin-right: 15px;
  font-size: 150%;
}
.contact-information li .contact-text {
  margin-left: 30px;
  line-height: 2.0;
}

/* CONTACT PAGE*/
.contact-wrap {
  display: table;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-transform: uppercase;
}
.contact-wrap .contact-row {
  display: table-row;
  font-size: 100%;
}
.contact-wrap .contact-row:first-child .contact-cell {
  padding-top: 0;
}
.contact-wrap .contact-row:last-child .contact-cell.border {
  border: none;
}
.contact-wrap .contact-cell {
  display: table-cell;
  padding: 20px 0px;
}
.contact-wrap .contact-cell.border {
  border-bottom: 1px solid #ddd;
}
.contact-wrap .contact-cell.border h4 {
  color: #888;
}
.contact-wrap .contact-cell:first-child {
  padding-right: 20px;
}

/* FLICKR */
.flickr_badge_image {
  margin: 5px 10px 5px 0px !important;
  width: 57px !important;
  height: 57px !important;
  float: left;
}
.flickr_badge_image img {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.flickr_badge_image img:hover {
  opacity: 0.5;
}

.flickr_stream_wrap {
  display: none;
}

/* INSTAGRAM */
.lt-instagram {
  position: relative;
}
.lt-instagram.items-4 li {
  width: 25%;
}
.lt-instagram.items-5 li {
  width: 20%;
}
.lt-instagram.items-6 li {
  width: 16.6666%;
}
.lt-instagram.items-7 li {
  width: 14.2857%;
}
.lt-instagram.items-8 li {
  width: 12.5%;
}
.lt-instagram.items-9 li {
  width: 11.1111%;
}
.lt-instagram.items-10 li {
  width: 10%;
}
.lt-instagram li {
  display: inline-block;
  list-style: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-instagram li:hover {
  opacity: 0.8;
}
.lt-instagram .username-text {
  padding: 10px 20px;
  opacity: 0.9;
  background: #fff;
  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%);
  font-size: 150%;
  z-index: 1;
}
.lt-instagram .username-text i {
  margin-right: 10px;
}
.lt-instagram .username-text span {
  color: #ff3333;
}

/* WIDGET SEARCH */
.lt-search {
  position: relative;
}
.lt-search .form-control {
  border: 1px solid #dfdfdf;
}
.lt-search #searchsubmit {
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  width: 40px;
  text-indent: -9999px;
  z-index: 2;
}
.lt-search .fa {
  right: 15px;
  top: 10%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.lt-search .fa:hover {
  color: #333;
}
.lt-search .fa, .lt-search #searchsubmit {
  position: absolute;
  height: 32px;
  line-height: 32px;
  color: #888;
}

.lt-tag-cloud a.lt-active {
  background: black;
  color: #fff;
}
.lt-tag-cloud a.lt-active:hover {
  color: #ff3333;
}

/*------------------------- 15. Responsive for Mobile --------------*/
@media only screen and (max-width: 59.07692em) {
  body {
    background: none;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  #main-content {
    margin-top: 0px;
  }

  .page-inner {
    padding: 0;
    border: 0;
  }

  #content .bery_bg {
    padding-left: 0px;
    padding-right: 0px;
  }

  .config {
    display: none;
  }

  #top-link {
    display: none;
  }

  #top-bar,
  #under-top-bar {
    display: none;
  }

  #masthead.stuck .mobile-menu {
    padding: 0;
  }

  .wide-nav,
  .setting-switcher,
  .header-fold-btn,
  .share-icon,
  .lt-groups,
  .header-utilities,
  .header-search,
  .header-share-icons {
    display: none !important;
  }

  #masthead .header-container .logo-wrapper {
    display: none;
  }

  .header-type-3 #masthead .header-container .logo-wrapper {
    display: none;
  }
  .header-type-3 #masthead .header-container .mobile-menu .logo-wrapper {
    display: block;
    margin-bottom: inherit;
  }

  .header-container {
    background: #fff;
    padding: 30px 0px 20px 0px !important;
  }

  .mobile-menu {
    color: #666;
    width: 100%;
    position: relative;
    display: block;
  }
  .mobile-menu .icon-menu {
    font-size: 150%;
    padding-left: 10px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .mobile-menu .logo-wrapper {
    display: block !important;
    position: inherit !important;
    max-width: 120px;
    text-align: center;
    margin: -30px auto 0;
  }
  .mobile-menu .mini-cart {
    float: right;
    top: -2px;
    right: 10px;
    position: absolute;
  }
  .mobile-menu .mini-cart .cart-link .minicart-icon {
    font-size: 140%;
  }
  .mobile-menu .mini-cart .cart-link .products-number strong {
    font-size: 100%;
  }
  .mobile-menu .mini-account {
    float: right;
    margin-top: -30px;
    font-size: 130%;
    overflow: hidden;
  }
  .mobile-menu .mini-account a {
    margin-right: 8px;
  }

  .wrapper-type-4 .header-type-4 {
    position: inherit;
    left: 0 !important;
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none;
  }
  .wrapper-type-4 .header-type-4 .logo {
    margin-bottom: 0;
  }

  .lt-tab {
    margin-bottom: 10px;
  }

  /* Tab Elements */
  .lt-tabs-content .lt-panels .lt-panel .product_list_widget .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget .item-product-widget {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-4 .item-product-widget, .lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-5 .item-product-widget, .lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-3 .item-product-widget, .lt-tabs-content .lt-panels .lt-panel .product_list_widget.large-block-grid-2 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-4 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-5 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-3 .item-product-widget, .woocommerce-tabs .lt-panels .lt-panel .product_list_widget.large-block-grid-2 .item-product-widget {
    width: 50%;
  }

  .collapses .collapses-title {
    font-size: 100%;
  }

  .client .client-inner {
    padding: 55px 0px;
  }

  .service-block .box .title .text {
    font-size: 100%;
  }

  .service-block .box {
    margin-bottom: 15px;
  }

  .contact-information {
    margin-bottom: 40px;
  }

  .sort-bar,
  .pagination-centered {
    margin-top: 15px;
  }

  .filters-container,
  .filters-container-down {
    text-align: right;
  }

  .filter-tabs {
    display: none;
  }

  .woocommerce.widget_products,
  .woocommerce.widget_top_rated_products {
    padding-right: 0px;
  }

  #vertical-menu-wrapper .nav-dropdown,
  .vertical-menu-wrapper .nav-dropdown {
    display: none;
  }

  .checkout-breadcrumb {
    display: none;
  }

  #jPanelMenu-menu li a.lt-hide-for-mobile,
  .lt-hide-for-mobile {
    display: none;
  }

  #jPanelMenu-menu ul[class*="block-grid-"] > li {
    width: 100%;
  }

  .vertical-tabs .tabs-inner.active {
    padding-left: 0;
  }

  .icon-wrap.circle {
    display: none !important;
  }

  .group-blogs .blog_info {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .group-blogs .blog-grid .blog-grid-item {
    margin-bottom: 30px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog_info {
    margin-top: 0px 0px 60px 0px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog-image {
    margin-bottom: 15px;
  }
  .group-blogs .blog-grid .blog-grid-item .blog-image img {
    width: 100%;
  }

  .product-summary,
  .products-arrow {
    display: none;
  }

  .product_list_widget > div:last-child {
    margin-bottom: 40px;
  }

  .product_list_widget .text-info {
    margin-left: 0px;
  }

  .product-category img,
  .product-item .main-img img {
    width: 100%;
  }

  .main-images {
    padding-right: 0px;
  }

  .back-image {
    display: none;
  }

  .product-gallery .images {
    margin-bottom: 20px;
  }

  .easyzoom img {
    max-width: 100%;
  }

  .easyzoom {
    width: 100%;
  }

  .product-image .attachment-shop_single {
    width: 100%;
  }

  .product-interactions {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }

  .woocommerce-message {
    padding-right: 0;
  }

  .woocommerce-result-count {
    display: none;
  }

  .product-gallery {
    margin-bottom: 0px;
  }

  .rev_slider_wrapper {
    margin-bottom: 20px !important;
  }

  .rev_slider_wrapper .type-label-2 span {
    display: block;
    font-size: 200%;
  }

  .owl-nav {
    display: none;
  }

  .tparrows {
    display: none;
  }

  .group-slider .small-block-grid-2 > li {
    width: 75%;
  }

  .header-container .revSlider {
    margin-top: 0 !important;
  }

  .banner.hover-lax {
    background-size: cover;
  }

  li.mini-cart {
    padding: 0;
  }

  .cart-icon, .cart-icon strong {
    margin: 0;
  }

  .cart-wishlist .mini-cart .cart-link ul li {
    display: block;
  }

  .add-to-cart-grid-style2 .cart-icon {
    width: 100%;
  }

  .mini-cart.active .nav-dropdown {
    display: none;
  }

  .mini-cart .cart-price {
    margin-right: 15px;
  }

  .mini-cart .cart-inner {
    margin-top: 0px;
  }

  .cart-wishlist .wish-list-link,
  .cart-wishlist .cart-count,
  .mini-cart .wish-list-link,
  .mini-cart .cart-count {
    display: none !important;
  }

  .woocommerce-cart span.title-cart {
    display: inline-block;
  }

  .cart-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }

  .cart-wrapper,
  .shop_table.wishlist_table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    overflow-y: hidden;
    -webkit-box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.1);
  }

  .woocommerce-cart .cross-sells {
    display: none;
  }

  .item-product-widget .product-meta .add-to-cart-list {
    padding: 8px 3px;
  }

  .cart-sidebar .widget-title {
    display: none;
  }

  .woocommerce-message a.button {
    position: relative;
    float: right;
  }

  #masthead {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }

  ul.main-navigation li .nav-dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 10px;
  }

  ul.main-navigation li .nav-dropdown li.menu-parent-item {
    width: 100%;
  }

  ul.main-navigation li .nav-dropdown li a {
    margin-right: 0;
  }

  ul.main-navigation li .nav-dropdown .menu-parent-item > a {
    padding: 15px 0;
  }

  .main-navigation li .search-wrapper.yith-ajaxsearchform-container {
    display: none;
  }

  ul.main-navigation li .nav-dropdown {
    position: relative;
  }

  ul.main-navigation li.search-dropdown {
    display: none;
  }

  ul.main-navigation li {
    margin: 0;
  }

  #lt-footer .footer h4 {
    margin-bottom: 13px;
    margin-top: 20px;
  }
  #lt-footer .social-icons {
    margin: 15px 0px;
  }
  #lt-footer .absolute-footer p {
    margin: 8px 0px 15px 0px;
  }
  #lt-footer .absolute-footer ul {
    overflow: hidden;
    width: 100%;
  }
  #lt-footer .absolute-footer ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #lt-footer .absolute-footer .menu li {
    margin-top: 8px;
  }
  #lt-footer .widget_nav_menu #menu-footer-menu {
    text-align: left;
    line-height: 1.6em;
  }
  #lt-footer .social-icons {
    float: left;
  }

  .page-right-sidebar .blog-entry {
    padding-right: 0px;
    border-right: 0px;
  }

  .title-header {
    text-align: center;
  }

  .title-header .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .title-header .bery-hr {
    margin: 0 auto;
  }

  h4.heading-title,
  .tab h4 {
    font-size: 1.1em !important;
  }

  .entry-header .post-date-wrapper {
    margin: 0 auto;
    width: 70px;
    height: 70px;
  }

  .entry-header .post-date-wrapper .post-date .post-date-day {
    font-size: 150%;
  }

  .entry-header .post-date-wrapper .post-date .post-date-month {
    font-size: 100%;
  }

  .entry-header .post-date-wrapper .post-date {
    left: 30%;
  }

  .entry-header .meta-author {
    margin-bottom: 20px;
  }

  .entry-header .entry-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .breadcrumb-row .right {
    width: 100%;
    text-align: center;
  }

  .breadcrumb-row .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .checkout-breadcrumb h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .checkout-breadcrumb span,
  .checkout-breadcrumb span.divider {
    display: none;
  }

  .woocommerce-checkout span.title-checkout {
    display: inline-block;
  }

  #yith-wcwl-form {
    overflow: scroll;
  }

  .font-100 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-150 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-200 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-250 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-300 {
    font-size: 250% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-350 {
    font-size: 300% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-400 {
    font-size: 350% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-450 {
    font-size: 400% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-500 {
    font-size: 450% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-550 {
    font-size: 500% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-600 {
    font-size: 550% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  .font-650 {
    font-size: 600% !important;
    line-height: 100%;
    margin: 7px 0px;
  }

  #jPanelMenu-menu .search-wrapper {
    display: none;
  }

  #jPanelMenu-menu .navigation-search-wrap form {
    width: 200px;
    margin-top: 15px;
  }

  #jPanelMenu-menu li form {
    padding-top: 15px;
    padding-right: 10px;
  }

  #jPanelMenu-menu li form input,
  #jPanelMenu-menu li form button {
    margin-bottom: 10px;
  }

  #jPanelMenu-menu {
    -webkit-transition: 0.2s  ease-in-out;
    -moz-transition: 0.2s  ease-in-out;
    -o-transition: 0.2s  ease-in-out;
    transition: 0.2s  ease-in-out;
  }

  body[data-menu-position="open"] .jPanelMenu-panel {
    -webkit-transition: 0.3s  ease-in-out;
    -moz-transition: 0.3s  ease-in-out;
    -o-transition: 0.3s  ease-in-out;
    transition: 0.3s  ease-in-out;
    left: 0 !important;
    -webkit-transform: translate(250px);
    -o-transform: translate(250px);
    transform: translate(250px);
  }

  body[data-menu-position="closed"] #jPanelMenu-menu {
    -webkit-transform: translate(-250px);
    -o-transform: translate(-250px);
    transform: translate(-250px);
    display: block !important;
  }

  body[data-menu-position="open"] #jPanelMenu-menu {
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
    z-index: 99 !important;
  }

  body[data-menu-position="open"] #masthead.move_down {
    top: -300px;
  }

  body[data-menu-position="open"] .jPanelMenu-panel * {
    pointer-events: none;
  }

  [data-menu-position="open"] .cart-link {
    pointer-events: none;
  }

  .filters-container .sort-bar .li-toggle-sidebar,
  .div-toggle-sidebar {
    display: block;
  }

  .col-sidebar,
  .column.col-sidebar,
  .columns.col-sidebar {
    position: fixed;
    top: 0;
    overflow-y: auto;
    direction: rtl;
    text-align: left;
    background: #fff;
    z-index: 9998;
    width: 80%;
    max-width: 300px;
    display: none;
    height: 100%;
  }
  .col-sidebar.left,
  .column.col-sidebar.left,
  .columns.col-sidebar.left {
    left: -100%;
  }
  .col-sidebar.right,
  .column.col-sidebar.right,
  .columns.col-sidebar.right {
    right: -100%;
  }

  .mobile-search {
    font-size: 125%;
    margin-left: 8px;
  }

  .warpper-mobile-search {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 15px 10px 25px 10px;
    width: 100%;
    top: -100%;
    box-shadow: 10px 5px 30px 3px #d1d1d1;
    text-align: center;
  }
  .warpper-mobile-search input {
    width: 100%;
    margin: auto;
  }
  .warpper-mobile-search form {
    margin: 0;
  }
  .warpper-mobile-search form .screen-reader-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 120%;
  }
  .warpper-mobile-search form input {
    margin: 0;
  }
  .warpper-mobile-search form > label {
    padding-bottom: 10px;
  }
  .warpper-mobile-search .twitter-typeahead,
  .warpper-mobile-search input.live-search-input {
    width: 100%;
  }
  .warpper-mobile-search .tt-dropdown-menu {
    width: 100%;
    background: #FFF;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    left: 0;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search {
    max-height: 70px;
    overflow: hidden;
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search a {
    display: block;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search a:hover {
    background: #f9f9f9;
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search a p {
    font-size: 100%;
    text-align: left;
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search a .lee_item_title_search,
  .warpper-mobile-search .tt-dropdown-menu .item-search a img {
    float: left;
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search a .lee_item_title_search {
    margin-left: 12px;
  }
  .warpper-mobile-search .tt-dropdown-menu .item-search a img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  /* Shortcode product deal */
  .lt-sc-pdeal.lt-sc-pdeal-block {
    margin: auto;
  }
  .lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .left {
    text-align: center;
  }
  .lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-info .right .add-to-cart-btn .small.quick-view {
    width: 100%;
    display: none;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content {
    position: relative;
    left: 0 !important;
    width: 100%;
    text-align: left;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.for-small-padding-10 {
    padding: 10px !important;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right {
    text-align: right;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right .lt-sc-info {
    margin-right: 10%;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.right .lt-sc-pdeal-countdown {
    float: right;
    margin-right: 8%;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.left .lt-sc-info {
    margin-left: 10%;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-block-content.left .lt-sc-pdeal-countdown {
    float: left;
    margin-left: 8%;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .countdown .countdown-row .countdown-section {
    margin-left: 10px;
  }

  .lt-sc-product-deals-grid .inner-content .product-item {
    margin-bottom: 10px;
  }
  .lt-sc-product-deals-grid .inner-content .product-item .inner-wrap {
    border: 1px solid #ddd;
  }
  .lt-sc-product-deals-grid .inner-content .product-item .inner-wrap .lt-slider.lt-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .lt-sc-product-deals-grid .inner-content .product-item .inner-wrap .lt-slider.lt-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .lt-sc-product-deals-grid .inner-content .product-item .info .info_main {
    padding-top: 5px;
  }
  .lt-sc-product-deals-grid .inner-content .product-item .info .info_main .name {
    line-height: 120%;
    margin-bottom: 5px;
  }
  .lt-sc-product-deals-grid .inner-content .product-item .info .info_main .name a {
    font-size: 110%;
  }

  .product-item .lt-thumbs-slide.owl-carousel .owl-nav {
    display: block;
    visibility: visible;
  }
  .product-item .lt-thumbs-slide.owl-carousel .owl-nav div {
    border: none;
    background: none;
    color: #ddd;
  }
  .product-item .lt-thumbs-slide.owl-carousel:hover .owl-nav .owl-prev {
    left: -10px;
  }
  .product-item .lt-thumbs-slide.owl-carousel:hover .owl-nav .owl-next {
    right: -10px;
  }
  .product-item .inner-wrap {
    border: 1px solid #ddd;
  }
  .product-item .inner-wrap .lt-slider.lt-thumbs-slide {
    box-shadow: none;
    border: none;
  }
  .product-item .inner-wrap .lt-slider.lt-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .product-item .inner-wrap.product-deals .lt-slider.lt-thumbs-slide {
    box-shadow: none;
  }
  .product-item .inner-wrap.product-deals .lt-slider.lt-thumbs-slide .content-img {
    padding: 50px 20px 20px 20px;
  }
  .product-item .inner-wrap.product-deals .product-img .product-summary {
    display: none;
  }
  .product-item .inner-wrap.product-deals .info .lt-sc-pdeal-countdown {
    position: relative;
    height: 65px;
    margin: 20px 0;
  }
  .product-item .inner-wrap.product-deals .info .lt-deal-showmore {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .product-item .inner-wrap.product-deals .info .product-summary {
    position: relative;
    box-shadow: none;
    visibility: visible;
    display: block;
    height: 50px;
    border: none;
    width: 100%;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .lt-separator-product-group-btn {
    display: none;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .add-to-cart-btn,
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .add-to-link {
    display: none;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-wishlist {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-wishlist .wishlist-icon {
    background: none;
    position: absolute;
    top: 15px;
    left: 20px;
    opacity: 1;
    visibility: visible;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-wishlist .wishlist-icon .pe-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-wishlist .wishlist-icon .lt-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .lt-seperator {
    display: block;
    position: absolute;
    left: 50%;
    top: 48%;
    border-left: 1px solid #ccc;
    padding: 7px 0;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-compare {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-compare .compare-icon {
    background: none;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-compare .compare-icon .pe-icon {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .btn-compare .compare-icon .lt-icon-text {
    display: inline-block;
    cursor: pointer;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view {
    display: none;
    position: absolute;
    right: 20px;
    top: -35px;
    z-index: 12;
    cursor: pointer;
    visibility: visible;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view .pe-icon {
    display: none;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view .btn-link:hover {
    background: none;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view .lt-icon-text {
    height: 22px;
    width: 30px;
    line-height: 155%;
    text-align: center;
    display: block;
    background: #ff3333;
    -webkit-border-radius: 45%;
    border-radius: 45%;
    color: #fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view .lt-icon-text:before {
    content: '';
    font-size: 100%;
    color: #ff3333;
  }
  .product-item .inner-wrap.product-deals .info .product-summary .product-interactions .quick-view .lt-icon-text:hover {
    background: #F9B418;
    color: #000000;
  }
  .product-item .info {
    position: relative;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .product-item .info .info_main {
    margin: 0 20px 20px 20px;
    line-height: 120%;
    font-size: 160%;
  }

  .columns.lt-column-custom-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .columns.lt-column-custom-2 {
    width: 50%;
  }
  .columns.lt-column-custom-2 .product-item .inner-wrap .info .product-summary {
    display: none;
  }
  .columns.lt-column-custom-2 .product-item .inner-wrap .info .product-summary .price {
    font-size: 100%;
  }
  .columns.lt-column-custom-2 .product-item .inner-wrap .price {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  ul.products li.product-item {
    width: 100%;
  }

  .columns.lt-column-custom-2 {
    width: 100%;
  }

  .columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block div.small-6 {
    width: 100%;
  }
  .columns.lt-column-custom-4 .lt-sc-pdeal.lt-sc-pdeal-block .lt-sc-p-img {
    padding: 10px;
  }

  .product-info .cart .lt-single-form-text {
    display: none;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .group-slider .small-block-grid-2 > li {
    width: 40%;
  }

  #top-bar .left-text {
    float: left;
    text-align: left;
    font-size: 60%;
    width: auto;
  }

  .mini-cart .cart-inner {
    position: relative;
  }

  .config {
    display: none;
  }
}
/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .config {
    display: none;
  }

  .group-slider .small-block-grid-2 > li {
    width: 30%;
  }

  .group-slider .sliderControlls {
    display: none;
  }

  .search-wrapper form#yith-ajaxsearchform input {
    width: auto;
  }

  .service-block .box .title .text {
    top: 18px;
  }

  .banner .banner-content .banner-inner {
    padding: 0px !important;
  }

  .border_inner {
    border: none;
  }

  .rev_slider_wrapper {
    margin-bottom: 0px !important;
  }

  .group-blogs .blog_info {
    font-size: 85%;
    margin-bottom: 10px;
  }

  .mini-cart.active .nav-dropdown {
    display: none !important;
  }

  .product-info .quantity {
    margin-bottom: 10px;
  }
}
/* Custom @media only screen and (max-width: 450px) */
@media only screen and (max-width: 450px) {
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-info .lt-sc-block-content {
    margin: 0;
    padding: 10px !important;
  }
  .lt-sc-pdeal.lt-sc-pdeal-full .lt-sc-p-thumbs .lt-thumb-a .lt-pos-relative .lt-icon-current .pe-7s-angle-left {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 945px) and (max-width: 980px) {
  html .jPanelMenu, html body {
    overflow: auto;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/*------------------------- 15. CSS Visual composer element --------------*/
.vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 15px;
}

/* Fix VC */
.page-template-page-blank .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-blank .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.wpb_widgetised_column {
  margin-bottom: 0px !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.lt-row.fullwidth .lt-col {
  padding: 0;
}

.page-template-page-home-left-header .lt-row.fullwidth .lt-col {
  margin-bottom: 0px;
}

.page-template-page-home-left-header .wpb_revslider_element {
  margin-bottom: 0px !important;
}

.vc_progress_bar {
  padding-top: 25px;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

.section-element.home_box_wrap .lt-col {
  float: left;
  width: 18.8%;
  padding: 0;
  margin-right: 1.5%;
  min-height: 0;
}

.home_box_last {
  margin: 0 !important;
}

/*------------------------- 16. Main Menu --------------*/
.wide-nav {
  margin-bottom: 0;
}

.nav-dropdown {
  top: 75px;
  left: 15px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 9999;
  position: absolute;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

li.menu-item:hover > .nav-dropdown {
  z-index: 99999;
}

.active .nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 65px;
}

/* nav-dropdown - mainmenu */
.header-nav > li.menu-item .nav-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.menu-item.sale-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/sale-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.menu-item.new-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/new-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.menu-item.hot-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/hot-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}

.nav-dropdown > ul,
.nav-dropdown > .row,
.nav-dropdown-inner {
  position: relative;
}

.nav-dropdown > ul {
  margin: 0px;
}

.nav-wrapper ul {
  padding: 0;
  margin: 0;
}
.nav-wrapper .header-nav {
  /* ========Lee Default Menu ================== */
}
.nav-wrapper .header-nav li.menu-item {
  display: inline-block;
  list-style: none;
  position: relative;
}
.nav-wrapper .header-nav li.root-item {
  width: auto;
}
.nav-wrapper .header-nav li.root-item > a {
  display: block;
  margin-left: 40px;
  padding: 20px 0;
  font-size: 120%;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nav-wrapper .header-nav li.root-item > a .fa,
.nav-wrapper .header-nav li.root-item > a .pe7-icon {
  display: block;
  font-size: 170%;
}
.nav-wrapper .header-nav li.root-item > a .pe7-icon {
  font-weight: bold;
}
.nav-wrapper .header-nav li.root-item a:hover {
  color: #ff3333;
}
.nav-wrapper .header-nav li.root-item.menu-parent-item > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  opacity: 0.3;
  margin-left: 5px;
  font-size: 100%;
}
.nav-wrapper .header-nav li.root-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 65px;
}
.nav-wrapper .header-nav li.menu-item.default-menu ul {
  position: absolute;
}
.nav-wrapper .header-nav li.menu-item.default-menu li.menu-item {
  width: 170px;
}
.nav-wrapper .header-nav li.menu-item.default-menu li.menu-item a {
  display: block;
  padding: 5px 0px;
  line-height: 25px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.nav-wrapper .header-nav li.menu-item.default-menu li.menu-item a:hover {
  padding-left: 3px;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown {
  text-align: left;
  top: 65px;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub {
  font-size: 100%;
  padding-top: 10px;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu {
  padding: 20px 0px 20px 30px;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-item ul {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  top: 0px;
  left: 190px;
  visibility: hidden;
  opacity: 0;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-parent-item > a:after {
  float: right;
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 0.3;
  margin-right: 20px;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul {
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border: 1px solid #ececec;
}
.nav-wrapper .header-nav li.menu-item.default-menu:hover > .nav-dropdown {
  top: 53px;
}
.nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item:hover > .nav-column-links > .div-sub > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  left: 155px;
}

.header-fullwidth li.menu-item.lt-megamenu.fullwidth > .nav-dropdown {
  width: 100%;
}

li.menu-item.lt-megamenu {
  position: inherit !important;
  /*&.cols-2{
      > .nav-dropdown > .div-sub > ul > li.menu-item{
          width: 50%;
      }
  }
  &.cols-3{
      > .nav-dropdown > .div-sub > ul > li.menu-item{
          width: 33.3333333%;
      }
  }
  &.cols-4{
      > .nav-dropdown > .div-sub > ul > li.menu-item{
          width: 25%;
      }
  }
  &.cols-5{
      > .nav-dropdown > .div-sub > ul > li.menu-item{
          width: 20%;
      }
  }*/
}
li.menu-item.lt-megamenu.fullwidth > .nav-dropdown {
  width: 92.30769em;
}
li.menu-item.lt-megamenu > .nav-dropdown {
  text-align: left;
  background: none;
  left: 0px;
  padding-top: 13px;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub {
  font-size: 100%;
  border-top: 1px solid #ececec;
  margin: 0 10px;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #FFF;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item {
  float: left;
  border: none;
  position: relative;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item a {
  padding: 2px 0px 2px 30px;
  line-height: 28px;
  display: block;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item a:hover {
  text-decoration: none;
  padding-left: 33px;
  color: #ff3333;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item .nav-column-links ul li.menu-item a:not(.lt-hide-for-mobile):before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: 15px;
  top: 3px;
  color: #666;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop {
  padding-left: 35px;
  height: 100%;
  padding-bottom: 20px;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > a {
  text-transform: capitalize;
  padding: 25px 0 5px 15px;
  font-size: 130%;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > a img {
  padding-top: 10px;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > hr.hr-lt-megamenu {
  width: 20px;
  margin: -5px 0 10px 15px;
  border-top: 2px solid #ff3333;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item {
  padding: 0px;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item > hr.hr-lt-megamenu {
  display: none;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item img {
  padding: 30px 30px 15px 0px;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul > li.menu-item li.menu-item {
  width: 100%;
}
li.menu-item.lt-megamenu > .nav-dropdown > .div-sub > ul li.menu-item {
  background: none;
}
li.menu-item.lt-megamenu:hover .nav-dropdown {
  top: 76px;
}

.boxed .nav-wrapper .header-nav li.menu-item.lt-megamenu.fullwidth > .nav-dropdown {
  width: 92.30769em;
}

#jPanelMenu-panel {
  background: rgba(255, 255, 255, 0.5);
}

#jPanelMenu-menu {
  direction: rtl;
  text-align: left;
  padding: 10px 10px 60px 10px;
  background: #000;
  overflow-y: auto;
}
#jPanelMenu-menu ul {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu > li > a {
  text-transform: uppercase;
}
#jPanelMenu-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#jPanelMenu-menu li a {
  font-size: 100%;
  color: #ccc;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #333;
}
#jPanelMenu-menu li a i {
  margin-right: 8px;
}
#jPanelMenu-menu li a:hover {
  color: #fff;
}
#jPanelMenu-menu li a.accordion {
  position: absolute;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  right: 5px;
  top: 5px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
#jPanelMenu-menu li a.accordion:hover {
  background: rgba(255, 255, 255, 0.3);
}
#jPanelMenu-menu li.current-menu-item > a {
  color: #fff;
  font-weight: bold;
}
#jPanelMenu-menu li.lt-megamenu {
  position: relative !important;
}
#jPanelMenu-menu .menu-item > .nav-dropdown-mobile {
  padding-left: 10px;
}
#jPanelMenu-menu .menu-item-account {
  text-transform: uppercase;
  padding: 25px 20px 0 20px;
  font-weight: bold;
}
#jPanelMenu-menu .menu-item-account .heading-account {
  text-align: center;
  color: #fff;
}
#jPanelMenu-menu .menu-item-account .heading-account hr {
  border: none;
  border-bottom: 1px solid #333;
}
#jPanelMenu-menu .menu-item-account a {
  border: none;
  padding: 3px 0px;
}
#jPanelMenu-menu .menu-item-account a.center {
  display: block;
  text-align: center;
}
#jPanelMenu-menu .menu-item-heading {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 0 10px 10px;
  color: #FFF;
  font-weight: bold;
}
#jPanelMenu-menu .menu-item-heading .fa-bars {
  margin-right: 10px;
}

/* Vertical menu title*/
.vertical-menu h5.section-title {
  background: #efefef;
  padding: 10px 25px;
  border: 1px solid #ececec;
  margin-bottom: 4px;
  margin-top: 0;
}
.vertical-menu h5.section-title:before {
  content: "\e636";
  font-family: "Pe-icon-7-stroke";
  margin-right: 15px;
  font-size: 130%;
  color: #333;
  vertical-align: middle;
}
.vertical-menu h5.section-title span {
  vertical-align: middle;
  color: #333;
}

#vertical-menu-wrapper,
.vertical-menu-wrapper {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  padding: 10px 0px;
  margin-top: -5px;
}
#vertical-menu-wrapper li.root-item,
.vertical-menu-wrapper li.root-item {
  padding: 11px 25px;
  position: relative !important;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  list-style: none;
  cursor: pointer;
}
#vertical-menu-wrapper li.root-item > a,
.vertical-menu-wrapper li.root-item > a {
  text-transform: uppercase;
  font-size: 110%;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}
#vertical-menu-wrapper li.root-item:hover,
.vertical-menu-wrapper li.root-item:hover {
  background: #efefef;
  color: #f46e6d;
}
#vertical-menu-wrapper li.root-item.root-item.menu-item-has-children:after,
.vertical-menu-wrapper li.root-item.root-item.menu-item-has-children:after {
  position: absolute;
  top: 14px;
  right: 25px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 100%;
  color: #c5c5c5;
}
#vertical-menu-wrapper li.root-item .nav-dropdown,
.vertical-menu-wrapper li.root-item .nav-dropdown {
  top: -26px;
  left: 260px;
  box-shadow: none;
  border: none;
}
#vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li,
.vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li {
  list-style: none;
}
#vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.megatop,
.vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.megatop {
  margin-bottom: 20px;
}
#vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li .nav-column-links .sub-menu,
.vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li .nav-column-links .sub-menu {
  margin-left: 0;
}
#vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.has_widget_item,
.vertical-menu-wrapper li.root-item .nav-dropdown .div-sub ul.sub-menu li.has_widget_item {
  margin-bottom: 0;
}
#vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown,
.vertical-menu-wrapper li.root-item.lt-megamenu .nav-dropdown {
  width: 920px;
}
#vertical-menu-wrapper li.root-item.lt-megamenu:hover .nav-dropdown,
.vertical-menu-wrapper li.root-item.lt-megamenu:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  left: 268px;
}
#vertical-menu-wrapper li.root-item.default-menu ul,
.vertical-menu-wrapper li.root-item.default-menu ul {
  position: absolute;
}
#vertical-menu-wrapper li.root-item.default-menu li.menu-item,
.vertical-menu-wrapper li.root-item.default-menu li.menu-item {
  width: 170px;
}
#vertical-menu-wrapper li.root-item.default-menu li.menu-item a,
.vertical-menu-wrapper li.root-item.default-menu li.menu-item a {
  display: block;
  padding: 5px 0px;
  line-height: 25px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
#vertical-menu-wrapper li.root-item.default-menu li.menu-item a:hover,
.vertical-menu-wrapper li.root-item.default-menu li.menu-item a:hover {
  padding-left: 3px;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown {
  text-align: left;
  left: 242px;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub {
  font-size: 100%;
  padding-top: 10px;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item {
  position: relative;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu {
  padding: 20px 0px 20px 30px;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-item ul,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-item ul {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  top: 0px;
  left: 190px;
  visibility: hidden;
  opacity: 0;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-parent-item > a:after,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-parent-item > a:after {
  float: right;
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 0.3;
  margin-right: 20px;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub ul {
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border: 1px solid #ececec;
}
#vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item:hover > .nav-column-links > .div-sub > ul,
.vertical-menu-wrapper li.root-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item:hover > .nav-column-links > .div-sub > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  left: 155px;
}
#vertical-menu-wrapper li.root-item.default-menu:hover .nav-dropdown,
.vertical-menu-wrapper li.root-item.default-menu:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  left: 258px;
}
#vertical-menu-wrapper i,
.vertical-menu-wrapper i {
  font-size: 150%;
  vertical-align: middle;
  margin-right: 8px;
  width: 25px;
  font-weight: bold;
}

/*------------------------- 17. CSS Others element --------------*/
/* WISTLIST PAGE */
.wishlist_table .product-thumbnail a img {
  overflow: hidden;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.wishlist_table .product-thumbnail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.wishlist_table td.product-name a:hover {
  color: #ff3333;
}

#yith-wcwl-popup-message {
  background: #FFF;
  border: 1px solid #ddd;
  line-height: 50px;
  padding: 15px;
  font-size: 120%;
  position: fixed;
  text-align: center;
  top: 40%;
  left: 45%;
  z-index: 10000;
  margin: 0 auto !important;
}

.ajax-loading {
  display: none !important;
}

.product-gallery .yith-wcwl-wishlistexistsbrowse {
  display: none !important;
}

.product-img.images .yith-wcwl-add-to-wishlist {
  display: none;
}

.lt-promotion-news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 98;
}
.lt-promotion-news.lt-hide {
  display: none;
}
.lt-promotion-news .lt-wapper-promotion {
  position: relative;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news {
  height: 75px;
  position: relative;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news .lt-content-promotion-custom {
  height: 100%;
  width: 100%;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news .lt-content-promotion-custom table {
  height: 100%;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news .lt-content-promotion-custom table td {
  text-align: center;
  font-size: 120%;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news .lt-content-promotion-custom table td a {
  color: inherit;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news a.lt-a-icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font-size: 180%;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news .lt-post-slider .lt-post-slider-item {
  text-align: center;
  padding: 30px 0;
}
.lt-promotion-news .lt-wapper-promotion .lt-content-promotion-news .lt-post-slider .lt-post-slider-item a {
  font-size: 150%;
  font-weight: bold;
  color: #ff3333;
}

.lt-promotion-show {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 180%;
  background: #ccc;
  color: #FFF;
  display: none;
}
.lt-promotion-show.lt-show {
  display: block;
}

.lt-position-relative {
  position: relative;
  z-index: 97;
  background: transparent;
  height: 0px;
}

/*------------------------- 18. CSS Poftfolio --------------*/
/* ============================ Portfolio ===================================== */
.slider-container {
  margin-top: 70px;
}

.recentPortfolio .slider-item {
  margin: 0 0.76923em;
}
.recentPortfolio .slider-item .portfolio-caption {
  line-height: 20px;
}
.recentPortfolio .slider-item .portfolio-caption h3 {
  font: 16px/24px Helvetica, sans-serif;
  font-weight: 600;
}
.recentPortfolio .slider-item .portfolio-caption h2 {
  font: 20px/24px Helvetica, sans-serif;
  font-weight: 600;
}
.recentPortfolio .slider-item .portfolio-caption p {
  font: 13px/24px Helvetica, sans-serif;
  color: #767676;
  margin: 0 0 10px;
}

/*---------------------------------------------------------------*/
/* Portfolio
/*---------------------------------------------------------------*/
.loadmore-portfolio {
  display: none;
}

.portfolio-single-item {
  margin-top: 20px;
  margin-bottom: 60px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-image .btn_group {
  top: 40%;
}
.portfolio-item h3 {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.portfolio-item.columns-count-2 .portfolio-description {
  text-align: left;
}
.portfolio-item .portfolio-image {
  position: relative;
  margin: 0px 3px 3px 0px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-image img {
  width: 100%;
}
.portfolio-item .portfolio-image .btn_group {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.portfolio-item .portfolio-image .btn_group .portfolio-image-view {
  top: 40px;
}
.portfolio-item .portfolio-image .btn_group .portfolio-link {
  top: -40px;
}
.portfolio-item .portfolio-image .btn_group .portfolio-image-view,
.portfolio-item .portfolio-image .btn_group .portfolio-link {
  position: relative;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-image .btn_group a {
  background: #252525;
  border-radius: 100% !important;
  padding: 0 !important;
  line-height: 0px !important;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-image .btn_group a:focus {
  outline: none;
}
.portfolio-item .portfolio-image .btn_group a:first-child:before {
  content: "\f065" !important;
  line-height: 40px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
}
.portfolio-item .portfolio-image .btn_group a:last-child :before {
  content: "\f0c1" !important;
  line-height: 40px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
}
.portfolio-item .portfolio-image .btn_group a:hover {
  opacity: 0.8;
  background: black;
}
.portfolio-item .portfolio-image .btn_group a span {
  text-transform: uppercase;
  font-size: 0;
}
.portfolio-item .portfolio-image .btn_group a span i {
  font-size: 16px;
  position: relative;
  left: 1px;
  right: 1px;
}
.portfolio-item .portfolio-image .btn_group a span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  -webkit-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  transition: all 350ms linear;
}
.portfolio-item .portfolio-image .btn_group a span:before {
  content: '';
  display: block;
  -webkit-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  transition: all 350ms linear;
}
.portfolio-item .portfolio-image .zoom {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.portfolio-item .portfolio-image .zoom > i {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #ddd !important;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.portfolio-item .portfolio-description {
  line-height: 18px;
  font-size: 100%;
  padding: 15px 15px 20px 15px;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.portfolio-item .portfolio-description .portfolio-cat a {
  color: #aaa;
}
.portfolio-item .portfolio-description a {
  color: #ff3333;
}
.portfolio-item .portfolio-description a:hover {
  color: #767676;
}
.portfolio-item .portfolio-description h3 {
  text-transform: uppercase;
  font-size: 130%;
}
.portfolio-item .portfolio-description h3 a {
  color: #252525;
}
.portfolio-item .portfolio-description h3 a:hover {
  color: #ff3333;
}
.portfolio-item .portfolio-description p {
  color: #767676;
  font: 13px/20px Arial, Helvetica, sans-serif;
}
.portfolio-item:hover .portfolio-image {
  top: -20px;
}
.portfolio-item:hover .portfolio-image .zoom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio-item:hover .portfolio-image .portfolio-image-view,
.portfolio-item:hover .portfolio-image .portfolio-link {
  opacity: 0.5;
  top: 0;
}
.portfolio-item:hover .portfolio-description {
  opacity: 1;
  bottom: 0;
}

.items-slider-portfolio .portfolio-item {
  margin: 0 1px !important;
}
.items-slider-portfolio .portfolio-item:hover .portfolio-image {
  top: 0px;
}

.portfolio-pagination {
  float: right;
}
.portfolio-pagination li {
  margin: 0 2px 0 2px;
  float: left;
  list-style: none;
}
.portfolio-pagination li span.page-numbers,
.portfolio-pagination li .inactive {
  padding: 6px 10px;
  font: 14px/15px Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.portfolio-pagination li span.page-numbers.current,
.portfolio-pagination li .inactive.current {
  color: #FFF;
  background-color: #000;
}

@media (min-width: 980px) {
  .portfolio-item.columns-count-4 {
    width: 24.8%;
  }
  .portfolio-item.columns-count-4 .portfolio-image .btn_group {
    margin-top: -42px;
  }
  .portfolio-item.columns-count-4 .portfolio-image .btn_group a {
    margin-bottom: 10px;
  }
}
.back-history {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 13px;
}
.back-history:hover, .back-history:focus {
  text-decoration: none !important;
}
.back-history:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 9px;
  margin: 0 9px 0 0;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h2.title,
h3.title {
  position: relative;
  font-size: 22px;
  margin: 25px 0 20px;
}
h2.title:before,
h3.title:before {
  border-top: 1px solid #dddddd;
  right: 0px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
h2.title span,
h3.title span {
  text-transform: uppercase;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.upercase {
  text-transform: uppercase;
}

.portfolio-navigation {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.portfolio-navigation + .title-alt {
  margin-top: 0;
}
.portfolio-navigation .portfolio-nav {
  padding: 7px 15px;
  display: block;
}
.portfolio-navigation .next-portfolio,
.portfolio-navigation .prev-portfolio {
  position: relative;
  background-color: #bbb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-navigation .next-portfolio:hover,
.portfolio-navigation .prev-portfolio:hover {
  background-color: #ff3333;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-navigation .next-portfolio:hover a,
.portfolio-navigation .prev-portfolio:hover a {
  border-color: #ff3333;
}
.portfolio-navigation .next-portfolio a,
.portfolio-navigation .prev-portfolio a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #bbb;
  color: #fff !important;
}
.portfolio-navigation .next-portfolio a:hover,
.portfolio-navigation .prev-portfolio a:hover {
  border-color: #ff3333;
  color: #fff;
  background-color: #ff3333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-navigation .next-portfolio .hide-info,
.portfolio-navigation .prev-portfolio .hide-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  top: -76px;
  left: auto;
  background-color: #FFF;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: table;
}
.portfolio-navigation .next-portfolio .hide-info:before,
.portfolio-navigation .prev-portfolio .hide-info:before {
  bottom: -22px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 213, 213, 0);
  border-top-color: #D5D5D5;
  border-width: 11px;
  margin-left: 44px;
}
.portfolio-navigation .next-portfolio .hide-info:after,
.portfolio-navigation .prev-portfolio .hide-info:after {
  bottom: -20px;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 45px;
}
.portfolio-navigation .next-portfolio .hide-info img,
.portfolio-navigation .prev-portfolio .hide-info img {
  float: left;
  margin-right: 10px;
  height: auto;
  max-width: 125px;
  max-height: 60px;
}
.portfolio-navigation .next-portfolio .hide-info span,
.portfolio-navigation .prev-portfolio .hide-info span {
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin: 0 !important;
  color: #ff3333;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.portfolio-navigation .next-portfolio .hide-info span.price,
.portfolio-navigation .prev-portfolio .hide-info span.price {
  font-weight: 500;
  color: #252525;
  margin: 0 !important;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}
.portfolio-navigation .next-portfolio:hover .hide-info,
.portfolio-navigation .prev-portfolio:hover .hide-info {
  opacity: 1;
  visibility: visible;
}
.portfolio-navigation .prev-portfolio .hide-info {
  left: 0;
  right: auto;
  padding-right: 10px;
}
.portfolio-navigation .prev-portfolio .hide-info img {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.portfolio-navigation .prev-portfolio .hide-info span {
  margin-right: 10px;
  right: 0;
}
.portfolio-navigation .prev-portfolio .hide-info:before, .portfolio-navigation .prev-portfolio .hide-info:after {
  left: 0;
  right: auto;
}
.portfolio-navigation .next-portfolio .hide-info {
  right: 0;
  left: auto;
  padding-left: 10px;
}
.portfolio-navigation .next-portfolio .hide-info:before, .portfolio-navigation .next-portfolio .hide-info:after {
  left: 160px;
  right: 20px;
}
.portfolio-navigation .next-portfolio img {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px;
}
.portfolio-navigation .next-portfolio span {
  text-align: left;
  margin-left: 10px;
  left: 0;
}

.recent-categ {
  margin-bottom: 25px;
}

.all-pages {
  font-size: 12px;
  color: #252525;
  letter-spacing: 1px;
  line-height: 33px;
}

.meta-content {
  list-style: none;
  font-size: 100%;
  margin: 30px 0 5px;
  padding: 0;
  color: #767676;
}
.meta-content li {
  border-top: 1px solid #ddd;
  padding: 15px 0px;
}
.meta-content li.lastItem {
  border-bottom: 1px solid #ddd;
}
.meta-content li a {
  color: #ff3333;
}
.meta-content strong {
  color: #515151;
}

.portfolio-list {
  margin-bottom: 20px !important;
}

.portfolio-lightbox {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  position: relative;
}

/*------------------------- 18. CSS 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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------- 19. Foundation elements ----------------*/
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 92.30769em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.76923em;
  margin-right: -0.76923em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.76923em;
  padding-right: 0.76923em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.76923em;
    padding-right: 0.76923em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 59.07692em) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 59.07692em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 78.76923em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 110.76923em) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.76923em;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.76923em 1.53846em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.76923em 1.53846em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 59.07692em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.76923em 1.53846em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
p.lead {
  font-size: 1.26923em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: gray;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #222222;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.6;
  margin-bottom: 1.53846em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 1.07692em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.16923em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: gray;
  line-height: 0;
}

h1 {
  font-size: 1.38462em;
}

h2 {
  font-size: 1.23077em;
}

h3 {
  font-size: 1.46154em;
}

h4 {
  font-size: 1.15385em;
}

h5 {
  font-size: 1.30769em;
}

h6 {
  font-size: 0.8em;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.53846em;
  list-style-position: outside;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.53846em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.53846em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.92308em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.53846em;
  padding: 0.69231em 1.53846em 0 1.46154em;
  border-left: 5px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 1em;
  color: #666666;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #666666;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: gray;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.53846em 0;
  border: 1px solid #dddddd;
  padding: 0.76923em 0.92308em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.15385em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07692em;
}

@media only screen and (min-width: 59.07692em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.15385em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.84615em;
  }

  h4 {
    font-size: 1.53846em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
#submit, button, .button, input[type="submit"] {
  border: 2px solid;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  /*font-weight: $button-font-weight !important;*/
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.07692em;
  padding-right: 2.15385em;
  padding-bottom: 1.15385em;
  padding-left: 2.15385em;
  font-size: 0.92308em;
  background-color: white;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit:hover, button:hover, .button:hover, input[type="submit"]:hover {
  color: white;
  border-color: white;
}
#submit.secondary, button.secondary, .button.secondary, input[type="submit"].secondary {
  background-color: #f46e6d;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.secondary:hover, #submit.secondary:focus, button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.white, button.white, .button.white, input[type="submit"].white {
  background-color: white;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.white:hover, button.white:hover, .button.white:hover, input[type="submit"].white:hover {
  color: white;
  border-color: white;
}
#submit.success, button.success, .button.success, input[type="submit"].success {
  background-color: #5cb85c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.success:hover, #submit.success:focus, button.success:hover, button.success:focus, .button.success:hover, .button.success:focus, input[type="submit"].success:hover, input[type="submit"].success:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.alert, button.alert, .button.alert, input[type="submit"].alert {
  background-color: #c60f13;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.alert:hover, #submit.alert:focus, button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus, input[type="submit"].alert:hover, input[type="submit"].alert:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.large, button.large, .button.large, input[type="submit"].large {
  padding-top: 1.23077em;
  padding-right: 2.46154em;
  padding-bottom: 1.30769em;
  padding-left: 2.46154em;
  font-size: 1.30769em;
}
#submit.small, button.small, .button.small, input[type="submit"].small {
  padding-top: 0.69231em;
  padding-right: 1.38462em;
  padding-bottom: 0.76923em;
  padding-left: 1.38462em;
  font-size: 0.92308em;
}
#submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
  padding-top: 0.53846em;
  padding-right: 1.07692em;
  padding-bottom: 0.61538em;
  padding-left: 1.07692em;
  font-size: 0.76923em;
}
#submit.expand, button.expand, .button.expand, input[type="submit"].expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
#submit.left-align, button.left-align, .button.left-align, input[type="submit"].left-align {
  text-align: left;
  text-indent: 0.92308em;
}
#submit.right-align, button.right-align, .button.right-align, input[type="submit"].right-align {
  text-align: right;
  padding-right: 0.92308em;
}
#submit.radius, button.radius, .button.radius, input[type="submit"].radius {
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.round, button.round, .button.round, input[type="submit"].round {
  border-color: #aaaaaa;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
#submit.disabled, #submit[disabled], button.disabled, button[disabled], .button.disabled, .button[disabled], input[type="submit"].disabled, input[type="submit"][disabled] {
  background-color: #ff3333;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background-color: #ff3333;
}
#submit.disabled.secondary, #submit[disabled].secondary, button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary, input[type="submit"].disabled.secondary, input[type="submit"][disabled].secondary {
  background-color: #f46e6d;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.disabled.secondary:hover, #submit.disabled.secondary:focus, #submit[disabled].secondary:hover, #submit[disabled].secondary:focus, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus, input[type="submit"].disabled.secondary:hover, input[type="submit"].disabled.secondary:focus, input[type="submit"][disabled].secondary:hover, input[type="submit"][disabled].secondary:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.disabled.secondary:hover, #submit.disabled.secondary:focus, #submit[disabled].secondary:hover, #submit[disabled].secondary:focus, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus, input[type="submit"].disabled.secondary:hover, input[type="submit"].disabled.secondary:focus, input[type="submit"][disabled].secondary:hover, input[type="submit"][disabled].secondary:focus {
  background-color: #f46e6d;
}
#submit.disabled.white, #submit[disabled].white, button.disabled.white, button[disabled].white, .button.disabled.white, .button[disabled].white, input[type="submit"].disabled.white, input[type="submit"][disabled].white {
  background-color: #eeeeee;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.disabled.white:hover, #submit[disabled].white:hover, button.disabled.white:hover, button[disabled].white:hover, .button.disabled.white:hover, .button[disabled].white:hover, input[type="submit"].disabled.white:hover, input[type="submit"][disabled].white:hover {
  color: white;
  border-color: white;
}
#submit.disabled.success, #submit[disabled].success, button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success, input[type="submit"].disabled.success, input[type="submit"][disabled].success {
  background-color: #5cb85c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
  background-color: #5cb85c;
}
#submit.disabled.alert, #submit[disabled].alert, button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert, input[type="submit"].disabled.alert, input[type="submit"][disabled].alert {
  background-color: #c60f13;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #444444;
  border-color: #aaaaaa;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
  color: white;
  border-color: white;
  background: black;
}
#submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
  background-color: #c60f13;
}

#submit, button, .button, input[type="submit"] {
  padding-top: 1.15385em;
  padding-bottom: 1.07692em;
}
#submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
  padding-top: 0.61538em;
  padding-bottom: 0.53846em;
}
#submit.small, button.small, .button.small, input[type="submit"].small {
  padding-top: 0.76923em;
  padding-bottom: 0.69231em;
}
#submit.large, button.large, .button.large, input[type="submit"].large {
  padding-top: 1.26923em;
  padding-bottom: 1.26923em;
}

@media only screen {
  #submit.radius, button.radius, .button.radius, input[type="submit"].radius {
    border-color: #aaaaaa;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  #submit.round, button.round, .button.round, input[type="submit"].round {
    border-color: #aaaaaa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 59.07692em) {
  #submit, button, .button, input[type="submit"] {
    display: inline-block;
  }
}
/* alternative button styles*/
a.secondary.trans-button:hover {
  background-color: #f46e6d;
}

a.alert.trans-button:hover {
  background-color: #c60f13;
}

a.success.trans-button:hover {
  background-color: #5cb85c;
}

.button.success.trans-button {
  color: #5cb85c;
}

.button.alert.trans-button {
  color: #c60f13;
}

.secondary.trans-button {
  color: #f46e6d;
}

.trans-button {
  margin-top: 10px;
  background-color: transparent !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 100%;
  border-width: 2px;
  border-style: solid;
  padding: 8px 15px;
}
.trans-button:hover {
  color: #fff !important;
}
.trans-button.hover-primary {
  background-color: #ff3333 !important;
  color: #fff;
  border-color: #ff3333;
}
.trans-button.hover-primary:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000;
}
.trans-button.hover-white {
  color: #FFF;
  border-color: #fff;
}
.trans-button.hover-white:hover {
  color: #000 !important;
  background-color: #FFF !important;
}
.trans-button.hover-gray {
  color: #555;
  border-color: #555;
}
.trans-button.hover-gray:hover {
  color: #fff;
  background-color: #555 !important;
}
.trans-button.primary {
  background-color: #ff3333 !important;
  color: #fff !important;
  border-color: #ff3333;
}
.trans-button.active {
  background-color: #ff3333 !important;
  color: #fff !important;
  border-color: #ff3333;
}

.facebook-button {
  background-color: #3a589d !important;
}

/* Revolution slider */
.rev_slider_wrapper .type-label-2 {
  background: #ff3333;
  height: 5em;
  text-align: center;
  width: 5em;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.rev_slider_wrapper .type-label-2 .sale {
  line-height: 6px;
}

.rev_slider_wrapper .type-label-2 span {
  display: block;
  font-size: 60%;
}

/* Standard Forms */
form {
  margin: 0 0 1.07692em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.53846em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.53846em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.53846em;
}

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.23077em;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1.07692em 0;
  padding: 0.69231em 0;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.53846em;
  line-height: 2.53846em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.61538em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.61538em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 99px;
  -moz-border-radius-topleft: 99px;
  -webkit-border-bottom-left-radius: 99px;
  -webkit-border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  border-top-left-radius: 99px;
}

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 99px;
  -moz-border-radius-bottomright: 99px;
  -webkit-border-top-right-radius: 99px;
  -webkit-border-bottom-right-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 99px;
  -moz-border-radius-topleft: 99px;
  -webkit-border-bottom-left-radius: 99px;
  -webkit-border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  border-top-left-radius: 99px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 99px;
  -moz-border-radius-bottomright: 99px;
  -webkit-border-top-right-radius: 99px;
  -webkit-border-bottom-right-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.07692em 0;
  padding: 0.53846em;
  height: 3em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.07692em 0;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.53846em;
  margin: 1.38462em 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.23077em;
  margin: 0;
  margin-left: -0.23077em;
}

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 0.46154em 0.30769em;
  margin-top: -1.46154em;
  margin-bottom: 1.07692em;
  font-size: 0.92308em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* Error Handling WooCommerce */
.woocommerce-invalid input, .woocommerce-invalid input,
input.woocommerce-invalid,
.woocommerce-invalid textarea,
textarea.woocommerce-invalid {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.woocommerce-invalid input:focus, .woocommerce-invalid input:focus,
input.woocommerce-invalid:focus,
.woocommerce-invalid textarea:focus,
textarea.woocommerce-invalid:focus {
  background: #fafafa;
  border-color: #999999;
}

.woocommerce-invalid label,
label.woocommerce-invalid {
  color: #c60f13;
}

.woocommerce-invalid small,
small.woocommerce-invalid {
  display: block;
  padding: 0.46154em 0.30769em;
  margin-top: -1.46154em;
  margin-bottom: 1.07692em;
  font-size: 0.92308em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.53846em;
  position: relative;
  padding: 0.84615em 1.61538em 0.92308em 0.84615em;
  font-size: 1.07692em;
  background-color: #ff3333;
  border-color: red;
  color: white;
}
.alert-box .close {
  font-size: 1.69231em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.53846em;
  right: 0.38462em;
  color: #333333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #5cb85c;
  border-color: #449d44;
  color: white;
}
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
.alert-box.secondary {
  background-color: #f46e6d;
  border-color: #f03f3e;
  color: white;
}

/* Pagination */
.pagination {
  display: block;
  height: 1.84615em;
  margin-left: -0.38462em;
}
.pagination li {
  display: block;
  float: left;
  height: 1.84615em;
  color: #222222;
  font-size: 1.07692em;
  margin-left: 0.38462em;
}
.pagination li a {
  display: block;
  padding: 0.07692em 0.53846em 0.07692em;
  color: #999999;
}
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
.pagination li.current a {
  background: #ff3333;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #ff3333;
}

.pagination-centered {
  text-align: center;
}
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Tables */
table {
  margin-bottom: 1.53846em;
  width: 100%;
}
table thead,
table tfoot {
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.61538em 0;
  font-size: 1em;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.69231em 0em;
  font-size: 1em;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.38462em;
}

table th {
  font-weight: bold;
}

table td, table th {
  padding: 0px 10px 15px;
  text-align: left;
}

table tr:last-child {
  border-bottom: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 13px;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  display: block;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.vertical-align {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.inline-list {
  margin: 0 auto rem-calc(17) auto;
  margin-left: rem-calc(-22);
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: rem-calc(22);
  display: block;
}
.inline-list > li > * {
  display: block;
}

/*------------------------- 20. CSS Overwrite --------------*/
ul.products-group {
  margin: 0;
}
ul.products-group li {
  padding: 0;
}

/* Override the Global Elements radius */
.woocommerce-billing-fields input {
  padding-left: 20px !important;
}

textarea#order_comments,
input#coupon_code,
input.subscribe-input {
  padding: 20px !important;
}

#main-content .select2-container .select2-choice {
  padding: 10px 5px 10px 8px;
}

textarea.schat-reply, textarea.schat-field {
  padding: 10px !important;
}
