/**
 * Heading Page
 */
/* 
 * product block
 */
/* buttons */
/* 
 * htab module 
 */
/* 
 * Mega Menu Module
 */
/* 
 * Box Modules 
 */
/* 
  * LAYOUTS VAIRABLES 
  */
/**
 * BASE CSS STYLES
 */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
.fs9 {
  font-size: 10px;
}
.fs10 {
  font-size: 11px;
}
.fs11 {
  font-size: 12px;
}
.fs12 {
  font-size: 13px;
}
.fs13 {
  font-size: 14px;
}
.fs14 {
  font-size: 15px;
}
.fs15 {
  font-size: 16px;
}
.fs16 {
  font-size: 17px;
}
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}
a {
  color: #000000;
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
  color: #999999;
}
a:focus {
  outline: none;
  outline-offset: -2px;
  color: #999999;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul li,
ol li {
  line-height: 25px;
}
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
input.input-full {
  width: 100%!important;
}
.fullwidth {
  width: 100%!important;
}
.wpb_row,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 18px!important;
}
.woocommerce a.button {
  background: #000000;
  background-image: none;
  color: #ffffff;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  border: none;
  -webkit-border-radius: 0;
}
.woocommerce a.button:hover {
  background: #666;
}
.woocommerce table.cart input {
  line-height: normal;
}
/*  Breadcrumb */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.breadcrumb {
  padding: 0;
  margin: 25px 0;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.breadcrumb a {
  color: #666666;
  font-size: 12px;
}
/*  PAGINATION STYLE */
.product-bottom {
  margin-top: 18px;
  padding: 10px 20px 11px;
  border: 1px solid #ededed;
}
.paging {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.paging .pagination {
  margin: 0;
}
.paging .links {
  float: left;
}
.paging .links a,
.paging .links b {
  padding: 0 5px;
}
.paging .links a {
  display: inline-block;
  color: #666666;
}
.paging .links a:hover {
  color: #000000;
}
.paging .links b {
  color: #000000;
}
.paging .results {
  float: right;
  font-style: italic;
}
/* button */
.button {
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-style: italic;
  padding: 5px 15px;
}
.button:hover,
input.button:hover {
  background-color: #666666;
  color: #ffffff;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
}
.buttons {
  background: #ffffff;
  border: 1px solid #cccccc;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
/* tab style */
.woocommerce-tabs a {
  padding: 7px 20px;
  float: left;
  font-size: 12px;
  font-family: "Lato", serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #999999;
  margin-right: 2px;
  margin-bottom: -1px;
  display: none;
}
.woocommerce-tabs .nav-tabs li.active a,
.woocommerce-tabs .nav-tabs li.active a:hover,
.woocommerce-tabs .nav-tabs li.active a:focus {
  background: #ffffff;
  margin-bottom: -1px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: #000000;
}
.woocommerce-tabs .tab-content {
  padding: 16px 20px;
  margin-bottom: 16px;
  border: 1px solid #ededed;
  z-index: 2;
  margin-top: -1px;
}
.woocommerce-tabs h2 {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}
.woocommerce-tabs h3 {
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
}
/*tab*/
.tabs-group .tab-content {
  padding: 16px 20px;
  margin-bottom: 16px;
  border: 1px solid #ededed;
  z-index: 2;
  margin-top: -1px;
}
/* carousel */
.carousel-controls {
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -79px;
}
.carousel-controls .carousel-control {
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
  height: 19px;
  width: 60px;
  margin: 0 17px;
  line-height: 18px;
  top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel-controls .carousel-control.left {
  background-image: url('../images/default/icon-prev-hover.png');
}
.carousel-controls .carousel-control.left:hover {
  background-image: url('../images/default/icon-prev.png');
}
.carousel-controls .carousel-control.right {
  background-image: url('../images/default/icon-next-hover.png');
  left: 62px;
  right: auto;
}
.carousel-controls .carousel-control.right:hover {
  background-image: url('../images/default/icon-next.png');
}
.carousel-control {
  font-size: 30px;
  color: #000000;
  text-shadow: none;
  top: 50%;
  z-index: 20;
  width: 35px;
  height: 35px;
}
.carousel-control.left {
  left: -6%;
  filter: none;
  background: url('../images/default/caret-left.png') no-repeat center center scroll;
}
.carousel-control.right {
  right: -6%;
  filter: none;
  background: url('../images/default/caret-right.png') no-repeat center center scroll;
}
/* links style */
ul.links {
  position: relative;
  margin: 0;
  padding: 5px 5px 0;
}
ul.links li {
  line-height: 20px;
  color: #CCCCCC;
  float: left;
  font-size: 10px;
  margin-left: 10px;
  display: list-item;
}
ul.links li > a span {
  font-size: 14px;
}
ul.list > li {
  position: relative;
}
ul.list > li ul {
  display: none;
}
ul.list > li ul > li {
  padding: 10px 0 0px 25px;
}
ul.list > li ul > li > a {
  text-decoration: none;
  display: block;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: #999999;
}
ul.list > li a.active {
  color: #999999;
}
ul.list > li a.active ul {
  display: block;
}
.btn-arrow-right {
  position: relative;
}
/*rating*/
.star-rating,
.stars {
  font-size: 9px !important;
  float: none!important;
}
.star-rating span,
.stars span,
.star-rating a,
.stars a {
  color: #24282b;
  display: inline-block;
  padding: 5px 0 0;
}
.wpb_content_element {
  margin-bottom: 0!important;
}
.box-element {
  margin-bottom: 40px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-top: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #fff5cc url('../images/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #ffd1d1 url('../images/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 13px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.success {
  background: #eaf7d9 url('../images/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", serif;
  color: #000000;
}
h1.wpo-title {
  margin-bottom: 18px;
}
h3.widget-title {
  color: #fff;
  font-size: 13px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
td {
  padding: 6px 10px 6px 0;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
button,
input,
textarea,
select {
  border: 1px solid #ededed;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.inputNew {
  color: #999999;
  font-style: italic;
  margin: 10px 0;
  padding: 10px;
  width: 80%;
}
.button_mini {
  padding: 5px 25px 5px 10px;
}
.return-captcha .form-control {
  margin-bottom: 10px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
}
div.wpcf7 label {
  display: block;
}
div.wpcf7 br {
  display: none;
}
/* Update Gutter VS */
[class*="vc_col"] {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.container .container {
  padding: 0;
}
/* End Update Gutter VS */
.caret {
  border: none;
  background: url('../images/default/icon-dropdown.png') no-repeat center right;
  display: inline-block;
  height: 7px;
  padding: 0 0 0 13px;
  width: 7px;
}
.caret:before {
  content: "" !important;
}
#page {
  margin: 0 auto;
}
body.layout-boxed-md {
  background: url("../images/pattern/pattern14.png");
}
body.layout-boxed-md #page {
  max-width: 968px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
}
body.layout-boxed-lg {
  background: url("../images/pattern/pattern14.png");
}
body.layout-boxed-lg #page {
  max-width: 1188px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
}
#wpo-mainbody {
  overflow: hidden;
  margin-bottom: 40px;
}
/*
 * HEADER 
 */
#topbar {
  color: #666666;
  font-size: 12px;
  /*show mobile*/
  /*end show mobile*/
}
#topbar a {
  color: #666;
}
#topbar a.remove {
  position: absolute;
  right: 10px;
  top: 40%;
  font-size: 21px;
  color: red;
}
#topbar .cart-main-content {
  position: relative;
}
#topbar .customer-links {
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 6px 0 0;
}
#topbar .customer-links a {
  display: block;
  line-height: 28px;
}
#topbar .customer-links:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #e4e4e4;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#topbar .wpo_search {
  margin: 0 7px 0 0;
}
#topbar .show-mobile .quickaccess-toggle {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-left: 1px;
  text-align: center;
}
#topbar .wpo_search {
  width: auto;
}
#topbar .wpo_search > input {
  width: 150px;
}
#topbar ul li a {
  font-size: 12px;
  color: #666666;
}
#topbar ul li:before {
  color: #aaaaaa;
}
#topbar ul li:hover a {
  color: #000000;
}
#topbar .inner {
  padding: 8px 0;
  border-top: solid 5px #000;
  border-bottom: solid 1px #ededed;
}
#topbar .btn-dropdown {
  font-size: 12px;
  color: #666666;
  background: transparent;
  padding: 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#topbar .btn-dropdown:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000000;
}
#topbar .btn-dropdown span.fa {
  color: #000000;
  font-size: 11px;
}
#topbar .language li a {
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#topbar .language li a:hover {
  padding-left: 20px;
}
#topbar .language .img {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 5px;
}
#topbar .language .img.flag1 {
  background: url('../images/default/gb.png') no-repeat 0 0 scroll;
}
#topbar .language .img.flag2 {
  background: url('../images/default/fr.png') no-repeat 0 0 scroll;
}
#topbar .language .img.flag3 {
  background: url('../images/default/us.png') no-repeat 0 0 scroll;
}
#topbar .btn-group button {
  border-right: 1px solid #ededed;
}
#topbar .btn-group:hover .dropdown-menu {
  /*display: block;*/
}
#topbar .btn-group .dropdown-menu {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 1500;
}
#topbar .btn-group .list-item {
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 25px;
  color: #666666;
}
#topbar .btn-group .list-item:hover {
  color: #000000;
}
#topbar .select-wrapper a {
  font-size: 12px;
  padding: 0 10px;
  border: none;
  line-height: 28px;
  display: block;
}
#topbar #cart .buttons a {
  font-style: normal;
  color: #fff;
}
#topbar #cart .buttons a:hover {
  color: #fff !important;
  background: #363636 !important;
}
#header {
  /*background:@header-main-bg;
    .transition( all 0.8s ease 0s);*/
}
#header-main {
  text-align: center;
  padding: 38px 0;
}
#header-main a.logo {
  display: inline-block;
}
/*logo*/
#logo-theme {
  font-size: 42px;
  font-family: 'Lily Script One', cursive;
}
#logo-theme a:hover,
#logo-theme a:active,
#logo-theme a:focus {
  color: #000000;
}
/*
 * NAVIGATION
 */
.mainnav-wrap {
  background: #ffffff;
  border-bottom: solid 2px #e1498b;
  border-top: solid 1px #ededed;
}
/*header-style2*/
.header-style2 {
  border-bottom: solid 2px #000000;
}
.header-style2 .logo {
  height: 100px;
  display: table;
  z-index: 999;
  padding: 30px 0;
  position: relative;
}
.header-style2 .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-style2 .logo img {
  height: 65px;
}
.header-style2 .inner {
  display: table;
  width: 100%;
}
.header-style2 .inner > div {
  display: table-cell;
}
.header-style2 .mainnav-wrap {
  border-top: none;
  border-bottom: none;
}
/*
 * SLIDESHOW 
 */
