html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
body {
  background: #ffffff;
  font-family: 'Rufina', serif;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 1.428571429;
}
html,
body {
  display: block !important;
}
a {
  color: #333333;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.checkbox {
  display: inline-block;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.35;
}
.page-title-wrapper {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  text-align: left;
  padding: 15px 0 30px 0 !important;
}
.page-title-wrapper .page-title {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  position: relative;
  font-family: 'Rufina', serif;
  padding-bottom: 15px;
}
.page-title-wrapper .page-title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #f07c29;
  left: 0;
  bottom: 0;
}
.page-title-wrapper a {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
.page-title-wrapper a:hover {
  color: #f07c29;
}
.catalog-category-view .page-title-wrapper {
  padding-top: 0 !important;
}
.catalog-category-view .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.block-title {
  line-height: normal;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #ededed;
  outline: none;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
textarea {
  height: auto;
  padding: 9px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
a:hover {
  text-decoration: none;
  color: #f07c29;
}
a:focus {
  outline: none;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul > li,
ol > li {
  margin: 0;
}
.action.primary,
button {
  background: #666666;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: 44px;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-family: 'Rufina', serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.action.primary:hover,
button:hover {
  background: #f07c29;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.action.primary:visited,
button:visited {
  border: 0 !important;
}
.owl-container {
  margin: 0 -15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-page:hover span,
.owl-container .owl-carousel .owl-controls .owl-page.active span {
  background: #f07c29;
}
.owl-container .owl-carousel .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #dedede;
  margin: 5px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  width: 69px;
  height: 69px;
  padding: 0;
  line-height: 69px;
  color: #666;
  background: #f6f6f6;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  width: 100%;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #f07c29;
  color: #fff;
}
.product-reviews-summary .reviews-actions {
  line-height: 14px;
  margin: 0 0 0 10px;
  float: left;
  font-size: 13px;
  text-transform: capitalize !important;
}
.product-reviews-summary .reviews-actions .view {
  color: #989898;
}
.product-reviews-summary .reviews-actions .view:hover {
  color: #f07c29;
}
.product-reviews-summary .reviews-actions .view:before {
  content: "(";
  display: inline-block;
  vertical-align: top;
}
.product-reviews-summary .reviews-actions .view:after {
  content: ")";
  display: inline-block;
  vertical-align: top;
}
.product-reviews-summary .reviews-actions .add {
  color: #989898;
  border-left: 1px solid #989898;
  padding-left: 6px;
}
.product-reviews-summary .reviews-actions .add:hover {
  color: #f07c29;
}
.product-reviews-summary .rating-summary {
  left: inherit;
  line-height: 13px;
}
.product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: 56px;
}
.product-reviews-summary .rating-summary .rating-result:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: 'FontAwesome';
  color: #c5c5c5;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  height: 15px;
  right: 0;
  margin: 0;
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: 'FontAwesome';
  color: #f07c29;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  height: 15px;
  right: 0;
  margin: 0;
}
.breadcrumbs {
  display: block;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  margin: 0;
  text-transform: capitalize;
  max-width: 100% !important;
  padding: 12px 0 !important;
}
.breadcrumbs .items .item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  position: relative;
}
.breadcrumbs .items .item:not(:last-child) {
  padding-right: 20px;
  margin-right: 15px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background: #818181;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs .items .item a {
  color: #676767;
  text-decoration: none;
}
.breadcrumbs .items .item a:hover {
  color: #a1a1a1;
}
.breadcrumbs .items .item strong {
  color: #a1a1a1;
}
.mobile-bar-icon {
  background: #ffffff url(../images/icon_setting.png) no-repeat center left;
  width: 30px;
  height: 50px;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.mobile-bar-icon.active:before {
  opacity: 1;
}
.mobile-bar-icon:before {
  content: "";
  position: absolute;
  left: -27px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 30px;
  margin-top: -6px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mobile-bar-icon:hover {
  background: #ffffff url(../images/icon_setting.png) no-repeat center right;
}
.setting-content {
  padding: 0 8px;
  position: relative;
}
.mobile-bar-content {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  right: 65px;
  top: 20%;
  display: none;
  max-height: 79%;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
.mobile-bar-content .content-inner {
  background: #fff;
  overflow: hidden;
  min-width: 230px;
  max-width: 230px;
  padding: 15px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
}
.page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.page-header .switcher {
  float: none !important;
  margin: 0 0 15px 0 !important;
}
.page-header .switcher.switcher-language .switcher-options .switcher-trigger {
  padding: 0;
}
.page-header .switcher.switcher-language .switcher-options .switcher-dropdown .switcher-option {
  clear: both;
}
.page-header .switcher .switcher-label {
  text-shadow: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  color: #363636;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
  display: block;
  text-align: left;
  position: static;
  width: auto;
  height: auto;
}
.page-header .switcher .switcher-options {
  position: relative;
}
.page-header .switcher .switcher-options .switcher-trigger {
  color: #f07c29;
  padding: 5px 0;
}
.page-header .switcher .switcher-options .switcher-trigger:hover {
  color: #f07c29;
}
.page-header .switcher .switcher-options .switcher-trigger:after {
  font-size: 20px !important;
  line-height: normal !important;
  margin-top: -3px !important;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown {
  z-index: 9;
  list-style: none;
  margin: 0;
  background: #fff;
  display: none;
  text-align: left;
  border: none;
  box-shadow: none;
  position: static !important;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown:before,
.page-header .switcher .switcher-options .dropdown.switcher-dropdown:after {
  display: none;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option:hover {
  background: transparent;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a {
  padding: 5px 0;
  line-height: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  color: #333333;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #f07c29;
}
.logo-home {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 47px 0;
  clear: both;
}
.logo-home .nav-toggle {
  display: none;
}
.logo-home .logo {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: none;
}
.logo-home .logo img {
  width: auto;
  height: auto;
}
.page-print .logo {
  margin-top: 30px;
}
.page-print .logo img {
  width: auto !important;
  height: auto !important;
}
.header.links {
  float: left;
}
.header.links .customer-welcome {
  position: relative;
}
.header.links .customer-welcome:hover .customer-menu ul.header.links {
  display: block;
}
.header.links .customer-welcome .customer.name {
  text-shadow: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  color: #363636;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid #ededed;
  display: block;
  text-align: left;
}
.header.links .customer-welcome .customer.name .fa {
  margin-left: 9px;
}
.header.links .customer-welcome .customer-menu {
  display: block;
}
.header.links .customer-welcome .customer-menu ul.header.links {
  z-index: 9;
  list-style: none;
  margin: 0;
  background: #fff;
  text-align: left;
  display: block;
  border: none;
  box-shadow: none;
}
.header.links .customer-welcome .customer-menu ul.header.links:after,
.header.links .customer-welcome .customer-menu ul.header.links:before {
  display: none;
}
.header.links .customer-welcome .customer-menu ul.header.links li:hover {
  background: transparent;
}
.header.links .customer-welcome .customer-menu ul.header.links li.greet.welcome {
  display: none;
}
.header.links .customer-welcome .customer-menu ul.header.links li a {
  padding: 5px 0;
  line-height: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  color: #333333;
}
.header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #f07c29;
  background: #fff;
}
.fa {
  line-height: inherit;
}
.cms-index-index .header-container {
  margin-bottom: 0;
}
.cms-index-index .header-container .header-inner {
  border: 0;
  margin-bottom: 0;
}
.cms-index-index .header-container .header-inner.fix-header {
  margin-top: 0;
}
.cms-index-index .header-container .header-inner.fix-header .container > .container-inner {
  background: transparent;
}
.header-container {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.header-container .top-link {
  position: relative;
  text-align: center;
  z-index: 10;
  background: #e3e3e3;
  border-bottom: 1px solid #ededed;
  font-family: 'Open Sans', sans-serif;
}
.header-container .top-link .container-inner {
  position: relative;
}
.header-container .top-link .box-setting {
  float: left;
}
.header-container .top-link .box-setting .switcher {
  float: left !important;
  margin: 0 20px 0 0 !important;
}
.header-container .top-link .box-setting .switcher .switcher-label {
  display: none;
}
.header-container .top-link .box-setting .switcher .switcher-options {
  padding: 10px 0;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger {
  text-shadow: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  color: #676767;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-align: left;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger:hover {
  color: #f07c29;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger strong {
  font-weight: 400;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger:after {
  line-height: 30px !important;
  font-weight: 400;
  margin-top: 0 !important;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown {
  position: absolute !important;
  left: 0;
  padding: 0 20px;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option {
  border-bottom: 1px solid #f2f2f2;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option:last-child {
  border: none;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a {
  font-size: 13px;
  padding: 10px 0 9px 0;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  color: #676767;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #f07c29;
}
.header-container .top-link .box-setting .switcher .view-english1 {
  padding-left: 25px;
  background: url(../images/en1.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english2 {
  padding-left: 25px;
  background: url(../images/en2.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english3 {
  padding-left: 25px;
  background: url(../images/en3.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english4 {
  padding-left: 25px;
  background: url(../images/en4.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english5 {
  padding-left: 25px;
  background: url(../images/en5.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english6 {
  padding-left: 25px;
  background: url(../images/en6.jpg) center left no-repeat !important;
}
.header-container .top-link .box-links {
  float: right;
}
.header-container .top-link .box-links .header.links {
  float: left;
}
.header-container .top-link .box-links .header.links > li {
  float: left;
  line-height: 30px;
  padding: 10px 0;
  font-size: 13px;
}
.header-container .top-link .box-links .header.links > li > a {
  color: #676767;
}
.header-container .top-link .box-links .header.links > li > a:hover {
  color: #f07c29;
}
.header-container .top-link .box-links .header.links > li.customer-welcome {
  display: block;
  padding: 10px 0;
  padding-right: 18px;
  position: relative;
  margin-right: 18px;
}
.header-container .top-link .box-links .header.links > li.customer-welcome:after {
  content: "";
  height: 13px;
  width: 1px;
  background: #7c7c7c;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .top-link .box-links .header.links > li:last-child {
  margin-right: 0;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer.name {
  text-shadow: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  color: #676767;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-align: left;
  border: none;
  margin-bottom: 0;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer.name:hover {
  color: #f07c29;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer.name .fa {
  font-weight: 400;
  margin-top: 0;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer-menu {
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -80px;
  display: none;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer-menu ul.header.links {
  text-align: left;
  background: white;
  padding: 0 20px;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.header-container .top-link .box-links .header.links .customer-welcome .customer-menu ul.header.links li {
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer-menu ul.header.links li:last-child {
  border: none;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer-menu ul.header.links li a {
  font-size: 13px;
  padding: 10px 0 9px 0;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  min-width: 155px;
  color: #676767;
}
.header-container .top-link .box-links .header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #f07c29;
}
.header-container .header-inner {
  text-align: center;
  position: relative;
  background: #ffffff;
}
.header-container .header-inner .container-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.header-container .top-menu {
  background: #000000;
  position: relative;
}
.header-container .top-menu .container-inner {
  position: relative;
}
.header-container .top-menu.fix-header {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px #bdbdbd;
  -moz-box-shadow: 0 0 5px #bdbdbd;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  -o-box-shadow: 0 0 5px #bdbdbd;
  -ms-box-shadow: 0 0 5px #bdbdbd;
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 889;
  margin: 0 auto;
  position: fixed !important;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.header-container .top-menu.fix-header .pt_custommenu div.pt_menu .parentMenu a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.header-container .open-menu {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.header-container .open-menu span {
  color: #666;
  font-weight: 700;
  font-size: 0;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 20px;
}
.header-container .open-menu span:after {
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: inherit;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-container .open-menu span:hover {
  color: #f07c29;
}
.header-container .top-search {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .top-search .block-search {
  padding: 0;
}
.header-container .top-search .block-search .block-content .control {
  border-radius: 4px;
  overflow: hidden;
}
.header-container .top-search .block-search .block-content .control input {
  background: #ededed;
  border: 0;
  font-size: 14px;
  color: #909090;
  height: 42px;
}
.header-container .top-search .block-search .block-content .control input:focus {
  box-shadow: none;
}
.header-container .top-search .block-search .block-content .control .actions .action.search {
  height: 42px;
  width: 42px;
  line-height: 42px;
  background: #f07c29;
  opacity: 1;
}
.header-container .top-search .block-search .block-content .control .actions .action.search:before {
  color: #fff;
  font-size: 18px;
}
.header-container .search-cart {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .search-cart .links {
  float: right;
  text-align: left;
}
.header-container .search-cart .links div {
  display: block;
}
.header-container .search-cart .links div.minicompare a:before {
  content: "\f0ec";
}
.header-container .search-cart .links div a {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #666666;
  text-transform: capitalize;
  line-height: 25px;
}
.header-container .search-cart .links div a:hover {
  color: #f07c29;
}
.header-container .search-cart .links div a:hover:before {
  color: #f07c29;
}
.header-container .search-cart .links div a:before {
  content: "\f004";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #a1a1a1;
}
.header-container .search-cart .links div a .qty {
  position: absolute;
  font-size: 10px;
  top: -3px;
  right: -13px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  background: #f07c29;
  border-radius: 100%;
  color: #fff;
}
.header-container .search-cart .block-search {
  float: right;
  padding-left: 0;
  position: relative;
  margin: 0;
  width: auto !important;
  z-index: 1;
  display: none;
}
.header-container .search-cart .block-search:hover .block-content .control input {
  width: 215px;
  opacity: 1;
}
.header-container .search-cart .block-search .block-title {
  display: none;
}
.header-container .search-cart .block-search .block-content .control input {
  padding: 0 40px 0 10px;
  height: 40px;
  font-size: 12px;
  width: 0;
  opacity: 0;
  z-index: 1;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header-container .search-cart .block-search .block-content .control input:focus {
  box-shadow: none;
}
.header-container .search-cart .block-search .block-content .control .actions {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.header-container .search-cart .block-search .block-content .control .actions .action.search {
  background: transparent;
  display: block;
  position: relative;
  border: none;
  padding: 0;
  position: static;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-container .search-cart .block-search .block-content .control .actions .action.search:hover:before {
  color: #f07c29 !important;
}
.header-container .search-cart .block-search .block-content .control .actions .action.search:before {
  content: "\e86f";
  display: inline-block;
  vertical-align: top;
  font-family: 'Linearicons-Free';
  font-size: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: 400;
}
.header-container .search-cart .minicart-wrapper {
  float: right;
  margin: 0 0 0 50px;
  position: relative;
  z-index: 1;
}
.header-container .search-cart .minicart-wrapper .ui-dialog {
  width: 0;
  max-width: 0;
}
.header-container .search-cart .minicart-wrapper .block-minicart {
  border-color: #ebebeb;
}
.header-container .search-cart .minicart-wrapper .showcart {
  position: relative;
  font-size: 0;
  padding-left: 79px;
  font-family: 'Open Sans', sans-serif;
}
.header-container .search-cart .minicart-wrapper .showcart:hover:before {
  color: #f07c29;
}
.header-container .search-cart .minicart-wrapper .showcart:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/icon_cart.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .search-cart .minicart-wrapper .showcart .text {
  position: static;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  line-height: 30px;
  padding: 10px 0;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #444444;
  text-transform: uppercase;
}
.header-container .search-cart .minicart-wrapper .showcart .counter.qty {
  position: absolute;
  font-size: 14px;
  bottom: -17px;
  left: 39px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  background: #f07c29;
  border-radius: 100%;
  color: #fff;
}
.header-container .search-cart .minicart-wrapper .showcart .counter.qty.empty {
  display: inline-block;
  vertical-align: top;
}
.header-container .search-cart .minicart-wrapper .showcart .counter.qty .counter-label {
  display: none;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .items-total .count {
  font-weight: normal;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .subtotal .label {
  font-weight: normal;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .subtotal .price-container {
  padding: .2em .6em .3em;
  margin: 5px;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ededed;
  border-radius: 3px;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  background-color: #f07c29;
  color: #fff;
  border-color: #f07c29;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border-color: #ededed;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
  overflow-y: auto;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-photo {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 3px;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details {
  padding-left: 100px;
  text-align: left;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .price {
  color: #f07c29;
  font-size: 1rem;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-name a {
  color: #333333;
  text-transform: capitalize;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-name a:hover {
  color: #f07c29;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-pricing .label {
  width: 3.5rem;
}
.box-menu-content {
  font-family: 'Open Sans', sans-serif;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 27, 0.97);
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.box-menu-content.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-menu-content .col-logo {
  text-align: left;
}
.box-menu-content .col-logo .logo-home {
  margin: 30px 0 !important;
}
.box-menu-content .col-logo .logo-home img {
  max-height: 50px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.box-menu-content .close-menu {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12.5px;
  z-index: 11;
  padding-right: 25px;
  background: transparent url(../images/bkg_close_menu.png) right center no-repeat;
}
.box-menu-content .close-menu:hover {
  color: #f07c29;
}
.box-menu-content .tabs-mobile {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 25px;
  position: relative;
}
.box-menu-content .tabs-mobile:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-mobile:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-mobile .item {
  float: left;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 33.33333%;
  text-align: center;
  cursor: pointer;
}
.box-menu-content .tabs-mobile .item:hover,
.box-menu-content .tabs-mobile .item.active {
  color: #f07c29;
}
.box-menu-content .tabs-content-mobile.tabs-menu .header-text {
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links {
  float: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome {
  padding: 0;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer.name {
  display: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu {
  display: block !important;
  height: auto !important;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links {
  background: transparent;
  float: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li.greet.welcome {
  display: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #f07c29;
  background: transparent;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  position: relative;
  text-align: center;
  padding: 10px 0;
  display: block;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links li a:hover {
  color: #f07c29;
  background: transparent;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-label {
  display: none;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options {
  display: block;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .switcher-trigger {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  position: relative;
  display: block;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .switcher-trigger:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .switcher-trigger:after {
  right: 0;
  position: absolute;
  top: 50%;
  margin: -13px 0 0 0 !important;
  font-size: 26px !important;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown {
  background: transparent;
  text-align: center;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a {
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #f07c29;
}
.pt-banner-container {
  clear: both;
}
.pt-banner-container .pt-url img {
  width: 100%;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  opacity: 1;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
  opacity: 1;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  text-align: center;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #dedede;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #f07c29;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  text-align: center;
  font-size: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  padding: 0;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:before {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:hover {
  color: #f07c29;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.pt-banner-container .pt-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.pt-banner-container .pt-banner-caption .container {
  height: 100%;
}
.pt-banner-container .pt-banner-caption .pt-caption-inner {
  position: relative;
  height: 100%;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 {
  text-align: left;
  top: 65%;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title1 {
  font-size: 40px;
  text-transform: none;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title2 {
  font-size: 80px;
  text-transform: none;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-url {
  margin-top: 13px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  font-size: 100px;
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
  font-size: 30px;
  color: #666;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  font-size: 24px;
  color: white;
  line-height: 34px;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding: 10px 38px;
  background: #f07c29;
  border: 2px solid #d6681b;
  border-radius: 4px;
  margin-top: 43px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  -webkit-animation: bounceInDown 2200ms ease-in-out;
  -moz-animation: bounceInDown 2200ms ease-in-out;
  -ms-animation: bounceInDown 2200ms ease-in-out;
  animation: bounceInDown 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  -webkit-animation: bounceInDown 1800ms ease-in-out;
  -moz-animation: bounceInDown 1800ms ease-in-out;
  -ms-animation: bounceInDown 1800ms ease-in-out;
  animation: bounceInDown 1800ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title1 {
  -webkit-animation: zoomInUp 800ms ease-in-out;
  -moz-animation: zoomInUp 800ms ease-in-out;
  -ms-animation: zoomInUp 800ms ease-in-out;
  animation: zoomInUp 800ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
  -webkit-animation: zoomInUp 1000ms ease-in-out;
  -moz-animation: zoomInUp 1000ms ease-in-out;
  -ms-animation: zoomInUp 1000ms ease-in-out;
  animation: zoomInUp 1000ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
  -webkit-animation: zoomInUp 1200ms ease-in-out;
  -moz-animation: zoomInUp 1200ms ease-in-out;
  -ms-animation: zoomInUp 1200ms ease-in-out;
  animation: zoomInUp 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  border-radius: 3px;
}
.banner-static .image a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a:hover:before {
  opacity: 1;
}
.banner-static .image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.banner-static .image a:hover .text .link {
  background: #f07c29;
  border-color: #f07c29;
}
.banner-static .image a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .link {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-top {
  margin-top: 60px;
}
.static-top .image {
  margin-top: 30px;
}
.static-top .image a .text {
  left: 5%;
  right: auto;
}
.static-top .image a .text .text1 {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}
.static-top .image a .text .text2 {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  color: #fff;
  margin-right: -218px;
}
.static-middle {
  margin-top: 93px;
  padding: 100px 0;
  background: url(../images/bkg_static_middle.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bestseller-group {
  margin-top: 100px;
}
.static-author-best .col-des {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.static-author-best .col-des .title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 52px;
}
.static-author-best .col-des .name {
  font-size: 70px;
  text-transform: uppercase;
  color: #f07c29;
  text-align: right;
  font-weight: 700;
  line-height: 1.1;
}
.static-author-best .col-des .name span {
  display: block;
  text-transform: capitalize;
}
.static-author-best .col-des .categories {
  text-transform: uppercase;
  color: #999999;
  text-align: right;
  margin-top: 5px;
}
.static-author-best .col-des .categories a {
  color: #999999;
}
.static-author-best .col-des .categories a:hover {
  color: #f07c29;
  text-decoration: underline;
}
.static-author-best .col-des .des {
  font-size: 16px;
  text-align: right;
  line-height: 24px;
  margin-top: 35px;
}
.static-author-best .col-des .social-author {
  text-align: right;
  margin-top: 35px;
}
.static-author-best .col-des .social-author li {
  display: inline-block;
  vertical-align: top;
}
.static-author-best .col-des .social-author li a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #e1e1e1;
  border-radius: 100%;
  font-size: 0;
  text-align: center;
}
.static-author-best .col-des .social-author li a:before {
  color: #fff;
  font-size: 15px;
}
.static-author-best .col-des .social-author li a:hover {
  background: #f07c29;
}
.static-author-best .col-image {
  width: 50%;
  padding-left: 15px;
  overflow: hidden;
}
.cms-index-index .page-wrapper .page-main {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .page-main {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}
.page-main {
  position: relative;
}
.page-main .page.messages {
  width: 100%;
  z-index: 999;
}
.page-main .page.messages div {
  font-size: 14px;
}
.page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.page-main .checkout-container .authentication-wrapper {
  display: none;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
  line-height: 26px;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.page-main .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.page-main .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.page-main .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.page-main .cart-container .cart.table-wrapper .product-item-photo {
  position: static !important;
}
.page-main .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.page-main .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.page-main .cart-container .cart-summary .block.shipping > .title,
.page-main .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.page-main .cart-container .cart-summary .block.shipping > .title:after,
.page-main .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.page-main .cart-container .cart-summary .block.shipping > .title strong,
.page-main .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.page-main .cart-container .cart-summary .block.shipping .field.note,
.page-main .cart-container .cart-summary .block.discount .field.note {
  font-size: 14px;
  line-height: normal;
}
.page-main .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.page-main .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.page-main .cart-container .cart-summary .block.shipping select,
.page-main .cart-container .cart-summary .block.discount select,
.page-main .cart-container .cart-summary .block.shipping input,
.page-main .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.page-main .cart-container .cart-summary .block.shipping .item-title,
.page-main .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0 0 5px;
}
.page-main .cart-container .cart-summary .block.shipping .item-options,
.page-main .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.page-main .cart-container .cart-summary .block.shipping .item-options .radio,
.page-main .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.page-main .cart-container .cart-summary .block.shipping .item-options .label,
.page-main .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.page-main .cart-container .cart-summary .cart-totals th,
.page-main .cart-container .cart-summary .cart-totals td {
  border: none;
}
.page-main .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.page-main .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.page-main .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 24px;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.page-main .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue {
  background: #666666;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: 44px;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-family: 'Rufina', serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background: #f07c29;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue:visited {
  border: 0 !important;
}
.page-main .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.page-main .block.crosssell > .title {
  color: #333333;
  text-transform: uppercase;
}
.page-main .login-container .fieldset:after {
  font-size: 14px;
  margin-left: 0 !important;
}
.page-main .form.contact {
  margin-top: 50px;
  width: 100% !important;
}
.page-main .table-comparison th,
.page-main .table-comparison td {
  border: 1px solid #ededed !important;
}
.page-main .table-comparison .label {
  display: table-cell;
  vertical-align: middle;
}
.page-main .table-comparison .cell {
  width: 200px;
  padding: 15px;
}
.page-main .table-comparison .cell .attibute.value {
  font-size: 14px;
}
.page-main .table-comparison .cell.remove {
  border: 1px solid #ededed;
  text-align: center;
}
.page-main .table-comparison .cell.remove span {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
}
.page-main .table-comparison .cell.label.product {
  border: 1px solid #ededed;
  text-align: center;
}
.page-main .table-comparison .cell.label.product span {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
}
.page-main .table-comparison > tbody {
  border: 1px solid #ededed;
}
.page-main .table-comparison > tbody td {
  background: none !important;
  font-size: 13px !important;
}
.page-main .pt-testimonial-item {
  margin-top: 30px;
}
.page-main .pt-testimonial-item ul.testimonial-item li {
  margin: 0px 10px 20px 0;
  padding: 10px;
  border: 1px solid #dfdfdf;
  width: 100%;
  text-transform: capitalize;
  overflow: hidden;
}
.page-main .pt-testimonial-item ul.testimonial-item li .testimonial-name {
  margin-bottom: 15px;
}
.page-main .pt-testimonial-item ul.testimonial-item li .testimonial-image {
  float: left;
  margin: 4px 15px 0 0;
  border-radius: 100%;
  overflow: hidden;
}
.page-main .pt-testimonial-item ul.testimonial-item li .testimonial-testimonial {
  text-transform: none;
}
.page-main .testimo-slider {
  margin-top: 83px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  padding: 100px 0 70px 0;
  background: url(../images/bkg_testimonial.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-main .testimo-slider .title {
  display: none;
}
.page-main .testimo-slider .owl-pagination {
  display: none;
}
.page-main .testimo-slider .pt-testimonial .images {
  margin-bottom: 30px;
}
.page-main .testimo-slider .pt-testimonial .images .image {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  overflow: hidden;
}
.page-main .testimo-slider .pt-testimonial .email {
  font-weight: 300;
  font-size: 12px;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 0.2em;
}
.page-main .testimo-slider .pt-testimonial .icon {
  display: block;
  text-align: center;
}
.page-main .testimo-slider .pt-testimonial .icon span {
  width: 97px;
  height: 97px;
  line-height: 97px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: url(../images/bkg_icon_testimonial.png) center no-repeat;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.page-main .testimo-slider .pt-testimonial .info {
  color: #e4e4e4;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.page-main .testimo-slider .pt-testimonial .info .name {
  font-size: 16px;
  text-transform: uppercase;
  color: #f07c29;
}
.page-main .testimo-slider .pt-testimonial .des {
  padding: 35px 150px;
  padding-bottom: 25px;
}
.page-main .testimo-slider .pt-testimonial .des a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
}
.page-main .categorytab-container {
  text-align: center;
}
.page-main .categorytab-container ul.tabs {
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.page-main .categorytab-container ul.tabs li {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  float: left;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 35px;
  position: relative;
}
.page-main .categorytab-container ul.tabs li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f07c29;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .categorytab-container ul.tabs li:last-child {
  border: 0;
  margin-right: 0;
}
.page-main .categorytab-container ul.tabs li.active,
.page-main .categorytab-container ul.tabs li:hover {
  color: #333333;
}
.page-main .categorytab-container ul.tabs li.active:after,
.page-main .categorytab-container ul.tabs li:hover:after {
  bottom: 0;
  opacity: 1;
}
.page-main .producttabs ul.tabs-title {
  float: right;
  padding: 3px 0;
}
.page-main .producttabs ul.tabs-title li {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  padding: 0 30px;
  border-right: 1px solid #ededed;
  position: relative;
}
.page-main .producttabs ul.tabs-title li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f07c29;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 12px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .producttabs ul.tabs-title li:last-child {
  border-right: 0;
  padding-right: 0;
}
.page-main .producttabs ul.tabs-title li.active,
.page-main .producttabs ul.tabs-title li:hover {
  color: #f07c29;
}
.page-main .producttabs ul.tabs-title li.active:before,
.page-main .producttabs ul.tabs-title li:hover:before {
  width: 33px;
}
.page-main .owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.page-main .item .item-inner {
  position: relative;
}
.page-main .item .item-inner:hover .image-container .product-item-photo .product-image-container {
  opacity: 0;
}
.page-main .item .item-inner:hover .image-container .product-item-photo .image-rotate {
  opacity: 1;
}
.page-main .item .item-inner:hover .image-container .product-item-photo .image-rotate .product-image-container {
  opacity: 1;
}
.page-main .item .item-inner:hover .des .actions {
  opacity: 1;
}
.page-main .item .item-inner:hover .des .actions:after {
  width: auto;
  left: 0;
  right: 0;
  opacity: 1;
}
.page-main .item .item-inner:hover .des .actions .actions-primary,
.page-main .item .item-inner:hover .des .actions .add-to-links {
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.page-main .item .item-inner .image-container {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .item .item-inner .image-container .product-item-photo {
  display: block;
}
.page-main .item .item-inner .image-container .product-item-photo .product-image-container {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .item .item-inner .image-container .product-item-photo .image-rotate {
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .item .item-inner .image-container img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-main .item .item-inner .des {
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  background: transparent;
  text-align: center;
  position: relative;
}
.page-main .item .item-inner .des .product-name {
  margin-top: 9px;
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}
.page-main .item .item-inner .des .price-final_price.price-box {
  text-align: center;
  margin-top: 7px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .item .item-inner .des .price-final_price.price-box .old-price {
  padding: 3.5px 0;
}
.page-main .item .item-inner .des .price-final_price.price-box .old-price .price {
  font-size: 15px;
}
.page-main .item .item-inner .des .product-reviews-summary {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.page-main .item .item-inner .des .product-reviews-summary .reviews-actions {
  display: none;
}
.page-main .item .item-inner .des .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
  padding-bottom: 8px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .item .item-inner .des .actions:after {
  content: "";
  width: 1px;
  height: 1px;
  background: #cccccc;
  left: 50%;
  right: 50%;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-main .item .item-inner .des .actions .actions-primary {
  position: static;
  float: left;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.page-main .item .item-inner .des .actions button {
  line-height: 30px;
  display: inline-block;
  background-color: white;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  text-transform: capitalize;
  color: #333;
}
.page-main .item .item-inner .des .actions button:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-weight: normal;
}
.page-main .item .item-inner .des .actions button:hover {
  color: #f07c29;
}
.page-main .item .item-inner .des .actions .add-to-links {
  float: right;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-main .item .item-inner .des .actions .add-to-links a {
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  font-weight: normal;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.page-main .item .item-inner .des .actions .add-to-links a:before {
  content: "\f08a";
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  line-height: inherit;
}
.page-main .item .item-inner .des .actions .add-to-links a:hover:before {
  color: #f07c29;
}
.page-main .item .item-inner .des .actions .add-to-links a.tocompare {
  margin-bottom: 0;
}
.page-main .item .item-inner .des .actions .add-to-links a.tocompare:before {
  content: "\f0ec";
}
.page-main .product-item-name {
  margin: 0;
}
.page-main .product-item-name a {
  color: #333333;
  padding: 0;
  margin-bottom: 13px;
  display: block;
  line-height: 1.3;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
}
.page-main .product-item-name a:hover {
  color: #f07c29;
  text-decoration: none;
}
.page-main .toolbar-bottom .toolbar-products {
  border-bottom: none;
  border-top: 1px solid #ededed;
  text-align: center;
  margin-bottom: 0;
}
.page-main .toolbar-bottom .toolbar-products .pages {
  float: right;
  display: block;
  padding: 15px 0;
}
.page-main .toolbar-bottom .toolbar-products .pages > .label {
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  width: auto;
  height: auto;
  position: static;
  margin: 0;
}
.page-main .toolbar-bottom .toolbar-products .pages .item {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
}
.page-main .toolbar-bottom .toolbar-products .pages .item.current a,
.page-main .toolbar-bottom .toolbar-products .pages .item:hover a {
  color: #f07c29;
}
.page-main .toolbar-bottom .toolbar-products .pages .item a {
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.page-main .toolbar-bottom .toolbar-products .pages .item strong.page {
  color: #f07c29;
  font-size: 14px;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action {
  margin: 0;
  border: none;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action:hover:before {
  color: #f07c29;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action:before {
  margin: 0;
  width: 100%;
  font-size: 24px;
  color: #333333;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action span {
  display: none;
}
.page-main .toolbar-bottom .toolbar-products .modes {
  display: none;
}
.page-main .toolbar-bottom .toolbar-products .limiter {
  display: none !important;
}
.page-main .toolbar-bottom .toolbar-products .sorter {
  display: none;
}
.page-main .toolbar-products {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding: 0;
}
.page-main .toolbar-products .modes {
  display: block;
}
.page-main .toolbar-products .modes .modes-label {
  display: none;
}
.page-main .toolbar-products .modes .modes-mode {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  color: #aaaaaa;
  border: none;
  height: 62px;
  line-height: 62px;
}
.page-main .toolbar-products .modes .modes-mode > span {
  width: auto;
  position: static;
  margin: 0;
  height: auto;
}
.page-main .toolbar-products .modes .modes-mode:before {
  display: none;
}
.page-main .toolbar-products .modes .modes-mode.mode-grid {
  background: url(../images/bkg_grid.png) left center no-repeat;
  padding: 0 25px 0 36px;
  margin-right: 30px;
  border-right: 1px solid #ccc;
}
.page-main .toolbar-products .modes .modes-mode.mode-grid:hover,
.page-main .toolbar-products .modes .modes-mode.mode-grid.active {
  background: url(../images/bkg_grid_hover.png) left center no-repeat;
  color: #f07c29;
}
.page-main .toolbar-products .modes .modes-mode.mode-list {
  background: url(../images/bkg_list.png) left center no-repeat;
  padding: 0 0 0 40px;
}
.page-main .toolbar-products .modes .modes-mode.mode-list:hover,
.page-main .toolbar-products .modes .modes-mode.mode-list.active {
  background: url(../images/bkg_list_hover.png) left center no-repeat;
  color: #f07c29;
}
.page-main .toolbar-products .limiter {
  display: inline-block !important;
  vertical-align: top;
  padding: 13.5px 0;
}
.page-main .toolbar-products .limiter label {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
}
.page-main .toolbar-products .limiter .limiter-options {
  padding: 0 5px;
  height: 35px;
  min-width: 95px;
  font-size: 14px;
  color: #908f8f;
  margin-right: 0;
  border-radius: 0;
  border: 1px solid #ccc;
}
.page-main .toolbar-products .limiter .limiter-text {
  display: none;
}
.page-main .toolbar-products .sorter {
  padding: 13.5px 0;
  margin-right: 15px;
}
.page-main .toolbar-products .sorter label {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
}
.page-main .toolbar-products .sorter .sorter-options {
  padding: 0 5px;
  height: 35px;
  min-width: 95px;
  font-size: 14px;
  color: #908f8f;
  border-radius: 0;
  border: 1px solid #ccc;
}
.page-main .toolbar-products .sorter .sorter-action:before {
  line-height: 35px;
}
.page-main .toolbar-products .toolbar-amount {
  line-height: 32px;
  padding: 15px 0;
  font-size: 14px;
  color: #666666;
}
.page-main .products.grid {
  margin-top: 0;
  margin-bottom: 0;
}
.page-main .products.grid .item-inner {
  margin-bottom: 35px;
}
.page-main .products.grid div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.page-main .products.grid .swatch-attribute {
  display: inline-block;
  vertical-align: top;
  clear: both;
}
.page-main .products.grid .swatch-attribute .swatch-option:last-child {
  margin-right: 0;
}
.page-main .products-list .item {
  margin-bottom: 30px;
}
.page-main .products-list .item .product-item-info .product-item-photo {
  padding: 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.page-main .products-list .item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.page-main .products-list .item .product-item-info .product-item-details {
  display: block;
}
.page-main .products-list .item .product-item-info .product-item-details .price-box {
  float: left;
  margin: 0;
  width: 100%;
}
.page-main .products-list .item .product-item-info .product-item-details .price-box .price {
  font-size: 24px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-name {
  display: block;
  clear: both;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-name a {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-reviews-summary {
  display: block;
  margin: 0;
  padding: 2px 0;
  margin-top: 15px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  margin-top: 0;
  display: none;
}
.page-main .products-list .item .product-item-info .product-item-details .swatch-opt {
  clear: both;
  margin-bottom: 0;
}
.page-main .products-list .item .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.page-main .products-list .item .product-item-info .product-item-details .swatch-attribute {
  padding-top: 5px;
  padding-left: 2px;
  display: block;
  clear: both;
}
.page-main .products-list .item .product-item-info .product-item-details .swatch-attribute .swatch-option:last-child {
  margin-right: 0;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner {
  clear: both;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 0;
  float: left;
  margin-top: 15px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart {
  line-height: 30px;
  display: inline-block;
  background-color: white;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  text-transform: capitalize;
  color: #333;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-weight: normal;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:hover {
  color: #f07c29;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  float: right;
  width: auto;
  padding: 0;
  margin-top: 15px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action {
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  font-weight: normal;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:before {
  content: "\f08a";
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  line-height: inherit;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  content: "\f0ec";
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:hover:before {
  color: #f07c29;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-description {
  clear: both;
  line-height: 24px;
  padding: 30px 0 20px 0;
  font-weight: 400;
  margin: 0;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-description p {
  display: inline;
  color: #707070;
  font-size: 15px;
}
.page-main .sidebar .block .filter-subtitle {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 0 0 13px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f3f3f;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}
.page-main .sidebar .block .filter-subtitle:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f07c29;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-main .sidebar .block .title strong {
  line-height: inherit;
  color: #333333;
}
.page-main .sidebar .block .block-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  margin-bottom: 25px;
}
.page-main .sidebar .block .block-title strong {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 900;
}
.page-main .sidebar .block .empty {
  font-size: 14px;
  color: #333333;
}
.page-main .sidebar .block.block-collapsible-nav {
  padding: 0;
}
.page-main .sidebar .filter .filter-title {
  display: none;
}
.page-main .sidebar .filter .action.remove.filter-url {
  display: block;
  line-height: 24px;
  color: #f07c29;
}
.page-main .sidebar .filter .action.remove.filter-url:hover {
  text-decoration: underline;
}
.page-main .sidebar .filter .filter-current-subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #333333;
  font-weight: 700;
}
.page-main .sidebar .filter .action.clear.filter-clear {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 28px;
  padding: 0 15px;
  background: #3c3c3c;
  border-radius: 5px;
  color: #fff;
}
.page-main .sidebar .filter .action.clear.filter-clear:hover {
  background: #f07c29;
}
.page-main .sidebar .filter .filter-content .filter-current .filter-label {
  font-weight: 500;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.page-main .sidebar .filter .filter-content .filter-options .active > .filter-options-title:after {
  content: '\f077';
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f078';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content {
  margin: 0 0 30px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li:last-child {
  border-bottom: none;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a {
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0px 0;
  color: #666666;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 16px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a:hover {
  color: #f07c29;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a:hover .count {
  color: #f07c29;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a .count {
  display: inline-block;
  vertical-align: top;
  color: #898989;
  font-size: 14px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content .swatch-attribute.color {
  padding-top: 7px;
  padding-bottom: 9px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content .swatch-option.color {
  width: 21px;
  height: 21px;
  border: none;
  margin: 0 14px 10px 0;
  min-width: 0;
  padding: 0;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content .swatch-option.color[option-label="White"] {
  border: 1px solid #ebebeb;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content .swatch-option.text {
  border: 1px solid #ebebeb;
  font-weight: 400;
  height: 25px;
  line-height: 25px !important;
}
.page-main .label-pro-new,
.page-main .hot-sale {
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 100;
  line-height: 18px;
  padding: 0 6px;
  background: #f07c29;
}
.page-main .label-pro-new:after,
.page-main .hot-sale:after {
  position: absolute;
  right: -6px;
  bottom: 0;
  content: "";
  border-left: 3px solid #f07c29;
  border-bottom: 4.5px solid #f07c29;
  border-top: 4.5px solid transparent;
  border-right: 3px solid transparent;
}
.page-main .label-pro-new:before,
.page-main .hot-sale:before {
  position: absolute;
  right: -6px;
  top: 0;
  content: "";
  border-left: 3px solid #f07c29;
  border-top: 4.5px solid #f07c29;
  border-bottom: 4.5px solid transparent;
  border-right: 3px solid transparent;
}
.page-main .hot-sale {
  background: #eeb900;
  top: 18px;
}
.page-main .hot-sale:after {
  position: absolute;
  right: -6px;
  bottom: 0;
  content: "";
  border-left: 3px solid #eeb900;
  border-bottom: 4.5px solid #eeb900;
  border-top: 4.5px solid transparent;
  border-right: 3px solid transparent;
}
.page-main .hot-sale:before {
  position: absolute;
  right: -6px;
  top: 0;
  content: "";
  border-left: 3px solid #eeb900;
  border-top: 4.5px solid #eeb900;
  border-bottom: 4.5px solid transparent;
  border-right: 3px solid transparent;
}
.page-main .hot-sale small {
  display: none;
}
.page-main .price-box p {
  display: inline-block;
  vertical-align: top;
}
.page-main .price-box p:first-child {
  margin-right: 5px;
}
.page-main .price-box .price {
  color: #f07c29;
  font-size: 20px;
  font-weight: 400;
}
.page-main .price-box .special-price {
  display: inline-block;
  vertical-align: top;
}
.page-main .price-box .special-price .price-label {
  display: none;
}
.page-main .price-box .old-price {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.page-main .price-box .old-price .price-label {
  display: none;
}
.page-main .price-box .old-price .price {
  color: #909090;
  text-decoration: line-through;
  font-weight: 400;
}
.group-title1 {
  position: relative;
  display: block;
  margin-top: 95px;
  margin-bottom: 47px;
  text-align: center;
}
.group-title1 h2 {
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
.des-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 23px;
}
.des-title p {
  font-size: 16px;
  line-height: 24px;
  max-width: 560px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.group-title2 {
  margin-bottom: 30px;
}
.group-title2 h2 {
  font-size: 18px;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  text-transform: uppercase;
}
.group-title2 h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #f07c29;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.block-recent-posts {
  text-align: center;
}
.block-recent-posts .group-title1 {
  margin-top: 85px;
}
.block-recent-posts .blog-image {
  position: relative;
}
.block-recent-posts .blog-image a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.block-recent-posts .blog-image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.block-recent-posts .blog-image a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.block-recent-posts .blog-image .time {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'Open Sans', sans-serif;
}
.block-recent-posts .blog-image .time .date-time {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  width: 54px;
  height: 54px;
  background: #fff;
  display: block;
}
.block-recent-posts .blog-image .time .date-time .date {
  display: block;
  padding-top: 6px;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1;
}
.block-recent-posts .blog-image .time .date-time .month {
  line-height: 1;
}
.block-recent-posts .blog-content {
  text-align: center;
}
.block-recent-posts .blog-content .blog-title {
  display: block;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  margin-bottom: 6px;
  margin-top: 9px;
  margin-bottom: 16px;
  font-family: 'Rufina', serif;
}
.block-recent-posts .blog-content .blog-title a {
  color: #333333;
}
.block-recent-posts .blog-content .blog-title a:hover {
  color: #f07c29;
}
.block-recent-posts .blog-content .short-des {
  line-height: 24px;
  font-size: 14px;
  padding: 0 0 25px 0;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.block-recent-posts .blog-content a.readmore {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  text-transform: capitalize;
}
.block-recent-posts .blog-content a.readmore:after {
  content: "\e87a";
  font-family: 'Linearicons-Free';
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  font-size: 11px;
  margin-left: 11px;
}
.block-recent-posts .blog-content a.readmore:hover {
  color: #f07c29;
}
.brandslider-container .group-title1 {
  display: none;
}
.brandslider-container .container-inner {
  padding: 39px 0;
  border-top: 1px solid #d6d6d6;
}
.brandslider-container .container-inner img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.brandslider-container .container-inner img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.catlist {
  margin-top: 50px;
}
.catlist .owl-pagination {
  margin-top: 15px;
}
.catlist .catlist_level_top a {
  text-align: center;
  display: block;
  border: 2px solid #eeeeee;
  padding: 25px 0;
}
.catlist .catlist_level_top a:hover span {
  color: #f07c29;
}
.catlist .catlist_level_top a:hover .thumb {
  display: none;
}
.catlist .catlist_level_top a:hover .thumb-hover {
  display: inline-block;
}
.catlist .catlist_level_top a span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  margin-top: 25px;
  font-weight: 700;
}
.catlist .catlist_level_top a .thumb {
  display: inline-block;
}
.catlist .catlist_level_top a .thumb-hover {
  display: none;
}
.block.newsletter {
  width: 100% !important;
  margin: 140px 0 0 0;
  text-align: center;
  background: #f07c29 url(../images/bkg_newsletter.jpg) top center no-repeat;
  padding: 45px 25px 25px 25px;
  min-height: 350px;
  position: relative;
}
.block.newsletter:after {
  content: "";
  width: 53px;
  height: 53px;
  background: #fff;
  border: 2px solid #f07c29;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -26px;
  z-index: -1;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block.newsletter:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #f07c29;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -42px;
  z-index: 1;
  border-radius: 100%;
}
.block.newsletter .title {
  font-size: 22px;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 28px;
}
.block.newsletter .des {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  margin-bottom: 0;
  position: relative;
  margin-top: 24px;
  width: 100%;
  display: inline-block;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter .field .control input {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 30px;
  height: 38px;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  width: 100%;
  font-weight: 400;
}
.block.newsletter .field .control input:focus {
  outline: none;
  box-shadow: none;
}
.block.newsletter .field .control #newsletter-error {
  position: absolute;
  top: 100%;
  font-size: 13px;
  color: #fff;
}
.block.newsletter .field .actions {
  display: block;
  margin-top: 28px;
  width: auto;
}
.block.newsletter .field .actions button.subscribe {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0 25px;
  background: #fff;
  color: #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.block.newsletter .field .actions button.subscribe:hover {
  color: #f07c29;
}
.block.newsletter ::-webkit-input-placeholder {
  color: #fff;
}
.block.newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.block.newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.block.newsletter :-ms-input-placeholder {
  color: #fff;
}
.plazathemes-instagram-gallery .col {
  padding: 4px;
}
.plazathemes-instagram-gallery .follow-us {
  padding-top: 10px;
  font-style: italic;
  display: block;
  clear: both;
  color: #999999;
}
.plazathemes-instagram-gallery .follow-us:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin: 0 10px;
  font-style: normal;
  text-decoration: none;
  vertical-align: middle;
}
.plazathemes-instagram-gallery .follow-us:hover {
  text-decoration: underline;
  color: #f07c29;
}
.ma-corporate-about {
  padding: 30px 0;
}
.ma-corporate-about .block-wrapper {
  background: url(../images/wrapper1.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper2 {
  background: url(../images/wrapper2.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper3 {
  background: url(../images/wrapper3.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper4 {
  background: url(../images/wrapper4.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  padding-left: 41px;
}
.ma-corporate-about .block-wrapper .text-des p {
  color: #222;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
}
.ma-corporate-about .block-wrapper .text-des span {
  color: #909090;
}
.purchase-progress {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 100px;
}
.purchase-progress .col {
  margin-top: 30px;
}
.purchase-progress .title {
  font-size: 28px;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.purchase-progress h3 {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.purchase-progress p {
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.static-about-us .static-content {
  padding: 15px;
  border: 1px solid #ededed;
}
.static-about-us .static-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
.static-about-us .static-content p {
  font-size: 13px;
  line-height: 24px;
}
.static-about-us .static-content a {
  text-transform: uppercase;
  color: #ff5353;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}
.static-about-us .static-content a:hover {
  color: #f07c29;
  text-decoration: underline;
}
.static-about-us .static-content .image {
  padding: 30px 0 40px 0;
  text-align: center;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
}
.price-box p:first-child {
  margin-right: 5px;
}
.price-box .price {
  color: #f07c29;
  font-size: 20px;
  font-weight: 400;
}
.price-box .price-label {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}
.price-box .special-price {
  display: inline-block;
  vertical-align: top;
}
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.price-box .old-price .price-label {
  display: none;
}
.price-box .old-price .price {
  color: #909090;
  text-decoration: line-through;
  font-weight: 400;
}
.product.media .fotorama__stage {
  margin-bottom: 20px;
}
.product.media .fotorama__thumb {
  background: #fff;
}
.product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0;
}
.product.media .fotorama__thumb-border {
  display: none;
}
.product.media .fotorama__nav__frame--thumb {
  margin-right: 3px;
  border: 1px solid #e6e4e4;
  position: relative;
}
.product.media .fotorama__nav__frame--thumb.fotorama__active {
  border-color: #f07c29;
}
.product.media .fotorama__nav__frame--thumb:last-child {
  margin-right: 0;
}
.product.media .fotorama__stage.fotorama__shadows--left:before,
.product.media .fotorama__nav.fotorama__shadows--left:before,
.product.media .fotorama__stage.fotorama__shadows--right:after,
.product.media .fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
.product-add-form .swatch-attribute-label {
  font-size: 14px;
  font-weight: 500;
}
.product-add-form .box-tocart {
  overflow: hidden;
  margin: 30px 0 5px 0;
  clear: both;
}
.product-add-form .box-tocart .field.qty {
  margin-top: 5px;
  overflow: hidden;
  margin: 0 5px 10px 0 !important;
  padding: 0;
  float: left;
}
.product-add-form .box-tocart .field.qty .label {
  line-height: 42px;
  margin: 0 10px 0 0 !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  display: none;
}
.product-add-form .box-tocart .field.qty .control {
  display: inline-block;
  vertical-align: top;
}
.product-add-form .box-tocart .field.qty .control input.input-text {
  height: 50px;
  width: 70px;
  text-align: center;
  border: 0;
  font-size: 14px;
  color: #fff;
  margin: 0;
  background: #333;
}
.product-add-form .box-tocart .actions {
  float: left;
  padding-top: 0 !important;
}
.product-add-form .box-tocart .actions .action.primary {
  border: 0;
  line-height: 50px;
  height: 50px;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 28px;
  background: #333;
}
.product-add-form .box-tocart .actions .action.primary:before {
  display: none;
}
.product-add-form .box-tocart .actions .action.primary:hover {
  background-color: #f07c29;
}
.product-social-links {
  overflow: hidden;
}
.product-social-links .product-addto-links {
  float: left;
  margin: 0;
}
.product-social-links .action {
  font-size: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 50px !important;
  height: 50px;
  width: 50px;
  float: left;
  text-align: center;
  position: relative;
  border-radius: 0 !important;
  margin-left: 7px !important;
  background: #333 !important;
}
.product-social-links .action:before {
  content: "\f004";
  font-family: 'FontAwesome';
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
  line-height: inherit;
  font-weight: normal;
}
.product-social-links .action.towishlist {
  margin-left: 0 !important;
}
.product-social-links .action.tocompare {
  width: 50px !important;
}
.product-social-links .action.tocompare:before {
  content: "\f200";
}
.product-social-links .action.mailto.friend:before {
  font-size: 30px;
  color: #fff;
  line-height: inherit;
}
.product-social-links .action:hover {
  background-color: #f07c29 !important;
}
.product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
.product-options-bottom .box-tocart .actions {
  padding: 0;
}
.product-options-bottom .old-price,
.product-options-bottom .special-price {
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-options-bottom .price-box .weee {
  line-height: normal;
}
.product-info-main .page-title-wrapper {
  text-align: left;
  padding: 0 !important;
}
.product-info-main .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  padding: 0;
  margin: 15px 0 9px 0 !important;
}
.product-info-main .page-title-wrapper .page-title:after {
  display: none;
}
.product-info-main .price-box {
  float: left;
  width: 100%;
  margin: 26px 0;
  line-height: normal !important;
}
.product-info-main .price-box .price-box {
  margin: 0;
}
.product-info-main .price-box .minimal-price .price-label {
  line-height: 34px;
  margin-right: 10px;
}
.product-info-main .price-box .special-price {
  margin: 0;
}
.product-info-main .price-box .weee {
  line-height: normal;
}
.product-info-main .product-reviews-summary {
  margin: 20px 0 0 0;
  padding: 14px 0 12px 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.product-info-main .product-reviews-summary .rating-summary {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 14px;
  font-weight: 300;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku {
  clear: both;
}
.product-info-main .product-info-stock-sku .stock {
  font-size: 14px;
  color: #989898;
  text-transform: capitalize;
  margin-right: 0;
  font-weight: 400;
  margin-right: 15px;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
  line-height: 20px;
  font-size: 14px;
  color: #989898;
  text-transform: uppercase;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type:after {
  content: ":";
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attribute.overview {
  clear: both;
  padding: 30px 0;
  margin: 10px 0 0 0;
  line-height: 28px;
  font-weight: 400;
  color: #8c8c8c;
}
.product.info.detailed {
  padding-top: 60px;
  margin-bottom: 0;
}
.product.info.detailed .product.attribute.description {
  font-weight: 300;
}
.product.info.detailed .product.data.items {
  margin-bottom: 0;
}
.product.info.detailed .items > .item.title {
  margin-right: 35px;
  overflow: visible;
  margin-bottom: 0 !important;
}
.product.info.detailed .items > .item.title a {
  font-size: 16px;
  color: #333333 !important;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  border: 0;
  padding: 0 !important;
  background: transparent;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.product.info.detailed .items > .item.title a:visited {
  background: transparent !important;
}
.product.info.detailed .items > .item.title a:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #f07c29;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product.info.detailed .items > .item.title a:hover {
  background: transparent !important;
}
.product.info.detailed .items > .item.title.active a,
.product.info.detailed .items > .item.title:hover a {
  color: #333333 !important;
  background: transparent;
}
.product.info.detailed .items > .item.title.active a:after,
.product.info.detailed .items > .item.title:hover a:after {
  width: 100%;
}
.product.info.detailed .items > .item.content {
  background: transparent;
  padding: 25px 0;
  border: 0 !important;
  border-top: 2px solid #ededed !important;
}
.product.info.detailed .items > .item.content p {
  line-height: 24px;
}
.bundle-options-container {
  margin-top: 30px;
}
.bundle-options-container .legend.title,
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
}
.bundle-options-container .radio,
.bundle-options-container .checkbox {
  display: inline-block;
  margin: 0 3px 0 0;
}
.bundle-options-container .bundle-summary {
  clear: both;
}
.bundle-options-container .bundle-info .product-details {
  margin-top: 15px;
  overflow: hidden;
}
.bundle-options-container .bundle-info .price-box {
  margin: 15px 0;
}
.bundle-options-container .bundle-info .box-tocart {
  margin-top: 15px;
  overflow: hidden;
}
.bundle-options-container .product-addto-links {
  float: left;
  margin: 0;
}
.bundle-options-container .product-addto-links .action {
  font-size: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 50px !important;
  height: 50px;
  width: 50px;
  float: left;
  text-align: center;
  position: relative;
  border-radius: 0 !important;
  margin-left: 7px !important;
  background: #333 !important;
}
.bundle-options-container .product-addto-links .action:before {
  content: "\f004";
  font-family: 'FontAwesome';
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
  line-height: inherit;
  font-weight: normal;
}
.bundle-options-container .product-addto-links .action.towishlist {
  margin-left: 0 !important;
}
.bundle-options-container .product-addto-links .action.tocompare {
  width: 50px !important;
}
.bundle-options-container .product-addto-links .action.tocompare:before {
  content: "\f200";
}
.bundle-options-container .product-addto-links .action.mailto.friend:before {
  font-size: 30px;
  color: #fff;
  line-height: inherit;
}
.bundle-options-container .product-addto-links .action:hover {
  background-color: #f07c29 !important;
}
.fotorama--fullscreen {
  text-align: center;
}
.block.related {
  margin-top: 0;
  margin-bottom: 0;
}
.block.related .group-title1 {
  margin-top: 15px;
}
.block.related .block-actions {
  display: none;
}
.block.related .field.choice.related {
  display: none;
}
.block.related .item .item-inner {
  margin-bottom: 0;
}
.block.upsell {
  margin-bottom: 0;
}
.block.upsell .group-title1 {
  margin-top: 60px;
}
.block.upsell .item .item-inner {
  margin-bottom: 0;
}
.block.crosssell {
  margin-bottom: 0;
}
.block.crosssell .item .item-inner {
  margin-bottom: 0;
}
.cms-index-index .page-footer {
  margin-top: 0 !important;
}
.page-footer {
  padding: 0 !important;
  margin: 90px 0  0 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.footer-container .footer-top {
  background: #222222;
}
.footer-container .footer-top ul.link-footer {
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid #393939;
  margin-bottom: 47px;
}
.footer-container .footer-top ul.link-footer li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
.footer-container .footer-top ul.link-footer li:last-child:after {
  opacity: 0;
  margin-right: 0;
  padding-right: 0;
}
.footer-container .footer-top ul.link-footer li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #808080;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-container .footer-top ul.link-footer li a {
  line-height: 24px;
  font-size: 13px;
  color: #999999;
  display: block;
  text-transform: capitalize;
}
.footer-container .footer-top ul.link-footer li a:hover {
  color: #f07c29;
}
.footer-container .footer-top .footer-static {
  color: #999999;
  font-weight: 400;
  padding-bottom: 25px;
}
.footer-container .footer-top .footer-static .f-col {
  margin-bottom: 20px;
  position: relative;
}
.footer-container .footer-top .footer-static .f-col:after {
  position: absolute;
  content: "";
  height: 100%;
  right: 15px;
  top: 0;
  border-right: 1px solid #393939;
}
.footer-container .footer-top .footer-static .f-col:last-child:after {
  opacity: 0;
}
.footer-container .footer-top .footer-static .f-col.allow.active .footer-static-title:after {
  content: "\f068";
}
.footer-container .footer-top .footer-static .f-col .footer-static-title {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  cursor: pointer;
  border: 0;
}
.footer-container .footer-top .footer-static .f-col .footer-static-title:after {
  display: inline-block;
  font-family: FontAwesome;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  font-size: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-container .footer-top .footer-static .f-col .footer-static-title h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content {
  line-height: 30px;
  font-size: 14px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links {
  list-style: none;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li {
  display: block;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li a {
  color: #999999;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li a:hover {
  color: #f07c29;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-contact p.adress span {
  display: block;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-contact p span {
  color: #fff;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-time p {
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-time p span.day {
  float: left;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-time p span.time {
  float: right;
}
.footer-container .footer-bottom {
  background: #222222;
}
.footer-container .footer-bottom .container-inner {
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 2px solid #393939;
}
.footer-container .footer-bottom .footer-payment {
  float: right;
  padding: 2px 0;
}
.footer-container .footer-bottom .copyright {
  float: left;
  color: #999999;
  font-size: 14px;
  background: none;
  max-width: 200px;
  text-transform: none;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 0;
}
.footer-container .footer-bottom .copyright a {
  color: #ffa800;
}
.footer-container .footer-bottom .copyright a:hover {
  text-decoration: underline;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 38px;
  padding: 0 18px;
  font-size: 12px;
  background-image: none;
}
.static-sidebar {
  margin-bottom: 40px;
  text-align: left;
}
.static-sidebar-right {
  margin-top: 40px;
}
.module-group .group-title1 {
  margin-top: 90px;
}
.page-main .module-product2 .item .item-inner:first-child {
  margin-bottom: 25px;
}
.page-main .module-product2 .item .item-inner .des .product-name {
  margin-top: 0;
  margin-bottom: 0;
}
.page-main .module-product2 .item .item-inner .des .product-name .product-item-name a {
  font-size: 14px;
  margin-bottom: 0px;
}
.page-main .module-product2 .item .item-inner .des .price-final_price.price-box {
  margin-top: 0;
}
.page-main .module-product2 .item .item-inner .des .price-final_price.price-box .price {
  font-size: 18px;
}
.page-main .module-product2 .item .item-inner .des .price-final_price.price-box .old-price {
  padding: 2px 0;
}
.page-main .module-product2 .item .item-inner .des .price-final_price.price-box .old-price .price {
  font-size: 15px;
}
.page-main .module-product3 {
  margin-top: 100px;
}
.page-main .module-product3 .container-inner {
  border-top: 1px solid #e5e5e5;
}
.page-main .module-product3 .item .item-inner:first-child {
  margin-bottom: 40px;
}
.page-main .module-sidebar .group-title1 {
  text-align: left;
  margin-bottom: 27px;
}
.page-main .module-sidebar .group-title1 h2 {
  font-size: 18px;
}
.page-main .module-sidebar .item .item-inner {
  margin-bottom: 0;
  margin-top: 17px;
  overflow: hidden;
  padding-top: 21px;
  border-top: 1px solid #e5e5e5;
}
.page-main .module-sidebar .item .item-inner:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.page-main .module-sidebar .item .item-inner .image-container {
  float: left;
  width: 26.5%;
  padding: 0;
}
.page-main .module-sidebar .item .item-inner .image-container:before {
  display: none;
}
.page-main .module-sidebar .item .item-inner .image-container .product-item-photo .product-image-container {
  opacity: 1 !important;
}
.page-main .module-sidebar .item .item-inner .des {
  float: left;
  width: 73.5%;
  padding: 0 0 0 15px;
  text-align: left;
}
.page-main .module-sidebar .item .item-inner .des .product-name {
  margin-bottom: 0;
}
.page-main .module-sidebar .item .item-inner .des .product-name .product-item-name a {
  font-size: 14px;
  margin-bottom: 0px;
}
.page-main .module-sidebar .item .item-inner .des .product-reviews-summary {
  display: block;
}
.page-main .module-sidebar .item .item-inner .des .price-box.price-final_price {
  float: left;
  margin-top: 2px;
  display: block;
  text-align: left;
}
.page-main .module-sidebar .item .item-inner .des .actions {
  display: none;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -63px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 36px;
  height: 36px;
  line-height: 34px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  margin-right: 10px;
}
.pt-randomproduct-container {
  margin-bottom: 35px;
}
.pt-randomproduct-container .group-title1 {
  margin-top: 0;
}
.social-group {
  padding: 55px 0;
  background: #f6f6f6;
  margin-top: 100px;
}
.follow h3 {
  font-size: 18px;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 20px;
}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
}
ul.link-follow li {
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
  line-height: 52px;
  padding: 0;
  width: 52px;
  height: 52px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
ul.link-follow li a:before {
  font-size: 18px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #fff;
  background: #333333;
}
#twitter-feed .tweet-title h3 {
  color: #2d2d2d;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
#twitter-feed .twitter-article {
  position: relative;
  padding-left: 100px;
}
#twitter-feed .twitter-article:before {
  position: absolute;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: #f07c29;
  text-align: center;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timerproducts .owl-container .owl-carousel .owl-controls .owl-buttons {
  top: -71px;
}
.timerproducts .group-title1 {
  border-top: none;
  border-bottom: 2px solid #333333;
  text-align: left;
  margin-bottom: 17px;
}
.timerproducts .group-title1 h2 {
  padding-bottom: 20px;
}
.timerproducts .item {
  position: relative;
}
.timerproducts .item .item-inner {
  margin-bottom: 0;
}
.timerproducts .item .item-inner .image-container {
  display: none;
}
.timerproducts .item .item-inner .des {
  text-align: left;
  padding: 0;
}
.timerproducts .item .item-inner .des .product-item-name a {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
}
.timerproducts .item .item-inner .des .product-item-name a:hover {
  color: #f07c29;
}
.timerproducts .item .item-inner .des .short-description {
  margin-top: 3px;
  margin-bottom: 28px;
}
.timerproducts .item .item-inner .des .short-description p {
  line-height: 24px;
  font-size: 14px;
}
.timerproducts .item .item-inner .des .price-final_price.price-box {
  text-align: left;
  margin-top: 15px;
}
.timerproducts .item .item-inner .des .price-final_price.price-box .price {
  font-size: 30px;
}
.timerproducts .countdown-container {
  margin: 0 0 30px 0;
}
.countdown-container {
  width: 100%;
  z-index: 3;
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 19px;
  border-bottom: 1px solid #e5e5e5;
}
.countdown-container .countdown-inner {
  max-width: 250px;
}
.countdown-container .timer {
  width: 25%;
  float: left;
  text-align: left;
  text-transform: capitalize;
  position: relative;
}
.countdown-container .timer:last-child .timer-inner b:after {
  display: none;
}
.countdown-container .timer .timer-inner {
  display: block;
}
.countdown-container .timer .timer-inner b {
  margin-bottom: 1px;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1;
  position: relative;
}
.countdown-container .timer .timer-inner b:after {
  content: ":";
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 24px;
  line-height: 7px;
}
.countdown-container .timer .timer-inner span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #a8a8a8;
}
/*===custommenu==============*/
.nav-container {
  position: relative;
  z-index: 3;
}
.pt_custommenu {
  position: relative;
  z-index: 1000;
  text-align: left;
}
.pt_custommenu div.pt_menu {
  display: inline-block;
  margin-right: 10px;
}
.pt_custommenu div.pt_menu:last-child {
  margin-right: 0;
}
.pt_custommenu div.pt_menu:last-child .parentMenu a span:after {
  display: none;
}
.pt_custommenu div.pt_menu.act .parentMenu a:before {
  opacity: 1;
}
.pt_custommenu div.pt_menu.act .parentMenu a span:before {
  border-left-color: #a74600;
  border-bottom-color: #a74600;
}
.pt_custommenu div.pt_menu.act .parentMenu a span:after {
  opacity: 1;
  width: 220%;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_link .parentMenu a:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a {
  display: block;
  line-height: 25px;
  padding: 13px 20px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.pt_custommenu div.pt_menu .parentMenu a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -8px;
  bottom: 0;
  background: #f07c29;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pt_custommenu div.pt_menu .parentMenu a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.pt_custommenu div.pt_menu .parentMenu a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #f07c29;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pt_custommenu div.pt_menu .parentMenu a span:before {
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  border: 4px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pt_custommenu div.pt_menu .parentMenu a:hover:before,
.pt_custommenu div.pt_menu .parentMenu a.act:before {
  opacity: 1;
}
.pt_custommenu div.pt_menu .parentMenu a:hover span:before,
.pt_custommenu div.pt_menu .parentMenu a.act span:before {
  border-left-color: #a74600;
  border-bottom-color: #a74600;
}
.pt_custommenu div.pt_menu .parentMenu a:hover span:after,
.pt_custommenu div.pt_menu .parentMenu a.act span:after {
  opacity: 1;
  width: 220%;
}
.pt_custommenu div.pt_menu .parentMenu a.sale {
  font-size: 14px;
  font-weight: 400;
}
.pt_custommenu div.pt_menu .parentMenu a.sale:before {
  border-radius: 4px;
  opacity: 1;
}
.pt_custommenu div.pt_menu .parentMenu a.sale span:before {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a.sale span:after {
  width: 100%;
  display: block;
  opacity: 1;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 30px 0 25px 0;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  top: 100% !important;
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #f07c29;
}
.pt_custommenu div.popup a.act {
  color: #f07c29 !important;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 12px;
  color: #393939;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Open Sans', sans-serif;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  color: #f07c29;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover {
  color: #f07c29;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 230px;
  padding-left: 30px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 30px;
}
.pt_custommenu .pt_menu_link {
  padding: 0;
}
.pt_custommenu .pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
/*menu links*/
ul.menu-links {
  display: inline-block;
  vertical-align: top;
}
ul.menu-links li {
  float: left;
}
ul.menu-links li a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-right: 1px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0px;
  line-height: 27px;
}
ul.menu-links li a:hover,
ul.menu-links li a.act {
  color: #f07c29;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #f07c29;
  border-radius: 0;
  margin: 0;
}
.menu-mobile {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.ma-nav-mobile-container .mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.ma-nav-mobile-container .mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ma-nav-mobile-container .mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.ma-nav-mobile-container .mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.ma-nav-mobile-container .mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.ma-nav-mobile-container .mobilemenu a {
  text-decoration: none;
  line-height: 30px;
  padding: 10px 0;
  color: #fff;
  margin: 0 15px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.ma-nav-mobile-container .mobilemenu a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.ma-nav-mobile-container .mobilemenu li.active a,
.mobilemenu a:hover {
  color: #f07c29;
}
.ma-nav-mobile-container .mobilemenu li.level1 > a {
  text-transform: uppercase;
}
.ma-nav-mobile-container .pt_menu_link a {
  text-transform: uppercase;
}
.ma-nav-mobile-container .mobilemenu ul a {
  color: #fff !important;
  font-size: 14px;
  margin: 0 30px;
}
.ma-nav-mobile-container .mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #f07c29 !important;
}
.ma-nav-mobile-container .mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #fff !important;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.ma-nav-mobile-container .mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #f07c29 !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul a,
.ma-nav-mobile-container .mobilemenu ul ul li.active ul a {
  color: #fff !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul a:hover,
.ma-nav-mobile-container .mobilemenu ul ul ul li.active a,
.ma-nav-mobile-container .mobilemenu ul ul li.active ul a:hover {
  color: #f07c29 !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul ul a,
.ma-nav-mobile-container .mobilemenu ul ul ul li.active ul a {
  color: #fff !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul ul a:hover,
.ma-nav-mobile-container .mobilemenu ul ul ul ul li.active a,
.ma-nav-mobile-container .mobilemenu ul ul ul li.active ul a:hover {
  color: #f07c29 !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.ma-nav-mobile-container .mobilemenu li ul li {
  font-size: 0.9em;
}
/*----------- button mobilemenu -------------*/
.ma-nav-mobile-container .mobilemenu span.head {
  position: absolute;
  top: 18px;
  right: 0px;
}
.ma-nav-mobile-container .mobilemenu span.head a {
  color: #fff;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ma-nav-mobile-container .mobilemenu span.head a:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
}
.ma-nav-mobile-container .mobilemenu span.head a:after {
  display: none;
}
/*.mobilemenu span.head a:hover*/
.ma-nav-mobile-container .mobilemenu li.active > span.head a:before {
  content: "\f106";
}
.ma-nav-mobile-container .mobilemenu li.selected span.head a:before {
  content: "\f106";
}
/*=================== Vertical Megamenu =======================*/
.cms-index-index .verticalmenu-container .pt_vmegamenu {
  display: block;
}
#pt_vmegamenu .readmore {
  display: none;
}
.verticalmenu-container {
  position: relative;
}
.verticalmenu-container .megamenu-title {
  line-height: 27px;
  padding: 10px 10px 10px 49px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-left: 5px solid #f07c29;
  position: relative;
  background: #2f2e2e;
  display: block;
  cursor: pointer;
}
.verticalmenu-container .megamenu-title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  top: 50%;
  margin-top: -6.5px;
  left: 11px;
  background: url(../images/bkg_nav.png) center no-repeat;
}
.verticalmenu-container .pt_vmegamenu {
  position: absolute;
  top: 100% !important;
  left: 0;
  z-index: 1000;
  width: 100%;
  border: 1px solid #ededed;
  padding: 8px 0;
  background: #fff;
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu {
  padding: 0 10px;
  position: relative;
}
.verticalmenu-container .pt_vmegamenu .pt_menu.pt_menu_no_child .parentMenu a:after {
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a {
  text-decoration: none;
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 10px 31px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  color: #b8b8b8;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover {
  color: #f07c29;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover:after {
  color: #f07c29;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover .thumbnail-image {
  opacity: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover .thumbnail-image.thumbnail-image-hover {
  opacity: 1;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  left: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image img {
  height: 20px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image.thumbnail-image-hover {
  opacity: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup {
  padding: 0;
  display: none;
  position: absolute;
  left: 100% !important;
  top: 0px !important;
  text-align: left;
  z-index: 3000;
  width: 900px !important;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 {
  overflow: hidden;
  float: left;
  border: 1px solid #ededed;
  background: #fff;
  padding: 20px;
  padding-left: 30px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column {
  float: left;
  width: 200px;
  margin-right: 30px;
  padding-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.last {
  margin-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1 {
  font-size: 15px;
  color: #333333;
  padding-bottom: 8px;
  line-height: 22px;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1:hover {
  color: #f07c29;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 {
  margin-bottom: 25px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1:last-child {
  margin-bottom: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenuName.level2 {
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  padding: 5px 0;
  display: block;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.blockright {
  width: auto;
}
.verticalmenu-container .pt_vmegamenu #show_more.hide_more span:before {
  content: "\f056";
}
.verticalmenu-container .pt_vmegamenu #show_more span {
  text-decoration: none;
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  color: #f07c29;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 0px 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.verticalmenu-container .pt_vmegamenu #show_more span:before {
  content: "\f055";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}
/*=============================================================*/
#back_top {
  background: #333;
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 36px;
  z-index: 9999;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
#back_top:hover {
  background: #f07c29;
  border-color: #f07c29;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\e682";
  font-family: 'Pe-icon-7-stroke';
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #000;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
#newsletter_pop_up .b-close:after {
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  line-height: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#newsletter_pop_up .b-close:hover {
  background: #f07c29;
}
#newsletter_pop_up .title {
  font-size: 30px;
  font-weight: 400;
  margin-top: 60px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
  margin: 0 0 20px;
  width: 380px;
  height: 41px;
  line-height: 20px;
  padding: 0 10px;
  border: 0;
  background: #ebebeb;
  color: #333;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 12px;
  margin-top: -15px;
  color: red;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
.cms-content h2,
.cms-content h3 {
  font-size: 18px;
  line-height: normal;
  margin: 10px 0;
  text-transform: uppercase;
}
#product-review-container .rating-summary.item {
  margin-bottom: 5px;
}
#product-review-container .rating-summary.item .rating-label {
  padding: 0 10px 0 0;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px !important;
  line-height: 28px;
  text-align: left;
}
.block-search .block-content .label {
  display: none;
}
.block-search .block-content .control {
  padding: 0;
  position: relative;
  border: 0;
  margin: 0;
}
.block-search .block-content .control input {
  border: 1px solid #ededed;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  width: 100%;
  background: #fff;
  position: static;
  margin: 0;
  padding-right: 45px;
}
.block-search .block-content .control .nested {
  display: none !important;
}
.block-search .block-content .actions {
  z-index: 1;
}
.block-search .block-content .actions .action.search {
  padding: 0;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  line-height: normal;
  border-radius: 0;
}
.block-search .block-content .actions .action.search > span {
  font-size: 0;
  display: none;
}
.block-search .block-content .actions .action.search:before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 16px;
  color: #333333;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.blog-post-view .block.related .block-title {
  text-align: left;
  margin-bottom: 12px;
  position: relative;
  margin-top: 40px;
  border-bottom: 1px solid #ebebeb;
  padding-right: 65px;
}
.blog-post-view .block.related .block-title strong {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 0 0 9px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.blog-post-view .block.related .block-title strong:after {
  content: "";
  background: #f4a137;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.blog-post-view .block.related .product-item-actions {
  margin: 0;
  overflow: hidden;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action {
  font-size: 0;
  height: 37px;
  line-height: 37px;
  border: 0;
  padding: 0;
  border-bottom: 3px solid #e1e1e1;
  float: left;
  width: 37px;
  font-weight: 400;
  text-align: center;
  position: relative;
  color: #8b8b8b;
  border-radius: 4px;
  background: #f1f1f1;
  margin: 0 10px 0 0;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action:hover {
  color: #fff;
  background-color: #f07c29;
  border-color: #df891c;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action:hover:before {
  color: #fff;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action:before {
  content: "\f004";
  color: #8b8b8b;
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 37px;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action.tocompare:before {
  content: "\f074";
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action.mailto.friend:before {
  content: "\f0e0";
}
.blog-index-index .post-title,
.blog-post-view .post-title {
  margin-bottom: 10px;
}
.blog-index-index .post-title a,
.blog-post-view .post-title a {
  text-transform: uppercase;
  color: #333333;
}
.blog-index-index .post-title a:hover,
.blog-post-view .post-title a:hover {
  color: #f07c29;
}
.blog-index-index .block-recent-posts,
.blog-post-view .block-recent-posts {
  background: transparent;
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}
.blog-index-index .post-posed-date,
.blog-post-view .post-posed-date {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#blog_search_mini_form {
  position: relative;
}
.block-search .control {
  padding: 0 !important;
}
.block-search .action.search:hover:before {
  color: #b5b5b5 !important;
}
.swatch-option.text {
  line-height: 20px !important;
  padding: 0 8px !important;
}
.modal-popup .modal-header {
  position: relative;
  z-index: 10;
  border: none;
}
.modal-popup .modal-content {
  border: none;
  position: relative;
  z-index: 9;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #dedede;
  width: 95%;
  padding: 15px;
}
.modal-popup .modal-footer {
  border: none;
}
.cms-content-important {
  line-height: normal !important;
}
.fieldset > .field:not(.choice) > .label {
  padding: 0 !important;
  display: inline-block;
  vertical-align: top;
  text-align: left !important;
  width: auto !important;
  float: none !important;
  margin: 0 0 8px;
  color: #333;
  font-weight: 500;
}
.fieldset > .field:not(.choice) > .label:after {
  top: 0 !important;
  margin: 0;
}
.fieldset > .field:not(.choice) > .control {
  width: auto !important;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control .label {
  padding: 0;
}
.fieldset .legend {
  margin-left: 0 !important;
}
.fieldset > .field:before {
  display: none !important;
}
.about-info {
  margin-bottom: 30px;
}
.block-compare .counter,
.block-wishlist .counter {
  font-size: 1rem;
}
.block-customer-login {
  padding: 15px;
}
.account .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.account .page-title-wrapper .page-title {
  display: block;
}
.catalogsearch-result-index .page-title {
  margin-top: 0;
}
.page-product-bundle .page-main .price-box .price-label {
  display: inline-block;
}
.checkout-success .action.primary {
  margin-top: 15px !important;
}
.page-products .product-item-info {
  width: auto;
}
.product-item-info {
  width: auto;
}
.columns {
  display: block;
}
.columns .column.main {
  padding: 0;
}
.column.main .product-items {
  margin: 0;
}
.column.main .product-item {
  padding-left: 0;
}
@media (min-width: 1399px) {
  .owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
    opacity: 1;
  }
  .owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: -60px;
  }
  .owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: -60px;
  }
  .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
  }
  .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .box-menu-content .container-fluid {
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 {
    top: 50%;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title1 {
    font-size: 3vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title2 {
    font-size: 5vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 4vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 2.2vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    font-size: 1.5vw;
    line-height: 3vw;
    margin-top: 3vw;
    padding: 0 1.5vw;
  }
  .pt_custommenu div.pt_menu .parentMenu a {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-container .box-responsive {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
  }
  .header-container .top-search {
    position: static;
    display: inline-block;
    width: 100%;
    clear: both;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-container .top-search .block-search {
    width: 100%;
  }
  .header-container .top-search .block-search .block-content .control .actions .action.search {
    background: #222;
  }
  .header-container .top-search .block-search .block-content .control .actions .action.search:hover {
    background: #f07c29;
  }
  .header-container .top-search .block-search .block-content .control .actions .action.search:hover:before {
    color: #fff !important;
  }
  .static-top {
    margin-top: 20px;
  }
  .static-top .image a .text .text1 {
    font-size: 16px;
  }
  .static-top .image a .text .text2 {
    font-size: 20px;
    margin-right: -170px;
  }
  .bestseller-group {
    margin-top: 60px;
  }
  .bestseller-group .col2 {
    margin-top: 30px;
  }
  .page-main .module-product3 {
    margin-top: 60px;
  }
  .page-main .testimo-slider {
    margin-top: 60px;
  }
  .page-main .testimo-slider .pt-testimonial .des {
    padding: 20px 0;
  }
  .static-middle {
    margin-top: 53px;
    padding: 60px 0;
  }
  .module-group .group-title1 {
    margin-top: 55px;
  }
  .block-recent-posts .group-title1 {
    margin-top: 60px;
  }
  .social-group {
    margin-top: 60px;
  }
  .social-group .col2 {
    margin-top: 30px;
  }
  .block.newsletter {
    margin-top: 100px;
    padding-bottom: 50px;
    min-height: auto;
  }
  .group-title1 {
    margin-top: 55px;
  }
  .logo-home {
    margin-left: 50px;
    float: left;
  }
  .box-menu-content {
    max-width: 445px;
  }
  .box-menu-content .close-menu {
    top: 45px;
    margin-top: 0;
  }
  .box-menu-content .col-content {
    overflow-y: auto;
    position: fixed;
    top: 0;
    margin-top: 111px;
    height: calc(100% - 111px);
  }
  .cart-container .cart-summary,
  .cart-container .form-cart {
    width: 100% !important;
    position: static;
  }
  .page-footer {
    margin: 60px 0 0 0 !important;
  }
  .page-footer .footer-container .footer-support .support-info {
    position: static;
    display: block;
    clear: both;
    margin-bottom: 30px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #newsletter_pop_up,
  .b-modal {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .cms-index-index .page-wrapper .page-main {
    max-width: 100%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0 !important;
  }
  .product.info.detailed .items > .item.content {
    margin-top: 46px;
  }
  .page-layout-1column .product.media {
    width: 50% !important;
  }
  .page-layout-1column .product-info-main {
    width: 50% !important;
    padding-left: 100px;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    width: 25.64% !important;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    width: 74.36% !important;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 43% !important;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 57% !important;
    padding-left: 30px;
  }
  .page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-additional {
    width: 25% !important;
  }
  .page-layout-3columns .column.main {
    width: 50% !important;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-title:after {
    opacity: 0;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-content {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #back_top {
    display: none !important;
  }
  .sidebar {
    margin-top: 30px;
  }
  .owl-container .owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    font-size: 1.8vw;
    border-width: 1px;
  }
  .static-author-best .col-des .title {
    margin-bottom: 30px;
  }
  .static-author-best .col-des .name {
    font-size: 40px;
  }
  .header-container .search-cart .minicart-wrapper {
    margin-left: 30px;
  }
  .header-container .search-cart .minicart-wrapper .showcart {
    padding: 0 15px 0 0;
  }
  .header-container .search-cart .minicart-wrapper .showcart .text {
    display: none;
  }
  .header-container .search-cart .minicart-wrapper .showcart:before {
    position: static;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-container .search-cart .minicart-wrapper .showcart .counter.qty {
    right: 0;
    left: auto;
  }
  .page-main .categorytab-container ul.tabs {
    padding-top: 10px;
  }
  .page-main .categorytab-container ul.tabs li {
    margin-top: 10px;
  }
  .page-main .producttabs ul.tabs-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .page-main .producttabs ul.tabs-title li {
    margin-top: 10px;
  }
  .page-main .toolbar-products .limiter {
    margin-bottom: 10px;
  }
  .footer-container .footer-top .footer-static .f-col:after {
    display: none;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-title {
    margin-bottom: 20px !important;
    border: none;
    padding-bottom: 0;
  }
  .footer-container .footer-bottom {
    text-align: center;
  }
  .footer-container .footer-bottom .footer-payment {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .footer-container .footer-bottom .footer-copyright {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  .block-collapsible-nav {
    position: static;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    border: 1px solid #d1d1d1;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-main .category-products .toolbar-products .sorter,
  .page-main .category-products .toolbar-products .limiter {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 568px) {
  .pt-banner-container .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title1 {
    font-size: 3vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title2 {
    font-size: 5vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-url {
    margin-top: 2vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 5vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 6vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 2.8vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  .header-container .search-cart .links div a {
    font-size: 0;
  }
  .header-container .search-cart .links div a:before {
    font-size: 14px;
    margin: 0;
  }
  .static-top .image a .text .text1 {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .static-top .image a .text .text2 {
    font-size: 12px;
    margin-right: 0;
  }
  .static-author-best .col-des {
    width: 100%;
    float: none;
    padding: 0;
  }
  .static-author-best .col-image {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 30px;
  }
  .logo-home {
    max-width: 40%;
    margin-left: 40px;
  }
  .header-container .top-link .box-setting .minicart-wrapper {
    bottom: 41px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .header-container .top-link .box-setting .minicart-wrapper {
    bottom: 38px;
  }
}
/*Fix products-grid */
@media (min-width: 1200px) {
  .products.products-grid ul > li:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .products.products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 481px) {
  .products.products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .products.products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .products.products-grid ul > li {
    width: 100%;
  }
}
