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;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('../fonts/PT_Sans-Web-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Bold';
  src: url('../fonts/PT_Sans-Web-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #58585B;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
}
html,
body {
  display: block !important;
}
html .page-wrapper,
body .page-wrapper {
  background: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
html .page-wrapper .container,
body .page-wrapper .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1193px;
  width: 100%;
}
a {
  color: #58585B;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.checkbox {
  display: inline-block;
  vertical-align: top ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #58585B;
  font-family: 'Vidaloka', serif;
  font-weight: 700;
  line-height: 1.35;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.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: block;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  position: relative;
}
.page-title-wrapper a {
  display: block;
  margin-bottom: 15px;
}
.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: #ED1C24;
}
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: 36px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.action.primary:hover,
button:hover {
  background: #ED1C24;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.action.primary:visited,
button:visited {
  border: 0 !important;
}
.action.primary:focus,
button:focus {
  border: 0 !important;
  background: #666666;
}
.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: #ED1C24;
}
.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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  width: 30px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  color: #fff;
  border-radius: 0;
  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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 100%;
  display: none;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  background: url(../images/bkg_prev.png) center no-repeat;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:hover {
  background: url(../images/bkg_prev_hover.png) center no-repeat;
}
.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;
  background: url(../images/bkg_next.png) center no-repeat;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:hover {
  background: url(../images/bkg_next_hover.png) center no-repeat;
}
.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: #ED1C24;
  color: #fff;
}
.product-reviews-summary .reviews-actions {
  line-height: 13px;
  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: 70px;
}
.product-reviews-summary .rating-summary .rating-result:before {
  background: url(../images/bkg_rating2.png) repeat-x;
  content: "";
  color: #b6b6b6;
  font-size: 0;
  letter-spacing: 0;
  line-height: 13px;
  height: 13px;
  right: 0;
  margin: 0;
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  content: "";
  background: url(../images/bkg_rating1.png) repeat-x;
  font-size: 0;
  letter-spacing: 0;
  line-height: 13px;
  height: 13px;
  right: 0;
  margin: 0;
}
.breadcrumbs {
  display: block;
  background: #fff;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  margin: 0;
  text-transform: capitalize;
  max-width: 100% !important;
  padding: 0 !important;
}
.breadcrumbs .items {
  padding: 20px 0;
}

.catalog-product-view .breadcrumbs .items {
  padding: 20px 60px;
}