.rev_slider_wrapper .tp-bullets,
.rev_slider_wrapper .tp-bannershadow {
  display: none;
}
.rev_slider_wrapper .tp-caption a:hover {
  color: #ffffff;
}
.rev_slider_wrapper .tp-button {
  background: none;
  border-radius: 0!important;
}
/*
 * SHOWCASE 
 */
/*
 * PROMOTION TOP 
 */
/*
 * MAIN CONTENT
 */
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
.sidebar [class*="col-"] {
  width: 100%;
}
/*mass-bottom*/
.mass-bottom {
  padding: 40px 0 0px;
  border-top: 2px solid #000000;
}
.mass-bottom .box-heading {
  padding: 0 0 25px !important;
  text-align: left;
}
.mass-bottom img {
  height: 98px;
}
/* FOOTER */
#wpo-footer {
  min-height: 100px;
}
#wpo-footer:before,
#wpo-footer:after {
  content: " ";
  display: table;
}
#wpo-footer:after {
  clear: both;
}
#wpo-footer ul,
#wpo-footer ol {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
#wpo-footer .box-heading {
  font-weight: 400;
  margin: 0;
  padding: 35px 0 13px;
  text-align: left;
}
#wpo-footer .box-heading span {
  font-family: 'brandon_grotesque_regularRg';
  letter-spacing: .2em;
  font-size: 14px;
  color: #e1498b;
  padding: 0;
}
#wpo-footer .box-heading span:before,
#wpo-footer .box-heading span:after {
  display: none;
}
#wpo-footer .wpo-footer-top .inner {
  border-top: solid 2px #000000;
  padding: 40px 0 0px;
}
#wpo-footer .wpo-footer-center {
  margin-bottom: 40px;
}
#wpo-footer .wpo-footer-center .box-heading {
  border-top: solid 1px #ededed;
  padding-top: 40px;
}
#wpo-footer .wpo-footer-bottom {
  padding-top: 31px;
  padding-bottom: 16px;
}
#wpo-footer h3 {
  color: #666666;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#wpo-footer .column ul li {
  padding-bottom: 5px;
  padding-top: 0;
  overflow: hidden;
}
#wpo-footer .column ul li a {
  text-transform: none;
}
#wpo-footer a {
  color: #666;
  line-height: 30px;
}
#wpo-footer a:hover {
  color: #e1498b;
}
#wpo-footer strong {
  color: #000;
  line-height: 24px;
}
#wpo-footer address {
  line-height: 24px;
}
/* POWER BY */
.wpo-copyright {
  clear: both;
}
.wpo-copyright.newsletter-fix {
  margin-bottom: 91px;
}
.wpo-copyright a {
  color: #666666;
  font-weight: 700;
}
.wpo-copyright a:hover {
  color: #999999;
}
.wpo-copyright .inner {
  border-bottom: solid 10px #e1498b;
  text-align: center;
  overflow: hidden;
}
.wpo-copyright .inner .copyright {
  padding: 40px 0 50px;
  border-top: solid 1px #ededed;
}
/*footer-newsletter*/
.footer-newsletter {
  position: fixed;
  bottom: -100%;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  margin-top: -15px;
  text-align: center;
  border-top: 1px solid #000000;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.footer-newsletter.open {
  bottom: 0;
}
.footer-newsletter.bottom {
  position: static;
}
.footer-newsletter .widget_sp_image,
.footer-newsletter .widget_mc4wp_form_widget {
  display: inline-block;
}
.footer-newsletter .widget_sp_image img {
  margin-top: -100px;
}
.footer-newsletter .form-newsletter {
  overflow: hidden;
  padding: 30px 0 10px;
}
.footer-newsletter .form-newsletter .box-left {
  margin-right: 20px;
}
.footer-newsletter .form-newsletter .inputNew {
  width: 280px;
  height: 35px;
  margin: 0;
}
.footer-newsletter .form-newsletter .input-group-btn {
  width: auto;
}
.footer-newsletter .form-newsletter .input-group-btn > .btn {
  height: 35px;
}
.footer-newsletter .img {
  position: absolute;
  bottom: 0;
}
.footer-newsletter .button-group {
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: 999999;
  margin-top: 30px;
}
.footer-newsletter .button-group .close {
  margin-right: -240px;
  color: #666;
  padding: 0 10px;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  -ms-border-radius: 40px 0 0 40px;
  -o-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
  border: 1px solid #666;
  border-right: none;
  overflow: hidden;
  line-height: 24px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-newsletter .button-group .close:hover {
  margin-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-newsletter .button-group .show-button {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.footer-newsletter .button-group .show-button .checkbox-inline {
  vertical-align: top;
}
.footer-newsletter .button-group .show-button input {
  margin-right: 5px;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
/* Update - 19-8 */
.category-image {
  margin: 0 0 20px;
}
/* box */
.box-heading {
  text-transform: uppercase;
  color: #e1498b;
  font-family: 'brandon_grotesque_regularRg';
  font-size: 14px;
  letter-spacing: .2em;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.box-heading span {
  padding: 0 25px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.box-heading span:before {
  background: #000000;
  content: "";
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 2000px;
  z-index: 1;
}
.box-heading span:after {
  background: #000000;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 2000px;
  z-index: 1;
}
.box {
  margin-bottom: 18px;
  position: relative;
}
.box > img {
  /*        padding: 14%;*/
  padding: 30px 0;
}
.box .media-body strong {
  color: #000000;
  font-family: "Lato", serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: normal;
}
.box address strong {
  color: #000000;
  font-size: 14px;
}
.box.logo-ft,
.box.about,
.box.social {
  border-top: none;
}
.highlight .box-heading,
.wpo-sidebar .box-heading {
  background: #000000;
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin-bottom: 0;
  text-align: left;
  font-family: 'Noticia Text', serif;
  letter-spacing: 0;
}
.highlight .box-heading span:before,
.wpo-sidebar .box-heading span:before,
.highlight .box-heading span:after,
.wpo-sidebar .box-heading span:after {
  content: none;
}
.highlight .box-heading:before,
.wpo-sidebar .box-heading:before {
  position: absolute;
  content: "\f107";
  top: 7px;
  right: 14px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.highlight .box-heading:after,
.wpo-sidebar .box-heading:after {
  color: #ffffff;
  content: "\f005";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 0px;
}
.highlight .widget_top_rated_products .box-heading:after,
.wpo-sidebar .widget_top_rated_products .box-heading:after,
.highlight .widget_wpo_recent_post .box-heading:after,
.wpo-sidebar .widget_wpo_recent_post .box-heading:after {
  content: "\f005";
}
.highlight.wpo-verticalmenu .box-heading:after,
.wpo-sidebar.wpo-verticalmenu .box-heading:after,
.highlight .widget_product_categories .box-heading:after,
.wpo-sidebar .widget_product_categories .box-heading:after {
  content: "\f0c9";
}
.wpo-sidebar ul,
.wpo-sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpo-sidebar .box-heading {
  margin-bottom: 20px;
}
.wpo-sidebar .sidebar-element {
  margin-bottom: 40px;
}
.wpo-sidebar .sidebar-element.widget_product_categories .box-heading,
.wpo-sidebar .sidebar-element.widget_top_rated_products .box-heading {
  margin-bottom: 0px;
}
.wpo-sidebar ul.children {
  padding-left: 10px;
}
.wpo-sidebar .carousel-controls {
  top: 8px;
  right: 5px;
  left: auto;
}
.wpo-sidebar .carousel-controls a {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: none transparent;
  display: block;
  line-height: normal;
  text-align: center;
  margin: 0 2px;
  padding: 0;
  position: relative;
  float: left;
}
.wpo-sidebar .carousel-controls .fa {
  width: auto;
  height: auto;
  float: left;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  line-height: normal;
  font-size: 12px;
  background: none transparent;
  color: #ffffff;
}
.wpo-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border: none;
  margin-top: -2px;
  background: url('../images/default/ui-slider-handle.png') no-repeat;
  z-index: 20;
}
.wpo-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: #f5ed5a;
  border-top: 1px solid #f2e82a;
  border-bottom: 1px solid #f2e82a;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(148, 148, 143, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(148, 148, 143, 0.2);
  box-shadow: inset 0 1px 2px rgba(148, 148, 143, 0.2);
}
.wpo-sidebar .tagcloud a {
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.wpo-sidebar .newsletter .btn-arrow-right {
  display: none;
}
.wpo-sidebar .product_list_widget .images {
  width: 80px;
}
.wpo-sidebar .wpo_search input,
.wpo-sidebar select {
  width: 100%;
}
.wpo-sidebar ul.menu li {
  padding-left: 0;
}
.wpo-sidebar ul.menu li:before {
  content: none;
}
.wpo-sidebar ul.menu li:hover {
  margin-left: 0;
}
.wpo-sidebar ul.menu li .sub-menu {
  padding-left: 10px;
}
.product_list_widget .item-product-widget {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
.product_list_widget .item-product-widget:last-child {
  border-bottom: none;
}
.product_list_widget .images {
  margin-right: 18px;
  width: 60px;
}
.product_list_widget .product-meta {
  overflow: hidden;
}
.product_list_widget .title {
  color: #999;
  font-family: brandon_grotesquelight;
  font-size: 16px;
}
.product_list_widget .price {
  margin: 0;
  padding: 0;
  display: block;
}
.group-product .row {
  border-top: 1px solid #ededed;
  padding-top: 40px;
}
.group-product .box-heading {
  text-align: left;
  margin-bottom: 15px;
}
.group-product .box-heading span {
  padding: 0;
}
.group-product .box-heading span:after,
.group-product .box-heading span:before {
  content: none;
}
.widget_wpo_recent_post .carousel-item {
  display: table;
  text-align: center;
  margin: 20px auto 0;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0 0;
  width: auto;
  height: auto;
}
.widget_wpo_recent_post .carousel-item > div {
  display: table-cell;
  vertical-align: top;
}
.widget_wpo_recent_post .carousel-image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.widget_wpo_recent_post .carousel-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.widget_wpo_recent_post .carousel-body {
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
}
.widget_wpo_recent_post .carousel-body p {
  color: #909090;
  font-size: 11px;
  margin-top: 4px;
}
/* box styles */
.box.nopadding ul li {
  border-bottom: 1px solid #fff;
  padding-right: 20px;
  padding-left: 20px;
}
.box.nopadding ul li:last-child {
  border-bottom: none;
}
.sidebar .box.highlighted .box-heading,
.box.highlighted .box-heading {
  border-color: #000000;
}
.sidebar .box.dark,
.box.dark {
  color: #fff;
}
.sidebar .box.dark .box-heading,
.box.dark .box-heading {
  background-color: #292929!important;
  border-bottom: 1px solid #3f3f3f!important;
  position: relative;
}
.sidebar .box.dark .box-heading:before,
.box.dark .box-heading:before {
  content: "";
  background: url('../images/default/bg-tite.png') no-repeat;
  position: absolute;
  top: 39px;
  left: 30px;
  width: 35px;
  height: 11px;
}
.sidebar .box.dark .box-content,
.box.dark .box-content {
  background-color: #2e2e2e!important;
}
.sidebar .box.dark ul li,
.box.dark ul li {
  border-bottom: 1px solid #343434!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.dark ul li a,
.box.dark ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.dark ul li a:hover,
.box.dark ul li a:hover {
  color: #999999;
}
.sidebar .box.red,
.box.red {
  color: #fff;
}
.sidebar .box.red .box-heading,
.box.red .box-heading {
  background-color: #b72c2c!important;
  border-bottom: 1px solid #c96666!important;
  position: relative;
}
.sidebar .box.red .box-content,
.box.red .box-content {
  background-color: #C83A3A!important;
}
.sidebar .box.red ul li,
.box.red ul li {
  border-bottom: 1px solid #c96666!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.red ul li a,
.box.red ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.red ul li a:hover,
.box.red ul li a:hover {
  color: #fff;
}
.sidebar .box.yellow,
.box.yellow {
  color: #fff;
}
.sidebar .box.yellow .box-heading,
.box.yellow .box-heading {
  background-color: #d8981a!important;
  border-bottom: 1px solid #e8c174!important;
  position: relative;
}
.sidebar .box.yellow .box-content,
.box.yellow .box-content {
  background-color: #EDA81F!important;
}
.sidebar .box.yellow ul li,
.box.yellow ul li {
  border-bottom: 1px solid #e8c174!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.yellow ul li a,
.box.yellow ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.yellow ul li a:hover,
.box.yellow ul li a:hover {
  color: #fff;
}
.sidebar .box.blue,
.box.blue {
  color: #fff;
}
.sidebar .box.blue .box-heading,
.box.blue .box-heading {
  background-color: #3483bf!important;
  border-bottom: 1px solid #64a0ce!important;
  position: relative;
}
.sidebar .box.blue .box-content,
.box.blue .box-content {
  background-color: #3c92d4!important;
}
.sidebar .box.blue ul li,
.box.blue ul li {
  border-bottom: 1px solid #64a0ce!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.blue ul li a,
.box.blue ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.blue ul li a:hover,
.box.blue ul li a:hover {
  color: #fff;
}
.sidebar .box.orange,
.box.orange {
  color: #fff;
}
.sidebar .box.orange .box-heading,
.box.orange .box-heading {
  background-color: #da6e3e!important;
  border-bottom: 1px solid #e69673!important;
  position: relative;
}
.sidebar .box.orange .box-content,
.box.orange .box-content {
  background-color: #e97846!important;
}
.sidebar .box.orange ul li,
.box.orange ul li {
  border-bottom: 1px solid #e69673!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.orange ul li a,
.box.orange ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.orange ul li a:hover,
.box.orange ul li a:hover {
  color: #fff;
}
.sidebar .box.green,
.box.green {
  color: #fff;
}
.sidebar .box.green .box-heading,
.box.green .box-heading {
  background-color: #669435!important;
  border-bottom: 1px solid #a2cd75!important;
  position: relative;
}
.sidebar .box.green .box-content,
.box.green .box-content {
  background-color: #7DB641!important;
}
.sidebar .box.green ul li,
.box.green ul li {
  border-bottom: 1px solid #a2cd75!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.green ul li a,
.box.green ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.green ul li a:hover,
.box.green ul li a:hover {
  color: #fff;
}
.sidebar .box.purple,
.box.purple {
  color: #fff;
}
.sidebar .box.purple .box-heading,
.box.purple .box-heading {
  background-color: #a130b9!important;
  border-bottom: 1px solid #cb6ddf!important;
  position: relative;
}
.sidebar .box.purple .box-content,
.box.purple .box-content {
  background-color: #b436ce!important;
}
.sidebar .box.purple ul li,
.box.purple ul li {
  border-bottom: 1px solid #cb6ddf!important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .box.purple ul li a,
.box.purple ul li a {
  color: #fff;
  background: none;
  text-transform: none;
  padding-left: 0;
}
.sidebar .box.purple ul li a:hover,
.box.purple ul li a:hover {
  color: #fff;
}
.readmore.btn-arrow-right:hover {
    color: #e1498b !important;
}
/* language */
.box-language {
  line-height: 1.42857143;
}
.box-language img {
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}
/* currency */
.box-currency {
  display: inline-block;
  line-height: 1.42857143;
}
.box-currency a {
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
}
.box-currency a:hover {
  color: #000000;
}
.box-currency a b {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 1px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box-currency a:hover b {
  background-color: #999999;
}
/* cart info */
#header #cart {
  position: relative;
}
#header #cart .fa {
  display: none;
}
#header #cart .cart-link {
  position: relative;
  display: block;
  line-height: 28px;
  padding: 0 35px 0 38px;
}
#header #cart .cart-link:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('../images/default/icon-cart.png') center no-repeat #e1488a;
}
#header #cart .cart-link .cart-main-content.media-body {
  position: relative;
}
#header #cart .content {
  background: #ffffff;
  padding: 8px;
  border: 1px solid #e7e7e7;
  z-index: 20;
  border-top: none;
  right: 0;
  left: auto;
  width: 300px;
}
#header #cart .content img {
  width: 55px;
  margin-right: 20px;
}
#header #cart .content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}
#header #cart .content .quantity {
  margin-left: 10px;
}
#header #cart .heading h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
#header #cart > span {
  color: #ffffff;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  width: 32px;
  position: relative;
  background-color: #000000;
  cursor: pointer;
}
#header #cart > span:hover {
  background-color: #666666;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .product_list_widget {
  padding-top: 0;
}
#header #cart .empty {
  border-bottom: none !important;
  text-align: center;
  padding-top: 10px;
}
#header #cart.active .content {
  display: block;
}
#header ul,
#header ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #dddddd;
}
.mini-cart-info td a {
  color: #000000;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  font-weight: bold;
}
.cart_totals .table-cart {
  margin-top: 30px!important;
}
dl.variation {
  margin: 0;
}
dl.variation .variation-Color,
dl.variation .variation-Color p,
dl.variation .variation-Size,
dl.variation .variation-Size p {
  display: inline;
}
dl.variation dd {
  margin: 0!important;
  padding: 0!important;
}
/* 
 * search module 
 */
.wpo_search {
  position: relative;
  width: 100%;
}
.wpo_search > input {
  padding: 5px 30px 5px 10px;
  border: 1px solid #ededed;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666666;
}
.wpo_search .button-search {
  color: #FFFFFF;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  background: url('../images/default/icon-search.png') no-repeat center center scroll;
  overflow: hidden;
  border: none;
}
.wpo_search .button-search > input {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
}
/* 
 * box products 
 */
.products {
  overflow: hidden;
}
.products .box-heading span:after {
  background: #000000;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 2000px;
  z-index: 1;
}
.products .box-heading span:before {
  background: #000000;
  content: "";
  height: 1px;
  right: 100%;
  position: absolute;
  top: 50%;
  width: 2000px;
  z-index: 1;
}
.product-category-content {
  position: relative;
}
.product-category-content .product-category-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 10px;
}
.product-block {
  overflow: hidden;
  text-align: center;
  position: relative;
  /*hover product-block */
  /*swap image*/
  /*product zoom*/
  /*product-meta*/
  /*action product*/
}
.product-block:hover .product-action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
  z-index: 9;
}
.product-block:hover .wpo-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .product-zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 45px;
  line-height: 45px;
  width: 45px;
  font-size: 14px;
}
.product-block span.onsale {
  left: 20px;
  top: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(23, 193, 135, 0.8);
  padding: 0;
}
.product-block span.onsale > span {
  border: 1px solid #fff;
  border-width: 1px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .product-block .image {
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .product-block .image .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .product-block .image .image-effect {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .product-block .image img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .product-block .image:hover .image-hover {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 1;
  }
  .product-block .image:hover .image-effect {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@media (max-width: 991px) {
  .product-block .image-hover {
    display: none;
  }
}
.product-block .product-zoom {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  top: 36%;
  left: 42%;
  height: 0;
  line-height: 8px;
  width: 0;
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #000000;
  color: #ffffff;
  font-size: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-block .product-zoom:hover {
  color: #cccccc;
}
.product-block .product-zoom:after {
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -moz-box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.product-block .product-meta {
  position: relative;
}
.product-block .product-meta .warp-info {
  margin: 21px 0 0;
}
.product-block .description {
  margin-bottom: 11px;
  display: none;
}
.product-block .name {
  font-family: 'brandon_grotesquelight';
  font-size: 16px;
  color: #e1488b;
  margin: 0 0 6px;
}
.product-block .name a{
	color:#e1498b;
}
.product-block .wpo-colorbox {
  top: 126%;
}
.product-block .product-action {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 56px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  background: #ffffff;
  z-index: 12 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(600px) rotateX(90deg);
  -moz-transform: perspective(600px) rotateX(90deg);
  -ms-transform: perspective(600px) rotateX(90deg);
  -o-transform: perspective(600px) rotateX(90deg);
  transform: perspective(600px) rotateX(90deg);
  -webkit-transform-origin: center bottom 0;
  -moz-transform-origin: center bottom 0;
  -ms-transform-origin: center bottom 0;
  -o-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .product-action .add-to-cart {
  color: #000000;
  float: left;
  height: 56px;
  line-height: 56px;
  position: relative;
  overflow: hidden;
  width: 50%;
}
.product-block .product-action .add-to-cart .btn-cart {
  background: none;
  font-size: 11px;
  padding: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  font-style: normal;
  font-family: "Lato", serif;
  color: #e1498b;
}
.product-block .product-action .add-to-cart .fa {
  font-size: 14px;
  margin-right: 5px;
}
.product-block .product-action .add-to-cart .added {
  display: none;
}
.product-block .product-action .add-to-cart .added_to_cart {
  margin-top: -7px;
}
.product-block .product-action .add-to-cart:hover {
  background-color: #f8f8f8;
}
.product-block .product-action .wishlist-compare {
  float: left;
  position: relative;
  width: 50%;
}
.product-block .product-action .wishlist-compare a {
  color: #e1498b;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
}
.product-block .product-action .wishlist-compare a span {
  display: none;
}
.product-block .product-action .wishlist-compare a:hover {
  background-color: #f8f8f8;
}
.product-block .product-action .wishlist-compare a.compare {
  width: 50%;
  float: left;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist {
  margin: 0;
  position: relative;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist .ajax-loading {
  margin: 0;
  position: absolute;
  top: 0px;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist .ajax-loading {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist .show a {
  position: relative;
  color: transparent;
}
.product-block .product-action .wishlist-compare .yith-wcwl-add-to-wishlist .show a:before {
  content: "\f004";
  color: #cccccc;
  font-family: FontAwesome;
  padding: 18px;
}
.product-block .product-action .wishlist-compare .wishlist-action {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  width: 50%;
  float: left;
}
.product-block .product-action .wishlist-compare .added {
  position: relative!important;
}
.product-block .product-action .wishlist-compare .added:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
}
.image img {
  width: 100%;
}
.wpo-colorbox {
  margin-top: 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
  font-family: "Lato", serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 6px 0;
  color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.wpo-colorbox:before {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  line-height: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 5px;
  z-index: 9;
}
.wpo-colorbox span {
  font-size: 11px;
}
.wpo-colorbox:hover,
.wpo-colorbox:active,
.wpo-colorbox:focus {
  background-color: #e1498b;
  border: 1px solid transparent;
  color: #ffffff;
}
.price {
  font-size: 16px;
  font-family: 'brandon_grotesquebold';
  padding: 5px 0;
}
.price del {
  font-family: 'brandon_grotesquelight';
  font-size: 14px;
  color: #999;
}
.price ins {
  color: #e1498b;
  font-family: "Lato", serif;
  text-decoration: none;
  padding: 0 8px;
}
.product-label-special {
  background: none repeat scroll 0 0 #F5EA32;
  color: #000000;
  right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 70px;
  line-height: 67px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 1px 4px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 70px;
  z-index: 3;
}
.product-label-special .special {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding-bottom: 3px;
  padding-top: 3px;
}
.sidebar .product-block {
  padding: 20px 0 !important;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 11px;
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block img {
  border: none !important;
  padding: 0 !important;
}
.sidebar .product-block .rating {
  display: block;
}
.sidebar .product-block .product-action,
.sidebar .product-block .wpo-colorbox {
  display: none !important;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .warp-info {
  margin: 0;
}
.sidebar .product-block .name {
  overflow: hidden;
  margin-bottom: 0;
}
/* 
 * box category 
 */
.badge {
  background: transparent;
  color: #000000;
}
/*ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}*/
.product-categories > li {
  position: relative;
  line-height: 36px;
}
.product-categories > li .subcart {
  background: url('../images/default/icon-minus.png') no-repeat 0 0 scroll;
  display: block;
  height: 5px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 16px;
  width: 5px;
}
.product-categories > li .subcart.collapsed {
  background: url('../images/default/icon-plus.png') no-repeat 0 0 scroll;
  height: 5px;
  width: 5px;
}
.product-categories > li .collapsed {
  background: url('../images/default/icon-minus.png') no-repeat 0 0 scroll;
}
.product-categories > li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px;
}
.product-categories > li:hover {
  background-color: #f3f3f3;
}
.product-categories > li:hover a {
  color: #666666;
}
.product-categories > li:hover ul,
.product-categories > li:hover ul li {
  background-color: #ffffff;
}
.product-categories .children li a {
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  color: #666666;
  padding-left: 35px;
}
.product-categories .children li a .badge {
  color: #666666;
}
.product-categories .children li a:hover {
  text-decoration: underline;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
/* popup */
#colorbox *:before,
#colorbox *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* zoom function in product page */
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #e7e7e7 !important;
  right: 100% !important;
  display: none;
}
/* 
 *
 */
#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #ebebeb, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dedede);
  background-image: -o-linear-gradient(top, #ebebeb, #dedede);
  background-image: linear-gradient(to bottom, #ebebeb, #dedede);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
/* producttabs*/
.tab-top {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.tab-top .nav-tabs {
  padding: 0 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  border: none;
  margin-bottom: 45px;
}
.tab-top .nav-tabs:after {
  background: #000000;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 2000px;
  z-index: 1;
}
.tab-top .nav-tabs:before {
  background: #000000;
  content: "";
  height: 1px;
  right: 100%;
  position: absolute;
  top: 50%;
  width: 2000px;
  z-index: 1;
}
.tab-top .nav-tabs > li {
  padding: 0 0 0 18px;
  margin: 0 10px 0 0;
  z-index: 2;
  position: relative;
}
.tab-top .nav-tabs > li:last-child {
  margin: 0;
}
.tab-top .nav-tabs > li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tab-top .nav-tabs > li.active:before {
  background: #000;
}
.tab-top .nav-tabs > li > a {
  font-family: 'brandon_grotesque_regularRg';
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  padding: 0;
  border: none;
}
.tab-top .nav-tabs > li > a:hover {
  color: #e1498b;
  border: none;
}
.tab-top .nav-tabs > li.active > a,
.tab-top .nav-tabs > li.active > a:hover,
.tab-top .nav-tabs > li.active > a:focus {
  border: none;
  background-color: transparent;
  color: #e1498b;
}
.tab-top .carousel-controls .carousel-control {
  top: 5px;
}
.tab-content,
.box-products {
  position: relative;
}
li.active a {
  color: #000000;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
/*modul quick view*/
#wpo_modal_quickview .modal-dialog {
  margin-top: 5%;
}
#wpo_modal_quickview .modal-header {
  border-bottom: medium none;
  padding: 0;
  min-height: 0;
}
#wpo_modal_quickview .modal-header .close {
  position: absolute;
  z-index: 9;
  margin-top: 0;
  right: 10px;
  top: 6px;
}
#wpo_modal_quickview .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#wpo_modal_quickview .image-container {
  display: none;
}
#wpo_modal_quickview .cart {
  width: 100%;
}
#wpo_modal_quickview .cart .btn-cart {
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Noticia Text', serif;
  padding: 8px;
  text-align: center;
  color: #fff;
  width: 100%;
  display: inline-block;
  background: #000000;
}
#wpo_modal_quickview .cart .btn-cart:hover {
  background-color: #666666;
}
#wpo_modal_quickview .cart .added {
  display: none;
}
#wpo_modal_quickview .cart .added_to_cart {
  background: #000;
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Noticia Text', serif;
  padding: 8px;
  height: auto;
  width: 100%;
}
#wpo_modal_quickview .cart .added_to_cart:hover {
  background-color: #666666;
}
#wpo_modal_quickview .loading:before {
  background-color: transparent;
  right: auto;
  padding-top: 8px;
}
#wpo_modal_quickview #single-product .images {
  display: none;
}
#notification {
  margin-bottom: 10px;
}
#notification a {
  color: #000000;
}
/*modul wpo-block*/
/*pavblog*/
.post-area {
  margin-bottom: 30px;
}
.post-area .post-name {
  margin: 15px 0;
}
.post-area .category-blogs {
  border-bottom: 1px solid #ededed;
}
.post-area .category-creative {
  border-bottom: none;
}
.post-area .post-thumb {
  margin-top: 10px;
}
.post-area .post-thumb img {
  width: 100%;
  height: auto;
}
.post-area .carousel-controls {
  top: 0;
}
.post-area .post-info {
  margin: 18px 0 25px;
}
.post-area .post-info .entry-title {
  margin-top: 0;
}
.post-area .entry-content {
  margin-top: 25px;
}
.post-area .entry-meta.list {
  text-align: right;
}
.post-area .post-share {
  margin: 18px 0;
}
.post-area .post-share h4 {
  float: left;
  margin: 15px 15px 15px 0;
}
.post-area .post-share .social-networks li {
  border: 1px solid #ededed;
  border-radius: 100%;
  height: 30px;
  padding: 4px;
  text-align: center;
  width: 30px;
  margin-left: 5px;
}
.post-area .author-about {
  margin: 0 0 18px;
  clear: both;
}
.post-area .author-about .title {
  padding: 10px 0;
}
.post-area .author-about .avatar-img {
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
.post-area #comments {
  margin-top: 30px;
}
.post-area #comments .commentform .comment-reply-title {
  margin: 15px 0;
}
.post-area h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.post-area ul,
.post-area ol {
  list-style: none;
}
.readmore {
  padding: 10px 20px 0 0;
  font-style: italic;
  display: inline-block;
}
.blog-style .vc_grid-container {
  margin: 0 -9px;
}
.blog-style .vc_gitem-post-data-source-post_date {
  font-style: italic;
  color: #999;
  font-weight: 300;
}
.blog-style .vc_gitem-post-data-source-post_title h4 {
  font-family: 'Noticia Text', serif;
  font-weight: bold;
  font-size: 16px;
}
.blog-style .vc_gitem-post-data-source-post_excerpt {
  line-height: 24px;
}
.blog-style .vc_btn3-container a {
  background: transparent !important;
  color: #000 !important;
  padding: 10px 20px 0 0;
  font-style: italic;
  display: inline-block;
  position: relative;
  border: none !important;
}
.blog-style .vc_btn3-container a:before {
  content: "\f178";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  line-height: 21px;
  font-style: normal;
  font-weight: normal;
}
.blog-style .vc_btn3-container a:hover {
  -webkit-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
  color: #999 !important;
  background: transparent !important;
}
.latest-blog .box-heading {
  margin-bottom: 25px;
}
/*blog two column*/
.media-post-layout .item-post {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  display: flex;
}
.media-post-layout .item-post img {
  padding-right: 25px;
  max-width: 120px;
}
.media-post-layout .item-post .blog-title {
  font-size: 16px;
}
.media-post-layout .item-post .blog-title a {
  color: #000;
}
.media-post-layout .item-post .blog-title a:hover {
  color: #000000;
}
.pavblock .image img {
  display: none;
}
.pavblock .blog-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.pavblock .created,
.pavblock .comment_count {
  font-style: italic;
}
.btn-arrow-right:before {
  content: "\f178";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  line-height: 21px;
  font-style: normal;
  font-weight: normal;
}
ul.menu > li,
ul.megamenu-items > li {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.menu > li:hover,
ul.megamenu-items > li:hover {
  color: #fff;
}
/*slide*/
.tp-caption a {
  color: #fff;
}
.tp-caption.tp-button:hover,
.tp-button:hover {
  background: none !important;
}
.tp-caption.tp-button:hover a,
.tp-button:hover a {
  text-decoration: underline;
}
/*modul paneltool*/
.accordion-toggle,
#customize-body .nav-tabs a {
  color: #000000;
}
/* NEWSLETTER */
.newsletter {
  text-align: center;
  background: #f5f5f5 url('../images/default/email.png') no-repeat 91px -106px;
  border-top: 1px solid #000000;
  margin-top: 19px;
  padding: 11px 20px 20px;
}
.newsletter .btn-arrow-right {
  position: relative;
}
.newsletter .btn-arrow-right:before {
  color: #ffffff;
  right: 7px;
  position: absolute;
  top: 0px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar table thead > tr > th,
.widget_calendar table tbody > tr > th,
.widget_calendar table tfoot > tr > th,
.widget_calendar table thead > tr > td,
.widget_calendar table tbody > tr > td,
.widget_calendar table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.widget_calendar table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.widget_calendar table caption + thead tr:first-child th,
.widget_calendar table colgroup + thead tr:first-child th,
.widget_calendar table thead:first-child tr:first-child th,
.widget_calendar table caption + thead tr:first-child td,
.widget_calendar table colgroup + thead tr:first-child td,
.widget_calendar table thead:first-child tr:first-child td {
  border-top: 0;
}
.widget_calendar table tbody + tbody {
  border-top: 2px solid #dddddd;
}
/*wpo-brand*/
.wpo-brand .box-heading {
  margin-bottom: 30px;
}
.wpo-brand .item-inner img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.wpo-brand .item-inner:hover {
  cursor: pointer;
}
.wpo-brand .item-inner:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.wpo-brand .carousel-control {
  top: 20%;
}
.wpo-brand .carousel-control.right {
  right: -15px;
}
.wpo-brand .carousel-control.left {
  left: -15px;
}
.wpo-brand.desaturate .item-inner {
  margin: 5px 0 20px;
}
/*shop*/
.banner-home .wpb_wrapper {
  position: relative;
  overflow: hidden;
}
.banner-home .wpb_wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-home .wpb_wrapper .image-wrapper p {
  margin: 0;
}
.banner-home .wpb_wrapper .image-wrapper img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-home .wpb_wrapper .img-overlay a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-home .wpb_wrapper .content-shop {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -55px 0 0 0;
  color: #ffffff;
  font-family: 'Lato', serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-home .wpb_wrapper .content-shop .title-shop {
  margin: 15px 0;
}
.banner-home .wpb_wrapper .content-shop .title-shop a {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: 'Lato', serif;
}
.banner-home .wpb_wrapper .content-shop .desc {
  font-size: 14px;
  font-style: italic;
  text-transform: initial;
  letter-spacing: 0;
}
.banner-home .wpb_wrapper .content-shop .depcrip {
  font-size: 16px;
  text-transform: normal;
  letter-spacing: 0;
}
.banner-home:hover {
  cursor: pointer;
}
.banner-home:hover img {
  -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);
}
.banner-home:hover .img-overlay a:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
/*module cross-sells */
.blog-lastest .date {
  font-style: italic;
  color: #999;
  font-weight: 300;
}
.blog-lastest .images {
  clear: both;
  padding: 5px 0 15px;
}
.blog-lastest .summary {
  line-height: 24px;
}
/* category */
#content h1,
.heading_title {
  font-family: 'brandon_grotesque_regularRg';
  font-size: 24px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h2.heading_title {
  border-bottom: 2px solid #000000;
  font-size: 12px;
  letter-spacing: 0;
}
.category-list {
  margin-top: 11px;
  margin-bottom: 21px;
}
.category-list ul {
  float: left;
  list-style: disc outside none;
  padding-left: 15px;
}
.category-list ul li {
  margin-right: 31px;
  color: #cccccc;
  float: left;
}
.category-list ul li a {
  color: #666666;
}
.category-info {
  position: relative;
}
.category-info .image {
  margin-bottom: 21px;
}
.category-info .description {
  margin-bottom: 21px;
}
/* manufacturer */
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 11px;
}
.manufacturer-list {
  border: 1px solid #ededed;
  padding: 5px;
  margin-bottom: 21px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 11px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  border: 1px solid #ededed;
  margin: 0 0 20px;
}
.product-filter .display {
  float: left;
}
.product-filter .display li {
  float: left;
}
.product-filter .display a {
  background: url('../images/default/icon-grid-list.png') no-repeat 0 0 scroll;
  display: inline-block;
  border-left: 1px solid #ededed;
  float: left;
  height: 47px;
  width: 48px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: -52px 0;
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
  color: #000000;
  background-position: -52px -45px;
  background-color: #f8f8f8;
}
.product-filter .display a.list {
  background-position: -1px 0;
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
  color: #000000;
  background-position: -1px -45px;
  background-color: #f8f8f8;
}
.product-filter .display span {
  line-height: 28px;
  padding: 9px 21px;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
}
.product-filter .limit,
.product-filter .product-compare {
  float: right;
  padding-top: 8px;
}
.product-filter .woocommerce-ordering {
  margin: 8px 8px 0;
}
.product-filter .limit {
  margin: 0 11px;
}
.product-filter .product-compare {
  margin-right: 11px;
}
/* product list mode  */
.product-list {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding-bottom: 18px;
  /*swap image*/
}
.product-list .wpo-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list a.btn-cart.add_to_cart_button.added {
  display: none;
}
.product-list .product-meta {
  text-align: left;
}
.product-list .product-action > div {
  padding: 15px;
  text-align: center;
  color: #000;
}
.product-list .product-action > div:hover {
  background-color: #f8f8f8;
}
.product-list .wishlist-compare {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
@media (min-width: 768px) {
  .product-list .image {
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .product-list .image .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .product-list .image .image-effect {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .product-list .image img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .product-list .image:hover .image-hover {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 1;
  }
  .product-list .image:hover .image-effect {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@media (max-width: 991px) {
  .product-list .image-hover {
    display: none;
  }
}
/* 
 * PRODUCT INFORMATION PAGE
 */
#single-product .feedback {
  display: none;
}
#single-product .stock {
  background: none repeat scroll 0 0 #f8f8f8;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", serif;
}
#single-product .images {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
}
#single-product .images img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
  border: 1px solid #ededed;
  display: inline-block;
}
#single-product .images .thumbnails li {
  padding: 0 10px;
  max-height: 150px;
}
#single-product .summary {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
}
#single-product .summary .price del {
  font-size: 13px;
}
#single-product .summary .price ins {
  line-height: 40px;
  color: #000000;
  font-size: 30px;
  font-family: "Lato", serif;
}
#single-product .quantity {
  float: none;
  margin: 0 0 14px;
  width: 100px;
  height: auto;
}
#single-product .quantity .minus,
#single-product .quantity .plus {
  cursor: pointer;
  display: block;
  width: 23px;
  height: 16px;
  line-height: 13px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ededed;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#single-product .quantity .qty {
  border: 1px solid #ededed;
  color: #666666;
  height: 30px;
  width: 100px;
  background-color: #ffffff;
}
#single-product .yith-wcwl-add-to-wishlist {
  margin: 0;
}
#single-product .yith-wcwl-add-to-wishlist a {
  font-family: "Lato", serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  width: 100%;
  display: block;
}
#single-product .yith-wcwl-add-to-wishlist a:before {
  display: inline-block;
  width: 25px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 10px;
  left: 50%;
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
  content: "\f004";
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\f005";
}
#single-product .yith-wcwl-add-to-wishlist:hover {
  background-color: #f8f8f8;
}
#single-product .yith-wcwl-add-to-wishlist:hover a {
  color: #666666;
}
#single-product .compare {
  background: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #000000;
  font-family: "Lato", serif;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-style: normal;
}
#single-product .compare:before {
  content: "\f021";
  display: inline-block;
  width: 25px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: auto;
  right: auto;
  height: auto;
}
#single-product .compare:hover {
  background-color: #f8f8f8;
  color: #666666;
}
#single-product .product_meta .posted_in,
#single-product .product_meta .tagged_as,
#single-product .product_meta .sku_wrapper {
  padding: 0 10px;
  border-left: 2px solid #000000;
}
#single-product .product_meta .tagged_as,
#single-product .product_meta .sku_wrapper,
#single-product .product_meta .posted_in {
  margin-top: 10px;
}
#single-product .addthis,
#single-product .product_meta {
  margin: 30px 0;
}
#single-product .price {
  font-size: 30px;
}
.product-info {
  font-family: 'Noticia Text', serif;
}
.product-info .yith_magnifier_zoom_wrap {
  z-index: 100;
}
.product-info .image {
  position: relative;
  margin-bottom: 21px;
  text-align: center;
}
.product-info .woocommerce-review-link {
  margin: 10px 0;
  display: block;
}
.product-info .product-extra {
  text-align: center;
  border-top: 1px solid #ededed;
}
.product-info .cart {
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.product-info .cart i {
  margin-right: 5px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .cart .single_add_to_cart_button {
  display: block;
  width: 100%;
  background: #e1498b !important;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-style: normal;
  font-size: 11px;
  font-family: "Lato", serif;
  padding: 11px 5px;
  color: #ffffff;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    color: rgba(255, 255, 255, 1);
    background: #e1498b;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    box-shadow: 0 0 0 1px #e1498b;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
    color: rgba(255, 255, 255, 1);
    background: #e1498b;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
    box-shadow: 0 0 0 1px #e1498b;
}
.product-info .variations td {
  vertical-align: middle !important;
}
.product-info .variations td label {
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
  top: 6px;
  vertical-align: middle;
}
.product-info .price .price-old {
  text-decoration: line-through;
  font-size: 15px;
  color: #999999;
}
.product-info .price .reward {
  font-size: 13px;
}
.product-info .price .discount {
  font-size: 13px;
}
.product-info .price .price-new {
  font-size: 30px;
  color: #000000;
}
.product-info .description {
  margin: 11px 0;
  line-height: 23px;
}
.product-info .image-additional {
  clear: both;
  overflow: hidden;
  padding: 0 20px;
  z-index: 101;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 11px;
  margin-bottom: 11px;
}
.product-info .image-additional .carousel-control {
  top: 66px;
  cursor: pointer;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 11px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 11px;
  border: 1px solid #ededed;
  cursor: pointer;
}
.product-info .option {
  margin-bottom: 11px;
}
.product-info .review {
  margin-bottom: 11px;
}
.product-info .review > div {
  line-height: 23px;
}
.product-info .share {
  margin-bottom: 11px;
  line-height: normal;
}
.product-info .share a {
  text-decoration: none;
}
.product-info .group_table .price {
  color: #000;
  font-size: 16px !important;
}
.product-info .group_table .quantity-adder,
.product-info .group_table .quantity {
  margin: 0 !important;
}
.product-info .group_table label {
  font-size: 14px !important;
  font-weight: 400;
  position: relative;
  top: 11px;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle !important;
}
.group-table {
  width: 100%;
}
.group-table td {
  line-height: 35px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.group-table td.label {
  width: 20%;
}
.group-table .reset_variations {
  margin-top: 5px;
}
.zoomContainer {
  z-index: 100;
}
.form-review .option {
  margin-bottom: 11px;
}
#related {
  margin: 40px 0;
}
#related .carousel-controls {
  left: 40%;
}
#related .item {
  padding: 0 11px;
}
/**
 *
 */
