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;
}
/* _custumthemes style of theme */
.corporate-about {
  text-align: center;
}
.corporate-about .corporate {
  padding: 70px 0;
  border-bottom: 1px solid #000000;
}
.corporate-about .row > div {
  border-right: 1px solid #000000;
}
.corporate-about .row > div:last-child {
  border: 0;
}
.corporate-about .row > div .text-des {
  padding: 0 20px;
}
.corporate-about .row > div .text-des h3 {
  font-size: 16px;
  margin: 0 0 30px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.corporate-about .row > div .text-des p {
  color: #888;
  font-size: 13px;
  margin: 0;
}
.corporate-about .row > div .text-des i {
  font-size: 0;
  margin: 10px 0 30px;
  color: #187cbe;
}
.corporate-about .row > div .text-des i:before {
  font-size: 40px;
}
.block-twitter {
  padding: 10px 0 15px 0;
  text-align: center;
}
.block-twitter p {
  margin-bottom: 0;
}
.block-twitter p i {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.block-twitter p a {
  text-decoration: underline;
}
.block-twitter p a:hover {
  color: #187cbe;
}
.banner-home-center {
  background: #f5f5f5;
  overflow: hidden;
  text-align: center;
  display: table;
  width: 100%;
}
.banner-home-center .box-col {
  float: left;
  width: 50%;
  position: relative;
  display: table-cell;
}
.banner-home-center .box-col:last-child {
  float: right;
}
.banner-home-center .box-col .text-des {
  padding: 150px 30px 0;
}
.banner-home-center .box-col .text-des h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.banner-home-center .box-col .text-des a.button {
  display: inline-block;
  padding: 12px 30px;
  background: #333333;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin: 20px 0 0;
}
.banner-home-center .box-col .text-des a.button:hover {
  background: #187cbe;
}
.banner-home-center .box-col .images {
  position: relative;
  overflow: hidden;
}
.banner-home-center .box-col .images img {
  transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
}
.banner-home-center .box-col .images:hover a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.banner-home-center2 {
  background: #333;
  overflow: hidden;
  text-align: center;
  display: table;
  width: 100%;
  color: #999999;
}
.banner-home-center2 .box-col {
  float: left;
  width: 50%;
  position: relative;
  display: table-cell;
}
.banner-home-center2 .box-col:last-child {
  float: right;
}
.banner-home-center2 .box-col .text-des {
  padding: 150px 30px 0;
}
.banner-home-center2 .box-col .text-des h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #fff;
}
.banner-home-center2 .box-col .text-des a.button {
  display: inline-block;
  padding: 12px 30px;
  background: #ffffff;
  color: #333;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin: 20px 0 0;
}
.banner-home-center2 .box-col .text-des a.button:hover {
  background: #187cbe;
  color: #fff;
}
.banner-home-center2 .box-col .images {
  position: relative;
  overflow: hidden;
}
.banner-home-center2 .box-col .images img {
  transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
}
.banner-home-center2 .box-col .images:hover a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ma-newsletter {
  padding: 87px 0;
  background-size: cover;
}
.ma-newsletter .subscribe .text-newletter h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.ma-newsletter .subscribe .text-newletter p {
  margin: 40px 0;
}
.ma-newsletter .subscribe .control input {
  width: 93%;
  padding: 10px;
}
.ma-newsletter .subscribe .control .actions {
  margin: 20px 0 0;
}
.ma-newsletter .subscribe .control .actions button {
  padding: 8px 20px;
  min-width: 170px;
}
.banner-home {
  padding: 20px 0;
  position: relative;
}
.banner-home .row > div:last-child .box-col:first-child {
  margin-bottom: 30px;
}
.banner-home .box-col {
  position: relative;
  overflow: hidden;
}
.banner-home .box-col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  z-index: 11;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  pointer-events: none;
  visibility: hidden;
}
.banner-home .box-col img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.banner-home .box-col:hover:before {
  opacity: 1;
  visibility: visible;
}
.banner-home .box-col:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.contact-us {
  margin: 30px 0 0;
}
body {
  background: #ffffff;
  font-family: 'arial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
html,
body {
  display: block !important;
}
a {
  color: #000000;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:hover {
  color: #187cbe;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  padding: 8px 10px;
  border: 1px solid #000000;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.checkbox {
  display: inline-block;
  vertical-align: top;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.page-title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: normal;
  text-transform: uppercase;
}
.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 #000000;
  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;
}
input.input-text:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
a:hover {
  text-decoration: none;
  color: #187cbe;
}
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: #5b5b5b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  letter-spacing: 0px;
  padding: 7px 18px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.action.primary:hover,