.breadcrumbs .items .item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  position: relative;
}
.breadcrumbs .items .item.home img {
  margin-top: 8px;
}
.breadcrumbs .items .item:not(:last-child) {
  padding-right: 15px;
  margin-right: 3px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: ">";
  position: absolute;
  right: 0;
  top: 48%;
  color: #474747;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs .items .item a {
  font-size: 14px;
  color: #474747;
  text-decoration: none;
}
.breadcrumbs .items .item a:hover {
  color: #ed1416;
}
.breadcrumbs .items .item strong {
  font-size: 14px;
  color: #ed1416;
}
.mobile-bar-icon {
  background: #fff 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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mobile-bar-icon:hover {
  background: #fff 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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 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: #ED1C24;
  padding: 5px 0;
}
.page-header .switcher .switcher-options .switcher-trigger:hover {
  color: #ED1C24;
}
.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;
  text-align: left;
  display: block;
  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: #58585B;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #ED1C24;
}
.slider-group .container-inner  > .row  > .col-md-9 {
  padding-left: 14px;
}
.logo-home {
  display: block;
  margin: 20px 0;
  clear: both;
}
.logo-home .nav-toggle {
  display: none;
}
.logo-home .logo {
  padding: 0;
  float: none;
  display: block;
  vertical-align: top;
  max-width: none;
  margin: 0 0 0 7px;
}
.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 li:last-of-type {
  display: none;
}
.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 .account {
  text-transform: none;
  font-size: 14px;
  color: #201d1d;
  letter-spacing: 0;
  text-align: right;
}
.header.links .customer-welcome .customer.name:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon_user.png) center no-repeat;
  display: table;
  float: left;
}
.header.links .customer-welcome .customer.name .fa {
  display: none;
}
.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: #58585B;
}
.header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #ED1C24;
  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;
}
.cms-index-index .item.product .item-inner .des > .price-box > .price-container.price-final_price,
.cms-index-index .item.product-item-info .item-inner .des > .price-box > .price-container.price-final_price,
.cms-index-index .products-item.item .item-inner .des > .price-box > .price-container.price-final_price {
  margin-top: 10px;
  display: table;
}
.cms-index-index .page-main .page.messages .message.success {
  margin: 10px 0 10px;
}
.header-container {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.header-container .top-link {
  text-align: center;
  display: table;
  float: right;
  margin: 38px 0 10px;
  background: #ffffff;
}
.header-container .top-link .top-link-inner {
  display: table;
  float: right;
}
.header-container .top-link .container-inner {
  position: relative;
  border-bottom: 1px solid #efefef;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.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: 5px 0;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger {
  text-shadow: none;
  cursor: pointer;
  font-size: 12px;
  text-transform: capitalize;
  overflow: hidden;
  color: #666666;
  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 {
  text-decoration: underline;
}
.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: -10px;
  padding: 0 20px;
  text-align: left;
  background: white;
  display: none;
  -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: 12px;
  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: #ED1C24;
}
.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: 5px 0;
  font-size: 12px;
}
.header-container .top-link .box-links > .header.links > li > a {
  color: #666666;
}
.header-container .top-link .box-links > .header.links > li > a:hover {
  text-decoration: underline;
}
.header-container .top-link .box-links > .header.links > li.customer-welcome {
  display: block;
  padding: 5px 0;
  position: relative;
  margin-right: 20px;
}
.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: 12px;
  text-transform: capitalize;
  overflow: hidden;
  color: #666666;
  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 {
  text-decoration: underline;
}
.header-container .top-link .box-links > .header.links .customer-welcome .customer.name .fa {
  display: none;
}
.header-container .top-link .box-links > .header.links .customer-welcome .customer-menu {
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -80px;
  display: none;
  z-index: 20;
}
.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: 12px;
  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: #ED1C24;
}
.header-container .header-inner {
  text-align: center;
  position: relative;
  background: #fff;
}
.header-container .header-inner .header-right {
  font-family: 'Lato-Medium', sans-serif;
  padding-left: 0;
}
.header-container .header-inner .header-right .header-phone {
  display: table;
  position: absolute;
  top: 10px;
  right: 18px;
  text-align: right;
  font-size: 14px;
  color: #379595;
  letter-spacing: 0;
  line-height: 20px;
  width: 100%;
}
.header-container .header-inner .header-right .header-phone i {
  font-size: 18px;
  margin-top: 1px;
}
.header-container .header-inner .container-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.header-container .top-menu {
  background: #F7F7F7;
  position: relative;
  font-family: 'Lato-Medium', sans-serif;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07);
  z-index: 9;
}
.header-container .top-menu .container-inner {
  position: relative;
}
.header-container .top-menu.fix-header {
  background: rgba(255, 255, 255, 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: 1001;
  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 .verticalmenu-container #pt_vmegamenu {
  display: none;
}
.header-container .top-menu.fix-header .verticalmenu-container:hover #pt_vmegamenu {
  display: block;
  transition: visibility 0s, opacity 0.5s linear;
}
.header-container .top-menu.fix-header .pt_custommenu {
  margin: 0;
}
.header-container .top-menu.fix-header .pt_menu_link.pt_menu .parentMenu a {
  padding: 20px 31px 18px;
}
.header-container .top-menu.fix-header .pt_menu_link.pt_menu .parentMenu li:first-of-type a {
  padding-left: 42px;
}
.header-container .top-menu.fix-header .pt_menu_link.pt_menu .parentMenu li:last-of-type a {
  padding-right: 0;
}
.header-container .top-menu .pt_custommenu .verticalmenu-container .megamenu-title {
  font-size: 16px;
  color: #141414;
}
.header-container .top-menu .pt_custommenu .verticalmenu-container .megamenu-title:hover {
  color: #ec2326 !important;
}
.header-container .open-menu {
  position: absolute;
  left: 0;
  top: 22px;
  margin-top: 0;
  z-index: 1;
  padding: 6px 1px;
  background: #ee0a00;
  border-radius: 5px;
}
.header-container .open-menu:hover {
  background: #58585b;
}
.header-container .open-menu span {
  color: #fff;
  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 .top-search {
  margin: 30px auto 0;
  width: 490px;
  max-width: 100%;
  -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;
  width: 100%;
}
.header-container .top-search .block-search .block-content .control {
  overflow: hidden;
}
.header-container .top-search .block-search .block-content .control input {
  width: 490px;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #4e4e51;
}
.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: 36px;
  line-height: 42px;
  background: transparent;
  opacity: 1;
}
.header-container .top-search .block-search .block-content .control .actions .action.search:hover:before {
  color: #ED1C24 !important;
}
.header-container .top-search ::-webkit-input-placeholder {
  color: #666;
}
.header-container .top-search :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.header-container .top-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.header-container .top-search :-ms-input-placeholder {
  color: #666;
}
.header-container .search-cart {
  float: right;
  margin: 46px 3px 10px;
}
.header-container .search-cart .minicart-wrapper {
  float: right;
  margin: 0 ;
  position: relative;
  z-index: 20;
}
.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;
  padding: 0 0 0 42px;
}
.header-container .search-cart .minicart-wrapper .showcart .cart-total .price {
  font-size: 14px;
  color: #474747;
  text-transform: lowercase;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.header-container .search-cart .minicart-wrapper .showcart:before {
  content: "";
  width: 30px;
  height: 30px;
  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;
  width: auto;
  height: auto;
  text-transform: none;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.header-container .search-cart .minicart-wrapper .showcart .counter.qty {
  line-height: 1.9;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  left: 18px;
  width: 20px;
  font-size: 12px;
  height: 20px;
  top: -10px;
  background: #ee0a00;
  font-weight: 600;
}
.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 .update-cart-item {
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
}
.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: #ED1C24;
  color: #fff;
  border-color: #ED1C24;
}
.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: #58585B;
  font-size: 1rem;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-name a {
  color: #58585B;
  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: #ED1C24;
}
.header-container .search-cart .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-pricing .label {
  width: 3.5rem;
}
#sale-products-slider .item .item-inner {
  min-height: 361px;
}
#sale-products-slider .item .item-inner .des .actions {
  margin-bottom: 18px;
}
.item.product .item-inner,
.item.product-item-info .item-inner,
.products-item.item .item-inner {
  border: 1px solid #efefef;
}
.item.product .item-inner:hover,
.item.product-item-info .item-inner:hover,
.products-item.item .item-inner:hover {
  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.07);
}
.item.product .item-inner:hover .des .actions .actions-secondary,
.item.product-item-info .item-inner:hover .des .actions .actions-secondary,
.products-item.item .item-inner:hover .des .actions .actions-secondary,
.item.product .item-inner:hover .des .actions .add-to-links,
.item.product-item-info .item-inner:hover .des .actions .add-to-links,
.products-item.item .item-inner:hover .des .actions .add-to-links {
  display: block !important;
}
.item.product .item-inner:hover .des .actions .actions-secondary a.action.towishlist:hover span:before,
.item.product-item-info .item-inner:hover .des .actions .actions-secondary a.action.towishlist:hover span:before,
.products-item.item .item-inner:hover .des .actions .actions-secondary a.action.towishlist:hover span:before,
.item.product .item-inner:hover .des .actions .add-to-links a.action.towishlist:hover span:before,
.item.product-item-info .item-inner:hover .des .actions .add-to-links a.action.towishlist:hover span:before,
.products-item.item .item-inner:hover .des .actions .add-to-links a.action.towishlist:hover span:before {
  color: #ed1416;
}
.item.product .item-inner .timer-inner span,
.item.product-item-info .item-inner .timer-inner span,
.products-item.item .item-inner .timer-inner span {
  margin-left: -5px;
}
.item.product .item-inner .go-to-product,
.item.product-item-info .item-inner .go-to-product,
.products-item.item .item-inner .go-to-product {
  position: absolute;
  top: 30%;
  margin: 0 auto;
  background: #ed1416;
  border-radius: 2px !important;
  width: 81px;
  height: 30px;
  z-index: 1;
  left: 0;
  right: 0;
  text-decoration: none;
}
.item.product .item-inner .go-to-product:hover,
.item.product-item-info .item-inner .go-to-product:hover,
.products-item.item .item-inner .go-to-product:hover {
  background: #58585B;
}
.item.product .item-inner .go-to-product span,
.item.product-item-info .item-inner .go-to-product span,
.products-item.item .item-inner .go-to-product span {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.4px;
  line-height: 2;
  font-family: PTSans-Bold, sans-serif;
  text-transform: uppercase;
}
.item.product .item-inner .hot-sale,
.item.product-item-info .item-inner .hot-sale,
.products-item.item .item-inner .hot-sale,
.item.product .item-inner .label-pro-new,
.item.product-item-info .item-inner .label-pro-new,
.products-item.item .item-inner .label-pro-new {
  background: #ED1C24;
  font-size: 10px;
  font-family: Lato-Bold, sans-serif;
  font-weight: bold;
  opacity: 0.8;
  width: 40px;
  height: 40px;
}
.item.product .item-inner .hot-sale span,
.item.product-item-info .item-inner .hot-sale span,
.products-item.item .item-inner .hot-sale span,
.item.product .item-inner .label-pro-new span,
.item.product-item-info .item-inner .label-pro-new span,
.products-item.item .item-inner .label-pro-new span {
  line-height: 4;
}
.item.product .item-inner .image-container,
.item.product-item-info .item-inner .image-container,
.products-item.item .item-inner .image-container {
  background: #fff;
}
.item.product .item-inner .image-container .product-item-photo .image-rotate,
.item.product-item-info .item-inner .image-container .product-item-photo .image-rotate,
.products-item.item .item-inner .image-container .product-item-photo .image-rotate {
  opacity: 1 !important;
  z-index: 1 !important;
}
.item.product .item-inner .image-container .product-image-photo,
.item.product-item-info .item-inner .image-container .product-image-photo,
.products-item.item .item-inner .image-container .product-image-photo {
  opacity: 0 !important;
  z-index: 0 !important;
}
.item.product .item-inner .des,
.item.product-item-info .item-inner .des,
.products-item.item .item-inner .des {
  position: static !important;
  padding: 12px 14px !important;
  display: table;
  width: 100%;
}
.item.product .item-inner .des .stock.unavailable,
.item.product-item-info .item-inner .des .stock.unavailable,
.products-item.item .item-inner .des .stock.unavailable {
  min-height: 40px;
}
.item.product .item-inner .des .stock.unavailable span,
.item.product-item-info .item-inner .des .stock.unavailable span,
.products-item.item .item-inner .des .stock.unavailable span {
  display: table;
  padding-top: 13px;
}
.item.product .item-inner .des .countdown-container,
.item.product-item-info .item-inner .des .countdown-container,
.products-item.item .item-inner .des .countdown-container {
  margin: -3px auto;
  padding: 0;
  border-bottom: none !important;
}
.item.product .item-inner .des .countdown-container .countdown-inner,
.item.product-item-info .item-inner .des .countdown-container .countdown-inner,
.products-item.item .item-inner .des .countdown-container .countdown-inner {
  max-width: 90px;
  margin: 0 auto;
  padding-top: 0;
}
.item.product .item-inner .des .countdown-container .timer:last-child .timer-inner b:after,
.item.product-item-info .item-inner .des .countdown-container .timer:last-child .timer-inner b:after,
.products-item.item .item-inner .des .countdown-container .timer:last-child .timer-inner b:after {
  display: none;
}
.item.product .item-inner .des .countdown-container .timer .timer-inner,
.item.product-item-info .item-inner .des .countdown-container .timer .timer-inner,
.products-item.item .item-inner .des .countdown-container .timer .timer-inner {
  display: block;
  font-family: PTSans, sans-serif;
}
.item.product .item-inner .des .countdown-container .timer .timer-inner b,
.item.product-item-info .item-inner .des .countdown-container .timer .timer-inner b,
.products-item.item .item-inner .des .countdown-container .timer .timer-inner b {
  margin-bottom: 1px;
  font-size: 16px;
  color: #141414;
  line-height: 1;
}
.item.product .item-inner .des .countdown-container .timer .timer-inner b:after,
.item.product-item-info .item-inner .des .countdown-container .timer .timer-inner b:after,
.products-item.item .item-inner .des .countdown-container .timer .timer-inner b:after {
  right: 2px;
  top: 5px;
  font-size: 14px;
}
.item.product .item-inner .des .countdown-container .timer .timer-inner span,
.item.product-item-info .item-inner .des .countdown-container .timer .timer-inner span,
.products-item.item .item-inner .des .countdown-container .timer .timer-inner span {
  font-size: 10px;
  line-height: 1;
  color: #bcbcbc;
  text-transform: lowercase;
  text-align: center;
}
.item.product .item-inner .des strong.product-item-name a,
.item.product-item-info .item-inner .des strong.product-item-name a,
.products-item.item .item-inner .des strong.product-item-name a {
  font-family: Lato-Bold, sans-serif;
  font-size: 17px;
  color: #141414;
  min-height: 48px;
  text-transform: none;
}
.item.product .item-inner .des .price-box,
.item.product-item-info .item-inner .des .price-box,
.products-item.item .item-inner .des .price-box {
  float: right;
  display: inline-grid;
  text-align: right;
}
.item.product .item-inner .des .price-box span.price,
.item.product-item-info .item-inner .des .price-box span.price,
.products-item.item .item-inner .des .price-box span.price {
  font-family: Lato-Bold, sans-serif;
  font-size: 16px;
  color: #379595;
}
.item.product .item-inner .des .price-box.price-final_price,
.item.product-item-info .item-inner .des .price-box.price-final_price,
.products-item.item .item-inner .des .price-box.price-final_price {
  display: table;
}
.item.product .item-inner .des .price-box.price-final_price .price-wrapper .price,
.item.product-item-info .item-inner .des .price-box.price-final_price .price-wrapper .price,
.products-item.item .item-inner .des .price-box.price-final_price .price-wrapper .price {
  font-size: 16px;
}
.item.product .item-inner .des .price-box.price-final_price .old-price,
.item.product-item-info .item-inner .des .price-box.price-final_price .old-price,
.products-item.item .item-inner .des .price-box.price-final_price .old-price {
  display: table-header-group;
}
.item.product .item-inner .des .price-box.price-final_price .old-price span.price,
.item.product-item-info .item-inner .des .price-box.price-final_price .old-price span.price,
.products-item.item .item-inner .des .price-box.price-final_price .old-price span.price {
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #58585b;
}
.item.product .item-inner .des .price-box.price-final_price .special-price,
.item.product-item-info .item-inner .des .price-box.price-final_price .special-price,
.products-item.item .item-inner .des .price-box.price-final_price .special-price {
  font-family: Lato-Bold, sans-serif;
  display: table-footer-group;
}
.item.product .item-inner .des .price-box.price-final_price .special-price span.price,
.item.product-item-info .item-inner .des .price-box.price-final_price .special-price span.price,
.products-item.item .item-inner .des .price-box.price-final_price .special-price span.price {
  font-size: 16px;
  line-height: 1;
  color: #379595;
}
.item.product .item-inner .des .actions,
.item.product-item-info .item-inner .des .actions,
.products-item.item .item-inner .des .actions {
  float: left;
}
.item.product .item-inner .des .actions button.action.tocart,
.item.product-item-info .item-inner .des .actions button.action.tocart,
.products-item.item .item-inner .des .actions button.action.tocart {
  background: #ed1416;
  border: none;
  line-height: 39px;
  width: 40px;
  height: 39px;
  border-radius: 2px;
  padding: 0;
}
.item.product .item-inner .des .actions button.action.tocart:hover,
.item.product-item-info .item-inner .des .actions button.action.tocart:hover,
.products-item.item .item-inner .des .actions button.action.tocart:hover {
  background: #58585B;
}
.item.product .item-inner .des .actions button.action.tocart span,
.item.product-item-info .item-inner .des .actions button.action.tocart span,
.products-item.item .item-inner .des .actions button.action.tocart span {
  text-indent: -9999px;
  display: table;
}
.item.product .item-inner .des .actions button.action.tocart span:before,
.item.product-item-info .item-inner .des .actions button.action.tocart span:before,
.products-item.item .item-inner .des .actions button.action.tocart span:before {
  content: "";
  width: 40px;
  height: 39px;
  background-image: url(../images/icon-cart-arrow.png), url(../images/icon-arrow.png);
  background-position: center, 19px 5px;
  background-repeat: no-repeat, no-repeat;
  display: table;
  float: left;
  margin-left: -2px;
}
.item.product .item-inner .des .actions .actions-secondary,
.item.product-item-info .item-inner .des .actions .actions-secondary,
.products-item.item .item-inner .des .actions .actions-secondary,
.item.product .item-inner .des .actions .add-to-links,
.item.product-item-info .item-inner .des .actions .add-to-links,
.products-item.item .item-inner .des .actions .add-to-links {
  display: none !important;
}
.item.product .item-inner .des .actions .actions-secondary a.action.towishlist,
.item.product-item-info .item-inner .des .actions .actions-secondary a.action.towishlist,
.products-item.item .item-inner .des .actions .actions-secondary a.action.towishlist,
.item.product .item-inner .des .actions .add-to-links a.action.towishlist,
.item.product-item-info .item-inner .des .actions .add-to-links a.action.towishlist,
.products-item.item .item-inner .des .actions .add-to-links a.action.towishlist {
  position: absolute;
  top: 7px;
  left: 6px;
  padding: 4px;
  z-index: 1;
  line-height: 1;
  background: #fff;
  height: 20px;
}
.item.product .item-inner .des .actions .actions-secondary a.action.towishlist span,
.item.product-item-info .item-inner .des .actions .actions-secondary a.action.towishlist span,
.products-item.item .item-inner .des .actions .actions-secondary a.action.towishlist span,
.item.product .item-inner .des .actions .add-to-links a.action.towishlist span,
.item.product-item-info .item-inner .des .actions .add-to-links a.action.towishlist span,
.products-item.item .item-inner .des .actions .add-to-links a.action.towishlist span {
  font-size: 0;
  position: static;
}
.item.product .item-inner .des .actions .actions-secondary a.action.towishlist span:before,
.item.product-item-info .item-inner .des .actions .actions-secondary a.action.towishlist span:before,
.products-item.item .item-inner .des .actions .actions-secondary a.action.towishlist span:before,
.item.product .item-inner .des .actions .add-to-links a.action.towishlist span:before,
.item.product-item-info .item-inner .des .actions .add-to-links a.action.towishlist span:before,
.products-item.item .item-inner .des .actions .add-to-links a.action.towishlist span:before {
  content: "\f08a";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #4e4e51;
  float: left;
  margin-left: -1px;
}
.item.product .item-inner .swatch-attribute-options,
.item.product-item-info .item-inner .swatch-attribute-options,
.products-item.item .item-inner .swatch-attribute-options {
  margin-top: 0px;
}
.box-menu-content {
  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-top: 45px !important;
}
.box-menu-content .col-logo .logo-home img {
  max-height: 40px;
  -webkit-filter: brightness(2.2);
  filter: brightness(2.2);
}
.box-menu-content .col-logo .logo-home .logo {
  margin-left: 0 !important;
}
.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: #ED1C24;
}
.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: #ED1C24;
}
.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: #ED1C24;
  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: #ED1C24;
  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: #ED1C24;
}
.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: 50%;
  bottom: 2%;
  text-align: center;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page:hover span,
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #ED1C24;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div {
  display: block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
  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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 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: 40px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #ED1C24;
}
.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;
  right: 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 .pt-title1 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.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;
  display: none;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  font-size: 20px;
  color: white;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding: 0 32px;
  border: 2px solid #fff;
  border-radius: 0;
  margin-top: 25px;
}
.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;
}
.download-catalog .text {
  font-family: Vidaloka, sans-serif;
  font-size: 20px;
  color: #141414;
  margin-bottom: 15px;
}
.download-catalog .download-catalog-content {
  margin-top: 5px;
}
.download-catalog .download-catalog-content p.name {
  font-size: 16px;
  color: #58585b;
}
.download-catalog .download-catalog-content a {
  text-decoration: none;
  background: #141414;
  border-radius: 2px;
  padding: 8px 25px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.1px;
  margin-top: 12px;
  display: table;
}
.download-catalog .download-catalog-content a:hover {
  background: #58585B;
}
.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;
}
.banner-static .image a:hover img {
  -moz-transform: scale3d(1.03, 1.03, 1.03);
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  -o-transform: scale3d(1.03, 1.03, 1.03);
  -ms-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}