#respond .form-submit input {
  background: #000!important;
  color: #fff!important;
  border: none!important;
  text-shadow: none!important;
}
#respond .form-submit input:hover {
  background: #666!important;
  color: #fff!important;
}
.review-list {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #ededed;
}
.review-list .rating {
  float: right;
  margin-bottom: 26px;
}
.review-list .author {
  float: left;
  margin-bottom: 26px;
}
.review-list .text {
  clear: both;
}
/* attribute */
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.attribute tr td:first-child {
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  margin-bottom: 20px;
}
.compare-info .price-old {
  color: #999999;
  text-decoration: line-through;
  font-family: "Lato", serif;
}
.compare-info .price-new {
  font-weight: bold;
  color: #e1498b;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
/* 
 * WISHTLIST PAGE 
 */
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #dddddd;
}
.wishlist-info tbody .price s {
  color: #000000;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
/**
 * LOGIN PAGE
 */
/* 
 * ORDERS PAGE 
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
/* RETURN PAGE
 *
 */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
/* 
 * CART PAGE
 */
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  padding: 0;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.cart-total {
  border-top: 1px solid #dddddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
/*
 * CONTENT INFOMATION
 */
#content .content {
  margin: 10px 0;
}
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.contact-content .content {
  background-color: #e5e5e5;
  padding: 20px;
  border: 0;
}
.contact-content .content a {
  color: #999999;
}
.contact-content .content .form-control {
  border: none;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #292929;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #666666;
}
@media (max-width: 991px) {
  .wpcf7 {
    margin-top: 20px;
  }
}
div.shopcol {
  margin-bottom: 18px!important;
}
div.shopcol .product_title {
  margin-bottom: 20px;
}
div.shopcol.first {
  clear: left;
}
/*woocommerce-page*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
}
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price {
  color: #000;
}
.woocommerce-page div.product form.cart {
  margin-bottom: 0;
}
.woocommerce-page input.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page input.button {
  background: #000000;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  padding: 6px 12px;
  transition: all 0.4s ease 0s;
  line-height: normal;
}
.woocommerce-page input.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background: #666666;
  color: #fff !important;
}
.woocommerce-page input.button.alt.loading,
.woocommerce-page a.button.loading,
.woocommerce-page a.button.alt.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
  border: none;
  color: #000000;
}
.woocommerce-page input.button.alt.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page a.button.alt.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before {
  background-color: transparent;
}
.woocommerce-page .woocommerce-result-count {
  margin: 5px 0;
}
.social li {
  display: inline-block;
  margin-right: 10px;
}
.social li i {
  text-indent: 5px;
}
.social li span {
  display: none;
}
.contact-form-content .title {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.contact-form-content .media {
  margin-top: 20px;
}
.contact-form-content .media > .rounded {
  border: 2px solid #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.contact-form-content .media > .rounded > .fa {
  text-indent: 5px;
}
.contact-form-content .media > strong {
  color: #000000;
}
.contact-body {
  margin-top: 30px;
}
/* Update - 17-8 */
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#colorbox {
  bottom: 0 !important;
  margin: auto !important;
  outline: 0 none;
  position: fixed !important;
  top: 0 !important;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxClose {
  display: none !important;
}
#colorbox table.compare-list thead th {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #000;
}
.cboxIframe .home {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 30px;
  padding: 0 7px;
  vertical-align: middle;
  width: auto;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  float: none;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.45em;
}
.woocommerce-checkout #ship-to-different-address {
  position: relative;
}
.woocommerce-checkout #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#wpo-mainnav {
  position: static;
  top: -50px;
}
#wpo-mainnav ul,
#wpo-mainnav ol {
  margin: 0;
  padding: 0;
}
#wpo-mainnav.menu_fixed {
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
  top: 0;
  z-index: 999999;
  background: #fff;
  width: 100%;
  position: fixed;
  border-bottom: solid 2px #e1498b;
}
#wpo-mainnav.menu_fixed .navbar ul.nav > li > a {
  padding: 16px 12px!important;
}
#wpo-mainnav.menu_fixed .logo {
  height: 50px!important;
}
#wpo-mainnav.menu_fixed .logo img {
  height: 40px!important;
}
#wpo-mainnav .parent_menu {
  position: static;
}
#wpo-mainnav .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#wpo-mainnav .navbar {
  border: none;
}
#wpo-mainnav .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#wpo-mainnav .navbar ul.nav > li > a {
  font-family: 'brandon_grotesque_regularRg';
  text-transform: uppercase;
  letter-spacing: .2em;
  color: 000;
  font-size: 12px;
  display: block;
  padding: 0 18px;
  line-height: 50px;
}
#wpo-mainnav .navbar ul.nav > li > a:hover {
  color: #e1498b;
  background: none;
}
#wpo-mainnav .navbar ul.nav > li > a .caret {
  padding: 0;
  position: relative;
  top: -2px;
  left: -3px;
}
#wpo-mainnav .dropdown-menu {
  padding: 10px 15px 20px;
  background-color: #000000;
  color: #999999;
  border: 1px solid #000000;
  text-align: left;
  min-width: 18em;
  top: calc(120%);
  display: block;
  visibility: hidden;
  opacity: 0;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#wpo-mainnav .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: #999999;
  padding: 0 22px 0 0px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wpo-mainnav .dropdown-menu li a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  background: url('../images/default/icon-arrow-right-white.png') no-repeat center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wpo-mainnav .dropdown-menu li a:hover,