button:hover {
  background: #187cbe;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.action.primary:visited,
button:visited {
  border: 0 !important;
}
.owl-container {
  margin: 0 -15px;
}
.product-reviews-summary {
  display: inherit;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .rating-summary {
  line-height: 13px;
  position: static;
  display: inherit;
}
.product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: 85px;
}
.product-reviews-summary .rating-summary .rating-result:before {
  font-family: FontAwesome;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #a5a5a5;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 1;
  height: 15px;
  right: 0;
  margin: 0;
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  font-family: FontAwesome;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #d8ba81;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 1;
  height: 15px;
  right: 0;
  margin: 0;
}
.category-image {
  margin-bottom: 0;
}
.page-wrapper .col-main .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.page-wrapper .col-main .page-title-wrapper .container .page-title {
  margin-top: 0;
}
.page-wrapper .breadcrumbs {
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 15px 0 1px;
  max-width: 100% !important;
}
.page-wrapper .breadcrumbs ul li:after {
  display: none !important;
}
.page-wrapper .breadcrumbs ul li a {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  line-height: 11px;
  padding: 0 10px;
  border-right: 1px solid #a2a2a2;
}
.page-wrapper .breadcrumbs ul li a:hover {
  text-decoration: none;
  color: #187cbe;
}
.page-wrapper .breadcrumbs ul li strong {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
  color: #187cbe;
}
.mobile-bar-icon {
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  background: transparent;
  visibility: hidden;
  display: none;
  z-index: 99;
}
.mobile-bar-icon:hover {
  color: #187cbe;
}
.mobile-bar-icon:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.nav-toggle {
  display: none !important;
}
.mobile-bar-content {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: calc(100% - 45px);
  max-width: 500px;
  background: #333;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  z-index: 9999;
}
.mobile-bar-content.open {
  left: 0;
}
.mobile-bar-content .mobile-bar-close {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #187cbe;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  position: absolute;
  right: -35px;
  top: 122px;
  color: #fff;
}
.mobile-bar-content .mobile-bar-close:hover {
  background: #fff;
  color: #187cbe;
}
.mobile-bar-content .mobile-bar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.mobile-bar-content .tabs-mobile {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.mobile-bar-content .tabs-mobile .item {
  width: 50%;
  float: left;
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
  background: #187cbe;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #fff;
}
.mobile-bar-content .tabs-mobile .item.item-setting {
  border: none;
}
.mobile-bar-content .tabs-mobile .item.active,
.mobile-bar-content .tabs-mobile .item:hover {
  background: #fff;
  color: #187cbe;
  border-color: #187cbe;
}
.mobile-bar-content .tabs-content-mobile {
  text-align: center;
  padding: 0 20px;
}
.mobile-bar-content .tabs-content-mobile .top-links-bar {
  float: none;
  text-align: center;
  padding: 0 0 10px;
}
.mobile-bar-content .tabs-content-mobile .switcher-currency,
.mobile-bar-content .tabs-content-mobile .switcher-language,
.mobile-bar-content .tabs-content-mobile ul.header.links,
.mobile-bar-content .tabs-content-mobile .header_social {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile .sub-menu ul.header.links {
  min-width: 175px;
}
.top-bar {
  background-color: #f5f5f5;
  padding: 8px 0;
  border-bottom: 1px solid #ababab;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 888;
  color: #187cbe;
}
.top-bar p {
  margin: 0;
}
.header_social {
  float: right;
}
.header_social a {
  display: inline-block;
  color: #fff;
  font-size: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #474747;
  margin-left: 2px;
}
.header_social a:hover {
  background-color: #187cbe;
}
.header_social a:before {
  font-size: 15px;
  line-height: 30px;
}
.call-us {
  float: right;
  background: #f5f5f5;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #25d366;
}
.call-us p {
  margin: 0;
}
.call-us i {
  font-size: 28px;
  margin-right: 10px;
}
.header-inner {
  padding: 30px 0 20px;
  background: #f5f5f5;
}
.header-inner .logo-home {
  overflow: hidden;
}
.header-inner .logo-home .logo {
  margin: 0;
  float: none;
}
.top-links-bar {
  float: left;
}
.top-links-bar ul li {
  display: inline-block;
  vertical-align: middle;
}
.top-links-bar ul li a {
  display: block;
  margin: 0 10px;
  text-transform: uppercase;
  color: #187cbe;
  font-size: 10px;
}
.top-links-bar ul li a:hover {
  text-decoration: underline;
}
.switcher-language {
  float: right;
  margin-right: 10px;
}
.switcher-language .switcher-options {
  position: relative;
}
.switcher-language .switcher-options .switcher-trigger {
  color: #187cbe;
  line-height: 30px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.switcher-language .switcher-options .switcher-trigger i {
  line-height: 30px;
  margin-left: 5px;
}
.switcher-language .switcher-options:hover .switcher-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.switcher-language .switcher-options .switcher-dropdown {
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  z-index: 9;
  text-align: right;
  min-width: 175px;
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.switcher-language .switcher-options .switcher-dropdown a {
  display: block;
  padding: 5px 0;
}
.switcher-currency {
  float: right;
  margin-right: 10px;
}
.switcher-currency .switcher-options {
  position: relative;
}
.switcher-currency .switcher-options .switcher-trigger {
  color: #187cbe;
  line-height: 30px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.switcher-currency .switcher-options .switcher-trigger i {
  line-height: 30px;
  margin-left: 5px;
}
.switcher-currency .switcher-options:hover .switcher-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.switcher-currency .switcher-options .switcher-dropdown {
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 9;
  min-width: 175px;
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.switcher-currency .switcher-options .switcher-dropdown a {
  display: block;
  padding: 5px 0;
}
ul.header.links {
  float: right;
  margin-right: 15px;
}
ul.header.links li.greet.welcome {
  display: none !important;
}
ul.header.links li {
  position: relative;
  display: block !important;
}
ul.header.links li .customer {
  display: inline-block;
}
ul.header.links li .customer a {
  color: #187cbe;
  line-height: 30px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
ul.header.links li .customer a i {
  line-height: 30px;
  margin-left: 5px;
}
ul.header.links li:hover .sub-menu ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
ul.header.links li .sub-menu ul {
  display: block;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 130%;
  max-width: 175px;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
ul.header.links li .sub-menu ul:before,
ul.header.links li .sub-menu ul:after {
  left: 10px;
}
ul.header.links li .sub-menu ul li:hover {
  background: none;
}
ul.header.links li .sub-menu ul li a {
  padding: 5px 0;
  display: block;
}
ul.header.links li .sub-menu ul li a:hover {
  color: #187cbe;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  opacity: 1;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
  opacity: 1;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: #fff;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #187cbe;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:before {
  font-size: 18px;
  font-family: FontAwesome;
  display: block;
  line-height: 36px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.pt-banner-container .pt-banner-caption {
  font-size: 14px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  max-width: 1000px;
  text-align: right;
  margin: 0 auto;
  overflow: hidden;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-title3 {
  font-size: 5.71em;
  color: #187cbe;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  font-size: 2.85em;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  font-size: 6.42em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
}
.pt-banner-container .pt-banner-caption .pt-banner-des p {
  font-size: 4.5em;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #187cbe;
}
.pt-banner-container .pt-banner-caption .pt-url {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  background-color: #333333;
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
}
.pt-banner-container .pt-banner-caption .pt-url:hover {
  background-color: #187cbe;
  border-color: #187cbe;
}
.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: 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 .ptslider-2 .pt-title2 {
  -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 .ptslider-2 .pt-banner-des {
  -webkit-animation: slideInDown 1200ms ease-in-out;
  -moz-animation: slideInDown 1200ms ease-in-out;
  -ms-animation: slideInDown 1200ms ease-in-out;
  animation: slideInDown 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.banner-static .image a:hover:before,
.banner-static .image a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-static .image a:hover .text .text1,
.banner-static .image a:hover .text .text2,
.banner-static .image a:hover .text .text3 {
  -webkit-animation: fadeInUp 500ms ease-in-out;
  -moz-animation: fadeInUp 500ms ease-in-out;
  -ms-animation: fadeInUp 500ms ease-in-out;
  animation: fadeInUp 500ms ease-in-out;
}
.banner-static .image a:before,
.banner-static .image a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-static .image a:before {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.banner-static .image a:after {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.banner-static .image a .text {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: right;
}
.banner-static .image a .text .text1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #187cbe;
  padding-bottom: 5px;
  border-bottom: 2px solid #187cbe;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner-static .image a .text .text3 {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 20px;
}
.banner-static .image.text-left a .text {
  right: inherit;
  left: 40px;
  text-align: left;
}
.banner-static .image.text-left a .text .text2 {
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-weight: 700;
  margin-top: 20px;
  line-height: normal;
  letter-spacing: 1px;
}
.banner-static .image.text-left a .text .text3 {
  margin-top: -5px;
}
.cms-index-index .main-content {
  padding: 0;
}
.main-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 0 0 30px;
}
.main-content .page.messages {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content .page.messages div {
  font-size: 16px;
}
.main-content .checkout-container {
  margin: 30px 0;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.main-content .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.main-content .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main-content .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 14px;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  margin-top: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue {
  background: #5b5b5b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  letter-spacing: 0px;
  padding: 7px 18px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background: #187cbe;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:visited {
  border: 0 !important;
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #000000;
  text-transform: uppercase;
}
.main-content .login-container .fieldset:after {
  font-size: 14px;
  margin-left: 0 !important;
}
.main-content .form.contact {
  margin-top: 50px;
}
.main-content .table-comparison .cell {
  width: 175px;
}
.main-content .table-comparison .cell .attibute.value {
  font-size: 14px;
}
.main-content .pt-testimonial-item {
  margin-top: 30px;
}
.main-content .pt-testimonial-item ul.testimonial-item li {
  margin: 0px 10px 20px 0;
  padding: 10px;
  border: 1px solid #dfdfdf;
  width: 100%;
  text-transform: capitalize;
}
.main-content .pt-testimonial-item ul.testimonial-item li .testimonial-name {
  margin-bottom: 15px;
}
.main-content .pt-testimonial-item ul.testimonial-item li .testimonial-image {
  float: left;
  margin: 4px 15px 0 0;
  border-radius: 100%;
  overflow: hidden;
}
.main-content .pt-testimonial-item ul.testimonial-item li .testimonial-testimonial {
  text-transform: none;
}
.main-content .block.newsletter {
  width: auto;
  margin: 0;
  background: #f4f4f4;
  padding: 70px 0;
}
.main-content .block.newsletter .field {
  margin: 0;
}
.main-content .block.newsletter .field .text-newletter h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.main-content .block.newsletter .field .text-newletter h3 span {
  color: #187cbe;
}
.main-content .block.newsletter .field .text-newletter p {
  font-size: 15px;
  color: #5f5f5f;
  font-style: italic;
}
.main-content .block.newsletter .field .control {
  float: right;
  border: 2px solid #d7d7d7;
  width: 90%;
  position: relative;
  padding-right: 170px;
}
.main-content .block.newsletter .field .control:before {
  display: none;
}
.main-content .block.newsletter .field .control input {
  color: #000000;
  padding: 0 10px;
  height: 50px;
  background: transparent;
  border: 0;
  width: 100%;
}
.main-content .block.newsletter .field .control input:focus {
  outline: none;
  box-shadow: none;
}
.main-content .block.newsletter .field .control #newsletter-error {
  position: absolute;
  top: 100%;
  font-size: 14px;
  color: red;
}
.main-content .block.newsletter .field .control .actions {
  position: absolute;
  top: 12px;
  right: 0;
  width: auto;
  border-left: 2px solid #d7d7d7;
}
.main-content .block.newsletter .field .control .actions button.subscribe {
  border: 0;
  color: #000000;
  background: transparent;
  line-height: 26px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 35px;
  margin: 0;
}
.main-content .block.newsletter .field .control .actions button.subscribe:hover {
  color: #187cbe;
}
.main-content .block-recent-posts .blog-image {
  position: relative;
}
.main-content .block-recent-posts .blog-image:hover a.image:before {
  opacity: 1;
}
.main-content .block-recent-posts .blog-image a.image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  z-index: 0;
}
.main-content .block-recent-posts .blog-image a.image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.main-content .block-recent-posts .blog-content .blog-title {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 7px;
}
.main-content .block-recent-posts .blog-content .blog-title a {
  color: #000000;
}
.main-content .block-recent-posts .blog-content .blog-title a:hover {
  color: #187cbe;
}
.main-content .block-recent-posts .blog-content .short-des {
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.main-content .block-recent-posts .blog-content .time-conment {
  font-size: 15px;
  margin: 15px 0;
}
.main-content .category-products .toolbar-bottom .toolbar-products {
  border: none;
  border-top: 1px solid #000000;
  padding: 20px 0 0;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages {
  display: inline-block;
  vertical-align: top;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item {
  width: 28px;
  height: 28px;
  border: 1px solid #000000;
  line-height: 28px;
  margin: 0 5px;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item.current,
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item:hover {
  border-color: #187cbe;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item.current a,
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item:hover a {
  color: #187cbe;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item a {
  width: 100%;
  color: #000000;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item strong.page {
  line-height: 28px;
  color: #187cbe;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item .action {
  margin: 0;
  border: none;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item .action:before {
  margin: 0;
  width: 100%;
  font-size: 24px;
}
.main-content .category-products .toolbar-bottom .toolbar-products .pages .item .action span {
  display: none;
}
.main-content .category-products .toolbar-bottom .toolbar-products .modes {
  display: none;
}
.main-content .category-products .toolbar-bottom .toolbar-products .limiter {
  display: none !important;
}
.main-content .category-products .toolbar-bottom .toolbar-products .sorter {
  display: none;
}
.main-content .category-products .toolbar-products {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #000000;
}
.main-content .category-products .toolbar-products .modes .modes-mode {
  width: 31px;
  height: 31px;
  line-height: 31px;
  padding: 0;
  margin-right: 10px;
  background-color: #eeeeee;
  border: 0;
}
.main-content .category-products .toolbar-products .modes .modes-mode.mode-grid {
  background: #eeeeee url(../images/bkg_grid.png) center no-repeat;
}
.main-content .category-products .toolbar-products .modes .modes-mode.mode-grid:hover {
  background: #187cbe url(../images/bkg_grid_hover.png) center no-repeat;
}
.main-content .category-products .toolbar-products .modes .modes-mode.mode-grid.active {
  background: #187cbe url(../images/bkg_grid_hover.png) center no-repeat;
}
.main-content .category-products .toolbar-products .modes .modes-mode.mode-list {
  background: #eeeeee url(../images/bkg_list.png) center no-repeat;
}
.main-content .category-products .toolbar-products .modes .modes-mode.mode-list:hover {
  background: #187cbe url(../images/bkg_list_hover.png) center no-repeat;
}
.main-content .category-products .toolbar-products .modes .modes-mode.mode-list.active {
  background: #187cbe url(../images/bkg_list_hover.png) center no-repeat;
}
.main-content .category-products .toolbar-products .modes .modes-mode:before {
  display: none;
}
.main-content .category-products .toolbar-products .limiter {
  display: inline-block !important;
  vertical-align: top;
}
.main-content .category-products .toolbar-products .limiter label {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 400;
}
.main-content .category-products .toolbar-products .limiter .limiter-options {
  padding: 0 5px;
  height: 35px;
  min-width: 95px;
  font-size: 14px;
  color: #898888;
  margin-right: 0;
  border: 0;
  background-color: #f5f5f5;
}
.main-content .category-products .toolbar-products .limiter .limiter-text {
  display: none;
}
.main-content .category-products .toolbar-products .sorter {
  padding: 0;
  margin-right: 15px;
}
.main-content .category-products .toolbar-products .sorter label {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 400;
}
.main-content .category-products .toolbar-products .sorter .sorter-options {
  padding: 0 5px;
  height: 35px;
  min-width: 170px;
  font-size: 12px;
  color: #898888;
  border: 0;
  background-color: #f5f5f5;
}
.main-content .category-products .toolbar-products .sorter .sorter-action:before {
  line-height: 28px;
}
.main-content .category-products .toolbar-products .toolbar-amount {
  display: none;
}
.main-content .category-products .products-list .item {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
  padding: 0 0 30px;
}
.main-content .category-products .products-list .item .product-item-info .product-item-photo {
  padding: 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.main-content .category-products .products-list .item .product-item-info .product-item-photo:hover {
  -moz-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
}
.main-content .category-products .products-list .item .product-item-info .product-item-details {
  display: block;
  padding: 10px 0 0;
}
.main-content .category-products .products-list .item .product-item-info .product-item-details .product-item-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}
.main-content .category-products .products-list .item .product-item-info .product-item-details .price-box {
  margin: 15px 0;
}
.main-content .category-products .products-list .item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  text-align: left;
}
.main-content .category-products .products-list .item .product-item-info .actions form {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.main-content .category-products .products-list .item .product-item-info .actions form .tocart {
  background: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-indent: -9999px;
  display: inline-block;
  color: #187cbe;
  border: 1px solid #187cbe;
  border-radius: 0;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-content .category-products .products-list .item .product-item-info .actions form .tocart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 18px;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-content .category-products .products-list .item .product-item-info .actions form .tocart:hover {
  color: #fff;
  background-color: #187cbe;
}
.main-content .category-products .products-list .item .product-item-info .actions .towishlist,
.main-content .category-products .products-list .item .product-item-info .actions .tocompare {
  display: none
							background: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  color: #187cbe;
  border: 1px solid #187cbe;
  border-radius: 0;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-content .category-products .products-list .item .product-item-info .actions .towishlist:hover,
.main-content .category-products .products-list .item .product-item-info .actions .tocompare:hover {
  color: #fff;
  background-color: #187cbe;
}
.main-content .category-products .products-list .item .product-item-info .actions .towishlist:before,
.main-content .category-products .products-list .item .product-item-info .actions .tocompare:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 45px;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-content .category-products .products-list .item .product-item-info .actions .towishlist:before {
  content: "\f08a";
}
.main-content .sidebar .block .filter-subtitle {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  display: block;
}
.main-content .sidebar .block .title strong {
  line-height: inherit;
  color: #000000;
}
.main-content .sidebar .block .block-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px;
}
.main-content .sidebar .block .block-title strong {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
}
.main-content .sidebar .block .empty {
  font-size: 12px;
  color: #000000;
}
.main-content .sidebar .block.block-collapsible-nav {
  padding: 0;
}
.main-content .sidebar #layered-filter-block .filter-content .block-subtitle {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  display: block;
}
.main-content .sidebar #layered-filter-block .filter-content .items li {
  font-size: 18px;
}
.main-content .sidebar #layered-filter-block .filter-content .items li a.remove {
  font-size: 13px;
}
.main-content .sidebar .filter .filter-title {
  display: none;
}
.main-content .sidebar .filter .action.remove.filter-url {
  display: block;
}
.main-content .sidebar .filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.main-content .sidebar .filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-title {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 15px;
  outline: none;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 10px;
  float: right;
  font-weight: normal;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #000000;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li a {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li a .count {
  color: #d6d6d6;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #187cbe;
  height: 100%;
  position: absolute;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 4px solid #187cbe;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 0;
  top: 50%;
  margin-top: -7px;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -14px;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #2a2a2a;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 31px;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: center;
  padding-left: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  height: 32px;
  background: #fff;
  width: 75px;
}
.main-content .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ma-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/bkg_title.png) no-repeat center bottom;
  padding: 0 0 20px;
  margin-bottom: 60px;
}
.featureproduct-slider {
  margin-top: 80px;
}
.producttab-container {
  margin: 70px 0 40px;
}
.producttab-container .ma-title {
  margin-bottom: 30px;
}
.producttab-container .title-tab {
  text-align: center;
  margin: 0px 0 60px;
}
.producttab-container .title-tab ul li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #999999;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
.producttab-container .title-tab ul li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #adadad;
}
.producttab-container .title-tab ul li:last-child:after {
  display: none;
}
.producttab-container .title-tab ul li.active {
  color: #187cbe;
}
.cms-index-index .brandslider-container li {
  margin-top: 70px;
  margin-bottom: 20px;
}
.brandslider-container li {
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.brandslider-container li .pt-brand {
  border: 1px solid #000000;
  overflow: hidden;
}
.brandslider-container li .pt-brand p {
  margin: 0;
}
.brandslider-container .owl-theme .owl-controls .owl-buttons div {
  top: 67%;
}
.products-grid .ma-content .item-inner {
  padding: 0;
  width: auto;
}
.block.related {
  margin-bottom: 70px;
}
.ma-content {
  padding: 5px 0 0;
}
.ma-content .item-inner {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.ma-content .item-inner:hover .image-container {
  -moz-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
}
.ma-content .item-inner:hover .image-container .product-reviews-summary {
  opacity: 1;
  visibility: visible;
}
.ma-content .item-inner:hover .image-container .actions button.tocart,
.ma-content .item-inner:hover .image-container .actions .towishlist,
.ma-content .item-inner:hover .image-container .actions .tocompare {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.ma-content .item-inner:hover .image-container .actions .btn-quickview {
  opacity: 1;
  visibility: visible;
}
.ma-content .item-inner .label-pro-new,
.ma-content .item-inner .hot-sale {
  background: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  line-height: 62px;
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.ma-content .item-inner .hot-sale {
  background: #ffffff;
  font-size: 14px;
}
.ma-content .item-inner .hot-sale small {
  display: none;
}
.ma-content .item-inner .image-container {
  position: relative;
  transition: all .3s;
}
.ma-content .item-inner .image-container .actions {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 11;
  margin: -50px auto 0;
}
.ma-content .item-inner .image-container .actions form {
  display: inline-block;
}
.ma-content .item-inner .image-container .actions button.tocart {
  background: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-indent: -9999px;
  display: inline-block;
  color: #187cbe;
  border: 1px solid #187cbe;
  border-radius: 0;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.ma-content .item-inner .image-container .actions button.tocart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 18px;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ma-content .item-inner .image-container .actions button.tocart:hover {
  color: #fff;
  background: #187cbe;
}
.ma-content .item-inner .image-container .actions .towishlist,
.ma-content .item-inner .image-container .actions .tocompare {
  background: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-indent: -9999px;
  display: inline-block;
  color: #187cbe;
  border: 1px solid #187cbe;
  border-radius: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.54s ease-in-out;
  -moz-transition: 0.54s ease-in-out;
  -ms-transition: 0.54s ease-in-out;
  -o-transition: 0.54s ease-in-out;
  transition: 0.54s ease-in-out;
}
.ma-content .item-inner .image-container .actions .towishlist:before,
.ma-content .item-inner .image-container .actions .tocompare:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 45px;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ma-content .item-inner .image-container .actions .towishlist:hover,
.ma-content .item-inner .image-container .actions .tocompare:hover {
  color: #fff;
  background: #187cbe;
}
.ma-content .item-inner .image-container .actions .towishlist {
  margin: 0 4px;
  -webkit-transition: 0.42s ease-in-out;
  -moz-transition: 0.42s ease-in-out;
  -ms-transition: 0.42s ease-in-out;
  -o-transition: 0.42s ease-in-out;
  transition: 0.42s ease-in-out;
}
.ma-content .item-inner .image-container .actions .towishlist:before {
  content: "\f08a";
}
.ma-content .item-inner .image-container .actions .btn-quickview {
  display: block;
  margin: 7px auto 0;
  min-width: 150px;
  padding: 0 10px;
  letter-spacing: 1px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #187cbe;
  border: 1px solid #187cbe;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.ma-content .item-inner .image-container .actions .btn-quickview:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
}
.ma-content .item-inner .image-container .actions .btn-quickview:hover {
  color: #fff;
  background: #187cbe;
}
.ma-content .item-inner .image-container .product-reviews-summary {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ma-content .item-inner .image-container .product-reviews-summary .rating-summary {
  text-align: center;
}
.ma-content .item-inner .des {
  margin: 20px 0 0;
}
.ma-content .item-inner .des .product-item-name a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.ma-content .item-inner .des .product-item-name a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #187cbe;
  width: 36px;
  margin: 10px auto;
}
.ma-content .item-inner .des .product-item-name a:hover {
  color: #187cbe;
  text-decoration: none;
}
.price-box {
  overflow: hidden;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
}
.price-box .price-label {
  display: none;
}
.price-box .price {
  color: #ffffff;
  font-size: 16px;
}
.price-box .special-price {
  line-height: 16px;
  display: inline-block;
}
.price-box .special-price .price {
  color: #222;
  text-decoration: underline;
}
.price-box .old-price {
  margin-left: 5px;
  line-height: 16px;
}
.price-box .old-price .price {
  color: #ffffff;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
}
.product-item-name a {
  color: #000000;
}
.product-view .product-info .box-inner1 .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.product-view .product-info .box-inner1 .page-title-wrapper .container .page-title {
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-view .product-info .box-inner1 .box-price-review {
  overflow: hidden;
}
.product-view .product-info .box-inner1 .box-price-review .price-box {
  margin: 10px 0;
}
.product-view .product-info .box-inner1 .box-price-review .price-box .price {
  font-size: 18px;
  font-weight: normal;
}
.product-view .product-info .box-inner1 .box-price-review .product-reviews-summary {
  margin: 5px 0;
  padding: 3px 0 0;
}
.product-view .product-info .box-inner1 .box-price-review .product-reviews-summary .rating-summary {
  display: inline-block;
}
.product-view .product-info .box-inner1 .box-price-review .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: 15px;
  margin-left: 5px;
}
.product-view .product-info .box-inner1 .box-info-des .product-info-stock-sku .sku {
  margin: 10px 0;
}
.product-view .product-info .box-inner1 .box-info-des .product-info-stock-sku .sku .type:after {
  content: ":";
  margin: 0 5px;
}
.product-view .product-info .box-inner1 .box-info-des .product-info-stock-sku .sku .value {
  display: inline-block;
}
.product-view .product-info .box-inner1 .box-info-des .overview {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-bottom: 30px;
}
.product-view .product-info .product-add-form .product-options-wrapper {
  padding: 0 0 30px;
  border-bottom: 1px solid #000000;
}
.product-view .product-info .product-add-form .product-options-wrapper label {
  font-weight: normal;
}
.product-view .product-info .product-add-form .product-options-wrapper .control select {
  width: 50%;
  background-color: #e6e6e6;
  border: 0;
}
.product-view .product-info .product-add-form .box-tocart .qty {
  margin-top: 5px;
  overflow: hidden;
  margin: 0 15px 5px 0;
  display: inline-block;
  vertical-align: middle;
}
.product-view .product-info .product-add-form .box-tocart .qty .label {
  display: none;
}
.product-view .product-info .product-add-form .box-tocart .qty .control {
  float: left;
}
.product-view .product-info .product-add-form .box-tocart .qty .control input.input-text {
  height: 45px;
  min-width: 45px;
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.product-view .product-info .product-add-form .box-tocart .actions {
  padding: 0;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-view .product-info .product-add-form .box-tocart .actions .action.primary {
  height: 45px;
  line-height: 45px;
  background-color: #187cbe;
  padding: 0 20px;
}
.product-view .product-info .product-add-form .box-tocart .actions .action.primary:hover {
  background-color: #333;
}
.product-view .product-info .product-add-form .box-tocart .actions .action.primary:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  font-weight: normal;
}
.product-view .product-info .product-social-links {
  margin-top: 20px;
}
.product-view .product-info .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: top;
}
.product-view .product-info .product-social-links .action {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  background: #fff;
  line-height: 45px;
  font-size: 0;
  text-align: center;
  margin: 0 5px 5px 0;
}
.product-view .product-info .product-social-links .action:hover {
  background-color: #187cbe;
  color: #fff;
  border-color: #187cbe;
}
.product-view .product-info .product-social-links .action:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 44px;
}
.product-view .product-info .product-social-links .action.tocompare:before {
  content: "\f021";
}
.product-view .product-info .product-social-links .action.mailto.friend:before {
  content: "\f003";
}
.product-view .product.info.detailed {
  margin-top: 70px;
}
.product-view .product.info.detailed .items > .item.title {
  margin-right: 10px;
}
.product-view .product.info.detailed .items > .item.title a {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  border: 0;
  background: #f0f0f0;
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px;
}
.product-view .product.info.detailed .items > .item.title.active a {
  background-color: #999999;
  color: #fff;
}
.product-view .product.info.detailed .items > .item.content {
  padding: 40px 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 55px;
}
.product-view .product.info.detailed .items > .item.content p {
  line-height: 30px;
}
.product-view .product.info.detailed .review-field-ratings .review-field-rating .control {
  display: block;
}
.product-view .product.info.detailed .review-field-ratings .review-field-rating .label {
  display: block;
}
.fotorama--fullscreen {
  text-align: center;
}
.block.related .block-actions {
  display: none;
}
.block.related .field.choice.related {
  display: none;
}
.block.related .item .item-inner {
  margin-bottom: 0;
}
.footer-container .footer-top {
  background: #252525;
  padding: 60px 0 80px;
}
.footer-container .footer-top .footer-static {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
}
.footer-container .footer-top .footer-static .footer-static-title {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
}
.footer-container .footer-top .footer-static .footer-static-title h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-container .footer-top .footer-static .footer-static-title h3:after {
  content: "";
  width: 18px;
  display: block;
  margin-top: 10px;
  border-bottom: 1px solid #187cbe;
}
.footer-container .footer-top .footer-static .footer-static-content {
  line-height: 28px;
  font-size: 14px;
}
.footer-container .footer-top .footer-static .footer-static-content ul {
  list-style: none;
}
.footer-container .footer-top .footer-static .footer-static-content ul li a {
  color: #919191;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-container .footer-top .footer-static .footer-static-content ul li a:hover {
  color: #187cbe;
}
.footer-container .footer-top .footer-static .footer-static-content ul.social {
  margin: 20px 0 0;
}
.footer-container .footer-top .footer-static .footer-static-content ul.social li {
  display: inline-block;
  margin: 0 25px 5px 0;
}
.footer-container .footer-top .footer-static .footer-static-content ul.social li a {
  font-size: 0;
}
.footer-container .footer-top .footer-static .footer-static-content ul.social li em {
  font-size: 14px;
  font-weight: bold;
}
.footer-container .footer-bottom {
  padding: 13px 0;
  border-top: 1px solid #363636;
  background: #252525;
}
.footer-container .footer-bottom .footer-payment {
  text-align: right;
  margin-top: 5px;
}
.footer-container .footer-bottom .copyright {
  color: #ffffff;
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.footer-container .footer-bottom .copyright a {
  color: #f48d5a;
}
.footer-container .footer-bottom .copyright a:hover {
  text-decoration: underline;
}
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-right .sidebar-main {
  width: auto;
  float: none;
}
.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;
}
.box-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 800;
  text-align: right;
}
.minicart-items .item-qty {
  width: 60px !important;
}
.minicart-wrapper {
  float: right;
  margin: 0;
  z-index: 111;
}
.minicart-wrapper .product .actions {
  margin: 5px 0 0;
}
.minicart-wrapper .minicart-items {
  max-height: 400px;
  overflow: auto;
}
.minicart-wrapper .minicart-items .product-item-details {
  padding-right: 15px;
}
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.minicart-wrapper > a.action {
  padding: 5px 0;
  background: url(../images/icon-cart.png) no-repeat 0 50%;
  position: relative;
  width: 32px;
  height: 32px;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart .text {
  position: static;
  width: auto;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #187cbe;
  margin: 0;
  max-width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: inline-block !important;
  padding: 0;
  font-size: 12px;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  background: #5b5b5b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  letter-spacing: 0px;
  padding: 7px 18px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 100%;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  background: #187cbe;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:visited {
  border: 0 !important;
}
/*===custommenu==============*/
.nav-container {
  position: relative;
}
.nav-ozmegamenu-inner {
  position: relative;
  z-index: 700;
  margin: 10px 0 0;
}
.pt_custommenu {
  position: relative;
  width: 100%;
  padding-right: 70px;
  text-align: right;
}
.pt_custommenu div.pt_menu {
  display: inline-block;
}
.pt_custommenu div.pt_menu.act .parentMenu a {
  color: #187cbe;
  border-color: transparent;
}
.pt_custommenu div.pt_menu.active .parentMenu a,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title {
  color: #187cbe;
  border-color: transparent;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  padding: 3px 10px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  margin-right: 10px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0px;
  border: 1px solid transparent;
}
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 15px;
  margin-left: 5px;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  color: #187cbe;
  border-color: transparent;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu span.block-title:after {
  display: none;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 3px 5px #bababa;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #187cbe;
}
.pt_custommenu div.popup a.act {
  color: #187cbe !important;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  color: #393939;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  color: #187cbe;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 30px 30px 40px 30px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 10px;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 245px;
  margin-right: 35px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.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;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
/* =============================================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;
  text-align: left;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #187cbe;
  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;
}
.mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.mobilemenu li.level0.last {
  margin-bottom: 10px;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  margin: 0 15px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #187cbe;
}
.mobilemenu ul a {
  color: #999 !important;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #187cbe !important;
}
.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #000000 !important;
}
.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #187cbe !important;
}
.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
  color: #000000 !important;
}
.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
  color: #187cbe !important;
}
.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
  color: #000000 !important;
}
.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
  color: #187cbe !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 11px;
  right: 0px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.ma-blog .block-recent-posts {
  margin: 30px 0 80px;
}
.ma-blog .block-recent-posts .blog-title br {
  display: none;
}
.ma-blog .block-recent-posts .item {
  padding: 0 15px;
}
.ma-blog .block-recent-posts .item .item-inner {
  position: relative;
  overflow: hidden;
}
.ma-blog .block-recent-posts .item .item-inner .blog-content h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.ma-blog .block-recent-posts .item .item-inner .blog-content .date-time:before {
  content: "\f274";
  font-family: FontAwesome;
  margin-right: 10px;
}
.ma-blog .block-recent-posts .item .item-inner .blog-content .readmore {
  text-transform: uppercase;
  text-decoration: underline;
  color: #a2a2a2;
  font-size: 12px;
}
.ma-blog .block-recent-posts .item .item-inner .blog-content .readmore:hover {
  color: #187cbe;
}
#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: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
#back_top:hover {
  background: #187cbe;
  border-color: #187cbe;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f077";
  font-family: FontAwesome;
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  position: absolute;
  top: -25px;
  right: 0;
}
#newsletter_pop_up .b-close:after {
  content: "close";
  font-size: 10px;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 60px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#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: 40px;
  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;
}
.block_search {
  display: inline-block;
  vertical-align: middle;
}
.block_search .control {
  padding: 0;
  border: 0;
  margin: 0;
  width: 40px;
  position: relative;
  float: right;
}
.block_search .control input {
  border: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  right: 40px;
  left: auto;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #eee;
  font-size: 12px;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block_search .control input:focus {
  box-shadow: none;
}
.block_search .control:hover input {
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
.block_search .control .nested {
  display: none;
}
.block_search .actions {
  z-index: 1;
  cursor: pointer;
}
.block_search .actions .action.search {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.block_search .actions .action.search > span {
  font-size: 0;
}
.block_search .actions .action.search:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 17px;
  font-weight: normal;
  color: #000000;
  height: 41px;
  line-height: 35px;
  width: 41px;
  display: inline-block;
  vertical-align: top;
}
#blog_search_mini_form {
  position: relative;
}
.block-search .control {
  padding: 0 !important;
}
.block-search .action.search:hover:before {
  color: #b5b5b5 !important;
}
.block-search input {
  position: static;
  padding-right: 40px;
}
.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;
}
.fieldset > .field:not(.choice) > .label:after {
  position: static;
  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;
}
@media only screen and (max-width: 1199px) {
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    max-width: 900px;
  }
  .banner-home-center .box-col .text-des,
  .banner-home-center2 .box-col .text-des {
    padding: 10% 0 20px;
  }
  .banner-home-center .box-col .text-des h3,
  .banner-home-center2 .box-col .text-des h3 {
    font-size: 15px;
  }
  .ma-blog .block-recent-posts .item .item-inner .blog-content {
    padding: 10% 15px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .top-bar {
    display: none;
  }
  #newsletter_pop_up,
  .b-modal {
    visibility: hidden;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    max-width: 600px;
  }
  .pt-banner-container .pt-banner-caption {
    font-size: 10px;
  }
  .box-search {
    position: static;
    margin-right: 60px;
  }
  .fix-nav-ozmegamenu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #back_top {
    display: none !important;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 10%;
    max-width: 500px;
    text-align: center;
  }
  .pt-banner-container .pt-banner-caption {
    font-size: 6px;
  }
  .banner-home-center .box-col,
  .banner-home-center2 .box-col {
    width: 100%;
  }
  .banner-home-center .box-col .text-des,
  .banner-home-center2 .box-col .text-des {
    padding: 30px 0 20px;
  }
  .banner-home .box-col .des {
    padding: 20px 15px 15px;
  }
  .main-content .sidebar .block.block-collapsible-nav {
    position: static;
  }
  .copyright,
  .footer-payment {
    text-align: center !important;
  }
  .banner-home .box-col {
    margin-bottom: 20px;
  }
  .corporate-about .corporate {
    padding: 30px 0;
  }
  .producttab-container {
    margin: 30px 0 0;
  }
  .featureproduct-slider {
    margin-top: 10px;
  }
  .ma-blog .block-recent-posts {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    right: -40px;
  }
}
/*Fix products-grid */
@media (min-width: 768px) {
  .category-products .products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .category-products .products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .category-products .products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .category-products .products-grid ul > li {
    width: 100%;
  }
}
.fix-nav-ozmegamenu {
  z-index: 9999999;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.fix-nav-ozmegamenu .nav-container {
  margin: 10px 0;
}
.fix-nav-ozmegamenu .nav-ozmegamenu-inner {
  max-width: 1170px;
  margin: auto;
}
@media (min-width: 768px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 69%;
  }
  .cart-summary {
    width: 30%;
  }
}
.ma-newsletter {
  background: #f5f5f5 url(../images/bkg_newsletter.jpg) no-repeat center top;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 100%;
  }
  .page-layout-1column .product.media {
    width: 40%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.actions-toolbar {
  margin-bottom: 30px;
}
div.product-info-main .price-box {
  line-height: 1.3;
}
div.product-info-main .price-box .price-from .price-label {
  display: block;
}
div.product-info-main .price-box .price-container {
  line-height: 1.3;
}
div.product-info-main .price-box .special-price {
  line-height: 1.3;
  margin: 0;
}
div.product-info-main .price-box .special-price .price-container {
  line-height: 1.3;
}
div.product-info-main .price-box .old-price {
  line-height: 1.3;
}
div.product-info-main .price-box .old-price .price-container {
  line-height: 1.3;
}
div.product-info-main .box-tocart .fieldset .field.qty .label {
  display: none;
}
div.product-info-main .box-tocart .fieldset .actions {
  padding: 0;
}
div.product-info-main .box-tocart .fieldset .actions button {
  height: 52px;
  line-height: 52px;
}
div.product-info-main .box-tocart .fieldset .actions button:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 400;
}
div.product-info-main .product-social-links {
  margin-top: 20px;
}
div.product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
div.product-info-main .product-social-links .action {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  background: #fff;
  line-height: 45px;
  font-size: 0;
  text-align: center;
  margin: 0 5px 5px 0;
  padding: 0;
  border-radius: 3px;
}
div.product-info-main .product-social-links .action:hover {
  background-color: #187cbe;
  color: #fff;
  border-color: #187cbe;
}
div.product-info-main .product-social-links .action:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 44px;
}
div.product-info-main .product-social-links .action.tocompare:before {
  content: "\f021";
}
div.product-info-main .product-social-links .action.mailto.friend:before {
  content: "\f003";
}
div.product-info-main .overview {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-bottom: 30px;
}
#quickview-content .product-info-main {
  width: 100% !important;
}
.main-content {
  max-width: 100%;
  width: 100%;
}
body .columns .column.main {
  min-height: auto;
  padding: 0;
  width: 100%;
}
.form.contact {
  width: 100% !important;
  float: none !important;
}
