body {
  position: relative;
}
h3 code {
  font-size: 14px;
  font-weight: normal;
}
body > .navbar {
  font-size: 13px;
}
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4);
}
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}
.bs-docs-separator {
  margin: 40px 0 39px;
}
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0;
}
/* Jumbotrons
-------------------------------------------------- */
/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
  background: #020031;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
/* Download button */
.masthead .btn {
  padding: 14px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../css/img/bs-docs-masthead-pattern.png) repeat center center;
  opacity: .4;
}
/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}
/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.25);
}
/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
/* Quick links on Home */
.bs-docs-social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}
/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}
/* Marketing section of Overview
-------------------------------------------------- */
.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 60px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #999;
}
.marketing img {
  display: block;
  margin: 0 auto 30px;
}
/* Footer
-------------------------------------------------- */
.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #f7f7f7;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}
/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px;
}
.mini-layout {
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}
/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}
/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}
/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}
/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}
/* Variables section */
#variables label {
  margin-bottom: 0;
}
/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* Misc
-------------------------------------------------- */
/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}
/* Example sites showcase */
.example-sites {
  xmargin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}
/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255, 0, 0, 0.25);
}
/* Example page
------------------------- */
.bootstrap-examples p {
  font-size: 13px;
  line-height: 18px;
}
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}
/* Bootstrap code examples
-------------------------------------------------- */
/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden;
  /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
  -moz-border-radius: 0 4px 0 4px;
  border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}
/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}
/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}
/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}
/* Responsive docs
-------------------------------------------------- */
/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden;
  /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #f7f7f7;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../css/img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
/* Responsive
-------------------------------------------------- */
/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }
  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px;
    /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}
/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top: -20px;
    /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left: -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }
  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }
  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}
/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }
  /* Change up some type stuff */
  h2 small {
    display: block;
  }
  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 60px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 20px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }
  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }
  /* Marketing on home */
  .marketing h1 {
    font-size: 40px;
  }
  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }
  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }
  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
}
/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
body,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
ul,
ol {
  list-style: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
  height: 1%;
  /* IE5-6 */
}
html[xmlns] .clearfix {
  /* O */
  display: block;
}
.clearfix:after {
  /* FF, O, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*:first-child + html .clearfix {
  /* IE 7 */
  display: inline-block;
}
/* Mis.
-------------------------------------------------------------*/
.clear,
.divider {
  clear: both;
}
.no-display {
  display: none !important;
}
.nowrap,
th .nobr {
  white-space: nowrap !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.pipe {
  padding: 0 4px;
  text-align: center;
  color: #999999;
}
/*Alignment---*/
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.normal-weight {
  font-weight: normal;
}
.auto-width {
  width: auto;
}
/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.yt-menu-container-home,
.yt-menu-container {
  float: left;
}
#nav > li {
  display: inline-block;
  position: relative;
  float: left;
}
#nav > li > a {
  text-transform: uppercase;
  color:#fff;
  /*display: block;*/
  line-height: 40px;
  padding: 0 15px;
  /*background: #fff;*/
  margin: 0 7px;
  border-bottom: 1px solid #191558;
}
#nav > li:first-child > a {
  /*margin-left: 0;*/
}
#nav > li.parent > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
#nav > li ul {
  display: none;
  position: absolute;
  left: 7px;
  top: 40px;
  width: 190px;
  z-index: 99;
}
#nav > li ul li.parent > a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -4px;
  border-left: 5px solid #e1e1e1;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: border-left 0.4s ease-in-out 0s;
  -webkit-transition: border-left 0.4s ease-in-out 0s;
  -moz-transition: border-left 0.4s ease-in-out 0s;
  -ms-transform: border-left 0.4s ease-in-out 0s;
}
#nav > li ul li.parent:hover > a:before {
  border-left: 5px solid #682839;
  z-index: 999;
}
#nav > li ul li {
  position: relative;
  border-bottom: 1px solid #fff;
  background: #e1e1e1;
}
#nav > li ul li:last-child {
  border-bottom: 0;
}
#nav > li ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background: #682839;
  transition: width 0.3s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -ms-transform: width 0.3s ease-in-out 0s;
  z-index: 0;
}
#nav > li ul li:hover:before {
  width: 100%;
}
#nav > li ul li a {
  padding: 9px 14px 9px 22px;
  display: block;
}
#nav > li ul li:hover > a {
  background-color: transparent;
  color: #fff !important;
  z-index: 1;
  position: relative;
}
#nav > li ul li ul {
  position: absolute;
  top: 0;
  left: 189px;
  padding-left: 15px;
}
#nav > li ul li:hover > ul {
  display: block;
}
#nav > li ul li:last-child a {
  border-bottom: none;
}
#nav > li:first-child ul {
  left: 0;
}
#nav > li:hover > ul {
  display: block;
}
#nav > li > a:hover {
  background-color: #682839;
  color: #fff;
  border-bottom: 1px solid #682839;
}
#nav > li:first-child {
  margin-left: 0px;
}
#nav > li.active > a {
  background-color: #682839;
  color: #fff;
  border-bottom: 1px solid #682839;
}
#nav > li.active:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  bottom: -11px;
  content: "";
  display: inline-block;
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.cms-index-index .header-default li.nav-home:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  bottom: -11px;
  content: "";
  display: inline-block;
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: visible;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: #000;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../css/images/controls.gif) 0 0 no-repeat;
}
#cboxTopCenter {
  height: 14px;
  background: url(../css/images/border.gif) top left repeat-x;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../css/images/controls.gif) -36px 0 no-repeat;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(../css/images/controls.gif) 0 -32px no-repeat;
}
#cboxBottomCenter {
  height: 43px;
  background: url(../css/images/border.gif) bottom left repeat-x;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../css/images/controls.gif) -36px -32px no-repeat;
}
#cboxMiddleLeft {
  width: 14px;
  background: url(../css/images/controls.gif) -175px 0 repeat-y;
}
#cboxMiddleRight {
  width: 14px;
  background: url(../css/images/controls.gif) -211px 0 repeat-y;
}
#cboxContent {
  background: #fff;
}
#cboxLoadedContent {
  margin-bottom: 0;
}
#cboxLoadingOverlay {
  /*background:url(../images/loading_background.png) center center no-repeat;*/
}
#cboxLoadingGraphic {
  background: url(../css/images/loading.gif) center center no-repeat;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: 0;
  left: 2px;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url(../css/images/controls.gif) 0px 0px no-repeat;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious.hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext.hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose.hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -125px 0px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Widgets =============================================================================== */