#wpo-mainnav .dropdown-menu li a:active,
#wpo-mainnav .dropdown-menu li a:focus {
  color: #ffffff;
  background-color: transparent;
}
#wpo-mainnav .dropdown-menu li a:hover:before,
#wpo-mainnav .dropdown-menu li a:active:before,
#wpo-mainnav .dropdown-menu li a:focus:before {
  opacity: 1;
}
#wpo-mainnav .dropdown-menu .caret {
  border-bottom-color: #cccccc;
  border-top-color: #cccccc;
}
#wpo-mainnav .megamenu {
  display: table;
  margin: 0 auto;
  height: 50px;
}
#wpo-mainnav .navbar-inverse .navbar-nav {
  float: none;
}
#wpo-mainnav .navbar-inverse .navbar-nav > li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#wpo-mainnav .navbar-inverse .navbar-nav > li:hover,
#wpo-mainnav .navbar-inverse .navbar-nav > li.active {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#wpo-mainnav .navbar-inverse .navbar-nav > li:hover > a,
#wpo-mainnav .navbar-inverse .navbar-nav > li.active > a {
  color: #e1498b;
}
#wpo-mainnav .navbar-inverse .navbar-nav > li .dropdown-menu li {
  display: block;
  position: relative;
}
#wpo-mainnav .navbar-inverse .navbar-nav > li .dropdown-menu li.active {
  color: #ffffff;
}
#wpo-mainnav .navbar-inverse .navbar-nav > li .dropdown-menu li.active a {
  color: #ffffff;
}
#wpo-mainnav .navbar-inverse .navbar-nav > .open > a {
  background: none;
}
#wpo-mainnav h3.widget-title {
  color: #fff;
  margin-bottom: 10px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 12px;
  margin: 10px 0 0;
  font-family: 'brandon_grotesque_regularRg';
}
#wpo-mainnav li.parent li.parent:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin: 0;
  background: #101010 !important;
  padding: 10px 15px 20px !important;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.wpo-megamenu .product_list_widget .item-product-widget {
  border-bottom: none;
  padding: 10px 0;
}
.wpo-megamenu .product_list_widget .title > a {
  color: #999999;
  display: block;
  line-height: 1.2em;
  padding: 0 0 6px;
}
.wpo-megamenu .product_list_widget .title > a:hover {
  color: #ffffff;
}
.wpo-megamenu .product_list_widget .price {
  color: #ffffff;
}
.wpo-megamenu .product_list_widget .price del {
  font-size: 12px;
}
.wpo-megamenu .product_list_widget .star-rating {
  display: none;
}
.wpo-megamenu .product-block .price,
.wpo-megamenu .product-block .name a {
  color: #ffffff;
}
.wpo-megamenu .product-block .product-action,
.wpo-megamenu .product-block .wpo-colorbox,
.wpo-megamenu .product-block .product-label-special,
.wpo-megamenu .product-block .image-hover {
  display: none;
}
.wpo-megamenu .product-block .image .image-effect {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wpo-megamenu .product-block .image:hover .image-effect {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wpo-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 10px;
}
.wpo-megamenu .mega-group .caret {
  display: none;
}
.wpo-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.wpo-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  width: 200px;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
  padding: 0 15px 0 !important;
  background-color: #333333 !important;
  border: none !important;
}
.wpo-megamenu .cols2 {
  width: 420px;
}
.wpo-megamenu .cols3 {
  width: 620px;
}
.wpo-megamenu .cols4 {
  width: 820px;
}
.wpo-megamenu .depth-0.aligned-fullwidth {
  position: inherit;
}
.wpo-megamenu .depth-0.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
.megamenu .dropdown .dropdown-menu ul li.mega-group .dropdown-toggle span,
.pavo-widget .menu-title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: "Lato", serif;
  letter-spacing: 3px;
  line-height: 40px;
  cursor: default;
}
.widget-inner ul > li:before,
.dropdown-mega ul > li:before {
  color: #ffffff;
  content: "\f178";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  line-height: 26px;
}
.widget-inner ul li.parent:before {
  display: none;
}
.widget-inner a {
  color: #999999;
}
.widget-inner a:hover {
  color: #ffffff;
}
.widget-inner .price-old {
  color: #999999;
}
.nav .caret {
  border-bottom-color: #000000;
  border-top-color: #000000;
}
/*******************************/
.wpo-megamenu .product-block .product-action,
.vertical-menu .product-block .product-action,
.wpo-megamenu .product-block .wpo-colorbox,
.vertical-menu .product-block .wpo-colorbox,
.wpo-megamenu .product-block .product-label-special,
.vertical-menu .product-block .product-label-special,
.wpo-megamenu .product-block .image-hover,
.vertical-menu .product-block .image-hover {
  display: none;
}
.wpo-megamenu .product-block .image .image-effect,
.vertical-menu .product-block .image .image-effect {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wpo-megamenu .product-block .image:hover .image-effect,
.vertical-menu .product-block .image:hover .image-effect {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
/*megamenu header-style2*/
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav > li {
  border-left: none;
  border-right: none;
}
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav > li.active,
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav > li:hover {
  border-left: none;
  border-right: none;
}
.header-style2 #wpo-mainnav li.parent .caret {
  border: none;
  line-height: 0px;
  margin-top: 0px;
}
.header-style2 #wpo-mainnav li.parent .caret:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  margin-left: -6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.header-style2 #wpo-mainnav li.parent .depth-1 .caret:before {
  margin-left: 0;
}
.header-style2 #wpo-mainnav .navbar ul.nav > li > a {
  padding: 41px 25px;
}
/* Widget Vertical Menu */
.vertical-menu {
  max-height: none;
  padding: 0;
  background: #ffffff;
  border: 1px solid #000000;
}
.vertical-menu h3.widget-title {
  color: #000000;
  margin-bottom: 15px;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0;
}
.vertical-menu ul,
.vertical-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vertical-menu .nav > li.open > a {
  background: none;
}
.vertical-menu .nav > li.open > a:hover,
.vertical-menu .nav > li.open > a:focus {
  color: #666666;
}
.vertical-menu .nav > li.open > a:hover .caret,
.vertical-menu .nav > li.open > a:focus .caret {
  border-bottom-color: #000000;
  border-top-color: #000000;
}
.vertical-menu .nav > li.open > div.dropdown-menu > li.open > a:hover,
.vertical-menu .nav > li.open > div.dropdown-menu > li.open > a:focus {
  color: #000000 !important;
}
.vertical-menu .nav .megamenu-items .caret {
  margin-top: 0;
}
.vertical-menu .nav .dropdown-menu .caret {
  border-bottom-color: #000000 !important;
  border-top-color: #000000 !important;
  right: -10px !important;
}
.vertical-menu .nav .dropdown-menu a:hover .caret,
.vertical-menu .nav .dropdown-menu a:focus .caret {
  border-bottom-color: #000000 !important;
  border-top-color: #000000 !important;
}
.vertical-menu > .nav {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: 'Noticia Text', serif;
  padding: 15px 0;
}
.vertical-menu > .nav > li {
  padding: 0;
  margin: 0;
  display: block;
  float: none;
  position: static;
  border: 0;
}
.vertical-menu > .nav > li > a {
  line-height: 20px;
  min-height: inherit;
  text-transform: none;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #000000;
  font-size: 13px;
  font-family: 'brandon_grotesque_regularRg';
  background: #ffffff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vertical-menu > .nav > li > a {
    font-weight: bold;
  }
}
.vertical-menu > .nav > li > a .menu-desc {
  color: #000000;
  font-size: 14px;
  font-family: 'Noticia Text', serif;
}
.vertical-menu > .nav > li > a .fa {
  float: left;
  margin: 8px 11px 0 0;
  font-size: 20px;
  color: #ffffff;
}
.vertical-menu > .nav > li:last-child a {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vertical-menu > .nav > li.open > a {
  background: #f3f3f3;
  color: #666666;
}
.vertical-menu > .nav > li .dropdown-menu {
  top: 0;
  min-height: 100%;
  min-width: 170px;
  padding: 15px;
  margin-left: -10px;
}
.vertical-menu > .nav > li .dropdown-menu:before,
.vertical-menu > .nav > li .dropdown-menu:after {
  content: " ";
  display: table;
}
.vertical-menu > .nav > li .dropdown-menu:after {
  clear: both;
}
.vertical-menu .product-action,
.vertical-menu .wpo-colorbox,
.vertical-menu .product-label-special,
.vertical-menu .image-hover {
  display: none;
}
.vertical-menu.menu-left .dropdown-menu {
  left: 100% !important;
  right: auto !important;
}
.vertical-menu.menu-right .dropdown-menu {
  left: auto !important;
  right: 100% !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none !important;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v8/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v8/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v8/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v8/tI4j516nok_GrVf4dhunkg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
.vc_row {
  margin-left: -9px !important;
  margin-right: -9px !important;
  margin-bottom: 30px;
}
.vc_row.vc_grid {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.vc_separator .vc_sep_holder {
  width: 40%!important;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.no-margin {
  margin: 0!important;
}
.no-padding {
  padding: 0!important;
}
.btn-theme-primary {
  border: 1px solid #ffffff;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
}
.btn-theme-primary:hover {
  background-color: #666;
  border: 1px solid #666;
  color: #ffffff;
}
.btn-custom {
  color: #ffffff;
  background-color: #000000;
}
.btn-custom:hover {
  background-color: #666666;
  color: #ffffff;
}
.btn-default {
  background: #e1498b;
  border: #e1498b;
}
.btn-default:hover {
  background: #666666;
  border: #666666;
}
.text-primary-theme {
  color: #000000;
}
.text-danger-theme {
  color: #ededed;
}
/* 
 *
 */
.iconbox {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 28px;
  line-height: 28px;
  width: 28px;
  -webkit-box-shadow: 0 0 0 2px #000000;
  box-shadow: 0 0 0 2px #000000;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #000000;
  float: left;
  text-align: center;
  font-size: 18px;
  margin-right: 8px;
}
.iconbox:after {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  left: -2px;
  padding: 2px;
  top: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.iconbox:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #999999;
}
.iconbox i {
  padding-left: 4px;
}
.social a {
  display: inline-block;
  height: 30px;
  line-height: 35px !important;
  text-align: center;
  color: #343434 !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 30px;
}
.social a .stack {
  font-size: 20px;
}
.social a:hover {
  color: #000 !important;
}
.box-services .btn-info {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 3px #4c4c4c;
  box-shadow: 0 0 0 3px #4c4c4c;
}
.box-services .btn-info:after {
  background: repeat scroll 0 0 #4c4c4c;
}
.box-services .btn-info:hover {
  color: #4c4c4c;
  color: #ffffff \9;
}
.box-media .media {
  color: #939393;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  padding: 10px;
}
.box-media .media a.pull-left {
  margin-right: -45px;
}
.box-media .media a.pull-right {
  margin-left: -45px;
}
.box-media .media .media-right {
  text-align: right;
}
.box-media .media .media-right p {
  margin-right: 0;
  margin-left: 30px;
}
.box-media .media p {
  margin-right: 30px;
}
.media-dark .media {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.newsletter .navbar-form {
  padding: 0;
}
.form-control,
input,
select {
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
  display: inline-block;
  padding: 5px 7px;
}
/*box-media */
.box-outer {
  border-bottom: 1px solid #ededed;
}
.box-outer .box-media {
  text-align: center;
  font-size: 12px;
  padding: 15px 0  5px;
}
.box-outer .box-media .icon {
  width: 36px;
  height: 36px;
  margin-top: -5px;
  margin-right: 5px;
  display: inline-block;
}
.box-outer .box-media .icon.media1 {
  background: url('../images/default/icon-media1.png') no-repeat center center scroll;
}
.box-outer .box-media .icon.media2 {
  background: url('../images/default/icon-media2.png') no-repeat center center scroll;
}
.box-outer .box-media .icon.media3 {
  background: url('../images/default/icon-media3.png') no-repeat center center scroll;
}
.box-outer .box-media .title-media {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 400;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .box-outer .box-media .title-media {
    font-weight: 700;
  }
}
/*404 page*/
.page_not_found,
.page-found {
  margin: 12% 0;
}
.page_not_found h1,
.page-found h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.page_not_found .bigtext,
.page-found .bigtext {
  color: #d35346;
  font-size: 140px;
  line-height: 140px;
  margin: 3% 0;
}
.page_not_found .wpo_search,
.page-found .wpo_search {
  margin-top: 3%;
}
.page_not_found .wpo_search input,
.page-found .wpo_search input {
  height: 40px;
  width: 100%;
}
.page_not_found .wpo_search .button-search,
.page-found .wpo_search .button-search {
  top: 5px;
}
.page_not_found a,
.page-found a {
  margin-top: 3%;
}
/* Background body */
.pattern1 {
  background-image: url('../images/pattern/pattern1.png');
}
.pattern2 {
  background-image: url('../images/pattern/pattern2.png');
}
.pattern3 {
  background-image: url('../images/pattern/pattern3.png');
}
.pattern4 {
  background-image: url('../images/pattern/pattern4.png');
}
.pattern5 {
  background-image: url('../images/pattern/pattern5.png');
}
.pattern6 {
  background-image: url('../images/pattern/pattern6.png');
}
.pattern7 {
  background-image: url('../images/pattern/pattern7.png');
}
.pattern8 {
  background-image: url('../images/pattern/pattern8.png');
}
.pattern9 {
  background-image: url('../images/pattern/pattern9.png');
}
.pattern10 {
  background-image: url('../images/pattern/pattern10.png');
}
.pattern11 {
  background-image: url('../images/pattern/pattern11.png');
}
.pattern12 {
  background-image: url('../images/pattern/pattern12.png');
}
.pattern13 {
  background-image: url('../images/pattern/pattern13.png');
}
.pattern14 {
  background-image: url('../images/pattern/pattern14.png');
}
.pattern15 {
  background-image: url('../images/pattern/pattern15.png');
}
.pattern16 {
  background-image: url('../images/pattern/pattern16.png');
}
.footer-newsletter .form-newsletter .box-heading {
  padding: 0 !important;
}
/* Offcanvas */
#wpadminbar {
  position: fixed!important;
}
.off-canvas-toggle {
  z-index: 100;
}
#wpo-off-canvas {
  background-color: #000000;
}
#wpo-off-canvas .wpo-off-canvas-header {
  overflow: hidden;
  padding: 10px;
}
#wpo-off-canvas .close {
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e1498b;
    color: #fff;
}
@media (max-width: 991px) {
  .open .dropdown-menu li.level-2 {
    padding: 5px 15px 5px 35px;
  }
}
.navbar-offcanvas .navbar-brand {
  color: #ffffff;
}
.navbar-offcanvas .navbar-brand:hover,
.navbar-offcanvas .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-offcanvas .navbar-text {
  color: #999999;
}
.navbar-offcanvas .navbar-nav {
  width: 100%;
}
.navbar-offcanvas .navbar-nav > li {
  float: none;
}
.navbar-offcanvas .navbar-nav > li > a {
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-shadow: 0 -1px #222222 inset;
  display: block;
  padding: 1em 1em 1em 1.2em;
  transition: all 0.3s ease 0s;
}
.navbar-offcanvas .navbar-nav > li > a:hover,
.navbar-offcanvas .navbar-nav > li > a:focus {
  color: #999999;
  background-color: transparent;
}
.navbar-offcanvas .navbar-nav > .active > a,
.navbar-offcanvas .navbar-nav > .active > a:hover,
.navbar-offcanvas .navbar-nav > .active > a:focus {
  color: #999999;
  background-color: #000000;
}
.navbar-offcanvas .navbar-nav > .disabled > a,
.navbar-offcanvas .navbar-nav > .disabled > a:hover,
.navbar-offcanvas .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-offcanvas .navbar-toggle {
  border-color: #333333;
}
.navbar-offcanvas .navbar-toggle:hover,
.navbar-offcanvas .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-offcanvas .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-offcanvas .navbar-collapse,
.navbar-offcanvas .navbar-form {
  border-color: #000000;
}
.navbar-offcanvas .navbar-nav .open a,
.navbar-offcanvas .navbar-nav .open a:hover,
.navbar-offcanvas .navbar-nav .open a:focus {
  background-color: transparent;
}
.navbar-offcanvas .navbar-nav .dropdown > a:hover .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-offcanvas .navbar-nav .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-offcanvas .navbar-nav .open > a .caret,
.navbar-offcanvas .navbar-nav .open > a:hover .caret,
.navbar-offcanvas .navbar-nav .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000000;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #999999;
    background-color: transparent;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #999999;
    background-color: #000000;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-offcanvas .navbar-link {
  color: #ffffff;
}
.navbar-offcanvas .navbar-link:hover {
  color: #999999;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  margin-top: 0!important;
}
.wpo-wrapper {
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: visible;
}
.wpo-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999999;
}
.off-canvas-open .wpo-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wpo-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wpo-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-right.wpo-off-canvas {
  display: none;
}
.off-canvas-right .off-canvas-right.wpo-off-canvas {
  display: block;
}
html[dir="ltr"] .off-canvas-right.wpo-off-canvas {
  left: auto;
  right: 0;
}
.off-canvas-open .wpo-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .off-canvas-current {
  visibility: visible;
}
.wpo-off-canvas .wpo-off-canvas-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-1.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-2.wpo-off-canvas {
  z-index: 1;
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-2.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-3.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-3.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-right.off-canvas-effect-3.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-4.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.wpo-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-5.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-6 .wpo-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}
.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0) rotateY(-15deg);
  transform: translate3d(280px, 0, 0) rotateY(-15deg);
}
.off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-6.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-6 .wpo-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0) rotateY(15deg);
  transform: translate3d(-280px, 0, 0) rotateY(15deg);
}
.off-canvas-right.off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-7 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-8 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-8.wpo-off-canvas::after {
  display: none;
}
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-9 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-9.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(0, 0, -280px);
  transform: translate3d(0, 0, -280px);
}
.off-canvas-effect-9.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-9.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-9.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-10.wpo-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -280px);
  transform: translate3d(0, 0, -280px);
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-11 .wpo-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.off-canvas-effect-11.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-11.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}
.off-canvas-right.off-canvas-effect-11.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-12 .wpo-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.off-canvas-effect-12.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-12.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-12 .wpo-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.off-canvas-right.off-canvas-effect-12.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-13.wpo-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.wpo-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-14 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.wpo-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.old-ie .wpo-off-canvas {
  z-index: 100!important;
  left: -280px;
}
html[dir="ltr"] .off-canvas-right.old-ie .wpo-off-canvas {
  right: -280px;
  left: auto;
}
.modal-open .wpo-wrapper {
  position: static;
}
/*@media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-menu > .nav > li > a {
    padding: 7px 30px;
  }
}
/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    text-align: center;
  }
  .wpo-megamenu .navbar-collapse.collapse {
    display: none !important;
  }
  .currency-wrapper,
  .language-wrapper {
    border: 1px solid #ededed;
  }
  #topbar .btn-group .dropdown-menu {
    border-top: 1px solid #ededed;
    top: 94%;
  }
  .htabs a {
    padding: 5px;
  }
  /*****************************************************/
  /* Woocommerce */
  /*****************************************************/
}
@media (max-width: 991px) {
  .header-style2 .logo {
    padding: 30px;
    text-align: center;
    width: 100%;
  }
  .header-style2 .logo img {
    height: auto;
  }
  .header-style2 .wpo-megamenu {
    border-top: 1px solid #ededed;
  }
  .header-style2 .navbar-header .off-canvas-toggle {
    float: left;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
    width: 45px;
    height: 35px;
    background-color: #000000;
    border-color: #000000;
    margin-left: 10px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #999;
    border-color: #999999;
  }
  .search-mobile {
    margin-left: 65px;
  }
  .search-mobile .wpo_search {
    margin-top: 8px;
  }
  .search-mobile .wpo_search input {
    height: 36px;
    width: 100%;
  }
  .search-mobile .wpo_search .button-search {
    top: 4px;
  }
  #wpo-mainbody,
  .box-heading,
  .blog-col,
  .wpo-footer .column,
  .box-element {
    margin-bottom: 25px;
  }
  .product-label-special {
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    top: 0;
    right: 0;
  }
  .carousel-controls {
    top: -35px;
  }
  .product-block .image img {
    width: 100%;
  }
  .product-block .image .image-hover {
    -webkit-transform: rotateY(none);
    -ms-transform: rotateY(none);
    transform: rotateY(none);
  }
  .product-block .image .image-effect {
    -webkit-transform: rotate(none);
    -ms-transform: rotate(none);
    transform: rotate(none);
  }
  .product-block .image:hover .image-effect {
    -webkit-transform: rotateY(none);
    -ms-transform: rotateY(none);
    transform: rotateY(none);
  }
  .product-block .product-action {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    visibility: visible;
    z-index: 9;
  }
  .product-block .wpo-colorbox {
    opacity: 1;
  }
  .network-social {
    text-align: center;
    padding-top: 30px;
  }
  .network-social .box-heading {
    text-align: center;
  }
  #wpo-footer .wpo-footer-center {
    margin-bottom: 0;
  }
}
/*@media (max-width: 767px) {*/
@media (max-width: 767px) {
  .wishlist-info td,
  .wishlist-info th,
  table.compare-info td,
  table.compare-info th,
  table.wpo-checkout-product td,
  table.wpo-checkout-product th,
  table.wpo-shop-cart td,
  table.wpo-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  .wishlist-info tr td:before,
  table.wpo-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  .wishlist-info tr td,
  table.wpo-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  .wishlist-info thead,
  table.wpo-shop-cart thead {
    display: none;
  }
  #header #cart {
    width: 170px;
  }
  #header #cart .dropdown-menu {
    width: 250px;
    left: auto;
  }
  .banner-home .content-shop {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 50%;
  }
  .image-wrapper {
    width: 280px;
    margin-bottom: 18px;
  }
  .wpb_single_image img {
    width: 100%;
  }
  #single-product .summary {
    margin-top: 30px;
  }
  .yith_magnifier_mousetrap,
  .yith_magnifier_zoom_magnifier {
    display: none;
  }
  .shopcol {
    width: 50%;
  }
}
/*@media (max-width: 480px) {*/
@media (max-width: 480px) {
  .navbar-fixed-top {
    position: relative;
  }
  .wpo-mainbody {
    margin-top: 20px;
  }
  #page {
    padding-top: 0 !important;
  }
  .newsletter .btn-arrow-right:before {
    display: none;
  }
  .producttabs .tab-content {
    margin-top: 36px;
  }
  .product-block .warp-info {
    margin: 21px 0;
  }
  #footer .footer-center {
    padding-top: 0;
  }
  .box > img {
    padding: 0;
  }
  #footer .footer-center .box {
    margin-bottom: 20px;
  }
  #footer .box .box-heading {
    padding: 10px 0 21px;
  }
  #powered .inner {
    padding: 31px 0 21px;
  }
  .banner-home {
    width: 100%;
  }
  .footer-newsletter,
  .box-outer {
    display: none;
  }
  .image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .image-wrapper img {
    width: 100%;
  }
  .tab-top .nav-tabs > li {
    padding: 0 0 0 10px;
  }
  .tab-top .nav-tabs > li > a {
    display: inherit;
  }
}
/*effect*/
.hidden-effect {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.visible-effect {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.effect-scale {
  -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);
}
.wpb_single_image a {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.wpb_single_image a:before,
.wpb_single_image a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay a:before {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  left: 0;
  top: 0;
  z-index: -1;
}
.overlay a:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  z-index: 2;
}
.overlay-full a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  z-index: -1;
}
.overlay-full a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-bottom a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -100%;
  z-index: -1;
}
.overlay-bottom a:hover:before {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-top a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -100%;
  z-index: -1;
}
.overlay-top a:hover:before {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-right a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -100%;
  z-index: -1;
}
.overlay-right a:hover:before {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-left a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100%;
  z-index: -1;
}
.overlay-left a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-rotate a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
}
.overlay-rotate a:hover:before {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-rotate-cross a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(56.5deg) translateX(-180px);
  -moz-transform: rotate(56.5deg) translateX(-180px);
  -ms-transform: rotate(56.5deg) translateX(-180px);
  -o-transform: rotate(56.5deg) translateX(-180px);
  transform: rotate(56.5deg) translateX(-180px);
  -o-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.overlay-rotate-cross a:after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  top: auto;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  -ms-transform: rotate(56.5deg) translateX(180px);
  -o-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -o-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.overlay-rotate-cross a:hover:before {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-rotate-cross a:hover:after {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-in-to-out a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
}
.overlay-in-to-out a:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-out-to-in a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100%;
  z-index: -1;
}
.overlay-out-to-in a:after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -100%;
  z-index: -1;
}
.overlay-out-to-in a:hover:before {
  left: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-out-to-in a:hover:after {
  right: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-top-to-bottom a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  width: 0;
  height: 0;
  left: 0;
  z-index: -1;
}
.overlay-top-to-bottom a:after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.overlay-top-to-bottom a:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.overlay-top-to-bottom a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.mask-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.grayscale-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.grayscale-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