.banner-static .image a:hover .text .link {
  background: #ED1C24;
  border-color: #ED1C24;
}
.banner-static .image a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-top-food1 {
  margin-top: 50px;
}
.static-top-food1 .image a {
  border: 1px solid #f5f5f5;
}
.static-top-food1 .image a:hover .text .links {
  color: #ED1C24;
}
.static-top-food1 .image a .text {
  right: 2%;
  left: auto;
  text-align: left;
  max-width: 50%;
}
.static-top-food1 .image a .text .text1 {
  font-size: 32px;
  text-transform: capitalize;
  color: #81ab45;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.static-top-food1 .image a .text .text1.cake {
  color: #fb5f4f;
}
.static-top-food1 .image a .text .text1.cream {
  color: #ffab58;
}
.static-top-food1 .image a .text .text2 {
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
  display: block;
  color: #666;
}
.static-top-food1 .image a .text .links {
  display: block;
  color: #5ed2ed;
  margin-top: 5px;
}
.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;
}
.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: #ED1C24;
  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: #ED1C24;
  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: #ED1C24;
}
.static-author-best .col-image {
  width: 50%;
  padding-left: 15px;
  overflow: hidden;
}
.page-wrapper .container {
  width: 1163px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.page-wrapper .page-main {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1193px;
}
.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 input[type="checkbox"] {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.page-main .checkout-container input[name="payment[method]"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.page-main .checkout-container .checkout-payment-method .payment-option-title .action-toggle,
.page-main .checkout-container .checkout-agreements-block .action-show {
  color: #ED1C24;
}
.page-main .checkout-container .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ED1C24;
}
.page-main .checkout-container .opc-wrapper .shipping-address-item.selected-item:after {
  background: #ED1C24;
}
.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:before {
  background: #ED1C24;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #ED1C24;
}
.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: 36px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background: #ED1C24;
  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.continue:focus {
  border: 0 !important;
  background: #666666;
}
.page-main .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.page-main .block.crosssell > .title {
  color: #58585B;
  text-transform: uppercase;
}
.page-main .login-container .fieldset:after {
  font-size: 14px;
  margin-left: 0 !important;
}
.page-main .form.contact,
.page-main .form-contact-map {
  margin-top: 30px;
  width: 56%;
  float: left;
}
.page-main .contact-us-additional,
.page-main .form-contact-about {
  width: 34.6%;
  float: right;
  margin-top: 30px;
}
.page-main .contact-us {
  overflow: auto;
}
.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: #ED1C24;
}
.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;
  margin-bottom: 50px;
}
.page-main .categorytab-container ul.tabs li {
  font-size: 14px;
  color: #666;
  line-height: 38px;
  padding: 0 23px;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  border: 2px solid #d1d1d1;
}
.page-main .categorytab-container ul.tabs li:last-child {
  margin-right: 0;
}
.page-main .categorytab-container ul.tabs li.active,
.page-main .categorytab-container ul.tabs li:hover {
  color: #333;
  border-color: #666;
}
.page-main .producttabs ul.tabs-title {
  display: block;
  border-bottom: 1px solid #ececec;
  margin-top: 47px;
  margin-bottom: 30px;
}
.page-main .producttabs ul.tabs-title li {
  font-size: 19px;
  color: #58585B;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  padding-bottom: 5px;
}
.page-main .producttabs ul.tabs-title li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #7e7e7e;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .producttabs ul.tabs-title li:last-child {
  margin-right: 0;
}
.page-main .producttabs ul.tabs-title li.active:after,
.page-main .producttabs ul.tabs-title li:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}
.page-main .toolbar-bottom .toolbar-products {
  text-align: center;
  margin-bottom: 36px;
}
.page-main .toolbar-bottom .toolbar-products .pages {
  font-family: Lato, sans-serif;
  float: right;
  display: block;
}
.page-main .toolbar-bottom .toolbar-products .pages > .label {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  color: #58585B;
  font-weight: 400;
  width: auto;
  height: auto;
  position: static;
  margin: 0;
}
.page-main .toolbar-bottom .toolbar-products .pages .item {
  border: 1px solid #eceeef;
  width: 39px;
  height: 40px;
  margin: 0;
  text-align: center;
  margin-right: -1px;
}
.page-main .toolbar-bottom .toolbar-products .pages .item.current,
.page-main .toolbar-bottom .toolbar-products .pages .item:hover {
  background: #3d3d3d;
  color: #fff;
}
.page-main .toolbar-bottom .toolbar-products .pages .item.current a,
.page-main .toolbar-bottom .toolbar-products .pages .item:hover a,
.page-main .toolbar-bottom .toolbar-products .pages .item.current strong.page,
.page-main .toolbar-bottom .toolbar-products .pages .item:hover strong.page {
  line-height: 1;
  font-weight: normal;
}
.page-main .toolbar-bottom .toolbar-products .pages .item.current a span,
.page-main .toolbar-bottom .toolbar-products .pages .item:hover a span,
.page-main .toolbar-bottom .toolbar-products .pages .item.current strong.page span,
.page-main .toolbar-bottom .toolbar-products .pages .item:hover strong.page span {
  font-weight: normal;
  color: #fff;
}
.page-main .toolbar-bottom .toolbar-products .pages .item a {
  width: 100%;
  color: #58585B;
  font-size: 13px;
  font-weight: 400;
  padding: 11px 6px;
  line-height: 1;
}
.page-main .toolbar-bottom .toolbar-products .pages .item a span {
  font-size: 16px;
  color: #141414;
  line-height: 1;
}
.page-main .toolbar-bottom .toolbar-products .pages .item strong.page {
  line-height: 1;
  font-size: 16px;
  color: #141414;
  padding: 11px 0;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action {
  padding: 9px 6px 13px;
  margin: 0;
  border: none;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action:hover:before {
  color: #fff;
  line-height: 1;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action:before {
  margin: 0;
  width: 100%;
  font-size: 16px;
  color: #141414;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action span {
  display: none;
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action.previous:before {
  content: "«";
}
.page-main .toolbar-bottom .toolbar-products .pages .item .action.next:before {
  content: "»";
}
.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-bottom .toolbar-amount {
  display: none;
}
.page-main .toolbar-products {
  margin-bottom: 15px;
  padding: 0;
  font-family: Lato-Bold, sans-serif;
}
.page-main .toolbar-products .modes {
  display: block ;
}
.page-main .toolbar-products .modes .modes-label {
  position: static;
  margin: 0;
  margin-right: 10px;
  height: auto;
  width: auto;
  float: left;
  line-height: 30px;
  color: #444;
  font-size: 13px;
  display: none;
}
.page-main .toolbar-products .modes .modes-mode {
  padding: 0 0 0 32px;
  font-size: 13px;
  color: #666666;
  border: none;
  height: 30px;
  line-height: 30px;
}
.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;
  margin-right: 18px;
}
.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;
}
.page-main .toolbar-products .modes .modes-mode.mode-list {
  background: url(../images/bkg_list.png) left center no-repeat;
}
.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;
}
.page-main .toolbar-products .limiter {
  display: inline-block !important;
  vertical-align: top;
  padding: 0;
}
.page-main .toolbar-products .limiter label {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}
.page-main .toolbar-products .limiter .limiter-options {
  padding: 0 5px;
  height: 30px;
  min-width: 95px;
  font-size: 13px;
  color: #666666;
  background: #fff;
  margin-right: 0;
  border-radius: 0;
  border: 1px solid #f1f1f1;
}
.page-main .toolbar-products .limiter .limiter-text {
  display: none;
}
.page-main .toolbar-products .sorter {
  padding: 0;
  margin-right: 15px;
}
.page-main .toolbar-products .sorter label {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}
.page-main .toolbar-products .sorter .sorter-options {
  padding: 0 5px;
  height: 30px;
  min-width: 95px;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.page-main .toolbar-products .sorter .sorter-action:before {
  line-height: 30px;
}
.page-main .toolbar-products .toolbar-amount {
  line-height: 30px;
  font-size: 13px;
  color: #474747;
  padding: 0;
}
.page-main .toolbar-products .toolbar-amount .toolbar-number {
  font-family: Lato-Bold, sans-serif;
}
.page-main .products.grid {
  margin-top: 0;
  margin-bottom: 0;
}
.page-main .products.grid .item-inner {
  margin-bottom: 35px;
}
.page-main .products.grid .item-inner div[class^="swatch-opt-"] {
  margin-bottom: 0;
  display: none;
}
.page-main .products.grid .item-inner:hover div[class^="swatch-opt-"] {
  position: relative;
  top: -90px;
  height: 0;
  z-index: 1;
  display: block;
}
.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;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.page-main .products-list .item:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.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;
  width: 100%;
}
.page-main .products-list .item .product-item-info .product-item-details .price-box .old-price {
  padding-top: 3px;
}
.page-main .products-list .item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-name {
  display: block;
  clear: both;
  margin-top: 30px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-name a {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
  margin: 0;
  padding: 2px 0;
  margin-bottom: 10px;
}
.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: block;
  vertical-align: top;
  width: 100%;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 0;
  display: block;
  margin-top: 3px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart {
  line-height: 30px;
  border: 2px solid #aaa;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  padding: 0 18px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  color: #888;
  font-family: 'Vidaloka', serif;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:hover {
  color: #333;
  border-color: #666;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  width: auto !important;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #aaaaaa;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action span {
  height: auto !important;
  margin: 0 !important;
  position: static !important;
  width: auto !important;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:after {
  /*content: "/";*/
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/button_wishlist.png) center no-repeat;
  display: inline-block;
  vertical-align: top;
  display: none;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare:after {
  display: none;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:hover {
  color: #666;
  text-decoration: underline;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-description {
  clear: both;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 400;
  margin: 0;
  color: #666666;
}
.page-main .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-description p {
  display: inline;
}
.page-main .sidebar .block .filter-subtitle {
  display: block;
  line-height: 20px;
  padding: 0 0 10px 0;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: #58585B;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  font-family: 'Vidaloka', serif;
}
.page-main .sidebar .block .title strong {
  line-height: inherit;
  color: #58585B;
}
.page-main .sidebar .block .block-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
}
.page-main .sidebar .block .block-title strong {
  font-size: 19px;
  color: #58585B;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Vidaloka', serif;
}
.page-main .sidebar .block .empty {
  font-size: 14px;
  color: #58585B;
}
.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: #ED1C24;
}
.page-main .sidebar .filter .action.remove.filter-url:hover {
  text-decoration: underline;
}
.page-main .sidebar .filter .filter-current-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #58585B;
  font-weight: 700;
  font-style: italic;
}
.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: #ED1C24;
}
.page-main .sidebar .filter .filter-content .filter-current {
  margin-bottom: 45px;
}
.page-main .sidebar .filter .filter-content .filter-current .filter-label {
  font-weight: 500;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-title {
  font-size: 16px;
  color: #58585B;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-family: 'Vidaloka', serif;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content {
  display: block !important;
  margin: 0 0 30px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li {
  margin: 0;
}
.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: 13px;
  line-height: 29px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  position: relative;
  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: 9px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a:hover {
  color: #ED1C24;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content ol li a:hover .count {
  color: #ED1C24;
}
.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: 0;
  padding-bottom: 9px;
}
.page-main .sidebar .filter .filter-content .filter-options .filter-options-content .swatch-attribute-options {
  margin-top: 0;
}
.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: 5px;
  right: 0px;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 100;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 100%;
  background: #4bc7ea;
  font-family: 'Vidaloka', serif;
}
.page-main .hot-sale {
  background: #ED1C24;
}
.page-main .hot-sale small {
  display: none;
}
.page-main .price-box {
  font-family: 'Vidaloka', serif;
}
.page-main .price-box p {
  display: inline-block;
  vertical-align: top;
}
.page-main .price-box p:first-child {
  margin-right: 3px;
}
.page-main .price-box .price {
  color: #58585B;
  font-size: 18px;
  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 .special-price .price {
  color: #ED1C24;
}
.page-main .price-box .old-price {
  margin-left: 3px;
  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: #58585B;
  text-decoration: line-through;
  font-weight: 400;
}
.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.item .item-inner {
  position: relative;
}
.item .item-inner:hover .image-container {
  border-color: #ffab58;
}
.item .item-inner:hover .image-container .product-item-photo .image-rotate {
  opacity: 1;
  z-index: 1;
}
.item .item-inner:hover .image-container .product-item-photo .image-rotate .product-image-container {
  opacity: 1;
}
.item .item-inner .image-container {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.item .item-inner .image-container .product-item-photo {
  display: block;
  text-align: center;
}
.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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.item .item-inner .image-container img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item .item-inner .des {
  padding: 4px 0 0 0;
  text-align: center;
  position: relative;
}
.item .item-inner .des .product-name {
  display: block;
  text-transform: uppercase;
}
.item .item-inner .des .price-final_price.price-box {
  margin-top: 4px;
}
.item .item-inner .des .price-final_price.price-box .price {
  font-size: 18px;
}
.item .item-inner .des .price-final_price.price-box .old-price {
  padding-top: 3px;
  margin-left: 2px;
}
.item .item-inner .des .price-final_price.price-box .old-price .price {
  font-size: 14px;
}
.item .item-inner .des .product-reviews-summary {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  display: none;
}
.item .item-inner .des .product-reviews-summary .reviews-actions {
  display: none;
}
.item .item-inner .des .actions {
  display: block;
  text-align: center;
}
.item .item-inner .des .actions .actions-primary {
  display: block;
  margin-top: 5px;
}
.item .item-inner .des .actions button {
  line-height: 30px;
  border: 2px solid #aaaaaa;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #888;
  font-weight: 400;
  font-family: 'Vidaloka', serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.item .item-inner .des .actions button:hover {
  border-color: #666666;
  color: #333;
}
.item .item-inner .des .actions .add-to-links {
  display: block;
}
.item .item-inner .des .actions .add-to-links a {
  color: #aaaaaa;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  text-align: center;
  /*&:after {
					    		content: "/";
							    display: inline-block;
							    vertical-align: top;
							    margin: 0 5px;
					    	}*/
}
.item .item-inner .des .actions .add-to-links a span {
  height: auto !important;
  margin: 0 !important;
  position: static !important;
  width: auto !important;
}
.item .item-inner .des .actions .add-to-links a:before {
  display: none !important;
}
.item .item-inner .des .actions .add-to-links a:hover {
  color: #666666;
  text-decoration: underline;
}
.item .item-inner .des .actions .add-to-links a.tocompare {
  margin: 0;
}
.item .item-inner .des .actions .add-to-links a.tocompare:after {
  display: none;
}
.product-item-name {
  margin: 0;
}
.product-item-name a {
  color: #58585B;
  padding: 0;
  margin-bottom: 0;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
}
.product-item-name a:hover {
  color: #ED1C24;
  text-decoration: none;
}
.group-title1 {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 25px;
}
.group-title1 h2 {
  position: relative;
  display: inline-block;
  text-transform: none;
  font-size: 29px;
  font-weight: 400;
}
.des-title {
  text-align: center;
  margin-top: 7px;
}
.des-title p {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.group-title2 {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
}
.group-title2 h2 {
  font-size: 19px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.sidebar-main .block-recent-posts .group-title2 {
  font-family: Vidaloka;
  font-size: 20px;
  color: #141414;
  margin-bottom: 16px;
  margin-top: 52px;
}
.sidebar-main .block-recent-posts .item {
  margin-bottom: 25px;
}
.sidebar-main .block-recent-posts .item .blog-content {
  font-family: Lato, sans-serif;
}
.sidebar-main .block-recent-posts .item .blog-content h3.blog-title {
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 5px;
}
.sidebar-main .block-recent-posts .item .blog-content h3.blog-title a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #141414;
  text-transform: none;
}
.sidebar-main .block-recent-posts .item .blog-content .time {
  margin-top: 0;
}
.sidebar-main .block-recent-posts .item .blog-content .time span.date-time {
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #141414;
  text-transform: none;
}
.block-recent-posts {
  text-align: center;
  margin: 0 !important;
}
.block-recent-posts .item-inner:not(:first-child) {
  margin-top: 20px;
}
.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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}
.block-recent-posts .blog-content {
  text-align: left;
}
.block-recent-posts .blog-content .blog-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  margin-top: 10px;
}
.block-recent-posts .blog-content .blog-title a {
  color: #555;
}
.block-recent-posts .blog-content .blog-title a:hover {
  color: #ED1C24;
}
.block-recent-posts .blog-content .time {
  color: #aaaaaa;
  display: block;
  margin-top: 2px;
}
.block-recent-posts .blog-content .short-des {
  line-height: 20px;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 400;
  color: #666666;
}
.block-recent-posts .blog-content a.readmore {
  color: #aaa;
  text-transform: capitalize;
  margin-top: 5px;
}
.block-recent-posts .blog-content a.readmore:hover {
  color: #ED1C24;
}
.brandslider-container {
  margin-bottom: 45px;
}
.brandslider-container .group-title1 {
  border: none;
  margin-bottom: 15px;
}
.brandslider-container .group-title1 h2 {
  text-align: left;
  font-family: Vidaloka, sans-serif;
  font-size: 30px;
  color: #141414;
  text-transform: none;
  width: 100%;
}
.brandslider-container .pt-brand-container {
  width: 88%;
  margin: 0 auto;
}
.brandslider-container .pt-brand-container .container-inner img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.brandslider-container .pt-brand-container .container-inner img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.brandslider-container .pt-brand-container .owl-container .owl-carousel .owl-item {
  padding: 0 25px;
}
.brandslider-container .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
  margin-left: -45px;
}
.brandslider-container .pt-brand-container .owl-container .owl-carousel .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  margin-right: -45px;
}
.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: #ED1C24;
}
.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: #58585B;
  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;
  max-width: 100% !important;
  text-align: left;
  position: relative;
  margin: 0;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  margin-bottom: 0;
  position: relative;
  margin-top: 6px;
  width: 100%;
  display: inline-block;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter .field .control input {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid #e7e7e7;
  line-height: 30px;
  height: 52px;
  border-radius: 0;
  color: #aaaaaa;
  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: red;
}
.block.newsletter .field .control div.mage-error[generated] {
  margin-top: 3px;
}
.block.newsletter .field .actions {
  display: block;
  margin-top: 20px;
  width: auto;
}
.block.newsletter .field .actions button.subscribe {
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 0 13px;
  background: transparent;
  color: #333;
  border: 2px solid #666;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.block.newsletter .field .actions button.subscribe:hover {
  border-color: #ED1C24;
  color: #ED1C24;
}
.block.newsletter ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.block.newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}
.block.newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}
.block.newsletter :-ms-input-placeholder {
  color: #aaaaaa;
}
.plazathemes-instagram-gallery .col {
  padding: 4px;
}
.plazathemes-instagram-gallery .follow-us {
  padding-top: 10px;
  font-style: italic;
  display: block;
  clear: both;
  color: #FFFFFF;
}
.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: #ED1C24;
}
.ma-corporate-about {
  margin-top: 30px;
  background: #e5f6f6;
  padding: 15px 22px;
}
.ma-corporate-about .block-wrapper {
  text-align: center;
}
.ma-corporate-about .block-wrapper:hover .icon {
  border-color: #ED1C24;
}
.ma-corporate-about .block-wrapper:hover .icon:before {
  border-color: #ED1C24;
  -webkit-animation: pulse 500ms ease-in-out;
  -moz-animation: pulse 500ms ease-in-out;
  -ms-animation: pulse 500ms ease-in-out;
  animation: pulse 500ms ease-in-out;
}
.ma-corporate-about .block-wrapper.wrapper2 .icon:before {
  background: url(../images/wrapper2.png) center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper3 .icon:before {
  background: url(../images/wrapper3.png) center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper4 .icon:before {
  background: url(../images/wrapper4.png) center no-repeat;
}
.ma-corporate-about .block-wrapper .icon {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #4e4e51;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  padding: 5px;
  font-size: 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;
  float: left;
}
.ma-corporate-about .block-wrapper .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/wrapper1.png) center no-repeat;
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ma-corporate-about .block-wrapper .text-des {
  float: left;
  text-align: left;
  padding-left: 10px;
  width: 70%;
  line-height: 1.2;
  margin-top: 7px;
}
.ma-corporate-about .block-wrapper .text-des p {
  text-transform: uppercase;
  font-family: PTSans-Bold;
  font-size: 14px;
  color: #58585b;
}
.ma-corporate-about .block-wrapper .text-des span {
  line-height: 1.3;
  font-family: PTSans;
  font-size: 12px;
  color: #58585b;
}
.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: #ED1C24;
  text-decoration: underline;
}
.static-about-us .static-content .image {
  padding: 30px 0 40px 0;
  text-align: center;
}
.price-box {
  font-family: 'Vidaloka', serif;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
}
.price-box p:first-child {
  margin-right: 3px;
}
.price-box .price {
  color: #58585B;
  font-size: 18px;
  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 .special-price .price {
  color: #ED1C24;
}
.price-box .old-price {
  margin-left: 3px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.price-box .old-price .price-label {
  display: none;
}
.price-box .old-price .price {
  color: #58585B;
  text-decoration: line-through;
  font-weight: 400;
}
.product.media .fotorama__stage {
  border: 1px solid #eee;
  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: 15px;
  border: 1px solid #eee;
  position: relative;
}
.product.media .fotorama__nav__frame--thumb.fotorama__active {
  border-color: #ED1C24;
}
.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: 34px;
  width: 50px;
  text-align: center;
  border: 0;
  font-size: 14px;
  color: #333;
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
}
.product-add-form .box-tocart .actions {
  float: left;
  padding-top: 0 !important;
}
.product-add-form .box-tocart .actions .action.primary {
  line-height: 30px;
  border: 2px solid #aaa;
  width: auto;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 18px;
  background: #fff;
  font-family: 'Vidaloka', serif;
}
.product-add-form .box-tocart .actions .action.primary:before {
  display: none;
}
.product-add-form .box-tocart .actions .action.primary:hover {
  color: #333;
  border-color: #666;
}
.product-social-links {
  overflow: hidden;
}
.product-social-links .product-addto-links {
  float: left;
  margin: 0;
}
.product-social-links .action {
  font-size: 13px !important;
  padding: 0 !important;
  border: none !important;
  line-height: 30px !important;
  float: left;
  text-align: center;
  position: relative;
  border-radius: 0 !important;
  margin-left: 15px !important;
  margin-top: 15px !important;
  background: #fff !important;
  color: #666666 !important;
  font-weight: 400 !important;
}
.product-social-links .action:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  border-radius: 100%;
}
.product-social-links .action.tocompare {
  width: auto !important;
}
.product-social-links .action.tocompare:before {
  content: "";
  width: 30px;
  background: #999999 url(../images/button_compare.png) center no-repeat;
}
.product-social-links .action.towishlist {
  margin-left: 0 !important;
}
.product-social-links .action.mailto.friend:before {
  content: "";
  width: 30px;
  background: #999999 url(../images/icon_mail.png) center no-repeat;
}
.product-social-links .action:hover {
  background-color: #fff !important;
}
.product-social-links .action:hover:before {
  background-color: #333333 !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: 19px;
  font-weight: 400;
  color: #58585B;
  text-transform: uppercase;
  padding: 0;
  margin: 15px 0 9px 0 !important;
  background-image: none;
}
.product-info-main .page-title-wrapper .page-title:after {
  display: none;
}
.product-info-main .price-box {
  float: left;
  width: 100%;
  margin: 0 0 20px 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 {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.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: 13px;
  font-weight: 400;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku {
  clear: both;
  margin-top: 5px;
}
.product-info-main .product-info-stock-sku .stock {
  font-size: 13px;
  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;
  margin-bottom: 10px;
}
.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: 20px 0;
  margin: 10px 0 0 0;
  line-height: 24px;
  font-weight: 400;
}
.product.info.detailed {
  padding-top: 40px;
  margin-bottom: 0;
}
.product.info.detailed .product.attribute.description {
  font-weight: 400;
}
.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: 14px;
  color: #999 !important;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  border: 0;
  padding: 0 !important;
  background: transparent;
  position: relative;
  font-family: 'Vidaloka', serif;
}
.product.info.detailed .items > .item.title a:visited {
  background: transparent !important;
}
.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: #58585B !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: 15px 0;
}
.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: #58585B;
  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: #ED1C24 !important;
}
.fotorama--fullscreen {
  text-align: center;
}
.block.related {
  margin-top: 0;
  margin-bottom: 40px;
}
.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 .item .item-inner {
  margin-bottom: 0;
}
.block.crosssell {
  margin-bottom: 0;
}
.block.crosssell .item .item-inner {
  margin-bottom: 0;
}
.page-footer {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.footer-container {
  position: relative;
  z-index: 1;
  margin-top: -5px;
  background: url(../images/bg_footer.png) repeat;
}
.footer-container .footer-top {
  background: #3D3D3D;
  padding-top: 28px;
}
.footer-container .footer-top .footer-static {
  margin: 0 -15px;
  color: #AEAEAE;
  font-weight: 400;
  padding-bottom: 10px;
}
.footer-container .footer-top .footer-static .block.newsletter {
  position: static;
}
.footer-container .footer-top .footer-static .block.newsletter .field.newsletter {
  margin-right: 0;
}
.footer-container .footer-top .footer-static .block.newsletter .control {
  float: left;
  width: 82%;
  margin-top: 0;
}
.footer-container .footer-top .footer-static .block.newsletter .control input {
  width: 100%;
  border: 1px solid #979797;
  height: 39px;
  line-height: 1;
  background: transparent;
  padding-left: 15px;
  color: #fff;
}
.footer-container .footer-top .footer-static .block.newsletter .control ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.footer-container .footer-top .footer-static .block.newsletter .control :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.footer-container .footer-top .footer-static .block.newsletter .control ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.footer-container .footer-top .footer-static .block.newsletter .control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-container .footer-top .footer-static .block.newsletter .control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer-container .footer-top .footer-static .block.newsletter .control ::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}
.footer-container .footer-top .footer-static .block.newsletter .field .actions {
  float: left;
  margin: 0 0 0 2px;
}
.footer-container .footer-top .footer-static .block.newsletter .field .actions .action.subscribe {
  border: none;
  width: 46px;
  height: 39px;
  background: #379595 url(../images/next_button_arrow.png) center no-repeat;
  font-size: 0;
}
.footer-container .footer-top .footer-static .block.newsletter .field .actions .action.subscribe:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.footer-container .footer-top .footer-static .block.newsletter .group-title1 {
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  border-top: none;
  padding-top: 0;
}
.footer-container .footer-top .footer-static .block.newsletter .group-title1 h2 {
  position: static;
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 22px;
  line-height: 1;
}
.footer-container .footer-top .footer-static .block.newsletter p.des {
  display: none;
}
.footer-container .footer-top .footer-static .f-col {
  margin-bottom: 20px;
  position: relative;
}
.footer-container .footer-top .footer-static .f-col:first-of-type .footer-static-content ul.links li a {
  font-family: Lato-Bold;
  font-size: 14px;
  line-height: 2;
}
.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;
  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: 20px;
  text-transform: none;
  margin-bottom: 22px;
  line-height: 1;
  font-weight: normal;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content {
  line-height: 30px;
  font-size: 13px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .des {
  font-size: 12px;
  color: #aeaeae;
  max-width: 200px;
  line-height: 1.5;
  margin-top: 23px;
  margin-bottom: 13px;
}
.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: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li a:hover {
  color: #ED1C24;
}
.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: #3D3D3D;
}
.footer-container .footer-bottom .container-inner {
  padding: 15px 0 34px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #797979;
}
.footer-container .footer-bottom .footer-payment {
  float: right;
  padding: 0;
}
.footer-container .footer-bottom .box-left {
  text-align: left;
  float: left;
}
.footer-container .footer-bottom .box-left ul.default-links {
  display: block;
}
.footer-container .footer-bottom .box-left ul.default-links li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
.footer-container .footer-bottom .box-left ul.default-links li:last-child:after {
  opacity: 0;
  margin-right: 0;
  padding-right: 0;
}
.footer-container .footer-bottom .box-left ul.default-links li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #AEAEAE;
  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-bottom .box-left ul.default-links li a {
  line-height: 23px;
  font-size: 13px;
  color: #AEAEAE;
  display: block;
  text-transform: capitalize;
}
.footer-container .footer-bottom .box-left ul.default-links li a:hover {
  color: #ED1C24;
}
.footer-container .footer-bottom .box-left .footer-copyright .copyright {
  text-align: left;
  background: none;
  text-transform: none;
  line-height: 1;
  padding: 0;
  font-size: 12px;
  color: #aeaeae;
}
.footer-container .footer-bottom .box-left .footer-copyright .copyright a {
  color: #aaaaaa;
}
.footer-container .footer-bottom .box-left .footer-copyright .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;
}
.cms-index-index .static-sidebar {
  margin-top: 35px;
  margin-bottom: 0;
}
.static-sidebar {
  margin-bottom: 40px;
  text-align: left;
}
.static-sidebar-right {
  margin-top: 40px;
}
.module-group-homepage .group-title1 {
  padding: 0;
  margin: 35px auto 20px;
  border: none;
}
.module-group-homepage .group-title1 h2 {
  line-height: 1;
  font-family: Vidaloka, sans-serif;
  font-size: 36px;
  color: #141414;
  text-transform: none;
}
.module-group-homepage .owl-container .owl-carousel .owl-item {
  padding: 0 5px;
}
.module-group {
  padding: 35px 0 0 0;
  border-top: 1px solid #f1f1f1;
  background: #fafafa;
  margin-top: 60px;
}
.module-group .group-title1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}
.module-group .group-title1 h2 {
  font-size: 19px;
}
.module-group .col {
  margin-bottom: 40px;
}
.module-sidebar .group-title1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}
.module-sidebar .group-title1 h2 {
  font-size: 19px;
}
.module-sidebar .item .item-inner {
  margin-bottom: 0;
  margin-top: 25px;
  overflow: hidden;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
.module-sidebar .item .item-inner:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.module-sidebar .item .item-inner .image-container {
  float: left;
  width: 26.5%;
  padding: 0;
  border: 1px solid #eeeeee;
}
.module-sidebar .item .item-inner .image-container:before {
  display: none;
}
.module-sidebar .item .item-inner .image-container .product-item-photo .product-image-container {
  opacity: 1 !important;
}
.module-sidebar .item .item-inner .des {
  float: left;
  width: 73.5%;
  padding: 0 0 0 15px;
  text-align: left;
}
.module-sidebar .item .item-inner .des .product-name .product-item-name a {
  font-size: 14px;
  margin-bottom: 0px;
}
.module-sidebar .item .item-inner .des .product-reviews-summary {
  display: none;
}
.module-sidebar .item .item-inner .des .price-box.price-final_price {
  float: left;
  display: block;
  text-align: left;
}
.module-sidebar .item .item-inner .des .actions {
  clear: both;
  float: left;
}
.module-navx .owl-container .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -65px;
}
.module-navx .owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.module-navx .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  margin-right: 3px;
  background: url(../images/bkg_prev_nav2.png) center no-repeat;
}
.module-navx .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:hover {
  background: url(../images/bkg_prev_nav2_hover.png) center no-repeat;
}
.module-navx .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  background: url(../images/bkg_next_nav2.png) center no-repeat;
}
.module-navx .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:hover {
  background: url(../images/bkg_next_nav2_hover.png) center no-repeat;
}
.bestsellerproduct_container_slider {
  padding-top: 20px;
}
.information-group {
  border-top: 1px solid #f2f2f2;
  margin-top: 50px;
  padding-bottom: 5px;
  background: url(../images/bg_information.png) left bottom repeat-x;
  position: relative;
  z-index: 2;
}
.information-group .information-inner {
  padding: 35px 0 5px 0;
  background: #fafafa;
}
.information-group .f-col {
  margin-bottom: 15px;
}
.information-group .f-col.allow.active .title:after {
  content: "\f068";
}
.information-group .f-col .title {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  cursor: pointer;
  border: 0;
}
.information-group .f-col .title:after {
  display: inline-block;
  font-family: FontAwesome;
  color: #ED1C24;
  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%);
}
.information-group .f-col .title h3 {
  color: #ED1C24;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #ececec;
}
.information-group .f-col .content {
  line-height: 21px;
  font-size: 13px;
}
.information-group .f-col .content .logo-about {
  margin-bottom: 16px;
}
.information-group .f-col .content .phone {
  color: #262626;
  padding-left: 25px;
  background: url(../images/phone.png) no-repeat 0 0;
}
.information-group .f-col .content .email {
  color: #262626;
  padding-left: 25px;
  background: url(../images/email.png) no-repeat 0 0;
  margin: 15px 0;
}
.information-group .f-col .content .skype {
  color: #262626;
  padding-left: 25px;
  background: url(../images/skype.png) no-repeat 0 0;
}
.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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 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 {
  /*display: none;*/
}
#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: 50px;
}
#twitter-feed .twitter-article:before {
  position: absolute;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #5ed2ed;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  background: #f5f5f5;
  text-align: center;
  top: 0;
  left: 0;
}
#twitter-feed .twitter-article .twitter-user strong a {
  font-weight: 700;
  display: block;
}
.timerproducts .owl-container .owl-carousel .owl-controls .owl-buttons {
  top: -71px;
}
.timerproducts .group-title1 {
  border-top: none;
  border-bottom: 2px solid #58585B;
  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: #ED1C24;
}
.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;
}
.pt_custommenu div.pt_menu:last-child {
  margin-right: 0;
}
.pt_custommenu div.pt_menu:last-child .parentMenu a:after {
  display: none;
}
.pt_custommenu div.pt_menu:last-child .parentMenu ul li:last-child a:after {
  display: none;
}
.pt_custommenu div.pt_menu.pt_menu_link .parentMenu a:after {
  display: block;
}
.pt_custommenu div.pt_menu.act .parentMenu a {
  color: #ED1C24;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
  padding-left: 0;
}
.pt_custommenu div.pt_menu .parentMenu a {
  display: block;
  line-height: 1;
  padding: 20px 34px 18px;
  color: #141414;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  font-family: Lato-Bold, sans-serif;
}
.pt_custommenu div.pt_menu .parentMenu a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu a.act {
  color: #333333;
  background-color: #ec2326 !important;
}
.pt_custommenu div.pt_menu .parentMenu a:hover span,
.pt_custommenu div.pt_menu .parentMenu a.act span {
  color: #fff;
}
.pt_custommenu div.pt_menu .parentMenu li:first-of-type a {
  padding-left: 20px;
}
.pt_custommenu div.pt_menu .parentMenu li:last-of-type a {
  padding-right: 0;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.pt_menu.pt_menu_link .parentMenu a:hover,
.pt_custommenu div.pt_menu.pt_menu_link .parentMenu a.act {
  color: #ec2326;
  background-color: transparent !important;
}
.pt_custommenu div.pt_menu.pt_menu_link .parentMenu a:hover span,
.pt_custommenu div.pt_menu.pt_menu_link .parentMenu a.act span {
  color: #ec2326;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 30px 0 25px 0;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  -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: calc(100% - 5px) !important;
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #ED1C24;
}
.pt_custommenu div.popup a.act {
  color: #ED1C24 !important;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 12px;
  color: #fff;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  text-decoration: underline;
}
.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 {
  font-weight: normal;
  font-size: 14px;
  color: #141414;
  background: url(../images/li_submenu.png) left center no-repeat;
  padding-left: 20px;
}
.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 {
  text-decoration: underline;
}
.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: 23px;
}
.pt_custommenu div.column.last {
  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: #ED1C24;
}
/* =============================================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: #ED1C24;
  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: #ED1C24;
}
.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: #ED1C24 !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: #ED1C24 !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: #ED1C24 !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: #ED1C24 !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.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 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;
}
.pt_vmegamenu .pt_menu {
  background: #f9f9f9;
}
.pt_vmegamenu .pt_menu .parentMenu a {
  font-size: 14px;
  padding: 5px 15px;
}
.pt_vmegamenu .pt_menu > .parentMenu > a {
  background: #f0f0f0;
}
.pt_vmegamenu .pt_menu > .parentMenu > a > span {
  font-family: Lato-Bold, sans-serif;
  text-transform: uppercase;
  color: #ec1b18;
}
.pt_vmegamenu .pt_menu > .parentMenu > a:after {
  display: none !important;
}
.pt_vmegamenu .pt_menu > .popup {
  position: static !important;
  display: block !important;
  width: 100% !important;
  padding: 0;
  height: auto !important;
}
.pt_vmegamenu .pt_menu > .popup > .block1 {
  padding: 0 !important;
  width: 100% !important;
}
.pt_vmegamenu .pt_menu > .popup > .block1 > .column {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1 {
  width: 100%;
  background: #f9f9f9;
  text-align: left;
  margin: 0 !important;
  text-decoration: none;
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  font-size: 14px;
  color: #141414;
  font-weight: 400;
  padding: 8px 18px;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1 span {
  font-family: Lato, sans-serif;
  color: #141414;
  text-transform: uppercase;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  position: static;
  right: 15px;
  font-size: 18px;
  display: table;
  line-height: 1;
  color: #b8b8b8;
  margin-top: 3px;
  float: right;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1:hover {
  background-color: #ec1b18;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1:hover span {
  color: #fff;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1:hover:after {
  color: #fff;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1:hover .thumbnail-image {
  opacity: 0;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level1:hover .thumbnail-image.thumbnail-image-hover {
  opacity: 1;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level3 {
  line-height: 1.5;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemMenuName.level2 {
  margin-bottom: 8px;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 {
  display: none;
  padding: 0;
  position: absolute;
  left: 100% !important;
  text-align: left;
  z-index: 3000;
  width: 735px !important;
  box-shadow: unset;
  background-color: #fff;
  margin-top: -42px;
  padding: 18px 0;
  box-shadow: 1px 0 3px 1px #ccc;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 .itemMenu.level2 .column {
  min-height: 175px;
  padding: 0;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 .itemMenu.level2 .column > a span {
  font-family: Lato-Bold, sans-serif;
  font-size: 14px;
  color: #ec2326;
  border-bottom: 1px solid #ec2326;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 .itemMenu.level2 .column > a:hover {
  text-decoration: none;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 .itemMenu.level2 .column > a:hover span {
  color: #141414;
  border-color: #141414;
  font-weight: normal;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 .itemMenu.level2 .column .itemSubMenu.level2 {
  padding-left: 20px;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1 .itemSubMenu.level1 .itemMenu.level2 .column .itemSubMenu.level2 a span {
  font-size: 14px;
  color: #141414;
}
.pt_vmegamenu .pt_menu > .popup .itemMenu.level1:hover .itemSubMenu.level1 {
  display: block;
}
.pt_vmegamenu .pt_menu.pt_menu_no_child {
  background: #f0f0f0;
}
.pt_vmegamenu .pt_menu.pt_menu_no_child .parentMenu > a > span {
  font-family: Lato-Bold, sans-serif;
  font-size: 16px;
  color: #ec1b18;
  text-transform: uppercase;
}
.pt_vmegamenu .pt_menu.pt_menu_no_child .parentMenu > a:hover > span {
  color: #fff;
}
.pt_vmegamenu #show_more span {
  padding: 5px 10px;
}
.verticalmenu-container {
  position: relative;
  float: left;
  width: 277px;
}
.verticalmenu-container .megamenu-title {
  line-height: 25px;
  padding: 15px 20px;
  color: #141414;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  background: #e1f5f5;
  display: block;
  cursor: pointer;
  font-family: Lato-Bold, sans-serif;
  font-weight: normal;
}
.verticalmenu-container .megamenu-title:before {
  display: none;
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  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 #eeeeee;
  background: #fff;
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu {
  width: 100%;
  position: relative;
}
.verticalmenu-container .pt_vmegamenu .pt_menu:last-child {
  border: 0;
}
.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;
  background: #f0f0f0;
  color: #ec1b18;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 18px;
  position: relative;
  text-align: left;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover {
  color: #ec1b18;
  background-color: #fff;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover:after {
  color: #fff;
}
.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 .level-2 .popup {
  padding: 0;
  display: none;
  position: absolute;
  left: 100% !important;
  top: 0px !important;
  text-align: left;
  z-index: 3000;
  width: 900px !important;
  background: transparent;
  box-shadow: unset;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 {
  overflow: hidden;
  float: left;
  border: 1px solid #ededed;
  background: #fff;
  padding: 23px 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column {
  float: left;
  width: 200px;
  margin-right: 30px;
  padding-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column.last {
  margin-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column .itemMenu .itemMenuName.level1 {
  font-size: 14px;
  color: #ec2326;
  line-height: 1;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #ec2326;
  margin-bottom: 20px;
  display: table;
  padding-bottom: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column .itemMenu .itemMenuName.level1:hover {
  color: #ED1C24;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column .itemMenu .itemSubMenu.level1 {
  margin-bottom: 25px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column .itemMenu .itemSubMenu.level1:last-child {
  margin-bottom: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenu.level2 {
  padding-left: 17px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenu.level2 .itemMenuName.level2 {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  display: block;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .level-2 .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: #ED1C24;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  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: 20px;
  color: #fff;
}
#back_top:hover {
  background: #ED1C24;
  border-color: #ED1C24;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f062";
  font-family: 'FontAwesome';
}
#newsletter_pop_up {
  background: #fff  ;
  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: #ED1C24;
}
#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: #58585B;
}
#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 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #474747;
}
.block-search .block-content .control :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #474747;
  opacity: 1;
}
.block-search .block-content .control ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #474747;
  opacity: 1;
}
.block-search .block-content .control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #474747;
}
.block-search .block-content .control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #474747;
}
.block-search .block-content .control ::placeholder {
  /* Most modern browsers support this now. */
  color: #474747;
}
.block-search .block-content .control input {
  border-bottom: 1px solid #4e4e51;
  height: 42px;
  font-size: 14px;
  color: #474747;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  width: 490px;
  background: #fff;
  position: static;
  margin: 0;
  padding-left: 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 {
  content: "";
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: url(../images/icon_search.png) center no-repeat;
}
.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: #ED1C24;
  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,
.cms-index-index .post-title {
  margin-bottom: 10px;
}
.blog-index-index .post-title a,
.blog-post-view .post-title a,
.cms-index-index .post-title a {
  text-transform: uppercase;
  color: #58585B;
}
.blog-index-index .post-title a:hover,
.blog-post-view .post-title a:hover,
.cms-index-index .post-title a:hover {
  color: #ED1C24;
}
.blog-index-index .block-recent-posts,
.blog-post-view .block-recent-posts,
.cms-index-index .block-recent-posts {
  background: transparent;
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}
.blog-index-index .block-recent-posts .group-title2 h2,
.blog-post-view .block-recent-posts .group-title2 h2,
.cms-index-index .block-recent-posts .group-title2 h2 {
  font-family: Vidaloka, sans-serif;
  font-size: 20px;
  color: #141414;
  margin-bottom: 15px;
  text-transform: none;
}
.blog-index-index .post-posed-date,
.blog-post-view .post-posed-date,
.cms-index-index .post-posed-date {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-index-index .page-title,
.blog-post-view .page-title,
.blog-search-index .page-title {
  line-height: 1;
  font-family: Vidaloka, sans-serif;
  font-size: 36px;
  color: #141414;
  text-transform: none;
}
.blog-index-index .sidebar.sidebar-additional .block-search,
.blog-post-view .sidebar.sidebar-additional .block-search,
.blog-search-index .sidebar.sidebar-additional .block-search {
  padding-left: 0;
}
.blog-index-index .sidebar.sidebar-additional .block-search #blog_search,
.blog-post-view .sidebar.sidebar-additional .block-search #blog_search,
.blog-search-index .sidebar.sidebar-additional .block-search #blog_search {
  width: 100%;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.blog-index-index .sidebar.sidebar-additional .widget,
.blog-post-view .sidebar.sidebar-additional .widget,
.blog-search-index .sidebar.sidebar-additional .widget,
.blog-index-index .sidebar.sidebar-additional .static-sidebar.download-catalog,
.blog-post-view .sidebar.sidebar-additional .static-sidebar.download-catalog,
.blog-search-index .sidebar.sidebar-additional .static-sidebar.download-catalog,
.blog-index-index .sidebar.sidebar-additional .pt-testimonial-container,
.blog-post-view .sidebar.sidebar-additional .pt-testimonial-container,
.blog-search-index .sidebar.sidebar-additional .pt-testimonial-container {
  margin-bottom: 25px !important;
}
.blog-index-index .sidebar.sidebar-additional .block-recent-posts,
.blog-post-view .sidebar.sidebar-additional .block-recent-posts,
.blog-search-index .sidebar.sidebar-additional .block-recent-posts {
  text-align: left;
}
.blog-index-index .sidebar.sidebar-additional .block .block-title,
.blog-post-view .sidebar.sidebar-additional .block .block-title,
.blog-search-index .sidebar.sidebar-additional .block .block-title {
  margin-bottom: 5px !important;
}
.blog-index-index .sidebar.sidebar-additional .block .block-title strong,
.blog-post-view .sidebar.sidebar-additional .block .block-title strong,
.blog-search-index .sidebar.sidebar-additional .block .block-title strong {
  font-family: Vidaloka, sans-serif;
  font-size: 20px;
  color: #141414;
  margin-bottom: 15px;
  text-transform: none;
}
.blog-index-index .sidebar.sidebar-additional .widget.block-categories ul,
.blog-post-view .sidebar.sidebar-additional .widget.block-categories ul,
.blog-search-index .sidebar.sidebar-additional .widget.block-categories ul,
.blog-index-index .sidebar.sidebar-additional .widget.block-categories li,
.blog-post-view .sidebar.sidebar-additional .widget.block-categories li,
.blog-search-index .sidebar.sidebar-additional .widget.block-categories li,
.blog-index-index .sidebar.sidebar-additional .widget.block.block-recent-posts .item,
.blog-post-view .sidebar.sidebar-additional .widget.block.block-recent-posts .item,
.blog-search-index .sidebar.sidebar-additional .widget.block.block-recent-posts .item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-index-index .sidebar.sidebar-additional .widget.block-categories ul a,
.blog-post-view .sidebar.sidebar-additional .widget.block-categories ul a,
.blog-search-index .sidebar.sidebar-additional .widget.block-categories ul a,
.blog-index-index .sidebar.sidebar-additional .widget.block-categories li a,
.blog-post-view .sidebar.sidebar-additional .widget.block-categories li a,
.blog-search-index .sidebar.sidebar-additional .widget.block-categories li a,
.blog-index-index .sidebar.sidebar-additional .widget.block.block-recent-posts .item a,
.blog-post-view .sidebar.sidebar-additional .widget.block.block-recent-posts .item a,
.blog-search-index .sidebar.sidebar-additional .widget.block.block-recent-posts .item a {
  font-size: 16px;
  color: #58585b;
}
.blog-index-index .sidebar.sidebar-additional .widget.block-categories ul a:hover,
.blog-post-view .sidebar.sidebar-additional .widget.block-categories ul a:hover,
.blog-search-index .sidebar.sidebar-additional .widget.block-categories ul a:hover,
.blog-index-index .sidebar.sidebar-additional .widget.block-categories li a:hover,
.blog-post-view .sidebar.sidebar-additional .widget.block-categories li a:hover,
.blog-search-index .sidebar.sidebar-additional .widget.block-categories li a:hover,
.blog-index-index .sidebar.sidebar-additional .widget.block.block-recent-posts .item a:hover,
.blog-post-view .sidebar.sidebar-additional .widget.block.block-recent-posts .item a:hover,
.blog-search-index .sidebar.sidebar-additional .widget.block.block-recent-posts .item a:hover {
  color: #ED1C24;
}
.blog-index-index .sidebar.sidebar-additional .widget.block-recent-posts .block-content .item:first-child,
.blog-post-view .sidebar.sidebar-additional .widget.block-recent-posts .block-content .item:first-child,
.blog-search-index .sidebar.sidebar-additional .widget.block-recent-posts .block-content .item:first-child {
  padding-top: 0;
}
.blog-index-index .post-list,
.blog-search-index .post-list {
  display: table;
  margin: 0 -17px !important;
}
.blog-index-index .post-holder,
.blog-search-index .post-holder {
  padding: 5px 20px;
  background: none !important;
}
.blog-index-index .post-holder:hover,
.blog-search-index .post-holder:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-index-index .post-holder a.post-item-link,
.blog-search-index .post-holder a.post-item-link {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #141414;
  text-transform: none;
  font-weight: normal;
}
.blog-index-index .post-holder .item.post-posed-date,
.blog-search-index .post-holder .item.post-posed-date {
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #141414;
  text-transform: none;
  font-weight: normal;
}
.blog-index-index .post-holder .post-content,
.blog-search-index .post-holder .post-content {
  margin-top: 5px;
}
.blog-index-index .post-holder .post-content .post-title-holder,
.blog-search-index .post-holder .post-content .post-title-holder {
  float: left;
  margin-bottom: 5px;
}
.blog-index-index .post-holder .post-content .post-info,
.blog-search-index .post-holder .post-content .post-info {
  float: right;
  margin-top: 2px;
}
.blog-index-index .post-holder .post-content .post-description,
.blog-search-index .post-holder .post-content .post-description {
  clear: both;
}
.blog-index-index .post-holder:nth-of-type(2n+1),
.blog-search-index .post-holder:nth-of-type(2n+1) {
  clear: left;
}
.blog-index-index .post-title,
.blog-search-index .post-title {
  margin-bottom: 0;
}
.blog-index-index .post-posed-date,
.blog-search-index .post-posed-date {
  margin-top: 0;
}
.blog-post-view .post-view .post-info {
  float: left;
  margin-bottom: 10px;
}
.blog-post-view .post-view .addthis_toolbox.addthis_default_style {
  float: right;
  margin-top: 8px;
}
.blog-post-view .post-view .post-content {
  clear: both;
}
.blog-post-view .post-view .post-posed-date {
  color: #141414;
  text-transform: none;
}
.blog-post-view .post-view .block.related .block-title {
  color: #141414;
}
.blog-post-view .post-view .block.related .block-title strong::after {
  display: none;
}
.blog-post-view .post-view .block.related ol.block-content {
  padding-left: 15px;
}
#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;
}
.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 .page-title {
  display: block;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ED1C24;
}
.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;
}
.catalog-category-view .sidebar.sidebar-main .sidebar.sidebar-additional {
  width: 100% !important;
}
.cms-page-view b,
.contact-index-index b,
.blog-index-index b,
.blog-post-view b,
.cms-no-route b,
.cms-page-view strong,
.contact-index-index strong,
.blog-index-index strong,
.blog-post-view strong,
.cms-no-route strong {
  font-weight: bold;
}
.cms-page-view .header-container,
.contact-index-index .header-container,
.blog-index-index .header-container,
.blog-post-view .header-container,
.cms-no-route .header-container {
  margin-bottom: 0;
}
.cms-page-view .page-title-wrapper .page-title {
  line-height: 1;
  font-family: Vidaloka, sans-serif;
  font-size: 36px;
  color: #141414;
  text-transform: none;
}
.cms-page-view h2,
.cms-page-view h3 {
  font-family: Vidaloka, sans-serif;
  color: #141414;
}
.cms-page-view h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cms-page-view h4 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cms-page-view .column.main {
  margin-bottom: 20px;
}
.cms-page-view #maincontent ul {
  list-style: circle;
  padding-left: 15px;
}
.item .item-inner .image-container .product-item-photo .image-rotate {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(2.2);
  -webkit-transform: translate(-50%, -50%) scale(2.2);
  -ms-transform: translate(-50%, -50%) scale(2.2);
}
#cart-totals .value,
#co-shipping-method-form .item-title {
  display: none;
}
.iwd_opc_message_error{
  display: none !important;
}
#checkout-shipping-method-load .iwd_opc_select_container {
  border: none;
}
#checkout-shipping-method-load .iwd_opc_select_container:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
#checkout-shipping-method-load .iwd_opc_select_option {
  background: none;
  cursor: auto;
}
#checkout-shipping-method-load .iwd_opc_select_option:after {
  content: "";
}
.des .short-description {
  clear: both;
}
.catalog-product-view .group-title2 h2 {
  font-size: 29px;
  text-align: center;
}
.catalog-category-view .countdown-container {
  display: none;
}
body[class^='catalog'] .header-container,
body[class*=' catalog'] .header-container {
  margin-bottom: 10px;
}
body[class^='catalog'] .page-main .sidebar,
body[class*=' catalog'] .page-main .sidebar {
  margin-top: 45px;
}
body[class^='catalog'] .page-main .sidebar .block .filter-subtitle,
body[class*=' catalog'] .page-main .sidebar .block .filter-subtitle {
  display: none;
}
body[class^='catalog'] .page-main .sidebar .filter-current .item,
body[class*=' catalog'] .page-main .sidebar .filter-current .item {
  margin-bottom: 30px;
}
body[class^='catalog'] .page-main .sidebar .filter-current .item span.filter-label,
body[class*=' catalog'] .page-main .sidebar .filter-current .item span.filter-label {
  margin-bottom: 12px;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content {
  font-size: 17px;
  color: #141414;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content .filter-options-title,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content .filter-options-title,
body[class^='catalog'] .page-main .sidebar .filter .filter-content .filter-label,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content .filter-label {
  font-family: Lato-Bold;
  font-size: 17px;
  color: #141414;
  text-transform: uppercase;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value {
  font-size: 17px;
  color: #141414;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url:before,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url:before,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url:before,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url:before,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value:before,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value:before {
  display: none !important;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url:hover,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url:hover,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url:hover,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url:hover,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value:hover,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value:hover {
  color: #ED1C24;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url:hover span,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-url:hover span,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url:hover span,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url:hover span,
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value:hover span,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.filter-value:hover span {
  color: #ED1C24;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li a.action.remove.filter-url {
  line-height: 1.7;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content ol li:hover .checkmark:not(.checked):before,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content ol li:hover .checkmark:not(.checked):before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 10px;
  display: table;
  margin-top: 2px;
  margin-left: 1px;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content .checkmark,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content .checkmark {
  background: #f8f8f8;
  border: 1px solid #bebdbd;
  border-radius: 1px;
  width: 15px;
  height: 15px;
  display: table;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  line-height: 1;
}
body[class^='catalog'] .page-main .sidebar .filter .filter-content .checkmark.checked:before,
body[class*=' catalog'] .page-main .sidebar .filter .filter-content .checkmark.checked:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 10px;
  display: table;
  margin-top: 2px;
  margin-left: 2px;
}
body[class^='catalog'] .page-main .products.products-grid .item,
body[class*=' catalog'] .page-main .products.products-grid .item {
  width: 25%;
  padding: 0 7px;
  min-height: 370px;
}
body[class^='catalog'] .page-main .products.products-grid .item .item-inner .image-container,
body[class*=' catalog'] .page-main .products.products-grid .item .item-inner .image-container {
  max-height: 205px;
}
.stock.unavailable span {
  color: #ed1416;
}
.fotorama--fullscreen {
  z-index: 1001 !important;
}
.catalog-product-view section.block .group-title1,
.catalog-product-view section.block .group-title2 {
  text-align: left;
}
.catalog-product-view section.block .group-title1 h2,
.catalog-product-view section.block .group-title2 h2 {
  text-align: left;
}
.catalog-product-view section.block .group-title1 h2 span,
.catalog-product-view section.block .group-title2 h2 span {
  font-family: Vidaloka, sans-serif;
  font-size: 36px;
  color: #141414;
  text-transform: none;
}
.catalog-product-view .product-info-main {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-options-wrapper .field.qty {
  display: none;
}
.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt {
  margin: 0;
}
.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .page-title {
  line-height: 1;
  margin-bottom: 0 !important;
}
.catalog-product-view .product-info-main .page-title span.base {
  font-size: 30px;
  color: #141414;
  font-family: Lato-Bold, sans-serif;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-info-price {
  display: table;
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin-top: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .stock.available,
.catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable {
  float: left;
  margin-top: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .stock.available span,
.catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable span {
  font-size: 14px;
  color: #379595;
  font-family: Lato-Bold, sans-serif;
  text-transform: none;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable span {
  color: #ed1416;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container {
  float: right;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price-wrapper span.price {
  font-size: 36px;
  color: #379595;
  font-family: Lato-Bold, sans-serif;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
  margin-top: 16px;
  margin-right: 15px;
  float: right;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price span.price {
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  color: #379595;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price {
  float: right;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price span.price {
  font-size: 36px;
  color: #379595;
  font-family: Lato-Bold, sans-serif;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset {
  width: calc(100% - 124px);
  float: left;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .field label,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset .field label {
  font-size: 14px;
  color: #6d6d6d;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .field .price-notice span.price-wrapper,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset .field .price-notice span.price-wrapper {
  color: #379595;
  font-family: Lato-Bold, sans-serif;
  font-size: 14px;
  margin-left: 5px;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .field .control,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset .field .control {
  font-size: 18px;
  color: #474747;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .field .control .choice input,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset .field .control .choice input {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  font-size: 14px;
  color: #474747;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .field:not(.choice) > .label,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset .field:not(.choice) > .label {
  margin: 0 0 7px;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .field select,
.catalog-product-view .product-info-main #product-options-wrapper-extra .fieldset .field select {
  padding: 11px 16px 11px 10px;
  display: table;
  height: auto;
  line-height: 1;
  font-size: 18px;
  color: #474747;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../images/down-caret-icon.png) 96% center no-repeat;
  text-transform: uppercase;
  border-color: #cdcdcd;
}
.catalog-product-view .product-info-main #product-options-wrapper .field.qty,
.catalog-product-view .product-info-main #product-options-wrapper-extra .field.qty {
  float: right;
}
.catalog-product-view .product-info-main #product-options-wrapper .field.qty label.label,
.catalog-product-view .product-info-main #product-options-wrapper-extra .field.qty label.label {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 1;
  text-align: left;
  margin: 0 0 12px 0 !important;
  padding: 0;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: table;
  width: 100%;
  font-size: 14px;
  color: #474747;
  margin-top: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku strong.type,
.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku div.value {
  text-transform: none;
  font-size: 14px;
  color: #474747;
}
.catalog-product-view .product-info-main .product-info-stock-sku .manufacturer-block {
  font-size: 18px;
  color: #141414;
  display: table;
  margin-top: 8px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .manufacturer-block .manufacturer-label,
.catalog-product-view .product-info-main .product-info-stock-sku .manufacturer-block .manufacturer-logo {
  display: table-cell;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-info-stock-sku .manufacturer-block img {
  height: 33px;
  margin-left: 10px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.overview {
  color: #141414;
  line-height: 1.5;
  padding: 10px 0;
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form {
  float: left;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  margin: 14px 0 5px 0 !important;
}
.catalog-product-view .product-info-main .product-add-form #product-addtocart-button {
  background: #ed1416;
  border-radius: 2px;
  height: 48px;
  border: none;
  line-height: 2;
  padding: 0 22px;
}
.catalog-product-view .product-info-main .product-add-form #product-addtocart-button:hover {
  background: #58585B;
}
.catalog-product-view .product-info-main .product-add-form #product-addtocart-button span {
  font-size: 18px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  text-transform: none;
}
.catalog-product-view .product-info-main .product-add-form #product-addtocart-button span:before {
  content: "";
  width: 40px;
  height: 39px;
  background-image: url(../images/icon-cart-arrow.png), url(../images/icon-arrow.png);
  background-position: center, 19px 5px;
  background-repeat: no-repeat, no-repeat;
  display: table;
  float: left;
  left: -10px;
  position: relative;
}
.catalog-product-view .product-info-main .product-social-links {
  float: left;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist {
  border: 1px solid #ed1416 !important;
  border-radius: 2px !important;
  height: 46px;
  line-height: 2.4 !important;
  padding: 0 20px 0 5px !important;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:before {
  content: "\f004";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #ed1416;
  background: none;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist span {
  font-size: 18px;
  color: #ed1416;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:hover {
  background: #58585B !important;
  border-color: #58585B !important;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:hover:before {
  background-color: #58585B !important;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:hover span {
  color: #fff;
}
.catalog-product-view .field.qty .control {
  position: relative;
  background-color: #fff;
}
.catalog-product-view .field.qty input#qty,
.catalog-product-view .field.qty input#qty-extra {
  font-size: 18px;
  color: #474747;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  width: 107px;
  height: 48px;
  padding: 0 17px;
  text-align: left;
  display: table;
}
.catalog-product-view .control-qty {
  position: absolute;
  float: right;
  height: 40px;
  width: 25px;
  top: 4px;
  right: 4px;
}
.catalog-product-view .control-qty .quantity-controls {
  display: block;
  width: 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.catalog-product-view .control-qty .quantity-controls.quantity-plus,
.catalog-product-view .control-qty .quantity-controls.quantity-extra-plus {
  width: 25px;
  height: 20px;
  background: url(../images/up-caret-icon.png) center center no-repeat;
  top: 0;
  right: 0;
}
.catalog-product-view .control-qty .quantity-controls.quantity-minus,
.catalog-product-view .control-qty .quantity-controls.quantity-extra-minus {
  width: 25px;
  height: 20px;
  background: url(../images/down-caret-icon.png) center center no-repeat;
  bottom: 0;
  right: 0;
}
.catalog-product-view .ma-corporate-about {
  clear: both;
}
.catalog-product-view .ma-corporate-about .owl-container .owl-carousel .owl-item {
  padding: 0 50px;
}
.catalog-product-view .product.info.detailed .data.item.content {
  border-top: 1px solid #979797 !important;
}
.catalog-product-view .product.info.detailed .data.item.content p {
  font-size: 14px;
  color: #474747;
}
.catalog-product-view .product.info.detailed .data.item.content th.col.label {
  font-family: Lato-Bold, sans-serif;
  font-size: 16px;
  color: #474747;
  padding-right: 57px;
  line-height: 1.8;
}
.catalog-product-view .product.info.detailed .data.item.content td.col.data {
  font-size: 16px;
  color: #474747;
}
.catalog-product-view .product.info.detailed .data.item.title {
  height: 56px;
}
.catalog-product-view .product.info.detailed .data.item.title a {
  font-family: Vidaloka, sans-serif;
  font-size: 20px;
  color: #646464 !important;
  padding: 18px 20px !important;
  line-height: 1;
  display: table;
}
.catalog-product-view .product.info.detailed .data.item.title.active {
  border: 1px solid #979797;
  border-bottom: none;
  position: relative;
  top: 1px;
  z-index: 1;
}
.catalog-product-view .product.info.detailed .data.item.title.active a {
  color: #ed1416 !important;
  background: #fff;
}
.catalog-product-view .product.media .zoom-product-image {
  font-size: 14px;
  color: #474747;
  margin: 0 auto;
  position: relative;
  bottom: 45px;
  background: #fff;
  display: table;
  padding: 3px 10px;
  border-radius: 2px;
  cursor: pointer;
}
.catalog-product-view .product.media .zoom-product-image i {
  width: 20px;
  height: 13px;
  background: url(../images/icon-zoom.png) center no-repeat;
  display: table;
  float: left;
  line-height: 1;
  position: relative;
  left: -4px;
  top: 4px;
}
.catalog-product-view #product-options-wrapper {
  display: none;
}
.catalog-product-view .product-info-stock-sku > form {
  display: table;
  width: 100%;
}
body.catalog-product-view[class*=' product-configurable'] #product-options-wrapper > .fieldset,
body.catalog-product-view[class*=' product-configurable'] #product-options-wrapper-extra > .fieldset {
  margin-bottom: 0;
}
body.catalog-product-view[class*=' product-config'] .product-options-bottom .field.qty {
  display: none;
}
body.catalog-product-view[class*=' product-config'] .product-add-form {
  float: right !important;
}
body.catalog-product-view[class*=' product-config'] .product-options-wrapper .field.qty {
  display: block;
}
@media (min-width: 1399px) {
  html .page-wrapper .container,
  body .page-wrapper .container {
    max-width: 1193px;
  }
  .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: -23px;
  }
  .owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: -21px;
  }
}
@media only screen and (max-width: 1400px) {
  body.catalog-product-view[class*=' product-config'] .product-options-bottom .field.qty {
    display: block;
  }
  body.catalog-product-view[class*=' product-config'] .product-info-main #product-options-wrapper .fieldset,
  body.catalog-product-view[class*=' product-config'] .product-info-main #product-options-wrapper-extra .fieldset {
    width: 100%;
  }
  body.catalog-product-view[class*=' product-config'] .product-add-form {
    float: left !important;
  }
  body.catalog-product-view[class*=' product-config'] .product-options-wrapper .field.qty {
    display: none;
  }
  body.catalog-product-view[class*=' product-config'] .product-info-main .product-info-stock-sku #product-options-wrapper .fieldset,
  body.catalog-product-view[class*=' product-config'] .product-info-main .product-info-stock-sku #product-options-wrapper-extra .fieldset {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.available,
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable {
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box span.price {
    font-size: 2.2vw;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
    font-size: 2.2vw;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .old-price span.price {
    font-size: 2.2vw;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price span.price {
    font-size: 2.2vw;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .footer-container .footer-top .footer-static .block.newsletter .control {
    width: calc(100% - 48px);
  }
  .footer-container .footer-top .footer-static .block.newsletter .field .actions {
    float: right;
  }
  .ma-corporate-about .owl-item {
    padding: 0 5px !important;
  }
  .ma-corporate-about .block-wrapper .text-des p {
    font-size: 12px;
  }
  .ma-corporate-about .block-wrapper .icon {
    width: 28px;
    height: 28px;
    margin-top: 9px;
  }
}
@media (min-width: 992px) {
  .box-menu-content .container-fluid {
    padding: 0 80px;
  }
  .cms-index-index .static-sidebar {
    margin-top: -58px;
    overflow: visible;
  }
  .cms-index-index .static-sidebar .image a {
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 1199px) {
  .module-group-homepage .group-title1 h2,
  .brandslider-container .group-title1 h2 {
    font-size: 25px;
  }
  header .header-container .top-menu.fix-header .pt_menu_link.pt_menu .parentMenu a {
    padding: 16px 20px 15px;
  }
  header .header-container .top-menu .pt_custommenu .verticalmenu-container .megamenu-title {
    font-size: 14px;
  }
  header .header-container .header-inner .header-left {
    display: table;
    float: left;
  }
  header .header-container .header-inner .header-middle {
    width: 38%;
    float: left;
  }
  header .header-container .header-inner .header-middle .top-search {
    margin: 50px auto 0;
    overflow: auto;
  }
  header .header-container .header-inner .header-right {
    width: 31%;
    float: right;
  }
  .pt_custommenu div.pt_menu .parentMenu a {
    padding: 16px 22px 15px;
    font-size: 14px;
  }
  .verticalmenu-container {
    position: relative;
    float: left;
    width: 24%;
    max-width: 280px;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 3vw;
  }
  .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;
  }
  .verticalmenu-container .megamenu-title {
    font-size: 16px;
    padding: 10px 15px;
  }
  .verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a {
    font-size: 14px;
    padding: 5px 14px;
  }
  .verticalmenu-container .pt_vmegamenu #show_more span {
    padding: 5px 10px;
  }
  .container {
    width: 100% !important;
  }
  body[class^='catalog'] .page-main .products.products-grid .item,
  body[class*=' catalog'] .page-main .products.products-grid .item {
    width: 33.3%;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-container .box-responsive {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
  }
  header .header-container .top-search {
    position: static;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header .header-container .top-search .block-search {
    width: 100%;
  }
  header .header-container .header-inner .header-middle {
    width: 33%;
  }
  header .header-container .header-inner .header-middle .top-search {
    margin: 14px auto 0;
  }
  header .header-container .header-inner .header-right {
    width: 30%;
  }
  header .header-container .header-inner .header-right .header-phone {
    font-size: 12px;
    top: 5px;
  }
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper .showcart .counter.qty {
    top: -17px;
  }
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper .showcart:before {
    top: 4px;
  }
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper .showcart .cart-total .price,
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper .showcart .text {
    font-size: 12px;
  }
  .page-main .module-product3 {
    margin-top: 60px;
  }
  .page-main .testimo-slider {
    margin-top: 60px;
  }
  .page-main .testimo-slider .pt-testimonial .des {
    padding: 20px 0;
  }
  .logo-home {
    margin: 10px 0 10px 30px;
    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);
  }
  .box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome {
    width: 100%;
  }
  .box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .header.links {
    width: 100%;
  }
  .cart-container .cart-summary,
  .cart-container .form-cart {
    width: 100% !important;
    position: static;
  }
  .page-footer .footer-container .footer-bottom .container-inner {
    padding: 15px 0;
  }
  .page-footer .footer-container .footer-bottom .footer-copyright {
    margin-top: 6px;
  }
  .page-footer .footer-container .footer-bottom .footer-payment {
    clear: right;
    float: right;
    margin-top: 0;
  }
  #newsletter_pop_up,
  .b-modal {
    visibility: hidden;
  }
  body[class^='catalog'] .page-main .products.products-grid .item,
  body[class*=' catalog'] .page-main .products.products-grid .item {
    width: 50% !important;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.available,
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable {
    margin-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form #product-addtocart-button {
    padding: 0 10px;
  }
  .catalog-product-view .product-info-main .field.qty input#qty,
  .catalog-product-view .product-info-main .field.qty input#qty-extra {
    width: 75px;
    padding: 0 10px;
  }
  .ma-corporate-about .owl-item {
    padding: 0 5px !important;
  }
  .ma-corporate-about .block-wrapper .text-des p {
    font-size: 14px;
  }
  .ma-corporate-about .block-wrapper .icon {
    width: 30px;
    height: 30px;
    margin-top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-main {
    padding-right: 1.9%;
  }
  .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: 57px;
  }
  .page-layout-1column .product.media {
    width: 60% !important;
  }
  .page-layout-1column .product-info-main {
    width: 36.8% !important;
    padding-left: 0;
    float: right;
  }
  .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;
  }
  .information-group .title:after {
    opacity: 0;
  }
  .information-group .content {
    display: block !important;
  }
  body[class^='catalog'] .page-main .toolbar-bottom .toolbar-products .pages,
  body[class*=' catalog'] .page-main .toolbar-bottom .toolbar-products .pages {
    margin-right: -5px;
  }
  .catalog-product-view .product.media {
    margin-bottom: 60px;
  }
  .catalog-product-view .product.media .gallery-placeholder .loading-mask {
    padding-bottom: 70% !important;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap {
    position: absolute;
    left: 0;
    width: 115px;
    top: 0;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame {
    width: 101px !important;
    height: 67px;
    float: left;
    margin-bottom: 44px;
    border: none;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame:not(.fotorama__active) {
    opacity: 0.5;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame:hover {
    opacity: 1;
    cursor: pointer;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav--thumbs {
    width: 115px !important;
    display: table;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__stage {
    border: none;
    right: 0;
    left: 115px;
    width: calc(100% - 115px) !important;
    max-height: 413px;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__stage .fotorama__stage__shaft {
    width: 100% !important;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__stage .fotorama__stage__frame .fotorama__img {
    left: 50%;
  }
  .catalog-product-view .column.main {
    margin-bottom: 40px;
  }
  .catalog-product-view .products-item.item .item-inner .image-container {
    max-height: 205px;
  }
  .catalog-product-view .fieldset > .field {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cms-index-index .banner-static.static-sidebar.download-catalog {
    float: right;
    width: 50%;
    padding-left: 11%;
  }
  .cms-index-index .block-recent-posts {
    float: left;
    width: 50%;
    clear: none;
  }
  .cms-index-index .block-recent-posts .group-title2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .block.newsletter {
    width: 50% !important;
  }
  header .header-container .search-cart {
    margin: 20px 3px 10px;
  }
  header .header-container .header-inner .header-right {
    width: auto;
  }
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper {
    margin-left: 0;
  }
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper .showcart .counter.qty {
    top: -7px;
  }
  header .header-container .header-inner .header-right .search-cart .minicart-wrapper .showcart .cart-total .price {
    display: none;
  }
  header .header-container .header-inner .header-right .header-phone {
    display: none;
  }
  header .header-container .header-inner .header-middle {
    width: 48%;
  }
  header .header-container .header-inner .top-search {
    margin: 10px auto 0;
  }
  header .header-container .header-inner .top-search .action.search:before {
    display: block;
  }
  #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 10px 0 0;
    border: none;
  }
  .header-container .search-cart .minicart-wrapper .showcart:after {
    display: none;
  }
  .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 {
    background: #ee0a00;
    border-radius: 50%;
  }
  .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 .modes .modes-label {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .page-main .toolbar-products .modes .modes-mode {
    display: inline-block;
    vertical-align: top;
  }
  .page-main .toolbar-products .limiter {
    margin-bottom: 10px;
  }
  .footer-container .footer-top .footer-static .block.newsletter .control {
    width: calc(100% - 48px);
  }
  .footer-container .footer-top .footer-static .block.newsletter .field .actions {
    float: right;
  }
  .footer-container .footer-top .footer-static .f-col:after {
    display: none;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-title {
    border: none;
    padding-bottom: 0;
  }
  .footer-container .footer-bottom {
    text-align: center;
  }
  .footer-container .footer-bottom .container-inner .box-left,
  .footer-container .footer-bottom .container-inner .footer-payment {
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  .footer-container .footer-bottom .footer-copyright {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .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%;
  }
  /* Custom roweb*/
  .page-main .form.contact,
  .page-main .form-contact-map {
    width: 100%;
  }
  .page-main .contact-us-additional,
  .page-main .form-contact-about {
    width: 100%;
  }
  .catalog-product-view .ma-corporate-about .owl-container .owl-carousel .owl-item {
    padding: 0 5px !important;
  }
  .catalog-product-view .product-info-main .product-add-form #product-addtocart-button {
    margin-right: 5px !important;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 10px;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    display: table;
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.title {
    border: none !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.title a {
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content {
    width: 100%;
    display: table !important;
    padding: 10px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content > div {
    clear: both;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content:after {
    clear: none !important;
  }
  .catalog-product-view .product.media .fotorama__stage,
  .catalog-product-view .product.media .fotorama__stage__frame,
  .catalog-product-view .product.media .fotorama__stage__shaft {
    max-height: 280px;
  }
  .ma-corporate-about .owl-item {
    padding: 0 5px !important;
  }
  .ma-corporate-about .block-wrapper .text-des p {
    font-size: 12px;
  }
  .ma-corporate-about .block-wrapper .icon {
    width: 28px;
    height: 28px;
    margin-top: 9px;
  }
  .blog-index-index .block-search .block-content .control input,
  .blog-post-view .block-search .block-content .control input,
  .blog-search-index .block-search .block-content .control input {
    width: 100%;
  }
  .blog-index-index .static-sidebar.download-catalog,
  .blog-post-view .static-sidebar.download-catalog,
  .blog-search-index .static-sidebar.download-catalog {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .page-main .category-products .toolbar-products .sorter,
  .page-main .category-products .toolbar-products .limiter {
    margin-top: 10px;
  }
  header .header-container .open-menu {
    left: 0;
    top: auto;
    bottom: 10px;
  }
  header .header-container .search-cart {
    margin: 10px 3px 10px;
  }
  header .header-container .header-inner .header-left {
    display: table;
    float: none;
    margin: 0 auto;
  }
  header .header-container .header-inner .header-left .logo-home {
    max-width: 290px;
    width: 100%;
    margin: 15px auto;
  }
  header .header-container .header-inner .header-left .logo-home .logo {
    margin: 0;
  }
  header .header-container .header-inner .header-middle {
    width: calc(100% - 62px);
    float: left;
    clear: left;
  }
  header .header-container .header-inner .header-middle .top-search {
    margin: 0 auto;
  }
  header .header-container .header-inner .header-middle .top-search .block-search {
    margin-top: 0;
    padding-left: 50px;
  }
  .ma-corporate-about .owl-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: 100% !important;
    position: static !important;
  }
  .ma-corporate-about .owl-item {
    padding: 0 10px !important;
    width: 50% !important;
    float: left !important;
    position: static;
    min-height: 45px;
  }
  .ma-corporate-about .block-wrapper .text-des p {
    font-size: 12px;
  }
  .ma-corporate-about .block-wrapper .icon {
    width: 28px;
    height: 28px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 568px) {
  .pt-banner-container .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .price-container .price-wrapper span.price {
    font-size: 20px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.available,
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable {
    float: left;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
    font-size: 3vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 5vw;
  }
  .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;
  }
  .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;
  }
  body[class^='catalog'] .page-main .products.products-grid,
  body[class*=' catalog'] .page-main .products.products-grid {
    margin: 0;
    padding: 0;
  }
  body[class^='catalog'] .page-main .products.products-grid .item,
  body[class*=' catalog'] .page-main .products.products-grid .item {
    width: 100% !important;
    padding: 0 15px;
  }
  body[class^='catalog'] .page-main .products.products-grid .item .item-inner .image-container,
  body[class*=' catalog'] .page-main .products.products-grid .item .item-inner .image-container {
    max-height: 300px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.available,
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable {
    margin-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form #product-addtocart-button {
    padding: 0 10px;
  }
  .catalog-product-view .product-info-main .field.qty input#qty,
  .catalog-product-view .product-info-main .field.qty input#qty-extra {
    width: 75px;
    padding: 0 10px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .price-container .price-wrapper span.price {
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.available,
  .catalog-product-view .product-info-main .product-info-price .price-box .stock.unavailable {
    float: left;
    margin-top: 0;
  }
}
@media only screen and (max-width: 420px) {
  .ma-corporate-about .owl-item {
    padding: 0 10px !important;
    width: 100% !important;
    float: left !important;
    position: static;
    min-height: auto;
  }
  .ma-corporate-about .owl-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .header-container .top-link .box-setting .minicart-wrapper {
    bottom: 38px;
  }
}