.widget .widget-title {
  clear: both;
  padding: 15px 0 0;
  margin: 0 0 7px;
}
.widget .widget-title h2 {
  font-size: 15px;
  font-weight: bold;
  color: #CE4515;
}
.widget .mini-products-images-list .product-image {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #252525;
  margin: 0 auto;
}
.widget .mini-products-images-list li.item {
  float: left;
  width: 77px;
  height: 77px;
}
/* Widget: Catalog New Proructs List */
.widget-new-products {
  display: block;
}
.col-main .widget-new-products {
  margin: 7px 0;
}
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image {
  width: 85px;
  height: 85px;
}
.widget-new-products .products-list .product-shop {
  margin-left: 100px;
}
.sidebar .widget-new-products .block {
  font-size: 11px;
  line-height: 1.25;
}
.sidebar .widget-new-products .block-title strong {
  background: url(../css/images/widgets/i_widget-new.gif) 0 1px no-repeat;
  padding-left: 21px;
  color: #CE4515;
}
/* Widget: Recently Viewed Proructs */
.widget-viewed {
  display: block;
}
.col-main .widget-viewed {
  margin: 7px 0;
}
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image {
  width: 85px;
  height: 85px;
}
.widget-viewed .products-list .product-shop {
  margin-left: 100px;
}
.sidebar .widget-viewed .block {
  font-size: 11px;
  line-height: 1.25;
}
.sidebar .widget-viewed .block-title strong {
  background: url(../css/images/widgets/i_block-list.gif) 0 0 no-repeat;
  padding-left: 21px;
}
/* Widget: Recently Compared Proructs */
.widget-compared {
  display: block;
}
.col-main .widget-compared {
  margin: 7px 0;
}
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image {
  width: 85px;
  height: 85px;
}
.widget-compared .products-list .product-shop {
  margin-left: 100px;
}
.sidebar .widget-compared .block {
  font-size: 11px;
  line-height: 1.25;
}
.sidebar .widget-compared .block-title strong {
  background: url(../css/images/widgets/i_block-list.gif) 0 0 no-repeat;
  padding-left: 21px;
}
/* Widget: CMS Static Block */
.widget-static-block {
  margin-bottom: 20px;
}
.sidebar .widget-static-block {
  display: block;
  margin: 0 0 15px;
}
/* Widgets: Links Common Styles */
.top-container .widget a {
  padding: 0 0 0 7px;
}
.bottom-container .widget a {
  padding: 0 3px;
}
/* Widget: Catalog Product Link */
.widget-product-link-inline {
  display: inline;
}
.col-main .widget-product-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}
.col-main .widget-product-link a {
  background: url(../css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px;
}
.sidebar .widget-product-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}
.sidebar .widget-product-link a {
  background: url(../css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}
/* Widget: Catalog Category Link */
.widget-category-link-inline {
  display: inline;
}
.col-main .widget-category-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}
.col-main .widget-category-link a {
  background: url(../css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px;
}
.sidebar .widget-category-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}
.sidebar .widget-category-link a {
  background: url(../css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}
/* Widget: CMS Page Link */
.widget-cms-link-inline {
  display: inline;
}
.col-main .widget-cms-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}
.col-main .widget-cms-link a {
  background: url(../css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px;
}
.sidebar .widget-cms-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}
.sidebar .widget-cms-link a {
  background: url(../css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}
/* ======================================================================================= */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../images/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9991;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap-quickview {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9991;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 9991;
  border: 0px solid #fff !important;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  /*background: transparent url('blank.gif');*/
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
  display: none;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('../css/path/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
  display: none;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #949494;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /* 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
  /*    	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
  /* 	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
  background: #f7f5f5;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  /*background-image: url('../../images/fancybox_sprite.png'); */
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -28px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
  display: inline-block;
  background: url(../images/fancybox_loading.gif) no-repeat center center #000000 !important;
  border-radius: 3px;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  /*background: url('fancybox_loading.gif') center center no-repeat;*/
}
.fancybox-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #666;
  background: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  /*background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  display: none;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png') repeat;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  /*overflow-y: scroll;*/
  background: url(../images/fancybox_overlay.png) repeat;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  /*margin-bottom: -35px;*/
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 10px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  /*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;*/
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../css/path/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../css/path/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../images/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/
.cloudzoom-lens {
  border: none;
  width: 100px;
  height: 100px;
  cursor: crosshair;
}
/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
  border: 1px solid #888;
}
.cloud-zoom-gallery .border {
  border-width: 1px;
  border-style: solid;
  border-right: none;
}
.border-right {
  border-right-width: 1px;
  border-right-style: solid;
}
/* CSS for captions */
.cloudzoom-caption {
  display: none;
  /* CSS captions should be hidden initially */
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}
/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin: 0;
  cursor: move;
}
/* This is for the title text. */
.cloud-zoom-title {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}
/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
#cpanel_wrapper {
  background: #f7f7f7;
  border: 1px solid #f3f3f3;
  border-right: none;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 8px;
  position: fixed;
  top: 40px;
  width: 300px;
  z-index: 999;
  right: -302px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_btn {
  background: url(../images/cpanel/bg-cpanel-head.png) repeat left center #666666;
  width: 40px;
  border-right: none;
  position: absolute;
  left: -41px;
  top: 8px;
  padding: 8px 0 9px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  display: block !important;
  height: 37px !important;
  opacity: 1 !important;
}
#cpanel_wrapper .cpanel-head {
  background: url(../images/cpanel/bg-cpanel-head.png) repeat left center #666666;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 3px 10px 0 10px;
  float: left;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-reset {
  float: right;
  margin: -3px -10px 0 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
  border-color: rgba(0, 0, 0, 0) #0291ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 8px 0;
  content: "";
  left: 3px;
  position: absolute;
  top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
  background: none repeat scroll 0 0 #0291FF;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  transition: all 0.2s ease 0s;
  color: #fff !important;
}
#cpanel_wrapper .cpanel-reset .btn:hover,
#cpanel_wrapper .cpanel-reset .btn:focus {
  outline: none;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
  padding-right: 25px;
  outline: none;
}
#ytcpanel_accordion .accordion-heading {
  background-color: #F9F9F9;
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  border: 1px solid #BCBCBC;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  margin: -1px;
  padding: 7px 10px;
}
#ytcpanel_accordion .accordion-heading:hover {
  background-color: #EDEDED;
  background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  background-repeat: repeat-x;
}
#ytcpanel_accordion .accordion-heading.accordion-open {
  background: #888888;
  background: linear-gradient(to bottom, #999999, #777777) repeat-x scroll 0 0 #8b8b8b;
  border-color: #777777;
  box-shadow: none;
}
#ytcpanel_accordion .accordion-heading .accordion-toggle {
  color: #555555 !important;
  font-size: 12px;
  font-weight: bold;
}
#ytcpanel_accordion .accordion-heading .accordion-toggle i {
  color: #999999;
  float: left;
  font-size: 14px;
  margin: 2px 5px 0 0;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle,
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle i {
  color: #fff !important;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle .icon-expand-alt:before {
  content: "\f117";
}
#ytcpanel_accordion .accordion-group .collapse {
  background: none repeat scroll 0 0 #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ytcpanel_accordion .accordion-group .collapse:before {
  border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 0;
  content: "";
  left: 15px;
  position: absolute;
  top: -2px;
}
#ytcpanel_accordion {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#ytcpanel_accordion .accordion-inner {
  padding: 15px 10px 10px;
  border: none;
}
#cpanel_wrapper option,
#cpanel_wrapper optgroup,
#cpanel_wrapper input,
#cpanel_wrapper select {
  background: none;
  color: #333;
}
#cpanel_wrapper select#select-store {
  padding: 3px 2px;
}
#cpanel_wrapper input.inputbox {
  border-radius: 0 0 0 0 !important;
  box-shadow: none !important;
  font-size: 11px !important;
  margin: 0 3px 0 0 !important;
  padding: 0 3px !important;
  width: 80px !important;
}
select.cp_select {
  font-size: 11px;
  height: auto;
  padding: 3px 2px;
  width: 120px;
  border-radius: 0px;
  color: #333;
}
.cpanel-head > span {
  float: left;
  margin-top: 5px;
  text-transform: uppercase;
}
.theme-color-heading {
  font-weight: bold;
  padding: 5px 0;
  display: block;
}
.cpanel-theme-color .theme-color.active {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
.cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin: 0 4px 5px 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cpanel-theme-color .theme-color:hover {
  opacity: 0.7;
}
.cpanel-theme-color .theme-color.brown {
  background-color: #a67c52;
}
.cpanel-theme-color .theme-color.blue {
  background-color: #01aef2;
}
.cpanel-theme-color .theme-color.green {
  background-color: #00a652;
}
.cpanel-theme-color .theme-color.orange {
  background-color: #682839;
}
.cpanel-theme-color .theme-color.purple {
  background-color: #a864a8;
}
.cpanel-theme-color .theme-color.red {
  background-color: #c80005;
}
#ytcpanel_accordion .accordion-group {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
}
#ytcpanel_accordion .accordion-inner {
  background: #fff;
}
/*#ytcpanel_accordion .accordion-group.cpanel-typography{
	border: none;
	padding-bottom: 0;
}
*/
#ytcpanel_accordion .cp-item {
  width: 33%;
  float: left;
}
#ytcpanel_accordion .cp-item > span,
#ytcpanel_accordion .store-switcher > span {
  width: 100%;
  float: left;
  margin-bottom: 2px;
}
#ytitem_3 .cp-item,
#ytitem_7 .cp-item {
  margin-bottom: 5px;
}
#ytitem_4 .cp-item,
#ytitem_5 .cp-item {
  margin-bottom: 5px;
  width: 100%;
}
#ytcpanel_accordion .cp-item.body-background-image {
  width: 100%;
  margin-bottom: 0;
}
#ytcpanel_accordion .cpanel-typography .cp-item {
  width: 50%;
}
.cp-item .pattern {
  height: 20px;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #CCC;
  float: left;
  cursor: pointer;
  text-indent: -999em;
  background-color: #f5f5f5;
}
.cp-item .pattern:hover {
  background-color: #ccc;
  border-color: #535353;
}
.cp-item .pattern.active {
  border-color: #535353;
}
#cpanel_wrapper a.reset {
  margin: 0 0 0 10px;
  color: #000;
}
.cpanel-input {
  padding: 1px 5px !important;
  width: 30px;
  font-size: 11px !important;
}
.cpanel-select {
  height: auto;
  padding: 2px !important;
  width: 90px;
  font-size: 11px !important;
}
#cpanel_btn i {
  vertical-align: top;
}
#cpanel_btn i:before {
  font-size: 18px;
}
input.miniColors {
  border-radius: 0 0 0 0 !important;
  font-size: 11px !important;
  padding: 3px !important;
  width: 60px !important;
  box-shadow: none !important;
  float: left;
}
.miniColors-selector {
  position: absolute;
  width: 187px;
  height: 162px;
  background: white;
  border: solid 1px #bababa;
  padding: 5px;
  z-index: 999999;
}
.miniColors.opacity.miniColors-selector {
  width: 200px;
}
.miniColors-selector.black {
  background: black;
  border-color: black;
}
.miniColors-colors {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 150px;
  height: 150px;
  background: url(../images/colors.png) -40px 0 no-repeat;
  cursor: crosshair;
}
.miniColors.opacity .miniColors-colors {
  left: 30px;
}
.miniColors-hues {
  position: absolute;
  top: 5px;
  left: 160px;
  width: 20px;
  height: 150px;
  background: url(../images/colors.png) 0 0 no-repeat;
  cursor: crosshair;
}
.miniColors.opacity .miniColors-hues {
  left: 185px;
}
.miniColors-opacity {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 150px;
  background: url(../images/colors.png) -20px 0 no-repeat;
  cursor: crosshair;
}
.miniColors-colorPicker {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid black;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.miniColors-colorPicker-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid white;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.miniColors-huePicker,
.miniColors-opacityPicker {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  border: 1px solid black;
  background: white;
  margin-top: -2px;
  border-radius: 2px;
}
.miniColors-trigger,
.miniColors-triggerWrap {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 3px;
}
.miniColors-triggerWrap {
  background: url(../images/trigger.png) -22px 0 no-repeat;
}
.miniColors-triggerWrap.disabled {
  filter: alpha(opacity=50);
  opacity: .5;
}
.miniColors-trigger {
  vertical-align: middle;
  outline: none;
  background: url(../images/trigger.png) 0 0 no-repeat;
}
.miniColors-triggerWrap.disabled .miniColors-trigger {
  cursor: default;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  /*display: none;*/
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  /*display: none;*/
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  /*transform-style: preserve-3d;*/
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../css/path/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  /*display: none;*/
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Effect Flip In Vertical */
.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
/* Effect Flip In Horizontal */
.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Effect Bounce In */
.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Effect Zoom In */
.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Effect Page Top*/
.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*Effect Zoom Out */
.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .ltabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 -2px 22px;
  border-bottom: none;
  border: 2px solid transparent;
}
.resp-tabs-list li a {
  padding: 10px 14px;
  display: block;
  color: #707070;
}
.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active {
  border: 2px solid #e1e1e1;
  border-bottom: 2px solid #f5f5f5;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 20px 30px;
}
.resp-tab-active {
  border-bottom: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 100%;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  border: 1px solid #ccc;
  margin-top: -1px;
  border-right: none;
}
.resp-vtabs .resp-tabs-list li:first-child {
  margin-top: 0px;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 276px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 0px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
  border-top: 2px solid #e1e1e1;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    border: 1px solid #ddd;
    background-color: #fafafa;
  }
  h2.resp-tab-active,
  h2.resp-tab-active a {
    color: #fff;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-tab-content-active {
    margin-bottom: 20px;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/*= POPUP LOGIN =*/
.tt_popup_login {
  height: 36px;
  border-bottom: 3px solid;
  background-color: #242424;
  margin: 0 -20px;
}
.tt_popup_login strong {
  line-height: 37px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 133.33%;
  color: #fff;
  background-image: url(../images/icon-login-popup.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding-right: 10px;
  top: -4px;
}
.tt_popup_login strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .note-reg {
  margin: 10px 0px;
  font-style: italic;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 116.67%;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #666;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
}
.block-popup-login .email-input,
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../images/icon-username.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login .pass-input:before {
  background: url(../images/icon-pass.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login #mini-login:-webkit-autofill,
.block-popup-login #mini-password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset!important;
}
.block-popup-login .btn-submit-login {
  background-repeat: no-repeat;
  background-position: 25px 10px;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
  background-image: url(../images/icon-btn-login.png);
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  font-size: 108.33%;
  border: 1px solid #cecece;
  background-color: #f7f7f7;
}
.block-popup-login .submit-login {
  margin-top: 19px;
}
.block-popup-login .button-reg:hover {
  text-decoration: underline;
}
.block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
.block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
.block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
.block-popup-login .checker > span > #chk_remember {
  opacity: 0;
}
.block-popup-login .close-login {
  display: inline-block;
  background-image: url(../images/btn-close-login.png);
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: top left;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 10px;
  top: 3px;
  position: absolute;
  opacity: 1;
}
.block-popup-login .close-login:hover {
  background-color: #682839;
}
/* SUB MENU TOP COMMON*/
.dropdown-link-sub {
  width: 172px;
  position: absolute;
  left: 0px;
  top: 47px;
  border: 0;
  border-top: 5px solid #682839;
  background-color: #fff;
  z-index: 1001;
  display: none;
  box-shadow: 0px 1px 20px 1px;
}
.dropdown-link-sub li a {
  display: block;
  padding: 8px 10px 8px 15px;
}
.dropdown-link-sub li a:hover {
  color: #fff;
  background-color: #682839;
}
.parent-link {
  position: relative;
}
.parent-link.home-link > ul > li .dropdown-link-sub {
  width: 300px;
}
.parent-link.home-link > ul > li .dropdown-link-sub .home-wrapper-item {
  padding: 0;
}
.parent-link.home-link > ul > li .dropdown-link-sub .home-wrapper-item .item-feature .title-item-feature {
  padding-top: 15px;
}
.parent-link.home-link > ul > li .dropdown-link-sub .home-wrapper-item .item-feature.layout-block {
  padding: 0 0 11px 0;
}
.parent-link.home-link > ul > li .dropdown-link-sub .home-wrapper-item .item-feature.layout-block .title-item-feature {
  text-indent: 30px;
}
.parent-link.home-link > ul > li .dropdown-link-sub .home-wrapper-item .item-feature.layout-block li > a {
  padding: 8px 15px 8px 30px;
}
.parent-link:hover .dropdown-link-sub {
  display: block;
}
/* SEARCH COMMON*/
.sm-serachbox-pro {
  float: right;
}
.sm-serachbox-pro .form-search {
  height: 37px;
  background: #fff;
  line-height: 30px;
}
/* END SEARCH COMMON */
/* MINI CART PRO COMMON */
.block.mini-cartpro {
  margin-top: 3px;
}
.block.mini-cartpro .block-title {
  float: right;
  margin-top: 4px;
  position: relative;
  padding: 5px 20px 5px 24px;
  cursor: pointer;
  font-size: 92.31%;
  text-transform: uppercase;
  line-height: 166%;
  font-weight: normal;
}
.block.mini-cartpro .block-title:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  background-color: #363636;
  background-position: top left;
  background-repeat: no-repeat;
  top: 5px;
  left: 6px;
}
.block.mini-cartpro .block-title .item-cart a {
  color: #91404d;
}
.block.mini-cartpro .block-title:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  top: 5px;
  right: 8px;
}
.block.mini-cartpro.opencart .block-title,
.block.mini-cartpro:hover .block-title {
  box-shadow: 0px 0px 5px 0px;
}
.block.mini-cartpro.opencart .block-title:before,
.block.mini-cartpro:hover .block-title:before {
  background-color: #682839;
}
.block.mini-cartpro .block-content {
  width: 318px;
  position: absolute;
  left: -85px;
  top: 45px;
  border-top: 5px solid #682839;
  background: #fff;
  box-shadow: 0px 0px 11px 0px;
}
.block.mini-cartpro .block-content .block-inner .mini-products-list {
  max-height: 260px;
  overflow-y: auto;
}
.block.mini-cartpro .block-content .block-inner li.item {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.block.mini-cartpro .block-content .block-inner li.item .product-name {
  font-weight: bold;
  font-size: 125%;
  padding-bottom: 10px;
}
.block.mini-cartpro .block-content .block-inner li.item .price {
  font-weight: bold;
  font-size: 169%;
}
.block.mini-cartpro .block-content .block-inner li.item .qty-number {
  margin-left: 24px;
}
.block.mini-cartpro .block-content .block-inner li.item .qty-number a {
  border: 1px solid #f7f7f7;
  margin-left: 7px;
  padding: 4px;
  border-radius: 2px;
}
.block.mini-cartpro .block-content .block-inner .bottom-action {
  padding: 0 15px 20px;
}
.block.mini-cartpro .block-content .block-inner .bottom-action .price-total {
  padding: 10px 15px;
  margin: 0 -15px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
  font-size: 125%;
}
.block.mini-cartpro .block-content .block-inner .bottom-action .price-total .price {
  color: #682839;
  font-size: 160%;
}
.my-account .tags-list li {
  display: inline-block;
  margin-right: 5px;
}
.my-account .tags-list li > a:after {
  content: ",";
}
#yt_header .yt-header-under .yt-header-under-wrap {
  position: relative;
  padding-bottom: 10px;
}
/*= END POPUP LOGIN =*/
.header-default {
  /* ACCOUNT TOP LINKS */
}
.header-default .action-mobile {
  display: none;
}
.header-default .block-action-header.top-link-account {
  float: left;
}
.header-default .block-action-header.top-link-account.jqtransformdone {
  float: right;
}
.header-default .top-link-account {
  margin-right: -3px;
}
.header-default .top-link-account > ul > li {
  float: left;
}
.header-default .top-link-account > ul > li > a {
  line-height: 42px;
  padding: 0 18px 7px;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 92.31%;
}
.header-default .top-link-account > ul > li .dropdown-ict:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.header-default .yt-header-top {
  /*height: 58px;*/
  height: 85px;
  padding-top: 10px;
  background: #fff;
  /* LOGO */
  /* OFFER SLIDER */
  /* END OFFER SLIDER */
  /* LANGUAGE & CURRENCY */
  /* END LANGUAGE & CURRENCY */
  /* END ACCOUNT TOP LINKS */
}
.header-default .yt-header-top .logo-wrapper {
  /*padding-top: 5px;*/
  position: relative;
  margin-top: -4px;
}
.header-default .yt-header-top .sl-header-text .label-offer-slider {
  background-color: #e67e22;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  padding: 2px 10px;
}
.header-default .yt-header-top .offer-wrapper {
  line-height: 36px;
  max-height: 36px;
  overflow: hidden;
}
.header-default .yt-header-top .block-action-header.jqtransformdone {
  float: right;
  position: relative;
  padding-bottom: 16px;
  margin-top: 3px;
}
.header-default .yt-header-top .block-action-header select {
  display: none;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper {
  width: auto !important;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  line-height: 25px;
  display: inline-block;
  width: auto !important;
  cursor: pointer;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 0 13px;
  font-size: 92.31%;
  text-transform: uppercase;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e1e1e1;
  display: none !important;
  height: auto !important;
  right: 0;
  position: absolute;
  top: 44px;
  width: 100% !important;
  z-index: 999;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
  display: block;
  padding: 3px 0 3px 14px;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a:hover {
  color: #fff;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li .selected {
  color: #fff;
}
.header-default .yt-header-top .block-action-header:hover .jqTransformSelectWrapper ul {
  display: block !important;
}
.header-default .yt-header-top .language-switcher {
  margin-right: -1px;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  background-repeat: no-repeat;
  padding-left: 12px;
  background: none !important;
  margin-top: 6px;
  position: relative;
  padding-right: 20px;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper > div span:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 100%;
  margin-left: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 0;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper ul {
  width: 130px !important;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper ul li a {
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 36px;
  background-size: 16px 14px;
}
.header-default .yt-header-top .language-switcher.max-count ul {
  width: 260px !important;
  padding: 5px;
}
.header-default .yt-header-top .language-switcher.max-count ul li {
  float: left;
  width: 50%;
}
.header-default .yt-header-top .block-currency .jqTransformSelectWrapper > div span {
  background-repeat: no-repeat;
  padding-left: 12px;
  background: none !important;
  margin-top: 6px;
  position: relative;
  padding-right: 20px;
  border: 0;
}
.header-default .yt-header-top .block-currency .jqTransformSelectWrapper > div span:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 0;
}
.header-default .yt-header-middle {
  padding: 24px 0;
  /* HOT LINE */
  /* END HOT LINE */
}
.header-default .yt-header-middle .logo-wrapper {
  text-align: center;
}
.header-default .yt-header-middle .hot-lilne-wrapper {
  background: url(../images/hot-line-icon.png) no-repeat left center;
  padding-left: 48px;
  float: right;
}
.header-default .yt-header-middle .hot-lilne-wrapper h2 {
  font-weight: bold;
  margin-bottom: 2px;
}
.header-default .yt-header-under {
  /* SEARCH */
  /* END SEARCH */
}
.header-default .yt-header-under .container {
  position: relative;
  padding: 10px 15px 0px;
}
/*.header-default .yt-header-under .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 3px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: 0;
}*/
.header-default .yt-header-under .form-search .cat-wrapper {
  display: none;
}
.header-default .yt-header-under .form-search .input-search {
  margin-left: 0;
}
/* IMPORT HEADER OTHER VERSION */
/* COMMON hd2 */
/* BODY header-v2 */
.bd-hd2 #yt_content {
  border-top: 0;
}
.bd-hd2 .yt-content-inner {
  margin-top: 5px;
}
.homepage2.cms-index-index.bd-hd2 #yt_left .cssMenu-vertical {
  display: inline-block;
}
.homepage2.cms-index-index.bd-hd2 #yt_left .mega-left-title.css-menu-left-title {
  display: block;
}
.cms-index-index.bd-hd2 #yt_left {
  margin-top: -31px;
}
#yt_header .header-v2 .yt-header-under .yt-header-under-wrap {
  padding-bottom: 0;
}
.header-default.header-v2 {
  /* COMMON */
  /* SUB MENU */
}
.header-default.header-v2 .dropdown-link-sub {
  top: 30px;
}
.header-default.header-v2 .yt-header-top {
  background-color: #682839;
  height: 33px;
  border: 0;
  padding: 0;
  color: #fff;
}
.header-default.header-v2 .yt-header-top .block-action-header.jqtransformdone {
  margin-top: -1px;
}
.header-default.header-v2 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  top: 34px;
}
.header-default.header-v2 .yt-header-top .block.mini-cartpro {
  margin-top: 0;
}
.header-default.header-v2 .yt-header-top .block.mini-cartpro .block-inner {
  color: #898989;
}
.header-default.header-v2 .yt-header-top .block.mini-cartpro .block-title {
  margin-top: 4px;
}
.header-default.header-v2 .yt-header-top .block.mini-cartpro .block-content {
  top: 34px;
}
.header-default.header-v2 .yt-header-top .logo-wrapper {
  padding-top: 0;
}
.header-default.header-v2 .yt-header-top .logo-wrapper .logo-wrapper-inner {
  position: relative;
}
.header-default.header-v2 .yt-header-top .logo-wrapper h1 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.header-default.header-v2 .yt-header-top .logo-wrapper h1:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 4px;
  background-color: #fff;
  bottom: -5px;
  left: 6px;
  right: 6px;
  box-shadow: 0 1px 4px #ebebeb;
}
.header-default.header-v2 .yt-header-top .logo-wrapper h1 .btn-menu-destop {
  position: absolute;
  width: 21px;
  height: 21px;
  z-index: 9999;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  background-color: #682839;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}
.header-default.header-v2 .yt-header-top .logo-wrapper .yt-menu-wrap-vertical-destop {
  position: absolute;
  width: 100%;
  top: 86px;
  z-index: 99;
  display: none;
}
.header-default.header-v2 .yt-header-top .right-wrapper {
  float: right;
}
.header-default.header-v2 .yt-header-top .right-wrapper .block.mini-cartpro .block-title:before {
  top: 5px;
  background-position: -32px 0;
  background-color: #682839;
}
.header-default.header-v2 .yt-header-top .right-wrapper .block.mini-cartpro .block-title:after {
  content: "\f0dd";
  top: 2px;
}
.header-default.header-v2 .yt-header-top .right-wrapper .block.mini-cartpro .block-title .item-cart a {
  color: #fff;
}
.header-default.header-v2 .yt-header-top .block-currency .jqTransformSelectWrapper > div span:after,
.header-default.header-v2 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span:after {
  content: "\f0dd";
  top: -2px;
}
.header-default.header-v2 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 130%;
  margin-top: 12px;
}
.header-default.header-v2 .yt-header-under {
  border-top: 0;
}
.header-default.header-v2 .yt-header-under .container:before {
  display: none;
}
.header-default.header-v2 .yt-header-under .container {
  padding: 25px 15px 0;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap {
  height: 28px;
  margin-top: 0;
  margin-left: 25%;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .top-link-account > ul > li {
  float: left;
  padding: 0 40px 28px;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .top-link-account > ul > li:first-child {
  padding-left: 0;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .top-link-account > ul > li > a {
  text-transform: uppercase;
  font-size: 86.7%;
  cursor: pointer;
  padding: 0;
  line-height: 100%;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .top-link-account > ul > li > a i {
  margin-right: 6px;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro {
  position: absolute;
  right: 15px;
  top: -7px;
  width: 27px;
  overflow: hidden;
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro:hover {
  width: 100%;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro .sm-searbox-content {
  float: right;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro .sm-searbox-content .input-search #search {
  width: 200px;
  margin-top: 0;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro .sm-serachbox-pro .form-search {
  height: 27px;
  line-height: 100%;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro .sm-serachbox-pro .form-search .button-search-pro {
  font-size: 100%;
  color: #363636;
  border: 2px solid;
  width: 27px;
  height: 27px;
  line-height: 100%;
  top: -1px;
  right: -1px;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro .sm-serachbox-pro .form-search .button-search-pro:hover {
  border-color: #682839;
  background-color: #682839;
}
.header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro .sm-serachbox-pro .form-search .button-search-pro:hover i {
  color: #fff;
}
.cms-index-index .header-default.header-v2 .yt-header-top .logo-wrapper h1:after {
  display: none;
}
/* COMMON hd3 */
.block-action-header .top-link-checkout:before {
  content: "\f14a";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
/* BODY header-v3 */
#yt_header .header-v3 .yt-header-under .yt-header-under-wrap {
  padding-bottom: 0;
}
.header-default.header-v3 .menu-btn-categories .btn-cate {
  font-size: 92.08%;
  line-height: 42px;
  padding-top: 4px;
}
.header-default.header-v3 .top-link-account > ul > li .dropdown-ict:after {
  content: "\f0dd";
  position: relative;
  top: -2px;
}
.header-default.header-v3 .dropdown-link-sub {
  top: 26px;
  z-index: 999;
  border-top-color: #000;
}
.header-default.header-v3 .yt-header-top {
  background: #000;
  border: 0;
  height: 36px;
}
.header-default.header-v3 .yt-header-top .block-action-header.jqtransformdone {
  float: left;
  margin-top: -3px;
}
.header-default.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  border-left: 0;
  border-right-color: #898989;
  line-height: 100%;
}
.header-default.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
  content: "\f0dd";
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.header-default.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  top: 29px;
  left: 0;
}
.header-default.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper:hover > div span {
  color: #682839;
}
.header-default.header-v3 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  padding-left: 0;
  margin-right: 14px;
}
.header-default.header-v3 .yt-header-top .block-action-header.top-link-account {
  float: right;
}
.header-default.header-v3 .yt-header-top .top-link-account > ul > li > a {
  line-height: 17px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}
.header-default.header-v3 .yt-header-top .top-link-account > ul > li > a i.fa {
  margin-right: 5px;
}
.header-default.header-v3 .yt-header-top .top-link-account:first-child > ul > li > a {
  padding-right: 0;
}
.header-default.header-v3 .yt-header-top .top-link-account:first-child .dropdown-link-sub {
  right: 0;
  left: auto;
}
.header-default.header-v3 .yt-header-under {
  background: #682839;
  border: 0;
}
.header-default.header-v3 .yt-header-under .container {
  padding: 36px 15px 31px;
}
.header-default.header-v3 .yt-header-under .container:before {
  display: none;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro {
  margin-top: -10px;
  padding: 0;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-title {
  color: #fff;
  border: 2px solid;
  padding: 9px 55px 9px 40px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-title:before {
  background-color: transparent;
  background-position: -32px 0;
  top: 9px;
  left: 10px;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-title:after {
  content: "\f0dd";
  margin-left: 30px;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-title .item-cart a {
  color: #fff;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro.opencart .block-title,
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro:hover .block-title {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-content {
  left: auto;
  top: 44px;
  right: 0;
  border-top-color: #000;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services {
  padding-left: 43px;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li {
  border-right: 0;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li .item-service-inner {
  padding: 0;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li .item-service-inner .image {
  float: left;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li .item-service-inner .image a {
  width: 27px;
  height: 27px;
  position: relative;
  font-size: 100%;
  line-height: 27px;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li .item-service-inner .image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li .item-service-inner .info {
  padding-top: 0;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li .item-service-inner .info .title {
  font-size: 92.31%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  line-height: 27px;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li:hover .item-service-inner .image a {
  background-color: #000;
  color: #fff;
}
.header-default.header-v3 .yt-header-under .service-wrapper .list-services li:hover .item-service-inner .image a:before {
  display: none;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap {
  position: relative;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container {
  padding: 0 15px;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search {
  height: 27px;
  border: 0;
  margin-top: 10px;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search .input-search #search {
  height: 27px;
  margin-top: 0;
  line-height: 27px;
  width: 231px;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search .button-search-pro {
  top: -2px;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  position: relative;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:before {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-color: transparent;
  top: 0;
  left: 7px;
  right: 7px;
  bottom: 100%;
  position: absolute;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child:before {
  left: 0;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  line-height: 27px;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head.sm_megamenu_drop:after {
  content: "\f0dd";
  top: -2px;
  position: relative;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived:before,
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover:before {
  bottom: -1px;
  background-color: #000;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived a.sm_megamenu_head:before,
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover a.sm_megamenu_head:before {
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  position: absolute;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  top: 47px;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li {
  position: relative;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li:before {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-color: transparent;
  top: 0;
  left: 7px;
  right: 7px;
  bottom: 100%;
  position: absolute;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li:first-child:before {
  left: 0;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li > a {
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  line-height: 27px;
  position: relative;
  width: auto;
  height: auto;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li.parent > a:after {
  content: "\f0dd";
  top: -2px;
  position: relative;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li.active:before,
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li:hover:before {
  bottom: -1px;
  background-color: #000;
  width: auto;
  height: auto;
  z-index: 0;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li.active > a:before,
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li:hover > a:before {
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  position: absolute;
}
.header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li > ul {
  top: 48px;
}
/* COMMON hd3 */
/* BODY header-v3 */
#yt_header .header-v4 .yt-header-under .yt-header-under-wrap {
  padding-bottom: 0;
}
.header-default.header-v4 .top-link-account > ul > li .dropdown-ict:after {
  content: "\f0dd";
  position: relative;
  top: -2px;
}
.header-default.header-v4 .dropdown-link-sub {
  top: 41px;
  z-index: 999;
  border-top-color: #682839;
  box-shadow: none;
}
.header-default.header-v4 .yt-header-top {
  background: #282828;
  border: 0;
  height: 41px;
  padding: 0;
}
.header-default.header-v4 .yt-header-top .block-action-header.jqtransformdone {
  float: left;
  padding: 0;
  margin: 0;
}
.header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper {
  border-left: 1px solid #464646;
  padding: 0 20px;
  line-height: 41px;
}
.header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  border: 0;
  padding: 0;
  margin: 0;
}
.header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
  content: "\f0dd";
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  top: 41px;
  left: 0;
  right: auto;
}
.header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
  line-height: 28px;
}
.header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper:hover > div span {
  color: #682839;
}
.header-default.header-v4 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  padding-left: 0;
  margin-right: 0;
}
.header-default.header-v4 .yt-header-top .block-action-header.top-link-account {
  float: right;
}
.header-default.header-v4 .yt-header-top .block-action-header.top-link-account > ul > li {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 41px;
  overflow: hidden;
}
.header-default.header-v4 .yt-header-top .block-action-header.top-link-account > ul > li:hover {
  background-color: #682839;
}
.header-default.header-v4 .yt-header-top .block-action-header.top-link-account > ul > li:hover > a {
  color: #fff;
}
.header-default.header-v4 .yt-header-top .top-link-account > ul > li > a {
  line-height: 41px;
  padding: 0 22px 0px;
}
.header-default.header-v4 .yt-header-top .top-link-account > ul > li > a i.fa {
  margin-right: 5px;
}
.header-default.header-v4 .yt-header-top .top-link-account:first-child .dropdown-link-sub {
  right: 0;
  left: auto;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro {
  background-color: #682839;
  padding-bottom: 0;
  padding-left: 44px;
  margin-top: -1px;
  margin-left: 25px;
  margin-right: -10px;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro .block-title {
  background-color: #fff;
  margin-top: 0;
  padding: 12px 50px 11px 17px;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro .block-title:after {
  content: "\f0dd";
  top: 10px;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro .block-title:before {
  background-color: transparent;
  background-position: -32px 0;
  top: 11px;
  left: -29px;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro .block-content {
  left: auto;
  top: 41px;
  right: 0;
  box-shadow: none;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro.opencart .block-title,
.header-default.header-v4 .yt-header-top .block.mini-cartpro:hover .block-title {
  box-shadow: none;
  background-color: #682839;
  color: #fff;
}
.header-default.header-v4 .yt-header-top .block.mini-cartpro.opencart .block-title a,
.header-default.header-v4 .yt-header-top .block.mini-cartpro:hover .block-title a {
  color: #fff;
}
.header-default.header-v4 .yt-header-under {
  background: #fff;
  border: 0;
}
.header-default.header-v4 .yt-header-under .container {
  padding: 52px 15px 46px;
}
.header-default.header-v4 .yt-header-under .container:before {
  display: none;
}
.header-default.header-v4 .yt-header-under .container .logo-wrapper {
  text-align: center;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap {
  position: relative;
  border-top: 1px solid #e1e1e1;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container {
  padding: 0 15px;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search {
  height: 27px;
  border: 0;
  margin-top: 10px;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search .input-search #search {
  height: 27px;
  margin-top: 0;
  line-height: 27px;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search .button-search-pro {
  top: -2px;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  position: relative;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:before {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-color: transparent;
  top: 0;
  left: 7px;
  right: 7px;
  bottom: 100%;
  position: absolute;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child:before {
  left: 0;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  background-color: transparent;
  color: #636363;
  border: 0;
  padding: 10px 20px;
  line-height: 33px;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head.sm_megamenu_drop:after {
  content: "\f0dd";
  top: -2px;
  position: relative;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived a.sm_megamenu_head,
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover a.sm_megamenu_head {
  color: #fff;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived:before,
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover:before {
  bottom: -1px;
  background-color: #682839;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  top: 53px;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li {
  position: relative;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li:before {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-color: transparent;
  top: 0;
  left: 7px;
  right: 7px;
  bottom: 100%;
  position: absolute;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li:first-child:before {
  left: 0;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li > a {
  background-color: transparent;
  color: #636363;
  border: 0;
  padding: 10px 20px;
  line-height: 27px;
  position: relative;
  width: auto;
  height: auto;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li.parent > a:after {
  content: "\f0dd";
  top: -2px;
  position: relative;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li.active:before,
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li:hover:before {
  bottom: -2px;
  background-color: #363636;
  width: auto;
  height: auto;
  z-index: 0;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li.active > a,
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li:hover > a {
  color: #fff;
}
.header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li > ul {
  top: 48px;
}
/*---------------------------01 MENU BAR------------------------------*/
.sambar {
  position: relative;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .item-icon {
  display: inline-block;
  height: 21px;
  position: absolute;
  top: -16px;
  width: 50px;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
  display: inline-block;
  position: static;
  padding: 0 0px;
  border: none;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  text-shadow: none;
  position: relative;
  z-index: 11;
}
.women-cat-parent .categories-item .sm_megamenu_col_2 {
  padding-left: 0px !important;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  text-align: left;
  z-index: 999;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.6666666667%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 33.3333333333%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 50%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 66.6666666667%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 83.3333333333%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100% !important;
  padding: 0px !important;
  direction: ltr;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: 44px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/*-------------------------------------- Columns Sizes ---------------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  text-align: left;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100% !important;
  padding: 0 !important;
}
.yt-header-under {
  background-color: #191558;
  border-top: 1px solid #e1e1e1;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child {
  margin-left: 0px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a.sm_megamenu_head,
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_head {
  background-color: #682839;
  color: #fff;
  border-bottom: 1px solid #cb4814;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  position: relative;
  line-height: 37px;
  outline: 0;
  padding: 0px 18px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: #636363;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  margin: 0 7px;
  font-size: 92.31%;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head.sm_megamenu_drop:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head {
  margin-left: 0;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child > div {
  margin-left: 0;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  background-color: #e1e1e1;
  padding: 20px 10px;
  border-left: 8px solid #682839;
  margin-left: 7px;
  width: 620px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  display: block;
  padding: 3px 0px 3px 10px;
  position: relative;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  background: #636363;
  top: 11px;
  left: 0;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:hover,
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a.sm_megamenu_actived {
  color: #682839;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:hover:before,
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a.sm_megamenu_actived:before {
  background: #682839;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent {
  position: relative;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div {
  left: 0;
  width: 190px;
  padding: 0;
  border-left: 0;
  top: 100% !important;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div {
  width: 100%;
  padding: 0;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a:before {
  width: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background-color: #682839;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a > span {
  padding-left: 10px;
  position: relative;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a:hover:before,
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a.sm_megamenu_actived:before {
  width: 100%;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a:hover > span,
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a.sm_megamenu_actived > span {
  color: #fff;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.list-parent > div div .sm_megamenu_firstcolumn:last-child .sm_megamenu_title > a {
  border-bottom: 0;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.mobile-item-parent > div {
  width: 664px;
  padding-right: 0;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.mobile-item-parent > div .border-column {
  width: 27%;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.mobile-item-parent > div .img-st-h {
  width: 46%;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.mobile-item-parent > div .img-st-h.img-st-h-1 {
  margin-bottom: 15px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.mobile-item-parent > div .img-st-h a {
  width: 50%;
  float: left;
  text-align: center;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .sm_megamenu_title > span {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-family: 'Open Sans', serif;
  font-size: 115%;
  color: #363636;
  text-transform: uppercase;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a {
  background-color: #666;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  display: none;
  top: 38px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1:hover > div {
  display: block;
}
.sm_megamenu_menu .image-st-botttom {
  padding: 15px 15px 0 15px;
}
.sm_megamenu_menu .image-st-botttom a img,
.sm_megamenu_menu .img-st-h a img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sm_megamenu_menu .image-st-botttom a img:hover,
.sm_megamenu_menu .img-st-h a img:hover {
  opacity: 0.8;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .image-st-botttom {
  padding: 15px 0 0;
}
.menu-btn-categories {
  position: relative;
  width: auto;
  float: left;
  margin-right: 14px;
}
.menu-btn-categories .btn-cate {
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  font-size: 92.31%;
  cursor: pointer;
  padding: 0 15px;
}
.menu-btn-categories .btn-cate:before {
  content: "";
  top: 0;
  left: 0;
  bottom: -6px;
  right: 0;
  background-color: #000;
  position: absolute;
  z-index: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menu-btn-categories .btn-cate:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.menu-btn-categories .btn-cate span {
  position: relative;
}
.menu-btn-categories .sub-wrap-cate {
  width: 262px;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9999;
  padding-top: 6px;
}
.menu-btn-categories .sub-wrap-cate .button-ver-menu,
.menu-btn-categories .sub-wrap-cate .mega-left-title {
  display: none;
}
.menu-btn-categories .sub-wrap-cate .sm_megamenu_wrapper_vertical_menu {
  padding-top: 30px;
}
.menu-btn-categories:hover .sub-wrap-cate {
  display: block;
}
.menu-btn-categories:hover .btn-cate {
  color: #363636;
}
.menu-btn-categories:hover .btn-cate:before {
  background-color: #fff;
}
.menu-btn-categories:hover .btn-cate:after {
  content: "\f0de";
  top: 3px;
}
.header-v4 .menu-btn-categories .btn-cate {
  padding: 0 30px 0 46px;
  line-height: 52px;
}
.header-v4 .menu-btn-categories .btn-cate:before {
  bottom: -2px;
  background-color: #363636;
}
.header-v4 .menu-btn-categories .btn-cate:after {
  content: "";
  position: absolute;
  left: 17px;
  top: 10px;
  width: 8px;
  height: 32px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: -65px -268px;
}
.header-v4 .menu-btn-categories:hover .btn-cate {
  color: #fff;
}
.header-v4 .menu-btn-categories:hover .btn-cate:before {
  background-color: #682839;
}
.header-v4 .menu-btn-categories:hover .btn-cate:after {
  content: "";
}
.header-v4 .menu-btn-categories .sub-wrap-cate {
  padding-top: 0;
}
.megamenu-custom .sm_megamenu_menu li.parent-child > div {
  left: 0 !important;
}
.megamenu-custom .sm_megamenu_menu li.parent-child > div .dropdown-link-sub {
  display: block;
  position: relative;
  border-top: 0;
  box-shadow: none;
  width: 320px;
}
.megamenu-custom .sm_megamenu_menu li.parent-child > div .dropdown-link-sub .layout-block li a:hover {
  color: #682839;
  background: none;
}
.yt-header-under .megamenu-custom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > div {
  width: 340px;
  float: left;
  padding-top: 0;
  padding-bottom: 50px;
}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/* 01 MENU BAR */
.sambar {
  position: relative;
}
.sambar a:focus {
  outline: none;
}
.mega-left-title {
  position: relative;
  background-color: #fff;
  padding: 20px;
}
.mega-left-title:after {
  content: "";
  border-bottom: 1px dashed #cccccc;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.mega-left-title strong {
  color: #363636;
  font-family: 'Open Sans', serif;
  font-size: 123.08%;
  font-weight: bold;
  line-height: 100%;
  padding: 0 5px;
}
.sm_megamenu_wrapper_vertical_menu {
  display: block;
  position: relative;
  z-index: 29;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0 20px 30px;
  border-bottom: 1px solid #eeecec;
}
.sm_megamenu_wrapper_vertical_menu:after {
  content: "";
  position: absolute;
  height: 5px;
  background-color: #fff;
  bottom: -6px;
  left: 6px;
  right: 6px;
  border: 1px solid #eeecec;
  border-top: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
}
/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  text-align: left;
  z-index: 999;
}
/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 205px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 410px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 628px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mobile-item-parent .sm_megamenu_dropdown_3columns {
  width: 614px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 820px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 1024px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 814px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 750px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 222px;
  top: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 614px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 814px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  /*width: 750px;*/
  padding: 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns {
  width: 540px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div .border-right-col,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns .border-right-col {
  padding-left: 25px !important;
  border-right: 1px solid #ddd;
  width: 29%;
}
.recommend-product-item {
  width: 38% !important;
}
.megamenu-product {
  margin-left: 25px;
}
.megamenu-product .bs-item {
  float: left;
}
.megamenu-product .bs-image {
  position: relative;
  display: inline-block;
}
.megamenu-product .bs-image .sale-item {
  top: 7px;
  left: 7px;
}
.megamenu-product .bs-image .new-item {
  top: 7px;
  right: 7px;
}
.megamenu-product .bs-content {
  padding: 10px 0px 0px;
}
.megamenu-product .bs-content .bs-title {
  margin: 5px 0 3px;
  font-weight: bold;
}
.megamenu-product .bs-content .bs-title a {
  font-size: 116.67%;
}
.megamenu-product .bs-content .bs-price .price-box {
  height: 30px;
  line-height: 30px;
}
.megamenu-product .bs-content .bs-price .price-box .price {
  font-size: 150%;
  font-weight: bold;
  color: #682839;
}
.megamenu-product .bs-content .bs-price .price-box .special-price {
  margin-right: 1px;
}
.megamenu-product .bs-content .bs-price .price-box .old-price .price {
  font-size: 100%;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 2px;
}
.megamenu-product .bs-content .bs-review .rating-links {
  display: none;
}
.computer-hight-light > div {
  padding: 0px 10px 0px 20px!important;
}
.computer-hight-light > div .computer-hight-light {
  padding: 0px !important;
}
.computer-hight-light .featured-product-menu {
  width: 79% !important;
  padding: 25px 0px 0px 0px!important;
}
.computer-hight-light .featured-product-menu .sm_megamenu_title {
  padding-left: 23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  display: block;
  padding: 9px 5px;
  border-bottom: 1px dashed #cccccc;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  background-color: #682839;
  color: #fff;
  border-bottom-color: #682839;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
  padding-left: 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
  background-color: #E1E1E1;
  border-left: 8px solid #682839;
  width: 100% !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div.fiction {
  padding: 16px 0px 20px 16px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div.mobile-item {
  padding: 16px 15px 16px 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div > div {
  border-left: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li .sm_megamenu_title > span {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-family: "Open Sans", serif;
  font-size: 115%;
  color: #363636;
  text-transform: uppercase;
  margin-top: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li div.sm_megamenu_title a {
  display: block;
  padding: 3px 0px 3px 10px;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li div.sm_megamenu_title a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  background: #636363;
  top: 11px;
  left: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li div.sm_megamenu_title a:hover:before {
  background: #682839;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div {
  left: 0;
  width: 190px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div {
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a:before {
  width: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background-color: #682839;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a > span {
  padding-left: 10px;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a:hover:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a.sm_megamenu_actived:before {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a:hover > span,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.list-parent > div div.sm_megamenu_title > a.sm_megamenu_actived > span {
  color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
  font-family: "FontAwesome";
  font-size: 10px;
  content: "\f105";
  color: #ccc;
  float: right;
  width: 12px;
  height: 12px;
  border: 1px solid;
  margin-top: 5px;
  margin-right: -5px;
  text-align: center;
  line-height: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child:hover > a:before {
  color: #682839;
  border: 0;
  content: "\f0da";
  right: -9px;
  position: relative;
  font-size: 150%;
  margin-top: 2px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  background-color: #682839;
  color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a:before {
  color: #682839;
  border: 0;
  content: "\f0da";
  right: -9px;
  position: relative;
  font-size: 150%;
  margin-top: 2px;
}
.sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
  display: none;
  left: 268px;
}
.sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
  display: block;
}
.image-category-menu {
  margin-bottom: 10px;
}
.mega-img-full .sm_megamenu_content {
  margin-top: 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2.border-column {
  width: 30%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2.img-st-h {
  width: 40%;
  margin-bottom: 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2.img-st-h:last-child {
  margin-bottom: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2.img-st-h .sm_megamenu_content {
  margin: 0 -20px 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2.img-st-h .sm_megamenu_content a {
  float: left;
  width: 50%;
}
.sm-serachbox-pro .form-search {
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
}
.sm-serachbox-pro .form-search .cat-wrapper {
  width: 116px;
  float: left;
  position: relative;
}
.sm-serachbox-pro .form-search .cat-wrapper span {
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  padding-left: 10px;
  white-space: nowrap;
  width: 87px !important;
  position: relative;
  top: 2px;
}
.sm-serachbox-pro .form-search .cat-wrapper select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35px;
  opacity: 0;
}
.sm-serachbox-pro .form-search .input-search {
  position: relative;
  margin-left: 116px;
}
.sm-serachbox-pro .form-search .input-search #search {
  border: none;
  background: none;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  width: 186px;
  padding-right: 35px;
  line-height: 20px;
  padding-left: 10px;
  color: #636363;
}
.sm-serachbox-pro .form-search .input-search #search:focus {
  border: none;
  background: none;
}
.sm-serachbox-pro .form-search .button-search-pro {
  font-size: 123%;
  position: absolute;
  right: 9px;
  top: 4px;
  color: #6b6b6b;
}
.sm-serachbox-pro .form-search .button-search-pro:hover {
  color: #682839;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title {
  float: left;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword {
  float: left;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li {
  display: inline-block;
}
.sm-serachbox-pro .sm-searchbox-advanced {
  clear: both;
}
.price_filter {
  height: 24px;
  margin: 10px 0 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 45px;
}
.price_filter .val-min-price,
.price_filter .val-max-price {
  position: absolute;
  bottom: 0;
}
.price_filter .val-min-price {
  left: 0;
}
.price_filter .val-max-price {
  right: 0;
}
.price_filter:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #682839;
  position: absolute;
  top: 10px;
}
.price_filter:before {
  left: 1px;
  right: 1px;
}
#narrow-by-list .check-shopby {
  display: none;
}
.block-layered-nav .filter-wrapp {
  padding-bottom: 30px;
}
.block-layered-nav .filter-wrapp.Manufacturer {
  margin-top: -15px;
}
.block-layered-nav .filter-wrapp:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .ac-shopby {
  padding: 10px 0px 5px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby > ul {
  display: none;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price-input {
  display: inline-block;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper {
  display: inline-block;
  float: right;
}
.block-layered-nav .filter-wrapp:first-child {
  padding-top: 15px;
}
.block-layered-nav .filter-wrapp .txt-price-shopby {
  border: 1px solid #ddd;
  width: 60px;
  padding: 0;
  text-align: left;
  padding: 0 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.block-layered-nav .filter-wrapp #price-filter-min-text {
  margin-right: 3px;
}
.block-layered-nav .filter-wrapp dt {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  color: #707070;
  font-weight: bold;
}
.layer-noshopby #narrow-by-list > div:first-child {
  padding-top: 5px;
}
.block-layered-nav #narrow-by-list ol li {
  padding: 5px 0px;
  position: relative;
  height: 27px;
  clear: none !important;
}
.block-layered-nav #narrow-by-list ol li:before {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 10;
  display: inline-block;
  background: #363636;
}
.block-layered-nav #narrow-by-list ol li a.checked:after {
  background-color: #682839;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 6px;
  left: 3px;
  z-index: 99;
}
.block-layered-nav #narrow-by-list ol li:hover a:before {
  background-color: #682839;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 3px;
  z-index: 55;
  top: 6px;
}
.block-layered-nav #narrow-by-list ol li.active:before {
  background-position: left bottom;
  z-index: 33;
}
.block-layered-nav #narrow-by-list ol li a {
  padding: 0 0 2px 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.block-layered-nav #narrow-by-list ol li a .item-count {
  position: absolute;
  right: 0;
}
.block-layered-nav #narrow-by-list ol li a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 44;
}
.price_filter .price-from,
.price_filter .price-to {
  height: 13px;
  width: 13px;
  border: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #682839;
  cursor: e-resize;
  display: block;
  margin-top: -4px;
  position: relative;
  z-index: 2;
}
.price_filter .price-from {
  top: 9px;
}
.price_filter .price-to {
  cursor: w-resize;
}
#price-filter-max-display {
  float: right;
}
.price_filter .price-from:before,
.price_filter .price-to:before {
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  top: 5px;
  width: 1000px;
  background: #ccc;
}
.price_filter .price-from:before {
  left: -1000px;
}
.price_filter .price-to:before {
  right: -1000px;
}
.sp-right {
  float: right;
}
#loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  z-index: 99999;
  padding: 5px;
  background-color: black;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-layered-nav .currently {
  padding: 20px 0px 0px 0px;
}
.block-layered-nav .currently .block-subtitle {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: bold;
  color: #707070;
}
.block-layered-nav .currently ol {
  padding-bottom: 10px;
}
.block-layered-nav .currently ol li {
  padding: 4px 0px;
}
.block-layered-nav .currently ol li .btn-remove:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 12px;
  padding: 5px;
}
.block-layered-nav .currently ol li .btn-remove:before:hover {
  color: red;
}
.block-layered-nav .actions {
  display: inline-block;
  margin-bottom: 15px;
}
.block-layered-nav .actions .clear-fillter {
  padding: 6px 15px;
}
/*style shopby color*/
.block-layered-nav #narrow-by-list ol li {
  position: relative;
}
.block-layered-nav #narrow-by-list ol li:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  content: "";
  z-index: 44;
}
.block-layered-nav #narrow-by-list ol li.Black:after {
  background: #000000;
}
.block-layered-nav #narrow-by-list ol li.Blue:after {
  background: #0000FF;
}
.block-layered-nav #narrow-by-list ol li.Brown:after {
  background: #A52A2A;
}
.block-layered-nav #narrow-by-list ol li.Charcoal:after {
  background: #222222;
}
.block-layered-nav #narrow-by-list ol li.Cyan:after {
  background: #45c0d6;
}
.block-layered-nav #narrow-by-list ol li.Green:after {
  background: #008000;
}
.block-layered-nav #narrow-by-list ol li.Gray:after {
  background: #808080;
}
.block-layered-nav #narrow-by-list ol li.Indigo:after {
  background: #460082;
}
.block-layered-nav #narrow-by-list ol li.Ivory:after {
  background: #FFFFF0;
}
.block-layered-nav #narrow-by-list ol li.Khaki:after {
  background: #F0E68C;
}
.block-layered-nav #narrow-by-list ol li.Orange:after {
  background: #FFA500;
}
.block-layered-nav #narrow-by-list ol li.Pink:after {
  background: #FFC0CB;
}
.block-layered-nav #narrow-by-list ol li.Red:after {
  background: #ff0000;
}
.block-layered-nav #narrow-by-list ol li.Royal_Blue:after {
  background: #4169E1;
}
.block-layered-nav #narrow-by-list ol li.Silver:after {
  background: #C0C0C0;
}
.block-layered-nav #narrow-by-list ol li.Taupe:after {
  background: #8b8589;
}
.block-layered-nav #narrow-by-list ol li.White:after {
  background: #ffffff;
}
.block-layered-nav #narrow-by-list ol li.Yellow:after {
  background: #ece12d;
}
.block-layered-nav #narrow-by-list ol li.Magenta:after {
  background: #FF00FF;
}
.block-layered-nav .filter-wrapp.Material ol li a:after {
  background-color: transparent !important;
}
/* STYLE SCROLL */
.nicescroll-rails {
  width: 14px !important;
  border-radius: 7px;
}
#narrow-by-list ol li a.checked:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.block-layered-nav .filter-wrapp.Price dd {
  max-height: inherit !important;
  overflow: visible !important;
}
#yt_left .block.block-layered-nav {
  padding-left: 15px;
  padding-right: 15px;
}
#yt_left .block.block-layered-nav .block-title {
  margin: 0 -15px;
}
#yt_left .block.block-layered-nav .block-content {
  padding-top: 0;
}
.item-deal.respl-item .item-price {
  padding-top: 15px;
  margin-top: 8px;
}
.item-deal.respl-item .item-price .old-price {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.item-deal.respl-item .item-price .minimal-price .price-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.item-time {
  margin: 10px -3px;
  text-align: center;
}
.item-time .item-timer .time-item {
  width: 32px;
  height: 28px;
  text-align: center;
  display: inline-block;
  padding: 0 4px;
  line-height: 15px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border-right: 1px solid;
}
.item-time .item-timer .time-item.time-day {
  padding-left: 0;
}
.item-time .item-timer .time-item.time-hour {
  width: 36px;
  padding-left: 2px;
}
.item-time .item-timer .time-item.time-min {
  padding-left: 2px;
}
.item-time .item-timer .time-item.time-sec {
  width: 30px;
  border-right: 0;
  padding-right: 0;
  padding-left: 2px;
}
.item-time .item-timer .time-item .num-time {
  font-size: 123%;
  font-weight: bold;
}
.item-time .item-timer .time-item .name-time {
  font-size: 85%;
}
.w-deal-res {
  position: relative;
}
.w-deal-res .customNavigation .button-default {
  position: absolute;
  top: 40%;
  z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.w-deal-res .customNavigation .prev-deal {
  left: -18px;
}
.w-deal-res .customNavigation .next-deal {
  right: -18px;
}
.w-deal-res:hover .customNavigation .button-default {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.slider-deal .respl-item {
  margin-bottom: 0px;
  margin: 13px;
}
.slider-deal .respl-item:before {
  bottom: 8px;
}
.deal-wrapper {
  margin-bottom: 35px;
  position: relative;
  top: 1px;
  clear: both;
}
.deal-wrapper .block-title-default {
  margin-bottom: 20px;
}
.deal-wrapper-banner {
  clear: both;
}
.deal-wrapper-banner .deal-wrapper {
  clear: none;
  margin-bottom: 0;
}
.deal-wrapper-banner .deal-wrapper > div {
  background-color: #fff;
}
.deal-wrapper-banner .deal-wrapper > div.sm-deal-wrap {
  border-bottom: 1px solid #eeecec;
}
.deal-wrapper-banner .deal-wrapper .block-title {
  padding: 15px 15px 0;
}
.deal-wrapper-banner .deal-wrapper .respl-item {
  margin-bottom: 0;
}
.deal-wrapper-banner .deal-wrapper .respl-item:after {
  display: none;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .w-image-box .item-image a img {
  width: 100%;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  padding: 50px 15px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #682839;
  opacity: 0.97;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div {
  position: relative;
  color: #fff;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div a {
  color: #fff;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-title {
  text-align: left;
  font-size: 100%;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-title a {
  font-weight: bold;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-review {
  text-align: left;
  margin-top: 7px;
  margin-bottom: 7px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action {
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd {
  width: 50px;
  position: relative;
  height: 50px;
  float: right;
  margin: 0 1px 10px;
  left: auto;
  right: auto;
  background: none;
  top: 0;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.75;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:after {
  content: "";
  top: 18px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  text-align: center;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-wishlist span {
  display: none;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-wishlist:after {
  background-image: none;
  content: "\f004";
  line-height: 17px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart {
  width: 116px;
  text-indent: 11px;
  color: #fff;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart span {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart:after {
  content: "";
  background-position: -28px 0;
  left: 25px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-compare:after {
  content: "";
  background-position: -50px -162px;
  top: 13px;
  margin-left: -10px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:hover:before {
  opacity: 1;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price {
  padding-top: 0;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box {
  float: right;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .price {
  color: #fff;
  font-size: 246.15%;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .old-price {
  margin-top: 15px;
  position: inherit;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .old-price .price {
  font-size: 100%;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .special-price {
  float: right;
  margin-left: 5px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .btn-pd.sm_quickview_handler {
  display: none !important;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner:hover .btn-pd.sm_quickview_handler {
  display: none !important;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner:hover .item-info {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item {
  width: auto;
  height: auto;
  line-height: 15px;
  padding: 0 8px;
}
.deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item.time-day {
  padding-left: 0;
}
.deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item.time-hour {
  width: auto;
}
.deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item.time-sec {
  width: auto;
}
.deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item .num-time {
  font-size: 161.54%;
  clear: both;
  padding-bottom: 5px;
  color: #363636;
}
.deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item .name-time {
  font-size: 108%;
  color: #898989;
}
.deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper > div.block-title {
  padding-top: 27px;
}
.deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper > div.sm-deal-wrap {
  padding-bottom: 27px;
}
.deal-wrapper.deal-wrapper-label {
  background-color: #fff;
  border-bottom: 1px solid #eeecec;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.deal-wrapper.deal-wrapper-label .block-title {
  padding: 20px 20px 0 20px;
}
.deal-wrapper.deal-wrapper-label .slider-deal .respl-item {
  position: relative;
  border: 1px solid #fcfcfc;
  border-bottom: 1px solid #f5f5f5;
}
.deal-wrapper.deal-wrapper-label .slider-deal .respl-item:after {
  content: "";
  position: absolute;
  height: 6px;
  left: 8px;
  right: 8px;
  bottom: -7px;
  box-shadow: 0 1px 4px #ddd;
}
.deal-wrapper.deal-wrapper-label .slider-deal .respl-item.haslabel {
  margin-bottom: 35px;
}
.deal-wrapper.deal-wrapper-label .slider-deal .respl-item .item-inner:after {
  display: none;
}
.deal-wrapper.deal-wrapper-label .slider-deal .owl-item.active .respl-item:before {
  content: "";
  width: 1px;
  background-color: #ebebeb;
  top: 0;
  bottom: 0;
  right: -16px;
  position: absolute;
}
.deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper-inner {
  box-shadow: 0 1px 2px #eeecec;
  background: #fff;
  padding: 10px 0 25px;
}
.deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper-inner .respl-item .item-inner {
  box-shadow: none;
}
#yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd {
  width: 46px;
  height: 44px;
}
#yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:after {
  top: 14px;
  left: 13px;
  margin-left: 0;
}
#yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart {
  width: 100px;
  text-indent: 9px;
}
#yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart span {
  padding: 0 10px;
}
#yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-compare:after {
  top: 9px;
  left: 15px;
  margin-left: 0;
}
#yt_left .deal-wrapper-banner .deal-wrapper > div.sm-deal-wrap {
  border-bottom: 0;
}
.homepage1 .sm-deal-wrap .respl-item .item-inner .btn-pd.btn-cart,
.homepage1 .sm-deal-wrap .respl-item .item-inner .btn-pd.item-wishlist {
  bottom: 12px;
}
.homepage3 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart {
  width: 103px;
}
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-compare {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper .item-time .item-timer .time-item .num-time {
  font-size: 155.85%;
  margin-bottom: 0;
  margin-top: 5px;
}
.deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper .item-time .item-timer .time-item .name-time {
  font-size: 100%;
  color: #424651;
  margin-top: 0;
  margin-bottom: 5px;
}
/* hidden number review */
.slider-deal .ratings .amount {
  display: none;
}
.blog-wrapper > div:last-child {
  border-bottom: none;
}
.postWrapper {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.lastes-blog .postWrapper {
  border: none;
  margin-bottom: 7px;
  padding-bottom: 0px;
}
.lastes-blog .postWrapper .postTitle h2 {
  font-size: 100%;
  font-weight: bold;
}
.blog-post-view .postWrapper {
  margin-bottom: 20px;
  border: none;
}
.blog-post-view .postWrapper .postBookmarks {
  margin: 10px 0;
}
.blog-post-view .postWrapper .tags {
  margin: 0 0 10px;
}
.postWrapper .date-blog {
  padding: 5px 0px 5px;
}
.blog-info .postContent > * {
  display: inline;
}
.blog-info .aw-blog-read-more {
  margin-left: 10px;
}
.postWrapper .postTitle h2 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 133.33%;
}
.blog-post-view .postContent img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}
#postComment .form-list .input-box {
  width: 50%;
  float: left;
}
#postComment .form-list .input-box .input-text {
  width: 100% !important;
}
#postComment .form-list input-box #user.input-text {
  width: 98% !important;
  margin-right: 2%;
}
#postComment .form-list .input-box #email.input-text {
  width: 98% !important;
  margin-left: 2%;
}
.postTitle h3 {
  font-size: 77%;
  margin: 0px;
  padding: 7px 0 10px;
  padding-left: 0px;
}
.img-blog-list {
  float: left;
  position: relative;
  width: 270px;
}
.img-blog-list img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: auto;
  max-width: 100%;
}
.img-blog-list img:hover {
  opacity: 0.7;
}
.info-wrapper-blog {
  margin-left: 290px;
}
.info-wrapper-blog .postBookmarks {
  margin: 10px 0px;
}
.info-wrapper-blog .tags {
  margin-bottom: 10px;
}
.ovl-link {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 99;
  width: 100%;
  height: 100%;
}
.postBookmarks h4 {
  font-family: dosis semibold;
  font-size: 100%;
  display: inline;
  position: relative;
  margin-right: 5px;
}
.bm > img {
  position: relative;
  top: -2px;
}
.commentWrapper {
  padding-bottom: 15px;
}
.commentContent {
  padding-bottom: 0px;
}
.commentDetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentDetails h4.username {
  display: inline;
  font-size: 120%;
  font-weight: bold;
}
.t-comment {
  font-family: dosis semibold;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}
.postError {
  font-size: 123%;
}
.tags {
  font-weight: bold;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-family: dosis semibold;
  font-size: 100%;
  display: inline;
  margin-right: 5px;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
  font-size: 85%;
}
.block-blog .menu-tags UL LI {
  display: inline;
  margin-right: 10px;
}
.tagcloud {
  /* text-align:center; */
}
.tag-count-1 {
  font-size: 1em !important;
}
.tag-count-2 {
  font-size: 1.2em !important;
}
.tag-count-3 {
  font-size: 1.4em !important;
}
.tag-count-4 {
  font-size: 1.6em !important;
}
.tag-count-5 {
  font-size: 1.8em !important;
}
.tag-count-6 {
  font-size: 2em !important;
}
.tag-count-7 {
  font-size: 2em !important;
}
.tag-count-8 {
  font-size: 2em !important;
}
.tag-count-9 {
  font-size: 2em !important;
}
.tag-count-10 {
  font-size: 2em !important;
}
.block-blog .head h4 {
  padding-left: 20px;
}
.postWrapper .poster {
  display: inline;
}
.input-box.aw-blog-comment-area {
  width: 100% !important;
  margin-top: 10px;
  margin-bottom: 15px;
}
.widget-latest li {
  font-size: 92%;
  padding: 5px 10px;
}
.block-blog .menu-categories {
  margin-top: 20px;
  margin-bottom: 25px;
}
.blog-wrapper .postWrapper {
  display: inline-block;
  width: 100%;
}
.recent-posts ul li a,
.categories-blog ul li a {
  padding: 8px 3px 10px;
  display: block;
  border-bottom: 1px dotted #ddd;
}
.recent-posts ul li:last-child a,
.categories-blog ul li:last-child a {
  border: none;
  padding-bottom: 0px;
}
.page-title-blog {
  margin: 0px 0px 15px;
  font-family: 'Open Sans', serif;
}
.page-title-blog h1 {
  font-size: 123.08%%;
  text-transform: uppercase;
  font-weight: bold;
  color: #707070;
}
.toolbar-blog .toolbar {
  margin-bottom: 0px;
  padding-top: 0;
}
.toolbar-post .toolbar {
  margin-bottom: 18px;
}
.blog-bottom {
  margin-bottom: 30px;
}
.blog-bottom .latest-blog-bottom .item-blog {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.blog-bottom .latest-blog-bottom .item-blog:last-child {
  margin-bottom: 0px;
}
.blog-bottom .latest-blog-bottom .item-blog .postTitle {
  margin-bottom: 10px;
}
.blog-bottom .latest-blog-bottom .item-blog .postTitle h2 a {
  font-weight: bold;
}
.blog-bottom .latest-blog-bottom .date-blog-left {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #eeeeee;
  font-size: 116.67%;
  text-align: center;
}
.blog-bottom .latest-blog-bottom .date-blog-left .d-blog {
  margin-top: 12px;
}
.blog-bottom .latest-blog-bottom .date-blog-left .m-blog {
  font-weight: bold;
}
.blog-bottom .latest-blog-bottom .blog-info {
  margin-left: 85px;
}
.basicproducts_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.bs-pretext {
  margin-bottom: 10px;
}
.sm-basic-products {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sm-basic-products .bs-items {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.sm-basic-products .bs-items .bs-item {
  padding: 0;
  margin-bottom: 10px;
}
.sm-basic-products .bs-items .bs-votes {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add form {
  margin: 0;
}
.sm-basic-products .bs-items .bs-btn-add .hikashop_add_to_cart {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
.sm-basic-products .bs-items .bs-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
.sm-basic-products .bs-items .bs-item .bs-image {
  max-width: 100%;
  margin: 0;
  padding: 0 10px 10px 0;
}
.sm-basic-products .bs-items .bs-item .bs-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-item .bs-detail {
  text-align: right;
}
.sm-basic-products .bs-title {
  margin-bottom: 10px;
}
.sm-basic-products .bs-prices {
  margin-bottom: 5px;
}
.sm-basic-products .bs-price {
  font-weight: bold;
}
.sm-basic-products .bs-description {
  margin-bottom: 5px;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-cat-date {
  word-wrap: break-word;
  margin-bottom: 5px;
}
.sm-basic-products .bs-category {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review .ratings {
  margin: 0;
}
.sm-basic-products .bs-review .rating-box {
  margin-right: 5px;
}
.sm-basic-products .bs-review .rating-links {
  padding-top: 1px;
}
.sm-basic-products .bs-price {
  margin-bottom: 5px;
}
.sm-basic-products .bs-btn-addtocart {
  margin-bottom: 10px;
}
.sm-basic-products .add-to-links {
  margin: 0;
}
.sm-basic-products .add-to-links li {
  margin-bottom: 5px;
}
.sm-basic-products .bs-date {
  margin-bottom: 5px;
}
.sm-basic-products .bs-description p {
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-items .bs-item {
  float: left;
  overflow: hidden;
}
.sm-basic-products .bs-items .bs-item .bs-item-inner {
  padding: 0;
  margin: 5px;
  overflow: hidden;
}
.sm-basic-products .bs-items a {
  text-decoration: none;
}
.sm-basic-products .bs-items a:hover {
  text-decoration: underline;
}
.sm-basic-products .bs-items .bs-detail a {
  font-weight: normal;
}
.sm-basic-products .bs-items .bs-image:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sm-basic-products .bs-items .bs-image img {
  -webkit-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
  -ms-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
  -o-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
  transition: width 300ms ease 0s, height 300ms ease 0s, transform 300ms ease 0s;
}
.sm-basic-products .bs-items .bs-image img:hover {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*CSS Responsive*/
/*   --- For IE8 ---
@media all and (min-width: 768px) and (max-width: 1199px){  */
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
  width: 16.600%;
}
.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
  width: 19.958%;
}
.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
  width: 24.995%;
}
.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
  width: 33.315%;
}
.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
  width: 49.985%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
  width: 100%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
  clear: both;
}
/*--------- Other --------------*/
@media all and (max-width: 479px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.970%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp01-1 .clr1,
  .sm-basic-products .bs-resp01-2 .clr2,
  .sm-basic-products .bs-resp01-3 .clr3,
  .sm-basic-products .bs-resp01-4 .clr4,
  .sm-basic-products .bs-resp01-5 .clr5,
  .sm-basic-products .bs-resp01-6 .clr6 {
    clear: both;
  }
}
.bs-item:before,
.bs-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bs-item:after {
  clear: both;
}
/* SLIDE BASIC */
.slide-basic .owl-controls .owl-nav > div {
  background-color: #555555;
  margin-top: -33px;
}
.slide-basic .owl-controls .owl-nav > div.owl-prev {
  left: -30px;
}
.slide-basic .owl-controls .owl-nav > div.owl-next {
  right: -25px;
}
.slide-basic .active .item .item-inner {
  margin-left: -6px;
}
.slide-basic .active:first-child {
  margin-left: 0;
}
.slide-basic .item {
  position: relative;
  margin-bottom: 36px;
}
.slide-basic .item:after {
  display: none;
}
.slide-basic .item.item-old {
  z-index: 1;
}
.slide-basic .item.item-old .item-inner {
  margin-top: 17px;
}
.slide-basic .item .item-inner {
  position: relative;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 0;
  overflow: visible;
  padding: 0;
}
.slide-basic .item .item-inner .btn-pd.sm_quickview_handler {
  display: none !important;
}
.slide-basic .item .item-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  background: #000;
  opacity: 0.2;
}
.slide-basic .item .item-inner .item-inner-wrap {
  position: relative;
}
.slide-basic .item .item-inner .item-inner-wrap .bs-image img {
  max-width: 100%;
}
.slide-basic .item .item-inner .item-inner-wrap .rating-links {
  display: none;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  padding: 20px 15px 20px 21px;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 0;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div {
  position: relative;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div.item-title {
  font-size: 100%;
  text-align: left;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div.item-title a {
  font-weight: bold;
  font-size: 138%;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-des {
  padding: 15px 0 20px;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price {
  position: relative;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .minimal-price .price-label {
  display: inline-block;
  width: 100%;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .price {
  font-size: 215%;
  color: #682839;
  font-weight: bold;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .old-price {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .old-price .price {
  font-size: 100%;
  color: #636363;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price a.link-wishlist {
  position: absolute;
  right: 22px;
  width: 20px;
  height: 22px;
  overflow: hidden;
  text-indent: 999px;
  display: block !important;
  bottom: 13px;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price a.link-wishlist:before {
  content: "\f004";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 17px;
  top: 1px;
  right: 1px;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price a.link-compare {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 999px;
  display: block !important;
  bottom: 13px;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price a.link-compare:before {
  content: "\f012";
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  top: 1px;
  right: 2px;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-btn-addtocart {
  text-align: center;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-btn-addtocart button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #363636;
  background-color: #fff;
  color: #363636;
}
.slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-btn-addtocart button:hover {
  border-color: #682839;
  background-color: #682839;
  color: #fff;
}
.slide-basic .item:hover {
  z-index: 2;
}
.slide-basic .item:hover .item-inner .item-inner-wrap .item-info {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.left-basic-product .bs-item.cf {
  margin-bottom: 27px;
}
.left-basic-product .bs-item.cf:last-child {
  margin-bottom: 0;
}
.left-basic-product .bs-item.cf .bs-image img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.left-basic-product .bs-item.cf:hover {
  box-shadow: 0 1px 2px #cecece;
}
.left-basic-product .bs-item.cf:hover .bs-image img {
  opacity: 0.5;
}
.left-basic-product .rating-box,
.left-basic-product .rating-box .rating {
  background-position: 0 0;
}
.left-basic-product .rating-box {
  background-position: 0 -25px;
}
.left-basic-product .bs-image {
  float: left;
  margin-right: 15px;
}
.left-basic-product .bs-title {
  text-transform: uppercase;
  font-weight: bold;
}
.left-basic-product .minimal-price .price,
.left-basic-product .regular-price .price,
.left-basic-product .special-price .price {
  color: #682839;
  font-weight: bold;
  font-size: 138.46%;
}
.left-basic-product .old-price .price {
  margin-top: 4px;
  display: inherit;
}
.left-basic-product .price-box {
  width: auto;
}
.basic-slide-block-v2 {
  background-color: #fff;
  box-shadow: 0 1px 2px #eeecec;
  margin-bottom: 25px;
  padding: 0 15px 20px;
}
.basic-slide-block-v2 .block-title {
  padding: 20px 10px 0 10px;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item {
  position: relative;
  margin: 13px;
  box-shadow: 0 1px 2px #ececec;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item:before {
  box-shadow: 0 1px 2px #ececec;
  right: 6px;
  left: 6px;
  z-index: -1;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item.haslabel {
  margin-bottom: 35px;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item .item-inner {
  box-shadow: none;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item .item-inner:after {
  display: none;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item .special-price {
  float: none;
}
.basic-slide-block-v2 .slide-basic-v2 .respl-item .item-inner .btn-pd.item-wishlist,
.basic-slide-block-v2 .slide-basic-v2 .respl-item .item-inner .btn-pd.btn-cart {
  bottom: 8px;
  top: auto;
}
.basic-slide-block-v2 .slide-basic-v2 .owl-item.active .respl-item:after {
  content: "";
  width: 1px;
  background-color: #ebebeb;
  top: 13px;
  bottom: 0;
  right: -14px;
  position: absolute;
}
.basic-slide-block-v2 .slide-basic-v2 .item-basic-v2.respl-item .item-price {
  padding-top: 15px;
  margin-top: 8px;
}
.basic-slide-block-v2 .slide-basic-v2 .item-basic-v2.respl-item .item-price .old-price {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.basic-slide-block-v2 .slide-basic-v2 .item-basic-v2.respl-item .item-price .minimal-price .price-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.basic-slide-block-v2.new-arrival-homepage3 {
  background: transparent;
  margin-bottom: 20px;
  box-shadow: none;
}
.basic-slide-block-v2.new-arrival-homepage3 .basic-slide-block-v2-inner {
  background: #fff;
  box-shadow: 0 1px 2px #eeecec;
  position: relative;
  padding: 15px;
}
.basic-slide-block-v2.new-arrival-homepage3 .basic-slide-block-v2-inner:before {
  content: "";
  position: absolute;
  height: 50px;
  left: 6px;
  right: 6px;
  bottom: -5px;
  background-color: #fff;
  box-shadow: 0 1px 2px #eeecec;
  z-index: -1;
}
.basic-slide-block-v2.new-arrival-homepage3 .basic-slide-block-v2-inner .block-title {
  padding: 10px 5px;
}
.basic-slide-block-v2.new-arrival-homepage3 > div {
  background: #fff;
}
.basic-slide-block-v2.new-arrival-homepage3 > div.slide-basic-v2 .respl-item .item-inner .item-title {
  margin-bottom: 10px;
  min-height: 39px;
}
.slide-basic-v2.owl-carousel.owl-loaded {
  position: relative;
}
.slide-basic-v2.owl-carousel.owl-loaded:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
.sj-listing-tabs {
  margin: 0;
  padding: 0;
}
.acd-btn-add {
  float: left;
}
.sj-listing-tabs .tab-listing-title {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}
.sj-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sj-listing-tabs .ltabs-wrap {
  margin: 0;
  padding: 0;
}
/*-----------------------Css for Tabs ----------------------------*/
.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 15px 0;
  padding: 0;
}
.sj-listing-tabs .item-price {
  padding-top: 15px;
  margin-top: 8px;
}
.sj-listing-tabs .item-price .minimal-price .price-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.ltabs-item.respl-item .item-price .old-price {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.sj-listing-tabs .ltabs-tabs-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  float: left;
  cursor: pointer;
  margin: 10px 10px 10px 35px;
  font-size: 12px;
  border-left: 3px solid #959595;
  padding-left: 7px;
  line-height: 150%;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:first-child {
  margin-left: 0;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span {
  display: inline-block;
  width: 100%;
  font-size: 138.46%;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li a {
  font-size: 215.38%;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
  border-color: #682839;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel a {
  color:#91404d !important;
  border-color:#91404d;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover a,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel a {
  color: #682839;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sj-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sj-listing-tabs .item-prices {
  float: left;
  border-top: 1px solid #e9e9e9;
  padding: 2% 0 2% 0;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #909090;
  width: 40%;
}
.sj-listing-tabs .other-infor {
  margin-top: 15px;
}
.sj-listing-tabs .hits {
  float: left;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  width: 53%;
  padding: 2% 0 2% 3%;
  color: #909090;
  border-bottom: 1px solid #e9e9e9;
}
.sj-listing-tabs .hits-text {
  color: #0088cc;
}
.sj-listing-tabs .item-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 17px;
}
.sj-listing-tabs .item-review .ratings .rating-box .rating {
  width: 100% !important;
}
.sj-listing-tabs .item-review .ratings .rating-box {
  margin-right: 5px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
  margin: 0;
  padding: 0 10px 0 5px;
  cursor: pointer;
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
}
.sj-listing-tabs .created-date {
  margin-bottom: 10px;
  color: #909090;
}
.sj-listing-tabs .item-addcart {
  margin-bottom: 5px;
}
.sj-listing-tabs .add-to-links {
  margin: 0;
  margin-bottom: 5px;
  list-style: none outside none;
}
.sj-listing-tabs .add-to-links li:first-child {
  margin-bottom: 5px;
}
.sj-listing-tabs ul.add-to-links li {
  margin: 0;
  font-style: normal;
}
.sj-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel > span {
  color: #FFF;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888;
  cursor: pointer;
  margin: 0 15px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 167px;
  text-indent: 20px;
  border: 1px solid #DDD;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #FFF;
  overflow: hidden;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  width: 30px;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #DDD;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block;
}
.sj-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  vertical: middle;
  margin-top: 2px;
}
.sj-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 2;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  margin: 0;
  padding: 0;
  float: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  line-height: 20px;
  padding: 5px 10%;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
  color: #f6f6f6;
  background: #0088cc;
}
/*-----------------------------Css for Content----------------------*/
.sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
}
.sj-listing-tabs .ltabs-items-container .ltabs-items {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow: hidden;*/
  display: none;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 15px;
  width: 100%;
  /*overflow: hidden;*/
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sj-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: #000 0em 0em 0em;
}
.sj-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  width: 100%;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: #000 0em 0em 0em;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  bottom: -5px;
  right: 6px;
  left: 6px;
  height: 100%;
  box-shadow: 0 1px 2px #ddd;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  padding: 23px 15px 1px;
  box-shadow: 0 1px 2px #ddd;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:after {
  display: none;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  max-width: 100%;
  transition: 0.3;
  -moz-transition: 0.3;
  -webkit-transition: 0.3;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.sj-listing-tabs .ltabs-items .ltabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../css/images/loading.gif) no-repeat scroll center center transparent;
  min-height: 300px;
  display: block;
  z-index: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 8px 12px;
  display: inline-block;
  background-color: #0088cc;
  color: #FFF;
  cursor: pointer;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url('../css/path/images/301.GIF') no-repeat scroll center center transparent;
  width: 22px;
  height: 22px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
  content: attr(data-label);
}
.sj-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
/*class show-slider*/
.sj-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  box-shadow: none;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
  box-sizing: border-box;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-item {
  width: 100%;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  opacity: 1;
}
.ltabs-item.respl-item:after {
  bottom: -5px;
  left: 6px;
  right: 6px;
}
.sj-listing-tabs .ltabs-items-container.show-slider {
  margin: 0 -15px;
}
.sj-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
  position: static;
}
/*end class show-slider*/
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
  .sj-listing-tabs .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .sj-listing-tabs .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sj-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sj-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs04-1 .clr1,
  .sj-listing-tabs .ltabs04-2 .clr2,
  .sj-listing-tabs .ltabs04-3 .clr3,
  .sj-listing-tabs .ltabs04-4 .clr4,
  .sj-listing-tabs .ltabs04-5 .clr5,
  .sj-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sj-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sj-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs03-1 .clr1,
  .sj-listing-tabs .ltabs03-2 .clr2,
  .sj-listing-tabs .ltabs03-3 .clr3,
  .sj-listing-tabs .ltabs03-4 .clr4,
  .sj-listing-tabs .ltabs03-5 .clr5,
  .sj-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs02-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-1 .clr1,
  .sj-listing-tabs .ltabs02-2 .clr2,
  .sj-listing-tabs .ltabs02-3 .clr3,
  .sj-listing-tabs .ltabs02-4 .clr4,
  .sj-listing-tabs .ltabs02-5 .clr5,
  .sj-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sj-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sj-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs01-1 .clr1,
  .sj-listing-tabs .ltabs01-2 .clr2,
  .sj-listing-tabs .ltabs01-3 .clr3,
  .sj-listing-tabs .ltabs01-4 .clr4,
  .sj-listing-tabs .ltabs01-5 .clr5,
  .sj-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sj-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sj-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs00-1 .clr1,
  .sj-listing-tabs .ltabs00-2 .clr2,
  .sj-listing-tabs .ltabs00-3 .clr3,
  .sj-listing-tabs .ltabs00-4 .clr4,
  .sj-listing-tabs .ltabs00-5 .clr5,
  .sj-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
/*-----------------------------Css for ie----------------------*/
.sj-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
  width: 16.64%;
}
.sj-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
  width: 20%;
}
.sj-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
  width: 25%;
}
.sj-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
  width: 33.315%;
}
.sj-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
  width: 49.999%;
}
.sj-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
  width: 100%;
}
.sj-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.sj-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.sj-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.sj-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.sj-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.sj-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
  clear: both;
}
.sj-listing-tabs .ltabs-item .item-desc {
  overflow: hidden;
}
.sj-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sj-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sj-listing-tabs .ltabs-item .item-votes {
  margin: 0 0 10px 0;
}
.sj-listing-tabs .ltabs-item .item-btn-add {
  clear: both;
  display: block;
  padding-top: 10px;
  overflow: hidden;
}
.sj-listing-tabs .ltabs-item .item-btn-add form {
  margin: 0;
}
.sj-listing-tabs .ltabs-item .item-btn-add .hikashop_add_to_cart,
.sj-listing-tabs .ltabs-item .item-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 10px 5px 0px 0;
}
/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.sj-listing-tabs .pre-text,
.sj-listing-tabs .post-text {
  margin: 10px;
}
/* hidden number review */
.sj-listing-tabs .ratings .amount {
  display: none;
}
.sj-listing-tabs .special-price {
  float: none;
}
.sj-listing-tabs .respl-item .item-inner .btn-pd.btn-cart,
.sj-listing-tabs .respl-item .item-inner .btn-pd.item-wishlist {
  bottom: 8px;
  top: auto;
}
/* FOR HOMEPAGE3 */
.homepage3 #yt_content .sj-listing-tabs {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 2px #eeecec;
  overflow: initial;
  padding: 0px 25px;
}
.homepage3 #yt_content .sj-listing-tabs:before {
  content: "";
  position: absolute;
  right: 6px;
  left: 6px;
  bottom: -6px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 2px #eeecec;
  z-index: -1;
}
.homepage3 #yt_content .sj-listing-tabs .owl-controls .owl-nav > div {
  top: -34px;
  right: 45px;
}
.homepage3 #yt_content .sj-listing-tabs .owl-controls .owl-nav > div.owl-prev {
  right: 60px;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 0 0 0;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  margin-bottom: 0;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .respl-item {
  position: relative;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .respl-item:before {
  box-shadow: 0 1px 2px #eaeaea;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .respl-item.haslabel {
  margin-bottom: 35px;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .respl-item .item-inner {
  margin: 0 1px;
  box-shadow: 0 1px 2px #eaeaea;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .respl-item .item-inner:after {
  display: none;
}
.homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .respl-item .item-inner .item-title {
  min-height: 26px;
}
.homepage3 #yt_content .sj-listing-tabs .owl-item.active .respl-item:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  top: 20px;
  bottom: 0;
  background-color: #ebebeb;
  left: -15px;
}
.sm-featured-category {
  overflow: hidden;
  display: block;
  margin: 0;
}
.sm-featured-category .sale-item.label2 {
  left: 50%;
  margin-left: -50px;
}
.sm-featured-category .new-item.label2 {
  left: 50%;
  margin-left: 5px;
}
.sm-featured-category .fc-loading {
  background: url('../sm/featuredcategory/images/loading.gif') no-repeat scroll center center #ffffff;
  min-height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.sm-featured-category .first-load {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.sm-featured-category .fc-title-module {
  color: #959595;
  margin: 0;
  padding: 0;
  display: block;
}
.sm-featured-category .fc-title-module span {
  padding-left: 27px;
}
.sm-featured-category .fc-title-module:hover {
  color: #682839;
}
.sm-featured-category .fc-pre-text {
  margin: 20px 0;
  padding: 0;
}
.sm-featured-category .fc-post-text {
  margin: 20px 0;
  padding: 0;
}
.sm-featured-category .fc-cat-wrap {
  display: block;
  overflow: hidden;
}
.sm-featured-category .fc-cat-inner {
  display: block;
  overflow: hidden;
}
.sm-featured-category .fc-cat-item {
  display: block;
  overflow: hidden;
}
.sm-featured-category .fc-cat-item .fc-cat-infor {
  width: 36%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 90px 0 125px;
}
.sm-featured-category .fc-cat-item .fc-cat-infor:after {
  box-shadow: -18px 1px 60px #c0b0b0;
  content: "";
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  z-index: 999;
  filter: alpha(opacity=90);
}
.sm-featured-category .fc-cat-item .fc-cat-infor:before {
  content: "";
  float: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: url("../sm/featuredcategory/images/line.png") repeat-y center center #ffffff;
}
.sm-featured-category .fc-cat-item .fc-item-image-container {
  width: 63%;
  float: left;
  padding: 0 42px;
  font-size: 0;
  padding-top: 10.5%;
}
.sm-featured-category .fc-cat-item .fc-cat-title {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 43px;
  padding-left: 27px;
  margin-top: -10px;
}
.sm-featured-category .fc-cat-item .fc-cat-title a {
  text-decoration: none;
  margin: 0;
  padding: 5px 0;
  color: #363636;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  font-weight: bold;
  font-size: 215.38%;
  font-family: 'Open Sans', serif;
}
.sm-featured-category .fc-cat-item .fc-cat-title a:hover {
  text-decoration: none;
  color: #682839;
}
.sm-featured-category .fc-cat-item .fc-item {
  display: block;
  overflow: hidden;
}
.sm-featured-category .fc-cat-item .fc-item .fc-item-inner {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.sm-featured-category .fc-cat-item .fc-cat-readmore {
  display: block;
  float: left;
  margin-left: 25%;
  padding-left: 4px;
  margin-top: -15px;
}
.sm-featured-category .fc-cat-item .fc-cat-readmore a {
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  padding: 10px 23px;
  border: 3px solid #b60f74;
  background-color:#b60f74;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
}
.sm-featured-category .fc-cat-item .fc-cat-readmore a:hover {
  background-color: #682839;
  border-color: #682839;
  color: #FFFFFF;
}
.sm-featured-category .item-stt {
  width: 25%;
  float: left;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 1023.08%;
  font-weight: normal;
  font-family: 'Open Sans', serif;
  height: 108px;
  line-height: 103px;
  color: #e1e1e1;
  padding: 0 10px 0 10px;
  transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
}
.sm-featured-category .item-stt:hover {
  color: #682839;
  cursor: pointer;
}
.sm-featured-category .item-infor {
  width: 75%;
  float: left;
  overflow: hidden;
  display: block;
  padding-right: 15%;
  padding-left: 1%;
}
.sm-featured-category .item-infor .item-title {
  display: block;
  margin-bottom: 10px;
}
.sm-featured-category .item-infor .item-title a {
  text-decoration: none;
  font-weight: normal;
  font-size: 215.38%;
  line-height: 100%;
  color: #636363;
  transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  white-space: normal;
}
.sm-featured-category .item-infor .item-title a:hover {
  text-decoration: none;
  color: #682839;
}
.sm-featured-category .item-infor .item-description {
  font-weight: normal;
  margin-bottom: 20px;
  white-space: normal;
  line-height: 162%;
}
.sm-featured-category .item-infor .item-description p {
  white-space: normal;
}
.sm-featured-category .item-infor .item-price {
  font-weight: normal;
}
.sm-featured-category .item-infor .item-price .special-price {
  line-height: 100%;
}
.sm-featured-category .item-infor .item-price .price {
  font-size: 200%;
}
.sm-featured-category .item-infor .item-price .old-price {
  margin-left: 10px;
  margin-top: 0;
}
.sm-featured-category .item-infor .item-price .old-price .price {
  font-size: 100%;
  color: #898989;
  font-weight: normal;
}
.sm-featured-category .item-infor .item-price .price-box {
  margin: 0;
}
.sm-featured-category .item-infor .item-price .regular-price {
  line-height: 15px;
}
.sm-featured-category .item-infor .item-price .price {
  color: #3eac49;
  font-weight: bold;
}
.sm-featured-category .item-infor .item-addcart {
  font-weight: normal;
  margin: 0 0 5px 0;
}
.sm-featured-category .item-infor .add-to-links {
  margin: 0;
  padding: 0;
}
.sm-featured-category .item-infor .add-to-links li {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.sm-featured-category .item-infor .item-readmore {
  margin-bottom: 5px;
  padding: 0;
}
.sm-featured-category .item-infor .item-readmore a {
  text-decoration: none;
}
.sm-featured-category .fc-image-product {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 50px;
  position: relative;
}
.sm-featured-category .fc-image-product .item-image {
  display: block;
  position: relative;
  margin: 0 12px;
}
.sm-featured-category .active .fc-image-product .item-image img {
  box-shadow: 0 5px 110px #c0c0c0;
  display: block;
  margin: 0 auto;
}
.sm-featured-category .fc-image-product .item-image img:hover {
  transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
.sm-featured-category .fc-image-product .item-image a {
  display: block;
  transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
}
.sm-featured-category .fc-image-product .item-image a:before {
  content: attr(data-number);
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #e1e1e1;
  font-family: 'Open Sans', serif;
}
.sm-featured-category .fc-image-product .item-image a:hover:before {
  color: #682839;
}
.sm-featured-category .fc-cat-items {
  display: block;
  position: relative;
}
.sm-featured-category .fc-owl-controls .fc-owl-nav div {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  top: 118px;
  width: 16px;
  height: 33px;
  display: block;
  font-weight: normal;
  font-size: 50px;
  cursor: pointer;
  left: 35%;
}
.sm-featured-category .fc-owl-controls .fc-owl-nav div.fc-owl-prev {
  margin-left: -15px;
}
.sm-featured-category .fc-owl-controls .fc-owl-nav div.fc-owl-prev:hover {
  background-position: 0 -60px;
}
.sm-featured-category .fc-owl-controls .fc-owl-nav div.fc-owl-next {
  margin-left: 15px;
  background-position: -31px 0;
}
.sm-featured-category .fc-owl-controls .fc-owl-nav div.fc-owl-next:hover {
  background-position: -31px -60px;
}
.sm-featured-category .clr1,
.sm-featured-category .clr2,
.sm-featured-category .clr3,
.sm-featured-category .clr4,
.sm-featured-category .clr5,
.sm-featured-category .clr6 {
  display: inline-block;
}
/*-----------------------------Css for Responsive ----------------------*/
@media all and (min-width: 1200px) {
  .sm-featured-category .fc01-6 .fc-image-product {
    width: 16.64%;
  }
  .sm-featured-category .fc01-5 .fc-image-product {
    width: 20%;
  }
  .sm-featured-category .fc01-4 .fc-image-product {
    width: 25%;
  }
  .sm-featured-category .fc01-3 .fc-image-product {
    width: 33.315%;
  }
  .sm-featured-category .fc01-2 .fc-image-product {
    width: 49.999%;
  }
  .sm-featured-category .fc01-1 .fc-image-product {
    width: 100%;
  }
  .sm-featured-category .fc01-1 .clr1,
  .sm-featured-category .fc01-2 .clr2,
  .sm-featured-category .fc01-3 .clr3,
  .sm-featured-category .fc01-4 .clr4,
  .sm-featured-category .fc01-5 .clr5,
  .sm-featured-category .fc01-6 .clr6 {
    clear: both;
  }
}
@media all and (max-width: 1199px) {
  .sm-featured-category .fc-cat-item .fc-cat-title,
  .sm-featured-category .fc-title-module span {
    padding-left: 0;
  }
  .sm-featured-category .fc-cat-item .fc-cat-infor {
    padding: 50px 0;
  }
  .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    top: 70px;
    left: 34.8%;
  }
  .sm-featured-category .item-stt {
    padding-left: 0;
    width: 20%;
    font-size: 800%;
    line-height: 79px;
  }
  .sm-featured-category .item-infor {
    width: 80%;
    padding-right: 10%;
  }
  .sm-featured-category .fc-image-product {
    float: left;
    width: 55%;
    padding: 3%;
    margin: 0;
  }
  .sm-featured-category .fc-image-product .sale-item,
  .sm-featured-category .fc-image-product .new-item {
    bottom: -3.2%;
  }
  .sm-featured-category .fc-image-product .item-image img {
    max-width: 100%;
  }
  .sm-featured-category .fc-image-product:first-child {
    padding: 12% 5%;
    width: 45%;
  }
  .sm-featured-category .fc-image-product:first-child .sale-item,
  .sm-featured-category .fc-image-product:first-child .new-item {
    bottom: 8.6%;
  }
  .sm-featured-category .fc-cat-item .fc-cat-readmore {
    margin-left: 20%;
  }
}
@media all and (max-width: 1023px) {
  .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    left: 34.5%;
  }
  .sm-featured-category .fc-cat-item .fc-item-image-container {
    padding-top: 40px;
  }
  .sm-featured-category .item-stt {
    width: 100%;
    display: table;
    text-align: left;
    line-height: 105px;
    font-size: 1048%;
  }
  .sm-featured-category .item-infor {
    width: 100%;
    padding-right: 5%;
    display: table;
  }
  .sm-featured-category .fc-image-product {
    width: 80%;
    padding: 0 10%;
    display: table;
  }
  .sm-featured-category .fc-image-product .sale-item,
  .sm-featured-category .fc-image-product .new-item {
    bottom: -8.9%;
  }
  .sm-featured-category .fc-image-product .item-image img {
    max-width: 100%;
  }
  .sm-featured-category .fc-image-product:first-child {
    padding: 30px 10% 90px;
    width: 70%;
    margin-left: 5%;
  }
  .sm-featured-category .fc-image-product:first-child .sale-item,
  .sm-featured-category .fc-image-product:first-child .new-item {
    bottom: 62px;
  }
  .sm-featured-category .fc-cat-item .fc-cat-readmore {
    margin-left: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 1023px) and all and (min-width: 768px) {
  .sm-featured-category .fc02-1 .clr1,
  .sm-featured-category .fc02-2 .clr2,
  .sm-featured-category .fc02-3 .clr3,
  .sm-featured-category .fc02-4 .clr4,
  .sm-featured-category .fc02-5 .clr5,
  .sm-featured-category .fc02-6 .clr6 {
    clear: both;
  }
  .sm-featured-category .item-stt {
    padding-left: 0;
    display: table;
  }
}
@media all and (max-width: 767px) {
  .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    left: 43.5%;
  }
  .sm-featured-category .fc-cat-item .fc-cat-infor {
    width: 45%;
  }
  .sm-featured-category .fc-cat-item .fc-item-image-container {
    width: 55%;
  }
  .sm-featured-category .item-stt {
    font-size: 800%;
    line-height: 79px;
  }
  .sm-featured-category .item-infor {
    width: 100%;
    padding-right: 5%;
    display: table;
  }
  .sm-featured-category .fc-image-product {
    width: 90%;
    padding: 0 5%;
    display: table;
  }
  .sm-featured-category .fc-image-product .sale-item,
  .sm-featured-category .fc-image-product .new-item {
    bottom: -10.9%;
  }
  .sm-featured-category .fc-image-product .item-image img {
    max-width: 100%;
  }
  .sm-featured-category .fc-image-product:first-child {
    padding: 30px 5% 90px;
    width: 80%;
  }
  .sm-featured-category .fc-image-product:first-child .sale-item,
  .sm-featured-category .fc-image-product:first-child .new-item {
    bottom: 62px;
  }
  .sm-featured-category .fc-cat-item .fc-cat-readmore {
    margin-left: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 639px) {
  .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    left: 47.5%;
  }
  .sm-featured-category .fc-cat-item .fc-cat-infor {
    width: 50%;
  }
  .sm-featured-category .fc-cat-item .fc-item-image-container {
    width: 50%;
    padding: 50px 25px;
  }
  .sm-featured-category .item-stt {
    font-size: 700%;
    line-height: 100%;
  }
  .sm-featured-category .item-infor .item-title a {
    font-size: 170%;
  }
  .sm-featured-category .fc-image-product {
    width: 100%;
    padding: 0;
    display: table;
  }
  .sm-featured-category .fc-image-product:first-child {
    padding: 30px 0 90px;
    width: 80%;
    margin-left: 10%;
  }
  .sm-featured-category .fc-cat-item .fc-cat-readmore {
    margin-left: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 479px) {
  .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    left: 85%;
  }
  .sm-featured-category .fc-cat-item .fc-cat-infor {
    width: 100%;
    display: table;
  }
  .sm-featured-category .fc-cat-item .fc-item-image-container {
    width: 100%;
    padding: 25px 25px 55px;
  }
}
/*-----------------------------Css for ie----------------------*/
.sm-featured-category .lt-ie9 .fc01-6 .fc-image-product {
  width: 16.64%;
}
.sm-featured-category .lt-ie9 .fc01-5 .fc-image-product {
  width: 20%;
}
.sm-featured-category .lt-ie9 .fc01-4 .fc-image-product {
  width: 25%;
}
.sm-featured-category .lt-ie9 .fc01-3 .fc-image-product {
  width: 33.315%;
}
.sm-featured-category .lt-ie9 .fc01-2 .fc-image-product {
  width: 49.999%;
}
.sm-featured-category .lt-ie9 .fc01-1 .fc-image-product {
  width: 100%;
}
.sm-featured-category .lt-ie9 .fc01-1 .clr1,
.sm-featured-category .lt-ie9 .fc01-2 .clr2,
.sm-featured-category .lt-ie9 .fc01-3 .clr3,
.sm-featured-category .lt-ie9 .fc01-4 .clr4,
.sm-featured-category .lt-ie9 .fc01-5 .clr5,
.sm-featured-category .lt-ie9 .fc01-6 .clr6 {
  clear: both;
}
/*-----------------------------Css for ie----------------------*/
/*-----------------------------Css for Responsive ----------------------*/
.sm-imageslider-inner {
  overflow: hidden;
}
.image-pre-text {
  margin: 10px 0;
}
.image-post-text {
  margin-top: 5px;
}
.title-imageslider {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.sm-imageslider .sm-imageslider-loading {
  position: absolute;
  background: url("../images/477.gif") no-repeat center center scroll #ffffff;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.sm-imageslider-content .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm-imageslider-content .owl-animated-in {
  z-index: 0;
}
.sm-imageslider-content .owl-animated-out {
  z-index: 1;
}
.sm-imageslider-content .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.sm-imageslider-content {
  /*display: none;*/
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  min-height: 87px;
}
.sm-imageslider-content .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm-imageslider-inner.theme2 .owl-stage {
  background-color: #ddd;
  padding: 5px 0;
}
.sm-imageslider-content .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.theme1 .sm-imageslider-content .owl-stage-outer {
  overflow: hidden;
}
.sm-imageslider-content .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  /*overflow: hidden;*/
}
/*
.sm-imageslider-content .owl-controls .owl-nav .owl-prev,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sm-imageslider-content .owl-dots .owl-dot {
	display: inline-block;
}
*/
.sm-imageslider-content.owl-loaded {
  display: block;
}
.sm-imageslider-content.owl-loading {
  opacity: 0;
  display: block;
}
.sm-imageslider-content.owl-hidden {
  opacity: 0;
}
.sm-imageslider-content .owl-refresh .owl-item {
  /*display: none;*/
}
.sm-imageslider-content .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-imageslider-content .owl-item img {
  display: block;
  width: 100%;
}
.sm-imageslider-content.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: text;
  -ms-user-select: element;
  user-select: element;
}
.sm-imageslider-content.owl-rtl {
  direction: rtl;
}
.sm-imageslider-content.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .sm-imageslider-content {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm-imageslider-content .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/*
.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none repeat scroll 0 0 #d6d6d6;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
}

.sm-imageslider-content .owl-controls .owl-dot,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-nav .owl-prev {
	-moz-user-select: none;
	cursor: pointer;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: none repeat scroll 0 0 #869791;
}
*/
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #55E415;
}
.owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
  display: none;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  z-index: 99;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev:hover {
  background-color: #55E415;
  cursor: pointer;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next:hover {
  background-color: #55E415;
  cursor: pointer;
}
.sm-imageslider-inner .owl-item .item img {
  border: none;
}
.sm-imageslider-inner.theme1 .item {
  overflow: hidden;
}
.sm-imageslider-inner .owl-item .item img:hover {
  /*box-shadow: #000 0em 0em 0em;*/
  /*-webkit-transform: scale(1.1, 1.1);*/
  /*-moz-transform: scale(1.1, 1.1);*/
  /*-o-transform: scale(1.1, 1.1);*/
  /*-ms-transform: scale(1.1, 1.1);*/
  /*transform: scale(1.1, 1.1);*/
  /*transition-timing-function: linear;*/
  /*opacity: 0.7;*/
  /*filter: alpha(opacity=70);*/
  position: relative;
}
.sm-imageslider-inner.theme2 .item {
  position: relative;
  border: none;
  overflow: hidden;
}
.sm-imageslider-inner.theme2 .item .item-info {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 10%;
  right: 5%;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc {
  padding: 10px 20px 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  margin-right: 0;
  position: relative;
  background: none;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc:after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(160deg);
  -o-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -moz-transform: skewX(160deg);
  width: 100%;
  z-index: 1;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title {
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  word-wrap: break-word;
  float: right;
  margin-right: 24px;
  position: relative;
  white-space: normal;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title:after {
  background: #55E415;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  transform: skewX(160deg);
  -o-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -moz-transform: skewX(160deg);
  width: 100%;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title .item-title-inner {
  position: relative;
  display: inline-block;
  padding: 3px 15px 10px 15px;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
  position: relative;
  z-index: 4;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a:hover {
  text-decoration: none;
  cursor: pointer;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title-inner:before {
  border-color: transparent #636363;
  border-style: solid;
  border-width: 5px 0px 0px 10px;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 0px;
  width: 0;
  z-index: 3;
}
.sm-imageslider {
  position: relative;
  overflow: hidden;
}
.sm-imageslider-inner.theme2 {
  overflow: visible;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
  left: -115px;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
  right: -115px;
}
.sm-imageslider.theme2 {
  padding-left: 115px;
  padding-right: 115px;
  overflow: hidden;
}
.sm-imageslider .item-image img {
  width: 100%;
  max-width: 100%;
}
.sm-imageslider-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../css/path/images/477.gif) center center no-repeat transparent;
  min-height: 200px;
}
.imgsl-preload {
  min-height: 200px;
  overflow: hidden;
  height: 200px;
}
.sm-imageslider.theme2.boxed {
  padding: 0;
}
.sm-imageslider.theme2.boxed .owl-nav .owl-prev {
  left: 0;
}
.sm-imageslider.theme2.boxed .owl-nav .owl-next {
  right: 0;
}
select,
.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 30px;
  border: 1px solid #ddd;
  color: #666;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
label {
  font-weight: normal;
}
input[type="text"],
.input-text,
#qty,
.quantity-controls,
textarea {
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -webkit-appearance: none;
}
dt,
dd {
  font-weight: normal;
}
.qty:focus,
#coupon_code:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #fafafa;
}
select {
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  border: none;
}
textarea:focus,
select:focus,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: none;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 0px 7px 0 0;
}
textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  color: #666;
  min-height: 150px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  line-height: 1.6;
  outline: none;
  overflow-y: scroll !important;
  overflow-x: hidden;
}
.page-popup {
  overflow-x: visible;
}
#modal-login {
  overflow-y: auto !important;
}
body *:focus {
  outline: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.button-wrap {
  text-align: center;
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.button-wrap .button {
  padding: 10px 25px;
  border: 2px solid;
  color: #363636;
  font-size: 108%;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
}
.title-buttons .link-print {
  margin: 0px 20px;
  position: relative;
  top: -3px;
}
.clearfix {
  clear: both;
}
.validation-advice {
  color: #fe0000;
}
.advanced-search .multiselect {
  width: 230px;
}
.yt-content-inner {
  margin-top: 15px;
  margin-bottom: 40px;
}
.layout-boxed #yt_wrapper {
  /* background: #fafafa; */
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: block;
  max-width: 1200px;
  background: #fff;
}
#yt_wrapper {
  /* overflow-x: hidden; */
  display: inline-block;
  width: 100%;
}
.add-to-cart .btn-cart {
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
}
#yt_content {
  border-top: 1px solid #e1e1e1;
}
#yt_header,
#yt_content,
#yt_footer {
  float: left;
  width: 100%;
}
#yt_footer {
  clear: both;
  float: none;
}
.yt-header-under.menu-on-top {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#yt_wrapper .yt-main-home .yt-content-inner {
  padding-top: 50px;
}
/***messages***/
.messages {
  margin: 0 0 20px;
  width: 100%;
  clear: both;
}
.error-msg {
  background: none repeat scroll 0 0 #f64848;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}
.label {
  font-size: 100%;
  padding: 0;
  color: inherit;
  font-weight: normal;
}
.demo-notice .notice-inner p {
  display: none;
}
/***button***/
.button {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  white-space: nowrap;
  font-size: 108%;
  border: 1px solid;
  background-color: #666;
  color: #fff;
}
.button:hover {
  border-color: #682839;
  background-color: #682839;
  color: #fff;
}
.header-content-right .form-search .input-text {
  border: none;
  padding-right: 90px;
  margin-top: 3px;
  width: 100%;
}
.header-v1,
.header-v2 {
  display: inline-block;
  width: 100%;
}
.header-content-right .form-search .input-text:focus {
  background-color: transparent;
}
.cloud-zoom-big {
  background: #fff;
}
.rating-links {
  float: left;
  position: relative;
}
.rating-links a {
  color: #909090;
  font-size: 91.67%;
}
label .required {
  color: red;
}
/*----------------------------------------------------------------------
|                               COMPARE BLOCK                          |
-----------------------------------------------------------------------*/
.block-compare .block-content ol#compare-items li {
  margin-bottom: 10px;
}
.block-compare .block-content ol#compare-items li .product-name {
  display: inline-block;
  margin-right: 5px;
}
.block-compare .block-content ol#compare-items li a.btn-remove {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url(../images/remove_btn.png) no-repeat top left;
}
.block-compare .block-content ol#compare-items li a.btn-remove:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.block-compare .block-content .actions {
  padding-top: 10px;
  border-top: 1px solid #f7f7f7;
}
.block-compare .block-content .actions a {
  position: relative;
  top: 10px;
}
.block-compare .block-content .actions .button {
  float: right;
}
.page-popup.catalog-product-compare-index {
  padding: 10px;
}
.fancybox-item.fancybox-close {
  width: 30px;
  height: 30px;
  background: url(../images/btn-close-fancy.png) no-repeat center center;
  top: -15px;
  right: -15px;
}
/*----------------------------------------------------------------------
|                             END COMPARE BLOCK                        |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                           STYLE DINAMICSLIDESHOW                     |
-----------------------------------------------------------------------*/
.owl-controls .owl-nav > div {
  position: absolute;
  background-color: #b7b7b7;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.owl-controls .owl-nav > div.owl-prev {
  left: -15px;
  background-position: 12px -314px;
}
.owl-controls .owl-nav > div.owl-next {
  right: -15px;
  background-position: -22px -314px;
}
.owl-controls .owl-nav > div:hover {
  background-color: #682839;
}
.owl-controls .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5.5px;
  background: #fff;
  display: inherit;
  padding: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.owl-controls .owl-dots .owl-dot:hover,
.owl-controls .owl-dots .owl-dot.active {
  background: #e69e4f;
  opacity: 0.75;
}
/*----------------------------------------------------------------------
|                        END STYLE DINAMICSLIDESHOW                    |
-----------------------------------------------------------------------*/
/*= STYLE OWL MUTIL ITEM =*/
/*= BUTTON NEXT PREV DEFAULT =*/
/*----------------------------------------------------------------------
|                                 HOME PAGE                            |
-----------------------------------------------------------------------*/
.block-title-default {
  border-bottom: 2px solid;
  margin-top: -5px;
  position: relative;
}
.block-title-default h2 {
  display: inline;
}
.block-title-default h2 span {
  display: inline-block;
  font-size: 133.33%;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  text-transform: uppercase;
  line-height: 37px;
  position: relative;
}
.block-title-default h2 span:before {
  border-right: 20px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.list-services li {
  border-right: 1px solid #ebebeb;
}
.list-services li .item-service-inner {
  padding: 56px 15px;
  text-align: center;
}
.list-services li .item-service-inner .image a {
  width: 129px;
  height: 129px;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-size: 500%;
  line-height: 129px;
  background: #682839;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.list-services li .item-service-inner .image a:hover {
  background: #fff;
  color: #682839;
}
.list-services li .item-service-inner .info {
  padding-top: 18px;
}
.list-services li .item-service-inner .info .title {
  font-family: 'Open Sans', serif;
  font-size: 138.46%;
  font-weight: bold;
  text-transform: uppercase;
}
.list-services li .item-service-inner .info .des {
  padding-top: 3px;
}
.list-services li .item-service-inner:hover .image a {
  background: #fff;
  color: #682839;
}
.list-services li:last-child {
  border-right: 0;
}
.static-home-2 {
  margin-bottom: 33px;
  display: inline-block;
  width: 100%;
}
.static-home-2 > ul > li {
  float: left;
}
.static-home-2 > ul > li a {
  display: block;
  clear: both;
  position: relative;
}
.static-home-2 > ul > li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 20;
}
.static-home-2 > ul > li a img {
  width: 100%;
}
.static-home-2 > ul > li a img:hover {
  position: relative;
  z-index: 9;
}
.static-home-2 > ul > li a:hover:before {
  opacity: 1;
}
/*----------------------------------------------------------------------
|                               END HOME PAGE                          |
-----------------------------------------------------------------------*/
/*------------------------------ Data Table ----------------------*/
.data-table {
  width: 100%;
}
.data-table th.wrap {
  white-space: normal;
}
.data-table th {
  padding: 10px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.data-table tbody tr {
  border: 1px solid #e9e9e9;
}
.data-table tr td {
  padding: 10px;
  border: 1px solid #e9e9e9;
  vertical-align: middle;
}
.data-table td h3 {
  margin: 0;
  line-height: 100%;
}
body table.data-table {
  border-collapse: collapse;
}
.data-table thead {
  border: 1px solid #e9e9e9;
}
.data-table tfoot {
  border-top: none;
  border-top: 1px solid #e9e9e9;
}
.data-table .first.odd,
.box-account .data-table .odd {
  background: none;
}
.a-center input.checkbox {
  float: none;
}
label.required em {
  font-weight: normal;
  padding: 0 5px 0 0;
  vertical-align: middle;
  color: #ff0000;
}
.main-content {
  padding-top: 35px;
}
/*----------------------------------------------------------------------
       FROM THE BLOG   |        FAQs       |    WHAT CLIENT SAYS       |
-----------------------------------------------------------------------*/
.block .customNavigation {
  position: absolute;
  top: 6px;
  right: 5px;
}
.block .customNavigation .btn-bs {
  width: 17px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  font-size: 28px;
  cursor: pointer;
  color: #999999;
}
.latest-blog .item-blog .img-blog {
  position: relative;
}
.latest-blog .item-blog .img-blog img {
  width: auto;
  max-width: 100%;
}
.latest-blog .item-blog .img-blog .img-link:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.latest-blog .item-blog .img-blog:hover .img-link:before {
  opacity: 1;
}
.latest-blog .blog-info {
  padding: 18px 0 13px;
}
.latest-blog .blog-info .postTitle {
  padding-bottom: 10px;
}
.latest-blog .blog-info .postTitle h2 a {
  font-size: 116.67%;
  font-weight: bold;
}
.client-say .item-client-say .client-comment {
  font-style: italic;
}
.client-say .item-client-say .client-say-info {
  padding-top: 20px;
}
.client-say .item-client-say .client-say-info .image-client {
  width: 65px;
  float: left;
}
.client-say .item-client-say .client-say-info .name-client {
  margin-left: 78px;
  padding-top: 10px;
}
.client-say .item-client-say .client-say-info .name-client h2 a {
  font-size: 116.67%;
  font-weight: bold;
  color: #682839;
  display: inline-block;
  padding: 5px 0px;
}
.client-say .owl-controls .owl-pagination {
  background-color: #eeeeee;
  margin: 0px -18px 0;
  padding: 5px 0px;
  position: relative;
  bottom: -20px;
}
.client-say .owl-controls .owl-pagination .owl-page {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #eeeeee;
  background-color: #bbbbbb;
  margin: 0 2px;
}
.client-say .owl-controls .owl-pagination .owl-page:hover {
  background-color: #999999;
  border: 1px solid #fff;
}
.client-say .owl-controls .owl-pagination .owl-page.active {
  background-color: #999999;
  border: 1px solid #fff;
}
.faqs-block .faq-wrapper {
  background-color: #eeeeee;
  margin: -20px -18px;
}
.faqs-block .faq-wrapper .accordion.accordion-close {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.faqs-block .faq-wrapper .accordion {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  line-height: 38px;
  padding-left: 47px;
  cursor: pointer;
}
.faqs-block .faq-wrapper .accordion span:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 22px;
  top: 11px;
  background: url(../images/show-c.png) no-repeat top left #999999;
}
.faqs-block .faq-wrapper .accordion-open span:before {
  background-position: left bottom;
}
.faqs-block .faq-wrapper .container-accordion {
  padding: 0 10px 10px 47px;
  border-bottom: 1px solid #ddd;
}
.faqs-block .faq-wrapper .faq-item:last-child .accordion,
.faqs-block .faq-wrapper .faq-item:last-child .container-accordion {
  border-bottom: none;
}
.block-brand .block-title .view-all-brand {
  display: inline-block;
  float: right;
  margin: 11px 11px 0px 0px;
}
.block-brand .block-title .view-all-brand:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 5px;
}
.block-brand .brand-wrapper {
  margin: -20px -19px -21px -18px;
  line-height: 0px;
}
.block-brand .brand-wrapper ul {
  display: inline-block;
  width: 100%;
}
.block-brand .brand-wrapper ul li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.block-brand .brand-wrapper ul li:hover {
  position: relative;
  z-index: 9;
}
.block-brand .brand-wrapper ul li a img {
  width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.block-brand .brand-wrapper ul li a img:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/*----------------------------------------------------------------------
|                              CSS FOR FOOTER                          |
-----------------------------------------------------------------------*/

.footer-top.yt-get-social {
  background:#f7f5f5;
}

.brand-slide-wrap .owl-item .item {
  overflow: hidden;
  text-align: center;
  margin: 0 3px;
}
.brand-slide-wrap .owl-item .item img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  max-width: 100%;
}
.brand-slide-wrap .owl-item .item:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* SOCIAL COMMON */
.socials-wrap {
  text-align: center;
  padding: 30px 0 50px;
}
.socials-wrap h3.mod-social-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 123%;
  font-family: 'Open Sans', serif;
  color: #363636;
}
.socials-wrap p.desc {
  margin: 35px 18% 49px;
}

.socials-wrap ul li {
  display: inline-block;
  margin-right:30px;
}
.socials-wrap ul li:last-of-type {
  margin-right:0;
}
.socials-wrap ul li a {
  width:71px;
  padding-top:71px;
  display: block;
  font-size: 138.46%;
/*  color: #898989;
  display: inline-block;
  margin: 0 15px;
  text-align: center;
  height: 68px;
  line-height: 68px;
  width: 68px;
  border: 2px solid #898989;
  border-radius: 100%;
  position: relative;*/
/*  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transform: all 0.3s ease-in-out 0s;*/
}
.socials-wrap ul li a i.fa {
  display: none;
/*  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;*/
}
.socials-wrap ul li a:before {
/*  color: #898989;
  z-index: 9999;
  position: absolute;
  width: 70px;
  left: 0;*/
}
.socials-wrap ul li a.icon-facebook {
/*  color: #507dc0;
  border-color: #507dc0;*/
  background: url(../images/social/facebook-icon.png) no-repeat;
}
.socials-wrap ul li a.icon-facebook:before {
/*  color: #507dc0;*/
}
.socials-wrap ul li a.icon-twitter {
  background: url(../images/social/twitter-icon.png) no-repeat;
}
.socials-wrap ul li a.icon-twitter:before {
  /*color: #62cdf1;*/
}
.socials-wrap ul li a.icon-pinterest {
  background: url(../images/social/pinterest-icon.png) no-repeat;
}
.socials-wrap ul li a.icon-pinterest:before {
  /*color: #ef6160;*/
}
.socials-wrap ul li a.icon-google-plus {
  background: url(../images/social/gplus-icon.png) no-repeat;
}
.socials-wrap ul li a.icon-pinterest:before {
  /*color: #ef6160;*/
}
/*.socials-wrap ul li a:after {
  background: #fff;
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  transition: all 0.45s ease-in-out 0s;
  -webkit-transition: all 0.45s ease-in-out 0s;
  -moz-transition: all 0.45s ease-in-out 0s;
  -ms-transform: all 0.45s ease-in-out 0s;
}*/
.socials-wrap ul li a span {
  display: block;
  color: #898989;
  margin-top: 0;
  font-family: arial;
  text-transform: uppercase;
  font-size: 62.1%;
  font-weight: bold;
  /*margin-top:71p;*/
}
.socials-wrap ul li a:hover {
  color: #682839;
  border-color: #682839;
}
.socials-wrap ul li a:hover:before {
  color: #682839;
}
/*.socials-wrap ul li a:hover:after {
  -ms-transform: rotate(135deg);*/
  /* IE 9 
  -webkit-transform: rotate(135deg);
   Chrome, Safari, Opera 
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.socials-wrap ul li a:hover span {
  color: #682839;
}
.socials-wrap.social-slidebar-wrap h3.mod-social-title {
  text-align: left;
}
.socials-wrap.social-slidebar-wrap ul {
  margin: 20px -20px 0;
}
.socials-wrap.social-slidebar-wrap ul li a {
  width: 40px;
  height: 40px;
  font-size: 83%;
  line-height: 40px;
  margin: 0 10px;
}
.socials-wrap.social-slidebar-wrap ul li a:after {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
}
.socials-wrap.social-slidebar-wrap ul li a i.fa {
  font-size: 16px;
}
.socials-wrap.social-slidebar-wrap ul li a span {
  display: none;
}
.socials-wrap.social-slidebar-wrap .input-box-wrap .actions button:after {
  font-size: 12px;
  top: 7px;
  right: 12px;
}
*/
.yt-footer-wrap .footer-top.yt-get-social {
  background: #f7f5f5;
  padding-top: 20px;
}
.yt-footer-wrap .yt-brand-wrap {
  background: #f1f1f1;
}
.yt-footer-wrap .yt-brand-wrap .brand-slide-wrap {
  padding: 6px 0;
}
.yt-footer-wrap .yt-brand-wrap .owl-controls .owl-nav > div.owl-prev {
  left: -38px;
}
.yt-footer-wrap .yt-brand-wrap .owl-controls .owl-nav > div.owl-next {
  right: -38px;
}
.yt-footer-wrap .footer-bottom {
  background:#f7f5f5;
  padding: 15px 0;
}
.yt-footer-wrap .footer-bottom .payment-method {
  text-align: right;
}
.yt-footer-wrap .footer-bottom .payment-method li {
  display: inline;
  margin-right: 14px;
}
.yt-footer-wrap .footer-bottom .payment-method li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.yt-footer-wrap .footer-bottom .copyright-footer {
  margin-top: 7px;
}
.yt-footer-wrap .footer-middle {
  padding: 30px 0 50px;
  background: #fff;
}
.yt-footer-wrap .footer-middle .col-footer {
  padding: 5px 0px 2px;
}
.yt-footer-wrap .footer-middle .footer-title {
  margin: 14px 0;
}
.yt-footer-wrap .footer-middle .footer-title h2 {
  font-size: 115.38%;
  font-weight: bold;
  color: #363636;
}
.yt-footer-wrap .footer-middle .content-block-footer a {
  color: #898989;
}
.yt-footer-wrap .footer-middle .content-block-footer a.active,
.yt-footer-wrap .footer-middle .content-block-footer a:hover {
  color: #682839;
}
.yt-footer-wrap .footer-middle .content-block-footer .icon-double-angle-right {
  margin-right: 5px;
}
.yt-footer-wrap .footer-middle .content-block-footer .footer-logo {
  margin-bottom: 10px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li {
  padding-bottom: 4px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li:last-child {
  padding-bottom: 0px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li .sp-ic {
  background: #636363;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 108%;
  border-radius: 2px;
  margin-right: 15px;
  color: #fff;
  float: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 3px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li:hover .sp-ic {
  background: #682839;
}
.yt-footer-wrap .footer-middle .content-block-footer .payment-method {
  padding-top: 25px;
}
.yt-footer-wrap .footer-middle .content-block-footer .payment-method li {
  display: inline-block;
  margin-right: 7px;
}
.yt-footer-wrap .footer-middle .content-block-footer .payment-method li:last-child {
  margin-right: 0px;
}
.yt-footer-wrap .footer-middle .f_box_4 .content-block-footer ul li {
  padding-bottom: 16px;
  display: inline-block;
  line-height: 209%;
}
/*----------------------------------------------------------------------
|                            END CSS FOR FOOTER                        |
-----------------------------------------------------------------------*/
/*------------------------back to top---------------------------------*/
#yt-totop {
  background: url("../images/up-arrow.png") no-repeat scroll center center #333333;
  bottom: 30px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/*-------------------------css for home page---------------------------*/
#yt_content .yt-slideshow {
  width: 100%;
  position: relative;
}
#yt_content .yt-slideshow .owl-controls {
  margin-top: 0px !important;
}
.owl-controls .owl-pagination {
  text-align: center;
}
.owl-controls .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  background-color: #fff;
}
.owl-controls .owl-pagination .owl-page:hover,
.owl-controls .owl-pagination .owl-page.active {
  background: #000;
  opacity: 0.75;
}
#confirmbox .btn-cart {
  background: #666;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
#confirmbox .btn-cart:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  top: 4px;
  left: 7px;
  background-position: -32px 0;
  background-color: transparent;
}
#confirmbox .btn-cart:hover {
  background: #682839;
}
#confirmbox .btn-cart:hover:before {
  background-color: transparent;
}
.resp-tabs-container .owl-item {
  padding-left: 30px;
}
.owl-buttons .owl-next,
.owl-buttons .owl-prev {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #575757;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-buttons .owl-next {
  background-image: url(../images/btn-next-owl.png);
}
.owl-buttons .owl-prev {
  background-image: url(../images/btn-prev-owl.png);
}
.resp-tab-content .btn-nav {
  position: absolute;
  top: 48%;
  z-index: 99;
}
.resp-tab-content .btn-nav.btn-prev {
  left: 0px;
}
.resp-tab-content .btn-nav.btn-next {
  right: 0px;
}
.resp-vtabs ul.resp-tabs-list {
  width: 170px !important;
}
.resp-vtabs .resp-tabs-container {
  margin-left: 169px;
  clear: inherit !important;
  float: none !important;
  width: auto !important;
  padding: 15px 20px !important;
}
.old-price .price {
  text-decoration: line-through;
}
.slider-ourmember .owl-item {
  padding-left: 30px;
}
.slider-ourmember .owl-item .sm_quickview_handler {
  display: none !important;
  left: 9999px !important;
}
.slider-ourmember .owl-item .item-inner {
  padding: 0px;
  border: none !important;
}
.wrapper-owl-slider {
  margin-left: -30px;
}
.our-member .owl-pagination {
  padding-left: 30px;
}
.over-flow-padding {
  overflow: hidden;
}
.carousel-dotted > li {
  width: 10px;
  height: 10px;
  background: #efefef;
  border-radius: 50%;
  display: inline-block;
  border: none;
  margin: 0px !important;
  margin-left: 2px;
}
.carousel-dotted > li.active {
  width: 10px;
  height: 10px;
}
.wrapper-client-say {
  background: #f7f7f7;
  padding-right: 10px;
}
.client-say-wrapper {
  margin-top: 26px;
  margin-bottom: 25px;
}
.client-image {
  width: 139px;
  float: left;
  position: relative;
}
.img-wrapper > a:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.img-wrapper:hover > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.btn-button-st:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.client-info {
  margin-left: 165px;
}
.des-client {
  font-size: 116.67%;
  padding: 10px 0px 15px 0px;
}
.carousel-dotted {
  width: auto;
  left: inherit;
  right: 0px;
  top: -58px;
}
.client-bottom > a {
  color: #000;
}
.client-bottom > a .color-client {
  font-weight: bold;
}
.shop-info .shop-info-wrapper {
  margin-top: 23px;
}
.shop-info .tt-info {
  color: #000;
}
.shop-info .info-list > li {
  padding: 5px 0 5px 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
/*----------------------------------------------------------------------
|                     CSS BLOCK LEFT, RIGHT COLUMN                     |
-----------------------------------------------------------------------*/
#yt_left .block,
#yt_right .block {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
#yt_left .block .block-title,
#yt_right .block .block-title {
  border-bottom: 2px solid;
  font-size: 123.08%;
  text-transform: uppercase;
  position: relative;
  color: #707070;
  line-height: 150%;
  font-family: 'Open Sans', serif;
}
#yt_left .block .block-title strong,
#yt_right .block .block-title strong {
  display: inline-block;
}
#yt_left .block .block-content,
#yt_right .block .block-content {
  padding: 20px 0px;
}
.block-tags .tags-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.block-tags .tags-list li a {
  font-size: 100% !important;
  color: #fff;
  background-color: #aaaaaa;
  display: inline-block;
  padding: 6px 9px;
}
.block-tags .view-all-tag {
  clear: both;
  text-align: right;
}
.block-tags .view-all-tag a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  font-style: italic;
}
/*----------------------------------------------------------------------
|                   END CSS BLOCK LEFT, RIGHT COLUMN                   |
-----------------------------------------------------------------------*/
.btn-button-st {
  color: #fff !important;
  display: inline-block !important;
  margin-top: 10px;
  padding: 10px 15px !important;
  text-transform: uppercase;
}
.st-categories .category-wrap h2,
.detail-st-img h2 {
  color: #000;
  margin: 15px 0 10px;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------
|                              CSS BREACRUM                             |
-----------------------------------------------------------------------*/
.yt-breadcrumbs .breadcrumbs {
  margin-top: 15px;
  margin-bottom: 20px;
}
.yt-breadcrumbs .breadcrumbs ul li {
  display: inline-block;
  padding: 0px 0px 0px 8px;
  vertical-align: top;
  font-size: 89%;
}
.yt-breadcrumbs .breadcrumbs ul li a {
  color: inherit;
}
.yt-breadcrumbs .breadcrumbs ul li a:hover {
  color: #682839;
}
.yt-breadcrumbs .breadcrumbs ul li:first-child {
  padding-left: 0;
}
.yt-breadcrumbs .breadcrumbs ul li:first-child:after {
  display: none;
}
.yt-breadcrumbs .breadcrumbs ul li:last-child {
  background: none;
}
.yt-breadcrumbs .breadcrumbs ul li:last-child:after {
  display: none;
}
.yt-breadcrumbs .breadcrumbs ul li strong {
  font-weight: normal;
}
.yt-breadcrumbs .breadcrumbs ul li:after {
  font-family: fontawesome;
  content: "\F105";
  float: right;
  font-size: 12px;
  margin-left: 10px;
  line-height: 178%;
}
.breadcrumbs-style2 {
  background-color: #c9c9c9;
}
.breadcrumbs-style4 {
  border-top: 1px solid #f7f7f7;
}
/*----------------------------------------------------------------------
|                               PAGE TITLE                             |
-----------------------------------------------------------------------*/
#yt_wrapper .page-title {
  margin-bottom: 20px;
}
#yt_wrapper .page-title h1 {
  font-size: 123.08%;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', serif;
  color: #707070;
}
.category-description {
  margin-bottom: 40px;
}
.category-description img {
  width: auto;
  max-width: 100%;
}
/*----------------------------------------------------------------------
|                               CSS RATING                             |
-----------------------------------------------------------------------*/
.no-rating a {
  font-size: 91.67%;
  color: #909090;
}
.ratings {
  padding: 0;
  direction: ltr;
  display: inline-block;
}
.rating-box {
  background: url(../images/bkg_rating.png) 0px -25px repeat-x;
  height: 12px;
  display: inline-block;
  width: 68px;
  float: left;
  margin-right: 18px;
  position: relative;
  top: 4px;
}
.rating-box .rating {
  background: url(../images/bkg_rating.png) 0 0 repeat-x;
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
}
.ratings .amount {
  display: inline-block;
  float: left;
}
.amount a {
  font-size: 91.67%;
  color: #909090;
}
.ratings-table {
  margin: 5px 0;
}
.ratings-table td,
.ratings-table th {
  padding: 3px 0;
}
.ratings-table td.label,
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
/*----------------------------------------------------------------------
|                        CUSTOM NAVIGATION SLIDER                       |
-----------------------------------------------------------------------*/
.mutil-col-slider {
  position: relative;
}
.customNavigation .btn-nav {
  width: 46px;
  height: 46px;
  background-color: #999999;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
  -moz-transition: background-color 0.2s ease 0s;
}
.customNavigation .btn-nav.btn-next {
  background-image: url(../images/btn-next-owl.png);
  right: -23px;
}
.customNavigation .btn-nav.btn-prev {
  background-image: url(../images/btn-prev-owl.png);
  left: -23px;
}
/*----------------------------------------------------------------------
|                     END CUSTOM NAVIGATION SLIDER                     |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                              LOGIN PAGE                              |
-----------------------------------------------------------------------*/
.account-login .cus-wrapper-login,
.account-login .reg-container {
  border: 1px solid #d9d9d9;
  min-height: 282px;
  padding: 15px 15px 10px;
}
.account-login .cus-wrapper-login .input-text,
.account-login .reg-container .input-text {
  width: 100%;
}
.account-login .content > h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 117%;
  font-family: inherit;
  border-bottom: medium double #f6f6f6;
  display: inline-block;
  padding-bottom: 5px;
}
/*----------------------------------------------------------------------
|                            END LOGIN PAGE                            |
-----------------------------------------------------------------------*/
/*=============================MENU HOME======================*/
.home-wrapper-item {
  padding: 0 20px;
}
.home-wrapper-item .item-feature {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.home-wrapper-item .item-feature .title-item-feature {
  margin-bottom: 12px;
  margin-top: 4px;
}
.home-wrapper-item .item-feature .title-item-feature h2 {
  font-weight: bold;
}
.home-wrapper-item .item-feature > ul > li {
  display: block;
  float: none;
}
.home-wrapper-item .item-feature > ul > li a {
  display: block;
  padding: 6px 0px;
}
.home-wrapper-item .layout-block {
  border-right: 1px solid #ddd;
}
.home-wrapper-item .color-block {
  padding-left: 30px;
}
.home-wrapper-item .color-block ul li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.home-wrapper-item .color-block ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.home-wrapper-item .color-block ul li a:hover {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.home-wrapper-item .color-block ul .red a {
  background-color: #c80005;
}
.home-wrapper-item .color-block ul .green a {
  background-color: #00a652;
}
.home-wrapper-item .color-block ul .blue a {
  background-color: #01aef2;
}
.home-wrapper-item .color-block ul .orange a {
  background-color: #682839;
}
.home-wrapper-item .color-block ul .purple a {
  background-color: #a864a8;
}
.home-wrapper-item .color-block ul .brown a {
  background-color: #a67c52;
}
/*=================END MENU HOME===============*/
.customer-review > h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
#product-options-wrapper dd .qty-holder {
  display: inline-block;
  margin-top: 10px;
}
#product-options-wrapper dd .qty-holder label {
  font-weight: normal;
  margin-right: 6px;
}
#yt_tab_custom img {
  width: auto;
  max-width: 100%;
}
/***-----content-----***/
.yt-product-detail .yt-detail-right .add-to-holder,
.yt-product-detail .yt-detail-right .add-to-box {
  margin-top: 5px;
}
.yt-product-detail .yt-detail-right .add-to-holder .price-box {
  display: none;
}
.qty-set {
  display: inline-block;
  position: relative;
  margin-right: 0px;
}
/***----product type----***/
.bundle-product .product-options {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.product-options ul.options-list .label {
  color: #909090;
  font-size: 100%;
  line-height: 170%;
  padding: 0;
}
#product-options-wrapper.product-options dd {
  margin-bottom: 15px;
}
#product-options-wrapper.product-options .validation-advice {
  min-width: 200px;
  color: red;
}
#product-options-wrapper ul.options-list label {
  font-weight: normal;
}
#downloadable-links-list > li {
  margin: 5px 0px;
}
.data-table.grouped-items-table {
  margin-bottom: 15px;
}
.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text {
  text-align: center;
}
#product-options-wrapper .qty-holder input.input-text {
  width: 50px;
}
.yt-product-detail .price-as-configured {
  margin-bottom: 15px;
  margin-top: 10px;
}
/***-----tabs-----***/
.yt-product-detail .tab-product-detail {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  top: -3px;
}
.yt-product-detail .tab-product-detail .box-tags .note {
  padding-top: 5px;
}
.yt-product-detail .tab-product-detail .product-tags {
  margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .product-tags li:after {
  content: ",";
}
.yt-product-detail .tab-product-detail #yt_tab_reviewform input[type="radio"] {
  margin: 0 0 0 48%;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager {
  padding: 5px 10px;
  border: 1px solid #E9E9E9;
  line-height: 230%;
  margin: 10px 0 20px 0;
  border-bottom: 4px solid #e9e9e9;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount {
  float: left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong {
  font-weight: normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter {
  float: right;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select {
  margin: 0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review {
  margin-bottom: 30px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd:last-child {
  border: none;
}
/*----------------------------------------------------------------------
|                            END DETAIL PAGE                           |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                               CONTACT US                             |
-----------------------------------------------------------------------*/
.block-map {
  margin-bottom: 20px;
}
.contact-map-wrap #map {
  height: 297px;
  border: 6px solid #ececec;
}
.form-wrapper .input-box .input-text {
  width: 100%;
  max-width: 395px;
}
.form-wrapper .input-box #comment {
  width: 100%;
  max-width: none;
}
.form-wrapper li .field {
  margin-bottom: 10px;
}
.form-wrapper .form-list li {
  margin-bottom: 0px;
}
.store-info .list-info .item-info {
  padding-left: 52px;
  position: relative;
  margin-bottom: 20px;
}
.store-info .list-info .item-info > div:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.store-info .list-info .item-info .info-content > h2 {
  text-transform: uppercase;
  font-size: 116.67%;
}
.store-info .list-info .item-info .info-content .des-info {
  line-height: 18px;
  padding-top: 5px;
}
.store-info .list-info .item-info.main-info > div:before {
  background-image: url(../images/add_contact.png);
}
.store-info .list-info .item-info.email-info > div:before {
  background-image: url(../images/email_contact.png);
}
.store-info .list-info .item-info.phone-info > div:before {
  background-image: url(../images/phone_contact.png);
}
.contact-form .buttons-set {
  border: none;
}
.contact-form .buttons-set .button {
  float: left;
  margin-left: 0px;
}
/*----------------------------------------------------------------------
|                             END CONTACT US                           |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                               ABOUT US                               |
-----------------------------------------------------------------------*/
.cms-about-us .page-title-blog {
  margin-top: 0px;
  margin-bottom: 25px;
}
.title-about-us {
  background: url(../images/bg-title-about.png) repeat-x left center;
  margin-bottom: 17px;
}
.title-about-us h2 {
  background: #f7f5f5;
  display: inline-block;
  font-size: 123.08%;
  padding: 0 25px 6px 0;
}
.welcome-about-us .image-about-us {
  float: left;
  width: 270px;
  padding-top: 6px;
}
.welcome-about-us .des-about-us {
  margin-left: 300px;
  line-height: 18px;
}
.our-member {
  clear: both;
  padding-top: 30px;
}
.our-member .owl-nav {
  display: none !important;
}
.our-member .sm_quickview_handler {
  display: none !important;
}
.our-member .owl-controls {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
}
.our-member .title-about-us {
  background: url(../images/bg-title-about.png) repeat-x left center;
  margin-bottom: 17px;
  text-align: center;
}
.our-member .title-about-us h2 {
  padding: 0 15px 6px 15px;
  font-size: 123.08%;
}
.our-member .short-des {
  text-align: center;
  color: #909090;
  margin-bottom: 5px;
}
.our-member .overflow-owl-slider {
  padding-top: 50px;
}
.our-member .respl-item {
  box-shadow: none;
}
.our-member .respl-item .item-inner {
  background: transparent;
  box-shadow: none;
}
.our-member .respl-item:before {
  display: none;
}
.our-member .respl-item .w-image-box {
  border-radius: 3px;
  overflow: hidden;
}
.our-member .respl-item .w-image-box .cl-nw {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
  border-radius: 50%;
}
.our-member .respl-item .w-image-box .cl-nw:hover {
  background-color: #682839;
}
.our-member .respl-item .w-image-box .cl-nw.cl-facebook {
  background-image: url(../images/cl_facebook.png);
  margin-left: -42px;
  transition: all 0.3s ease 0s;
  -web-kit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.our-member .respl-item .w-image-box .cl-nw.cl-flickr {
  background-image: url(../images/cl_flickr.png);
  transition: all 0.5s ease 0s;
  -web-kit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.our-member .respl-item .w-image-box .cl-nw.cl-twitter {
  background-image: url(../images/cl_twitter.png);
  margin-left: 18px;
  transition: all 0.7s ease 0s;
  -web-kit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
}
.our-member .respl-item .w-image-box:hover .cl-nw {
  bottom: 28px;
}
.our-member .respl-item .info-member {
  text-align: center;
  padding-top: 10px;
}
.our-member .respl-item .info-member .cl-name > a {
  font-size: 133.33%;
}
.our-member .respl-item .info-member .cl-job {
  padding: 3px 0px 2px;
}
.our-member .respl-item .info-member .cl-des {
  color: #909090;
}
.why-list li {
  position: relative;
  padding-left: 29px;
}
.why-list li:before {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/icon-whylist.png);
}
.why-list li a {
  display: block;
  padding: 5px 0 7px;
  background: url("../images/border-bottom-bs.png") repeat-x left bottom;
}
.why-list li:last-child > a {
  background: none;
}
.happy-about-us {
  clear: both;
  padding-top: 45px;
}
.happy-about-us .happy-ab {
  border: 1px solid #e9e9e9;
  padding: 33px 8px 20px;
}
.happy-about-us .happy-ab .title-happy-about {
  background: #f7f5f5;
  display: inline-block;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: -17px;
}
.happy-about-us .happy-ab .title-happy-about h2 {
  font-size: 150%;
  position: relative;
  top: -2px;
  color: #444;
}
.happy-about-us .happy-ab .ct-why {
  padding: 0 10px 0 25px;
  position: relative;
}
.happy-about-us .happy-ab .ct-why .client-say {
  font-size: 107.69%;
  color: #909090;
  margin-bottom: 10px;
}
.happy-about-us .happy-ab .ct-why .client-info-about {
  color: #000;
}
.happy-about-us .happy-ab .ct-why .client-info-about .name {
  font-size: 133.33%;
}
.happy-about-us .owl-controls {
  background: #f7f5f5;
  padding: 0 5px;
  position: absolute;
  right: 2px;
  top: -46px;
}
.happy-about-us .owl-controls .owl-prev,
.happy-about-us .owl-controls .owl-next {
  border: none;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent !important;
  top: 0px;
  margin: 0 3px;
  position: relative;
}
.happy-about-us .owl-controls .owl-prev {
  background-image: url(../images/btn-prev-hp.png) !important;
  margin-right: 3px;
  right: 0px !important;
  left: inherit !important;
  background-position: center center !important;
}
.happy-about-us .owl-controls .owl-nav {
  width: 68px;
  display: inline-block;
  height: 26px;
  background: #f7f5f5;
}
.happy-about-us .owl-controls .owl-next {
  background-image: url(../images/btn-next-hp.png) !important;
  right: 0px !important;
  background-position: center center !important;
}
.happy-about-us .item > div:before {
  content: "\f0a4";
  font-family: 'FontAwesome';
  font-size: 16px;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  left: 0px;
  top: 0px;
}
.happy-about-us .owl-dots {
  display: none !important;
}
/*----------------------------------------------------------------------
|                             END ABOUT US                             |
-----------------------------------------------------------------------*/
/***---------------------------------other page---------------------------***/
.contacts-index-index #yt_main > .container {
  background: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.blog-index-list .toolbar > div:before {
  display: none;
}
.toolbar-bottom .toolbar > div:before {
  display: none !important;
}
.cms-home .menu-on-top .yt-header-under-wrap .yt-main-menu {
  padding-left: 0px;
  padding-right: 0px;
}
.listing-tabs-slider .slider-tabl .respl-item {
  width: 100% !important;
}
/***----check out----***/
.crosssell {
  margin-top: 20px;
}
.crosssell h2 {
  margin-bottom: 15px;
}
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons {
  float: left;
  width: 100%;
}
#yt_wrapper .cart .title-buttons > .page-title {
  float: left;
}
#yt_wrapper .checkout-types {
  margin-bottom: 20px;
  text-align: right;
}
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form,
#yt_wrapper .cart-collaterals .col2-set .shipping {
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin-top: 20px;
  float: left;
  width: 100%;
  line-height: 200%;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt {
  line-height: 170%;
}
#yt_wrapper .cart-collaterals .totals td {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  padding-right: 0px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types {
  margin: 5px 0 0;
  text-align: right;
}
.totals > table {
  width: 100%;
  text-align: right;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
  margin-bottom: 5px;
}
/***----check out one page----***/
#checkout-progress-wrapper .block-content dt {
  border: 1px solid #E9E9E9;
  font-weight: normal;
  padding: 7px;
  margin-top: 10px;
}
.block-progress #billing-progress-opcheckout dt {
  margin-top: 0px;
}
#checkout-progress-wrapper .block-content dd.complete {
  padding: 10px;
  border: 1px solid #E9E9E9;
  border-top: none;
}
#checkoutSteps > li {
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#checkoutSteps .step-title {
  background: #777;
  color: #fff;
  line-height: 100%;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
#checkout-step-payment .input-text,
#checkout-step-payment select {
  max-width: 300px;
}
label em {
  float: right;
}
#checkoutSteps .step-title > span.number {
  font-weight: bold;
  float: left;
  margin-right: 10px;
  font-size: 130%;
  line-height: 100%;
}
#checkoutSteps .step-title > h2,
#checkoutSteps .step-title > span {
  font-size: 120%;
  line-height: 110%;
  font-weight: bold;
  font-family: inherit;
  text-transform: uppercase;
}
#checkoutSteps.opc .step-title a {
  display: none;
}
#checkoutSteps > li > div {
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  float: left;
  width: 100%;
  background: #fff;
}
.item-options > dt,
.item-options > dd {
  display: inline-block;
}
#checkoutSteps .input-text,
#checkoutSteps select {
  width: 100%;
}
#checkoutSteps .col2-set > div:first-child {
  padding-left: 0;
}
#checkoutSteps .col2-set > div:last-child {
  padding-right: 0;
}
#checkoutSteps h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size:15px;
}
#checkoutSteps .col2-set .buttons-set .button {
  float: right;
}
#payment_form_ccsave {
  margin-top: 15px;
}
#payment_form_ccsave .v-fix {
  float: left;
  margin-right: 10px;
}
#login-form .buttons-set .f-left {
  margin-top: 10px;
  display: inline-block;
}
#checkoutSteps #opc-login .buttons-set .f-left {
  float: left;
  width: auto;
  margin-top: 10px;
}
#checkoutSteps .please-wait {
  float: right;
  margin-right: 10px;
  margin-top: 7px;
}
/***----checkout multi address----***/
#checkout-progress-state {
  margin-bottom: 20px;
}
#checkout-progress-state > li {
  background: #777;
  color: #FFFFFF;
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 20%;
}
#checkout_multishipping_form .multiple-checkout .title-buttons {
  float: left;
  width: 100%;
}
#checkout_multishipping_form .multiple-checkout .title-buttons .page-title {
  float: left;
}
.multiple-checkout .button {
  float: right;
}
#checkout_multishipping_form #multiship-addresses-table {
  margin-top: 15px;
}
.multiple-checkout h2.legend {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.multiple-checkout h3.legend {
  font-weight: bold;
  margin-bottom: 10px;
}
.multiple-checkout .col-wide h3,
.multiple-checkout .col-wide h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.multiple-checkout .box-title {
  background: #777;
}
.multiple-checkout .box .box-content {
  padding: 15px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.multiple-checkout .messages {
  float: none;
}
#multishipping-billing-form .sp-methods dt {
  line-height: 170%;
}
.multiple-checkout .box-title > h3,
.multiple-checkout .box-title > h2,
.multiple-checkout .box-title > h4 {
  color: #ffffff;
  line-height: 100%;
  padding: 8px;
}
.multiple-checkout .box-title > h3 > a,
.multiple-checkout .box-title > h2 > a,
.multiple-checkout .box-title > h4 > a {
  color: #ffffff;
}
#checkout-review-submit .place-order .grand-total {
  float: right;
}
#checkout-review-submit .place-order .grand-total big {
  line-height: 200%;
  font-size: 120%;
}
/***---------wishlist----------***/
#yt_wrapper #yt_left .block-account .title-header {
  position: relative;
}
.my-account .input-text,
.my-account select {
  width: 100% !important;
}
.block-account .block-content a {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  padding: 7px 0;
}
.my-account .product-name {
  font-weight: bold;
  margin: 5px 0;
  font-family: inherit;
}
.my-account > .title-buttons {
  float: left;
  width: 100%;
}
.my-account #wishlist-view-form .buttons-set {
  float: right;
}
.my-account #wishlist-view-form textarea {
  width: 100%;
  margin-top: 5px;
}
.my-account #wishlist-view-form .price-box {
  font-size: 116.67%;
  margin-bottom: 5px;
}
.my-account > #form-validate > .buttons-set {
  display: inline-block;
  width: 100%;
}
.my-account > #form-validate > .buttons-set .back-link {
  float: left;
}
.my-account .box-account {
  margin-top: 10px;
}
.my-account .box-account .box-head {
  background: none repeat scroll 0 0 #777777;
  color: #FFFFFF;
  line-height: 100%;
  padding: 10px;
}
.my-account .box-account .box-head > h2 {
  float: left;
  font-family: inherit;
  text-transform: uppercase;
}
.success-msg {
  background: #23b1fa;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}
.my-account .box-account .box-head > a {
  float: right;
  color: #fff;
}
#checkout-step-login #login-form {
  margin-left: 0;
}
.my-account .col2-set .col-1,
.account-login .col2-set .col-1 {
  float: left;
  width: 50%;
}
.title-buttons > h1 {
  float: left;
}
.my-account .col2-set .col-2,
.account-login .col2-set .col-2 {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.my-account .data-table {
  width: 100%;
  margin-bottom: 10px;
}
.my-account .data-table#my-orders-table {
  margin-top: 10px;
  margin-bottom: 20px;
}
.my-account .data-table .input-text.qty {
  width: 36px !important;
  margin-bottom: 10px;
}
.my-account .data-table .link-edit {
  float: left;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.my-account .box-title {
  overflow: hidden;
  border-bottom: 1px dashed #E9E9E9;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.my-account .box-title > h3 {
  line-height: 180%;
  font-weight: bold;
  float: left;
  font-family: inherit;
}
.my-account .box-title > a {
  float: right;
  line-height: 180%;
}
.my-account .box-title > a:hover {
  text-decoration: underline;
}
.my-account .box-content h4 {
  line-height: 180%;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: inherit;
}
.my-account .box-account .number {
  background: none repeat scroll 0 0 #777777;
  color: #fff;
  float: left;
  line-height: 100%;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}
#my_recent_tags .product-name {
  bottom: -2px;
  margin: 5px 0;
  position: relative;
}
.cart-collaterals {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}
.cms-index-index .note-mes .messages {
  margin-bottom: 0px;
  margin-top: 20px;
}
.sm-deal-wrap-home-v2 {
  margin-top: 20px;
}
.effect-deal .item-title a {
  text-transform: uppercase;
}
.effect-deal {
  width: 200%;
  display: inline-block;
  margin-left: -100%;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.effect-deal:hover {
  margin-left: 0px;
}
.effect-wrapper:hover .title-deal {
  opacity: 0;
}
.effect-wrapper .item-inner {
  overflow: hidden;
}
.effect-deal .w-image-box,
.effect-deal .item-info {
  width: 50%;
  float: left;
}
.effect-deal .item-info {
  padding: 10px 15px 0px 15px;
}
.effect-wrapper .owl-controls.clickable {
  top: 0px !important;
  position: static !important;
}
.effect-wrapper .owl-controls .owl-next,
.effect-wrapper .owl-controls .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border: 1px solid #ccc;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.effect-wrapper:hover .owl-controls .owl-next,
.effect-wrapper:hover .owl-controls .owl-prev {
  transform: scale(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.effect-wrapper .owl-controls .owl-next {
  right: -12px;
}
.effect-wrapper .owl-controls .owl-prev {
  left: -12px;
}
.btn-remove {
  position: relative;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 10px;
  overflow: hidden;
}
.btn-remove:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00d";
  font-size: 14px;
  font-family: fontawesome;
  padding: 4px;
  display: inline-block;
}
.compare-table .btn-remove {
  padding-right: 20px;
}
.compare-table .btn-remove:before {
  left: auto;
  right: 0;
  top: -8px;
}
.mini-products-list .btn-remove {
  position: static;
}
.mini-products-list .btn-remove:before {
  display: none;
}
.my-tag-edit .btn-remove {
  top: -7px;
}
.my-tag-edit .btn-remove:hover {
  color: #682839;
}
#my_recent_tags,
#my_recent_reviews {
  padding-top: 10px;
}
.my-account .box-account .ratings > strong {
  float: left;
  margin: 3px 10px 0 0px;
  line-height: 110%;
}
.fieldset {
  margin-bottom: 20px;
}
.account-create .input-text {
  width: 100% !important;
}
.links-second a {
  cursor: pointer;
}
.fieldset .legend {
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
  margin-bottom: 10px;
  border-bottom: medium double #f6f6f6;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 117%;
}
.buttons-set {
  border-top: 1px solid #e9e9e9;
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
}
.buttons-set .button {
  float: right;
  margin-left: 5px;
}
.my-account .buttons-set.buttons-set2 {
  border: none;
  padding: 0;
  margin: 0;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.my-account .form-list .field {
  float: left;
  width: 50%;
}
.col2-set .content > h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.form-list li {
  margin-bottom: 5px;
}
.form-list input.input-text,
input.input-text {
  width: 230px;
  padding: 0px 5px;
}
input.input-text.qty {
  width: 36px;
  height: 36px;
  text-align: center;
}
.product-essential input.input-text.qty {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}
.add-to-cart > label {
  float: left;
  margin-right: 5px;
  line-height: 30px;
}
.discount-form .input-text,
.shipping-form .input-text,
.shipping-form select {
  width: 100% !important;
}
.discount > h2,
.shipping > h2 {
  font-family: inherit;
  font-size: 107.69%;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pager {
  border-top: 1px solid #ccc;
  border-bottom: double #ccc;
  padding: 5px 0px;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
.write-your-review {
  padding-top: 20px;
}
.write-your-review > h4 {
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  margin-bottom: 10px;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  line-height: 100%;
  padding: 5px 10px;
  background-color: #F4F4F4;
  margin-left: 5px;
  float: left;
  border: 1px solid #e9e9e9;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li.current > a {
  color: #fff;
  border: 1px solid transparent;
}
.pager .amount {
  float: left;
  line-height: 30px;
  margin-right: 30px;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .limiter {
  float: right;
}
.my-account .pager .pages {
  display: inline-block;
  float: right;
}
.my-account .pager > .pages > ol {
  display: inline;
}
.pager .limiter label {
  font-weight: normal;
  float: left;
  line-height: 30px;
}
.pager .limiter select {
  margin: 0;
  width: auto !important;
  position: relative;
  padding: 2px;
  margin-left: 5px;
}
.my-account .title-buttons .page-title {
  float: left;
}
.my-account .title-buttons .button,
.my-account .link-print {
  float: right;
}
.my-account .link-print {
  margin-right: 10px;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2 {
  float: left;
  width: 100%;
  margin: 10px 0 7px 0;
}
.my-account .addresses-list h2 {
  border-bottom: 1px dashed #E9E9E9;
  padding-bottom: 5px;
  margin: 0;
}
/*css background image*/
.pattern1 {
  background-image: url(../images/pattern/pattern1.png);
  background-attachment: fixed;
}
.pattern2 {
  background-image: url(../images/pattern/pattern2.png);
  background-attachment: fixed;
}
.pattern3 {
  background-image: url(../images/pattern/pattern3.png);
  background-attachment: fixed;
}
.pattern4 {
  background-image: url(../images/pattern/pattern4.png);
  background-attachment: fixed;
}
.pattern5 {
  background-image: url(../images/pattern/pattern5.png);
  background-attachment: fixed;
}
.pattern6 {
  background-image: url(../images/pattern/pattern6.png);
  background-attachment: fixed;
}
.pattern7 {
  background-image: url(../images/pattern/pattern7.png);
  background-attachment: fixed;
}
.pattern8 {
  background-image: url(../images/pattern/pattern8.png);
  background-attachment: fixed;
}
#product-options-wrapper .input-box .input-text {
  width: 100%;
}
/*************************************************/
.tab-product-ex .tab-pane {
  opacity: 0 !important;
  height: 0px !important;
  display: block !important;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.tab-product-ex .tab-pane.active {
  opacity: 1 !important;
  height: auto !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
/* QUICK VIEW */
.quickview-main {
  width: 100%;
  max-width: 980px;
  padding: 20px;
  background: #f7f5f5;
}
.quickview-main .yt-product-detail .yt-detail-right,
.quickview-main .yt-product-detail .image-box-detail {
  margin-bottom: 0;
}
.quickview-main .yt-product-detail .box-2 {
  display: none;
}
.quickview-main #product-options-wrapper select {
  width: 100%;
}
.quickview-main .tab-product-detail {
  display: none !important;
}
.block-bottom {
  padding-top: 20px !important;
}
.mini-cartpro .block-title .c-item {
  border: 2px solid #fff;
  border-radius: 50%;
  display: none;
  font-family: Arial;
  font-size: 107.69%;
  height: 30px;
  left: 11px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 30px;
}
.slidershow-megamenu {
  background-color: #ededed;
  padding: 20px 0px;
}
.review-product-list #yt_main > .container {
  background: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
#product_comparison .product-name {
  margin: 10px 0;
  font-family: inherit;
  font-size: 113.33%;
}
#product_comparison .ratings {
  width: 100%;
}
#product_comparison .ratings .rating-box,
#product_comparison .ratings .amount {
  display: inline-block;
  float: none;
}
#product_comparison .ratings .amount {
  position: relative;
  top: 2px;
}
#product_comparison .btn-cart {
  margin: 10px 0px;
}
#product_comparison td {
  vertical-align: top;
  text-align: center;
}
#product_comparison .add-to-links li {
  float: none;
}
.add-to-links .separator {
  display: none;
}
.checkout-cart-configure .add-to-holder .product-add-box .add-to-links li {
  margin-left: 1px;
}
.my-wishlist .buttons-set .button {
  margin-bottom: 5px;
}
.slider-happy-client .owl-controls .owl-next:hover,
.slider-happy-client .owl-controls .owl-prev:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.mini-cartpro .truncated .price {
  font-size: 100% !important;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
#shopping-cart-table .item-options > dt {
  display: inline-block;
}
#shopping-cart-table .item-options > dd {
  display: inline-block;
  margin-right: 5px;
}
.button.link-wishlist {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
.cart-cell .truncated {
  position: relative;
}
.cart-cell .truncated_full_value {
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  left: -200px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  width: 200px;
}
.cart-cell .truncated_full_value.show {
  display: block;
}
.cart-cell .truncated_full_value.show dd {
  margin-right: 5px;
}
.cart-cell .truncated_full_value.show dt,
.cart-cell .truncated_full_value.show dd {
  display: inline-block;
}
#_atssh {
  display: none;
}
/* BLOCK COMMON */
.yt-content .block .block-title {
  font-family: 'Open Sans', serif;
  font-weight: bold;
  color: #363636;
  font-size: 20px;
}
.yt-content .block .desc-title {
  text-align: center;
  padding-bottom: 35px;
}
.yt-content .block .desc-title > p {
  position: relative;
  font-size: 108%;
  display: inline-block;
}
.yt-content .block .desc-title > p:before,
.yt-content .block .desc-title > p:after {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  top: 11px;
  background: #d7d7d7;
}
.yt-content .block .desc-title > p:before {
  left: -144px;
}
.yt-content .block .desc-title > p:after {
  right: -144px;
}
/* BLOCK WELCOME */
.block.welcome-block .block-title {
  text-align: center;
  font-size: 270.38%;
  padding: 15px 0;
}
.block.welcome-block .desc {
  margin: 0 12% 15px;
  text-align: center;
}
.block.welcome-block .action-wrap {
  text-align: center;
  margin: 50px 0 35px;
}
.block.welcome-block .action-wrap a {
  border: 3px solid #b60f74;
  padding: 13px 31px;
  text-transform: uppercase;
  font-size: 108%;
  font-weight: bold;
  color: #b60f74;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transform: all 0.3s ease-in-out 0s;
}
.block.welcome-block .action-wrap a:hover {
  border: 3px solid #b60f74;
  color: #fff;
  background: #b60f74;
}
/* IMAGE SLIDER */
.sm-imageslider .owl-controls .owl-nav > div {
  background-color: transparent;
  width: 46px;
  height: 90px;
  margin-top: -45px;
  background-repeat: no-repeat;
}
.sm-imageslider .owl-controls .owl-nav > div.owl-prev {
  left: 7.5%;
  background-position: 2px -105px;
}
.sm-imageslider .owl-controls .owl-nav > div.owl-prev:hover {
  background-position: 2px -297px;
}
.sm-imageslider .owl-controls .owl-nav > div.owl-next {
  right: 7.5%;
  background-position: 2px -194px;
}
.sm-imageslider .owl-controls .owl-nav > div.owl-next:hover {
  background-position: 2px -386px;
}
.sm-imageslider .item-image {
  text-align: center;
}
.sm-imageslider .item-image img {
  max-width: 100%;
  display: block;
}
/*404page*/
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #682839;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
/*=============================================COLOR THEME================================================*/
.button:hover,
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover,
.toolbar .pagination-wrap .pagination .pages ol li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content button,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist:hover,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare:hover,
.products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart:hover,
.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler:hover,
.tt_popup_login strong,
.faqs-block .faq-wrapper .accordion:hover span:before,
.custom-nav-default .button-default:hover,
.yt-slideshow .owl-buttons .owl-next:hover,
.yt-slideshow .owl-buttons .owl-prev:hover,
.quantity-controls:hover,
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a:hover,
.block-tags .tags-list li a:hover,
#checkoutSteps .active .step-title,
#confirmbox #btnavi li > #btccart:hover,
#yt-totop:hover,
.resp-accordion.resp-tab-active,
.header-default .yt-header-top .jqTransformSelectWrapper ul li a.selected,
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content button:hover,
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #682839;
}
.toolbar .pagination-wrap .pagination .pages ol li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
.price_filter .price-from:hover,
.price_filter .price-to:hover,
.tt_popup_login,
.custom-nav-default .button-default:hover,
.block-title-default,
.list-services li a:hover,
.yt-product-detail .product-img-box .more-views ul li img:hover,
.yt-product-detail .product-img-box .more-views ul li.selected img,
.resp-accordion.resp-tab-active {
  border-color: #682839;
}
.sm-cartpro .product-details-bottom .price,
.toolbar .select-inner > ul li a:hover,
.toolbar .select-inner > ul li a.selected,
.yt-footer-wrap .footer-top .socials-wrap ul li a:hover,
.copyright-footer a,
.block .customNavigation .btn-bs:hover,
#nav > li ul li:hover > a,
.faqs-block .faq-wrapper .accordion:hover,
.yt-product-detail .yt-detail-right .availability span,
.yt-product-detail .yt-detail-right .product-shop .price-box .special-price .price,
.yt-product-detail .yt-detail-right .product-shop .price-box .regular-price .price,
.yt-product-detail .product-img-box .more-views .btn_thumb:hover,
.why-list li a:hover,
.our-member .respl-item .info-member .cl-name > a,
.happy-about-us .happy-ab .ct-why .client-info-about .name,
.block-account .block-content ul li.current a,
.block-account .block-content ul li a:hover {
  color: #682839;
}


.product-shop .price-box .regular-price .price {
  color:#707070!important;
}

.yt-product-detail .yt-detail-right .availability
/*=====================================CMS PAGE=================================*/
.slider-brand-bottom-wrapper {
  padding: 0 15px;
  position: relative;
  clear: both;
}
.slider-brand-bottom-wrapper .slider-brand-bottom {
  border: 1px solid #ddd;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item {
  padding: 0 15px;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item img {
  width: 100%;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item {
  position: relative;
  top: 0px;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item:hover {
  top: -3px;
}
.slider-brand-bottom-wrapper .customNavigation .button-default {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.slider-brand-bottom-wrapper .customNavigation .button-default.prev-brand-bottom {
  left: -2px;
}
.slider-brand-bottom-wrapper .customNavigation .button-default.next-brand-bottom {
  right: -2px;
}
.slider-brand-bottom-wrapper:hover .customNavigation .button-default {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.banner-right li a img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.banner-right li a img:hover {
  opacity: 0.8;
}
.static-image-home-right img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: auto;
  max-width: 100%;
}
.static-image-home-right img:hover {
  opacity: 0.8;
}
.block-title-bottom {
  position: relative;
}
.block-title-bottom h2 {
  font-size: 133.33%;
  font-weight: bold;
  margin-bottom: 18px;
}
.image-client img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.client-wrapper-b {
  padding: 10px 20px;
  background-color: #eee;
}
.client-wrapper-b .image-client {
  float: left;
  width: 65px;
}
.client-wrapper-b .client-say-info {
  margin-left: 80px;
  font-style: italic;
  position: relative;
  top: -4px;
}
.client-wrapper-b .client-say-info .name-client {
  padding: 17px 0px 22px;
}
.client-wrapper-b .client-say-info .name-client h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 116.67%;
}
.client-wrapper-b .client-say-info .name-client h2 a {
  color: #363636;
}
.client-wrapper-b .nav-custom {
  position: absolute;
  right: -3px;
  top: 0px;
}
.client-wrapper-b .nav-custom a {
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
}
.client-wrapper-b .nav-custom a span {
  display: none;
}
.blog-bottom,
.basic-product-bottom,
.client-say-bottom {
  padding-top: 10px;
}
/* IMG BANNER */
.banner-h1 img {
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.banner-h1 img:hover {
  opacity: 0.5;
}
/* NEWSLETTERS */
.block-subscribe .form-subscribe-header {
  text-align: center;
  margin: 0 27% 30px;
}
.block-subscribe .input-box-wrap {
  /*background: url('../images/bg-newsletter.png') no-repeat bottom center;*/
  padding-bottom: 68px;
  text-align: center;
  margin: 0 15%;
  position: relative;
}
.block-subscribe .input-box-wrap input#newsletter {
  width: 100%;
  height: 55px;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  font-size: 108%;
  text-indent: 15px;
  color: #898989;
}
.block-subscribe .input-box-wrap .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.block-subscribe .input-box-wrap .actions button {
  border: 0;
  background: transparent;
  height: 55px;
  width: 62px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.block-subscribe .input-box-wrap .actions button span {
  text-indent: 100px;
  display: inline-block;
}
.block-subscribe .input-box-wrap .actions button:after {
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  top: 12px;
  right: 17px;
  color: #b60f74;
}
.block-subscribe .input-box-wrap .actions button:hover {
  background: #682839;
}
.block-subscribe .input-box-wrap .actions button:hover:after {
  color: #fff;
}
.block-subscribe.block-subscribe-slidebar .input-box-wrap {
  background: none;
  margin: 0;
  padding: 0;
}
.block-subscribe.block-subscribe-slidebar .form-subscribe-header {
  margin: 0 0 20px;
  text-align: left;
}
.block-subscribe.block-subscribe-slidebar .input-box-wrap input#newsletter {
  height: 41px;
  text-indent: 8px;
}
.block-subscribe.block-subscribe-slidebar .input-box-wrap .actions button {
  width: 41px;
  height: 41px;
}
.block-subscribe.block-subscribe-slidebar .input-box-wrap .actions button:after {
  font-size: 21px;
  top: 6px;
  right: 11px;
}
.block-home-content-bottom-1 {
  background-color: #f7f5f5;
}
.block-home-content-bottom-2 {
  background-color: #fff;
}
.block-home-content-bottom-1 .block.block-subscribe {
  padding: 30px 0px;
}
.block-home-content-bottom-1 .block.block-subscribe .block-title {
  padding-bottom: 15px;
  padding-top: 30px;
  text-align: center;
  font-size: 123%;
}
.block-home-content-bottom-1 .block.block-subscribe .block-title:before {
  display: none;
}
.block-image-static {
  margin-bottom: 30px;
}
.block-image-static a img {
  width: auto;
  max-width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.block-image-static a:hover img {
  opacity: 0.8;
}
/* CSS MENU VERTICAL */
.cssMenu-vertical {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px 20px;
}
.cssMenu-vertical:after {
  content: "";
  position: absolute;
  height: 4px;
  left: 8px;
  right: 8px;
  bottom: -5px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #eeecec;
}
.cssMenu-vertical #nav > li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.cssMenu-vertical #nav > li > a {
  border-bottom: 1px dashed #cccccc;
  padding: 9px 5px;
  margin: 0;
  line-height: 180%;
  text-transform: none;
  color: #363636;
}
.cssMenu-vertical #nav > li.active > a,
.cssMenu-vertical #nav > li:hover > a {
  background-color: #682839;
  color: #fff;
  border-bottom-color: #682839;
}
.cssMenu-vertical #nav > li.parent > a:before {
  border: 1px solid;
  color: #ccc;
  content: "\f105";
  float: right;
  font-family: "FontAwesome";
  font-size: 10px;
  height: 12px;
  line-height: 100%;
  margin-right: -5px;
  margin-top: 5px;
  text-align: center;
  width: 12px;
}
.cssMenu-vertical #nav > li.parent > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
}
.cssMenu-vertical #nav > li.parent.active > a:before,
.cssMenu-vertical #nav > li.parent:hover > a:before {
  color: #682839;
  border: 0;
  content: "\f0da";
  right: -9px;
  position: relative;
  font-size: 150%;
  margin-top: 2px;
}
.cssMenu-vertical #nav > li.parent > ul {
  left: 250px;
  top: 0;
}
.cssMenu-vertical #nav > li.parent > ul li a {
  line-height: 100%;
}
.yt-menu-wrap-vertical-destop .cssMenu-vertical:after {
  bottom: -4px;
  border-top: 1px solid #f5f5f5;
}
#yt_left .cssMenu-vertical,
#yt_left .mega-left-title.css-menu-left-title {
  display: none;
}
/* 	ICON SPRITES */
.header-v4 .menu-btn-categories .btn-cate:after,
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div:before,
#confirmbox .btn-cart:before,
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info:before,
.toolbar .view-mode-wrap .view-mode .list,
.toolbar .view-mode-wrap .view-mode .grid,
.respl-item .item-inner .btn-pd.sm_quickview_handler,
.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler,
.respl-item .item-inner .btn-pd.item-compare,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare,
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-compare,
.sale-item,
.new-item,
.owl-controls .owl-nav > div,
.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:after,
.products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart,
.mini-cartpro .block-title:before,
.category-products .respl-item .item-inner .item-action .btn-pd.btn-cart:before,
.yt-product-detail .yt-detail-right .add-to-cart .btn-cart:after,
.btn-pd.btn-cart {
  background-image: url(../images/icon-sprites.png);
}
.resp-tab-content .rating-box .rating,
.yt-product-detail .simple-product .rating-box .rating,
.left-basic-product .rating-box .rating {
  background: url('../images/bkg_rating_f7f5f5.png') repeat-x;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div,
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div,
.sm-imageslider .owl-controls .owl-nav > div,
.sm-featured-category .fc-owl-controls .fc-owl-nav div {
  background-image: url('../images/fc-control.png');
}
/* tooltip */
.tooltip-inner {
  white-space: nowrap;
}
/*----------------------------------------------------------------------
|                                 TOOLBAR                              |
-----------------------------------------------------------------------*/
.block-layered-nav .btn-remove {
  top: -6px;
}
.toolbar {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.toolbar .limiter-wrap label,
.toolbar .limiter-wrap .select-new,
.toolbar .sort-by-wrap .select-new {
  float: left;
}
.toolbar .sort-by-wrap,
.toolbar .view-mode-wrap,
.toolbar .limiter-wrap {
  float: left;
}
.toolbar .view-mode-wrap {
  margin-right: 10px;
}
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background-color: #e1e1e1;
  margin-right: 11px;
}
.toolbar .view-mode-wrap .view-mode a.grid {
  background-position: 8px -189px;
}
.toolbar .view-mode-wrap .view-mode a.list {
  background-position: -21px -189px;
}
.toolbar .view-mode-wrap .view-mode strong.grid,
.toolbar .view-mode-wrap .view-mode a.grid:hover {
  background-position: 8px -220px;
  background-color: #682839;
}
.toolbar .view-mode-wrap .view-mode strong.list,
.toolbar .view-mode-wrap .view-mode a.list:hover {
  background-position: -21px -220px;
  background-color: #682839;
}
.toolbar .limiter-wrap,
.toolbar .sort-by-wrap,
.toolbar .pagination-wrap {
  position: relative;
  margin-top: 5px;
}
.toolbar .select-inner {
  height: 26px;
  line-height: 26px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  position: relative;
  margin-top: 3px;
}
.toolbar .select-inner.dropdown:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  top: 0;
  right: 8px;
}
.toolbar .select-inner.dropdown.open:after {
  content: "\f106";
}
.toolbar .limiter .select-inner {
  width: 51px;
}
.toolbar .sort-by-wrap .select-inner {
  width: 100px;
}
.toolbar .overwrite-sortby,
.toolbar .overwrite-limiter {
  color: #404040;
  padding: 0 19px 0 10px;
  height: 100%;
  line-height: 25px;
}
.toolbar label {
  line-height: 30px;
  margin-right: 10px;
  font-weight: normal;
  float: left;
  color: #404040;
}
.toolbar .limiter-wrap {
  margin-right: 20px;
  margin-top: 5px;
}
.toolbar .select-inner {
  cursor: pointer;
  display: block !important;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .select-inner:hover {
  border: 1px solid #aaaaaa;
}
.toolbar .select-inner > ul {
  min-width: inherit;
  background: #fff;
  padding: 0 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0px;
  border: none;
  border-radius: 0;
  font-size: inherit;
}
.toolbar .select-inner > ul li a {
  display: block;
  padding: 5px 0px;
  color: inherit;
  border-bottom: 1px solid #ddd;
}
.toolbar .select-inner > ul li a:hover {
  background: none;
}
.toolbar .select-inner > ul li:last-child {
  border-bottom: none;
}
.toolbar .pagination-wrap {
  float: right;
}
.toolbar .pagination-wrap .pagination {
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.toolbar .pagination-wrap .pagination .pages label {
  display: none;
}
.toolbar .pagination-wrap .pagination .pages ol {
  display: inline-block;
}
.toolbar .pagination-wrap .pagination .pages ol li {
  display: inline-block;
  vertical-align: top;
}
.toolbar .pagination-wrap .pagination .pages ol li a {
  display: inline-block;
  height: 30px;
  line-height: 29px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 0 10px;
  color: #404040;
  text-align: center;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .pagination-wrap .pagination .pages ol li a:hover {
  color: #fff;
}
.toolbar .pagination-wrap .pagination .pages ol li.current a {
  color: #fff;
}
.toolbar .btn-toolbar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.toolbar .btn-sortby {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-color: #898989;
  color: #fff;
  line-height: 26px;
  text-align: center;
  margin-top: 3px;
}
.toolbar .btn-sortby:hover {
  background-color: #682839;
}
/*----------------------------------------------------------------------
|                               END TOOLBAR                            |
-----------------------------------------------------------------------*/
.price-box {
  display: inline-block;
  width: 100%;
}
.old-price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.special-price .price {
  font-size: 138.46%;
  font-weight: bold;
  color: #682839;
}
.special-price .price-label {
  display: none;
}
.price-from,
.price-to {
  display: inline-block;
}
#my-tags-table .old-price .price {
  line-height: 238%;
}
/*----------------------------------------------------------------------
|                              LISTING - GRID                          |
-----------------------------------------------------------------------*/
.clr2-item-plg,
.clr3-item-plg {
  clear: both;
}
.clr2-item-plg {
  display: none;
}
.respl-item {
  margin-bottom: 30px;
}
.respl-item.showlabel {
  margin-bottom: 36px;
}
.respl-item:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  bottom: -5px;
  right: 20px;
  left: 20px;
  height: 100%;
  max-height: 50px;
  box-shadow: 0 1px 2px #cccccc;
}
.respl-item .item-inner {
  padding: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px #cccccc;
}
.respl-item .item-inner .w-image-box {
  position: relative;
  text-align: center;
}
.respl-item .item-inner .w-image-box .item-image > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.respl-item .item-inner .w-image-box .item-image a img {
  max-width: 100%;
}
.respl-item .item-inner .item-info {
  position: relative;
  padding-top: 15px;
}
.respl-item .item-inner .item-title {
   text-align: left;
   font-size: 15px;
   font-weight: bold;
 }

.respl-item .item-inner .author {
  text-align: left;
  font-size: 12px;
}

.respl-item .item-inner .item-price {
  position: relative;
  margin-bottom: 10px;
}
.respl-item .item-inner .item-price .price-box .price {
  font-size: 138.46%;
  font-weight: bold;
  color: #3eac49;
}
.respl-item .item-inner .item-price .price-box .special-price {
  margin-right: 1px;
}
.respl-item .item-inner .item-price .price-box .old-price .price {
  font-size: 100%;
  font-weight: normal;
  color: #999;
  position: relative;
  top: 1px;
}
.respl-item .item-inner .item-price .r-price-box .price {
  font-size: 100%;
  font-weight: normal;
}
.respl-item .item-inner .item-review {
  height: 20px;
  padding-top: 0px;
  margin-bottom: 4px;
  margin-top: 5px;
  text-align: center;
}
.respl-item .item-inner .item-review .ratings {
  position: relative;
  top: 3px;
}
.respl-item .item-inner .btn-pd {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 20;
  background-color: #999999;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.respl-item .item-inner .btn-pd.btn-cart {
  position: absolute;
  width: 14px;
  height: 16px;
  background-color: #636363;
  background-position: top left;
  background-repeat: no-repeat;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  bottom: 10px;
  right: 0;
}
.respl-item .item-inner .btn-pd.btn-cart:hover {
  background-color: #682839;
}
.respl-item .item-inner .btn-pd.item-wishlist {
  right: 22px;
  width: 20px;
  height: 20px;
  bottom: 10px;
  text-indent: 0;
  background: none;
}
.respl-item .item-inner .btn-pd.item-wishlist:before {
  content: "\f004";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 18px;
  top: -2px;
  right: 1px;
  color: #b60f74;
}
.respl-item .item-inner .btn-pd.item-wishlist span {
  padding-left: 999px;

}

.respl-item .item-inner .btn-pd.item-wishlist + .tooltip .tooltip-inner {
  background: #b60f74;
}

.respl-item .item-inner .btn-pd.item-wishlist + .tooltip .tooltip-arrow {
  border-top-color: #b60f74;
}

.respl-item .item-inner .btn-pd.item-wishlist:hover {
  background: none;
}
.respl-item .item-inner .btn-pd.item-wishlist:hover:before {
  color: #682839;
}
.respl-item .item-inner .btn-pd.item-compare {
  background-position: -24px -162px;
  width: 22px;
  height: 26px;
  background-color: transparent;
  top: 110px;
  right: 50%;
  left: auto;
  margin-right: -25px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.respl-item .item-inner .btn-pd.item-compare:hover {
  background-color: #682839;
}
.respl-item .item-inner .btn-pd.sm_quickview_handler {
  background-position: 0 -162px;
  width: 22px;
  height: 26px;
  background-color: transparent;
  top: 110px;
  margin-left: -25px;
  left: 50%;
  right: auto;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.respl-item .item-inner .btn-pd.sm_quickview_handler:hover {
  background-color: #682839;
}
.respl-item .item-inner:hover .w-image-box .item-image a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.respl-item .item-inner:hover .btn-pd.item-compare,
.respl-item .item-inner:hover .btn-pd.sm_quickview_handler {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.category-products {
  /* Product list */
}
.category-products .respl-item .sale-item,
.category-products .respl-item .new-item {
  top: 0;
  left: 35px;
  margin: 0;
}
.category-products .respl-item .new-item.label2 {
  left: 92px;
}
.category-products .respl-item .item-inner {
  padding: 26px 20px 15px;
}
.category-products .respl-item .item-inner .item-title {
  font-size: 100%;
}
.category-products .respl-item .item-inner .item-review {
  text-align: left;
}
.category-products .respl-item .item-inner .item-review .ratings .amount {
  margin-top: -5px;
  margin-left: -5px;
}
.category-products .respl-item .item-inner .item-price .price-box .price {
  font-size: 161.54%;
}
.category-products .respl-item .item-inner .item-price .price-box .old-price .price {
  font-size: 123.08%;
  top: 4px;
}
.category-products .respl-item .item-inner .item-price .price-box .price-label {
  display: none;
}
.category-products .respl-item .item-inner .item-action {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.category-products .respl-item .item-inner .item-action .btn-pd.btn-cart {
  position: relative;
  border: 2px solid #e1e1e1;
  width: auto;
  height: auto;
  background-image: none;
  background-color: transparent;
  text-indent: 0;
  padding: 5px 15px 5px 29px;
  color: #898989;
}
.category-products .respl-item .item-inner .item-action .btn-pd.btn-cart:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  background-color: #898989;
  background-position: top left;
  background-repeat: no-repeat;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  top: 6px;
  left: 7px;
}
.category-products .respl-item .item-inner .item-action .btn-pd.btn-cart:hover {
  border-color: #682839;
  background-color: #682839;
  color: #fff;
}
.category-products .respl-item .item-inner .item-action .btn-pd.btn-cart:hover:before {
  background-color: #682839;
  background-position: -32px 0;
}
.category-products .respl-item .item-inner .item-action .btn-pd.item-wishlist {
  top: -1px;
  bottom: auto;
}
.category-products .respl-item .item-inner .item-action .btn-pd.item-wishlist:before {
  color: #b60f74;
  top: -6px;
}
.category-products .respl-item .item-inner .item-action .btn-pd.item-wishlist:hover:before {
  color: #682839;
}
.category-products .respl-item .item-inner .item-action .btn-pd.item-compare {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  top: -5px;
  right: 0;
  margin: 0;
  background-position: -77px -162px;
  background-color: #898989;
}
.category-products .respl-item .item-inner .item-action .btn-pd.item-compare:hover {
  background-color: #682839;
}
.category-products .respl-item .item-inner .btn-pd.sm_quickview_handler {
  margin-left: -11px;
}
.category-products .respl-item:after {
  bottom: -5px;
}
.category-products .products-list .respl-item {
  position: relative;
}
.category-products .products-list .respl-item .sale-item,
.category-products .products-list .respl-item .new-item {
  left: 20px;
  top: 21px;
}
.category-products .products-list .respl-item .new-item.label2 {
  left: 77px;
}
.category-products .products-list .respl-item .item-inner {
  padding: 20px;
  overflow: hidden;
}
.category-products .products-list .respl-item .item-inner .w-image-box {
  width: 196px;
  float: left;
}
.category-products .products-list .respl-item .item-inner .w-info-box {
  margin-left: 227px;
}
.category-products .products-list .respl-item .item-inner .item-title {
  text-align: left;
  margin-bottom: 15px;
  min-height: 0;
}
.category-products .products-list .respl-item .item-inner .item-review {
  margin-bottom: 15px;
}
.category-products .products-list .respl-item .item-inner .item-price {
  margin-bottom: 15px;
}
.category-products .products-list .respl-item .item-inner .btn-pd.sm_quickview_handler {
  top: 168px;
  position: absolute;
  left: 118px;
}
.category-products .products-list .respl-item .item-inner .old-price {
  width: 100%;
  margin-left: 0;
}
.category-products .products-list .respl-item .item-inner .old-price .price-label {
  margin-top: 4px;
}
.category-products .products-list .respl-item .item-inner .price-label {
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.category-products .products-list .respl-item .item-inner .desc.std {
  margin-bottom: 10px;
}
.category-products .products-list .respl-item .item-inner .btn-pd {
  position: relative;
  float: left;
}
.category-products .products-list .respl-item .item-inner .btn-pd.btn-cart {
  margin-right: 40px;
}
.category-products .products-list .respl-item .item-inner .btn-pd.item-wishlist {
  margin-top: 0;
}
.category-products .products-list .respl-item .item-inner .btn-pd.item-compare {
  margin-left: -18px;
}
/*----------------------------------------------------------------------
|                           END LISTING - GRID                         |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                             LISTING - LIST                           |
-----------------------------------------------------------------------*/
.sale-item,
.new-item {
  width: 52px;
  height: 29px;
  position: absolute;
  overflow: hidden;
  bottom: -28px;
  left: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  margin-left: -26px;
}
.sale-item span,
.new-item span {
  display: none;
}
.sale-item {
  background-position: 0 -121px;
}
.sale-item.label2 {
  left: 30%;
}
.new-item {
  background-position: right -121px;
}
.new-item.label2 {
  margin-left: 0;
}
/*----------------------------------------------------------------------
|                           END LISTING - LIST                         |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                              DETAIL PAGE                             |
-----------------------------------------------------------------------*/
.yt-product-detail .box-2 {
  margin-top: 25px;
}
.yt-product-detail .price-box .price-label {
  display: none;
}
.product-tags > li {
  display: inline-block;
  margin-right: 5px;
}
#yt_tab_reviewform .box-reviews dl dd {
  margin-bottom: 10px;
}
.yt-product-detail .qty-set {
  margin-right: 15px;
}
.yt-product-detail .tier-prices {
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 5px 10px;
}
.yt-product-detail .tier-prices li {
  padding: 5px 0px;
}
.yt-product-detail .image-box-detail {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.yt-product-detail .box-collateral.box-tags > h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.yt-product-detail .box-collateral.box-tags > h3 {
  font-family: inherit;
  margin-bottom: 5px;
}
.yt-product-detail .box-collateral.box-tags .input-text {
  width: 100%;
  margin-bottom: 5px;
}
.yt-product-detail .yt-detail-right {
  margin-bottom: 30px;
}
.yt-product-detail .yt-detail-right .add-to-cart {
  float: left;
}
.yt-product-detail .yt-detail-right .add-to-cart .btn-cart {
  background-color: #fff;
  padding-left: 30px;
  position: relative;
  border: 2px solid #e1e1e1;
  height: 34px;
  color: #898989;
  text-transform: none;
}
.yt-product-detail .yt-detail-right .add-to-cart .btn-cart:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  background-color: #898989;
  background-position: top left;
  background-repeat: no-repeat;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  top: 5px;
  left: 7px;
}
.yt-product-detail .yt-detail-right .add-to-cart .btn-cart:hover {
  background-color: #682839;
  border-color: #682839;
  color: #fff;
}
.yt-product-detail .yt-detail-right .add-to-cart .btn-cart:hover:after {
  background-color: #682839;
  background-position: -32px 0;
}
.yt-product-detail .yt-detail-right .short-description li {
  display: inline-block;
}
.yt-product-detail .yt-detail-right .availability {
  font-weight: bold;
  color: #444;
}
.yt-product-detail .yt-detail-right .like-social {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.yt-product-detail .yt-detail-right .product-shop .buttons-set {
  margin-top: 20px;
}
.yt-product-detail .yt-detail-right .product-shop .product-name {
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #707070;
  font-family: 'Open Sans', serif;
}
.yt-product-detail .yt-detail-right .product-shop .product-review {
  margin: 13px 0 10px;
}
.yt-product-detail .yt-detail-right .product-shop .short-description {
  clear: both;
  margin: 0px 0 20px;
}
.yt-product-detail .yt-detail-right .product-shop .short-description .quick-overview {
  font-weight: bold;
  font-size: 116.67%;
  margin-bottom: 7px;
  color: #444;
}
.yt-product-detail .yt-detail-right .product-shop .price-box-bundle .price-box {
  margin: 15px 0px 0px;
}
.yt-product-detail .yt-detail-right .product-shop .price-box {
  margin: 12px 0 15px;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .regular-price .price {
  color:#3eac49;
  font-size: 150%;
  font-weight: bold;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .special-price {
  margin-right: 10px;
  font-weight: bold;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .special-price .price {
  font-size: 150%;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .old-price {
  top: 6px;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .old-price .price {
  font-size: 100%;
  font-weight: normal;
  color: #999999;
}
.yt-product-detail .yt-detail-right .product-options .last {
  margin-left: -15px;
}
.yt-product-detail .yt-detail-right .product-options .swatch-attr.last {
  margin-left: 0;
}
.yt-product-detail .yt-detail-right .product-options .w-option {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.yt-product-detail .yt-detail-right .product-options label {
  font-weight: normal;
  margin-bottom: 2px;
}
.yt-product-detail .yt-detail-right .product-options dd,
.yt-product-detail .yt-detail-right .product-options select,
.yt-product-detail .yt-detail-right .product-options .options-list {
  margin-bottom: 5px;
}
.yt-product-detail .yt-detail-right .product-options .selector {
  position: relative;
  width: 100% !important;
}
.yt-product-detail .yt-detail-right .product-options .selector span {
  display: inline-block;
  padding: 0 43px 0 10px;
  width: 100% !important;
  line-height: 31px;
  background: url("../images/select-btn-detail.png") no-repeat right top #ffffff;
  border: 1px solid #ccc;
}
.yt-product-detail .yt-detail-right .product-options .selector select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 33px;
}
.yt-product-detail .yt-detail-right .quantity-input.qty {
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 38px;
  float: left;
  padding: 0;
  margin-left: -1px;
  font-size: 107.14%;
  border: 1px solid #ddd;
}
.yt-product-detail .yt-detail-right .wrap-qty {
  float: left;
  margin-right: 5px;
}
.yt-product-detail .yt-detail-right .qty-title {
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-right: 7px;
}
.yt-product-detail .yt-detail-right .product-add-box {
  float: left;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li {
  margin-left: 5px;
  float: left;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a {
  display: inline-block !important;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 2px solid #e1e1e1;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  /*.transition_all(0.2s);*/
  position: relative;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a.link-wishlist {
  text-indent: 0;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a.link-wishlist:before {
  content: "\f004";
  font-family: 'FontAwesome';
  font-size: 19px;
  position: relative;
  top: 1px;
  left: 6px;
  color: #898989;
  padding-right: 13px;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a.link-wishlist:hover {
  border-color: #682839;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a.link-wishlist:hover:before {
  color: #fff;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-compare {
  background-position: -36px -27px;
  background-color: #898989;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-compare:hover {
  background-position: -3px -27px;
  border-color: #682839;
}
.yt-product-detail .more-views .wrap-jCarouselLite {
  margin-left: 3px;
}
.yt-product-detail .jCarouselLite li {
  margin: 10px 5px;
}
.yt-product-detail .popup-btn.hidden-phone {
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: inline-block;
  z-index: 9999;
}
.yt-product-detail .popup-btn.hidden-phone a {
  background: url(../images/icon-zoom.png) no-repeat center center;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999em;
}
.yt-product-detail .product-img-box {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.yt-product-detail .product-img-box .yt-detail-image {
  position: relative;
  background-color: #fff;
  padding: 29px 28px;
  box-shadow: 0 1px 2px #ececec;
}
.yt-product-detail .product-img-box .yt-detail-image .sale-item,
.yt-product-detail .product-img-box .yt-detail-image .new-item {
  top: 0;
  bottom: auto;
}
.yt-product-detail .product-img-box .more-views {
  width: 97%;
  float: left;
  position: relative;
  top: -4px;
  background-color: #ffffff;
  margin-left: 1.5%;
  margin-right: 1.5%;
  border: 0;
  box-shadow: 0 2px 2px #ececec;
}
.yt-product-detail .product-img-box .more-views ul li img {
  border: 1px solid #ddd;
}
.yt-product-detail .product-img-box .more-views .btn_thumb {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 9;
  cursor: pointer;
  color: #fff;
  background-color: #b7b7b7;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.yt-product-detail .product-img-box .more-views .btn_thumb:hover {
  background-color: #682839;
  color: #fff;
}
.yt-product-detail .product-img-box .more-views .next {
  right: -13px;
}
.yt-product-detail .product-img-box .more-views .prev {
  left: -13px;
}
.yt-product-detail .product-img-box .more-views:hover .btn_thumb {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.yt-product-detail .product-image-zoom .product-image-zoom {
  position: relative;
}
.yt-product-detail .product-image-zoom .product-image-zoom #wrap img {
  width: 100%;
}
.yt-product-detail .product-image-zoom .product-image-zoom .cloud-zoom {
  overflow: hidden;
}
.yt-product-detail .product-image-zoom .product-image-zoom .mousetrap {
  width: 100% !important;
  height: 100% !important;
}
#yt_tab_reviewform .box-reviews h2 {
  text-transform: uppercase;
  margin: 4px 0px 20px 0px;
  font-weight: bold;
}
#yt_tab_reviewform .box-reviews dl {
  margin-bottom: 20px;
}
/* Related product on column */
.related-col-3 .block .block-title {
  border-bottom: 2px solid;
  font-size: 123.08%;
  color: #707070;
  line-height: 155%;
  margin-bottom: 27px;
}
.related-col-3 .left-basic-product .bs-item.cf {
  margin-bottom: 27px;
}
.related-col-3 .left-basic-product .owl-controls .owl-nav > div {
  top: -34px;
  width: 20px;
  height: 20px;
  right: 0;
}
.related-col-3 .left-basic-product .owl-controls .owl-nav > div.owl-prev {
  right: 23px;
  left: auto;
  background-position: 5px -323px;
}
.related-col-3 .left-basic-product .owl-controls .owl-nav > div.owl-next {
  right: 0;
  background-position: -32px -323px;
}
.yt-content .block.upsell-product-wrapper .block-title {
  text-align: center;
  margin-bottom: 45px;
  color: #707070;
  font-size: 123.08%;
}
.upsell-product-wrapper {
  clear: both;
  padding-top: 30px;
}
.upsell-product-wrapper .upsell-product .respl-item {
  position: relative;
}
.upsell-product-wrapper .upsell-product .respl-item:after {
  bottom: -7px;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner {
  padding: 0 0 15px 0;
  margin: 0 14px;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .ratings .amount {
  display: none;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .btn-pd.btn-cart,
.upsell-product-wrapper .upsell-product .respl-item .item-inner .btn-pd.item-wishlist {
  display: none !important;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .item-price {
  text-align: center;
  padding-top: 15px;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .item-price .old-price {
  margin-top: 3px;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .btn-pd.item-compare {
  display: none !important;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .btn-pd.sm_quickview_handler {
  width: 34px;
  height: 34px;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=6);
  background-position: 6px -158px;
  left: 50%;
  margin-left: -17px;
}
.upsell-product-wrapper .upsell-product .respl-item .item-inner .btn-pd.sm_quickview_handler:hover {
  opacity: 1;
}
.upsell-product-wrapper .upsell-product .respl-item .special-price {
  float: none;
}
/* more-views owl */
.more-views .owl-controls .owl-nav > div {
  width: 26px;
  height: 29px;
  margin-top: -13px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.more-views .owl-controls .owl-nav > div.owl-next {
  background-position: -28px -319px;
}
.more-views .owl-controls .owl-nav > div.owl-prev {
  background-position: 7px -319px;
}
.more-views:hover .owl-controls .owl-nav > div {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.quickview-main .more-views .owl-item img {
  max-width: 98%;
}
@media (max-width: 479px) {
  .yt-product-detail .yt-detail-right .product-shop .product-name {
    margin-top: 20px;
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .yt-product-detail .yt-detail-right .product-add-box {
    margin-top: 5px;
    margin-left: -5px;
  }
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  text-transform: uppercase;
}
.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.configurable-swatch-list {
  clear: both;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-label {
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
  border: 1px solid #ddd;
}
#narrow-by-list dd .configurable-swatch-list li a:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}
/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.configurable-swatch-list li {
  display: inline-block;
}
.configurable-swatch-list li .swatch-label {
  text-align: center;
}
.product-image .configurable-swatch-list {
  text-align: center;
}
#narrow-by-list .configurable-swatch-list li {
  width: 33%;
  float: left;
}
.configurable-swatch-list li a {
  padding-left: 0px !important;
}
.configurable-swatch-list li a:before {
  display: none;
}
#layered-navigation #narrow-by-list dd .configurable-swatch-list li a:hover:after,
#layered-navigation #narrow-by-list dd .configurable-swatch-list li a.checked:after {
  display: none;
}
.products-grid .product-image .hidden {
  display: none !important;
}
.products-grid .configurable-swatch-list {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.yt-product-detail .product-options .option-config {
  margin-left: 0px;
  margin-right: 0px;
}
.product-image-gallery img {
  display: none !important;
}
.btn-cart.out-of-stock {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-cart.out-of-stock:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #666 !important;
}
.btn-cart.out-of-stock:hover:before {
  background-position: right center;
}
.configurable-swatch-list li:before {
  display: none !important;
}
.configurable-swatch-list li:hover a:before {
  background: none !important;
}
.layer-noshopby .configurable-swatch-list {
  padding-bottom: 30px;
}
.products-list .item-image .configurable-swatch-list {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.swatch-attr {
  padding: 0 15px;
}
dd.swatch-attr {
  margin-bottom: 5px !important;
}
.swatch-attr.last {
  margin-bottom: 10px !important;
}
/* HOMEPAGE1 ============================================================================================== HOMEPAGE1*/
.homepage1 {
  /*&.cms-home-default {
		.block-home-top,
		.block-home-content-top {
			background: #ebebeb; overflow: hidden;
		}	
	}*/
  /* BLOG */
  /* BANNER HOMPAGE 1*/
}
.homepage1.cms-home-default {
  /* COMMON HOMEPAGE1 */
}
.homepage1.cms-home-default .block-home-top .row {
  margin-left: 0;
  margin-right: 0;
}
.homepage1.cms-home-default .yt-content .sm-imageslider .owl-controls .owl-dots .owl-dot {
  display: none;
}
.homepage1.cms-home-default .yt-content .block-home-content-top {
  background: #ebebeb;
}
.homepage1.cms-home-default .yt-content .block-home-content-top-1 .block .block-title span {
  background-color: #ebebeb;
}
.homepage1.cms-home-default .yt-content .block {
  padding: 18px 0;
}
.homepage1.cms-home-default .yt-content .block .block-title {
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 153.85%;
  display: inline-block;
  padding-bottom: 11px;
}
.homepage1.cms-home-default .yt-content .block .block-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  left: 0;
  top: 17px;
  z-index: 0;
}
.homepage1.cms-home-default .yt-content .block .block-title span {
  padding: 15px;
  background: #f7f5f5;
  position: relative;
}
.homepage1.cms-home-default .yt-content .block.basic-slide-block {
  padding-bottom: 61px;
}
.homepage1.cms-home-default .yt-content .block.basic-slide-block .block-title {
  padding-bottom: 47px;
}
.homepage1.cms-home-default .yt-content .block.basic-slide-block .respl-item:before {
  display: none;
}
.homepage1.cms-home-default .yt-content .block.basic-slide-block .respl-item .item-inner {
  box-shadow: none;
}
.homepage1.cms-home-default .yt-content .block.deal-wrapper {
  padding-top: 55px;
}
.homepage1.cms-home-default .yt-content .block.deal-wrapper .block-title {
  padding-bottom: 30px;
}
.homepage1.cms-home-default .yt-content .block.deal-wrapper .owl-controls .owl-nav > div {
  margin-top: -11px;
}
.homepage1.cms-home-default .yt-content .block.deal-wrapper .item-deal.respl-item .item-price {
  margin-bottom: -13px;
}
.homepage1.cms-home-default .yt-content .block.testimonial-h1-wrapper {
  padding: 65px 0 60px;
}
.homepage1.cms-home-default .yt-content .block.latest-blog {
  padding: 47px 0 27px;
}
.homepage1.cms-home-default .yt-content .block.block-subscribe {
  padding: 24px 0 60px;
}
.homepage1 .welcome-block .block-title:before {
  display: none;
}
.homepage1.cms-home-default .block-home-content-top-1 {
  background: #ebebeb;
}
.homepage1.cms-home-default .block-home-content-top-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65%;
  max-height: 348px;
  /*background: #682839 url('../images/bg-slide.png') repeat;*/
  background:#f3dfcb;
  background-position: bottom center;
}
.homepage1 .block-home-content-top-1 {
  position: relative;
}
.homepage1 .block-home-content-top-1 .block.sm-slider .title span {
  padding: 15px 0 15px 15px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 {
  margin-right: -30px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp {
  min-height: 409px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  padding-bottom: 41px;
  padding-right: 6px;
  margin-left: -6px;
  width: 20%;
  position: relative;
  z-index: 0;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-img {
  padding: 0;
  border: 0;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item.item-old {
  z-index: 1;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item.item-old .item-wrap {
  margin-top: 17px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap {
  position: relative;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 6px;
  right: -6px;
  z-index: -1;
  opacity: 0.3;
  bottom: -6px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner {
  position: relative;
  padding: 0 15px;
  height: 100%;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 12px;
  width: 100%;
  background: #fff;
  opacity: 0.8;
  z-index: 0;
  position: absolute;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div {
  position: relative;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div.item-title a {
  font-weight: bold;
  font-size: 138%;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price {
  position: relative;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price .price {
  font-size: 215%;
  color: #682839;
  font-weight: bold;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price .old-price {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price .old-price .price {
  font-size: 100%;
  color: #636363;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price a.link-wishlist {
  position: absolute;
  right: 22px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 999px;
  display: block !important;
  bottom: 8px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price a.link-wishlist:before {
  content: "\f004";
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 17px;
  top: -3px;
  right: 1px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price a.link-compare {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 999px;
  display: block !important;
  bottom: 8px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-price a.link-compare:before {
  content: "\f012";
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  top: 1px;
  right: 2px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-btn-addtocart {
  text-align: center;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item .item-wrap .item-info .item-inner > div .item-btn-addtocart button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
.homepage1 .block-home-content-top-1 .sm-slider .preset01-5 .vpo-wrap .vp .item:hover .item-wrap .item-info {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.homepage1.cms-home-default .block-home-content-top-2 {
  background: #f7f5f5;
}
.homepage1.cms-home-default .block-home-content-top-2 .respl-item:after {
  bottom: 7px;
}
.homepage1.cms-home-default .block-home-content-top-4 {
  border-top: 1px solid #dfdddd;
  position: relative;
  background:#f7f5f5;
}
.homepage1.cms-home-default .block-home-content-top-4:after {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 1px;
  box-shadow: 0 1px 2px #dfdddd;
  content: "";
  background-color: #dfdddd;
  opacity: 0.5;
}
.homepage1.cms-home-default .block-home-content-top-4 .container:before,
.homepage1.cms-home-default .block-home-content-top-4 .container:after {
  content: "";
  position: absolute;
  height: 9px;
  left: 25px;
  top: 0;
  right: 25px;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 1px 2px #dfdddd;
}
.homepage1.cms-home-default .block-home-content-top-4 .container:after {
  left: 16px;
  right: 16px;
  height: 4px;
}
.homepage1 .block-home-content-top-3 {
  background-color: #fff;
}
.homepage1 .block-home-content-top-4 .container .sj-listing-tabs .ltabs-wrap {
  margin: 62px 0 34px;
}
.homepage1.cms-home-default .block-home-content-top-5 {
  /*background: url(../images/bg-block-home-testimonia.jpg) no-repeat center bottom;*/
  background: #f3dfcb;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .owl-controls {
  margin: 40px 0 0;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-title {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-title:before {
  display: none;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .desc-title {
  color: #fff;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .desc-title > p:before,
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .desc-title > p:after {
  background: #fff;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .desc-title > p:before {
  left: -144px;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .desc-title > p:after {
  right: -144px;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial {
  margin: 0 -15px;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .item.item-client-say {
  margin: 0 15px 6px 15px;
  background: #fff;
  position: relative;
  padding: 15px;
  display: inline-block;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .item.item-client-say:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 6px;
  top: 6px;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .image-client {
  width: 131px;
  margin-right: 60px;
  float: left;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info {
  margin-left: 45px;
  top: 0;
  position: relative;
  font-style: italic;
  font-size:18px;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -43px;
  width: 26px;
  height: 23px;
  background-color: #e69b48;
  background-position: -69px -202px;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info .name-client {
  text-align: right;
  font-style: normal;
}
.homepage1 .block-home-content-top-5 .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info .name-client a {
  color: #363636;
}
.homepage1.cms-home-default .block.latest-blog .block-title {
  padding-bottom: 0;
}
.homepage1.cms-home-default .block.latest-blog .block-title:before {
  display: none;
}
.homepage1 .block.latest-blog .item-blog {
  float: left;
  width: 33.33%;
}
.homepage1 .block.latest-blog .item-blog .item-blog-inner {
  margin: 15px;
  background: #fff;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.homepage1 .block.latest-blog .item-blog .item-blog-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  border: 1px solid #eeecec;
  bottom: -7px;
  background: #fff;
  width: 96%;
  z-index: -1;
  left: 2%;
  right: 2%;
}
.homepage1.cms-home-default .block-home-content-bottom {
  padding: 0 15px;
  border-top: 2px solid #fff;
}
.homepage1.cms-home-default .block-home-content-bottom .banner-h1 {
  padding: 0;
}
/* END HOMEPAGE1 ============================================================================================== END HOMEPAGE1*/
/* HOMEPAGE2 ============================================================================================== HOMEPAGE2*/
/* COMMON homepage2 */
.b-img1-homepage2 a {
  margin-bottom: 12px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.b-img1-homepage2 a img {
  max-width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.b-img1-homepage2 a img:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.b-img1-homepage2 a:last-child {
  margin-bottom: 0;
}
.b-img2-homepage2 {
  margin-bottom: 25px;
  overflow: hidden;
}
.b-img2-homepage2 img {
  max-width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.b-img2-homepage2 img:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.testimonial-column-slider .client-say-info {
  position: relative;
  margin: 20px 0;
}
.testimonial-column-slider .client-say-info span {
  top: -10px;
  position: relative;
  font-size: 130%;
  margin-right: 10px;
  color: #682839;
  margin-left: 1px;
}
.testimonial-column-slider .client-say-info span:last-child {
  top: 10px;
  margin-left: 10px;
}
.testimonial-column-slider .image-client {
  position: relative;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
}
.testimonial-column-slider .image-client img {
  max-width: 41px;
}
.testimonial-column-slider .image-client:before {
  content: "";
  position: absolute;
  border-top: 7px solid #e4e4e4;
  top: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  margin-left: -8px;
}
.testimonial-column-slider .image-client:after {
  content: "";
  position: absolute;
  border-top: 7px solid #fff;
  top: -1px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  margin-left: -8px;
}
.testimonial-column-slider .name-client {
  text-align: center;
  font-style: italic;
}
.homepage2.cms-index-index #yt_content .testimonial-column-slider .owl-controls .owl-nav > div {
  right: 0;
}
.homepage2.cms-index-index #yt_content .testimonial-column-slider .owl-controls .owl-nav > div.owl-prev {
  right: 15px;
}
.latest-blog.latest-blog-slidebar .blog-info {
  padding: 18px 0 0;
}
.latest-blog.latest-blog-slidebar .button-wrap {
  margin-bottom: 8px;
}
.homepage2.cms-index-index #yt_content #yt_left .block.latest-blog-slidebar .block-title {
  color: #636363;
  text-align: left;
}
.homepage2.cms-index-index #yt_content .latest-blog-slidebar .owl-controls .owl-nav > div {
  top: -28px;
  right: 0;
}
.homepage2.cms-index-index #yt_content .latest-blog-slidebar .owl-controls .owl-nav > div.owl-prev {
  right: 15px;
}
.homepage2.cms-index-index #yt_content .owl-controls .owl-nav > div {
  top: -9px;
  right: 5px;
  text-indent: 0;
  text-align: center;
  background: none;
  width: 15px;
  height: 30px;
  line-height: 30px;
  color: #ccc;
}
.homepage2.cms-index-index #yt_content .owl-controls .owl-nav > div:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
}
.homepage2.cms-index-index #yt_content .owl-controls .owl-nav > div.owl-prev {
  left: auto;
  right: 20px;
}
.homepage2.cms-index-index #yt_content .owl-controls .owl-nav > div.owl-prev:after {
  content: "\f104";
}
.homepage2.cms-index-index #yt_content .owl-controls .owl-nav > div:hover:after {
  color: #682839;
}
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div {
  height: 44px;
  width: 30px;
  top: 50%;
  margin-top: -22px;
  background-repeat: no-repeat;
  text-indent: -999px;
}
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div:after {
  display: none;
}
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-next {
  background-position: -27px -481px;
  right: 20px;
}
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-next:hover {
  background-position: -27px -539px;
}
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-prev {
  left: 20px;
  background-position: 3px -481px;
}
.homepage2.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-prev:hover {
  background-position: 3px -539px;
}
.homepage2.cms-index-index #yt_content .deal-wrapper-banner {
  margin: 25px 0;
}
.homepage2.cms-index-index #yt_content .deal-wrapper-banner-notime .owl-controls .owl-nav > div {
  right: 10px;
}
.homepage2.cms-index-index #yt_content .deal-wrapper-banner-notime .owl-controls .owl-nav > div.owl-prev {
  right: 25px;
}
.homepage2.cms-index-index #yt_content .list-services {
  background: #fff;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner {
  padding: 0;
  text-align: left;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner .image a {
  float: left;
  height: auto;
  padding: 0 20px 0 5px;
  line-height: 100%;
  font-size: 250%;
  width: auto;
  background-color: transparent;
  color: #636363;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner .info {
  padding-top: 6px;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner .info .title {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner .info .des {
  display: none;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner:hover .image a {
  color: #682839;
}
.homepage2.cms-index-index #yt_content .list-services li .item-service-inner:hover .info .title {
  color: #682839;
}
.homepage2.cms-index-index #yt_content .sj-listing-tabs {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #eeecec;
  overflow: initial;
}
.homepage2.cms-index-index #yt_content .sj-listing-tabs:after {
  content: "";
  position: absolute;
  height: 6px;
  left: 8px;
  right: 8px;
  bottom: -7px;
  border-top: 0;
  background-color: #fff;
  box-shadow: 0px 1px 4px #eeecec;
}
.homepage2.cms-index-index .yt-footer-wrap .footer-top.yt-get-social {
  background-color: transparent;
  display: none;
}
.homepage2.cms-index-index #yt_left .block {
  background-color: #fff;
  position: relative;
  padding: 20px;
}
.homepage2.cms-index-index #yt_left .block .block-title {
  color: #363636;
  border-bottom: 0;
}
.homepage2.cms-index-index #yt_left .block .block {
  padding: 0;
  margin: 0;
  border: 0;
}
.homepage2.cms-index-index #yt_left .block .block:after {
  display: none;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner,
.homepage2.cms-index-index #yt_left .block.latest-blog-slidebar,
.homepage2.cms-index-index #yt_left .block.block-subscribe-slidebar,
.homepage2.cms-index-index #yt_left .block.social-slidebar-wrap,
.homepage2.cms-index-index #yt_left .block.testimonial-column-wrapper {
  box-shadow: 0 1px 2px #eeecec;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner:before,
.homepage2.cms-index-index #yt_left .block.latest-blog-slidebar:before,
.homepage2.cms-index-index #yt_left .block.block-subscribe-slidebar:before,
.homepage2.cms-index-index #yt_left .block.social-slidebar-wrap:before,
.homepage2.cms-index-index #yt_left .block.testimonial-column-wrapper:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -6px;
  height: 100%;
  max-height: 50px;
  background-color: #fff;
  box-shadow: 0 1px 2px #eeecec;
  display: inline-block;
  z-index: -1;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner {
  padding: 0 20px 5px;
  margin-top: 0;
  margin-bottom: 30px;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner .block {
  padding-top: 0;
  margin-top: 0;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner .respl-item:before {
  display: none;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner .respl-item .item-inner {
  box-shadow: none;
}
.homepage2.cms-index-index #yt_left .block.deal-wrapper-banner .item-time {
  position: relative;
}
.homepage2.cms-index-index #yt_left .block.latest-blog .block-content,
.homepage2.cms-index-index #yt_left .block.block-subscribe .block-content {
  padding-bottom: 0;
}
/* END HOMEPAGE2 ============================================================================================== END HOMEPAGE2*/
/* HOMEPAGE3 ============================================================================================== HOMEPAGE3*/
/* COMMON homepage3 */
.b-img1-homepage3 a {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.b-img1-homepage3 a img {
  max-width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.b-img1-homepage3 a img:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.b-img1-homepage3 a:last-child {
  margin-bottom: 0;
}
.b-img2-homepage3 img {
  max-width: 100%;
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
}
.b-img2-homepage3 img:hover {
  opacity: 0.5;
}
.b-img2-homepage3 > div:last-child a {
  padding: 0 15px;
  float: left;
}
.b-img2-homepage3 > div:last-child a img {
  margin: 0 0 30px;
}
.b-img2-homepage3 > div:last-child a.col-57 {
  width: 57%;
}
.b-img2-homepage3 > div:last-child a.col-43 {
  width: 43%;
}
/* HOT DEAL HOMEPAGE 3*/
.hot-deal-homepage3 .item-time {
  position: absolute;
  bottom: 5px;
  left: 18px;
  right: 18px;
  color: #fff;
}
.hot-deal-homepage3 .item-time .item-timer {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.hot-deal-homepage3 .item-time .item-timer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
}
.hot-deal-homepage3 .item-time .item-timer > div {
  position: relative;
  border: 0;
  width: 25% !important;
  height: 33px !important;
  float: left;
  text-align: center;
}
.hot-deal-homepage3 .item-time .item-timer > div:after {
  content: "";
  position: absolute;
  width: 1px;
  top: -10px;
  bottom: -12px;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
}
.hot-deal-homepage3 .item-time .item-timer > div:last-child:after {
  display: none;
}
.homepage3.cms-index-index #yt_content .testimonial-column-slider .owl-controls .owl-nav > div {
  right: 0;
}
.homepage3.cms-index-index #yt_content .testimonial-column-slider .owl-controls .owl-nav > div.owl-prev {
  right: 15px;
}
.homepage3.cms-index-index #yt_content #yt_left .block.latest-blog-slidebar .block-title {
  color: #636363;
  text-align: left;
}
.homepage3.cms-index-index #yt_content .latest-blog-slidebar .owl-controls .owl-nav > div {
  top: -28px;
  right: 0;
}
.homepage3.cms-index-index #yt_content .latest-blog-slidebar .owl-controls .owl-nav > div.owl-prev {
  right: 15px;
}
.homepage3.cms-index-index .yt-content-inner {
  margin-top: 0;
}
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item .num-time,
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper .item-time .item-timer .time-item .name-time {
  color: #fff;
}
.homepage3.cms-index-index #yt_content .owl-controls .owl-nav > div {
  top: -9px;
  right: 15px;
  text-indent: 0;
  text-align: center;
  background: none;
  width: 15px;
  height: 30px;
  line-height: 30px;
  color: #ccc;
}
.homepage3.cms-index-index #yt_content .owl-controls .owl-nav > div:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
}
.homepage3.cms-index-index #yt_content .owl-controls .owl-nav > div.owl-prev {
  left: auto;
  right: 30px;
}
.homepage3.cms-index-index #yt_content .owl-controls .owl-nav > div.owl-prev:after {
  content: "\f104";
}
.homepage3.cms-index-index #yt_content .owl-controls .owl-nav > div:hover:after {
  color: #682839;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div {
  height: 44px;
  width: 30px;
  top: 50%;
  margin-top: -22px;
  background-repeat: no-repeat;
  text-indent: -999px;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div:after {
  display: none;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-next {
  background-position: -27px -481px;
  right: 20px;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-next:hover {
  background-position: -27px -539px;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-prev {
  left: 20px;
  background-position: 3px -481px;
}
.homepage3.cms-index-index #yt_content .sm-imageslider .owl-controls .owl-nav > div.owl-prev:hover {
  background-position: 3px -539px;
}
.homepage3.cms-index-index #yt_content .list-services {
  background: #fff;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #ebebeb;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner {
  padding: 0;
  text-align: left;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner .image a {
  float: left;
  height: auto;
  padding: 0 20px 0 5px;
  line-height: 100%;
  font-size: 300%;
  width: auto;
  background-color: transparent;
  color: #636363;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner .info {
  padding-top: 11px;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner .info .title {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner .info .des {
  display: none;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner:hover .image a {
  color: #682839;
}
.homepage3.cms-index-index #yt_content .list-services li .item-service-inner:hover .info .title {
  color: #682839;
}
.homepage3.cms-index-index #yt_content .deal-wrapper.deal-wrapper-label.new-arrival-homepage3 .block-title {
  background-color: #fff;
}
.homepage3.cms-index-index #yt_content .deal-wrapper.deal-wrapper-label.new-arrival-homepage3 .sm-deal-wrap {
  padding-bottom: 20px;
  background-color: #fff;
}
.homepage3.cms-index-index #yt_content .deal-wrapper.deal-wrapper-label.new-arrival-homepage3 .sm-deal-wrap:after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px #eeecec;
  bottom: 15px;
  left: 23px;
  right: 23px;
  border-top: 0;
}
.homepage3.cms-index-index #yt_content .deal-wrapper,
.homepage3.cms-index-index #yt_content .deal-wrapper-banner {
  clear: none;
}
.homepage3.cms-index-index #yt_content .deal-wrapper .deal-wrapper-inner,
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper-inner {
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 2px #eeecec;
}
.homepage3.cms-index-index #yt_content .deal-wrapper .deal-wrapper-inner:before,
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper-inner:before {
  content: "";
  position: absolute;
  right: 6px;
  left: 6px;
  bottom: -6px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 2px #eeecec;
  z-index: -1;
}
.homepage3.cms-index-index #yt_content .deal-wrapper .deal-wrapper-inner .respl-item:before,
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper-inner .respl-item:before {
  display: none;
}
.homepage3.cms-index-index #yt_content .deal-wrapper .deal-wrapper-inner .respl-item .item-inner,
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper-inner .respl-item .item-inner {
  box-shadow: none;
}
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper .block-title {
  padding-top: 23px;
}
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper .sm-deal-wrap {
  padding-bottom: 18px;
}
.homepage3.cms-index-index #yt_content .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart span {
  padding: 0 13px 0 6px;
}
.homepage3.cms-index-index #yt_content .block-home-content-top {
  margin: 42px 0 30px;
}
.homepage3.cms-index-index #yt_content #yt_left .block {
  background-color: #fff;
  position: relative;
  padding: 20px;
}
.homepage3.cms-index-index #yt_content #yt_left .block .block-title {
  color: #363636;
  border-bottom: 0;
}
.homepage3.cms-index-index #yt_content #yt_left .block .block {
  padding: 0;
  margin: 0;
  border: 0;
}
.homepage3.cms-index-index #yt_content #yt_left .block .block:after {
  display: none;
}
.homepage3.cms-index-index #yt_content #yt_left .block.deal-wrapper-banner,
.homepage3.cms-index-index #yt_content #yt_left .block.latest-blog-slidebar,
.homepage3.cms-index-index #yt_content #yt_left .block.block-subscribe-slidebar,
.homepage3.cms-index-index #yt_content #yt_left .block.social-slidebar-wrap,
.homepage3.cms-index-index #yt_content #yt_left .block.testimonial-column-wrapper {
  box-shadow: 0 1px 2px #eeecec;
}
.homepage3.cms-index-index #yt_content #yt_left .block.deal-wrapper-banner:before,
.homepage3.cms-index-index #yt_content #yt_left .block.latest-blog-slidebar:before,
.homepage3.cms-index-index #yt_content #yt_left .block.block-subscribe-slidebar:before,
.homepage3.cms-index-index #yt_content #yt_left .block.social-slidebar-wrap:before,
.homepage3.cms-index-index #yt_content #yt_left .block.testimonial-column-wrapper:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -6px;
  height: 100%;
  max-height: 50px;
  background-color: #fff;
  box-shadow: 0 1px 2px #eeecec;
  display: inline-block;
  z-index: -1;
}
.homepage3.cms-index-index #yt_content #yt_left .deal-wrapper-banner.block {
  padding-top: 0;
  margin-top: 0;
}
.homepage3.cms-index-index #yt_content .basic-slide-block-v2 .owl-controls .owl-nav > div {
  top: -20px;
}
.homepage3.cms-index-index #yt_content .sj-listing-tabs .owl-controls .owl-nav > div {
  top: -35px;
}
@media (min-width: 1200px) {
  .image-slide-home3.col-lg-8.col-md-8.col-sm-12 {
    width: 69.2%;
  }
  .b-img1-homepage3.col-lg-4.col-md-4.col-sm-12 {
    width: 30.8%;
  }
}
/* END HOMEPAGE3 ============================================================================================== END HOMEPAGE3*/
/* HOMEPAGE4 ============================================================================================== HOMEPAGE4*/
.homepage4 {
  /* featured category */
  /* INDEX HOMEPGAE4 */
}
.homepage4 .socials-wrap {
  padding: 15px 0 28px;
}
.homepage4 .latest-blog .blog-info .postTitle h2 a {
  font-weight: bold;
  font-size: 100%;
}
.homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor {
  float: right;
  padding-left: 6%;
}
.homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor .item-infor {
  padding-right: 0;
}
.homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor:before {
  right: auto;
  left: 0;
}
.homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor:after {
  right: auto;
  left: 0;
  box-shadow: 18px 1px 60px #c0b0b0;
}
.homepage4 .sm-featured-category .fc-owl-controls .fc-owl-nav div {
  left: auto;
  right: 35%;
  top: 83px;
}
.homepage4 .sm-featured-category .fc-owl-controls .fc-owl-nav div.fc-owl-prev {
  margin-right: 19px;
}
.homepage4 .sm-featured-category .fc-owl-controls .fc-owl-nav div.fc-owl-next {
  margin-right: -15px;
}
.homepage4.cms-home-v4 .yt-content-inner {
  margin: 0;
}
.homepage4.cms-home-v4 .block-home-top .row {
  margin-left: 0;
  margin-right: 0;
}
.homepage4 #yt_content {
  border-top: 0;
}
.homepage4 #yt_content .block-home-content-top {
  position: relative;
  z-index: 1;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row {
  background-color: #fff;
  margin-top: -103px;
  position: relative;
  box-shadow: 0 1px 2px #cccccc;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row .item-service-inner {
  padding: 30px 15px;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row .item-service-inner .image a {
  width: auto;
  height: auto;
  line-height: 100%;
  color: #682839;
  background-color: transparent;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row .item-service-inner .info .title {
  color: #363636;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row:before {
  content: "";
  position: absolute;
  height: 50px;
  background-color: #fff;
  left: 8px;
  right: 8px;
  bottom: -5px;
  display: initial;
  box-shadow: 0 1px 2px #cccccc;
  z-index: -1;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row li {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row li > div {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row li:hover {
  background-color: #682839;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row li:hover .item-service-inner .image a {
  color: #fff;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row li:hover .item-service-inner .info {
  color: #fff;
}
.homepage4 #yt_content .block-home-content-top ul.list-services.row li:hover .item-service-inner .info .title {
  color: #fff;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 {
  margin: 30px 0 40px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l {
  position: relative;
  margin-top: 15px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 15px;
  background: url(../images/repeat_1.png) repeat;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 20px;
  background-color: #f7f5f5;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div {
  position: relative;
  z-index: 1;
  padding: 17px 20px 17px 7px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .block-title {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #682839;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .btn-wrap a {
  text-transform: uppercase;
  border: 3px solid #c8c7c7;
  padding: 12px 15px;
  width: 100%;
  display: inline-block;
  color: #7d7d7d;
  font-size: 138.46%;
  font-weight: bold;
  margin: 35px 0 15px;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .btn-wrap a:hover {
  background-color: #682839;
  border-color: #682839;
  color: #fff;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div {
  width: 50%;
  height: 30px;
  cursor: pointer;
  position: relative;
  float: left;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div:before {
  width: 40px;
  height: 30px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div.prev:before {
  background-position: -75px -226px;
  left: 15px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div.prev:hover:before {
  left: 0;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div.next:before {
  background-position: -75px -262px;
  right: 15px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div .owl-control-custom div.next:hover:before {
  right: 0;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap {
  background: none;
  border: 0;
  margin: 0 -30px 0 -15px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .owl-controls {
  display: none;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item:before {
  display: none;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-inner {
  background: none;
  box-shadow: none;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-time {
  position: absolute;
  bottom: 82px;
  left: 15px;
  right: 15px;
  margin: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-time:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
  left: 0;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-time .item-time-inner {
  position: relative;
  display: inline-block;
  padding: 10px 25px 5px;
  width: 100%;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-time .item-time-inner .item-timer > div {
  background-color: #fff;
  border: 0;
  padding: 6px 0px;
  width: 24% !important;
  margin: 0 0.5%;
  float: left !important;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-time .item-time-inner .item-timer > div:before {
  display: none !important;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item .item-time .item-time-inner .item-timer > div:after {
  display: none !important;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item:hover .item-time {
  bottom: 15px;
}
.homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap .respl-item:hover .item-info {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.homepage4 #yt_content .block-home-content-top-2 {
  background: #fff;
}
.homepage4 #yt_content .block-home-content-top-3 {
  background: url('../images/bg-mod-tab-h4.jpg') no-repeat bottom center;
  background-size: auto 100%;
  position: relative;
}
.homepage4 #yt_content .block-home-content-top-3:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  box-shadow: 0 1px 10px #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #999;
}
.homepage4 #yt_content .block-home-content-top-3 .container {
  position: relative;
  padding-top: 44px;
  padding-bottom: 30px;
}
.homepage4 #yt_content .block-home-content-top-3 .container:before {
  content: "";
  height: 9px;
  background-color: #fff;
  top: 0;
  left: 28px;
  right: 28px;
  position: absolute;
  display: inherit;
  box-shadow: 0 1px 2px #999;
}
.homepage4 #yt_content .block-home-content-top-3 .container:after {
  content: "";
  height: 4px;
  background-color: #fff;
  top: 0;
  left: 14px;
  right: 14px;
  position: absolute;
  display: inherit;
  box-shadow: 0 1px 2px #999;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs {
  margin: 0;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  border-left-color: #fff;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span,
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li a {
  color: #fff;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  border-left-color: #363636;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover span,
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span,
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover a,
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel a {
  color: #636363;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-item.respl-item:after {
  bottom: -5px;
  height: 5px;
  box-shadow: none;
}
.homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-item.respl-item:after .item-inner {
  box-shadow: 0 1px 2px #ddd;
}
.homepage4 #yt_footer .socials-wrap li a span,
.homepage4 #yt_footer .socials-wrap .mod-social-title,
.homepage4 #yt_footer .socials-wrap .desc {
  display: none;
}
.homepage4 #yt_footer .footer-top.box-3column {
  padding: 65px 0;
}
.homepage4 #yt_footer .footer-top.box-3column .owl-controls .owl-nav > div {
  top: -17px;
  right: 0;
  text-indent: 0;
  text-align: center;
  background: none;
  width: 15px;
  height: 30px;
  line-height: 30px;
}
.homepage4 #yt_footer .footer-top.box-3column .owl-controls .owl-nav > div:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
}
.homepage4 #yt_footer .footer-top.box-3column .owl-controls .owl-nav > div.owl-prev {
  left: auto;
  right: 15px;
}
.homepage4 #yt_footer .footer-top.box-3column .owl-controls .owl-nav > div.owl-prev:after {
  content: "\f104";
}
.homepage4 #yt_footer .footer-top.box-3column .owl-controls .owl-nav > div:hover:after {
  color: #682839;
}
.homepage4 #yt_footer .footer-top.box-3column .block .block-title {
  font-family: 'Open Sans', serif;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
  font-size: 123.08%;
  display: block;
  margin-bottom: 15px;
}
.homepage4 #yt_footer .footer-top.box-3column .testimonial-column-slider .image-client {
  display: none;
}
.homepage4 #yt_footer .footer-top.box-3column .testimonial-column-slider .name-client {
  text-align: right;
  font-style: normal;
  font-weight: bold;
}
.homepage4 #yt_footer .footer-top.box-3column .latest-blog-slidebar .view-all {
  display: block !important;
  position: absolute;
  right: 15px;
  top: 0;
}
.homepage4 #yt_footer .footer-top.box-3column .latest-blog-slidebar .button-wrap,
.homepage4 #yt_footer .footer-top.box-3column .latest-blog-slidebar .owl-controls {
  display: none;
}
.homepage4 #yt_footer .footer-top.box-3column .latest-blog-slidebar .img-blog {
  width: 106px;
  height: 106px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-top: 18px;
}
.homepage4 #yt_footer .footer-top.box-3column .latest-blog-slidebar .img-blog img {
  position: absolute;
  max-height: 100%;
  z-index: 9999;
  max-width: none;
  text-align: center;
  left: -999px;
  right: -999px;
  margin: auto;
  top: 0;
}
.homepage4 #yt_footer .footer-top.box-3column .latest-blog-slidebar .img-blog .blog-info .postTitle h2 a {
  font-weight: bold;
  color: #682839;
  font-size: 100%;
}
/* END HOMEPAGE4 ============================================================================================== END HOMEPAGE4*/
@media (min-width: 1200px) {
  /*.homepage1 .sm-imageslider .item-image a,
	.homepage4 .sm-imageslider .item-image a {
	  text-align: center;
	  width: 100%;
	  display: inline-block;
	  overflow: hidden;
	  position: relative;
	  height: 520px;
	  img {position: absolute; height: 100%; left: -999px; right: -999px; margin: auto;}
	}
	.homepage4 .sm-imageslider .item-image a { height: 671px;}*/
}
@media (min-width: 1024px) {
  .logo-small-wrapper {
    display: none;
  }
  .yt-responsivemenu {
    display: none;
  }
  .wrap-search-mobile {
    display: none;
  }
  .yt_ressidebar_screennav {
    display: none;
  }
  .menu-on-top {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
  }
  .header-default .yt-header-under.menu-on-top .container {
    /*padding: 15px;*/
  }
  .header-default .yt-header-under.menu-on-top .container:before {
    display: none;
  }
  .header-default.header-v2 .yt-header-under.menu-on-top .container {
    padding-bottom: 0;
  }
  .header-default.header-v3 .yt-header-under.yt-menu-wrap.menu-on-top,
  .header-default.header-v4 .yt-header-under.yt-menu-wrap.menu-on-top {
    position: fixed;
  }
}
#yt-responsivemenu {
  display: block;
  height: 40px;
  position: relative;
}
.yt_ressidebar_screennav {
  display: block;
}
#yt_wrapper,
.yt_ressidebar_screennav {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cms-index-index #yt_resmenu_collapse li.nav-home:before {
  display: none !important;
}
/**----css menu mobile----***
/*sidebar*/
#yt-responsivemenu .btn.btn-navbar {
  top: 0;
  left: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 0;
  text-align: center;
  text-indent: 0;
  padding: 0;
  font-size: 149%;
}
#yt_resmenu_sidebar {
  display: none;
}
#yt_wrapper {
  position: relative;
  left: 0;
}
.onpen-sidebar #yt_wrapper {
  left: 220px;
}
.onpen-sidebar .yt_ressidebar_screennav {
  left: 0;
  display: block;
}
.yt_ressidebar_screennav {
  background: #333;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
  left: -220px;
  top: 0;
  margin: 0;
  position: absolute;
  width: 220px;
  height: 100%;
  z-index: 99;
  display: none;
}
.overlay_nav {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#yt_screennav ul.siderbar-menu li ul {
  padding-left: 15px;
}
#yt_screennav ul.siderbar-menu li a {
  padding: 9px 0 9px 10px;
  line-height: 100%;
  display: block;
  border-bottom: 1px solid #444;
  color: #ccc;
}
#yt_screennav ul.siderbar-menu li a:hover {
  color: #fff;
}
/*collapse*/
#yt_resmenu_collapse {
  position: absolute;
  left: 0;
  z-index: 100;
  top: 40px;
  width: 100%;
  min-width: 300px;
  border-style: solid;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active {
  color: #FFF;
}
#yt_resmenu_collapse ul.nav-menu > li > a {
  border-bottom: 1px solid #dedede;
}
.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
  padding: 8px 10px;
  display: block;
}
.nav-collapse .nav-menu > li {
  float: none;
  position: relative;
  z-index: 10;
}
ul.nav-menu li.parent {
  position: relative;
}
.nav-collapse .nav > li {
  float: none;
}
ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}
ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}
ul.nav-menu li.parent .menuress-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  vertical-align: middle;
  width: 40px;
  color: #909090;
}
ul.nav-menu li.parent > .res-wrapnav {
  height: 0;
  opacity: 0;
}
ul.nav-menu li.parent > .res-wrapnav ul {
  position: relative;
  z-index: 1;
}
ul.nav-menu li.parent.open > .res-wrapnav {
  display: block;
  opacity: 1;
  background: #f3f3f3;
  border-bottom: 1px solid #dedede;
}
ul.nav-menu li.parent > .res-wrapnav ul li {
  padding: 5px 5px 5px 15px;
}
/*selectbox*/
.menu-selectbox .icon-reorder {
  top: -10px;
  left: 0;
  margin: 0;
  position: absolute;
  padding: 8px 11px;
  line-height: 100%;
  font-size: 21px;
  color: #fff;
  outline: none;
  border-radius: 0;
}
#yt-responsivemenu .menu-selectbox {
  position: relative;
}
#yt-responsivemenu .menu-selectbox > select {
  height: 54px;
  opacity: 0;
  padding: 0;
  width: 44px;
  top: -1px;
  position: relative;
  cursor: pointer;
}
#yt-responsivemenu .menu-selectbox > select > option {
  width: 301px;
  padding: 5px 10px;
}
.link-mobile {
  position: absolute;
  right: 130px;
  top: 0px;
}
.link-mobile #btn-account-links {
  width: 45px;
  height: 42px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: 7px 10px;
}
.content-myaccount-m {
  width: 205px;
  position: absolute;
  right: -45px;
  top: 43px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  z-index: 99;
  background: #fff;
  display: none;
}
.content-myaccount-m li {
  padding: 3px 0px 5px;
  border-bottom: 1px solid #ccc;
}
.content-myaccount-m li a {
  display: block;
}
.content-myaccount-m .links li:last-child {
  border-bottom: none;
}
.container {
  position: relative;
}
/***---Device---***/
@media (min-width: 1200px) {
  #yt-responsivemenu {
    display: none;
  }
  /*= HEADER =*/
  /*= HEADER =*/
  .header-default .action-mobile {
    display: none;
  }
  .header-default .btn-search-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  /*= COMMON =*/
}
@media (max-width: 1199px) and (min-width: 992px) {
  #yt-responsivemenu {
    display: none;
  }
  .sm-serachbox-pro .form-search .input-search #search {
    width: 180px;
  }
}
/* STBOK REPONSIVE */
.wrap-search-mobile {
  float: right;
  display: none;
}
.wrap-search-mobile a {
  font-size: 123%;
  line-height: 35px;
  width: 35px;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  display: inline-block;
}
.wrap-search-mobile .search-pro {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 999;
  right: 15px;
}
.wrap-search-mobile .search-pro .cat-wrapper {
  display: none;
}
.wrap-search-mobile .search-pro .input-search {
  margin-left: 0;
}
.logo-small-wrapper {
  text-align: center;
}
.cart-wrapper-mobile {
  display: none;
}
@media (min-width: 1024px) {
  /* HEDER VER 4 */
  .header-default.header-v4 .wrap-search-mobile {
    display: block;
    position: absolute;
    top: 178px;
    right: 0;
  }
  .header-default.header-v4 .wrap-search-mobile .search-pro {
    display: block;
    top: -3px;
    right: 0;
    z-index: 1;
  }
  .wrap-menu-mobi,
  .logo-small-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* HEDER VER 2 */
  .header-default.header-v2 .yt-header-top .wrap-search-mobile {
    display: block;
  }
  .header-default.header-v2 .yt-header-top .wrap-search-mobile a {
    color: #fff;
  }
  .header-default.header-v2 .yt-header-top .wrap-search-mobile a.active {
    color: #fe0000;
    background-color: #fff;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap .top-link-account > ul > li {
    padding: 0 24px 28px;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro {
    top: -28px;
    width: 310px;
    display: none;
    background-color: #ffffff;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 5px solid #682839;
  }
  /* HEDER VER 3 */
  .header-default.header-v3 .yt-header-under .service-wrapper .list-services {
    padding-left: 0;
  }
  .header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-title {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header-default.header-v3 .yt-header-under .menu-btn-categories {
    margin-right: 0;
  }
  .header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    padding: 10px 15px;
  }
  /* HEDER VER 4 */
  .header-default.header-v4 .yt-header-top .top-link-account > ul > li > a {
    padding: 0 15px 0px;
  }
  .header-default.header-v4 .yt-header-top .block.mini-cartpro .block-title {
    padding-right: 25px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .header-default .top-link-account > ul > li > a {
    padding: 0 10px 7px;
    font-size: 85.41%;
  }
  .header-default .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
    font-size: 85.41%;
  }
  .block.mini-cartpro .block-title {
    font-size: 85.41%;
  }
  #nav > li > a,
  .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    padding: 0 7px;
    font-size: 85.41%;
  }
  .header-default.header-v2 .yt-header-top .logo-wrapper img {
    max-width: 100%;
    padding: 0 15px;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap .top-link-account > ul > li {
    padding: 0 21px 28px;
  }
  .header-default.header-v2 .cssMenu-vertical #nav > li.parent > ul {
    left: 192px;
  }
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .header-default.header-v2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 173px;
  }
  .cms-index-index.bd-hd2 #yt_left {
    margin-top: -46px;
  }
  .header-default.header-v3 .yt-header-under.yt-menu-wrap .container #nav > li > a {
    padding: 10px;
  }
  .header-default.header-v3 .yt-header-under.yt-menu-wrap .container .sm-serachbox-pro .form-search .input-search #search {
    width: 206px;
  }
  .header-default.header-v4 .yt-header-under.yt-menu-wrap .container #nav > li > a {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  /* DEFAULT HEADER */
  .header-default .logo-small-wrapper {
    display: inline-block;
    width: 100%;
  }
  .header-default .logo-wrapper {
    display: none;
  }
  .header-default .yt-header-top {
    height: 35px;
    padding-top: 0;
  }
  .header-default .yt-header-top .desktop-action {
    display: none;
  }
  .header-default .yt-header-top .block.mini-cartpro {
    margin-top: 0;
    border-left: 1px solid #e1e1e1;
    padding-bottom: 2px;
  }
  .header-default .yt-header-top .block.mini-cartpro .block-content {
    top: 100%;
  }
  .header-default .yt-header-top .block-action-header.jqtransformdone {
    margin-top: 0;
  }
  .header-default .yt-header-top .block-action-header.jqtransformdone > div span {
    line-height: 35px;
    margin-top: 0;
  }
  .header-default .yt-header-top .block-action-header.jqtransformdone > div span:hover {
    color: #682839;
  }
  .header-default .yt-header-top .block-action-header.jqtransformdone .jqTransformSelectWrapper ul {
    top: 34px;
  }
  .header-default .yt-header-top .wrap-search-mobile {
    display: block;
  }
  .header-default .action-mobile {
    display: block;
    float: right;
    position: relative;
  }
  .header-default .action-mobile > .block-action-header.top-link-account {
    float: right;
  }
  .header-default .action-mobile > .block-action-header.top-link-account > ul li a {
    font-size: 149%;
    color: #363636;
    line-height: 35px;
    text-align: right;
    padding: 0 18px;
    border-left: 1px solid #e1e1e1;
  }
  .header-default .action-mobile > .block-action-header.top-link-account .dropdown-mobile {
    display: none;
    position: absolute;
    top: 35px;
    border-top: 5px solid #682839;
    padding: 15px 0;
    background: #fff;
    z-index: 999;
    left: -60px;
  }
  .header-default .action-mobile > .block-action-header.top-link-account .dropdown-mobile > ul {
    padding: 0 15px;
    display: inline-block;
    float: left;
  }
  .header-default .action-mobile > .block-action-header.top-link-account .dropdown-mobile .dropdown-link-sub {
    display: block;
    position: relative;
    box-shadow: none;
    border: 0;
    top: 0;
    padding: 0;
    margin: 0;
  }
  .header-default .action-mobile > .block-action-header.top-link-account .dropdown-mobile .top-link-checkout:before {
    display: none;
  }
  .header-default .action-mobile > .block-action-header.top-link-account:hover > ul li a {
    color: #682839;
  }
  .header-default .action-mobile > .block-action-header.top-link-account:hover .dropdown-mobile {
    display: block;
  }
  .header-default .yt-main-menu .yt-menu > div {
    display: none;
  }
  .header-default .yt-main-menu .yt-menu > div.search-pro {
    position: absolute;
    right: 15px;
    top: -81px;
  }
  .header-default .sm-serachbox-pro .form-search .input-search #search {
    width: 100%;
  }
  /* HEADER 2 */
  .header-default.header-v2 .yt-header-top .action-mobile {
    display: none;
  }
  .header-default.header-v2 .yt-header-top .wrap-search-mobile a {
    color: #fff;
  }
  .header-default.header-v2 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
    margin-top: 0;
    line-height: 34px;
  }
  .header-default.header-v2 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span:hover {
    color: #fff;
  }
  .header-default.header-v2 .yt-header-top .block-action-header.jqtransformdone > div span:hover {
    color: #fff;
  }
  .header-default.header-v2 .yt-header-top .block.mini-cartpro .block-title {
    margin-top: 2px;
    padding-top: 5px;
  }
  .header-default.header-v2 #yt-responsivemenu .btn.btn-navbar {
    color: #fff;
  }
  .header-default.header-v2 .vtual-space {
    display: none;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap {
    margin-top: 25px;
    margin-left: 0;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro {
    top: -91px;
  }
  .header-default.header-v2 .yt-header-under .container {
    padding: 15px 0;
  }
  .header-default.header-v2 .yt-header-under .yt-header-under-wrap {
    padding: 0 15px;
  }
  /* HEADER 3 */
  .header-default.header-v3 .dropdown-link-sub {
    top: 35px;
  }
  .header-default.header-v3 .yt-header-top .desktop-action {
    display: block;
  }
  .header-default.header-v3 .yt-header-top .action-mobile {
    display: none;
  }
  .header-default.header-v3 .yt-header-top .block-action-header.jqtransformdone {
    margin-top: 0;
    line-height: 35px;
  }
  .header-default.header-v3 .yt-header-top .block-action-header.jqtransformdone .jqTransformSelectWrapper ul {
    top: 36px;
  }
  .header-default.header-v3 .yt-header-top .top-link-account > ul > li > a {
    line-height: 35px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .header-default.header-v3 .logo-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .header-default.header-v3 .yt-main-menu {
    display: block;
  }
  .header-default.header-v3 .yt-main-menu .yt-menu .yt-menu-container,
  .header-default.header-v3 .yt-main-menu .yt-menu .menu-btn-categories,
  .header-default.header-v3 .yt-main-menu .yt-menu .megamenu-custom {
    display: none;
  }
  .header-default.header-v3 .yt-main-menu .yt-menu > div.search-pro {
    position: absolute;
    top: -3px;
    right: 15px;
    display: block;
  }
  .header-default.header-v3 #yt-responsivemenu .btn.btn-navbar {
    line-height: 40px;
    height: 40px;
    color: #fff;
    background: #000;
  }
  /* HEADER 4 */
  .header-default.header-v4 .yt-header-top .wrap-menu-mobi {
    width: 56px;
    padding: 0 15px;
    float: left;
  }
  .header-default.header-v4 .yt-header-top .wrap-menu-mobi #yt-responsivemenu .btn.btn-navbar {
    color: #fff;
    background: #682839;
    height: 41px;
    width: 41px;
  }
  .header-default.header-v4 .yt-header-top .block.mini-cartpro {
    margin-left: 0;
    border-left-color: #464646;
    margin-right: 0;
  }
  .header-default.header-v4 .yt-header-top .block.mini-cartpro .block-title {
    padding-top: 11px;
  }
  .header-default.header-v4 .yt-header-top .block.mini-cartpro .block-content {
    top: 40px;
  }
  .header-default.header-v4 .yt-header-under .container {
    padding: 15px;
  }
  .header-default.header-v4 .yt-header-under .container .logo-wrapper {
    display: block;
  }
  .header-default.header-v4 .action-mobile > .block-action-header.top-link-account > ul li a {
    color: #fff;
    line-height: 39px;
    border-left-color: #464646;
    margin-right: 0;
    padding-bottom: 1px;
  }
  .header-default.header-v4 .block-action-header.jqtransformdone .jqTransformSelectWrapper ul {
    top: 41px;
  }
  .header-default.header-v4 .action-mobile > .block-action-header.top-link-account:hover .dropdown-mobile {
    top: 40px;
  }
  .header-default.header-v4 .wrap-search-mobile a {
    line-height: 41px;
    color: #fff;
  }
  .header-default.header-v4 .wrap-search-mobile a.active {
    background: #682839;
  }
  .header-default.header-v4 .wrap-search-mobile .search-pro {
    top: 40px;
    padding: 5px;
    background: #682839;
  }
}
@media (max-width: 767px) {
  .wrap-search-mobile .search-pro {
    right: 0;
  }
  .block.mini-cartpro .block-content {
    left: auto;
    right: -35px;
  }
  /* DEFAULT HEADER */
  .header-default .yt-header-top .wrap-menu-mobi {
    float: left;
    width: 35px;
    padding: 0;
  }
  .header-default .yt-header-top .top-links-action {
    padding-right: 0;
  }

  .header-default .yt-main-menu .yt-menu > div.search-pro {
    right: 0;
  }
  /* HEADER 2 */
  .header-default.header-v2 .yt-header-top .right-wrapper {
    padding-right: 0;
  }
  .header-default.header-v2 .yt-header-top .right-wrapper .block.mini-cartpro .block-title {
    margin-top: 0;
    line-height: 26px;
    padding-bottom: 1px;
  }
  .header-default.header-v2 .yt-header-top .right-wrapper .block.mini-cartpro .block-title:before {
    top: 10px;
  }
  .header-default.header-v2 .yt-header-top .mini-cart-header {
    float: right;
  }
  .header-default.header-v2 .yt-header-top .action-mobile {
    display: block;
  }
  .header-default.header-v2 .yt-header-top .action-mobile > .block-action-header.top-link-account > ul li a {
    color: #fff;
    padding: 0 16px;
    margin-right: 2px;
  }
  .header-default.header-v2 .yt-header-top .action-mobile > .block-action-header.top-link-account:hover .dropdown-mobile {
    top: 33px;
  }
  .header-default.header-v2 .yt-header-top .wrap-search-mobile a {
    color: #fff;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap {
    padding: 0;
    margin: 0;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap .top-links-action {
    display: none;
  }
  .header-default.header-v2 .yt-header-under .yt-menu-wrap .search-pro {
    top: -66px;
    right: 0;
  }
  .header-default.header-v2 .wrap-search-mobile .search-pro {
    top: 33px;
  }
  /* HEADER 3 */
  .header-default.header-v3 {
    /*.yt-menu-container-home { display: none !important;}*/
  }
  .header-default.header-v3 .yt-header-top .block-action-header.jqtransformdone {
    display: block;
  }
  .header-default.header-v3 .yt-header-top .desktop-action {
    display: none;
  }
  .header-default.header-v3 .yt-header-top .action-mobile {
    display: block;
    margin-right: 133px;
  }
  .header-default.header-v3 .yt-header-top .action-mobile .dropdown-mobile {
    box-shadow: 0px 0px 11px 0px;
  }
  .header-default.header-v3 .yt-header-top .action-mobile > .block-action-header.top-link-account > ul li a {
    color: #eaeaea;
    border-color: #464646;
    padding-right: 13px;
    margin-right: 2px;
  }
  .header-default.header-v3 .yt-header-top .action-mobile:hover > .block-action-header.top-link-account > ul li a {
    background: #682839;
  }
  .header-default.header-v3 .yt-header-under .cart-wrapper {
    position: absolute;
    top: -29px;
    right: 0;
  }
  .header-default.header-v3 .yt-header-under .cart-wrapper .mini-cartpro.sm-cartpro .block-title {
    border: 0;
    border-left: 1px solid #464646;
    padding-bottom: 8px;
  }
  .header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro.opencart .block-title,
  .header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro:hover .block-title {
    background-color: #682839;
  }
  .header-default.header-v3 .yt-header-under .mini-cartpro.sm-cartpro .block-content {
    top: 40px;
    border-top-color: #682839;
  }
  .header-default.header-v3 .yt-header-under li.item-service {
    float: left;
    width: 33%;
  }
  /* HEADER 4 */
}
@media (max-width: 639px) {
  /* DEFAULT HEADER */
  /* HEADER 2 */
  /* HEADER 3 */
  /* HEADER 4 */
}
@media (max-width: 479px) {
  /* DEFAULT HEADER */
  .header-default .yt-header-top .block.mini-cartpro .block-title {
    height: 28px;
    width: 28px;
  }
  .header-default .yt-header-top .block.mini-cartpro .block-title:before {
    left: 15px;
  }
  .header-default .yt-header-top .block.mini-cartpro .block-title:after,
  .header-default .yt-header-top .block.mini-cartpro .block-title .btn-toggle {
    display: none;
  }
  .header-default .yt-header-top .block.mini-cartpro .block-content {
    left: -110px;
  }
  /* HEADER 2 */
  .header-default.header-v2 .yt-header-top .block.mini-cartpro {
    height: 34px;
  }
  .header-default.header-v2 .yt-header-top .block.mini-cartpro .block-title {
    height: 26px;
    width: auto;
    padding-left: 41px;
    box-shadow: none;
  }
  .header-default.header-v2 .yt-header-top .block.mini-cartpro .block.mini-cartpro .block-content {
    right: -35px;
  }
  .header-default.header-v2 .yt-header-top .right-wrapper .block.mini-cartpro .block-title {
    padding-right: 0;
    padding-left: 0;
    width: 44px;
  }
  /* HEADER 3 */
  .header-default.header-v3 .yt-header-top .top-links-action.header-top-left {
    padding-left: 5px;
  }
  .header-default.header-v3 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
    margin-right: 0;
    padding-right: 0;
  }
  .header-default.header-v3 .yt-header-top .action-mobile > .block-action-header.top-link-account:hover .dropdown-mobile {
    left: -76px;
  }
  .header-default.header-v3 .yt-header-top .action-mobile {
    margin-right: 108px;
  }
  .header-default.header-v3 .yt-header-top .action-mobile > .block-action-header.top-link-account > ul li a {
    padding-left: 13px;
    padding-right: 9px;
  }
  .header-default.header-v3 .yt-header-under .logo-wrapper {
    margin-bottom: 0;
  }
  .header-default.header-v3 .yt-header-under .service-wrapper {
    display: none;
  }
  .header-default.header-v3 .yt-header-under .cart-wrapper {
    right: -15px;
  }
  .header-default.header-v3 .yt-header-under .cart-wrapper .mini-cartpro.sm-cartpro .block-title {
    padding-right: 24px;
    height: 35px;
  }
  /* HEADER 4 */
  .header-default.header-v4 .yt-header-top .wrap-menu-mobi {
    padding-left: 0;
    width: 41px;
  }
  .header-default.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper {
    padding: 0 3px;
  }
  .header-default.header-v4 .yt-header-top .block.mini-cartpro .block-title {
    height: 40px;
    width: auto;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .header-default.header-v4 .yt-header-top .block.mini-cartpro .block-content {
    right: -35px;
  }
  .header-default.header-v4 .wrap-search-mobile a {
    border-left: 0;
  }
}
/* STOBOK */
.list-services li.clear-2 {
  display: none;
  clear: both;
}
.sm-imageslider .owl-controls .owl-dots {
  display: none;
  top: -30px;
  position: relative;
}
.sm-imageslider .owl-controls .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 2px;
}
.sm-imageslider .owl-controls .owl-dots .owl-dot:hover,
.sm-imageslider .owl-controls .owl-dots .owl-dot.active {
  background: #682839;
  opacity: 1;
}
/* COMMON HOMEPAGE 2 */
/* HOMEPAGE 2 */
.homepage2 .sm-imageslider .owl-controls .owl-dots {
  display: none !important;
}
.homepage3 .sm-imageslider .owl-controls .owl-dots {
  display: none !important;
}
@media (max-width: 1199px) {
  .yt-footer-wrap .footer-bottom .copyright-footer {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .yt-footer-wrap .footer-bottom .payment-method {
    text-align: center;
  }
  /* COMMON */
  /* Shopby */
  .block-layered-nav .filter-wrapp .txt-price-shopby {
    width: 45px;
  }
  .block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper button {
    padding-left: 7px;
    padding-right: 7px;
  }
  .block.welcome-block .desc {
    margin: 0 8% 15px;
  }
  .sm-imageslider .sm-imageslider-inner .item-image img {
    max-width: 100%;
  }
  .sm-imageslider .owl-controls .owl-nav > div.owl-prev {
    left: 5%;
  }
  .sm-imageslider .owl-controls .owl-nav > div.owl-next {
    right: 5%;
  }
  /* newsletter */
  .block-subscribe .input-box-wrap {
    background-size: 86% auto;
    padding-bottom: 55px;
  }
  .socials-wrap p.desc {
    margin: 30px 10%;
  }
  .block-subscribe .form-subscribe-header {
    margin: 0 20% 30px;
  }
  .socials-wrap.social-slidebar-wrap ul li a {
    margin: 0 3px;
  }
  .homepage3 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd,
  #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd,
  .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd {
    width: 24%;
    margin: 0 1% 10px;
  }
  .homepage3 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart,
  #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart,
  .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart {
    width: 46%;
  }
  .homepage3 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart:after,
  #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart:after,
  .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart:after {
    left: 20px;
  }
  .homepage3 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:after,
  #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd:after {
    left: 50%;
    margin-left: -10px;
  }
  .homepage3 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-compare:after,
  #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-compare:after {
    left: 50%;
    margin-left: -8px;
  }
  /* HOMEPAGE 1 */
  .homepage1 deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper > div.sm-deal-wrap {
    padding-bottom: 12px;
  }
  /* HOMEPAGE 2 */
  .homepage2 .deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper-inner {
    padding-bottom: 12px;
  }
  .homepage2 .deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper > div.sm-deal-wrap {
    padding-bottom: 12px;
  }
  .homepage2 #yt_content .list-services li .item-service-inner .info {
    display: inline-block;
  }
  .homepage2 .cssMenu-vertical #nav > li.parent > ul {
    left: 192px;
  }
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .homepage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 173px;
  }
  /* HOMEPAGE 3 */
  .homepage3 .b-img2-homepage3 > div:last-child a img {
    margin-bottom: 28px;
  }
  /* HOMEPAGE 4*/
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .respl-item .item-inner .w-image-box .item-image a img {
    width: 100%;
  }
  .homepage4 .box-3column .f_top_box_1,
  .homepage4 .box-3column .f_top_box_2 {
    margin-bottom: 30px;
  }
  .block-left-products .rating-box {
    margin-right: 5px;
  }
  .block-left-products .price-box {
    width: auto;
  }
}
@media all and (max-width: 1024px) and (min-width: 1024px) {
  /* HOMEPAGE 2 */
  .homepage2 #yt_content #yt_left .block:last-child {
    margin-bottom: 0;
  }
  .homepage2 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .homepage2 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .des-content {
    font-size: 80%;
  }
  .homepage2 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .price {
    font-size: 172.15%;
  }
  .homepage2 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .old-price .price {
    top: -5px;
    font-size: 100%;
  }
  .homepage2 #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart span {
    padding: 0 7px 0 3px;
  }
  .homepage2 .deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper .respl-item .item-inner .item-info .des-content {
    font-size: 100%;
  }
  .homepage2 .deal-wrapper-banner.deal-wrapper-banner-notime .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart span {
    padding: 0 6px 0 3px;
  }
  /* HOMEPAGE 3 */
  .homepage3 .image-slide-home3.col-lg-8.col-md-8.col-sm-12 {
    width: 69%;
  }
  .homepage3 .b-img1-homepage3.col-lg-4.col-md-4.col-sm-12 {
    width: 31%;
  }
  .homepage3 .deal-wrapper-banner.block.hot-deal-homepage3.col-lg-3.col-md-3.col-sm-12 {
    width: 31%;
  }
  .homepage3 .block.basic-slide-block-v2.basic-slide-block-v3.new-arrival-homepage3.col-lg-9.col-md-9.col-sm-12 {
    width: 69%;
  }
  .homepage3 div#yt_left.col-md-3 {
    width: 31%;
  }
  .homepage3 div#yt_main.col-md-9 {
    width: 69%;
  }
  /* HOMEPAGE 4 */
  .homepage4 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.des-content {
    display: none;
  }
  .homepage4 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart {
    width: 80px;
    text-indent: 9px;
  }
  .homepage4 .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart:after {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .block.welcome-block .desc {
    margin: 0 5% 15px;
  }
  .socials-wrap p.desc {
    margin: 30px 5%;
  }
  .block-subscribe .form-subscribe-header {
    margin: 0 10% 30px;
  }
  .block-subscribe .input-box-wrap {
    margin: 0 8%;
    padding-bottom: 49px;
  }
  .socials-wrap p.desc {
    margin: 30px 5%;
  }
  .yt-footer-wrap .yt-brand-wrap .owl-controls .owl-nav > div.owl-next {
    right: -15px;
  }
  .yt-footer-wrap .yt-brand-wrap .owl-controls .owl-nav > div.owl-prev {
    left: -15px;
  }
  /* common homepage 2 */
  .cms-index-index.bd-hd2 #yt_left {
    margin-top: 0;
  }
  .b-img1-homepage2 a {
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .b-img1-homepage2 a:last-child {
    margin-right: 0;
  }
  /* common homepage 3 */
  .b-img1-homepage3 a {
    max-width: 48%;
    margin-right: 4%;
    margin-top: 20px;
    float: left;
  }
  .b-img1-homepage3 a:last-child {
    margin-right: 0;
  }
  .deal-wrapper-banner.block.hot-deal-homepage3 .respl-item .item-inner .w-image-box .item-image a img {
    width: 100%;
  }
  .b-img2-homepage3 > div:first-child {
    margin-bottom: 30px;
  }
  .b-img2-homepage3 img {
    width: 100%;
  }
  #yt_left .block:last-child {
    margin-bottom: 0;
  }
  /* HOMEPAGE 1 */
  .homepage1 .sm-imageslider .owl-controls .owl-nav > div.owl-prev {
    left: 5%;
  }
  .homepage1 .sm-imageslider .owl-controls .owl-nav > div.owl-next {
    right: 5%;
  }
  .homepage1 .block-home-content-top-1 .slide-basic .item .item-inner .item-inner-wrap .bs-image img {
    width: 100%;
  }
  .homepage1.cms-home-default .block-home-content-bottom .banner-h1 {
    width: 33.33%;
    float: left;
  }
  /* HOMEPAGE 2 */
  .homepage2.cms-index-index.bd-hd2 #yt_left .mega-left-title {
    display: none;
  }
  .homepage2.cms-index-index.bd-hd2 #yt_left .sm_megamenu_wrapper_vertical_menu {
    display: none;
  }
  .homepage2.cms-index-index.bd-hd2 #yt_left .cssMenu-vertical {
    display: none;
  }
  .homepage2.cms-index-index.bd-hd2 #yt_left .mega-left-title.css-menu-left-title {
    display: none;
  }
  /* HOMEPAGE 4*/
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l:before {
    right: 0;
  }
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l:after {
    right: 5px;
  }
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .static-l > div {
    padding: 17px 10px;
  }
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper {
    margin: 0;
    padding: 0;
  }
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap {
    margin: 0 -15px 0 -15px;
  }
  .homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor {
    width: 45%;
  }
  .homepage4 .sm-featured-category .fc-cat-item .fc-item-image-container {
    width: 55%;
  }
  .homepage4 .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    right: 43.5%;
  }
  .homepage4 #yt_content .block-home-content-top ul.list-services.row {
    margin-top: 0;
  }
  .homepage4 #yt_content .block-home-content-top ul.list-services.row li.item-service {
    min-height: 283px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .yt-product-detail .image-box-detail {
    width: 62%;
    margin: 0 20% 20px;
    display: inline-block;
  }
  .quickview-main .yt-product-detail .product-img-box .more-views {
    width: 395px;
  }
  .quickview-main .more-views .owl-item {
    max-width: 82px;
  }
}
@media (max-width: 767px) {
  div#cpanel_btn {
    display: none !important;
  }
  .img-blog-list {
    display: inline-block;
    width: 100%;
  }
  .respl-item .item-inner .btn-pd.sm_quickview_handler {
    display: none !important;
  }
  .info-wrapper-blog {
    margin: 15px 0 0;
    display: inline-block;
  }
  .yt-footer-wrap .footer-middle {
    padding: 30px 0;
  }
  /* category listing gird */
  .category-products .products-grid .item.col-lg-4.col-md-4.col-sm-4.respl-item {
    width: 50%;
    float: left;
  }
  .category-products .products-grid .clr3-item-plg {
    display: none;
  }
  .category-products .products-grid .clr2-item-plg {
    display: block;
  }
  .sm-imageslider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .sm-imageslider .owl-controls .owl-nav {
    display: none;
  }
  .sm-imageslider .owl-controls .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    bottom: 0;
    top: auto;
  }
  .block.welcome-block .block-title {
    font-size: 200%;
  }
  .block.welcome-block .desc {
    margin: 0 0 15px;
  }
  .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    margin-left: 0;
  }
  .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li a {
    font-size: 170%;
  }
  .button-wrap {
    margin: 15px 0;
  }
  .block-subscribe .input-box-wrap {
    background: none;
    padding-bottom: 30px;
  }
  .list-services li {
    width: 50%;
    float: left;
  }
  .list-services li.clear-2 {
    display: block;
  }
  .socials-wrap p.desc {
    margin: 30px 0;
  }
  .footer-middle > .container > .row > div {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .footer-middle > .container > .row > div.f_box_2 {
    clear: right;
  }
  .block-subscribe .form-subscribe-header {
    margin: 0 0 30px;
  }
  .block-subscribe .input-box-wrap {
    margin: 0 5%;
    padding-bottom: 30px;
  }
  .socials-wrap p.desc {
    margin: 30px 0;
  }
  .copyright-footer {
    padding-bottom: 15px;
  }
  .owl-controls .owl-nav > div.owl-prev {
    left: 0;
  }
  .owl-controls .owl-nav > div.owl-next {
    right: 0;
  }
  /* HOMEPAGE 1 */
  .homepage1 #yt_content .sm-imageslider .owl-controls .owl-dots {
    display: inline-block !important;
  }
  .homepage1 #yt_content .sm-imageslider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
  }
  .homepage1 .block.latest-blog .item-blog {
    width: 50%;
  }
  .homepage1 .block.latest-blog .item-blog:last-child {
    clear: both;
  }
  .homepage1 .yt-content .block.basic-slide-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* HOMEPAGE 2 */
  .homepage2 #yt_content .sm-imageslider .owl-controls .owl-dots {
    display: inline-block !important;
  }
  .homepage2 #yt_content .list-services li.item-service {
    margin-bottom: 15px;
    border: 0;
  }
  .homepage2 #yt_content .list-services li.item-service:first-child {
    border-right: 1px solid #ebebeb;
  }
  .homepage2 #yt_content .list-services li.item-service:last-child {
    border-left: 1px solid #ebebeb;
  }
  .homepage3 #yt_content .sm-imageslider .owl-controls .owl-dots {
    display: inline-block !important;
  }
  /* HOMEPAGE 4 */
  .homepage4 .sm-imageslider .owl-controls .owl-dots {
    bottom: 25px;
  }
  .homepage4 #yt_content .block-home-content-top ul.list-services.row {
    margin-top: -20px;
  }
  .homepage4 #yt_content .deal-wrapper-banner.deal-wrapper-banner-h4 .deal-wrapper > div.sm-deal-wrap {
    margin: 0;
  }
  .homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor,
  .homepage4 .sm-featured-category .fc-cat-item .fc-item-image-container {
    width: 50%;
  }
  .homepage4 .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    right: 47.5%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .block.latest-blog.latest-blog-slidebar {
    padding: 20px 0;
  }
  .latest-blog-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .latest-blog-slider .owl-item .item-blog-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .over-table {
    overflow-x: auto;
  }
  #wishlist-table,
  #shopping-cart-table {
    min-width: 640px;
  }
  .my-account #wishlist-view-form .buttons-set {
    float: left;
    min-width: 640px;
    margin-bottom: 10px;
  }
}
@media (max-width: 567px) and (min-width: 480px) {
  .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.des-content {
    display: none;
  }
  #yt_left .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.btn-cart span {
    padding: 0 5px;
  }
  .deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info .item-price .price-box .special-price .price {
    font-size: 210%;
  }
}
@media (max-width: 479px) {
  .yt-footer-wrap .footer-bottom .payment-method li img {
    max-width: 43px;
  }
  .my-account .col2-set .col-1,
  .account-login .col2-set .col-1,
  .my-account .col2-set .col-2,
  .account-login .col2-set .col-2 {
    width: 100%;
    display: inline-block;
    padding-left: 0;
  }
  .category-products .products-list .respl-item .item-inner .w-image-box {
    display: inline-block;
    width: 100%;
  }
  .category-products .products-list .respl-item .item-inner .w-info-box {
    margin: 15px 0 0;
    display: inline-block;
  }
  /* category listing gird */
  .category-products .products-grid .item.col-lg-4.col-md-4.col-sm-4.respl-item {
    width: 100%;
  }
  .category-products .products-grid .clr3-item-plg {
    display: none;
  }
  .category-products .products-grid .clr2-item-plg {
    display: none;
  }
  .yt-product-detail .yt-detail-right .wrap-qty {
    margin-right: -10px;
  }
  .block.welcome-block .block-title {
    font-size: 150%;
  }
  .block.welcome-block .desc {
    margin: 0 0 15px;
  }
  .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li a {
    font-size: 150%;
    display: inline-block;
    padding: 0 20px 10px;
  }
  .button-wrap {
    margin: 15px 0;
  }
  .block-subscribe .input-box-wrap {
    background: none;
    padding-bottom: 30px;
  }
  .list-services li {
    width: 50%;
    float: left;
  }
  .list-services li.clear-2 {
    display: block;
  }
  .socials-wrap p.desc {
    margin: 30px 0;
  }
  .footer-middle > .container > .row > div {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .footer-middle > .container > .row > div.f_box_2 {
    clear: right;
  }
  .block-subscribe .form-subscribe-header {
    margin: 0 0 30px;
  }
  .block-subscribe .input-box-wrap {
    margin: 0;
    padding-bottom: 15px;
  }
  .block-subscribe .input-box-wrap input#newsletter {
    font-size: 84.62%;
  }
  .list-services li {
    width: 100%;
  }
  .list-services li .item-service-inner {
    padding: 30px 15px;
    border-bottom: 1px solid #e1e1e1;
  }
  .list-services li.last-child .item-service-inner {
    border-bottom: 0;
  }
  .socials-wrap p.desc {
    margin: 30px 0;
  }
  .footer-middle > .container > .row > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .yt-get-social .socials-wrap ul li a {
    width: 48px;
    height: 48px;
    margin: 0 7px;
    line-height: 48px;
  }
  .yt-get-social .socials-wrap ul li a:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
  }
  .yt-get-social .socials-wrap ul li a span {
    font-size: 50%;
  }
  .yt-get-social .socials-wrap ul li a i.fa {
    font-size: 18px;
  }
  .copyright-footer {
    padding-bottom: 15px;
  }
  /* HOMEPAGE 1 */
  .homepage1.cms-home-default .yt-content .block .block-title:before {
    display: none;
  }
  .homepage1.cms-home-default .yt-content .block .block-title span {
    background: none;
  }
  .homepage1.cms-home-default .yt-content .block-home-content-top-1 .block .block-title span {
    background: none;
  }
  .homepage1.cms-home-default .block-home-content-top-1:before {
    background: #fff;
    height: 100%;
    max-height: 100%;
  }
  .homepage1.cms-home-default .yt-content .block.basic-slide-block {
    padding-bottom: 30px;
  }
  .homepage1.cms-home-default .yt-content .block.basic-slide-block .block-title {
    padding: 30px 0 20px;
  }
  .homepage1.cms-home-default .slide-basic .owl-controls .owl-nav > div.owl-next {
    right: -15px;
  }
  .homepage1.cms-home-default .slide-basic .owl-controls .owl-nav > div.owl-prev {
    left: -15px;
  }
  .homepage1.cms-home-default .slide-basic .sale-item,
  .homepage1.cms-home-default .slide-basic .new-item {
    top: 0;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner {
    margin: 0;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner:before {
    display: none;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info {
    padding: 7px;
    bottom: 0;
    top: auto;
    height: 25%;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div.item-title {
    text-transform: none;
    font-size: 84.62%;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-btn-addtocart,
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div .add-to-links,
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-des {
    display: none;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .price {
    font-size: 108%;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .old-price .price {
    font-size: 84.62%;
  }
  .homepage1.cms-home-default .slide-basic .item .item-inner .item-inner-wrap .item-info > div .item-price .old-price {
    position: absolute;
    right: 0;
    width: auto;
  }
  .homepage1.cms-home-default .block-home-content-bottom .banner-h1 {
    width: 50%;
  }
  .homepage1.cms-home-default .yt-content .block.testimonial-h1-wrapper {
    padding: 30px 15px 10px;
    overflow-x: hidden;
  }
  .homepage1.cms-home-default .yt-content .block.testimonial-h1-wrapper .desc-title {
    padding-bottom: 15px;
  }
  .homepage1.cms-home-default .yt-content .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info {
    display: inline-block;
    margin: 10px 0 0;
    text-indent: 30px;
  }
  .homepage1.cms-home-default .yt-content .block.testimonial-h1-wrapper .block-content-testimonial .client-say-info:before {
    left: 0;
    top: 0;
  }
  .homepage1.cms-home-default .yt-content .block.testimonial-h1-wrapper .owl-controls {
    margin: 15px 0 25px;
  }
  .homepage1.cms-home-default .yt-content-inner {
    overflow-x: hidden;
  }
  .homepage1 .block.latest-blog .item-blog {
    width: 100%;
  }
  /* HOMEPAGE 2 */
  .homepage2 #yt_content .list-services li.item-service:first-child {
    border-right: 0;
  }
  .homepage2 #yt_content .list-services li.item-service:last-child {
    border-left: 0;
  }
  .homepage2 #yt_content .list-services li.item-service .item-service-inner {
    border: 0;
  }
  /* HOMEPAGE 3 */
  .homepage3 #yt_content .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding: 15px 0;
  }
  .homepage3 .cms-index-index #yt_content .block-home-content-top {
    margin: 20px 0;
  }
  /* HOMEPAGE 2 */
  .homepage4 #yt_content .block-home-content-top ul.list-services.row li.item-service {
    min-height: 0;
    border: 0;
  }
  .homepage4 .sm-featured-category .fc-cat-item .fc-cat-infor,
  .homepage4 .sm-featured-category .fc-cat-item .fc-item-image-container {
    width: 100%;
  }
  .homepage4 .sm-featured-category .fc-owl-controls .fc-owl-nav div {
    right: 15px;
    top: 70px;
  }
  .homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span,
  .homepage4 #yt_content .block-home-content-top-3 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li a {
    color: #363636;
  }
}
/***---Device---***/


   .top-links-action .desktop-action {
    display: block;
    float: right;
    margin-right:20px;
  }

/***---Product Page Book Description---***/

#super-product-table tr,
#super-product-table td,
#super-product-table th {
  text-align: left;
}
ul.book_attributes {
  list-style: none;
  text-align: left;
}

.author {
  font-size:16px;
  margin-bottom:20px;
}

.availability.in-stock span {
  color: #00aa00!important;
}

.short-description, short-description p, short-description ul {
  font-size:14px;
}

#yt_wrapper .page-title h1 {
  text-transform:none;
}

.std h1 {
  margin:0 0 20px 0;
  font-size:28px!important;
}

.std h2 {
   margin:20px 0;
   font-size:22px;
   font-weight: bold;
   font-family: 'Open Sans', serif;
   color: #707070;
 }

.std h3 {
  margin:20px 0;
  font-size:18px;
  font-weight: bold;
  font-family: 'Open Sans', serif;
  color: #707070;
}

.std p {
  margin:20px 0;
  font-size:15px;

}

.std ul {
  list-style: disc;
  margin:20px 0 20px 20px;
  font-size:15px;
}

.std img {
    max-width:100%;
}

.block-home-list h2 {
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 153.85%;
  display: inline-block;
  margin-bottom: 30px;
  font-weight:600;
  text-transform: uppercase;
}


.sm-serachbox-pro .form-search .advanced {
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height:1;
  width: 100%;
  margin-bottom: 16px;
  color: #191558;
}

.yt-header-under.menu-on-top .sm-serachbox-pro .form-search .advanced {
  top: 100%;
  margin-top: 1px;
  color: #FFF;
}

.yt-header-under.menu-on-top .sm-serachbox-pro .form-search .advanced a {
  text-shadow: 1px 1px #000;
}

.sm-serachbox-pro .form-search .advanced a {
  display: block;
  text-align: right;
  color: inherit;
  z-index: 6;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sm-serachbox-pro .form-search .advanced a br {
  display: none;
}
.sm-serachbox-pro .form-search .advanced a:hover {

}
#form-validate .buttons-set {
  text-align:left;
}
#form-validate .buttons-set .button {
  float:none;
  font-size:20px;
}

.mini-cartpro.block {
  z-index: 1001;
}

.item-isbn {
  font-size:11px; color:#999;
}

.sp-methods dd li {
  clear:both;
  float:none;
  margin:10px 0;
}

.logo-strapline {
  position: absolute;
  top: 100%;
  font-size: 12px;
  /*margin-top: -3px;*/
  /*margin-left: 90px;*/
  margin-left: 3px;
  color: #b60f74;
  text-transform: uppercase;
  font-weight: bold;
}

.logo-wrapper img {
  max-height:60px;
}

.logo-wrapper h1 {
  margin: 0;
}

h1 {
    font-size: 26px;
    margin: 20px 0;
    font-weight: bold;
    color: #707070;
    font-family: 'Open Sans', serif;
}

.block-home-content-top {
  padding-top:30px;
  padding-bottom:30px;
}

.block-home-content-top p {
  max-width:700px;
  margin:10px auto;
}

.hero-slider ul {

}

.hero-slider li img {
  max-width: 100%;
  margin: 0 auto;
}

.homepage1 h2.legend {
  font-size:16px;
  font-weight:600;
  margin:20px 0;
}

.homepage1  .box-title {
  margin:15px 0;
  padding-bottom:5px;
  border-bottom:1px solid #ccc;
  font-weight:bold;
}