@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1f2228;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4ea5df;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3071a9;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #080808;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #1f2228;
  border-bottom-color: #1f2228;
}
.nav a:hover .caret {
  border-top-color: #4ea5df;
  border-bottom-color: #4ea5df;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #777777;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e7e7e7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #4ea5df;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #4ea5df;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #428bca;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #428bca;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #428bca;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
body {
  font-size: 14px;
  line-height: 22px;
  color: #252525;
  font-weight: 400;
  filter: none;
  background: #252525;
}
body label {
  font-weight: 500;
}
body input.inputbox,
body .sp-vmsearch-box {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body input.inputbox:focus,
body .sp-vmsearch-box:focus {
  box-shadow: none;
}
body input.invalid,
body textarea.invalid {
  border-color: #e74c3c !important;
}
body input[type="checkbox"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
body span.checkbox {
  margin: 0;
  background: #f4f4f4;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body span.checkbox input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
body span.checkbox label {
  font-weight: 400;
}
body span.checkbox label.checkbox_inner::before {
  color: #e3158d;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
body span.checkbox input[type="checkbox"]:checked + label.checkbox_inner::before {
  content: "\f078";
}
body.body-boxed {
  background-color: #e5e5e5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: none;
  font-weight: 400;
  margin: 0 0 30px 0;
}
h1.module-title,
h2.module-title,
h3.module-title,
h4.module-title,
h5.module-title,
h6.module-title,
.h1.module-title,
.h2.module-title,
.h3.module-title,
.h4.module-title,
.h5.module-title,
.h6.module-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
a {
  color: #252525;
  outline: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #e3158d;
}
.clear {
  clear: both;
  width: 100%;
}
p {
  margin-bottom: 20px;
}
.t3-module {
  background: none;
  margin-bottom: 30px;
}
.t3-module .module-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
  padding: 0;
  color: #252525;
  font-weight: 400;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-module .module-title {
    font-size: 18px;
  }
}
.t3-module .module-ct {
  background: none;
}
.jmoddiv.jmodinside {
  position: static;
}
.t3-sidebar .module-ct {
  background: ;
  padding: 0;
}
.displayNone {
  display: none;
}
.top-block {
  position: relative;
}
.center-block {
  position: relative;
}
.bottom-block {
  position: relative;
  z-index: 2;
}
.MainRow {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 6;
}

.boxed-version .top-block {
  position: relative;
  z-index: 2002;
}
.boxed-version .boxed {
  overflow: hidden;
}
.boxed-version .boxed.layout-wide #t3-header {
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
.boxed-version .boxed.layout-boxed {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
.boxed-version .boxed.layout-boxed #banners-top .custombanner_fullwidth div.item.item2 .text1 {
  font-size: 45px;
}
.boxed-version .boxed.layout-boxed #Customblock-bannersrow .custom_bottom .desc a {
  clear: left;
}
.boxed-version .boxed.layout-boxed #Customblock-bannersrow .custom_bottom .desc a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
}
.header-top.wide .container,
#t3-header.wide .container {
  width: 100%;
}
.header-top.wide .container .top-header-block1-custom,
#t3-header.wide .container .top-header-block1-custom {
  padding-left: 0;
}

.cwcookielaw {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 9px 10px;
  background: #333;
  z-index: 111;
}
.cwcookielaw .button {
  margin-left: 5px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .cwcookielaw p {
    display: block !important;
  }
}
div.cwcookielawbg {
  height: 0px;
}
.cookies_height {
  height: 0;
  overflow: hidden;
}
.topbanner {
  background: #000000;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 50px;
  width: 100%;
  top: 0;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topbanner {
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .topbanner {
    text-align: left;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .topbanner {
    text-align: left;
    text-transform: none;
    padding-top: 3px;
  }
}
.topbanner a {
  font-weight: 300;
  color: #ffffff;
  padding-left: 4px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .topbanner a {
    text-align: left;
    padding-left: 0px;
    clear: left;
  }
  .topbanner a:before {
    content: " ";
    width: 100%;
    height: 1px;
    display: block;
  }
}
.topbanner a:hover {
  color: #e3158d;
}
.topbanner .close-banner {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.topbanner .close-banner:hover {
  color: #e3158d;
}
.topbanner .t3-module.module {
  margin-bottom: 0;
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topbanner .t3-module.module {
    padding: 15px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .topbanner .t3-module.module {
    padding: 15px 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .topbanner .t3-module.module {
    padding: 0px;
  }
}
.topbanner.close {
  height: 0px;
}

.header-top {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
  color: #252525;
  font-size: 13px;
  text-transform: none;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .mod-left {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-top .mod-left {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-left {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
.header-top .mod-left .top-header-block1-custom {
  padding-left: 0;
  position: relative;
  z-index: 3;
}
.header-top .mod-left .top-header-block2-custom {
  position: relative;
  z-index: 2;
}
.header-top .mod-left > div {
  float: left;
  border-right: 1px solid #e4e4e4;
  padding: 10px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .mod-left > div {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .mod-left > div {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-top .mod-left > div {
    border-right: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-left > div {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-top .mod-left > div.top-header-block4-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-left > div.top-header-block4-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
.header-top .mod-left .top-header-block4-custom {
  border-right: none;
}
.header-top .mod-left .top-header-block4-custom ul.menu {
  overflow: hidden;
}
.header-top .mod-left .top-header-block4-custom ul.menu li {
  float: left;
}
.header-top .mod-left .top-header-block4-custom ul.menu li a {
  padding: 0;
  background: none;
  color: #252525;
}
.header-top .mod-left .top-header-block4-custom ul.menu li a:hover {
  color: #e3158d;
}
.header-top .mod-left .top-header-block4-custom ul.menu li.active a {
  color: #e3158d;
}
.header-top .mod-left .top-header-block4-custom ul.menu li + li {
  padding-left: 15px;
}
.header-top .mod-left #cur-lang {
  position: relative;
}
.header-top .mod-left #cur-lang .heading {
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  text-transform: capitalize;
}
.header-top .mod-left #cur-lang .heading:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.header-top .mod-left #cur-lang .heading:hover {
  color: #e3158d;
}
.header-top .mod-left #cur-lang .heading img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.header-top .mod-left #cur-lang ul {
  margin: 0;
  padding: 0;
  display: block;
  min-width: 150px;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 20px 0 0 -15px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.header-top .mod-left #cur-lang ul i {
  display: none;
}
.header-top .mod-left #cur-lang ul li {
  border-top: none;
  line-height: 30px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.header-top .mod-left #cur-lang ul li:hover {
  background: #efefef;
}
.header-top .mod-left #cur-lang ul li:hover a {
  color: #e3158d;
}
.header-top .mod-left #cur-lang ul li a {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
.header-top .mod-left #cur-lang ul li a.act {
  cursor: default;
  color: #e3158d;
}
.header-top .mod-left #cur-lang ul li + li {
  border-top: 1px solid #efefef;
}
.header-top .mod-left #cur-lang ul img {
  top: -1px;
  position: relative;
  margin-right: 2px;
}
.header-top .mod-left #cur-lang.open .heading {
  color: #e3158d;
}
.header-top .mod-left #cur-lang.open .heading:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
}
.header-top .mod-left #cur-lang.open ul {
  margin-top: 11px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-top .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
.header-top .mod-right a.wishlist_total,
.header-top .mod-right a.compare_total {
  color: #252525;
}
.header-top .mod-right a.wishlist_total:hover,
.header-top .mod-right a.compare_total:hover {
  color: #e3158d;
}
.header-top .mod-right > div {
  float: right;
  border-left: 1px solid #e4e4e4;
  padding: 10px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .mod-right > div {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .mod-right > div {
    float: left;
    border-left: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-top .mod-right > div {
    float: left;
    border-left: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-right > div {
    float: none;
    border-left: none;
    padding-left: 0;
  }
}
.header-top .mod-right > div.top-header-block7-custom {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-top .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    z-index: 3;
  }
}
.header-top .mod-right > div.top-header-block5-custom {
  border-left: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .mod-right > div .mod-cart {
    display: inline-block;
  }
}
.header-top .mod-right #cur-lang i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}
.header-top .mod-right #cur-lang i.text {
  font-size: 13px;
  margin-left: 6px;
  top: 0px;
}
.header-top .mod-right #cur-lang b {
  display: none;
}
.header-top .mod-right #cur-lang span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  margin-left: 8px;
}
.header-top .mod-right #vmCartModule {
  position: relative;
}
.header-top .mod-right #vmCartModule .miniart {
  position: relative;
  padding-right: 18px;
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.header-top .mod-right #vmCartModule .miniart:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.header-top .mod-right #vmCartModule .miniart i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0px;
}
.header-top .mod-right #vmCartModule .miniart .art-text {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0px;
}
.header-top .mod-right #vmCartModule .miniart .art-text i {
  margin-right: 8px;
}
.header-top .mod-right #vmCartModule .miniart .cart_num a {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
}
.header-top .mod-right #vmCartModule .miniart .cart_num a i {
  display: none;
}
.header-top .mod-right #vmCartModule .miniart .cart_num a span {
  display: none;
}
.header-top .mod-right #vmCartModule .miniart .total_2 {
  display: none;
}
.header-top .mod-right #vmCartModule .miniart:hover {
  color: #e3158d;
}
.header-top .mod-right #vmCartModule .miniart:hover .cart_num a {
  color: #e3158d;
}
.header-top .mod-right #vmCartModule #cart_list {
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 20px;
  display: block;
  background: #fff;
  width: 335px;
  color: #252525;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .mod-right #vmCartModule #cart_list {
    right: auto;
    left: -15px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-right #vmCartModule #cart_list {
    left: 0px;
    width: 290px !important;
    margin-top: -10px;
  }
}
.header-top .mod-right #vmCartModule #cart_list .text-art {
  padding: 15px;
}
.header-top .mod-right #vmCartModule #cart_list .container {
  width: 100%;
}
.header-top .mod-right #vmCartModule #cart_list #cart_post {
  display: none;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container {
  padding: 15px;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot {
  position: relative;
  overflow: hidden;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .image {
  float: left;
  width: 70px;
  background: #f5f3f4;
  padding: 5px;
  margin-right: 10px;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .image img {
  width: 100%;
  height: auto;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft {
  float: left;
  width: 150px;
  margin-right: 10px;
  text-transform: none;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a {
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #252525;
  display: inline-block;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a:hover {
  color: #e3158d;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright {
  float: left;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .wrap-cart {
  margin-top: -3px;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart {
  cursor: pointer;
  color: #e3158d;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart i {
  font-style: normal;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart .product_cart_id {
  opacity: 0;
  visibility: hidden;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart:hover {
  color: #252525;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products .container + .container {
  border-top: 1px solid #e4e4e4;
}
.header-top .mod-right #vmCartModule #cart_list #vm_cart_products.none {
  display: none;
}
.header-top .mod-right #vmCartModule #cart_list .all {
  padding: 15px;
}
.header-top .mod-right #vmCartModule #cart_list .all .tot3 {
  overflow: hidden;
  width: 100%;
}
.header-top .mod-right #vmCartModule #cart_list .all .tot3 span {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
.header-top .mod-right #vmCartModule #cart_list .all .tot3 strong {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}
.header-top .mod-right #vmCartModule #cart_list .all .tot4 {
  overflow: hidden;
  width: 100%;
}
.header-top .mod-right #vmCartModule #cart_list .all .tot4 span {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
.header-top .mod-right #vmCartModule #cart_list .all .tot4 strong {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}
.header-top .mod-right #vmCartModule #cart_list .all .total {
  overflow: hidden;
  width: 100%;
}
.header-top .mod-right #vmCartModule #cart_list .all .total span {
  color: #124ea1;
  font-size: 14px;
  line-height: 24px;
  float: left;
  font-weight: 700;
}
.header-top .mod-right #vmCartModule #cart_list .all .total strong {
  color: #124ea1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  float: right;
}
.header-top .mod-right #vmCartModule #cart_list .all .show_cart {
  margin: 15px -15px 0 -15px;
  padding: 15px 15px 0 15px;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.header-top .mod-right #vmCartModule #cart_list .all .show_cart #cart_post {
  float: left;
}
.header-top .mod-right #vmCartModule #cart_list .all.none {
  display: none;
}
.header-top .mod-right #vmCartModule.open {
  color: #e3158d;
}
.header-top .mod-right #vmCartModule.open .cart_num a {
  color: #e3158d;
}
.header-top .mod-right #vmCartModule.open .miniart:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.header-top .mod-right #vmCartModule.open #cart_list {
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
}
body.poppins .header-top .mod-right #cur-lang span,
body.poppins .header-top .mod-right #vmCartModule .miniart .cart_num a {
  line-height: 20px;
  padding: 2px 6px 0;
}
body.poppins .header-top .mod-left > div {
  padding: 11px 15px 8px;
}

.t3-wrapper {
  position: relative;
  z-index: 1;
  background: none;
}
#logins span {
  display: none;
}
#logins .heading {
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#logins .heading:before {
  content: "\f09c";
  font-size: 14px;
  font-family: FontAwesome;
  margin-right: 5px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#logins .heading:hover {
  color: #e3158d;
}
#logins .heading .logout {
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}
.poping_links {
  display: inline-block;
}
.poping_links .heading {
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.poping_links .heading:before {
  content: "\f023";
  font-size: 14px;
  font-family: FontAwesome;
  margin-right: 5px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.poping_links .heading:hover {
  color: #e3158d;
}
.poping_links #myModal.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.poping_links #myModal .modal-backdrop {
  visibility: hidden;
  display: none;
}
.poping_links #myModal .modal-dialog {
  z-index: 1050;
  width: 320px;
  height: 342px;
  overflow: auto;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -175px;
  margin-left: -160px;
  border: none;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.poping_links #myModal .modal-dialog .modal-content {
  text-transform: capitalize;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.poping_links #myModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  overflow: hidden;
}
.poping_links #myModal .modal-dialog .modal-content .modal-header .title {
  color: #252525;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  width: auto;
  display: block;
  clear: right;
  float: left;
  padding-top: 4px;
}
.poping_links #myModal .modal-dialog .modal-content .modal-header .create_customer {
  float: right;
  width: auto;
}
.poping_links #myModal .modal-dialog .modal-content .modal-header .close {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 15px;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body {
  padding: 20px 0 0 0;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body .wrapper_remember {
  color: #252525;
  font-size: 13px;
  overflow: hidden;
  margin-bottom: 10px;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body .wrapper_remember input {
  float: left;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body .wrapper_remember label {
  float: left;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body .button-log .button {
  float: left;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body .button-log ul {
  list-style: none;
  margin-top: -3px;
  float: right;
  padding-left: 0;
}
.poping_links #myModal .modal-dialog .modal-content .modal-body .button-log ul li {
  font-size: 13px;
  line-height: 20px;
}
.poping_links #myModal .modal-dialog .modal-content .modal-footer {
  padding: 0;
}
.poping_links #myModal.in .modal-backdrop {
  visibility: visible;
  display: block;
}
.center-block {
  position: relative;
  z-index: 1;
}
.top-block {
  position: relative;
  z-index: 2;
}
#t3-header {
  padding: 35px 0;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header {
    padding: 20px 0 30px;
  }
}
#t3-header .box-relative {
  position: relative;
  margin: 0 15px;
}
#t3-header .box-relative .logo,
#t3-header .box-relative .mod-right {
  padding: 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header .box-relative .logo,
  #t3-header .box-relative .mod-right {
    float: left;
    width: 80%;
  }
}
#t3-header .box-relative .logo h1,
#t3-header .box-relative .mod-right h1 {
  margin: 0;
}
#t3-header .box-relative .logo h1 small,
#t3-header .box-relative .mod-right h1 small {
  display: block;
  color: #252525;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header .box-relative .logo {
    width: 20%;
  }
  #t3-header .box-relative .logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-header .box-relative .logo {
    text-align: left;
    margin-bottom: 22px;
  }
}
#t3-header .mod-right {
  position: static;
}
#t3-header .mod-right #t3-mainnav {
  margin-top: 0;
  min-height: 0;
}
#t3-header .stickUp {
  position: relative;
  background: #ffffff;
  z-index: 1000;
  width: 100%;
}
#t3-header .stickUp.Stuck {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu {
  background: #ffffff;
  margin-top: 21px;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-header .stickUp.Stuck .logo {
    display: none;
  }
}
.off-canvas-open .t3-wrapper:after {
  z-index: 2147483647;
}
div#t3-off-canvas {
  background: #ffffff;
  color: #fff;
  padding-left: 20px;
  z-index: 1000;
}
div#t3-off-canvas .t3-off-canvas-header {
  background: #ffffff;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0 10px 0;
  margin: 0 0 30px 0;
  display: none;
}
div#t3-off-canvas .t3-off-canvas-header .close {
  display: none;
}
div#t3-off-canvas .t3-off-canvas-body {
  color: #fff;
  padding: 0;
  padding-top: 30px;
}
div#t3-off-canvas .t3-off-canvas-body .module-title {
  color: #fff;
}
div#t3-off-canvas .t3-off-canvas-body a {
  color: #fff;
}
div#t3-off-canvas .t3-off-canvas-body a:hover {
  color: #e3158d;
}
div#t3-off-canvas .t3-off-canvas-body .jmod-tweet-container {
  color: #fff;
  padding-right: 20px;
}
div#t3-off-canvas .t3-off-canvas-body .jmod-tweet-container a {
  color: #e3158d;
}
div#t3-off-canvas .t3-off-canvas-body .jmod-tweet-container a:hover {
  color: #fff;
}
div#t3-off-canvas .t3-off-canvas-body .fleft {
  float: left;
  width: 40px;
  margin-right: 14px;
}
div#t3-off-canvas .t3-off-canvas-body .fleft img {
  width: 100% !important;
  height: auto;
}
.media-grid a {
  border-color: #e4e4e4;
}
.media-grid a:hover {
  border-color: #124ea1;
}
nav#t3-mainnav {
  border: none;
  margin-right: 54px;
  background: none;
  margin-top: 0px;
  position: static;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav {
    margin-right: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav {
    margin-right: 0px;
    position: relative;
  }
}
nav#t3-mainnav .search-custom {
  width: auto;
  z-index: 2;
}
nav#t3-mainnav .search-custom .serchline {
  width: 20px;
}
nav#t3-mainnav .search-custom .serchline .sropen {
  position: absolute;
  right: 40px;
  top: 10px;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  color: #252525;
  -webkit-transition: all 2500ms ease;
  -moz-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
  transition: all 2500ms ease;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .search-custom .serchline .sropen {
    right: 28px;
    top: 7px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav .search-custom .serchline .sropen {
    top: 7px;
  }
}
nav#t3-mainnav .search-custom .serchline .sropen:hover {
  color: #e3158d;
}
nav#t3-mainnav .search-custom .serchline .srclose {
  position: absolute;
  right: 0;
  top: 50%;
  color: #333;
  font-size: 17px;
  line-height: 17px;
  margin-top: -8px;
  right: 44px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 112;
  -webkit-transition: all 2500ms ease;
  -moz-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
  transition: all 2500ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .search-custom .serchline .srclose {
    right: 22px;
    margin-top: -6px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav .search-custom .serchline .srclose {
    right: 12px;
  }
}
nav#t3-mainnav .search-custom .serchline .srclose:hover {
  color: #e3158d;
}
nav#t3-mainnav.srcbg .navbar-header {
  z-index: 1;
}
nav#t3-mainnav.srcbg .sp-vmsearch {
  opacity: 1;
  visibility: visible;
  top: -12px;
}
nav#t3-mainnav.srcbg .search-custom {
  width: 100%;
  z-index: 2;
}
nav#t3-mainnav.srcbg .search-custom .serchline {
  width: 100%;
}
nav#t3-mainnav.srcbg .search-custom .srclose {
  opacity: 1;
  visibility: visible;
}
nav#t3-mainnav.srcbg .search-custom .sropen {
  opacity: 0;
  visibility: hidden;
}
nav#t3-mainnav .sp-vmsearch {
  background: #fff;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 111;
}
nav#t3-mainnav .sp-vmsearch:before {
  content: " ";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
nav#t3-mainnav .sp-vmsearch:after {
  content: " ";
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
nav#t3-mainnav .sp-vmsearch form {
  padding: 10px 0;
  margin: 0 -10px;
}
nav#t3-mainnav .sp-vmsearch .search-input-wrapper {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 0 10px;
}
nav#t3-mainnav .sp-vmsearch .search-input-wrapper .sp-vmsearch-box {
  margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  nav#t3-mainnav .sp-vmsearch .search-input-wrapper {
    padding: 0 5px;
    width: 30%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  nav#t3-mainnav .sp-vmsearch .search-input-wrapper {
    width: 55%;
  }
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox {
    padding: 0 5px;
  }
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories {
  background: #f4f4f4;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 40px;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  outline: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories:focus {
  box-shadow: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories {
    display: none !important;
  }
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .select {
  display: block;
  float: none !important;
  padding: 0 20px;
  cursor: pointer;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .select .trigger:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 12px;
  font-style: normal;
  margin-left: 4px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown {
  margin-top: 0px;
  background: #ffffff;
  width: 100%;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li {
  border-top: none;
  line-height: 30px;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li:hover {
  background: #efefef;
  color: #e3158d;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li.sel {
  cursor: default;
  color: #e3158d;
  background: #efefef;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li + li {
  border-top: 1px solid #efefef;
}
nav#t3-mainnav .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories.opened .trigger:after {
  content: "\f0d8";
}
nav#t3-mainnav .sp-vmsearch .search-button-wrapper {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav .navbar-header {
    float: none;
    width: 100%;
  }
}
nav#t3-mainnav .navbar-header .off-canvas-toggle {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .navbar-header .off-canvas-toggle {
    top: 5px;
  }
}
nav#t3-mainnav .navbar-header .btn {
  background: none;
  width: auto;
  height: auto;
  font-size: 17px;
  line-height: 17px;
  outline: none;
  color: #252525;
}
nav#t3-mainnav .navbar-header .btn:hover,
nav#t3-mainnav .navbar-header .btn:focus {
  color: #e3158d;
  outline: none;
}
nav#t3-mainnav .module.brand_megamenu {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .module.brand_megamenu {
    margin-left: -5px;
    margin-right: -5px;
  }
}
nav#t3-mainnav .module.brand_megamenu .module-title {
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: none;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#t3-mainnav .module.brand_megamenu .module-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .module.brand_megamenu .module-title {
    text-transform: none;
    font-size: 14px;
  }
}
nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu {
  overflow: hidden;
  margin: 0 -10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu {
    margin: 0 -5px;
  }
}
nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu > div {
  float: left;
  padding: 10px 10px;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu > div {
    padding: 5px 5px;
  }
}
nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu > div a {
  background: #f8f8f8;
  padding: 5px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu > div a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu > div img {
  width: 100%;
  height: auto;
  opacity: 1;
  padding: 5px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  nav#t3-mainnav .module.brand_megamenu .vmmanufacturerbrand_megamenu > div img {
    padding: 5px;
  }
}
nav#t3-mainnav .customtextbottom .box-text-bot {
  padding: 20px;
  min-height: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .customtextbottom .box-text-bot {
    min-height: 50px;
    padding: 10px;
  }
}
nav#t3-mainnav .customtextbottom .box-text-bot .title {
  padding: 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#t3-mainnav .customtextbottom .box-text-bot .title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .customtextbottom .box-text-bot .title {
    font-size: 14px;
    text-transform: capitalize;
  }
}
nav#t3-mainnav .customtextbottom .box-text-bot .desc span {
  display: block;
}
nav#t3-mainnav .t3-navbar {
  width: auto;
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav .t3-navbar {
    float: none;
    width: 100%;
  }
  nav#t3-mainnav .t3-navbar .navbar-toggle {
    float: none;
    margin: 0;
    position: relative;
    width: auto;
    padding: 0 20px;
  }
  nav#t3-mainnav .t3-navbar .navbar-toggle .menu_title {
    display: inline-block;
  }
  nav#t3-mainnav .t3-navbar .t3-navbar-collapse {
    border-top: none;
  }
  nav#t3-mainnav .t3-navbar .t3-navbar-collapse .navbar-nav > li > a,
  nav#t3-mainnav .t3-navbar .t3-navbar-collapse .navbar-nav > li > span {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  nav#t3-mainnav .t3-navbar .t3-navbar-collapse .dropdown-menu {
    margin-top: 0 !important;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
nav#t3-mainnav .navbar-nav > li > a,
nav#t3-mainnav .navbar-nav > li > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 26px;
  margin: 10px 20px -26px;
  border: none;
  color: #252525;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#t3-mainnav .navbar-nav > li > a,
  nav#t3-mainnav .navbar-nav > li > span {
    margin: 10px 15px -26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#t3-mainnav .navbar-nav > li > a,
  nav#t3-mainnav .navbar-nav > li > span {
    margin: 6px 10px -20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-transform: none;
  }
}
nav#t3-mainnav .navbar-nav > .dropdown > a .caret,
nav#t3-mainnav .navbar-nav > li > span .caret {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #252525;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
nav#t3-mainnav .navbar-nav > .dropdown > a .caret:after,
nav#t3-mainnav .navbar-nav > li > span .caret:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 12px;
  font-style: normal;
  margin-left: 4px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 24%;
  margin-top: -12px;
}
nav#t3-mainnav .mega-caption {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}
nav#t3-mainnav .mega-caption-empty {
  display: none;
}
nav#t3-mainnav .dropdown.mega-align-justify {
  position: static;
}
nav#t3-mainnav .dropdown.mega-align-justify > .mega-dropdown-menu {
  width: 100%;
}
#t3-mainnav .navbar-nav > li > a:hover .caret,
#t3-mainnav .navbar-nav > li > a:focus .caret,
#t3-mainnav .navbar-nav > li > span:hover .caret,
#t3-mainnav .navbar-nav > li > span:focus .caret,
#t3-mainnav .navbar-nav > .open > a .caret,
#t3-mainnav .navbar-nav > .open > span .caret {
  color: #e3158d;
  background: none;
}
#t3-mainnav .navbar-nav > li > a:hover,
#t3-mainnav .navbar-nav > li > a:focus,
#t3-mainnav .navbar-nav > li > span:hover,
#t3-mainnav .navbar-nav > li > span:focus,
#t3-mainnav .navbar-nav > .active > a,
#t3-mainnav .navbar-nav > .active > a:hover,
#t3-mainnav .navbar-nav > .active > a:focus,
#t3-mainnav .navbar-nav > .active > span,
#t3-mainnav .navbar-nav > .active > span:hover,
#t3-mainnav .navbar-nav > .active > span:focus,
#t3-mainnav .navbar-nav > .open > a,
#t3-mainnav .navbar-nav > .open > a:hover,
#t3-mainnav .navbar-nav > .open > a:focus,
#t3-mainnav .navbar-nav > .open > span {
  color: #e3158d;
  background: none;
}
#t3-mainnav .dropdown-menu {
  background: #ffffff;
  margin-top: 26px;
  padding: 0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .dropdown-menu {
    margin-top: 20px;
  }
}
#t3-mainnav .dropdown-menu .mega-inner {
  padding: 0;
}
#t3-mainnav .dropdown-menu .mega-col-nav {
  padding: 0;
}
#t3-mainnav .dropdown-menu .dropdown-menu {
  background: #ffffff;
  border: none;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: -1px;
  margin-left: 0px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group {
  margin: 15px 15px;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group .mega-col-nav {
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group .mega-col-nav {
    padding: 10px;
  }
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group {
  border: none;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
    text-transform: none;
    font-size: 14px;
  }
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:before {
  content: "";
  margin-right: 0;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group li a {
  padding: 8px 15px;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.active > a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group.open > a:focus {
  background: none;
  color: #e3158d;
}
#t3-mainnav .t3-megamenu .mega-nav > li {
  border-top: 1px solid #efefef;
}
#t3-mainnav .t3-megamenu .mega-nav > li a {
  color: #252525;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 15px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-mainnav .t3-megamenu .mega-nav > li li a {
  line-height: 20px;
  padding: 8px 15px;
}
#t3-mainnav .t3-megamenu .mega-nav > li a:hover,
#t3-mainnav .t3-megamenu .mega-nav > li.open > a,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:hover,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li.active > a,
#t3-mainnav .t3-megamenu .mega-nav > li a:focus,
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  padding-left: 20px;
  background: ;
  color: #e3158d;
}

.customtextbottom .rows {
  margin: 0 0 0 -1px;
  overflow: hidden;
}
.customtextbottom .rows > div {
  padding: 0 0 1px 1px;
}
.customtextbottom .rows > div .box-text-bot {
  background: #fff;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.customtextbottom .rows > div .box-text-bot .title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  color: #e3158d;
  display: block;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.customtextbottom .rows > div .box-text-bot .desc {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #252525;
  padding-top: 10px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.customtextbottom .rows > div .box-text-bot .desc a {
  font-weight: 400;
  clear: left;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.customtextbottom .rows > div .box-text-bot .desc a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.customtextbottom .rows > div .box-text-bot .desc a:hover {
  color: #fff;
  text-decoration: underline;
}
.customtextbottom .rows > div .box-text-bot:hover {
  background: #e3158d;
}
.customtextbottom .rows > div .box-text-bot:hover .title,
.customtextbottom .rows > div .box-text-bot:hover .desc {
  color: #fff;
}
.customtextbottom .rows > div .box-text-bot:hover .title a,
.customtextbottom .rows > div .box-text-bot:hover .desc a {
  color: #fff;
}

.calendar .button,
#jform_profile_dob_img {
  height: auto;
  line-height: 14px;
  padding: 2px;
  display: table-cell;
}
#jform_profile_dob_img {
  margin-top: 5px;
  width: 30px;
  line-height: 30px;
  border-radius: 0;
}
#jform_profile_dob_img i {
  font-style: normal;
}
#jform_profile_dob_img i:before {
  content: "\f073";
  font-size: 14px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
.button,
.addtocart-button,
.vm-button-correct,
.k2user .button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: none;
  color: #ffffff;
  font-weight: 300;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #124ea1;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.button:hover,
.button:focus,
.addtocart-button:hover,
.addtocart-button:focus,
.vm-button-correct:hover,
.vm-button-correct:focus,
.k2user #form-login .button:hover,
.k2user #form-login .button:focus {
  background: #bbbbbb;
  color: #ffffff;
}
.button.reset,
.button.reset2 {
  color: #ffffff;
  background: #124ea1;
}
.button.reset:hover,
.button.reset:focus,
.button.reset2:hover,
.button.reset2:focus {
  color: #ffffff;
  background: #124ea1;
}
.button.floatright {
  float: right;
}
.proddet .addtocart-button {
  height: 40px;
  line-height: 38px;
}
.proddet .addtocart-button i {
  margin-right: 5px;
}
@-moz-document url-prefix() {
  button.button {
    padding-bottom: 1px;
  }
}
.itVMProductBlock {
  position: relative;
  width: 100%;
}
.itVMProductBlock #container {
  width: 100% !important;
}
.itVMProductBlock #container .prod-row .product-box .browseImage {
  max-height: inherit;
}
#options {
  overflow: hidden;
  margin: 0 0 30px 0;
}
#options .button {
  background: #e4e4e4;
  color: #252525;
}
#options .button:hover,
#options .button:focus,
#options .button.selected {
  background: #124ea1;
  color: #ffffff;
}
#filters,
#sort-by,
#sort-direction {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#filters li,
#sort-by li,
#sort-direction li {
  float: left;
  margin: 0 4px 4px 0;
}
#sort-by,
#sort-direction {
  float: right;
}
@media (min-width: 320px) and (max-width: 1199px) {
  #sort-by,
  #sort-direction {
    float: left;
  }
}
#filters {
  float: left;
}

@media (min-width: 480px) and (max-width: 767px) {
  div.newsletercustom.fancybox-wrap {
    width: 80% !important;
    height: auto !important;
  }
  div.newsletercustom.fancybox-wrap .fancybox-inner {
    width: 100% !important;
    height: auto !important;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup {
    padding: 0 10px;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup .acymailing_form .row {
    margin: 0;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup h2 {
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup h2 span {
    color: #124ea1;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  div.newsletercustom.fancybox-wrap {
    width: 82% !important;
    height: auto !important;
  }
  div.newsletercustom.fancybox-wrap .fancybox-inner {
    width: 100% !important;
    height: auto !important;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup {
    padding: 0 10px;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup .acymailing_form {
    text-align: center;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup .acymailing_form .row {
    margin: 0;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup h2 {
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    margin-top: 0;
  }
  div.newsletercustom.fancybox-wrap div#newsletter-popup h2 span {
    color: #124ea1;
  }
}
div#newsletter-popup {
  padding: 0 40px;
  text-align: center;
}
div#newsletter-popup .acymailing_form p {
  margin-bottom: 0px;
}
div#newsletter-popup h2 {
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
}
div#newsletter-popup h2 span {
  color: #124ea1;
}

div#slider {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  z-index: 10;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slider .tp-caption.customhome {
    display: none;
  }
}
div#slider .tp-caption.customhome .button {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  div#slider .tp-caption.customhome .button {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  div#slider .tp-caption.customhome .button {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slider .tp-caption.customhome .txt3 {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  div#slider .tp-caption.customhome .txt3 {
    display: none;
  }
}
div#slider .slide-left {
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slider .slide-left {
    width: 400px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  div#slider .slide-left {
    width: 300px;
  }
}
div#slider .slide-left.txt1 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #124ea1;
  font-weight: 400;
}
div#slider .slide-left.txt2,
div#slider .slide-left.txt2-2,
div#slider .slide-left.txt2_2 {
  font-size: 60px;
  line-height: 62px;
  text-transform: none;
  color: #252525;
  font-weight: 300;
}
div#slider .slide-left.txt3 {
  width: 115px;
  height: 115px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 115px;
  -moz-border-radius: 115px;
  border-radius: 115px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin-left: 30px !important;
  padding-top: 30px;
}
div#slider .slide-left.txt3 strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}
div#slider .slide-left.txt3 strong i {
  font-style: normal;
  position: relative;
  top: -12px;
  font-weight: 300;
  font-size: 20px !important;
  padding-right: 4px;
}
div#slider .slide-right {
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slider .slide-right {
    width: 400px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  div#slider .slide-right {
    width: 300px;
  }
}
div#slider .slide-right.txt1 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #124ea1;
  font-weight: 400;
}
div#slider .slide-right.txt2,
div#slider .slide-right.txt2-2,
div#slider .slide-right.txt2_2 {
  font-size: 60px;
  line-height: 62px;
  text-transform: none;
  color: #252525;
  font-weight: 300;
}
div#slider .slide-right.txt3 {
  width: 115px;
  height: 115px;
  background: rgba(18, 78, 161, 0.9);
  -webkit-border-radius: 115px;
  -moz-border-radius: 115px;
  border-radius: 115px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin-left: 30px !important;
  padding-top: 30px;
}
div#slider .slide-right.txt3 strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}
div#slider .slide-right.txt3 strong i {
  font-style: normal;
  position: relative;
  top: -12px;
  font-weight: 300;
  font-size: 20px !important;
  padding-right: 4px;
}
div#slider .slide-center {
  display: inline-block;
  width: 1170px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#slider .slide-center {
    width: 980px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slider .slide-center {
    width: 800px;
  }
}
@media (min-width: 681px) and (max-width: 767px) {
  div#slider .slide-center {
    width: 680px;
  }
}
@media (min-width: 581px) and (max-width: 680px) {
  div#slider .slide-center {
    width: 580px;
  }
}
@media (min-width: 480px) and (max-width: 580px) {
  div#slider .slide-center {
    width: 480px;
  }
}
div#slider .slide-center.txt1 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
div#slider .slide-center.txt2,
div#slider .slide-center.txt2-2,
div#slider .slide-center.txt2_2 {
  font-size: 60px;
  line-height: 62px;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}
div#slider div.tp-bullets {
  margin: 0;
  z-index: 111;
}
div#slider div.tp-bullets .bullet {
  background: rgba(0, 0, 0, 0.7) !important;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: inline-block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  opacity: 1;
  outline: medium none;
  position: relative;
  text-indent: -9999px;
  width: 16px;
  z-index: 9999;
  margin: 0 5px;
  cursor: pointer;
}
div#slider div.tp-bullets .bullet:hover,
div#slider div.tp-bullets .bullet.selected {
  background: rgba(18, 78, 161, 0.7) !important;
}
div#slider .tp-leftarrow {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  top: 50% !important;
  position: absolute;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div#slider .tp-leftarrow:before {
  content: "\f0d9";
  font-size: 24px;
  line-height: 50px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
div#slider .tp-leftarrow:hover {
  background: rgba(18, 78, 161, 0.7);
}
div#slider .tp-rightarrow {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  top: 50% !important;
  position: absolute;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div#slider .tp-rightarrow:before {
  content: "\f0da";
  font-size: 24px;
  line-height: 50px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
div#slider .tp-rightarrow:hover {
  background: rgba(18, 78, 161, 0.7);
}

#CustomblockVideo {
  position: relative;
  min-height: 395px;
  text-align: center;
  padding: 80px 0 40px;
  z-index: 6;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #CustomblockVideo {
    padding: 60px 0 20px;
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #CustomblockVideo {
    padding: 60px 0 20px;
    min-height: 300px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #CustomblockVideo {
    padding: 40px 0  0px;
    min-height: 300px;
  }
  #CustomblockVideo iframe {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #CustomblockVideo {
    padding: 20px 0 20px;
    min-height: 180px;
  }
}
#CustomblockVideo .module.custom_html,
#CustomblockVideo .module.youtube {
  margin-bottom: 0;
}
#CustomblockVideo .buttonBar {
  display: none;
}
#CustomblockVideo .text1,
#CustomblockVideo .text2 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #CustomblockVideo .text1,
  #CustomblockVideo .text2 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #CustomblockVideo .text1,
  #CustomblockVideo .text2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #CustomblockVideo .text1,
  #CustomblockVideo .text2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #CustomblockVideo .text1,
  #CustomblockVideo .text2 {
    font-size: 20px;
    line-height: 22px;
  }
}
#CustomblockVideo .text3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  max-width: 630px;
  padding: 30px 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  #CustomblockVideo .text3 {
    padding: 14px 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #CustomblockVideo .text3 {
    padding: 10px 0;
    font-size: 14px;
  }
}
#CustomblockVideo .text4 {
  display: block;
}
@media (min-width: 320px) and (max-width: 479px) {
  #CustomblockVideo .text4 {
    display: none;
  }
}

#Customblock {
  overflow: hidden;
  margin-top: -1px;
  position: relative;
  z-index: 8;
  text-align: center;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #Customblock {
    padding-top: 10px;
  }
}
#Customblock .t3-module.module {
  margin-bottom: 0;
  text-align: center;
  padding: 50px 0;
}
#Customblock2 {
  overflow: hidden;
  padding: 50px 0;
  margin-top: -1px;
  position: relative;
  z-index: 7;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  background: #f1f1f1;
}
#Customblock2 .container {
  width: 100%;
}
#Customblock2 .t3-module.module {
  margin-bottom: 0;
  text-align: center;
}
#Customblock2 .t3-module.module i {
  font-size: 60px;
  line-height: 60px;
  display: block;
  color: #c6c6c6;
  padding-bottom: 20px;
}
#Customblock2 .t3-module.module .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  display: block;
  padding-bottom: 20px;
}
#Customblock2 .t3-module.module .title a {
  color: #252525;
  display: inline-block;
}
#Customblock2 .t3-module.module .title a:hover {
  color: #e3158d;
}
@media (min-width: 320px) and (max-width: 767px) {
  #Customblock2 .t3-module.module .row > div {
    margin-bottom: 30px;
  }
}

#Customblock-prodrowtabs {
  overflow: hidden;
  padding: 50px 0 20px 0;
  background: #fff;
  margin-top: -1px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
#Customblock-prodrow {
  padding-top: 50px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #Customblock-prodrow {
    padding-top: 50px;
  }
}

.module.megamenu_vm .jux-megamenu > [class*="span"] {
  margin: 0;
  padding: 0 15px;
}
.module.megamenu_vm .module-ct {
  background: none;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.megamenu_vm .module-ct .juxvm-megamenu {
    text-align: left;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .button-bar {
    float: left;
    color: #252525;
    margin-left: 10px;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .button-bar .icon-bar {
    background-color: #252525;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .navbar-brand {
    color: #252525;
    margin: 0;
    text-align: left;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .jux-nav > li .mega-nav {
    padding: 20px;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .jux-nav > li .mega-nav li {
    padding-left: 0 !important;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .mega-col-module {
    display: none;
  }
}
.module.megamenu_vm .module-ct .jux-nav {
  margin: 0;
  padding: 0 0;
  list-style-type: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.megamenu_vm .module-ct .jux-nav > li.mega-drop_1 > div.mega-dropdown-menu {
    width: 520px !important;
  }
}
.module.megamenu_vm .module-ct .jux-nav > li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.megamenu_vm .module-ct .jux-nav > li > a {
  color: #252525;
  display: block;
  padding: 8px 20px 8px 0;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li.active,
.module.megamenu_vm .module-ct .jux-nav > li:hover,
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.open {
  background: none;
}
.module.megamenu_vm .module-ct .jux-nav > li.active > a,
.module.megamenu_vm .module-ct .jux-nav > li:hover > a,
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.open > a {
  color: #e3158d;
  background: none;
  padding-left: 15px;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown > a:after {
  border-color: transparent transparent transparent #252525;
  right: 20px;
  border-width: 4px 0 4px 5px;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown > a:hover:after {
  border-color: transparent transparent transparent #e3158d;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.active > a:after,
.module.megamenu_vm .module-ct .jux-nav > li.dropdown.open > a:after {
  border-color: transparent transparent transparent #e3158d;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  padding: 20px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner {
  padding: 0;
  text-align: left;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li {
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li > a {
  color: #252525;
  padding: 8px 20px 8px 0;
  font-weight: 300;
  display: block;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.active,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li:hover,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown.open {
  background: #f7f7f7;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.active > a,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li:hover > a,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown.open > a {
  color: #e3158d;
  padding-left: 15px;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #252525;
  right: 20px;
  border-width: 4px 0 4px 5px!important;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu > a:hover:after {
  border-color: transparent transparent transparent #e3158d;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu.active > a:after,
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu.open > a:after {
  border-color: transparent transparent transparent #e3158d;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li .dropdown-menu {
  margin-top: -20px;
  margin-left: 20px;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner {
  padding: 0;
  text-align: left;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  background: none;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group {
    margin-top: 0px;
    margin-bottom: -20px;
  }
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group > a {
  color: #252525;
  padding: 8px 20px 8px 0;
  font-weight: 400;
  display: block;
  background: none;
  margin-bottom: 10px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group.active,
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group:hover {
  background: none;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group.active > a,
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group:hover > a {
  color: #e3158d;
  background: #f7f7f7;
  padding-left: 10px;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group .mega-group-ct .mega-inner {
  padding: 0;
  text-align: left;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group .mega-group-ct .mega-inner .mega-nav li {
  text-transform: none;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-inner .mega-nav > li.mega-group .mega-group-ct .mega-inner .mega-nav li > a {
  margin-bottom: 0px;
}
.module.megamenu_vm .module-ct .jux-nav > li .mega-dropdown-menu .mega-col-module {
  margin: 0;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu {
  margin: 0 20px 20px;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners {
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li {
  float: left;
  width: 50%;
  margin: 0;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li a {
  color: #fff;
  font-weight: 300;
}
.module.megamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li a:hover {
  color: #34495e;
}

.module.category .module-ct {
  padding: 0;
}
.module.category .module-ct .accordion {
  margin: 0;
  padding: 0 0;
  list-style-type: none;
}
.module.category .module-ct .accordion li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.category .module-ct .accordion li a {
  color: #252525;
  display: block;
  padding: 8px 20px 8px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.module.category .module-ct .accordion li .VmArrowdown {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  width: 36px;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.module.category .module-ct .accordion li .VmArrowdown i {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 14px;
  line-height: 36px;
}
.module.category .module-ct .accordion li .VmArrowdown.close .minus {
  display: none;
}
.module.category .module-ct .accordion li .VmArrowdown.close .plus {
  display: block;
}
.module.category .module-ct .accordion li .VmArrowdown.expanded .minus {
  display: block;
}
.module.category .module-ct .accordion li .VmArrowdown.expanded .plus {
  display: none;
}
.module.category .module-ct .accordion li .VmArrowdown:hover {
  background: #f7f7f7;
}
.module.category .module-ct .accordion li.active,
.module.category .module-ct .accordion li:hover {
  background: none;
}
.module.category .module-ct .accordion li.active a,
.module.category .module-ct .accordion li:hover a {
  color: #e3158d;
  padding-left: 15px;
}
.module.category .module-ct .accordion li ul {
  list-style-type: none;
  background: #fff;
  margin: 0;
  padding: 10px 0 10px 20px;
  display: none;
}
.module.category .module-ct .accordion li ul li.level1 a {
  color: #252525;
  font-weight: 300;
  padding-left: 0;
  display: inline-block;
}
.module.category .module-ct .accordion li ul li.level1.active,
.module.category .module-ct .accordion li ul li.level1:hover {
  background: none;
}
.module.category .module-ct .accordion li ul li.level1.active a,
.module.category .module-ct .accordion li ul li.level1:hover a {
  color: #e3158d;
}
.module.category .module-ct .accordion li ul li.level1 ul {
  padding: 10px 20px;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 {
  background: none;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 a {
  color: #252525;
  font-weight: 300;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2.active a,
.module.category .module-ct .accordion li ul li.level1 ul li.level2:hover a {
  color: #e3158d;
}

.modal {
  bottom: 0;
  display: inline-block;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1050;
}
.layout {
  padding: 0;
  margin: 0 0 -30px 0;
  list-style: none;
}
.layout div.li {
  margin: 0 -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout div.li {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout div.li {
    margin: 0 -10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layout div.li {
    margin: 0 -5px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout div.li {
    margin: 0 0px;
  }
}
.layout li {
  display: block;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .layout li {
    width: 50%;
    float: left;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout li {
    display: block !important;
  }
}
.layout li .prod-row {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px 30px;
  width: 289px;
  box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row {
    width: 236px;
    padding: 0px 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row {
    width: 242px;
    padding: 0px 10px 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layout li .prod-row {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0px 5px 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout li .prod-row {
    width: 100%;
    padding: 0px 0 20px;
    padding: 0 0 20px;
  }
}
.layout li .prod-row .count_holder_small {
  display: block;
}
.layout li .prod-row .product-box {
  background: none;
  position: relative;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.layout li .prod-row .product-box .browseImage {
  height: auto;
  overflow: hidden;
  padding: 0px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout li .prod-row .product-box .browseImage .lbl-box {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}
.layout li .prod-row .product-box .browseImage .lbl-box div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.limited {
  background: #9a39a9;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.discount {
  background: #ec7163;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.hit {
  background: #e74d3c;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div.sold {
  background: #777777;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div.new {
  background: #27ae5f;
}
.layout li .prod-row .product-box .browseImage .img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.layout li .prod-row .product-box .browseImage .img-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.layout li .prod-row .product-box .browseImage .img-wrapper a > div {
  width: 100%;
  height: 100%;
}
.layout li .prod-row .product-box .browseImage .img-wrapper img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.layout li .prod-row .product-box .browseImage .img-wrapper.big .front {
  position: relative;
}
.layout li .prod-row .product-box .browseImage .img-wrapper.big .back {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.layout li .prod-row .product-box .browseImage .img-wrapper.big .back img {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout li .prod-row .product-box .desc1.liststock,
.layout li .prod-row .product-box .Title.liststock,
.layout li .prod-row .product-box .paddingtop8.liststock {
  display: none;
}
.layout li .prod-row .product-box .description-list {
  display: none;
}
.layout li .prod-row .product-box .Title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
}
.layout li .prod-row .product-box .Title a {
  color: #252525;
}
.layout li .prod-row .product-box .Title a:hover {
  color: #e3158d;
}
.layout li .prod-row .product-box .description {
  padding: 0px 0;
  font-size: 13px;
}
.layout li .prod-row .product-box .description p {
  margin-bottom: 0;
}
.layout li .prod-row .product-box .Price {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #124ea1;
  padding: 0 0 0 0;
}
.layout li .prod-row .product-box .Price .WithoutTax {
  font-weight: 300;
  color: #777777;
  text-decoration: line-through;
  margin-right: 5px;
}
.layout li .prod-row .product-box .vote {
  display: inline-block;
  float: right;
  margin: 10px 0 10px 0;
  padding: ;
  text-align: left;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout li .prod-row .product-box .vote {
    float: none;
    margin: 10px 0 10px 0;
  }
}
.layout li .prod-row .product-box .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
.layout li .prod-row .product-box .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.layout li .prod-row .product-box .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
.layout li .prod-row .product-box .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.layout li .prod-row .product-box .product-actions {
  padding-top: 10px;
  overflow: hidden;
}
.layout li .prod-row .product-box .product-actions .addtocart-button {
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 6px;
  float: left;
}
.layout li .prod-row .product-box .product-actions .addtocart-button > i {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.layout li .prod-row .product-box .product-actions > div {
  position: relative;
}
.layout li .prod-row .product-box .product-actions > div .add_compare {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: right;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .layout li .prod-row .product-box .product-actions > div .add_compare {
    top: -4px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.layout li .prod-row .product-box .product-actions > div .add_compare.active,
.layout li .prod-row .product-box .product-actions > div .add_compare:hover {
  background: #bbbbbb;
  color: #fff;
}
.layout li .prod-row .product-box .product-actions > div .add_compare span.action-name {
  display: none;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: right;
  margin-left: 4px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .layout li .prod-row .product-box .product-actions > div .add_wishlist {
    top: -4px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist i {
  line-height: 20px;
  position: relative;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist.active,
.layout li .prod-row .product-box .product-actions > div .add_wishlist:hover {
  background: #bbbbbb;
  color: #fff;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist span.action-name {
  display: none;
}
.layout li .prod-row .product-box .paddingtop8 {
  padding: 10px 0 0 0;
  overflow: hidden;
  width: 100%;
}
.layout li .prod-row .product-box .paddingtop8 .stock-level {
  float: left;
  color: #777;
}
.layout li .prod-row .product-box .paddingtop8 .vmicon {
  float: right;
  margin-top: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock {
  background-image: none;
  width: 62px;
  height: 6px;
  display: block;
  background: #e2e6e7;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #dfaa19;
  height: 6px;
  width: 70%;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-nostock {
  background-image: none;
  width: 62px;
  height: 6px;
  display: block;
  background: #e2e6e7;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-nostock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #a94139;
  height: 6px;
  width: 15%;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock {
  background-image: none;
  width: 62px;
  height: 6px;
  display: block;
  background: #e2e6e7;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #39a998;
  height: 6px;
  width: 95%;
}
.layout li .prod-row .product-box:hover {
  
}
.layout li .prod-row .product-box:hover div.quick_btn {
  left: 50%;
  margin-top: 0px;
}
.layout li .prod-row .product-box:hover .img-wrapper.big.second .front img {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.layout li .prod-row .product-box:hover .img-wrapper.big.second .back {
  left: 0;
}
.layout li .prod-row .product-box:hover .img-wrapper.big.second .back img {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout li .prod-row .product-box:hover div.product-actions .add_compare,
.layout li .prod-row .product-box:hover div.product-actions .add_wishlist {
  top: 0px;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout.owl-carousel {
  margin: 0 -14px -30px -15px;
  width: auto;
}
.layout.owl-carousel li {
  margin: 0 14px 0 15px;
  width: auto;
  float: none;
}
.layout.owl-carousel li .prod-row {
  width: 100%;
  padding: 0 0 30px 0;
  box-sizing: border-box;
}

div.quick_btn {
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #252525;
  border-radius: 0;
  padding: 10px 10px;
  background: #e4e4e4;
  mi-nwidth: 110px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  min-width: 140px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.quick_btn i {
  display: inline-block;
}
div.quick_btn i:after {
  font-family: FontAwesome;
  content: "\f06e";
  margin-right: 0px;
}
div.quick_btn:hover {
  left: 50% !important;
  background: #bbbbbb;
  color: #fff;
}

.count_holder .count_info {
  float: none;
  font-size: 14px;
  margin: 0 23px 10px 0;
}
.count_holder .info_prod_left {
  float: left;
  font-size: 14px;
  margin: 0 0 10px 23px;
}
.count_info_left b,
.count_info b {
  border: 1px solid #FFFFFF;
  font-size: 18px;
  padding: 2px 10px;
}
.count_holder_small {
  background: rgba(37, 37, 37, 0.6);
  padding: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: block;
  border-radius: 0px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .count_holder_small {
    padding: 6px;
  }
}
.prod_hold .count_holder_small {
  display: none;
}
.count_info {
  color: #fff;
  float: none;
  font-size: 12px;
  margin: 0 0 0 0;
  text-align: left;
  font-weight: 300;
  text-transform: none;
  line-height: 22px;
  display: none;
}
.count_border {
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  color: #888;
}
.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
  overflow: hidden;
  display: block;
}
.countdown_show1 .countdown_section {
  width: 98%;
}
.countdown_show2 .countdown_section {
  width: 48%;
}
.countdown_show3 .countdown_section {
  width: 32.5%;
}
.countdown_show4 .countdown_section {
  width: auto;
  float: left;
  margin-right: 5px;
}
.countdown_show4 .countdown_section:first-child {
  width: auto;
  float: left;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
}
.countdown_show7 .countdown_section {
  width: 14%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 16px;
}
.countdown_amount {
  font-weight: 400;
  color: #fff;
  float: left;
  margin-right: 2px;
}
.countdown_section br {
  display: none;
}
.countdown_descr {
  display: block;
  float: left;
}
.bzSaleTimerDesc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  padding-top: 0px;
  display: none;
}
.bzSaleTimerDesc div {
  color: #fff;
  font-weight: 400;
  display: inline-block;
}

div#quick-view {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#quick-view #productdetailsview .wrapper2 {
  padding: 0;
}
div#quick-view #productdetailsview .wrapper2 .main-image-quick {
  padding: 0;
}
div#quick-view #productdetailsview .wrapper2 .fleft {
  width: 370px;
  padding-top: 0;
}
div#quick-view #productdetailsview .wrapper2 .fleft .jcarousel li {
  padding: 0;
}
div#quick-view #productdetailsview .wrapper2 .fright {
  width: 320px;
}
div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-sale,
div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-old,
div#quick-view #productdetailsview .wrapper2 .fright .time-box .price_save {
  width: 100%;
  float: none;
  margin: 0px 0 1px 0;
  padding: 0px 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-sale:before,
div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-old:before,
div#quick-view #productdetailsview .wrapper2 .fright .time-box .price_save:before {
  display: none;
}
div#facebox,
.fancybox-wrap {
  z-index: 655600;
  width: auto !important;
  padding: 0;
}
div#facebox .popup,
.fancybox-wrap .popup,
div#facebox .fancybox-skin,
.fancybox-wrap .fancybox-skin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 0px !important;
  min-height: 210px;
  background: #fff;
  height: inherit;
  box-shadow: none;
  cursor: default !important;
}
div#facebox .popup .fancybox-image,
.fancybox-wrap .popup .fancybox-image,
div#facebox .fancybox-skin .fancybox-image,
.fancybox-wrap .fancybox-skin .fancybox-image {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
div#facebox .popup #fancybox-frame,
.fancybox-wrap .popup #fancybox-frame,
div#facebox .fancybox-skin #fancybox-frame,
.fancybox-wrap .fancybox-skin #fancybox-frame {
  min-height: 470px;
  padding: 20px;
}
div#facebox .popup .content,
.fancybox-wrap .popup .content,
div#facebox .fancybox-skin .content,
.fancybox-wrap .fancybox-skin .content,
div#facebox .popup > div,
.fancybox-wrap .popup > div,
div#facebox .fancybox-skin > div,
.fancybox-wrap .fancybox-skin > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: auto !important;
  overflow: hidden !important;
  padding: 20px;
  cursor: default;
}
div#facebox .popup .content.my-groovy-style2,
.fancybox-wrap .popup .content.my-groovy-style2,
div#facebox .fancybox-skin .content.my-groovy-style2,
.fancybox-wrap .fancybox-skin .content.my-groovy-style2,
div#facebox .popup > div.my-groovy-style2,
.fancybox-wrap .popup > div.my-groovy-style2,
div#facebox .fancybox-skin > div.my-groovy-style2,
.fancybox-wrap .fancybox-skin > div.my-groovy-style2 {
  padding-bottom: 95px;
}
div#facebox .popup .content .left,
.fancybox-wrap .popup .content .left,
div#facebox .fancybox-skin .content .left,
.fancybox-wrap .fancybox-skin .content .left,
div#facebox .popup > div .left,
.fancybox-wrap .popup > div .left,
div#facebox .fancybox-skin > div .left,
.fancybox-wrap .fancybox-skin > div .left {
  padding-left: 0px;
  max-width: 440px;
  overflow: hidden;
}
div#facebox .popup .content .left > div,
.fancybox-wrap .popup .content .left > div,
div#facebox .fancybox-skin .content .left > div,
.fancybox-wrap .fancybox-skin .content .left > div,
div#facebox .popup > div .left > div,
.fancybox-wrap .popup > div .left > div,
div#facebox .fancybox-skin > div .left > div,
.fancybox-wrap .fancybox-skin > div .left > div,
div#facebox .popup .content .left h4,
.fancybox-wrap .popup .content .left h4,
div#facebox .fancybox-skin .content .left h4,
.fancybox-wrap .fancybox-skin .content .left h4,
div#facebox .popup > div .left h4,
.fancybox-wrap .popup > div .left h4,
div#facebox .fancybox-skin > div .left h4,
.fancybox-wrap .fancybox-skin > div .left h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-top: 30px;
  margin-bottom: 20px;
}
div#facebox .popup .content .left h4,
.fancybox-wrap .popup .content .left h4,
div#facebox .fancybox-skin .content .left h4,
.fancybox-wrap .fancybox-skin .content .left h4,
div#facebox .popup > div .left h4,
.fancybox-wrap .popup > div .left h4,
div#facebox .fancybox-skin > div .left h4,
.fancybox-wrap .fancybox-skin > div .left h4 {
  float: left;
  width: 70%;
}
div#facebox .popup .content img,
.fancybox-wrap .popup .content img,
div#facebox .fancybox-skin .content img,
.fancybox-wrap .fancybox-skin .content img,
div#facebox .popup > div img,
.fancybox-wrap .popup > div img,
div#facebox .fancybox-skin > div img,
.fancybox-wrap .fancybox-skin > div img {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: 90px;
  float: left;
  margin-right: 30px;
}
div#facebox .popup .content .button,
.fancybox-wrap .popup .content .button,
div#facebox .fancybox-skin .content .button,
.fancybox-wrap .fancybox-skin .content .button,
div#facebox .popup > div .button,
.fancybox-wrap .popup > div .button,
div#facebox .fancybox-skin > div .button,
.fancybox-wrap .fancybox-skin > div .button {
  position: relative;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  margin-top: 30px;
}
div#facebox .popup .content .button.reset,
.fancybox-wrap .popup .content .button.reset,
div#facebox .fancybox-skin .content .button.reset,
.fancybox-wrap .fancybox-skin .content .button.reset,
div#facebox .popup > div .button.reset,
.fancybox-wrap .popup > div .button.reset,
div#facebox .fancybox-skin > div .button.reset,
.fancybox-wrap .fancybox-skin > div .button.reset {
  left: auto;
  right: 0;
}
div#facebox .popup .close,
.fancybox-wrap .popup .close,
div#facebox .fancybox-skin .close,
.fancybox-wrap .fancybox-skin .close {
  background: none;
  opacity: 1;
  top: 5px;
  right: 5px;
  font-size: 14px;
  padding: 0;
  height: auto;
  width: auto;
}
div#facebox .popup .close:after,
.fancybox-wrap .popup .close:after,
div#facebox .fancybox-skin .close:after,
.fancybox-wrap .fancybox-skin .close:after {
  font-family: FontAwesome;
  content: "\f00d";
  margin-right: 0px;
  font-size: 14px;
  color: #596067;
  font-weight: 400;
  text-shadow: none;
}
div#facebox .popup .close:hover:after,
.fancybox-wrap .popup .close:hover:after,
div#facebox .fancybox-skin .close:hover:after,
.fancybox-wrap .fancybox-skin .close:hover:after {
  color: #124ea1;
}
div#facebox_overlay {
  z-index: 111111;
}
#sbox-window {
  z-index: 655576;
}
#sbox-overlay {
  z-index: 655556;
}
#system_view_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111111;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
}
#system_view {
  background: #fff;
  padding: 10px;
  max-width: 440px;
  width: 440px;
  position: absolute;
  z-index: 111111;
  display: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  #system_view {
    width: 300px;
    max-width: 300px;
    left: 50% !important;
    margin-left: -150px;
    top: 20% !important;
    position: fixed;
  }
}
#system_view .success_compare_img,
#system_view .success_wishlists_img {
  float: left;
  margin-right: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #system_view .success_compare_img,
  #system_view .success_wishlists_img {
    margin-right: 10px;
  }
}
#system_view .success_compare_img img,
#system_view .success_wishlists_img img {
  max-height: 90px;
  width: auto;
}
#system_view .success_compare_left,
#system_view .success_wishlists_left {
  float: left;
  width: 290px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #system_view .success_compare_left,
  #system_view .success_wishlists_left {
    width: 150px;
  }
}
#system_view .success_compare_left .title,
#system_view .success_wishlists_left .title {
  font-weight: 300;
  font-size: 16px;
}
#system_view .success_compare_left .title a,
#system_view .success_wishlists_left .title a {
  color: #1f2228;
}
#system_view .success_compare_left .title a:hover,
#system_view .success_wishlists_left .title a:hover {
  color: #3498db;
}
#system_view .success_compare_left .remcompare,
#system_view .success_wishlists_left .remcompare,
#system_view .success_compare_left .remwishlists,
#system_view .success_wishlists_left .remwishlists {
  padding-top: 10px;
}
#system_view .success_compare_left .remcompare a,
#system_view .success_wishlists_left .remcompare a,
#system_view .success_compare_left .remwishlists a,
#system_view .success_wishlists_left .remwishlists a {
  cursor: pointer;
  color: #124ea1;
}
#system_view .success_compare_left .remcompare a:hover,
#system_view .success_wishlists_left .remcompare a:hover,
#system_view .success_compare_left .remwishlists a:hover,
#system_view .success_wishlists_left .remwishlists a:hover {
  color: #596067;
}
#system_view .success_compare_left .remcompare a i,
#system_view .success_wishlists_left .remcompare a i,
#system_view .success_compare_left .remwishlists a i,
#system_view .success_wishlists_left .remwishlists a i {
  display: none;
}
#system_view .wrapper2,
#system_view .success_compare,
#system_view .success_wishlists {
  width: 100%;
  clear: both;
}
#system_view .success_compare,
#system_view .success_wishlists {
  color: #3498db;
  padding: 20px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  #system_view .success_compare,
  #system_view .success_wishlists {
    padding: 10px 0;
  }
}
#system_view .success_compare .notification,
#system_view .success_wishlists .notification {
  color: #1abc9c;
}
#system_view .success_compare .warning,
#system_view .success_wishlists .warning {
  color: #e74c3c;
}
#system_view .system_view_close {
  position: absolute;
  right: 5px;
  top: 0px;
  opacity: 1;
  cursor: pointer;
}
#system_view .system_view_close:hover {
  color: #124ea1;
}
#system_view .reset2 {
  float: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  #system_view .reset2 {
    float: left;
    margin-bottom: 5px;
  }
}
.AjaxPreloaderC {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  background: url(../../../../images/fancybox_loading.gif) center center no-repeat #000000;
  width: 44px;
  height: 44px;
  z-index: 9999;
  opacity: 0.9;
  border-radius: 6px;
}

#Customblock-brand {
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
  background: #fff;
}
.list_carousel_brand h3.module-title {
  margin-bottom: 20px;
}
.list_carousel_brand ul {
  margin: 0 -15px 0px;
  width: auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list_carousel_brand ul {
    margin: 0 -10px 0px;
  }
}
.list_carousel_brand ul .owl-wrapper-outer {
  padding: 0px 0;
}
.list_carousel_brand ul li {
  list-style: none;
  padding: 0;
  margin: 0 15px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list_carousel_brand ul li {
    margin: 0 10px;
  }
}
.list_carousel_brand ul li img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.list_carousel_brand ul li a {
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  display: block;
  background: #f8f8f8;
  padding: 0px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.list_carousel_brand ul li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list_carousel_brand ul .owl-controls {
  right: 5px;
}

.module.best .module-ct {
  background: #fff;
  padding: 0;
}
.module.best .listproduct {
  margin: 0;
}
.module.best .listproduct li {
  margin: 0;
  width: 100%;
  padding-bottom: 20px;
}
.module.best .listproduct li .prod-row {
  width: 100%;
  padding: 0px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.best .listproduct li .prod-row {
    width: 100%;
  }
}
.module.best .listproduct li .prod-row .count_holder_small {
  display: none;
}
.module.best .listproduct li .prod-row .product-box {
  background: none;
  overflow: hidden;
}
.module.best .listproduct li .prod-row .browseImage {
  width: 80px;
  background: #f8f8f8;
  padding: 0;
  float: left;
  margin-right: 15px;
  height: auto;
  max-height: inherit;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.best .listproduct li .prod-row .browseImage {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.best .listproduct li .prod-row .browseImage {
    width: 100%;
  }
}
.module.best .listproduct li .prod-row .browseImage .lbl-box,
.module.best .listproduct li .prod-row .browseImage .lbl-box2 {
  display: none;
}
.module.best .listproduct li .prod-row .browseImage .img-wrapper {
  padding: 0px;
}
.module.best .listproduct li .prod-row .browseImage .img-wrapper img {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.module.best .listproduct li .prod-row .browseImage .quick_btn {
  display: none;
}
.module.best .listproduct li .prod-row .slide-hover {
  float: left;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.best .listproduct li .prod-row .slide-hover {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.best .listproduct li .prod-row .slide-hover {
    width: 100%;
  }
}
.module.best .listproduct li .prod-row .slide-hover .Title {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0 0;
}
.module.best .listproduct li .prod-row .slide-hover .vote {
  float: none;
  margin: 5px 0;
}
.module.best .listproduct li .prod-row .slide-hover .Price {
  padding: 0;
  float: none;
  line-height: 20px;
}

.module.specials {
  overflow: hidden;
}
.module.specials .module-ct {
  padding: 0;
}
.module.specials .sidebarproduct {
  margin-bottom: 0;
}
.module.specials .sidebarproduct .prod-row {
  padding-bottom: 0;
}

#mod_compare .modcompareprod {
  margin-bottom: 20px;
}
#mod_compare .not_text {
  font-size: 14px;
  color: #777777;
  margin: 0 0px;
}
#mod_compare .image.fleft {
  float: left;
  width: 80px;
  margin-right: 20px;
  background: #f8f8f8;
  padding: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mod_compare .image.fleft img {
  width: 100%;
  height: auto;
}
#mod_compare .extra-wrap {
  float: left;
  width: 60%;
}
#mod_compare .extra-wrap .name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #1f2228;
}
#mod_compare .extra-wrap .name a:hover {
  color: #e3158d;
}
#mod_compare .extra-wrap .remcompare {
  padding-top: 4px;
}
#mod_compare .extra-wrap .remcompare a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #e3158d;
  cursor: pointer;
}
#mod_compare .extra-wrap .remcompare a:hover {
  color: #bbbbbb;
}
#mod_compare .btn_compare {
  background: #f7f7f7;
  color: #252525;
}
#mod_compare .btn_compare:hover {
  background: #124ea1;
  color: #fff;
}

#mod_wishlists .modwishlistsprod {
  margin-bottom: 20px;
}
#mod_wishlists .not_text {
  font-size: 14px;
  color: #777777;
  margin: 0;
}
#mod_wishlists .image.fleft {
  float: left;
  width: 80px;
  margin-right: 20px;
  background: #f8f8f8;
  padding: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mod_wishlists .image.fleft img {
  width: 100%;
  height: auto;
}
#mod_wishlists .extra-wrap {
  float: left;
  width: 60%;
}
#mod_wishlists .extra-wrap .name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #1f2228;
}
#mod_wishlists .extra-wrap .name a:hover {
  color: #e3158d;
}
#mod_wishlists .extra-wrap .remwishlists {
  padding-top: 4px;
}
#mod_wishlists .extra-wrap .remwishlists a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #e3158d;
  cursor: pointer;
}
#mod_wishlists .extra-wrap .remwishlists a:hover {
  color: #bbbbbb;
}
#mod_wishlists .btn_wishlist {
  background: #f7f7f7;
  color: #252525;
}
#mod_wishlists .btn_wishlist:hover {
  background: #124ea1;
  color: #fff;
}

.module.tags .mod_tagsvm3 {
  overflow: hidden;
  width: 100%;
}
.module.tags .mod_tagsvm3 .vm_tag {
  display: inline-block;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px;
  text-transform: lowercase;
  float: left;
  margin: 0 5px 5px 0;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  color: #1f2228;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.tags .mod_tagsvm3 .vm_tag span {
  font-size: 14px;
}
.module.tags .mod_tagsvm3 .vm_tag:hover {
  background: #124ea1;
  color: #fff;
}

#Customblock-pblogrow {
  overflow: hidden;
  position: relative;
  z-index: 4;
  background: #fff;
}
#Customblock-pblogrow .module {
  margin-bottom: 0;
}
.module.homeblog {
  overflow: hidden;
  padding: 50px 10px 70px;
  margin: 0 -10px;
}
.module.homeblog .module-ct {
  background: none;
}
.module.homeblog #k2slider {
  list-style: outside none none;
  margin: 0 -15px;
  padding: 0;
  width: auto;
}
.module.homeblog #k2slider .owl-wrapper-outer {
  padding: 10px 0;
  margin: -10px 0;
}
.module.homeblog #k2slider li {
  overflow: hidden;
  margin: 0 15px;
  background: #fff;
  padding: 0;
}
.module.homeblog #k2slider li .moduleItemIntrotext {
  padding: 0;
}
.module.homeblog #k2slider li .moduleItemImage {
  float: none;
  display: block;
  margin: 0 0 10px 0;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.homeblog #k2slider li .moduleItemImage img {
  width: auto;
  height: auto;
  max-height: 250px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  filter: alpha(opacity=10000);
  opacity: 100;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  .module.homeblog #k2slider li .moduleItemImage img {
    width: 100%;
    max-height: inherit;
  }
}
.module.homeblog #k2slider li .fleft {
  float: none;
  display: block;
  padding: 10px 0px 10px 0;
}
.module.homeblog #k2slider li .fleft .moduleItemTitle {
  color: #252525;
  font-size: 18px;
  line-height: 22px;
}
.module.homeblog #k2slider li .fleft .moduleItemTitle:hover {
  color: #e3158d;
}
.module.homeblog #k2slider li .fleft p {
  margin-bottom: 0;
}
.module.homeblog #k2slider li .fleft .moduleItemDateCreated {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #b0b0b0;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
}
.module.homeblog #k2slider li .fleft .moduleItemDateCreated:before {
  font-size: 14px;
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 8px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.module.homeblog #k2slider li .fleft .moduleItemIntro {
  color: #777777;
}
.module.homeblog #k2slider li:hover img {
  transform: scale(1.111);
  -webkit-transform: scale(1.111);
  -moz-transform: scale(1.111);
  -o-transform: scale(1.111);
}

.category_description {
  font-size: 14px;
  color: #777777;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.category_description img {
  width: 100%;
  height: auto;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.category_description .box-style {
  background: #fff;
}
.category_description .prod_cat {
  float: left;
  margin-right: 20px;
  width: 200px;
  background: #f8f8f8;
  padding: 0px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.category_description .prod_cat a {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_description .prod_cat {
    float: none;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .category_description .prod_cat {
    float: none;
    width: 100%;
  }
}
.category_description .prod_cat:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category_description .prod_desc {
  padding: 0 0 0 0;
}
.category-view {
  width: 100%;
  overflow: hidden;
}
.category-view .marg {
  margin: 0 -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-view .marg {
    margin: 0 -10px;
  }
}
.category-view h2 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.category-view .cat_row {
  float: left;
  width: 175px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-view .cat_row {
    width: 240px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-view .cat_row {
    width: 161px;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 0 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .category-view .cat_row {
    width: 49.5%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .category-view .cat_row {
    width: 100%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.category-view .cat_row a {
  text-decoration: none;
  display: block;
}
.category-view .cat_row a .category-border {
  background: #f8f8f8;
  overflow: hidden;
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .category-view .cat_row a .category-border {
    padding: 24px;
  }
}
.category-view .cat_row a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.category-view .cat_row a .category-title {
  color: #252525;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  background: none;
  padding: 10px 0;
}
.category-view .cat_row a:hover .category-title {
  color: #e3158d;
}
.category-view .cat_row a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.virtuemart_search {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 0px;
}
.virtuemart_search input.inputbox {
  width: 270px;
  float: left;
  margin-right: 10px;
  height: 40px;
}
.module-title.no-products {
  margin-top: 30px;
}
.module-title.no-products i {
  margin-right: 10px;
}
.orderby-displaynumber {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  clear: right;
}
.orderby-displaynumber:after {
  content: " ";
  width: 100%;
  display: block;
  height: 1px;
}
.orderby-displaynumber .border_bot {
  padding: 10px 0 15px 0;
  min-height: 40px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e4e4e4;
}
.orderby-displaynumber .border_bot .navigation_grid {
  float: right;
  overflow: hidden;
  width: 89px;
  margin: 0px 0 0 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .orderby-displaynumber .border_bot .navigation_grid {
    display: none;
  }
}
.orderby-displaynumber .border_bot .navigation_grid a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #252525;
  float: left;
  margin-left: 4px;
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.orderby-displaynumber .border_bot .navigation_grid a:hover,
.orderby-displaynumber .border_bot .navigation_grid a.active {
  background: #252525;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .orderby-displaynumber .border_bot .navigation_grid a {
    border-right: 1px solid #ecfdfe;
    margin-left: -1px;
  }
}
.orderby-displaynumber .border_bot .orderlistcontainer {
  position: relative;
  width: auto;
  float: left;
  background: #f8f8f8;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  margin: 0 5px 1px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.orderby-displaynumber .border_bot .orderlistcontainer .title {
  display: none;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder,
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder a {
  font-size: 14px;
  font-weight: 300;
  color: #7a8188;
  cursor: pointer;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: 8px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder.hover:after {
  font-family: FontAwesome;
  content: "\f0d8";
  margin-left: 8px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist {
  background: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  width: 180px;
  margin-top: 10px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a {
  font-size: 14px;
  line-height: 30px;
  color: #7a8188;
  display: block;
  padding: 0 14px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a:hover {
  background: #f7f7f7;
  color: #1f2228;
}
.orderby-displaynumber .border_bot .orderlistcontainer:hover .orderlist {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.orderby-displaynumber.bot {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  clear: left;
}
.Results {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 15px 0 10px;
}
.Results .display-number {
  float: left;
  width: 40%;
  padding-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .Results .display-number {
    float: none;
    width: 100%;
  }
}
.Results .display-number span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.Results .display-number .jq-selectbox {
  background: #fff;
  margin: 0 0px;
  padding: 0;
  width: 70px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.Results .display-number .jq-selectbox .select {
  padding: 0px 15px 0px;
  float: none !important;
  border: none;
  background: #f8f8f8;
  border-radius: 0;
  color: #7a8188;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.Results .display-number .jq-selectbox .select:before {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 0px;
}
.Results .display-number .jq-selectbox .dropdown {
  background: #fff;
  width: 100%;
  margin-top: 40px;
  max-height: 350px;
  top: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
.Results .display-number .jq-selectbox .dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Results .display-number .jq-selectbox .dropdown ul li {
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.Results .display-number .jq-selectbox .dropdown ul li:hover {
  background: #f7f7f7;
  color: #777777;
}
.Results .display-number .jq-selectbox.opened {
  background: #f7f7f7;
}
.Results .display-number .jq-selectbox.opened .select:before {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 0;
}
.Results #bottom-pagination-top {
  float: right;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .Results #bottom-pagination-top {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
#bottom-pagination-top {
  margin-top: 0px;
}
#bottom-pagination-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottom-pagination-top ul li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  padding-left: 1px;
}
#bottom-pagination-top ul li a,
#bottom-pagination-top ul li span {
  display: block;
  background: #f8f8f8;
  color: #1f2228;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#bottom-pagination-top ul li a {
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#bottom-pagination-top ul li a:hover {
  background: #252525;
  color: #fff;
}
.recentproducts {
  padding: 0;
  margin: 0 0 30px 0;
}
#product_list {
  position: relative;
  z-index: 1;
  clear: right;
}
#product_list.list .layout {
  margin-bottom: 0;
}
#product_list.list .layout li {
  width: 100%;
}
#product_list.list .layout li .prod-row {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row {
    width: 100%;
    display: block;
  }
}
#product_list.list .layout li .prod-row .browseImage {
  width: 31%;
  display: block;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .browseImage {
    width: 42%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .browseImage {
    width: 48%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row .browseImage {
    width: 100%;
    display: block;
  }
}
#product_list.list .layout li .prod-row .browseImage .img-wrapper {
  padding: 0;
}
#product_list.list .layout li .prod-row .browseImage .img-wrapper img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 100%;
  }
}
#product_list.list .layout li .prod-row .slide-hover {
  width: 69%;
  display: block;
  vertical-align: top;
  position: relative;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover {
    width: 58%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .slide-hover {
    width: 52%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row .slide-hover {
    width: 100%;
    display: block;
  }
}
#product_list.list .layout li .prod-row .slide-hover .wrapper {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper {
    padding-left: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper {
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper {
    padding-left: 0px;
  }
}
#product_list.list .layout li .prod-row .slide-hover .gridstock {
  display: none;
}
#product_list.list .layout li .prod-row .slide-hover .gridstock.Title {
  display: block;
  padding-top: 20px;
}
#product_list.list .layout li .prod-row .slide-hover .liststock {
  display: block;
}
#product_list.list .layout li .prod-row .slide-hover .description-list {
  display: block;
  color: #596067;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300px;
  padding: 10px 0;
  margin-bottom: 0;
}
#product_list.list .layout li .prod-row .slide-hover .description-list p {
  margin-bottom: 0;
}
#product_list.list .layout li .prod-row .slide-hover .description {
  display: none;
}
#product_list.list .layout li .prod-row .slide-hover .Title.liststock {
  padding-top: 20px;
  display: none;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags {
  padding: 10px 30px;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags {
  background: #e4e4e4;
  color: #252525;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-transform: lowercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags:hover {
  background: #bbbbbb;
  color: #fff;
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
  padding-left: 30px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    padding-left: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions .add-to-favorites,
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions .add-to-compare {
    margin-bottom: 4px;
    overflow: hidden;
  }
}
#product_list.list .layout li .prod-row .product-box div.quick_btn {
  left: 50% !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .t3-content.fullwidth #productdetailsview .wrapper2 {
    padding: 10px;
  }
}
.t3-content.fullwidth #productdetailsview .fleft {
  width: 600px;
}
.t3-content.fullwidth #productdetailsview .fleft .main-image img {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel-container.clearfix {
    margin-right: 40px;
  }
}
.t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images {
  width: 562px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images {
    width: 441px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images {
    width: 311px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images {
    width: 100%;
    margin-right: 39px;
  }
}
.t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images ul#carousel2 {
  width: 562px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images ul#carousel2 {
    width: 441px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images ul#carousel2 {
    width: 311px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images ul#carousel2 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t3-content.fullwidth #productdetailsview .fleft {
    width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-content.fullwidth #productdetailsview .fleft {
    width: 350px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-content.fullwidth #productdetailsview .fleft {
    width: 100%;
  }
}
.t3-content.fullwidth #productdetailsview .fright {
  width: 480px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t3-content.fullwidth #productdetailsview .fright {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-content.fullwidth #productdetailsview .fright {
    width: 330px;
    padding-left: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-content.fullwidth #productdetailsview .fright {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#productdetailsview .availability {
  padding-bottom: 20px;
}
#productdetailsview .icons {
  overflow: hidden;
  width: 100%;
}
#productdetailsview .icons div {
  float: left;
  margin: 0 5px 0 0;
}
#productdetailsview .icons div a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: #e4e4e4;
  color: #252525;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .icons div a:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .icons div img {
  display: none;
}
#productdetailsview .icons div.icons-pdf a:before {
  content: "\f1c1";
  font-family: FontAwesome;
}
#productdetailsview .icons div.icons-print a:before {
  content: "\f02f";
  font-family: FontAwesome;
}
#productdetailsview .icons div.icons-recomend a:before {
  content: "\f003";
  font-family: FontAwesome;
}
#productdetailsview .icons div.icons-edit a:before {
  content: "\f044";
  font-family: FontAwesome;
}
#productdetailsview .wrapper2 {
  background: none;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .fleft {
  float: left;
  width: 370px;
  margin: 0 20px 0 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fleft {
    width: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fleft {
    margin: 0 0 0 0;
    width: 430px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
  }
}
#productdetailsview .wrapper2 .fleft .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
#productdetailsview .wrapper2 .fleft .lbl-box div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.discount {
  background: #ec7163;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.limited.discount {
  background: #9a39a9;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.hit {
  background: #e74d3c;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div.sold {
  background: #777777;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div.new {
  background: #27ae5f;
}
#productdetailsview .wrapper2 .fleft .main-image {
  background: #f7f7f7;
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .fleft .main-image .zoomContainer {
  position: absolute;
  left: 0px !important;
  top: 0px !important;
  z-index: 1 !important;
}
#productdetailsview .wrapper2 .fleft .main-image img {
  max-width: 100%;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft .main-image img {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft .jcarousel-container.clearfix {
    margin-right: 45px;
  }
}
#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 li {
  padding: 1px 1px 1px 0;
  margin-left: 0;
  width: 100%;
}
#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 li .thumb {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images {
    width: 285px;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 246px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images {
    width: 391px;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 391px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images {
    width: 101%;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 100%;
    padding-right: 0px;
  }
}
#productdetailsview .wrapper2 .fleft .jcarousel.additional-images a.thumb img {
  opacity: 0.5;
}
#productdetailsview .wrapper2 .fleft .jcarousel.additional-images a.thumb.active img {
  opacity: 1;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .jcarousel-prev,
#productdetailsview .wrapper2 .fleft #gallery_02 .jcarousel-next {
  display: none !important;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls {
  top: 0px;
  right: 0;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-next {
  width: 39px;
  height: 40px;
  left: auto;
  right: -40px;
  top: 1px;
  position: absolute;
  border: none;
  background: #e4e4e4;
  color: #1f2228;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-next:hover {
  background: #bbbbbb;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-prev {
  width: 39px;
  height: 40px;
  left: auto;
  right: -40px;
  top: 42px;
  position: absolute;
  border: none;
  background: #e4e4e4;
  color: #1f2228;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-prev:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .wrapper2 .fright {
  float: left;
  width: 417px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fright {
    width: 53%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fright {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#productdetailsview .wrapper2 .fright .title {
  font-size: 24px;
  line-height: 26px;
  color: #252525;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fright .title {
    font-size: 20px;
  }
}
#productdetailsview .wrapper2 .fright .rating {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
}
#productdetailsview .wrapper2 .fright .rating .vote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
}
#productdetailsview .wrapper2 .fright .rating .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
#productdetailsview .wrapper2 .fright .rating .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .wrapper2 .fright .rating .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
#productdetailsview .wrapper2 .fright .rating .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .wrapper2 .fright .rating .vote .rating-title {
  position: relative;
  top: -2px;
}
#productdetailsview .wrapper2 .fright .Dimensions h4 {
  margin: 10px 0;
  text-transform: capitalize;
}
#productdetailsview .wrapper2 .fright .manufacturer {
  color: #596067;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .fright .manufacturer span {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#productdetailsview .wrapper2 .fright .manufacturer a {
  display: inline-block;
  color: #1f2228;
  font-size: 14px;
  line-height: 22px;
  float: left;
}
#productdetailsview .wrapper2 .fright .manufacturer a:hover {
  color: #3498db;
}
#productdetailsview .wrapper2 .fright .stock {
  color: #596067;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .fright .stock span,
#productdetailsview .wrapper2 .fright .stock b,
#productdetailsview .wrapper2 .fright .stock i {
  float: left;
  display: inline-block;
}
#productdetailsview .wrapper2 .fright .stock span {
  padding-right: 10px;
}
#productdetailsview .wrapper2 .fright .stock i {
  color: #27ae60;
  font-style: normal;
  padding-right: 3px;
}
#productdetailsview .wrapper2 .fright .stock b {
  font-weight: 300;
  color: #252525;
}
#productdetailsview .wrapper2 .fright .code {
  color: #252525;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .fright .code span {
  color: #596067;
  padding-right: 10px;
  display: inline-block;
}
#productdetailsview .wrapper2 .fright .call-a-question {
  padding: 20px 0;
}
#productdetailsview .wrapper2 .fright .time-box {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 0px;
}
#productdetailsview .wrapper2 .fright .time-box .price .text {
  font-size: 14px;
  line-height: 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-sale {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 34%;
  color: #ec7163;
  padding: 10px 0 20px;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-sale .PricesalesPrice {
  float: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright .time-box .price .price-sale {
    float: none;
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#productdetailsview .wrapper2 .fright .time-box .price .price-old {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #252525;
  padding: 10px 0 20px;
  position: relative;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-old:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-old .PricebasePriceWithTax {
  float: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright .time-box .price .price-old {
    float: none;
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #9a39a9;
  padding: 10px 0 20px;
  position: relative;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save .PricediscountAmount {
  float: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright .time-box .price .price_save {
    float: none;
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 100%;
  color: #9b59b6;
  padding: 20px 0px 10px 0px;
  margin-bottom: 10px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_section {
  color: #596067;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_amount {
  color: #596067;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc div {
  font-weight: 400;
  color: #124ea1;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc {
    float: none;
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
  text-align: right;
}
#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 div {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#productdetailsview .wrapper2 .price {
  overflow: hidden;
  width: 100%;
}
#productdetailsview .wrapper2 .price .price-crossed {
  font-size: 16px;
  line-height: 36px;
  color: #596067;
  text-decoration: line-through;
  float: left;
  padding-right: 5px;
}
#productdetailsview .wrapper2 .price .PricesalesPrice {
  font-size: 24px;
  line-height: 36px;
  color: #124ea1;
  font-weight: 400;
  float: left;
}
#productdetailsview .wrapper2 .short_desc p {
  margin: 0;
}
#productdetailsview .wrapper2 .product-box2 {
  padding-top: 20px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field {
  margin-bottom: 10px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title {
  color: #596067;
  font-weight: 300;
  min-width: 100px;
  display: inline-block;
  float: left;
  line-height: 20px;
  padding: 10px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  #productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title {
    float: none;
    display: block;
  }
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title b {
  font-weight: 300;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display {
  display: inline-block;
  line-height: 20px;
  float: left;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-single {
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 40px;
  line-height: 20px;
  padding: 10px 14px;
  color: #7a8188;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  min-width: 180px;
  overflow: inherit !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-single span {
  min-width: 100px;
  margin: 0;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-single div {
  top: 7px;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop {
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  min-width: 180px !important;
  padding: 0;
  margin: 1px 0 0 0px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop .chzn-search {
  display: none;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li {
  font-size: 14px;
  line-height: 24px;
  color: #7a8188;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li:hover,
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li.highlighted {
  color: #1f2228;
  background: #f8f8f8;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li.result-selected {
  color: #1f2228;
  background: #f7f7f7;
}
#productdetailsview .wrapper2 .controls {
  float: left;
  width: 200px;
}
#productdetailsview .wrapper2 .controls .quantity_box {
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  float: left;
  display: inline-block;
  padding: 10px 0 10px 0;
  min-width: 100px;
}
#productdetailsview .wrapper2 .controls .box-quantity {
  position: relative;
  float: left;
  width: 90px;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #596067;
  padding: 10px 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  width: 90px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-plus {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-plus:hover {
  color: #252525;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-minus {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#productdetailsview .wrapper2 .controls .box-quantity .quantity-minus:hover {
  color: #252525;
}
#productdetailsview .wrapper2 .product-actions {
  padding-top: 20px;
  overflow: hidden;
}
#productdetailsview .wrapper2 .product-actions > div {
  position: relative;
  margin-right: 4px;
  float: left;
}
#productdetailsview .wrapper2 .product-actions > div .add_compare {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .product-actions > div .add_compare.active,
#productdetailsview .wrapper2 .product-actions > div .add_compare:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .wrapper2 .product-actions > div .add_compare span.action-name {
  display: none;
}
#productdetailsview .wrapper2 .product-actions > div .add_wishlist {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .product-actions > div .add_wishlist i {
  line-height: 20px;
  position: relative;
}
#productdetailsview .wrapper2 .product-actions > div .add_wishlist.active,
#productdetailsview .wrapper2 .product-actions > div .add_wishlist:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .wrapper2 .product-actions > div .add_wishlist span.action-name {
  display: none;
}
#productdetailsview .wrapper2 .product-actions > div .ask-a-question {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .wrapper2 .product-actions > div .ask-a-question i {
  line-height: 20px;
  position: relative;
}
#productdetailsview .wrapper2 .product-actions > div .ask-a-question.active,
#productdetailsview .wrapper2 .product-actions > div .ask-a-question:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .wrapper2 .product-actions > div .ask-a-question span.action-name {
  display: none;
}
#productdetailsview .wrapper2 .related_categories {
  padding-top: 20px;
}
#productdetailsview .wrapper2 .related_categories .module-title-categories {
  color: #596067;
  font-size: 14px;
  line-height: 22px;
  background: none;
  float: left;
  padding-right: 10px;
}
#productdetailsview .wrapper2 .related_categories > div {
  overflow: hidden;
}
#productdetailsview .wrapper2 .related_categories > div .product-field {
  float: left;
  padding-right: 5px;
}
#productdetailsview .wrapper2 .related_categories > div .product-field-display img,
#productdetailsview .wrapper2 .related_categories > div .product-field-display .vm-img-desc {
  display: none;
}
#productdetailsview .tabs_show {
  padding-bottom: 0px;
}
#productdetailsview .tabs_show .responsive-tabs__list {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 40px;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .tabs_show .responsive-tabs__list {
    display: none;
  }
}
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item {
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 20px;
  background: #e4e4e4;
  border-radius: 0px;
  margin-right: 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item:hover,
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,
#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .tabs_show .responsive-tabs__heading {
  display: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .tabs_show .responsive-tabs__heading {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 20px;
    background: #e4e4e4;
    border-radius: 0px;
    margin: 0 0 4px 0;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
  }
  #productdetailsview .tabs_show .responsive-tabs__heading:hover,
  #productdetailsview .tabs_show .responsive-tabs__heading.responsive-tabs__heading--active {
    background: #bbbbbb;
    color: #fff;
  }
}
#productdetailsview .tabs_show .responsive-tabs__panel {
  background: #fff;
  padding: 20px 0 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#productdetailsview .tabs_show .responsive-tabs__panel .desc p {
  margin-bottom: 10px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags {
  font-size: 14px;
  line-height: 30px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-fields-title {
  color: #7a8188;
  display: inline-block;
  margin-right: 10px;
  float: left;
  line-height: 20px;
  padding-top: 11px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display {
  display: inline-block;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx {
  display: inline-block;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px;
  text-transform: lowercase;
  float: left;
  margin: 0 5px 5px 0;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  color: #1f2228;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx span {
  font-size: 14px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx:hover {
  background: #124ea1;
  color: #fff;
}
#productdetailsview .customer-reviews {
  color: #596067;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 300;
}
#productdetailsview .customer-reviews h4 {
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  text-transform: uppercase;
  font-weight: 300;
}
#productdetailsview .customer-reviews .simplePagerNav {
  text-align: center;
  margin: 0 auto;
  list-style: none;
}
#productdetailsview .customer-reviews .simplePagerNav li {
  display: inline-block;
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  color: #252525;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 1px 0 0;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#productdetailsview .customer-reviews .simplePagerNav li a {
  display: block;
}
#productdetailsview .customer-reviews .simplePagerNav li:hover,
#productdetailsview .customer-reviews .simplePagerNav li.currentPage {
  background: #dde3e6;
}
#productdetailsview .customer-reviews .simplePagerNav li:hover a,
#productdetailsview .customer-reviews .simplePagerNav li.currentPage a {
  color: #1f2228;
}
#productdetailsview .customer-reviews .scroll-pane {
  margin: 0;
  padding: 0;
  list-style: none;
}
#productdetailsview .customer-reviews .scroll-pane .step {
  padding-bottom: 20px;
  display: block;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal.more .coment {
  background: #e6ebee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .coment {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .rbold {
  display: block;
  color: #252525;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .rdate {
  font-size: 12px;
  line-height: 20px;
  color: #7a8188;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
  float: none;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  display: inline-block;
  position: relative;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .rating-title {
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews #comment {
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
  box-shadow: none;
  border-radius: 0;
  min-height: 100px;
  padding-bottom: 10px;
  color: #7a8188;
  width: 100%;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview .customer-reviews .rating {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
  float: left;
}
#productdetailsview .customer-reviews .rating .vote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
  font-weight: normal;
}
#productdetailsview .customer-reviews .rating .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  display: inline-block;
  position: relative;
}
#productdetailsview .customer-reviews .rating .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .rating .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}
#productdetailsview .customer-reviews .rating .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .rating .vote .rating-title {
  position: relative;
  top: -2px;
}
#productdetailsview .customer-reviews .rcount {
  float: right;
  line-height: 60px;
  margin-top: -13px;
}
#productdetailsview .customer-reviews .rcount .vm-default {
  float: right;
  margin: 10px 0 0 10px;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  color: #7a8188;
  width: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview #comments-form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview #comments-form span.captcha {
  background-position: 0 7px;
}
#productdetailsview #jc #comments .comments-buttons,
#productdetailsview #comments-form p,
#productdetailsview #comments-report-form p,
#productdetailsview #comments-form span,
#productdetailsview #comments-form .counter,
#productdetailsview #jc #comments .comment-body {
  font-weight: 300px;
}
#productdetailsview #comments a {
  color: #596067;
  background-color: inherit;
  font-weight: normal;
  text-decoration: none;
}
#productdetailsview #comments a:hover {
  color: #3498db;
}
#productdetailsview #jc #comments .comments-buttons {
  background: #f7f7f7;
  color: #252525;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
}
#productdetailsview #jc #comments .comments-vote {
  float: right;
  width: auto;
  top: 0;
}
#productdetailsview #jc #comments .comments-vote a.vote-poor {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #e74c3c;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote a.vote-good {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #2ecc71;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote span.vote-none {
  color: #252525;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #f7f7f7;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote span.vote-good {
  color: #2ecc71;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #f7f7f7;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments .comments-vote span.vote-poor {
  color: #e74c3c;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0 0px;
  text-align: center;
  background: #f7f7f7;
  margin-left: 1px;
  margin-right: 0;
}
#productdetailsview #jc #comments #comments-list-footer {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}
#productdetailsview #jc #comments #comments-list-footer a {
  display: inline-block;
  float: left;
  margin: 0 4px 4px 0;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#productdetailsview #jc #comments #comments-list-footer a:hover {
  background: #a1aaaf !important;
}
#productdetailsview #jc #comments #comments-list-footer .refresh {
  background: #1abc9c !important;
}
#productdetailsview #jc #comments #comments-list-footer .rss {
  background: #f5791f !important;
}
#productdetailsview #jc #comments #comments-list-footer .subscribe {
  background: #34495e !important;
}
#productdetailsview #jc #comments #nav-top {
  background: none;
}
#productdetailsview #jc #comments #nav-top span {
  display: inline-block;
  width: 40px;
  margin: 0 4px 0 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  background: #e4e4e4;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview #jc #comments #nav-top span.activepage {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .product-related {
  padding-top: 30px;
}
#productdetailsview .module-title.recent {
  margin-top: 30px;
}
#productdetailsview .recentproducts {
  padding: 0;
  list-style: none;
}
#productdetailsview .product-title-youtube {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
}
#productdetailsview .custom .product-fields-title {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  font-weight: 400;
}
#productdetailsview .filter .product-fields {
  overflow: hidden;
  width: 100%;
}
#productdetailsview .filter .product-fields .product-field {
  float: left;
  width: 33%;
}
#productdetailsview .filter .product-fields-title {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  font-weight: 400;
}
#productdetailsview .back-to-category {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
#productdetailsview .back-to-category .button_back {
  float: left;
  background: #e4e4e4;
  color: #252525;
}
#productdetailsview .back-to-category .button_back i {
  margin-right: 5px;
}
#productdetailsview .back-to-category .button_back:hover {
  background: #bbbbbb;
  color: #fff;
}
#productdetailsview .back-to-category .product-neighbour {
  float: right;
  width: 480px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .back-to-category .product-neighbour {
    float: none;
    clear: left;
    overflow: hidden;
    width: 100%;
    padding-top: 5px;
  }
}
#productdetailsview .back-to-category .product-neighbour ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#productdetailsview .back-to-category .product-neighbour ul li {
  margin-left: 4px;
  float: right;
  background: #e4e4e4;
}
#productdetailsview .back-to-category .product-neighbour ul li img {
  display: none;
}
#productdetailsview .back-to-category .product-neighbour ul li:hover {
  background: #bbbbbb;
}
#productdetailsview .back-to-category .product-neighbour ul li:hover a {
  color: #fff;
}
#productdetailsview .back-to-category .product-neighbour ul li.previous i {
  margin-right: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .back-to-category .product-neighbour ul li.previous {
    float: left;
    margin-left: 0px;
  }
}
#productdetailsview .back-to-category .product-neighbour ul li.next i {
  margin-left: 5px;
}
#productdetailsview.productdetails-view.quick div.Price .product-price span.PricesalesPrice {
  color: #124ea1;
}
#notifyform {
  background: #fff;
  margin-bottom: 30px;
}
#notifyform .list-reviews {
  padding: 0 30px 30px;
}
#notifyform .list-reviews .floatleft {
  float: left;
  width: 70%;
  margin-right: 30px;
}

#t3-content.t3-content.fullwidth {
  width: 100% !important;
  float: none !important;
  left: 0;
}
#t3-content .row {
  margin: 0 -15px;
}
.box-bg {
  background: #fff;
  margin-bottom: 30px;
}
.box-bg .box-bg-indent {
  padding: 0;
}
.box-bg .box-bg-indent #form-login .button {
  margin-left: 10px;
}
.box-bg .box-bg-indent .control-buttons {
  padding-top: 20px;
}
.box-bg .box-bg-indent #reg_text {
  padding: 10px 0 20px 0;
}
.box-bg .box-bg-indent #editcell .adminlist {
  width: 100%;
}
.box-bg .box-bg-indent #com-form-login-username {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .box-bg .box-bg-indent #com-form-login-username {
    margin-bottom: 14px;
  }
}
.box-bg .box-bg-indent #com-form-login-username:after {
  color: #7a8188;
  content: "\f007";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
}
.box-bg .box-bg-indent #com-form-login-password {
  position: relative;
}
.box-bg .box-bg-indent #com-form-login-password:after {
  color: #7a8188;
  content: "\f023";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
}
.box-bg .box-bg-indent .wrapper_remember {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}
.box-bg .box-bg-indent .wrapper_remember label {
  font-size: 14px;
  color: #596067;
  font-weight: 400;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox.checked span,
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../../../images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.box-bg .box-bg-indent .wrapper_remember .jq-checkbox.disabled span {
  display: none;
}
.box-bg .box-bg-indent .wrapper_remember label {
  float: left;
  margin: 0;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
}
.box-bg .box-bg-indent .userdata {
  padding-bottom: 30px;
}
.box-bg .box-bg-indent .link {
  text-align: right;
  position: relative;
  top: -5px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .box-bg .box-bg-indent .link {
    top: 5px;
    text-align: left;
  }
}
.box-bg .box-bg-indent .buttonBar-right {
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}
.box-bg .box-bg-indent .buttonBar-right .button {
  float: left;
  margin: 0 1px 0 0;
}
.box-bg .box-bg-indent .userfields_info {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.box-bg .box-bg-indent fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.box-bg .box-bg-indent .adminForm.user-details {
  width: 100%;
}
.box-bg .box-bg-indent .adminForm.user-details tr {
  border: none;
  margin-bottom: 10px;
}
.box-bg .box-bg-indent .adminForm.user-details .key {
  width: 40%;
  border: none;
  text-align: left;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 579px) {
  .box-bg .box-bg-indent .adminForm.user-details .key {
    width: 100%;
    display: block;
  }
}
.box-bg .box-bg-indent .adminForm.user-details .key label {
  font-weight: 400;
  color: #596067;
  text-align: left;
  display: block;
  float: none;
  width: 100%;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 {
  width: 60%;
  border: none;
}
@media (min-width: 320px) and (max-width: 579px) {
  .box-bg .box-bg-indent .adminForm.user-details .key2 {
    width: 100%;
    display: block;
  }
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input {
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  outline: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input:focus {
  box-shadow: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input.invalid {
  border-color: #e74c3c !important;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 10px;
  box-shadow: none;
  margin-bottom: 40px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox.checked span,
.box-bg .box-bg-indent .adminForm.user-details .key2 .wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../../../images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .jq-checkbox.disabled span {
  display: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container {
  margin-bottom: 10px;
  min-width: 220px !important;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-single {
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
  height: 40px;
  line-height: 20px;
  padding: 10px 14px;
  color: #252525;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  min-width: 280px !important;
  overflow: inherit !important;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-single span {
  min-width: 100px;
  margin: 0;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-single div {
  top: 7px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop {
  border: 1px solid #e6e6e6;
  border-top: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  min-width: 278px !important;
  padding: 0;
  margin: 1px 0 0 0px;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop .chzn-search {
  display: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li {
  font-size: 14px;
  line-height: 24px;
  color: #7a8188;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li:hover,
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li.highlighted {
  color: #252525;
  background: #f7f7f7;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li.result-selected {
  color: #252525;
  background: #ebe9e9;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .terms-of-service label {
  width: auto;
  font-weight: 300;
  padding-top: 0px;
  padding-left: 5px;
  float: none;
  overflow: hidden;
}
#ui-tabs {
  padding-top: 30px;
}
#ui-tabs ul#tabs {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#ui-tabs ul#tabs li {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 4px;
  padding: 10px 20px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#ui-tabs ul#tabs li:hover,
#ui-tabs ul#tabs li.current {
  background: #bbbbbb;
  color: #fff;
}
#ui-tabs #tab-2 {
  display: none;
}

.cart-view {
  position: relative;
}
.order-list {
  padding-bottom: 30px;
}
.orders-box {
  background: #fff;
  padding: 0px;
  padding-top: 0;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.orders-box tbody {
  background: #fff;
  font-size: 14px;
}
.orders-box tbody td {
  background: none;
  border-top: 1px solid #e4e4e4 !important;
  border-left: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  text-align: center;
  color: #596067;
}
.orders-box tbody td.num a:hover {
  text-decoration: none;
}
.orders-box tbody td.total {
  font-weight: bold;
}
.spaceStyle.first {
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #e4e4e4;
}
.spaceStyle.second {
  padding-top: 0px;
}
.spaceStyle.second .order-box {
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}
.spaceStyle.second .order-box td {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding: 15px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
  background: #f7f7f7;
}
.spaceStyle.second .order-box td:first-child {
  border-left: none;
  background: #fff;
  width: 25%;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}
.spaceStyle.second .order-box tr.first td {
  border-top: none;
}
.spaceStyle.second .order-box td.price {
  font-weight: 400;
}
.spaceStyle.second .order-box2 td.first {
  padding: 0px;
  border-top: none;
}
.spaceStyle.second .order-box2 td.first .order-box {
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 10px;
}
.spaceStyle.second .order-box2 .order-box td:first-child {
  border-left: none;
  background: #fff;
  width: 40%;
  font-size: 16px;
  font-weight: 400;
}
.spaceStyle.second .order-box2 td.first .order-box tr:first-child td {
  border-top: none;
}
.spaceStylebot {
  padding-top: 30px;
  padding-bottom: 30px;
}
#tabs {
  color: #6a6a6a;
}
#tabs li {
  padding-bottom: 10px;
}
.spaceStylebot #tab-2 {
  display: none;
}
.orders-box thead {
  font-size: 16px;
  color: #252525;
}
.orders-box thead th {
  background: #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  text-align: center;
}
.orders-box thead th:first-child {
  border-left: none;
}
.order-items-box {
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0;
}
.order-items-box .sectiontableheader th {
  border: none;
  background: #e4e4e4;
  color: #252525;
  font-weight: 300;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #ecf0f1;
  padding: 15px;
  font-size: 16px;
}
.order-items-box .sectiontableheader th:first-child {
  background: #e4e4e4;
  color: #252525;
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
.order-items-box tr {
  border-top: none;
}
.order-items-box tr td {
  border-left: 1px solid #ecf0f1;
  border-top: 1px solid #e4e4e4;
  padding: 15px;
  color: #596067;
  font-size: 14px;
  font-weight: 300;
}
.order-items-box tr td.priceCol span.line-through {
  text-decoration: line-through;
}
.order-items-box tr td:first-child {
  border-left: none;
  font-size: 16px;
  font-weight: 300;
}
.order-items-box tr.total td {
  font-weight: bold;
}
.order-items-box .size {
  font-size: 14px;
}
.order-items-box .order-items td.right {
  text-align: right;
  font-weight: 300;
}
.shoper .sectiontableentry1 {
  border-left: none;
  border-right: none;
}
.order {
  margin-bottom: 30px;
}

.orders-box .divice-name {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .orders-box .table,
  .orders-box tbody {
    display: block;
    width: 100%;
  }
  .orders-box .table .row0,
  .orders-box tbody .row0 {
    background: #ecf0f1;
  }
  .orders-box .table tr,
  .orders-box tbody tr,
  .orders-box .table td,
  .orders-box tbody td {
    display: block;
    width: 100%;
  }
  .orders-box .divece {
    display: none;
  }
  .orders-box .divice-name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .order-box .table,
  .order-box2 .table,
  .order-box tbody,
  .order-box2 tbody {
    display: block;
    width: 100%;
  }
  .order-box .table .row0,
  .order-box2 .table .row0,
  .order-box tbody .row0,
  .order-box2 tbody .row0 {
    background: #ecf0f1;
  }
  .order-box .table tr,
  .order-box2 .table tr,
  .order-box tbody tr,
  .order-box2 tbody tr,
  .order-box .table td,
  .order-box2 .table td,
  .order-box tbody td,
  .order-box2 tbody td {
    display: block;
    width: 100% !important;
  }
}
.orders-box tbody td.total {
  color: #e3158d;
}
.order-view {
  padding-bottom: 30px;
}
.order-view form {
  margin: 0 -15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .order-view form {
    margin: 0 0;
  }
}
.order-view #com-form-order-number,
.order-view #com-form-order-pass {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 479px) {
  .order-view #com-form-order-number,
  .order-view #com-form-order-pass {
    width: 100%;
    padding: 0 0px;
  }
}
.order-view #com-form-order-submit {
  padding-top: 10px;
  padding-left: 14px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .order-view #com-form-order-submit {
    padding-left: 0;
  }
}
.order-view #com-form-order-number,
.order-view #com-form-order-pass {
  padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .order-view #com-form-order-number,
  .order-view #com-form-order-pass {
    padding-bottom: 0;
  }
}
.order-view #com-form-order-number label,
.order-view #com-form-order-pass label {
  font-weight: 400;
}
.print-order {
  width: 20px;
  color: #fff;
}
.print-order img {
  display: none;
}
.print-order:hover {
  color: #e74c3c;
}
.order-items-box .divice-name {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .order-items-box tbody,
  .order-items-box .order-items {
    width: 100%;
    display: block;
  }
  .order-items-box .sectiontableheader {
    display: none;
  }
  .order-items-box .item,
  .order-items-box .prices,
  .order-items-box .coupon,
  .order-items-box .shipment,
  .order-items-box .Payment,
  .order-items-box .total,
  .order-items-box .rule {
    width: 100%;
    display: block;
  }
  .order-items-box .item td,
  .order-items-box .prices td,
  .order-items-box .coupon td,
  .order-items-box .shipment td,
  .order-items-box .Payment td,
  .order-items-box .total td,
  .order-items-box .rule td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .order-items-box .item .divice-name,
  .order-items-box .prices .divice-name,
  .order-items-box .coupon .divice-name,
  .order-items-box .shipment .divice-name,
  .order-items-box .Payment .divice-name,
  .order-items-box .total .divice-name,
  .order-items-box .rule .divice-name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
.order-items-box .size.color,
.order-items-box tr.total td.pricePad {
  color: #124ea1 !important;
}

.compare_box .module-title.no-products i {
  padding-right: 5px;
}
.compare_box .back-to-category {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
}
.compare_box .back-to-category .button_back {
  height: 40px;
  line-height: 38px;
  background: #e4e4e4;
  color: #252525;
  font-size: 20px;
}
.compare_box .back-to-category .button_back:hover {
  background: #bbbbbb;
  color: #fff;
}
.compare_box div.browscompare_list {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px #e4e4e4 inset;
  -webkit-box-shadow: 0 0 1px #e4e4e4 inset;
  box-shadow: 0 0 1px #e4e4e4 inset;
}
.browseview.browscompare_list {
  width: 100%;
  position: relative;
}
#compare_list_prod td {
  background: #fff;
  border: 1px solid #e4e4e4;
}
#compare_list_prod td:first-child {
  background: #f7f7f7;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #compare_list_prod td:first-child {
    font-size: 14px;
  }
}
#compare_list_prod .comare_image {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #compare_list_prod .comare_image img {
    max-height: 187px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  #compare_list_prod .comare_image img {
    max-height: 170px;
  }
}
#compare_list_prod .comare_name h5 {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #compare_list_prod .comare_name h5 a {
    font-size: 14px;
  }
}
#compare_list_prod .comare_price .WithoutTax {
  display: inline-block;
  color: #596067;
  padding-right: 5px;
}
#compare_list_prod .comare_price div.PricesalesPrice {
  display: inline-block;
}
#compare_list_prod .comare_price span.PricesalesPrice {
  color: #124ea1;
}
#compare_list_prod .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
#compare_list_prod .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#compare_list_prod .lbl-box div.limited {
  background: #9a39a9;
}
#compare_list_prod .lbl-box div.discount {
  background: #ec7163;
}
#compare_list_prod .lbl-box div.hit {
  background: #e74d3c;
}
#compare_list_prod .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
#compare_list_prod .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#compare_list_prod .lbl-box2 div.sold {
  background: #777777;
}
#compare_list_prod .lbl-box2 div.new {
  background: #27ae5f;
}
#compare_list_prod .controls {
  float: none;
  width: 200px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #compare_list_prod .controls {
    width: auto;
  }
}
#compare_list_prod .controls .quantity_box {
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  float: left;
  display: inline-block;
  padding: 10px 0 10px 0;
  min-width: 100px;
}
#compare_list_prod .controls .box-quantity {
  position: relative;
  float: left;
  width: 90px;
}
#compare_list_prod .controls .box-quantity .quantity-input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #596067;
  padding: 10px 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  width: 90px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#compare_list_prod .controls .box-quantity .quantity-plus {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#compare_list_prod .controls .box-quantity .quantity-plus:hover {
  color: #252525;
}
#compare_list_prod .controls .box-quantity .quantity-minus {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 15px;
  line-height: 15px;
  font-size: 14px;
  color: #7a8188;
  text-align: center;
  cursor: pointer;
}
#compare_list_prod .controls .box-quantity .quantity-minus:hover {
  color: #252525;
}
#compare_list_prod .rating {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7a8188;
  margin: 10px 20px 10px 0;
}
#compare_list_prod .rating .vote {
  display: inline-block;
  padding: 0;
  text-align: left;
  position: relative;
}
#compare_list_prod .rating .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
#compare_list_prod .rating .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#compare_list_prod .rating .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
#compare_list_prod .rating .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
#compare_list_prod .rating .vote .rating-title {
  position: relative;
  top: -2px;
}
#compare_list_prod .btx {
  background: #e4e4e4;
  color: #252525;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 3px;
  margin-right: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#compare_list_prod .btx:hover {
  background: #bbbbbb;
  color: #fff;
}
#compare_list_prod .red {
  color: #e74c3c;
}

.wishlist_box {
  padding-bottom: 30px;
}
.wishlist_box .module-title.no-products {
  margin-top: 30px;
}
.wishlist_box .module-title.no-products i {
  padding-right: 5px;
}
.wishlist_box .module-title {
  position: relative;
}
.wishlist_box .module-title .back-to-category {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
}
.wishlist_box .module-title .back-to-category .button_back {
  height: 40px;
  line-height: 38px;
  background: #e4e4e4;
  color: #252525;
  font-size: 20px;
}
.wishlist_box .module-title .back-to-category .button_back:hover {
  background: #bbbbbb;
  color: #fff;
}
.wishlist_box .wishlist {
  display: none;
}
.wishlist_box .remwishlists {
  display: block !important;
  visibility: visible;
}
.displayBlock {
  display: block !important;
}
.displayNone {
  display: none !important;
}

.Front_VM2 > div {
  margin-bottom: 30px;
}

#k2Container {
  padding: 0;
}
#k2Container .itemBackToTop {
  display: none;
}
#k2Container .K2ItemsRow {
  margin: 0 -15px 0 -15px;
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #k2Container .K2ItemsRow {
    margin: 0 0;
    padding-bottom: 0px;
  }
}
#k2Container .K2ItemsRow .itemContainer {
  padding: 0 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #k2Container .K2ItemsRow .itemContainer {
    padding: 0 0;
    width: 100% !important;
    margin-bottom: 30px;
  }
}
#k2Container .k2AccountPage table.admintable td input.inputbox {
  float: left;
}
#k2Container .catItemView {
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#k2Container .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container .catItemView .catItemImageBlock .catItemImage {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#k2Container .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}
#k2Container .catItemView .fleft {
  background: #fff;
  padding: 20px 0 20px 0;
  
}
#k2Container .catItemView .fleft .itemRatingList a,
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating {
  text-indent: 0px;
}
#k2Container .catItemView .fleft .itemRatingList,
#k2Container .catItemView .fleft .itemRatingList a:hover,
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating {
  background: none;
}
#k2Container .catItemView .fleft .itemRatingList {
  position: relative;
  float: left;
  width: 90px;
  height: 20px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
#k2Container .catItemView .fleft .itemRatingList:hover .itemCurrentRating {
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList li {
  display: inline-block;
  background: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#k2Container .catItemView .fleft .itemRatingList li + li {
  display: block;
  float: left;
  background: none;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#k2Container .catItemView .fleft .itemRatingList li + li:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating {
  height: 20px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 6;
}
#k2Container .catItemView .fleft .itemRatingList .itemCurrentRating:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  top: 2px;
}
#k2Container .catItemView .fleft .itemRatingList a:hover {
  background: none;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a {
  font-size: 0;
  line-height: 0;
}
#k2Container .catItemView .fleft .itemRatingList a span {
  text-indent: -9999px;
}
#k2Container .catItemView .fleft .itemRatingList a.one-star {
  width: 20%;
  z-index: 5;
  display: block;
}
#k2Container .catItemView .fleft .itemRatingList a.one-star:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.one-star:hover:before {
  z-index: 10;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.two-stars {
  width: 40%;
  z-index: 4;
}
#k2Container .catItemView .fleft .itemRatingList a.two-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.two-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.three-stars {
  width: 60%;
  z-index: 3;
}
#k2Container .catItemView .fleft .itemRatingList a.three-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.three-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.four-stars {
  width: 80%;
  z-index: 2;
}
#k2Container .catItemView .fleft .itemRatingList a.four-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.four-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft .itemRatingList a.five-stars {
  width: 100%;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.five-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container .catItemView .fleft .itemRatingList a.five-stars:hover:before {
  z-index: 6;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container .catItemView .fleft span.siteRoot {
  display: none;
}
#k2Container .catItemView .fleft .module-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #252525;
  background: none;
  padding: 0;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #k2Container .catItemView .fleft .module-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #k2Container .catItemView .fleft .module-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #k2Container .catItemView .fleft .module-title {
    font-size: 16px;
    line-height: 26px;
  }
}
#k2Container .catItemView .fleft .catItemHeader {
  overflow: hidden;
  width: 100%;
}
#k2Container .catItemView .fleft .catItemHeader .catItemDateCreated,
#k2Container .catItemView .fleft .catItemHeader .catItemHitsBlock,
#k2Container .catItemView .fleft .catItemHeader .catItemCategory,
#k2Container .catItemView .fleft .catItemHeader .catItemCommentsLink {
  float: left;
  margin-right: 10px;
}
#k2Container .catItemView .fleft .catItemDateCreated {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container .catItemView .fleft .catItemDateCreated i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemHitsBlock {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container .catItemView .fleft .catItemHitsBlock i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemCategory {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container .catItemView .fleft .catItemCategory i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemCommentsLink {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container .catItemView .fleft .catItemCommentsLink i {
  margin-right: 5px;
}
#k2Container .catItemView .fleft .catItemBody {
  width: 100%;
  padding: 0;
}
#k2Container .catItemView .fleft .catItemBody .catItemIntroText {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding: 0;
}
#k2Container .catItemView .fleft .catItemBody .k2ReadMore {
  margin-left: 0px;
}
#k2Container .catItemView .fleft .catItemBody .k2ReadMore i {
  margin-right: 5px;
}
div.k2Pagination {
  float: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
div.k2Pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 30px;
}
div.k2Pagination ul li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 4px;
  text-align: center;
}
div.k2Pagination ul li a,
div.k2Pagination ul li span {
  display: block;
  padding: 10px 10px;
  min-width: 40px;
  background: #f7f7f7;
  color: #1f2228;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.k2Pagination ul li span {
  color: #676a6e;
}
div.k2Pagination ul li a:hover {
  background: #bbbbbb;
  color: #fff;
}

#k2Container.itemView {
  padding: 0;
  border: none;
}
#k2Container.itemView .itemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
#k2Container.itemView .itemImageBlock .itemImage {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}
#k2Container.itemView .itemImageBlock .itemImage a {
  display: block;
}
#k2Container.itemView .itemImageBlock .itemImage img {
  padding: 0;
  border: none;
  width: 100% !important;
  height: auto;
}
#k2Container.itemView .fleft {
  background: #fff;
  padding: 0px 0 0 0;
  margin-bottom: 30px;
  
}
#k2Container.itemView .fleft .itemRatingList a,
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating {
  text-indent: 0px;
}
#k2Container.itemView .fleft .itemRatingList,
#k2Container.itemView .fleft .itemRatingList a:hover,
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating {
  background: none;
}
#k2Container.itemView .fleft .itemRatingList {
  position: relative;
  float: left;
  width: 90px;
  height: 20px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
#k2Container.itemView .fleft .itemRatingList:hover .itemCurrentRating {
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList li {
  display: inline-block;
  background: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#k2Container.itemView .fleft .itemRatingList li + li {
  display: block;
  float: left;
  background: none;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#k2Container.itemView .fleft .itemRatingList li + li:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating {
  height: 20px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 6;
}
#k2Container.itemView .fleft .itemRatingList .itemCurrentRating:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  top: 2px;
}
#k2Container.itemView .fleft .itemRatingList a:hover {
  background: none;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a {
  font-size: 0;
  line-height: 0;
}
#k2Container.itemView .fleft .itemRatingList a span {
  text-indent: -9999px;
}
#k2Container.itemView .fleft .itemRatingList a.one-star {
  width: 20%;
  z-index: 5;
  display: block;
}
#k2Container.itemView .fleft .itemRatingList a.one-star:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.one-star:hover:before {
  z-index: 10;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.two-stars {
  width: 40%;
  z-index: 4;
}
#k2Container.itemView .fleft .itemRatingList a.two-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.two-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.three-stars {
  width: 60%;
  z-index: 3;
}
#k2Container.itemView .fleft .itemRatingList a.three-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.three-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.four-stars {
  width: 80%;
  z-index: 2;
}
#k2Container.itemView .fleft .itemRatingList a.four-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.four-stars:hover:before {
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft .itemRatingList a.five-stars {
  width: 100%;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.five-stars:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
#k2Container.itemView .fleft .itemRatingList a.five-stars:hover:before {
  z-index: 6;
  color: #f5791f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
}
#k2Container.itemView .fleft span.siteRoot {
  display: none;
}
#k2Container.itemView .fleft .itemHeader {
  overflow: hidden;
  width: 100%;
}
#k2Container.itemView .fleft .itemHeader .itemDateCreated,
#k2Container.itemView .fleft .itemHeader .itemContentFooter,
#k2Container.itemView .fleft .itemHeader .itemCategory,
#k2Container.itemView .fleft .itemHeader .itemCommentsLinks,
#k2Container.itemView .fleft .itemHeader .itemPrintLinks,
#k2Container.itemView .fleft .itemHeader .itemEmailLinks {
  float: left;
  margin-right: 10px;
}
#k2Container.itemView .fleft .itemPrintLinks {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container.itemView .fleft .itemPrintLinks i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemEmailLinks {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container.itemView .fleft .itemEmailLinks i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemDateCreated {
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
}
#k2Container.itemView .fleft .itemDateCreated i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemContentFooter {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container.itemView .fleft .itemContentFooter i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemCategory {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container.itemView .fleft .itemCategory i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemCommentsLinks {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  border: none;
}
#k2Container.itemView .fleft .itemCommentsLinks i {
  margin-right: 5px;
}
#k2Container.itemView .fleft .itemBody {
  width: 100%;
  padding: 20px 0 0 0;
}
#k2Container.itemView .fleft .itemBody .itemFullText,
#k2Container.itemView .fleft .itemBody .itemIntroText {
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  font-weight: 300;
  padding: 0;
}
#k2Container.itemView .fleft .itemBody .k2ReadMore {
  margin-left: -20px;
}
#k2Container.itemView .fleft .itemBody .k2ReadMore i {
  margin-right: 5px;
}
#k2Container.itemView div.itemLinks {
  margin: 0;
}
#k2Container.itemView .itemAuthorLatest {
  margin-bottom: 30px;
  margin-top: 0px;
}
#k2Container.itemView .itemAuthorLatest h3 {
  margin-bottom: 0;
}
#k2Container.itemView .itemAuthorLatest ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  background: #fff;
}
#k2Container.itemView .itemAuthorLatest ul li {
  padding: 0;
  border: none;
  background: none;
}
#k2Container.itemView .itemAuthorLatest ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #1f2228;
}
#k2Container.itemView .itemAuthorLatest ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 10px;
}
#k2Container.itemView .itemAuthorLatest ul li a:hover {
  color: #3498db;
}
#k2Container.itemView .itemAuthorLatest .itemNavigation {
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  background: #f7f7f7;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: none;
  margin-bottom: 30px;
}
#k2Container.itemView .itemVideoBlock .module-title {
  margin-bottom: 0;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  background: #fff;
  padding: 20px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded > iframe {
  width: 100% !important;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 30px;
}
#k2Container.itemView .itemComments .itemCommentsCounter {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsList {
  padding: 20px 20px 0 20px;
  background: #fff;
  margin-bottom: 0px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  border: none;
  background: none;
  padding: 0 0 20px 0;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  margin-bottom: 0;
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li .avater {
  margin-right: 20px;
  border: 1px solid #e6e6e6;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentAuthorName {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #252525;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentDate {
  border: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #7a8188;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentDate i {
  margin-right: 5px;
}
#k2Container.itemView .itemComments .itemCommentsForm h2 {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box {
  padding: 20px 0;
  background: #fff;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .group-row {
  margin: 0 -15px;
  overflow: hidden;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-1,
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-2 {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-1,
  #k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-2 {
    width: 100%;
  }
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-1 .inputbox,
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-2 .inputbox {
  width: 100%;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .col-3 .inputbox {
  width: 100%;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box .group label {
  font-weight: 300;
  color: #596067;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm .coments-box textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  color: #252525;
  font-size: 14px;
  height: 140px;
  line-height: 20px;
  padding: 9px 35px 9px 20px;
  margin-bottom: 20px;
  resize: none !important;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#k2Container.itemView .itemComments div.itemCommentsPagination {
  float: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  overflow: hidden;
  float: right;
  margin-bottom: 30px;
  margin-top: 30px;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 1px;
  text-align: center;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li a,
#k2Container.itemView .itemComments div.itemCommentsPagination ul li span {
  display: block;
  padding: 10px 10px;
  min-width: 40px;
  background: #f7f7f7;
  color: #1f2228;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li span {
  color: #676a6e;
}
#k2Container.itemView .itemComments div.itemCommentsPagination ul li a:hover {
  background: #dde3e6;
  color: #676a6e;
}

.module.maps .module-title {
  margin-bottom: 0;
}
.module.maps .module-ct {
  background: #fff;
  padding: 20px 0 0;
}
.module.maps .module-ct .responsive_map_description {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  padding-top: 30px;
}
.module.maps .module-ct .responsive_map_description .fa-map-marker {
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.maps .module-ct .responsive_map_description .fa-phone {
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.maps .module-ct .responsive_map_description .fa-envelope-o {
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module.maps .module-ct .responsive_map_description .fa-clock-o {
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.alert {
  border-radius: 0px;
}
.contactContact {
  margin-bottom: 30px;
}
.contactContact .width30 {
  display: none;
}
.contactContact .module-title {
  margin-bottom: 0;
}
.contactContact .contact-form {
  background: #fff;
  padding: 20px 0;
}
.contactContact .contact-form legend {
  border: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contactContact .contact-form .control-group {
    width: 100% !important;
  }
}
.contactContact .contact-form .control-label {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: auto;
}
.contactContact .contact-form .control-label label {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding-bottom: 10px;
}
.contactContact .contact-form .control-label label span {
  font-weight: 400;
  color: #e74c3c;
}
.contactContact .contact-form .controls {
  padding: 0;
  margin: 0;
}
.contactContact .contact-form .controls input {
  border-color: transparent;
  background: #f4f4f4;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contactContact .contact-form .controls input:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
.contactContact .contact-form .controls textarea {
  border-color: transparent;
  background: #f4f4f4;
  height: 140px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
  resize: none !important;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contactContact .contact-form .controls textarea:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
.contactContact .contact-form .form-actions {
  padding: 0;
  margin: -20px 0 0 0;
  background: none;
}

div.reset,
div.remind,
div.login-wrap,
div.logout {
  background: #fff;
}
div.reset #user-registration p,
div.remind #user-registration p,
div.login-wrap #user-registration p,
div.logout #user-registration p,
div.reset .form-login-username p,
div.remind .form-login-username p,
div.login-wrap .form-login-username p,
div.logout .form-login-username p {
  padding: 0;
  background: none;
  margin-bottom: 20px;
  border: none;
}
div.reset #user-registration label,
div.remind #user-registration label,
div.login-wrap #user-registration label,
div.logout #user-registration label,
div.reset .form-login-username label,
div.remind .form-login-username label,
div.login-wrap .form-login-username label,
div.logout .form-login-username label {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  padding-bottom: 10px;
}
div.reset #user-registration label span,
div.remind #user-registration label span,
div.login-wrap #user-registration label span,
div.logout #user-registration label span,
div.reset .form-login-username label span,
div.remind .form-login-username label span,
div.login-wrap .form-login-username label span,
div.logout .form-login-username label span {
  font-weight: 400;
  color: #e74c3c;
}
div.reset #user-registration input,
div.remind #user-registration input,
div.login-wrap #user-registration input,
div.logout #user-registration input,
div.reset .form-login-username input,
div.remind .form-login-username input,
div.login-wrap .form-login-username input,
div.logout .form-login-username input {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
}
div.reset #user-registration input:focus,
div.remind #user-registration input:focus,
div.login-wrap #user-registration input:focus,
div.logout #user-registration input:focus,
div.reset .form-login-username input:focus,
div.remind .form-login-username input:focus,
div.login-wrap .form-login-username input:focus,
div.logout .form-login-username input:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
div.reset #user-registration .form-actions,
div.remind #user-registration .form-actions,
div.login-wrap #user-registration .form-actions,
div.logout #user-registration .form-actions,
div.reset .form-login-username .form-actions,
div.remind .form-login-username .form-actions,
div.login-wrap .form-login-username .form-actions,
div.logout .form-login-username .form-actions {
  background: none;
  padding: 0;
  margin: 0;
}
div.reset .other-links,
div.remind .other-links,
div.login-wrap .other-links,
div.logout .other-links {
  padding-top: 10px;
}
div.reset .other-links ul,
div.remind .other-links ul,
div.login-wrap .other-links ul,
div.logout .other-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile {
  background: #fff;
  padding: 20px;
}
.profile legend {
  border: none;
}
#josForm > h3,
.form-validate > h3 {
  margin-bottom: 0;
}
#josForm #k2Container,
.form-validate #k2Container {
  padding: 20px;
  background: #fff;
}
#josForm #k2Container th,
.form-validate #k2Container th,
#josForm #k2Container td,
.form-validate #k2Container td {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
}
#josForm #k2Container th label,
.form-validate #k2Container th label,
#josForm #k2Container td label,
.form-validate #k2Container td label {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
  font-weight: 300;
  text-align: left;
}
#josForm #k2Container th,
.form-validate #k2Container th {
  padding: 20px 0;
}
#josForm #k2Container td,
.form-validate #k2Container td {
  padding: 10px 0;
}
#josForm #k2Container td.key,
.form-validate #k2Container td.key {
  padding-top: 20px;
}
#josForm #k2Container td input[type=text],
.form-validate #k2Container td input[type=text],
#josForm #k2Container td input[type=url],
.form-validate #k2Container td input[type=url],
#josForm #k2Container td input[type=tel],
.form-validate #k2Container td input[type=tel] {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
}
#josForm #k2Container td input[type=text]:focus,
.form-validate #k2Container td input[type=text]:focus,
#josForm #k2Container td input[type=url]:focus,
.form-validate #k2Container td input[type=url]:focus,
#josForm #k2Container td input[type=tel]:focus,
.form-validate #k2Container td input[type=tel]:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#josForm #k2Container td input[type=text]#image,
.form-validate #k2Container td input[type=text]#image,
#josForm #k2Container td input[type=url]#image,
.form-validate #k2Container td input[type=url]#image,
#josForm #k2Container td input[type=tel]#image,
.form-validate #k2Container td input[type=tel]#image {
  padding: 0px 35px 0px 0px;
}
#josForm #k2Container td textarea,
.form-validate #k2Container td textarea {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 100px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
}
#josForm #k2Container td textarea:focus,
.form-validate #k2Container td textarea:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#josForm #k2Container #helpsite-refresh,
.form-validate #k2Container #helpsite-refresh {
  margin-top: 10px;
}

.cart-view {
  margin-bottom: 30px;
}
.cart-view .module-title {
  position: relative;
}
.cart-view .module-title .back-to-category {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
}
.cart-view .module-title .back-to-category a.continue_link {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: #e4e4e4;
  display: block;
  text-transform: none;
  color: #252525;
  padding: 0 0;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.cart-view .module-title .back-to-category a.continue_link:before {
  content: "\f112";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 38px;
  margin-right: 0px;
}
.cart-view .module-title .back-to-category a.continue_link:hover {
  background: #bbbbbb;
  color: #fff;
}
.cart-view .billto-shipto .floatleft.width50 {
  float: left;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-view .billto-shipto .floatleft.width50 {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
.cart-view .billto-shipto .floatleft.width50 > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  color: #596067;
}
.cart-view .billto-shipto .floatleft.width50 a.details {
  font-size: 16px;
  line-height: 36px;
  background: #f7f7f7;
  padding: 0 20px;
  display: inline-block;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-view .billto-shipto .floatleft.width50 a.details {
    text-transform: none;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-view .billto-shipto .floatleft.width50 a.details {
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 2px;
  box-shadow: none;
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.checked span,
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 11px;
  background: url(../../../../images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.disabled span {
  display: none;
}
.cart-view .billto-shipto .output-shipto {
  padding-top: 15px;
}
.cart-view .billto-shipto .output-shipto .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  top: 5px;
}
.cart-view .billto-shipto .output-shipto .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #7a8188;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.cart-view .billto-shipto .output-shipto .jq-radio.checked:before,
.cart-view .billto-shipto .output-shipto .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.box-bg.basket {
  background: none;
}
.box-bg.basket .module-title {
  margin-bottom: 30px;
}
.box-bg.basket .box-bg-indent {
  padding: 0;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box-bg.basket .box-bg-indent .cart-summary .divice-name {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .box-bg.basket .box-bg-indent .cart-summary {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .box-bg.basket .box-bg-indent .cart-summary tbody {
    width: 100%;
    display: block;
  }
  .box-bg.basket .box-bg-indent .cart-summary .device {
    display: none;
  }
  .box-bg.basket .box-bg-indent .cart-summary .prod-row {
    width: 100%;
    display: block;
  }
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input {
    width: 60px;
  }
  .box-bg.basket .box-bg-indent .cart-summary .price-total,
  .box-bg.basket .box-bg-indent .cart-summary .shipment-price,
  .box-bg.basket .box-bg-indent .cart-summary .paument-price,
  .box-bg.basket .box-bg-indent .cart-summary .total {
    width: 100%;
    display: block;
  }
  .box-bg.basket .box-bg-indent .cart-summary .price-total td,
  .box-bg.basket .box-bg-indent .cart-summary .shipment-price td,
  .box-bg.basket .box-bg-indent .cart-summary .paument-price td,
  .box-bg.basket .box-bg-indent .cart-summary .total td {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .box-bg.basket .box-bg-indent .cart-summary .divice-name {
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.box-bg.basket .box-bg-indent .cart-summary th {
  background: #e4e4e4;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  color: #252525;
  font-weight: 400;
  padding: 10px 0 10px 20px;
  text-align: left;
  border-left: 1px solid #e4e4e4;
}
.box-bg.basket .box-bg-indent .cart-summary th.first {
  width: 270px;
  border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-bg.basket .box-bg-indent .cart-summary th.first {
    width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-bg.basket .box-bg-indent .cart-summary th {
    padding: 10px 0 10px 0px;
    text-align: center;
    font-size: 14px;
  }
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row,
.box-bg.basket .box-bg-indent .cart-summary tr {
  border: none;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td,
.box-bg.basket .box-bg-indent .cart-summary tr td {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background: #fff;
  padding: 10px 0 10px 20px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,
.box-bg.basket .box-bg-indent .cart-summary tr td.first {
  border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td,
  .box-bg.basket .box-bg-indent .cart-summary tr td {
    padding: 10px 0 10px 0px;
    text-align: center;
  }
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images,
.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images {
  width: 100px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images,
  .box-bg.basket .box-bg-indent .cart-summary tr td .cart-images {
    float: none;
    max-width: 100%;
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images img,
.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images img {
  width: 100%;
  height: auto;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td .line-through,
.box-bg.basket .box-bg-indent .cart-summary tr td .line-through {
  text-decoration: line-through;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,
.box-bg.basket .box-bg-indent .cart-summary tr td.first {
  padding-right: 20px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,
  .box-bg.basket .box-bg-indent .cart-summary tr td.first {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.ps,
.box-bg.basket .box-bg-indent .cart-summary tr td.ps,
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.tax,
.box-bg.basket .box-bg-indent .cart-summary tr td.tax,
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.disc,
.box-bg.basket .box-bg-indent .cart-summary tr td.disc {
  color: #596067;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.text-align-right,
.box-bg.basket .box-bg-indent .cart-summary tr td.text-align-right {
  text-align: right;
  padding-right: 20px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt {
  overflow: hidden;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt .quantity-input {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none !important;
  background: #fff;
  min-width: 68px;
  height: 38px;
  line-height: 38px;
  color: #7a8188;
  font-size: 14px;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input,
  .box-bg.basket .box-bg-indent .cart-summary tr td.qnt .quantity-input {
    display: block;
    width: 68px;
    margin: 0 auto;
    clear: right;
  }
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-top: 5px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button i,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button i {
  margin-right: 5px;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button:hover,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button:hover,
.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button:focus,
.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button:focus {
  color: #e3158d;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPrice,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPriceShipment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPricePayment,
.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPricePayment {
  font-weight: 400;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.total,
.box-bg.basket .box-bg-indent .cart-summary tr.total {
  font-weight: bold;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.total .color,
.box-bg.basket .box-bg-indent .cart-summary tr.total .color {
  color: #124ea1;
}
.cart-indent-row {
  padding: 0;
}
.cart-shipment td {
  border: none;
}
.cart-shipment .buttonBar-right {
  display: none;
}
.cart-shipment .vm-shipment-plugin-single {
  padding-top: 20px;
  clear: both;
  width: 100%;
}
.cart-shipment .vm-shipment-plugin-single:first-child {
  padding-top: 0;
}
.cart-shipment .vm-shipment-plugin-single .jq-radio {
  float: left;
  width: 18px;
  margin-right: 10px;
}
.cart-shipment .vm-shipment-plugin-single > label {
  float: left;
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-shipment .vm-shipment-plugin-single > label {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-shipment .vm-shipment-plugin-single > label {
    width: 90%;
  }
}
.cart-shipment .vmshipment_name {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-shipment .vmshipment_description {
  font-weight: 300;
}
.cart-shipment .vmshipment_cost {
  display: block;
}
.cart-shipment .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.cart-shipment .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #124ea1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.cart-shipment .jq-radio.checked:before,
.cart-shipment .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.cart-payment td {
  border: none;
}
.cart-payment .buttonBar-right {
  display: none;
}
.cart-payment .vm-payment-plugin-single {
  padding-top: 20px;
  clear: both;
  width: 100%;
}
.cart-payment .vm-payment-plugin-single:first-child {
  padding-top: 0;
}
.cart-payment .vm-payment-plugin-single .jq-radio {
  float: left;
  width: 18px;
  margin-right: 10px;
}
.cart-payment .vm-payment-plugin-single > label {
  float: left;
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-payment .vm-payment-plugin-single > label {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-payment .vm-payment-plugin-single > label {
    width: 90%;
  }
}
.cart-payment .vmpayment_name {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-payment .vmpayment_description {
  font-weight: 300;
}
.cart-payment .vmpayment_cost {
  display: block;
}
.cart-payment .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.cart-payment .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #124ea1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.cart-payment .jq-radio.checked:before,
.cart-payment .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
.cart-coupon td {
  border: none;
}
.cart-coupon td input.coupon {
  width: 40%;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cart-coupon td input.coupon {
    width: 80%;
  }
}
.checkout-form-box .jq-checkbox {
  border: 1px solid #e6e6e6;
  float: left;
  background: #f7f7f7;
  border-radius: 0px;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  top: 2px;
  box-shadow: none;
  margin-right: 5px;
}
.checkout-form-box .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.checkout-form-box .jq-checkbox.checked span,
.checkout-form-box .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../../../images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.checkout-form-box .jq-checkbox.disabled span {
  display: none;
}
.checkout-form-box span.customer-note {
  padding-bottom: 10px;
  display: none;
}
.checkout-form-box #customer_note_field {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  box-shadow: none;
  color: #7a8188;
  font-size: 14px;
  font-weight: 400;
  height: 140px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  margin-bottom: 20px;
  resize: none !important;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.checkout-form-box #customer_note_field:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
.checkout-form-box span.cart.tos {
  display: none;
}
.checkout-form-box .terms-of-service label {
  font-weight: 400;
}
.checkout-form-box .terms-of-service label a {
  color: #596067;
}
.checkout-form-box .terms-of-service label a:hover {
  color: #e3158d;
}
.checkout-form-box #checkoutFormSubmit {
  height: 50px;
  line-height: 48px;
  margin-top: 20px;
  border: none;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
}
.checkout-form-box #checkoutFormSubmit:hover,
.checkout-form-box #checkoutFormSubmit:focus {
  color: #fff;
  border: none;
}
.finish-cart .vmCartPaymentLogo {
  display: block;
  padding: 10px 0;
}
.finish-cart .vmpayment_name {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 400;
}
.finish-cart .vmpayment_description {
  margin-bottom: -20px;
}
.finish-cart .post_payment_order_total {
  padding-bottom: 20px;
}

#Customblock-brand {
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #Customblock-brand {
    padding: 0 10px;
  }
}
#Customblock-brand .t3-module.custom_bottom {
  margin-bottom: 15px;
}
#banners-top {
  background: #fff;
  padding-top: 0px;
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
  z-index: 9;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
}
#banners-top .bannet-top-fullwidth {
  overflow: hidden;
}
#banners-top .bannet-top-fullwidth .row {
  margin: 0;
  width: 101%;
}
#banners-top .bannet-top-fullwidth div.item {
  padding: 0;
  margin: 0 -1px 0 0;
}
#banners-top .bannet-top-fullwidth div.item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#banners-top .bannet-top-fullwidth div.item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#banners-top .bannet-top-fullwidth div.item a:hover .box-text-ind .button {
  background: #252525;
}
#banners-top .bannet-top-fullwidth div.item a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#banners-top .bannet-top-fullwidth div.item .box-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banners-top .bannet-top-fullwidth div.item .box-text:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#banners-top .bannet-top-fullwidth div.item .box-text-ind {
  display: inline-block;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
#banners-top .bannet-top-fullwidth div.item.item1 .box-text {
  left: auto;
  right: 0;
  width: 77%;
}
#banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind {
  text-align: right;
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
#banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text1 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  color: #252525;
  display: block;
}
#banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text2,
#banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text3 {
  display: block;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  color: #252525;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text2,
  #banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text3 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text2,
  #banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text3 {
    font-size: 26px;
    line-height: 28px;
  }
}
#banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text4 {
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text4 {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item1 .box-text-ind .text4 {
    margin-top: 10px;
  }
}
#banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind {
  text-align: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
#banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  display: block;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text1 {
    font-size: 30px;
    line-height: 32px;
  }
}
#banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text2 {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text2 {
    font-size: 20px;
    line-height: 22px;
    padding-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text2 {
    font-size: 20px;
    line-height: 22px;
    padding-top: 10px;
  }
}
#banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text4 {
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text4 {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item2 .box-text-ind .text4 {
    margin-top: 10px;
  }
}
#banners-top .bannet-top-fullwidth div.item.item3 .box-text {
  width: 77%;
}
#banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind {
  text-align: left;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
#banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text1 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  color: #252525;
  display: block;
}
#banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text2,
#banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text3 {
  display: block;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  color: #252525;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text2,
  #banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text3 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text2,
  #banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text3 {
    font-size: 26px;
    line-height: 28px;
  }
}
#banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text4 {
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text4 {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #banners-top .bannet-top-fullwidth div.item.item3 .box-text-ind .text4 {
    margin-top: 10px;
  }
}
.top-breadcrumbs {
  background: #f5f5f5;
}
.home .breadcrumbs-custom {
  display: none;
}
.breadcrumbs-custom {
  margin: 0 -15px;
  padding: 0px 0 0;
}
.breadcrumbs-custom .breadcrumbs {
  padding: 10px 10px;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .jq-radio,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .jq-radio {
  float: left;
  margin-right: 20px;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single label,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single label {
  font-weight: normal;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_name,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_name,
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_name,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_name {
  font-weight: 400;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_description,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_description,
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_description,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_description {
  padding-bottom: 10px;
  display: block;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_description p,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_description p,
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_description p,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_description p {
  margin: 0;
}
.step-payment-shipment .box-bg-indent .vm-payment-plugin-single:first-child,
.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single:first-child {
  padding-top: 0;
}
.step-payment-shipment .box-bg-indent .buttonBar-right .button {
  float: left;
  margin-right: 3px;
}
.step-payment-shipment .box-bg-indent .jq-radio {
  border: 1px solid #e7e7e7;
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.step-payment-shipment .box-bg-indent .jq-radio:before {
  content: " ";
  text-align: center;
  width: 8px;
  height: 8px;
  background: #124ea1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 9px;
  opacity: 0;
  visibility: hidden;
}
.step-payment-shipment .box-bg-indent .jq-radio.checked:before,
.step-payment-shipment .box-bg-indent .jq-radio:hover:before {
  opacity: 1;
  visibility: visible;
}
#Customblock-bannersrow {
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  position: relative;
  z-index: 5;
}
#Customblock-bannersrow .container {
  width: 100%;
  padding: 0;
}
#Customblock-bannersrow .container .row {
  margin: 0;
}
#Customblock-bannersrow .container .row > div {
  padding: 0;
}
#Customblock-bannersrow .module {
  margin-bottom: 0;
}
#Customblock-bannersrow .list-banners {
  overflow: hidden;
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
#Customblock-bannersrow .list-banners li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 320px) and (max-width: 1199px) {
  #Customblock-bannersrow .list-banners li {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
#Customblock-bannersrow .list-banners li.item1 {
  background: #124ea1;
}
#Customblock-bannersrow .list-banners li.item2 {
  background: #000000;
}
#Customblock-bannersrow .list-banners li.item3 {
  background: #f0a000;
}
#Customblock-bannersrow .list-banners li .title {
  font-size: 23px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #Customblock-bannersrow .list-banners li .title {
    font-size: 20px;
    line-height: 26px;
  }
}
#Customblock-bannersrow .list-banners li .desc {
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  display: block;
  margin-top: 0px;
  text-align: center;
}
#Customblock-bannersrow .list-banners li .desc a {
  font-weight: bold;
  padding-left: 4px;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #Customblock-bannersrow .list-banners li .desc a:before {
    content: " ";
    width: 100%;
    height: 1px;
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #Customblock-bannersrow .list-banners li .desc a:before {
    content: " ";
    width: 100%;
    height: 1px;
    display: block;
  }
}
#Customblock-bannersrow .list-banners li .desc a i {
  padding-left: 4px;
}
#Customblock-bannersrow .list-banners li .desc a:hover {
  text-decoration: underline;
}
#Customblock-bannersrow .list-banners li:hover {
  background: #252525;
}
.bottom-block #t3footnav-top {
  background: #124ea1;
  margin-bottom: 0px;
  padding: 20px 0 20px;
}
.bottom-block #t3footnav-top .t3-module {
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .module._newsletter {
  padding-top: 0px;
}
.bottom-block #t3footnav-top .module-title {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  background: none;
  padding: 0px 0 0;
  float: left;
  margin-right: 20px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-block #t3footnav-top .module-title {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bottom-block #t3footnav-top .module-title {
    float: none;
  }
}
.bottom-block #t3footnav-top .acymailing_module_newsletter {
  overflow: hidden;
  width: auto;
  padding-top: 0px;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row {
  margin: 0;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row > p {
  padding: 0;
  width: auto;
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row > p.fieldacyemail {
  margin-right: 5px;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form .row > p input {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bottom-block #t3footnav-top .acymailing_module_newsletter .acymailing_form p.acysubbuttons {
    text-align: left;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.bottom-block #t3footnav-top .social {
  overflow: hidden;
  margin: 0px -3px 0;
  float: right;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .bottom-block #t3footnav-top .social {
    float: none;
  }
}
.bottom-block #t3footnav-top .social a {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.bottom-block #t3footnav-top .social a em {
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.bottom-block #t3footnav-top .social a em:before {
  font-size: 19px;
}
.bottom-block #t3footnav-top .social a.google {
  background: #d74937;
}
.bottom-block #t3footnav-top .social a.google em {
  margin-left: 10px;
}
.bottom-block #t3footnav-top .social a.facebook {
  background: #39599f;
}
.bottom-block #t3footnav-top .social a.facebook em {
  margin-left: 2px;
}
.bottom-block #t3footnav-top .social a.pinterest {
  background: #b8242a;
}
.bottom-block #t3footnav-top .social a.pinterest em {
  margin-left: 10px;
}
.bottom-block #t3footnav-top .social a.twitter {
  background: #45b0e3;
}
.bottom-block #t3footnav-top .social a.twitter em {
  margin-left: 8px;
}
.bottom-block #t3footnav-top .social a.youtube {
  background: #e70031;
}
.bottom-block #t3footnav-top .social a.youtube em {
  margin-left: 8px;
}
.bottom-block #t3footnav-top .social a:hover {
  background: #bbbbbb;
  color: #fff;
}
.bottom-block #t3footnav {
  background: #f5f5f5;
  margin-bottom: 0px;
}

#t3footnav {
  overflow: hidden;
}
#t3footnav .module-title {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  background: none;
  padding: 25px 0 0;
}
#t3footnav #jmod .jmod-tweet-container {
  margin-bottom: 10px;
}
#t3footnav #jmod .fleft {
  float: left;
  margin-right: 10px;
}
#t3footnav #jmod .jmod-tweet {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  float: left;
  width: 80%;
}
#t3footnav #jmod .jmod-tweet a {
  color: #404040;
  text-decoration: underline;
  margin-right: 5px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3footnav #jmod .jmod-tweet a:hover {
  text-decoration: none;
}
#t3footnav #jmod .jmod-tweet a.url {
  text-decoration: none;
  color: #404040;
  margin-right: 0px;
}
#t3footnav #jmod .jmod-tweet a.url:hover {
  text-decoration: none;
  color: #e3158d;
}
#t3footnav #jmod .jmod-tweet-data {
  font-size: 13px;
  line-height: 22px;
  padding-top: 5px;
}
#t3footnav #jmod .jmod-tweet-data a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3footnav #jmod .jmod-tweet-data a:hover {
  color: #e3158d;
}
#t3footnav .nav.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#t3footnav .nav.menu li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
}
#t3footnav .nav.menu li a {
  color: #404040;
  padding: 0;
  background: none;
  display: inline-block;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3footnav .nav.menu li a:hover {
  color: #e3158d;
  background: none;
  margin-left: 5px;
}
#t3footnav .nav.menu li a:before {
  font-size: 12px;
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 12px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3footnav .nav.menu li.active a {
  color: #e3158d;
  background: none;
}
#t3footnav .customfoot1 {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}
#t3footnav .customfoot1 > div {
  padding-bottom: 20px;
}
#t3footnav .customfoot1 i {
  font-size: 0;
  color: #ffffff;
  margin-right: 20px;
  float: left;
  position: relative;
  top: 3px;
}
#t3footnav .customfoot1 i:before {
  font-size: 18px;
}
#t3footnav .customfoot1 span {
  overflow: hidden;
  float: left;
  width: 80%;
}
#t3footnav .customfoot1 a {
  color: #404040;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3footnav .customfoot1 a:hover {
  color: #e3158d;
}
.t3-copyright {
  background: #ffffff;
  padding: 20px 0;
  color: #404040;
}
.t3-copyright a {
  color: #e3158d;
}
.t3-copyright a:hover {
  color: #e3158d;
}
@media (min-width: 320px) and (max-width: 767px) {
  .t3-copyright {
    background-image: none;
  }
  .t3-copyright small {
    width: 100%;
    display: block;
  }
}
#back-top {
  margin: 0;
}
#back-top a {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  right: 2%;
  bottom: 10%;
  background: #f7f7f7;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  z-index: 11;
  color: #252525;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#back-top a:hover {
  background: rgba(18, 78, 161, 0.9);
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #back-top a {
    display: none;
  }
}

.module.param .module-title {
  margin-bottom: 0;
}
.module.param .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0b0";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.paramfilter .mcf_form > div {
  margin-bottom: 20px;
}
.paramfilter div.heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.paramfilter .jq-checkbox {
  border: 1px solid #e2e6e7;
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.paramfilter .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.paramfilter .jq-checkbox.checked span,
.paramfilter .jq-checkbox:hover span {
  position: relative;
}
.paramfilter .jq-checkbox.checked span:before,
.paramfilter .jq-checkbox:hover span:before {
  color: #e3158d;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: 2px;
  position: absolute;
  right: 0;
  top: 50%;
}
.paramfilter .jq-checkbox.disabled span {
  display: none;
}
.paramfilter .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.paramfilter .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.paramfilter .jq-radio.checked span,
.paramfilter .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}
.paramfilter .jq-radio.disabled span {
  display: none;
}
.t3-sidebar .paramfilter .values li {
  border: none;
  padding: 4px 0;
}
.t3-sidebar .paramfilter .values li label {
  font-size: 14px;
  font-weight: 300;
}
.paramfilter a.reset {
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
}
.paramfilter .ui-slider-horizontal {
  height: 12px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paramfilter .ui-slider-horizontal {
  border: 1px solid #e6e6e6;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}
.paramfilter .ui-slider .ui-slider-range {
  background: #124ea1;
  margin-left: 0px;
  top: -1px;
  height: 12px;
}
.paramfilter .ui-slider-horizontal .ui-slider-handle {
  background: #a1aaaf;
  width: 12px;
  height: 22px;
  box-shadow: none;
  border: none;
  top: -7px;
  margin-left: -6px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paramfilter .slider_active {
  border-radius: 0px;
  background: #f7f7f7;
  top: -1px;
  height: 12px;
}
.paramfilter .price .slider-range-gt,
.paramfilter .price .slider-range-lt {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border: none;
  background: none;
}
.paramfilter .price .slider-range-lt {
  text-align: right;
}
.paramfilter div.values input {
  border: 1px solid #e4e4e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
  margin: 0 4px 10px 0;
  box-shadow: none !important;
  width: 45%;
}
.paramfilter .values-named li label,
.paramfilter .values-named li label.checked {
  border: none;
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}
.paramfilter .values-named li label .jq-checkbox {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: #fff;
}
.paramfilter .values-named li label span.jq-checkbox {
  display: none;
}
.paramfilter .values-named li label .color {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 22px;
  height: 22px;
  z-index: 1;
}
.paramfilter .values-named li label:hover .color,
.paramfilter .values-named li label.checked .color {
  background-image: url(../../../../images/check_box.png);
  background-position: 3px 6px;
  background-repeat: no-repeat;
}
.paramfilter .values-named li.hover label span.f-title {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: auto;
  margin: 0;
  z-index: 3;
  text-align: center;
}
.paramfilter .values-named li.hover label span.f-title b {
  display: block;
  padding: 0 2px;
  margin-left: 0;
  margin-top: -10px;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
}
.fullreset {
  font-weight: 300;
  font-size: 14px;
  outline: none;
  outline: none !important;
  text-decoration: none;
}
.fullreset i {
  margin-right: 6px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.fullreset.resetimg {
  background: url(../../../../images/aload-black_on_white.gif) left center no-repeat;
  padding-left: 20px;
}
.fullreset.resetimg i {
  display: none;
}
.fullreset:hover,
.fullreset:focus {
  text-decoration: none;
}

.mod_vm2products {
  padding-bottom: 0px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_vm2products #vm2product li {
    width: 100%;
    float: none;
  }
  .mod_vm2products #vm2product li .prod-row {
    width: 50%;
    float: left;
  }
}
.mod_vm2products .responsive-tabs__heading {
  display: none;
}
.mod_vm2products .module-title.no-products {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_vm2products .vmproduct_tabs {
    padding-bottom: 30px;
  }
  .mod_vm2products .responsive-tabs__list {
    display: none;
  }
  .mod_vm2products h2.responsive-tabs__heading {
    display: block;
    position: relative;
  }
  .mod_vm2products h2.responsive-tabs__heading:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 16px;
    right: 0;
    margin-top: -10px;
    top: 50%;
    width: auto;
    height: auto;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
  }
  .mod_vm2products h2.responsive-tabs__heading.responsive-tabs__heading--active {
    color: #124ea1;
  }
  .mod_vm2products h2.responsive-tabs__heading.responsive-tabs__heading--active:after {
    content: "\f0d8";
  }
}
.mod_vm2products .responsive-tabs__list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 34px;
}
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item {
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 20px;
  background: #e4e4e4;
  border-radius: 0px;
  margin-right: 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item:hover,
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover {
  background: #124ea1;
  color: #fff;
  font-weight: 300;
}
.mod_vm2products .responsive-tabs__panel .desc p {
  margin-bottom: 10px;
}
.mod_vm2products .responsive-tabs__panel .tags {
  font-size: 14px;
  line-height: 30px;
}
.mod_vm2products .responsive-tabs__panel .tags .product-fields-title {
  color: #7a8188;
  display: inline-block;
  margin-right: 5px;
}
.mod_vm2products .responsive-tabs__panel .tags .product-field-display {
  display: inline-block;
}
.mod_vm2products .responsive-tabs__panel .tags .product-field-display .btx {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  background: #f7f7f7;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.mod_vm2products .responsive-tabs__panel .tags .product-field-display .btx:hover {
  background: #1abc9c;
  color: #fff;
}

div#slideShow {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  border: 4px solid #124ea1;
  padding: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div#slideShow {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow {
    padding: 10px;
  }
}
div#slideShow .browseImage {
  position: relative;
  width: 100%;
}
div#slideShow .browseImage .lbl-box {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
div#slideShow .browseImage .lbl-box div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0px;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#slideShow .browseImage .lbl-box div.limited {
  background: #9a39a9;
}
div#slideShow .browseImage .lbl-box div.discount {
  background: #ec7163;
}
div#slideShow .browseImage .lbl-box div.hit {
  background: #e74d3c;
}
div#slideShow .browseImage .lbl-box2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
}
div#slideShow .browseImage .lbl-box2 div {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px 0px;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#slideShow .browseImage .lbl-box2 div.sold {
  background: #777777;
}
div#slideShow .browseImage .lbl-box2 div.new {
  background: #27ae5f;
}
div#slideShow .browseImage .img-wrapper {
  background: #fff;
  padding: 0px;
  overflow: hidden;
}
div#slideShow .browseImage .img-wrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div#slideShow .time-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
div#slideShow .time-box .price {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
div#slideShow .time-box .price .text {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
div#slideShow .time-box .price .price-sale {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 34%;
  color: #124ea1;
  padding: 10px 0 20px;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price-sale {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
div#slideShow .time-box .price .price-sale .PricesalesPrice {
  float: none;
}
div#slideShow .time-box .price .price-old {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #596067;
  padding: 10px 0 20px;
  position: relative;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price-old {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
div#slideShow .time-box .price .price-old:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
div#slideShow .time-box .price .price-old .PricebasePriceWithTax {
  float: none;
}
div#slideShow .time-box .price .price_save {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #9a39a9;
  padding: 10px 0 20px;
  position: relative;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price_save {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
div#slideShow .time-box .price .price_save:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f7f7f7;
}
div#slideShow .time-box .price .price_save .PricediscountAmount {
  float: none;
}
div#slideShow .time-box .bzSaleTimer {
  background: #fff;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 100%;
  color: #9b59b6;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
div#slideShow .time-box .bzSaleTimer .countdown_section {
  color: #596067;
}
div#slideShow .time-box .bzSaleTimer .countdown_amount {
  color: #596067;
}
div#slideShow .time-box .bzSaleTimerDesc {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
}
div#slideShow .time-box .bzSaleTimerDesc div {
  font-weight: 400;
  color: #124ea1;
}
div#slideShow .time-box .bzSaleTimerDesc2 {
  float: left;
  width: 50%;
  display: block;
  color: #252525;
  text-align: right;
}
div#slideShow .time-box .bzSaleTimerDesc2 div {
  display: inline-block;
}
div#slideShow .vote {
  display: inline-block;
  float: left;
  margin: 10px 20px 10px 0;
  padding: ;
  text-align: left;
  position: relative;
}
div#slideShow .vote .ratingbox {
  background: none;
  width: 75px;
  height: 14px;
  position: relative;
}
div#slideShow .vote .ratingbox:before {
  color: #dbdbdb;
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
div#slideShow .vote .stars-orange {
  background: none;
  overflow: hidden;
  height: 14px;
  left: 0;
  top: 0;
  position: absolute;
}
div#slideShow .vote .stars-orange:before {
  color: #f1c40f;
  content: "\f005\ \f005\ \f005\ \f005\ \f005";
  font-family: FontAwesome;
  font-size: 13px;
  position: relative;
  top: -2px;
}
div#slideShow .product-actions {
  padding-top: 10px;
  overflow: hidden;
}
div#slideShow .product-actions .addtocart-button {
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 6px;
  float: left;
}
div#slideShow .product-actions .addtocart-button > i {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 0px;
  margin-right: 5px;
}
div#slideShow .product-actions > div {
  position: relative;
}
div#slideShow .product-actions > div .add_compare {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: right;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#slideShow .product-actions > div .add_compare.active,
div#slideShow .product-actions > div .add_compare:hover {
  background: #bbbbbb;
  color: #fff;
}
div#slideShow .product-actions > div .add_compare span.action-name {
  display: none;
}
div#slideShow .product-actions > div .add_wishlist {
  background: #e4e4e4;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  width: 40px;
  position: relative;
  height: 40px;
  text-align: center;
  float: right;
  margin-left: 4px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#slideShow .product-actions > div .add_wishlist i {
  line-height: 20px;
  position: relative;
}
div#slideShow .product-actions > div .add_wishlist.active,
div#slideShow .product-actions > div .add_wishlist:hover {
  background: #bbbbbb;
  color: #fff;
}
div#slideShow .product-actions > div .add_wishlist span.action-name {
  display: none;
}
#slideShow {
  margin-bottom: 20px;
  width: 100%;
}
#slideShow .list_products {
  display: block;
  width: 100%;
}
#slideShow {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#slideShow.list ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: block;
}
#slideShow.list li {
  text-align: left;
  padding: 0px;
  margin: 0 0 0 0;
  display: block;
  float: none;
  position: relative;
  z-index: 100;
  width: 100%;
  z-index: 1;
}
#slideShow.list .img-wrapper {
  overflow: hidden;
}
#slideShow .Title a {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 300;
}
#slideShow .vote {
  padding-bottom: 10px;
  display: inline-block;
}
#slideShow .rating-title {
  display: inline-block;
  position: relative;
  top: -3px;
}
#slideShow.list .left-img {
  float: left;
  margin-right: 20px;
  padding: 0;
  width: 285px;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slideShow.list .left-img {
    width: 226px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slideShow.list .left-img {
    width: 430px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
  #slideShow.list .left-img {
    width: 35%;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  #slideShow.list .left-img {
    width: 100%;
  }
}
#slideShow.list li .product-box.hover .browseImage {
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin-bottom: -5px;
}
#slideShow.list li .product-box.hover .browseImage a {
  display: inline-block;
  text-align: center;
}
#slideShow.list li .product-box.hover .browseImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
#slideShow.list li .product-box.hover .slide-hover {
  float: left;
  width: 62%;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 100%;
    padding: 20px 0px 50px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 60%;
    padding: 20px 10px 50px;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 100%;
    padding: 20px 10px 50px;
  }
}
#slideShow.list li .product-box.hover .vm-img-desc,
#slideShow .quantity-box,
#slideShow .quantity-controls,
#slideShow .attributes {
  display: none;
}
#slideShow .desc1 {
  display: block;
  border-top: 1px solid #e2e6e7;
  border-bottom: 1px solid #e2e6e7;
  padding-top: 10px;
  font-size: 14px;
  margin-right: 5px;
}
#slideShow.loader {
  background: url(../../../../images/ajax-loader.gif) center center no-repeat;
  position: relative;
  z-index: 99;
  min-height: 90px;
  display: block;
  box-shadow: none;
  border: none;
}
div#slideShow .space_tabs li a {
  background: #e4e4e4;
}
div#slideShow .space_tabs li.space_here a,
div#slideShow .space_tabs li:hover a {
  background: #e3158d;
}
#quick_view_popup {
  z-index: 65554;
  position: relative;
}
div#sbox-window {
  padding: 20px;
  z-index: 65557;
}
div#sbox-window #sbox-btn-close {
  background: none;
  right: -5px;
  top: -5px;
  text-align: center;
  line-height: 30px;
}
div#sbox-window #sbox-btn-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: 0px;
}
div#sbox-window #sbox-btn-close:hover {
  color: #124ea1;
}
#newsletter-popup .close {
  display: none;
}
#newsletter-popup div.wrap-border {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#newsletter-popup div.wrap-border img {
  position: relative;
  top: 0;
  margin: 0 30px 0 0;
  left: 0;
  padding: 0;
  width: 40%;
  height: auto;
}
#newsletter-popup div.wrap-border .fleft {
  width: 50%;
}
#newsletter-popup div.wrap-border .fleft p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #newsletter-popup .acymailing_form .fieldacyemail {
    float: left;
    width: 360px !important;
  }
}
#newsletter-popup .acymailing_form .acysubbuttons {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  #newsletter-popup .acymailing_form .acysubbuttons {
    float: left;
    width: 170px !important;
  }
}
#newsletter-popup .acymailing_form .acysubbuttons .button {
  display: block;
  margin-top: 0;
  width: 170px;
}
div.fancybox-overlay {
  z-index: 66665;
}
div.fancybox-wrap {
  z-index: 66666 !important;
}
div.fancybox-wrap #fancybox-bg-n,
div.fancybox-wrap #fancybox-bg-ne,
div.fancybox-wrap #fancybox-bg-e,
div.fancybox-wrap #fancybox-bg-se,
div.fancybox-wrap #fancybox-bg-s,
div.fancybox-wrap #fancybox-bg-sw,
div.fancybox-wrap #fancybox-bg-w,
div.fancybox-wrap #fancybox-bg-nw {
  display: none;
}
div.fancybox-wrap #fancybox-content {
  width: 100% !important;
}
div.fancybox-wrap a.fancybox-close {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  cursor: pointer;
  background: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
div.fancybox-wrap a.fancybox-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: 0px;
}
div.fancybox-wrap a.fancybox-close:hover {
  color: #124ea1;
}
body.component {
  background: #fff;
}
body.component .module-title {
  font-size: 14px;
  margin-bottom: 10px;
}
body.component .asc-img {
  display: none;
}
body.component #Comment {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 140px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  resize: none !important;
  margin-bottom: 10px;
}
body.component #Comment:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
.order-box .vmshipment_description,
.order-box .vmpayment_description {
  padding-top: 15px;
  display: block;
}
.searchsearchblog label {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.shop-accordion .su-spoiler-title {
  background: #bbbbbb;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 1px;
  padding: 15px 30px;
  position: relative;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.shop-accordion .su-spoiler-title .su-spoiler-icon {
  left: 10px;
}
.shop-accordion .su-spoiler-content {
  background: #fff;
  padding: 20px;
}
.shop-accordion .su-spoiler-closed .su-spoiler-title {
  background: #f7f7f7;
  color: #252525;
}
.shop-tabs-horizontal {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
}
.shop-tabs-horizontal .su-tabs-nav {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-tabs-horizontal .su-tabs-pane,
.shop-tabs-horizontal .su-tabs-nav span {
  border-radius: 0;
}
.shop-tabs-vertical {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
}
.shop-tabs-vertical .su-tabs-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-tabs-vertical .su-tabs-pane,
.shop-tabs-vertical .su-tabs-nav span {
  border-radius: 0;
}
.user-details label {
  text-align: left;
}

.order-items-box tr td .priceColor2 {
  color: #252525;
}

#sbox-window {
  overflow: hidden;
}
#sbox-window iframe {
  max-height: 100%;
}
body.component.view-manufacturer #t3-mainbody {
  height: 240px;
}

.jcarousel li {
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-prev {
  position: absolute;
  right: 48px;
  top: -63px;
}
.owl-theme .owl-controls .owl-next {
  position: absolute;
  right: 14px;
  top: -63px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #252525;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  background: #e4e4e4;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  background: #252525;
  color: #fff;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../../../../less/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

div#basket_container .black-basket h3 {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 40px;
}
div#basket_container .black-basket .right-link {
  top: 0;
  right: 0;
}
div#basket_container .black-basket .right-link a {
  color: #252525;
}
div#basket_container .black-basket .right-link a:hover {
  color: #e3158d;
}
div#checkoutForm {
  margin-top: 0;
  margin-bottom: -30px;
}
#onepage_info_above_button {
  margin-bottom: 0px;
}
#onepage_info_above_button #onepage_total_inc_sh #totalam {
  padding-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="checkbox"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
span.checkbox {
  margin: 0;
  background: #f4f4f4;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
span.checkbox input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
span.checkbox label.checkbox_inner::before {
  color: #e3158d;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner::before {
  content: "\f078";
}
#checkout-advertise-box {
  padding: 0px;
  background: #fff;
}
#checkout-advertise-box label {
  font-weight: 300;
}
#checkout-advertise-box .inline {
  margin-bottom: -20px;
}
#checkout-advertise-box .inline table {
  width: 100%;
}
#checkout-advertise-box .inline table td:first-child input[type="text"] {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#checkout-advertise-box .inline table td:first-child input[type="text"]:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#checkout-advertise-box .inline table td:first-child .button {
  margin-left: 0 !important;
  margin-top: 10px;
}
#checkout-advertise-box .inline table #userIDcart {
  display: block !important;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  width: 100% !important;
  box-sizing: border-box;
  max-width: inherit !important;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  border-radius: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#checkout-advertise-box .inline table #userIDcart:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#checkout-advertise-box .inline table #userIDcart_chzn {
  display: none;
}
#checkout-advertise-box .click_new_shopper {
  margin-bottom: 20px;
  display: none;
}
#onepage_main_div.cart-view {
  margin-top: 30px;
}
#onepage_main_div.cart-view input.inputbox,
#onepage_main_div.cart-view #registertab input,
#onepage_main_div.cart-view .output-billto input,
#onepage_main_div.cart-view .output-shipto input {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#onepage_main_div.cart-view input.inputbox:focus,
#onepage_main_div.cart-view #registertab input:focus,
#onepage_main_div.cart-view .output-billto input:focus,
#onepage_main_div.cart-view .output-shipto input:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#onepage_main_div.cart-view #registertab {
  padding: 30px 0;
}
#onepage_main_div.cart-view #registertab input {
  width: 50%;
}
#onepage_main_div.cart-view #logintab {
  padding: 30px 0;
}
#onepage_main_div.cart-view #logintab .remembers {
  padding-bottom: 20px;
  padding-top: 10px;
}
#onepage_main_div.cart-view #tab_selector li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #252525;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 300;
  background: #e4e4e4;
  margin-right: 4px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  cursor: pointer;
}
#onepage_main_div.cart-view #tab_selector li.active {
  cursor: default;
}
#onepage_main_div.cart-view #tab_selector li:hover {
  background: #bbbbbb;
  color: #fff;
}
#onepage_main_div.cart-view #tab_selector li.active,
#onepage_main_div.cart-view #tab_selector li.active:hover {
  background: #bbbbbb;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #agreed_div a {
    display: none;
  }
}
#remember_login-styler {
  display: none !important;
}
div#basket_container.cart-view {
  padding-bottom: 0;
}
div#basket_container.cart-view .custom_chec.bg-marg {
  background: #fff;
  padding-top: 10px;
  border: none;
}
div#basket_container.cart-view .custom_chec.bg-marg .op_basket_row.custom_chec.none {
  display: block;
  height: 20px;
  padding: 8px 12px;
}
div#basket_container.cart-view .black-basket .col-module_content {
  border-radius: 0px;
  box-sizing: border-box;
  background: #fdfcfc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row {
  padding: 0;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.section2 {
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header {
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header > div {
  color: #252525;
  font-weight: 400;
  font-size: 16px;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a,
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .vm-customfield-cart {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #252525;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a:hover {
  color: #e3158d;
}
div#basket_container.cart-view .black-basket .col-module_content #tt_total_basket {
  color: #e3158d;
}
div#basket_container.cart-view .black-basket .col-module_content .cart_form {
  float: none;
  text-align: center;
}
div#basket_container.cart-view .black-basket .col-module_content .update_form_wrap {
  text-align: center;
}
div#basket_container.cart-view .black-basket .col-module_content .vm2-add_quantity_cart {
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  margin-right: 5px;
}
div#basket_container.cart-view .black-basket .col-module_content .vm2-add_quantity_cart:hover {
  color: #e3158d;
}
div#basket_container.cart-view .black-basket .col-module_content input.inputbox_update {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  margin-bottom: 5px;
  float: none;
}
#couponcode_field {
  padding: 0 0px 0;
  background: #fff;
  margin-bottom: 30px;
}
#couponcode_field h3 {
  margin-right: 0px;
  margin-left: 0px;
}
#couponcode_field .coupon_input.input-large {
  width: 175px;
  margin-right: 5px;
  box-sizing: border-box;
  height: 41px;
}
#onepage_main_div .shipping_method_section {
  float: left;
  width: 50%;
  margin-right: 0px;
  box-sizing: border-box;
  padding-top: 30px !important;
}
#onepage_main_div #payment_top_wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-top: 30px !important;
}
#onepage_main_div .cart-view {
  background: #fff;
  padding: 0 0;
}
#onepage_main_div .cart-view .module-title {
  margin-left: 0px;
  margin-right: 0px;
}
#onepage_main_div .cart-view .output-billto,
#onepage_main_div .cart-view .output-shipto {
  margin-bottom: -30px;
}
#onepage_main_div .cart-view .output-billto select,
#onepage_main_div .cart-view .output-shipto select {
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  width: 50% !important;
  box-sizing: border-box;
  max-width: inherit !important;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  border-radius: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #onepage_main_div .cart-view .output-billto select,
  #onepage_main_div .cart-view .output-shipto select {
    width: 100% !important;
  }
}
#onepage_main_div .cart-view .output-billto select:focus,
#onepage_main_div .cart-view .output-shipto select:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#onepage_main_div input[type="radio"] {
  border: none;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: 0;
}
#onepage_main_div div.opc_ship_wrap,
#onepage_main_div .payment_inner_html > div {
  position: relative;
}
#onepage_main_div div.opc_ship_wrap::before,
#onepage_main_div .payment_inner_html > div::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  min-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  content: "";
}
#onepage_main_div input[type="radio"] {
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}
#onepage_main_div > label {
  bottom: 0;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  white-space: nowrap;
}
#onepage_main_div input[type="radio"]:checked + label::before {
  background: #e3158d;
  border-radius: 50%;
  content: " ";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}
#onepage_main_div .vmCartShipmentLogo,
#onepage_main_div .vmCartPaymentLogo {
  margin-left: 10px;
}
#onepage_main_div .vmshipment_description,
#onepage_main_div .vmpayment_description {
  font-weight: 300;
}
#onepage_main_div textarea.customer-comment {
  box-sizing: border-box;
}
#onepage_main_div #totalam {
  box-sizing: border-box;
}
#onepage_main_div #totalam #tt_total_div #tt_total {
  color: #124ea1;
}
.category_description {
  margin-bottom: 0;
}
.prod_desc {
  margin-bottom: 30px;
}
.Front_VM2 .category-view {
  margin-bottom: 0;
}
.Front_VM2 .box-style {
  padding: 20px 20px 10px 20px;
}
.Front_VM2 .box-style .prod_desc {
  padding: 0;
}
div#facebox .close img {
  display: none;
}
div#facebox div.content.my-groovy-style {
  width: 480px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#facebox div.content.my-groovy-style {
    width: 300px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #onepage_main_div .cart-view.shipping_method_section,
  #onepage_main_div #payment_top_wrapper {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .op_inside.loginsection.login-box input {
    width: 100% !important;
  }
}

.boxed-version {
  overflow: hidden;
}
.boxed-version .boxed.layout-boxed {
  overflow: visible;
}
div.tooltip {
  min-width: 70px;
}
div.jmoddiv.jmodinside {
  position: static;
}
.module.homeblog {
  padding-top: 30px;
}
input[type="radio"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
label.radio {
  margin-bottom: 16px;
}
span.radio {
  margin: 0;
  background: #f4f4f4;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
span.radio input[type="radio"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
span.radio label {
  font-weight: 400;
}
span.radio label.radio_inner::before {
  color: #e3158d;
  content: " ";
  font-family: "FontAwesome";
  font-size: 12px;
  width: 8px;
  height: 8px;
  left: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 7px;
  background: #f4f4f4;
}
span.radio input[type="radio"]:checked + label.radio_inner::before {
  background: #e3158d;
}
nav#t3-mainnav .navbar-nav > .dropdown > a .caret,
nav#t3-mainnav .navbar-nav > li > span .caret {
  pointer-events: none;
}
.category_description {
  padding-bottom: 30px;
}
.browse-view .virtuemart_search {
  padding-top: 10px;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden !important;
}
.com_virtuemart.fancybox-margin {
  margin-right: 0 !important;
}
.box-bg.login-box2.cart-view > h3 {
  display: none;
}
div#facebox .popup .content .left h4,
.fancybox-wrap div.fancybox-inner .left h4 {
  padding-top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .mod-right #vmCartModule #cart_list {
    right: auto;
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Results #bottom-pagination-top {
    margin-bottom: 20px;
  }
}

.layout li .prod-row .product-box.style_1 .Price {
  display: inline-block;
}
.layout li .prod-row .product-box.style_1 .Title {
  padding-top: 20px;
}
.layout li .prod-row .product-box.style_1 .product-actions div.tooltip {
  display: none !important;
}
.layout li .prod-row .product-box.style_1 .product-actions .add_compare,
.layout li .prod-row .product-box.style_1 .product-actions .wishlist {
  float: right;
}
.layout li .prod-row .product-box.style_1:hover .img-wrapper.big .back img {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout li .prod-row .product-box.style_1:hover .img-wrapper.big.first .front {
  margin-top: 0;
}
.layout li .prod-row .product-box.style_1:hover .img-wrapper.big.first .back {
  display: none;
}
.layout li .prod-row .product-box.style_2 {
  text-align: center;
}
.layout li .prod-row .product-box.style_2 .count_holder_small {
  background: none;
  padding: 0 6px 6px 6px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section {
  width: 25%;
  background: rgba(37, 37, 37, 0.6);
  text-align: center;
  margin: 0 0 0 1px;
  padding: 6px 0;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section .countdown_amount {
  float: none;
  display: block;
  font-weight: bold;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section + .countdown_section {
  width: 24%;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section {
  width: 24%;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section + .countdown_section {
  width: 25%;
}
.layout li .prod-row .product-box.style_2 .Title {
  padding-top: 20px;
}
.layout li .prod-row .product-box.style_2 .Price {
  display: inline-block;
}
.layout li .prod-row .product-box.style_2 .vote {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart,
.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart form,
.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart form,
.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart a,
.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart a {
  display: inline-block;
  float: none;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare {
  display: inline-block;
  margin: 0 10px;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a {
  padding: 0;
  height: auto;
  width: auto;
  filter: alpha(opacity=10000);
  opacity: 100;
  top: 0;
  background: none;
  text-transform: capitalize;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a .action-name,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a .action-name {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a.active,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a.active,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a:hover,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a:hover {
  background: none;
  color: #124ea1;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big .front {
  margin-top: -100%;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big .back img {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big.first .front {
  margin-top: 0;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big.first .back {
  display: none;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small,
.layout li div.prod-row div.product-box.style_3 .count_holder_small {
  background: none;
  padding: 0 6px 6px 6px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section {
  width: 25%;
  background: rgba(37, 37, 37, 0.6);
  text-align: center;
  margin: 0 0 0 1px;
  padding: 6px 0;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section .countdown_amount,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section .countdown_amount {
  float: none;
  display: block;
  font-weight: bold;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section {
  width: 24%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section {
  width: 24%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section + .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section + .countdown_section {
  width: 25%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper,
.layout li div.prod-row div.product-box.style_3 .img-wrapper {
  position: relative;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style {
  position: relative;
  display: block;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:before,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31, 34, 40, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2222;
  pointer-events: none;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:after,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:after {
  content: "\f00e ";
  font-family: FontAwesome;
  display: block;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: -50%;
  z-index: 2222;
  pointer-events: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style img,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style img {
  position: static;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .second,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .second {
  display: none;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:before,
.layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:before {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:after,
.layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:after {
  top: 50%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .Price,
.layout li div.prod-row div.product-box.style_3 .Price {
  float: left;
}
#product_list .layout li div.prod-row div.product-box.style_3 .Title,
.layout li div.prod-row div.product-box.style_3 .Title {
  padding-top: 18px;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions,
.layout li div.prod-row div.product-box.style_3 .product-actions {
  overflow: visible !important;
  width: 100%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div,
.layout li div.prod-row div.product-box.style_3 .product-actions > div {
  float: left;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=10000);
  opacity: 100;
  visibility: visible;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div .add_wishlist,
.layout li div.prod-row div.product-box.style_3 .product-actions > div .add_wishlist,
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div .remwishlists,
.layout li div.prod-row div.product-box.style_3 .product-actions > div .remwishlists,
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div .add_compare,
.layout li div.prod-row div.product-box.style_3 .product-actions > div .add_compare {
  margin-left: 4px;
  margin-bottom: 4px;
  filter: alpha(opacity=10000);
  opacity: 100;
  top: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips,
.layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips {
  float: left;
  margin: 0 !important;
  margin-left: 4px !important;
  width: auto;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0 !important;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips i,
.layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips i {
  margin: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips span,
.layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips span {
  display: none;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button,
.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button {
  min-width: 40px;
  text-align: center;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i,
.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i {
  margin: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name,
.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name {
  display: none;
}

.accordion-list-item {
  margin-bottom: 30px;
}
.su-accordion.lovely .su-spoiler {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #124ea1;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-accordion.lovely .su-spoiler .su-spoiler-title {
  padding-top: 6px;
  padding-bottom: 6px;
}
.su-accordion.lovely .su-spoiler.su-spoiler-closed {
  color: #252525;
}
.su-accordion.lovely .su-spoiler.su-spoiler-closed:hover {
  color: #124ea1;
}
.su-accordion.lovely .su-spoiler .su-spoiler-content {
  color: #777777;
}
.su-accordion.lovely.right-icon-plus .su-spoiler {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #124ea1;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-accordion.lovely.right-icon-plus .su-spoiler .su-spoiler-title {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
}
.su-accordion.lovely.right-icon-plus .su-spoiler.su-spoiler-closed {
  color: #252525;
}
.su-accordion.lovely.right-icon-plus .su-spoiler.su-spoiler-closed:hover {
  color: #124ea1;
}
.su-accordion.lovely.right-icon-plus .su-spoiler .su-spoiler-content {
  color: #777777;
}
.su-accordion.lovely.right-icon-plus .su-spoiler .su-spoiler-icon {
  display: none;
}
.su-accordion.lovely.right-icon-plus .su-spoiler i {
  margin-right: 6px;
}

.tabs-list-item {
  margin-bottom: 30px;
}
div.su-tabs.lovely {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}
div.su-tabs.lovely .su-tabs-nav span {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
}
div.su-tabs.lovely .su-tabs-nav span.su-tabs-current,
div.su-tabs.lovely .su-tabs-nav span:hover {
  background: #252525;
  color: #fff;
}
div.su-tabs.lovely .su-tabs-pane {
  padding: 20px 0 0  0;
}
div.su-tabs.lovely.su-tabs-vertical .su-tabs-pane {
  padding-left: 20px;
  padding-top: 0px;
}

.section-icon-list-item {
  margin-bottom: 30px;
}
.su-icon-list.lovely {
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-icon-list.lovely .icon_description h3 {
  text-transform: uppercase;
}
.su-icon-list.lovely.bg {
  background: #124ea1;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}
.su-icon-list.lovely.bg:hover {
  background: #000000;
}
.su-icon-list.lovely.bg .icon_description_text a {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.su-icon-list.lovely.bg .icon_description_text a:hover {
  color: #124ea1;
}

.section-list-item {
  margin-bottom: 30px;
}
.su-list.lovely li {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  line-height: 40px;
  font-size: 14px;
  color: #777;
}
.su-list.lovely li i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 8px;
}
.su-list.lovely li a {
  display: inline-block;
  color: #777777;
}
.su-list.lovely li a:hover {
  color: #124ea1;
}

.section-note-item {
  margin-bottom: 30px;
}

.section-social-like-item {
  margin-bottom: 30px;
}

.section-faq-item {
  margin-bottom: 30px;
}
.su-faq.lovely .cbp-l-filters-underline .cbp-filter-item {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-family: inherit;
  font-weight: 400;
  border: none;
}
.su-faq.lovely .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active,
.su-faq.lovely .cbp-l-filters-underline .cbp-filter-item:hover {
  background: #252525;
  color: #fff;
}
.su-faq.lovely .cbp-l-filters-underline .cbp-l-caption-body {
  font-family: inherit;
}
.su-faq.lovely div.cbp-caption {
  border: none;
}
.su-faq.lovely div.cbp-caption .cbp-caption-defaultWrap {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  padding: 0;
  font-family: inherit;
}
.su-faq.lovely div.cbp-caption .cbp-caption-defaultWrap i {
  position: relative;
  top: 0;
  margin-right: 8px;
}
.su-faq.lovely div.cbp-caption .cbp-l-caption-body {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.section-weather-item {
  margin-bottom: 30px;
}
.su-weather.lovely {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-progress-bar.lovely {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-progress-bar.lovely .su-pb-fill {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-progress-bar.lovely.su-progress-bar-style-1 {
  margin-top: 40px;
  position: relative;
}
.su-progress-bar.lovely.su-progress-bar-style-1 .su-pb-fill {
  height: 16px;
  line-height: 16px;
  overflow: visible;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: static;
}
.su-progress-bar.lovely.su-progress-bar-style-1 .su-pb-fill .su-pb-text {
  position: relative;
  top: -20px;
  padding: 0;
  margin: 0;
}
.su-progress-bar.lovely.su-progress-bar-style-1 .su-pb-fill .su-pb-percent {
  margin: 0;
  padding: 0;
  top: -20px;
}
.su-progress-bar.lovely.su-progress-bar-style-5 {
  position: relative;
}
.su-progress-bar.lovely.su-progress-bar-style-5 .su-pb-fill {
  overflow: visible;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
}
.su-progress-bar.lovely.su-progress-bar-style-5 .su-pb-fill .su-pb-text {
  background: none;
  margin: 0;
  padding: 0 0 0 6px;
  line-height: 24px;
}
.su-progress-bar.lovely.su-progress-bar-style-5 .su-pb-fill .su-pb-percent {
  background: none;
  margin: 0;
  padding: 0 6px 0 0;
  line-height: 24px;
}

.section-calltoaction-item {
  margin-bottom: 30px;
}

.section-youtube-item {
  margin-bottom: 30px;
}
.su-lightbox.lovely a.su-button {
  background: #124ea1 !important;
}
.su-lightbox.lovely a.su-button span {
  padding-top: 5px !important;
  padding-bottom: 3px !important;
}
.su-lightbox.lovely a.su-button:hover {
  background: #000000 !important;
}

.section-carousel-item {
  margin-bottom: 30px;
}
div.su-carousel.lovely div.su-carousel-slide {
  padding: 0;
  padding-bottom: 30px;
}
div.su-carousel.lovely .su-carousel-caption {
  text-align: left;
}
div.su-carousel.lovely .su-carousel-caption .su-carousel-slide-title {
  font-weight: 400;
  font-family: inherit;
}
div.su-carousel.lovely .su-carousel-caption .su-carousel-slide-title a:hover {
  color: #124ea1 !important;
}
div.su-carousel.lovely .owl-controls .owl-dots .owl-dot span {
  background: #e4e4e4;
  width: 14px;
  height: 14px;
  margin-top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.su-carousel.lovely .owl-controls .owl-dots .owl-dot.active span,
div.su-carousel.lovely .owl-controls .owl-dots .owl-dot:hover span {
  background: #252525 !important;
}
div.su-carousel.lovely .owl-controls .owl-nav {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=10000);
  opacity: 100;
}
div.su-carousel.lovely .owl-controls .owl-nav div {
  color: #252525;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  background: #e4e4e4;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.su-carousel.lovely .owl-controls .owl-nav div:hover {
  background: #252525;
  color: #fff;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-prev {
  top: -56px;
  left: auto;
  right: 36px;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-prev:before {
  display: none;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-prev:after {
  font-family: "FontAwesome";
  content: "\f0d9";
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-next {
  top: -56px;
  right: 0;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-next:before {
  display: none;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-next:after {
  font-family: "FontAwesome";
  content: "\f0da";
}

.section-member-item {
  margin-bottom: 30px;
}
.su-member.lovely .su-member-info {
  padding-left: 0;
  padding-right: 0;
}
.su-member.lovely .su-member-icons {
  padding-left: 0;
  padding-right: 0;
}
.su-member.lovely .su-member-icons a i {
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-member.lovely .su-member-icons a:hover i {
  color: #124ea1 !important;
}

.section-Counters-item {
  margin-bottom: 30px;
}
div.su-counter-wrapper.lovely div.su-counter-icon i {
  color: #f0a000;
  font-size: 60px !important;
  line-height: 60px;
}
div.su-counter-wrapper.lovely .su-counter-desc {
  margin-top: -12px;
}
div.su-counter-wrapper.lovely .su-counter-desc .su-counter-number {
  font-weight: bold;
}

.section-testimonial-item {
  margin-bottom: 0px;
}
.su-testimonial.lovely {
  margin-bottom: 30px;
}
.su-testimonial.lovely div.su-testimonial-photo img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.su-testimonial.lovely div.su-testimonial-text {
  padding: 20px;
  padding-left: 50px;
  overflow: hidden;
  border: none;
}
.su-testimonial.lovely div.su-testimonial-text .quote:before {
  top: -20px;
  left: -4px;
  font-size: 350px;
  color: #a93962;
  font-family: inherit;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.section-price-item {
  margin-bottom: 30px;
}
div.su-plan.lovely {
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.su-plan.lovely .su-plan-head {
  border: none;
  background: #e4e4e4;
}
div.su-plan.lovely .su-plan-head .su-plan-name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.su-plan.lovely .su-plan-head .su-plan-price,
div.su-plan.lovely .su-plan-head .su-plan-price-before {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #f0a000;
}
div.su-plan.lovely .su-plan-head .su-plan-period {
  font-size: 14px;
  line-height: 24px;
  color: #f0a000;
}
div.su-plan.lovely .su-plan-head .su-plan-icon {
  font-size: 18px;
}
div.su-plan.lovely .su-plan-options {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.su-plan.lovely .su-plan-options li {
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  color: #777;
}
div.su-plan.lovely div.su-plan-footer {
  background: #e4e4e4 !important;
  padding: 14px;
}
div.su-plan.lovely.su-plan-featured {
  border: 2px solid #124ea1;
  position: relative;
  margin-top: -5%;
}
div.su-plan.lovely.su-plan-featured div.su-plan-head {
  padding-top: 0;
  background: #fff;
  border-bottom: 2px solid #124ea1 !important;
}
div.su-plan.lovely.su-plan-featured div.su-plan-head .su-plan-badge {
  background: #124ea1 !important;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
div.su-plan.lovely.su-plan-featured .su-plan-footer {
  border-top: 2px solid #124ea1 !important;
  background: #fff !important;
}

#t3-content div.su-timeline-before-text span,
#t3-content div.su-timeline-after-text span {
  padding: 30px 0;
}
#t3-content div.su-timeline-after-text span {
  -moz-box-shadow: 0 -3px 0 0 rgba(200, 200, 200, 0.5);
  -webkit-box-shadow: 0 -3px 0 0 rgba(200, 200, 200, 0.5);
  box-shadow: 0 -3px 0 0 rgba(200, 200, 200, 0.5);
}
#t3-content .su-timeline.lovely {
  padding: 10px 0 50px;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
#t3-content .su-timeline.lovely .su-timeline-time {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
#t3-content .su-timeline.lovely .su-timeline-time small {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 4px;
}
#t3-content .su-timeline.lovely .su-timeline-content {
  padding: 50px 0 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#t3-content .su-timeline.lovely .su-timeline-content .su-timeline-content-body .su-timeline-item-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
  top: -8px;
}
#t3-content .su-timeline.lovely .su-timeline-item-image img {
  width: 100%;
  height: auto;
}

div.su-portfolio .cbp-l-filters-button .cbp-filter-item,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item,
div.su-portfolio .su-filter-style1 .cbp-filter-item {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-family: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px;
}
div.su-portfolio .cbp-l-filters-button .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item:before,
div.su-portfolio .su-filter-style1 .cbp-filter-item:before {
  display: none;
}
div.su-portfolio .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .su-filter-style1 .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-button .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item:hover,
div.su-portfolio .su-filter-style1 .cbp-filter-item:hover {
  background: #252525;
  color: #fff;
}
div.su-portfolio .su-lightbox-item.sup-zoom,
div.su-portfolio .sup-link {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div.su-portfolio .su-lightbox-item.sup-zoom:after,
div.su-portfolio .sup-link:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 10px 8px;
  margin: 0;
  color: #fff;
}
div.su-portfolio .su-lightbox-item.sup-zoom:hover:after,
div.su-portfolio .sup-link:hover:after {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
}
div.su-portfolio .sup-title {
  color: #1f2228;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div.su-portfolio .sup-title:hover {
  color: #124ea1;
}
div.su-portfolio .sup-title h4 {
  color: inherit !important;
}
div.su-portfolio .su-portfolio-style3 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style3 .sup-title:hover {
  color: #777;
}
div.su-portfolio .su-portfolio-style4 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style4 .sup-title:hover {
  color: #124ea1;
}
div.su-portfolio .su-portfolio-style7 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style7 .sup-title:hover {
  color: #000;
}
div.su-portfolio .su-portfolio-style9 .sup-link-wrap {
  background: rgba(0, 0, 0, 0.9) !important;
}
div.su-portfolio .su-portfolio-style9 .sup-link-wrap .su-lightbox-item,
div.su-portfolio .su-portfolio-style9 .sup-link-wrap .sup-link {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  border: none !important;
  padding: 0;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.su-portfolio .su-portfolio-style10 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style10 .sup-title:hover {
  color: #252525;
}
div.su-portfolio .cbp-l-loadMore-button a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 400;
  border: none;
  background: #252525;
  color: #fff;
}
div.su-portfolio .cbp-l-loadMore-button a:hover {
  background: #e4e4e4;
  color: #252525;
}

div.su-photo-gallery.lovely .su-photo-gallery-links a {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
div.su-thumb-gallery.lovely .su-pagination {
  padding: 0 40px;
}
div.su-thumb-gallery.lovely .cbp-nav-controls > div {
  bottom: -15%;
}

.su-post-grid.lovely .cbp-l-grid-blog-title {
  color: #1f2228;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-post-grid.lovely .cbp-l-grid-blog-title:hover {
  color: #124ea1;
}
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-family: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px;
}
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item:before {
  display: none;
}
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item:hover {
  background: #252525;
  color: #fff;
}
.su-post-grid.lovely .cbp-search .cbp-search-input {
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e4e4e4;
}
.su-post-grid.lovely .cbp-l-loadMore-button a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 20px;
  background: #252525;
  color: #fff;
}
.su-post-grid.lovely .cbp-l-loadMore-button a:hover {
  background: #e4e4e4;
  color: #252525;
}
.su-post-grid.lovely .cbp-nav-pagination {
  bottom: -60px;
}
.su-post-grid.lovely .cbp-nav-pagination .cbp-nav-pagination-item {
  background: #e4e4e4;
  width: 14px;
  height: 14px;
  margin-top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.su-post-grid.lovely .cbp-nav-pagination .cbp-nav-pagination-item.cbp-nav-pagination-active,
.su-post-grid.lovely .cbp-nav-pagination .cbp-nav-pagination-item:hover {
  background: #252525 !important;
}
.su-post-grid.lovely .cbp-nav-controls {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=10000);
  opacity: 100;
}
.su-post-grid.lovely .cbp-nav-controls div {
  color: #252525;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  background: #e4e4e4;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-post-grid.lovely .cbp-nav-controls div:hover {
  background: #252525;
  color: #fff;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-prev {
  top: -56px;
  left: auto;
  right: 4px;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-prev:before {
  display: none;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-prev:after {
  font-family: "FontAwesome";
  content: "\f0d9";
  background: none;
  height: 30px;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-next {
  top: -56px;
  right: 0;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-next:before {
  display: none;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-next:after {
  font-family: "FontAwesome";
  content: "\f0da";
  background: none;
  height: 30px;
}

#productdetailsview.productdetails-view {
  
  
}
#productdetailsview.productdetails-view .wrapper2 div.lbl-box {
  left: 20px;
}
#productdetailsview.productdetails-view .wrapper2 div.lbl-box2 {
  right: 20px;
}
#productdetailsview.productdetails-view .main-image.default .vm-img-desc {
  display: none;
}
#productdetailsview.productdetails-view .additional-images.default {
  padding-top: 20px;
  margin: 0 -10px;
}
#productdetailsview.productdetails-view .additional-images.default .floatleft {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
#productdetailsview.productdetails-view .additional-images.default .floatleft img {
  width: 100%;
  height: auto;
}
#productdetailsview.productdetails-view .additional-images.default .floatleft .vm-img-desc {
  display: none;
}
#productdetailsview.productdetails-view .image_show_lightgallery {
  margin-bottom: 10px;
}
#productdetailsview.productdetails-view .image_show_lightgallery #lightgallery {
  margin: 0 -5px;
  overflow: hidden;
}
#productdetailsview.productdetails-view .image_show_lightgallery .main-image {
  box-sizing: border-box;
  margin: 0 5px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview.productdetails-view .image_show_lightgallery .main-image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview.productdetails-view .image_show_lightgallery .small {
  display: inline-block;
  float: left;
  margin-top: 10px;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
#productdetailsview.productdetails-view .image_show_lightgallery .small a {
  overflow: hidden;
}
#productdetailsview.productdetails-view .image_show_lightgallery .small a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bottom-block {
  z-index: 2002;
}

.accordion-group {
  background: nobe;
  border: none;
  border-radius: 0;
  color: #515151;
  margin-bottom: 5px;
}
.accordion-heading a.accordion-toggle.collapsed {
  background: #f7f7f7;
  color: #252525;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.accordion-heading a.accordion-toggle.collapsed:hover {
  background: #000000;
  color: #fff;
}
.accordion-heading a.accordion-toggle span {
  float: right;
}
.accordion-heading a.accordion-toggle span i {
  font-style: normal;
}
.accordion-heading a.accordion-toggle.collapsed span i.minus {
  display: none;
}
.accordion-heading a.accordion-toggle.collapsed span i.plus {
  display: block;
}
.accordion-heading a.accordion-toggle {
  background: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.accordion-heading a.accordion-toggle span i.plus {
  display: none;
}
.accordion-heading a.accordion-toggle span i.minus {
  display: block;
}
#productdetailsview .accordion-body {
  border: none;
  background: #fff;
}
#productdetailsview .accordion-body .accordion-inner {
  padding: 30px 0 20px 0;
}
#productdetailsview .accordion-inner .filter .product-field-type-P .product-fields-title {
  font-size: 14px;
  font-weight: bold;
}
#productdetailsview .accordion-inner .filter .product-field-type-S span {
  display: inline-block;
}
#productdetailsview .accordion-inner .filter .product-fields li {
  margin-left: 25px;
}
#productdetailsview .accordion-inner .video .product-fields-title,
#productdetailsview .accordion-inner .custom .product-fields-title {
  display: none;
}
#productdetailsview .accordion-inner .video .product-field-desc {
  display: block;
  padding-bottom: 10px;
}
#productdetailsview .accordion-inner .video .product-field-display {
  margin: 0 auto;
  display: block;
  width: 640px;
}

.block-inner {
  padding: 30px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 1199px) {
  .block-inner {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.cart-coupon input.coupon {
  float: left;
  margin-right: 10px;
}
.cart-coupon .details-button {
  float: left;
}
.paymentMethodOptions table {
  margin-top: 20px;
}
.paymentMethodOptions table tr td {
  border: none;
  padding: 10px 10px 10px 0;
}
.steps {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
.steps li {
  font-size: 16px;
  line-height: 30px;
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #252525;
  display: inline-block;
  padding: 4px 20px 4px 20px;
  position: relative;
}
.steps li.current {
  background: #252525;
  color: #fff;
}
.steps li.current:after {
  color: #252525;
}
.steps li:before {
  content: counter(list, decimal-leading-zero) '.';
  counter-increment: list;
  width: auto;
  height: auto;
  z-index: 10;
  position: relative;
  left: 0;
  top: 0;
  font-weight: 500;
}
.steps li:after {
  content: "\f0da";
  font-size: 67px;
  font-family: FontAwesome;
  margin-left: 5px;
  color: #e4e4e4;
  display: block;
  position: absolute;
  right: -19px;
  top: 5px;
  margin-top: 0;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}

header#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu {
  margin-top: -1px;
}
.fancybox-margin.fancybox-lock {
  margin-right: 0px !important;
}
.article-title,
.article-header h1 {
  margin-bottom: 40px;
}
div.bottom-block {
  z-index: 2001;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.header-top div.mod-right > div {
    float: left;
    padding-left: 15px;
    padding-right: 0;
    min-height: 51px;
  }
  div.header-top div.mod-right > div.top-header-block7-custom {
    padding-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav .sp-vmsearch form {
    margin-left: 0;
  }
}
.cwcookiecontainer a {
  cursor: pointer;
}
div.cwcookielaw .cwcookiebubble {
  top: auto;
  bottom: 100%;
  right: auto;
  left: 50%;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.85);
  padding-top: 10px;
  height: auto;
  max-width: 90%;
  width: 100%;
  padding-bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.cwcookielaw .cwcookiebubble:before {
  font-family: FontAwesome;
  content: "\f00d";
  margin-right: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}
div.cwcookielaw .cwcookiebubble:after {
  content: " ";
  display: none;
  position: absolute;
  bottom: -20px;
  right: 40px;
  background: url(../../../../images/corner.png) left top no-repeat;
  width: 31px;
  height: 20px;
}
body input.inputbox,
body .sp-vmsearch-box {
  border: none;
}
.bottom-block #t3footnav-top .social a em {
  margin: 0 !important;
}

.header-top.style2 {
  background: rgba(255, 255, 255, 0.98);
  border-top: none;
  border-bottom: none;
  z-index: 8;
}
.header-top.style2 .top-header-block4-custom {
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.header-top.style2 .top-header-block4-custom ul.menu {
  overflow: hidden;
  margin-right: -8px;
}
.header-top.style2 .top-header-block4-custom ul.menu li {
  float: left;
  padding-right: 8px;
}
.header-top.style2 .top-header-block4-custom ul.menu li a {
  padding: 0;
  background: none;
  color: #252525;
}
.header-top.style2 .top-header-block4-custom ul.menu li a:hover {
  color: #e3158d;
}
.header-top.style2 .top-header-block4-custom ul.menu li.active a {
  color: #e3158d;
}
.header-top.style2 .top-header-block4-custom ul.menu li + li {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #e4e4e4;
}
.header-top.style2 .top-header-block0-custom {
  border-right: none;
}
#t3-header.style2 {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 30px;
}
#t3-header.style2 .mod-left-style2 {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-left-style2 {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-left-style2 {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-left-style2 {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
#t3-header.style2 .mod-left-style2 .top-header-block1-custom {
  padding-left: 0;
  position: relative;
  z-index: 3;
}
#t3-header.style2 .mod-left-style2 .top-header-block2-custom {
  position: relative;
  z-index: 2;
}
#t3-header.style2 .mod-left-style2 > div {
  float: left;
  border-right: none;
  padding: 10px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-header.style2 .mod-left-style2 > div {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-left-style2 > div {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-left-style2 > div {
    border-right: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-left-style2 > div {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-left-style2 > div.top-header-block4-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-left-style2 > div.top-header-block4-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
#t3-header.style2 .mod-left-style2 #cur-lang {
  position: relative;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading {
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  text-transform: capitalize;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul {
  margin: 0;
  padding: 0;
  display: block;
  min-width: 150px;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 20px 0 0 -15px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul i {
  display: none;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li {
  border-top: none;
  line-height: 30px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li:hover {
  background: #efefef;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li:hover a {
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li a {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li a.act {
  cursor: default;
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li + li {
  border-top: 1px solid #efefef;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul img {
  top: -1px;
  position: relative;
  margin-right: 2px;
}
#t3-header.style2 .mod-left-style2 #cur-lang.open .heading {
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang.open .heading:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
}
#t3-header.style2 .mod-left-style2 #cur-lang.open ul {
  margin-top: 11px;
  opacity: 1;
  visibility: visible;
}
#t3-header.style2 .mod-right {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
#t3-header.style2 .mod-right a.wishlist_total,
#t3-header.style2 .mod-right a.compare_total {
  color: #252525;
}
#t3-header.style2 .mod-right a.wishlist_total:hover,
#t3-header.style2 .mod-right a.compare_total:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-right > div {
  float: right;
  border-left: none;
  padding: 10px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-header.style2 .mod-right > div {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right > div {
    float: left;
    border-left: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-right > div {
    float: left;
    border-left: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right > div {
    float: none;
    border-left: none;
    padding-left: 0;
  }
}
#t3-header.style2 .mod-right > div.top-header-block7-custom {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    z-index: 3;
  }
}
#t3-header.style2 .mod-right > div.top-header-block5-custom {
  border-left: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-header.style2 .mod-right > div .mod-cart {
    display: inline-block;
  }
}
#t3-header.style2 .mod-right #cur-lang i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}
#t3-header.style2 .mod-right #cur-lang i.text {
  font-size: 13px;
  margin-left: 6px;
  top: 0px;
  display: none;
}
#t3-header.style2 .mod-right #cur-lang b {
  display: none;
}
#t3-header.style2 .mod-right #cur-lang span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  margin-left: 8px;
}
#t3-header.style2 .mod-right #vmCartModule {
  position: relative;
}
#t3-header.style2 .mod-right #vmCartModule .miniart {
  position: relative;
  padding-right: 18px;
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-right #vmCartModule .miniart:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-right #vmCartModule .miniart i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0px;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .art-text {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0px;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .art-text i {
  margin-right: 8px;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .cart_num a {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .cart_num a i {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .cart_num a span {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .total_2 {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule .miniart:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule .miniart:hover .cart_num a {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list {
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 20px;
  display: block;
  background: #fff;
  width: 335px;
  color: #252525;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right #vmCartModule #cart_list {
    right: auto;
    left: -15px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right #vmCartModule #cart_list {
    left: 0px;
    width: 290px !important;
    margin-top: -10px;
  }
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .text-art {
  padding: 15px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .container {
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #cart_post {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container {
  padding: 15px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot {
  position: relative;
  overflow: hidden;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .image {
  float: left;
  width: 70px;
  background: #f5f3f4;
  padding: 5px;
  margin-right: 10px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .image img {
  width: 100%;
  height: auto;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft {
  float: left;
  width: 150px;
  margin-right: 10px;
  text-transform: none;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a {
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #252525;
  display: inline-block;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright {
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .wrap-cart {
  margin-top: -3px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart {
  cursor: pointer;
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart i {
  font-style: normal;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart .product_cart_id {
  opacity: 0;
  visibility: hidden;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart:hover {
  color: #252525;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container + .container {
  border-top: 1px solid #e4e4e4;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products.none {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all {
  padding: 15px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot3 {
  overflow: hidden;
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot3 span {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot3 strong {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot4 {
  overflow: hidden;
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot4 span {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot4 strong {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .total {
  overflow: hidden;
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .total span {
  color: #124ea1;
  font-size: 14px;
  line-height: 24px;
  float: left;
  font-weight: 700;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .total strong {
  color: #124ea1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  float: right;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .show_cart {
  margin: 15px -15px 0 -15px;
  padding: 15px 15px 0 15px;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .show_cart #cart_post {
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all.none {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule.open {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule.open .cart_num a {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule.open .miniart:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-right #vmCartModule.open #cart_list {
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
}
#t3-header.style2 .logo-image {
  text-align: center;
}
#t3-header.style2 .nav-box {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}
#t3-header.style2 #t3-mainnav {
  margin-left: 54px;
  text-align: center;
}
#t3-header.style2 #t3-mainnav .t3-navbar {
  float: none;
  display: inline-block;
  text-align: left;
}
#t3-header.style2 .stickUp.Stuck .logo.mod-left,
#t3-header.style2 .stickUp.Stuck .mod-right.icon,
#t3-header.style2 .stickUp.Stuck .mod-left-style2 {
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#t3-header.style2 .stickUp.Stuck .nav-box {
  margin-top: 0;
  margin-bottom: -14px;
}

.header-top.style2.style3 {
  background: rgba(255, 255, 255, 0.98);
  border-top: none;
  border-bottom: none;
  z-index: 10;
}
.header-top.style2.style3 .mod-left > div {
  border-right: 2px solid #e4e4e4;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 11px;
  margin-bottom: 8px;
}
.header-top.style2.style3 .mod-left .top-header-block0-custom {
  padding-top: 1px;
  border-right: none;
}
.header-top.style2.style3 .top-header-block1-custom {
  padding-left: 0;
}
.header-top.style2.style3 .top-header-block1-custom #cur-lang ul {
  margin-left: -10px;
}
#t3-header.style2.style3 .nav-box {
  padding: 0;
}
#t3-header.style2.style3 #t3-mainnav {
  margin-left: 0px;
  text-align: left;
}
#t3-header.style2.style3 #t3-mainnav .t3-navbar {
  float: none;
  display: inline-block;
  text-align: left;
}
#t3-header.style2.style3 #t3-mainnav .t3-navbar .navbar-collapse.collapse {
  padding-left: 0;
}
#t3-header.style2.style3 #t3-mainnav .t3-navbar .navbar-collapse.collapse .navbar-nav > li > a,
#t3-header.style2.style3 #t3-mainnav .t3-navbar .navbar-collapse.collapse .navbar-nav > li > span {
  margin-left: 0;
  margin-right: 30px;
}
#t3-header.style2.style3 .logo-image {
  text-align: left;
}

#t3-footer.footer-style2 #t3footnav-top .prod_box {
  overflow: hidden;
  width: 100%;
  background: none;
  padding: 0;
  padding-top: 20px;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box ul {
  overflow: hidden;
  margin-bottom: 0;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  padding: 0;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 {
  width: 100px;
  float: left;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 .count_holder_small {
  display: none;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 a {
  display: block;
  padding: 5px;
  background: #fff;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box2,
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box {
  display: none;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a {
  color: #fff;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a:hover {
  color: #124ea1;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .Price {
  font-weight: bold;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .vote {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
#t3-footer.footer-style2 #instagram_slider #instafeed {
  margin: 0 -10px;
  overflow: hidden;
}
#t3-footer.footer-style2 #instagram_slider a {
  float: left;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
}
#t3-footer.footer-style2 #instagram_slider a img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style2 .acymailing_module_form .acymailing_introtext {
  color: #404040;
  padding-bottom: 20px;
}
#t3-footer.footer-style2 .acymailing_module_form .fieldacyemail {
  width: 100% !important;
}
#t3-footer.footer-style2 .acymailing_module_form .fieldacyemail input {
  margin-bottom: 0 !important;
}
#t3-footer.footer-style2 .acymailing_module_form .acysubbuttons {
  text-align: left;
}
#t3-footer.footer-style2 .customabout {
  color: #404040;
}
#t3-footer.footer-style2 .customabout .social {
  overflow: hidden;
  margin: 0px -3px 0;
  float: left;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-footer.footer-style2 .customabout .social {
    float: none;
  }
}
#t3-footer.footer-style2 .customabout .social a {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-footer.footer-style2 .customabout .social a em {
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
#t3-footer.footer-style2 .customabout .social a em:before {
  font-size: 19px;
}
#t3-footer.footer-style2 .customabout .social a.google {
  background: #d74937;
}
#t3-footer.footer-style2 .customabout .social a.google em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.facebook {
  background: #39599f;
}
#t3-footer.footer-style2 .customabout .social a.facebook em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.pinterest {
  background: #b8242a;
}
#t3-footer.footer-style2 .customabout .social a.pinterest em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.twitter {
  background: #45b0e3;
}
#t3-footer.footer-style2 .customabout .social a.twitter em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.youtube {
  background: #e70031;
}
#t3-footer.footer-style2 .customabout .social a.youtube em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a:hover {
  background: #bbbbbb;
  color: #fff;
}

#t3-footer.footer-style3 #t3footnav-top .module-title {
  float: none;
  padding-bottom: 30px;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box {
  overflow: hidden;
  width: 100%;
  background: none;
  padding: 0;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box ul {
  overflow: hidden;
  margin-bottom: 0;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  padding: 0;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 {
  width: 100px;
  float: left;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 .count_holder_small {
  display: none;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 a {
  display: block;
  padding: 5px;
  background: #fff;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box2,
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box {
  display: none;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a {
  color: #fff;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a:hover {
  color: #124ea1;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .Price {
  font-weight: bold;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .vote {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
#t3-footer.footer-style3 #instagram_slider #instafeed {
  margin: 0 -10px;
  overflow: hidden;
}
#t3-footer.footer-style3 #instagram_slider a {
  float: left;
  padding: 10px;
  width: 33.3%;
  box-sizing: border-box;
}
#t3-footer.footer-style3 #instagram_slider a img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style3 .acymailing_module_form .acymailing_introtext {
  color: #404040;
  padding-bottom: 20px;
}
#t3-footer.footer-style3 .acymailing_module_form .fieldacyemail {
  width: 100% !important;
  padding-bottom: 30px !important;
}
#t3-footer.footer-style3 .acymailing_module_form .fieldacyemail input {
  margin-bottom: 0 !important;
}
#t3-footer.footer-style3 .acymailing_module_form .acysubbuttons {
  text-align: left;
}
#t3-footer.footer-style3 .customabout {
  color: #404040;
}
#t3-footer.footer-style3 .customabout .social {
  overflow: hidden;
  margin: 0px -3px 0;
  float: left;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-footer.footer-style3 .customabout .social {
    float: none;
  }
}
#t3-footer.footer-style3 .customabout .social a {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-footer.footer-style3 .customabout .social a em {
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
#t3-footer.footer-style3 .customabout .social a em:before {
  font-size: 19px;
}
#t3-footer.footer-style3 .customabout .social a.google {
  background: #d74937;
}
#t3-footer.footer-style3 .customabout .social a.google em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.facebook {
  background: #39599f;
}
#t3-footer.footer-style3 .customabout .social a.facebook em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.pinterest {
  background: #b8242a;
}
#t3-footer.footer-style3 .customabout .social a.pinterest em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.twitter {
  background: #45b0e3;
}
#t3-footer.footer-style3 .customabout .social a.twitter em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.youtube {
  background: #e70031;
}
#t3-footer.footer-style3 .customabout .social a.youtube em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a:hover {
  background: #bbbbbb;
  color: #fff;
}

.cart_num .total_items {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
  box-sizing: border-box;
}
.header-top .mod-right #vmCartModule.open .total_items,
.header-top .mod-right #vmCartModule:hover .total_items {
  color: #124ea1;
}
.opg-modal-page .center-block {
  z-index: 99999;
}

#cart_list.empty .all,
#cart_list.empty #vm_cart_products {
  display: none;
}
.opg-panel.opg-panel-box > strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
}
.opg-panel.opg-panel-box .opg-text-center {
  text-align: left !important;
}
#allproducts .product.opg-margin {
  margin: 0px;
  margin-top: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  background: #f7f7f7;
}
#allproducts .product.opg-margin:nth-child(2n+1) {
  background: #f9f9f9;
}
#allproducts .product.opg-margin .opg-margin-right a {
  display: inline-block;
  padding: 5px;
  background: #fff;
}
#allproducts .product.opg-margin .opg-margin-right img {
  width: 100%;
  height: auto;
  background: #fff;
}
#allproducts .product.opg-margin .spacer {
  position: relative;
}
#allproducts .product.opg-margin #removeproduct {
  font-size: 0px;
  height: 0;
}
#allproducts .product.opg-margin #removeproduct:before {
  content: "\f014";
  font-family: "FontAwesome";
  font-size: 28px;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
#allproducts .opg-link {
  font-weight: 400;
  font-size: 14px;
}
#allproducts .top-row {
  padding-bottom: 20px;
}
#allproducts .bottom-row {
  padding-top: 20px;
}
#allproducts .opg-text-primary {
  color: #252525 !important;
  font-weight: 400;
}
#allproducts .opg-text-left-small .quantity-input {
  background: #f4f4f4 !important;
  border: 1px solid #f4f4f4 !important;
  box-shadow: none !important;
  height: 40px !important;
  padding: 10px 20px!important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #252525 !important;
  width: 54px !important;
  margin-bottom: 0px !important;
  outline: none !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
#allproducts .opg-text-left-small .quantity-input:focus {
  box-shadow: none !important;
}
#allproducts .opg-text-left-small .opg-button,
#allproducts .opg-text-left-small #refreshbutton {
  line-height: 20px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
  padding: 2px 8px 0 8px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-right: 4px;
  margin-left: 0 !important;
  font-weight: 400;
}
#allproducts .opg-text-left-small .opg-button:hover,
#allproducts .opg-text-left-small #refreshbutton:hover,
#allproducts .opg-text-left-small .opg-button:focus,
#allproducts .opg-text-left-small #refreshbutton:focus {
  background: #252525;
  color: #fff;
}
.opg-panel-box,
.opg-modal {
  overflow: hidden;
}
.opg-panel-box #coupon_code,
.opg-modal #coupon_code {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 0px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.opg-panel-box #coupon_code:focus,
.opg-modal #coupon_code:focus {
  box-shadow: none;
}
.opg-panel-box .details-button,
.opg-modal .details-button {
  float: left;
}
.opg-panel-box .opg-button,
.opg-modal .opg-button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  text-transform: none;
  color: #ffffff;
  font-weight: 300;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #124ea1;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.opg-panel-box .opg-button:hover,
.opg-modal .opg-button:hover,
.opg-panel-box .opg-button:focus,
.opg-modal .opg-button:focus {
  background: #bbbbbb;
  color: #ffffff;
}
.opg-panel-box .opg-button.opg-button-primary,
.opg-modal .opg-button.opg-button-primary {
  color: #ffffff;
  background: #124ea1;
}
.opg-panel-box .opg-button.opg-button-primary:hover,
.opg-modal .opg-button.opg-button-primary:hover,
.opg-panel-box .opg-button.opg-button-primary:focus,
.opg-modal .opg-button.opg-button-primary:focus {
  color: #ffffff;
  background: #124ea1;
}
.price-summary.opg-content {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}
.price-summary.opg-content .spacer {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.price-summary.opg-content .spacer > div {
  margin-left: 0px;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 0;
  margin-bottom: -1px;
}
.price-summary.opg-content .spacer > div div {
  border-right: 1px solid #f4f4f4;
  padding: 10px;
  width: 70%;
  box-sizing: border-box;
}
.price-summary.opg-content .spacer > div div + div {
  padding: 10px;
  border-right: none;
  width: 30%;
}
.price-summary.opg-content .spacer > div .clear {
  padding: 0;
}
.price-summary.opg-content .spacer #bill_totalfulldiv .total2 {
  width: 100%;
  font-weight: bold;
  display: block;
  padding: 0;
  border-bottom: none;
}
.price-summary.opg-content .spacer #bill_totalfulldiv .total2 span {
  border-right: 1px solid #f4f4f4;
  padding: 10px;
  display: block;
  width: 70%;
  box-sizing: border-box;
  float: left;
}
.price-summary.opg-content .spacer #bill_totalfulldiv .total2 strong {
  padding: 10px;
  border-right: none;
  display: block;
  width: 30%;
  box-sizing: border-box;
  float: left;
}
.price-summary.opg-content .spacer #bill_totalfulldiv div {
  color: #124ea1 !important;
}
.virtuemart_country_id {
  padding: 0 0 4px 0;
}
#virtuemart_country_id_field {
  margin-bottom: 20px;
}
#shipment_select #shipment_selection ul,
#payment_select #shipment_selection ul,
#shipment_select #paymentsdiv ul,
#payment_select #paymentsdiv ul {
  padding-left: 0px;
}
#shipment_select #shipment_selection ul li,
#payment_select #shipment_selection ul li,
#shipment_select #paymentsdiv ul li,
#payment_select #paymentsdiv ul li {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
#shipment_select #shipment_selection ul li .vmshipment_name,
#payment_select #shipment_selection ul li .vmshipment_name,
#shipment_select #paymentsdiv ul li .vmshipment_name,
#payment_select #paymentsdiv ul li .vmshipment_name,
#shipment_select #shipment_selection ul li .vmpayment_name,
#payment_select #shipment_selection ul li .vmpayment_name,
#shipment_select #paymentsdiv ul li .vmpayment_name,
#payment_select #paymentsdiv ul li .vmpayment_name {
  display: inline-block;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 400;
}
#shipment_select #shipment_selection ul li .vmshipment_description,
#payment_select #shipment_selection ul li .vmshipment_description,
#shipment_select #paymentsdiv ul li .vmshipment_description,
#payment_select #paymentsdiv ul li .vmshipment_description,
#shipment_select #shipment_selection ul li .vmpayment_description,
#payment_select #shipment_selection ul li .vmpayment_description,
#shipment_select #paymentsdiv ul li .vmpayment_description,
#payment_select #paymentsdiv ul li .vmpayment_description {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
#shipment_select #shipment_selection ul li .vmshipment_description p,
#payment_select #shipment_selection ul li .vmshipment_description p,
#shipment_select #paymentsdiv ul li .vmshipment_description p,
#payment_select #paymentsdiv ul li .vmshipment_description p,
#shipment_select #shipment_selection ul li .vmpayment_description p,
#payment_select #shipment_selection ul li .vmpayment_description p,
#shipment_select #paymentsdiv ul li .vmpayment_description p,
#payment_select #paymentsdiv ul li .vmpayment_description p {
  margin-bottom: 0;
}
#shipment_select #shipment_selection ul li .vmshipment_cost,
#payment_select #shipment_selection ul li .vmshipment_cost,
#shipment_select #paymentsdiv ul li .vmshipment_cost,
#payment_select #paymentsdiv ul li .vmshipment_cost,
#shipment_select #shipment_selection ul li .vmpayment_cost,
#payment_select #shipment_selection ul li .vmpayment_cost,
#shipment_select #paymentsdiv ul li .vmpayment_cost,
#payment_select #paymentsdiv ul li .vmpayment_cost {
  padding-bottom: 10px;
  display: block;
}
#shipment_select #shipment_selection ul .radio,
#payment_select #shipment_selection ul .radio,
#shipment_select #paymentsdiv ul .radio,
#payment_select #paymentsdiv ul .radio {
  float: left;
  margin-right: 10px;
  cursor: default;
  background: #fff;
}
#shipment_select #shipment_selection ul .radio label,
#payment_select #shipment_selection ul .radio label,
#shipment_select #paymentsdiv ul .radio label,
#payment_select #paymentsdiv ul .radio label {
  cursor: default;
  margin-bottom: 0;
}
#shipment_select #shipment_selection ul .radio + label,
#payment_select #shipment_selection ul .radio + label,
#shipment_select #paymentsdiv ul .radio + label,
#payment_select #paymentsdiv ul .radio + label,
#shipment_select #shipment_selection ul .radio + span,
#payment_select #shipment_selection ul .radio + span,
#shipment_select #paymentsdiv ul .radio + span,
#payment_select #paymentsdiv ul .radio + span {
  float: left;
  width: 80%;
  cursor: pointer;
}
#shipment_select #shipmentdetails,
#payment_select #shipmentdetails,
#shipment_select #paymentdetails,
#payment_select #paymentdetails {
  display: block;
  width: 100%;
}
#shipment_select #shipchangediv,
#payment_select #shipchangediv,
#shipment_select #paychangediv,
#payment_select #paychangediv {
  width: 100%;
  display: block;
}
#shipment_select .vmshipment_name,
#payment_select .vmshipment_name,
#shipment_select .vmpayment_name,
#payment_select .vmpayment_name {
  display: inline-block;
  padding-left: 6px;
  font-size: 16px;
}
#shipment_select .vmshipment_description,
#payment_select .vmshipment_description,
#shipment_select .vmpaymentt_description,
#payment_select .vmpaymentt_description {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
#shipment_select .vmshipment_cost,
#payment_select .vmshipment_cost,
#shipment_select .vmpayment_cost,
#payment_select .vmpayment_cost {
  padding-bottom: 10px;
  display: block;
}
#loginbtns a {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  min-width: 120px;
  background: #e4e4e4;
  color: #252525;
}
#loginbtns a:hover {
  background: #000000;
  color: #fff;
}
#loginbtns a.opg-active,
#loginbtns a.opg-button-primary {
  cursor: default;
  background: #000000;
  color: #fff;
}
#logindiv strong {
  font-weight: normal;
  padding-bottom: 10px;
  display: block;
}
#logindiv .opg-button {
  margin-left: 10px;
}
#logindiv input {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 0px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#logindiv input:focus {
  box-shadow: none;
}
#logindiv #com-form-login-remember {
  float: none;
  width: 100%;
  overflow: hidden;
}
#logindiv #com-form-login-remember .opg-button {
  margin-left: 0px;
  display: inline-block;
  width: auto;
  float: none;
}
#old_payments .opg-button-group .opg-button {
  font-weight: 500;
  padding: 0;
  width: auto;
  background: none;
  color: #252525;
  margin-right: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#old_payments .opg-button-group .opg-button:hover {
  color: #124ea1;
}
#old_payments .opg-button-group .opg-button.opg-active,
#old_payments .opg-button-group .opg-button.opg-button-primary {
  color: #124ea1;
  cursor: default;
}
#old_payments #billto_fields_div input,
#old_payments #billto_inputdiv input {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 0px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#old_payments #billto_fields_div input:focus,
#old_payments #billto_inputdiv input:focus {
  box-shadow: none;
}
#old_payments #div_shipto {
  padding-top: 15px;
}
#old_payments #div_shipto,
#old_payments #other-things {
  clear: left;
  width: 100%;
}
#old_payments #div_shipto .shipto_fields_div,
#old_payments #other-things .shipto_fields_div {
  margin-left: 0px !important;
}
#old_payments #div_shipto #shiptobutton,
#old_payments #other-things #shiptobutton,
#old_payments #div_shipto #commentbutton,
#old_payments #other-things #commentbutton,
#old_payments #div_shipto #billtobutton,
#old_payments #other-things #billtobutton {
  text-align: left;
  display: inline-block;
  width: auto;
  font-weight: 500;
  padding: 0;
  background: none;
  color: #252525;
  height: auto;
  line-height: 20px;
}
#old_payments #div_shipto #commentbutton,
#old_payments #other-things #commentbutton {
  margin-bottom: 10px;
}
#old_payments .checkout-button-top {
  overflow: hidden;
}
#old_payments .checkout-button-top section {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 10px;
}
#old_payments .checkout-button-top .opg-link {
  width: 80%;
  display: inline-block;
  float: left;
  text-align: left;
  position: relative;
  top: 4px;
}
#old_payments .checkout-button-top #bottom_total {
  clear: left;
  width: 100%;
  text-align: left !important;
  color: #124ea1 !important;
  padding-top: 10px;
  margin-bottom: 10px;
}
#old_payments .checkout-button-top #bottom_total #carttotal {
  color: #124ea1 !important;
}
#old_payments .checkout-button-top .squaredTwo {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 24px;
  margin: 0;
  position: relative;
  width: 24px;
}
#old_payments .checkout-button-top .squaredTwo input[type="checkbox"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
#old_payments .checkout-button-top .squaredTwo > label {
  visibility: hidden;
  display: none;
}
#old_payments .checkout-button-top .squaredTwo > label:before {
  visibility: hidden;
  display: none;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox {
  margin: 0;
  background: #fff;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox label {
  font-weight: 400;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox label:after {
  display: none;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox label.checkbox_inner::before {
  color: #124ea1;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: -3px;
  position: absolute;
  right: 0;
  top: -3px;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox input[type="checkbox"]:checked + label.checkbox_inner::before {
  content: "\f078";
}
#otherpay_buttons {
  margin-bottom: 10px;
}
.opg-modal-page body {
  box-sizing: border-box;
  overflow: visible;
}
#shipmentdiv .opg-modal-dialog .opg-modal-header,
#paymentdiv .opg-modal-dialog .opg-modal-header {
  font-size: 24px;
  line-height: 26px;
}
#shipmentdiv .opg-modal-dialog .opg-list,
#paymentdiv .opg-modal-dialog .opg-list {
  padding-left: 0;
}
#shipmentdiv .opg-modal-dialog .opg-list li,
#paymentdiv .opg-modal-dialog .opg-list li {
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_name,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_name,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_name,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_name {
  font-size: 16px;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_description,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_description,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_description,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_description {
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_description p,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_description p,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_description p,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_description p {
  margin-bottom: 0;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_cost,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_cost,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_cost,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_cost {
  font-size: 12px;
}
#shipmentdiv .opg-modal-dialog .opg-list .radio,
#paymentdiv .opg-modal-dialog .opg-list .radio {
  float: left;
  margin-right: 10px;
  cursor: default;
}
#shipmentdiv .opg-modal-dialog .opg-list .radio label,
#paymentdiv .opg-modal-dialog .opg-list .radio label {
  cursor: default;
}
#shipmentdiv .opg-modal-dialog .opg-list .radio + label,
#paymentdiv .opg-modal-dialog .opg-list .radio + label,
#shipmentdiv .opg-modal-dialog .opg-list .radio + span,
#paymentdiv .opg-modal-dialog .opg-list .radio + span {
  float: left;
  width: 80%;
  cursor: pointer;
}
.opg-progress {
  padding: 0;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.opg-progress .opg-progress-bar {
  background-color: #124ea1;
  display: inline-block;
  height: 25px;
  width: 200px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.opg-progress .opg-progress-bar {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
#cart-contents > p.opg-margin-small-top {
  padding-bottom: 30px;
}
#billto_inputdiv > .checkbox {
  background: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
#shiptopopup input,
#billtopopup input {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  margin-bottom: 8px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#shiptopopup input:focus,
#billtopopup input:focus {
  box-shadow: none;
}
#billto_inputdiv > .checkbox {
  display: none;
}
#commentpopup textarea {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 80px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#commentpopup textarea:focus {
  box-shadow: none;
}

#t3-mainnav .megascreenshot {
  display: inline-block;
  width: 60px;
  padding-right: 20px;
}
#t3-mainnav .megascreenshot img {
  width: 100%;
  height: auto;
}
#t3-mainnav .list.mega-nav.img {
  margin: 0 0;
  overflow: hidden;
  padding: 20px 0 10px;
  list-style: none;
}
#t3-mainnav .list.mega-nav.img li {
  box-sizing: border-box;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  list-style: none;
}
#t3-mainnav .list.mega-nav.img li a {
  padding-left: 0;
}
#t3-mainnav .list.mega-nav.img li a:after {
  display: none;
}
#t3-mainnav .list.mega-nav.img li ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
#t3-mainnav .list.mega-nav.img li ul li {
  text-transform: none;
  position: relative;
  padding-left: 25px;
}
#t3-mainnav .list.mega-nav.img li ul li:before {
  content: "--";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 40%;
  color: #333333;
}
#t3-mainnav .list.mega-nav.img li:first-child {
  border-top: none;
}
#t3-mainnav .mega-group .t3-module.module .list.mega-nav a:after {
  display: none;
}
header#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu {
  margin-top: 21px;
}
header#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu .dropdown-menu {
  margin-top: -1px;
}

.mod_vm2products.new-tabs.standart {
  margin-bottom: -40px;
}
.mod_vm2products.new-tabs.standart .standart-box {
  padding-bottom: 40px;
}

.mod_vm2products.new-tabs .responsive-tabs__list {
  z-index: 0;
}

.mod_vm2products.new-tabs.accordion {
  padding-bottom: 20px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__list {
  display: none;
}
.mod_vm2products.new-tabs.accordion .mod-title.responsive-tabs__heading {
  display: block;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__list {
  display: none;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__heading {
  display: block;
  margin-bottom: 5px;
}
.mod_vm2products.new-tabs.accordion .module-title.no-products {
  margin-left: 15px;
  margin-right: 15px;
}
.mod_vm2products.new-tabs.accordion .vmproduct_tabs {
  padding-bottom: 30px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__list {
  display: none;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading {
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 20px 10px 40px;
  background: #e4e4e4;
  border-radius: 0px;
  margin-right: 4px;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 16px;
  left: 20px;
  margin-top: -10px;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading:hover {
  background: #124ea1;
  color: #fff;
  font-weight: 300;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading.responsive-tabs__heading--active {
  background: #124ea1;
  color: #fff;
  font-weight: 300;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading.responsive-tabs__heading--active:after {
  content: "\f068";
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__panel {
  padding-bottom: 30px;
  padding-top: 25px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__panel .owl-theme .owl-controls .owl-next {
  right: 23px;
  top: -65px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__panel .owl-theme .owl-controls .owl-prev {
  right: 58px;
  top: -65px;
}

.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-prev:hover {
  background: #124ea1;
  color: #fff;
}
.owl-theme .owl-controls .owl-next:hover {
  background: #124ea1;
  color: #fff;
}

.search .page-title {
  color: #252525;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}
.search #searchForm .input-group-btn {
  display: inline-block;
  float: left;
}
.search #searchForm .input-group-btn .btn {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  line-height: 20px;
  padding: 9px 10px;
  color: #252525;
}
.search #searchForm .input-group-btn .btn:hover {
  background: #fff;
}
.search #searchForm input#search-searchword {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 20px;
  outline: none;
  box-sizing: border-box;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search #searchForm input#search-searchword:focus {
  box-shadow: none;
}
.search #searchForm .phrases legend,
.search #searchForm .only legend {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search #searchForm .radio-inline {
  padding-left: 0px;
}
.search #searchForm .checkbox-inline {
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}
.search #searchForm #ordering_chzn .chzn-single {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding-top: 3px;
  padding-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto !important;
}
.search #searchForm #ordering_chzn .chzn-drop {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

div.fancybox-inner {
  overflow: hidden !important;
}
div#basket_container .black-basket h3 {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 40px;
}
div#basket_container .black-basket .right-link {
  top: 0;
  right: 0;
}
div#basket_container .black-basket .right-link a {
  color: #252525;
}
div#basket_container .black-basket .right-link a:hover {
  color: #e3158d;
}
div#checkoutForm {
  margin-top: 0;
  margin-bottom: -30px;
}
#onepage_info_above_button {
  margin-bottom: 0px;
}
#onepage_info_above_button #onepage_total_inc_sh #totalam {
  padding-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="checkbox"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
span.checkbox {
  margin: 0;
  background: #f4f4f4;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
span.checkbox input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
span.checkbox label.checkbox_inner::before {
  color: #e3158d;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner::before {
  content: "\f078";
}
#checkout-advertise-box {
  padding: 0px;
  background: #fff;
}
#checkout-advertise-box label {
  font-weight: 300;
}
#checkout-advertise-box .inline {
  margin-bottom: -20px;
}
#checkout-advertise-box .inline table {
  width: 100%;
}
#checkout-advertise-box .inline table td:first-child input[type="text"] {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#checkout-advertise-box .inline table td:first-child input[type="text"]:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#checkout-advertise-box .inline table td:first-child .button {
  margin-left: 0 !important;
  margin-top: 10px;
}
#checkout-advertise-box .inline table #userIDcart {
  display: block !important;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  width: 100% !important;
  box-sizing: border-box;
  max-width: inherit !important;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  border-radius: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#checkout-advertise-box .inline table #userIDcart:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#checkout-advertise-box .inline table #userIDcart_chzn {
  display: none;
}
#checkout-advertise-box .click_new_shopper {
  margin-bottom: 20px;
  display: none;
}
#onepage_main_div.cart-view {
  margin-top: 30px;
}
#onepage_main_div.cart-view input.inputbox,
#onepage_main_div.cart-view #registertab input,
#onepage_main_div.cart-view .output-billto input,
#onepage_main_div.cart-view .output-shipto input {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  height: 40px;
  width: 100%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#onepage_main_div.cart-view input.inputbox:focus,
#onepage_main_div.cart-view #registertab input:focus,
#onepage_main_div.cart-view .output-billto input:focus,
#onepage_main_div.cart-view .output-shipto input:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#onepage_main_div.cart-view #registertab {
  padding: 30px 0;
}
#onepage_main_div.cart-view #registertab input {
  width: 50%;
}
#onepage_main_div.cart-view #logintab {
  padding: 30px 0;
}
#onepage_main_div.cart-view #logintab .remembers {
  padding-bottom: 20px;
  padding-top: 10px;
}
#onepage_main_div.cart-view #tab_selector li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #252525;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 300;
  background: #e4e4e4;
  margin-right: 4px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  cursor: pointer;
}
#onepage_main_div.cart-view #tab_selector li.active {
  cursor: default;
}
#onepage_main_div.cart-view #tab_selector li:hover {
  background: #bbbbbb;
  color: #fff;
}
#onepage_main_div.cart-view #tab_selector li.active,
#onepage_main_div.cart-view #tab_selector li.active:hover {
  background: #bbbbbb;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #agreed_div a {
    display: none;
  }
}
#remember_login-styler {
  display: none !important;
}
div#basket_container.cart-view {
  padding-bottom: 0;
}
div#basket_container.cart-view .custom_chec.bg-marg {
  background: #fff;
  padding-top: 10px;
  border: none;
}
div#basket_container.cart-view .custom_chec.bg-marg .op_basket_row.custom_chec.none {
  display: block;
  height: 20px;
  padding: 8px 12px;
}
div#basket_container.cart-view .black-basket .col-module_content {
  border-radius: 0px;
  box-sizing: border-box;
  background: #fdfcfc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row {
  padding: 0;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.section2 {
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header {
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header > div {
  color: #252525;
  font-weight: 400;
  font-size: 16px;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a,
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .vm-customfield-cart {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #252525;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a:hover {
  color: #e3158d;
}
div#basket_container.cart-view .black-basket .col-module_content #tt_total_basket {
  color: #e3158d;
}
div#basket_container.cart-view .black-basket .col-module_content .cart_form {
  float: none;
  text-align: center;
}
div#basket_container.cart-view .black-basket .col-module_content .update_form_wrap {
  text-align: center;
}
div#basket_container.cart-view .black-basket .col-module_content .vm2-add_quantity_cart {
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  margin-right: 5px;
}
div#basket_container.cart-view .black-basket .col-module_content .vm2-add_quantity_cart:hover {
  color: #e3158d;
}
div#basket_container.cart-view .black-basket .col-module_content input.inputbox_update {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  margin-bottom: 5px;
  float: none;
}
#couponcode_field {
  padding: 0 0px 0;
  background: #fff;
  margin-bottom: 30px;
}
#couponcode_field h3 {
  margin-right: 0px;
  margin-left: 0px;
}
#couponcode_field .coupon_input.input-large {
  width: 175px;
  margin-right: 5px;
  box-sizing: border-box;
  height: 41px;
}
#onepage_main_div .shipping_method_section {
  float: left;
  width: 50%;
  margin-right: 0px;
  box-sizing: border-box;
  padding-top: 30px !important;
}
#onepage_main_div #payment_top_wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-top: 30px !important;
}
#onepage_main_div .cart-view {
  background: #fff;
  padding: 0 0;
}
#onepage_main_div .cart-view .module-title {
  margin-left: 0px;
  margin-right: 0px;
}
#onepage_main_div .cart-view .output-billto,
#onepage_main_div .cart-view .output-shipto {
  margin-bottom: -30px;
}
#onepage_main_div .cart-view .output-billto select,
#onepage_main_div .cart-view .output-shipto select {
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  width: 50% !important;
  box-sizing: border-box;
  max-width: inherit !important;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  border-radius: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #onepage_main_div .cart-view .output-billto select,
  #onepage_main_div .cart-view .output-shipto select {
    width: 100% !important;
  }
}
#onepage_main_div .cart-view .output-billto select:focus,
#onepage_main_div .cart-view .output-shipto select:focus {
  border: 1px solid #f4f4f4;
  box-shadow: none;
}
#onepage_main_div input[type="radio"] {
  border: none;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: 0;
}
#onepage_main_div div.opc_ship_wrap,
#onepage_main_div .payment_inner_html > div {
  position: relative;
}
#onepage_main_div div.opc_ship_wrap::before,
#onepage_main_div .payment_inner_html > div::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  min-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  content: "";
}
#onepage_main_div input[type="radio"] {
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}
#onepage_main_div > label {
  bottom: 0;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  white-space: nowrap;
}
#onepage_main_div input[type="radio"]:checked + label::before {
  background: #e3158d;
  border-radius: 50%;
  content: " ";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}
#onepage_main_div .vmCartShipmentLogo,
#onepage_main_div .vmCartPaymentLogo {
  margin-left: 10px;
}
#onepage_main_div .vmshipment_description,
#onepage_main_div .vmpayment_description {
  font-weight: 300;
}
#onepage_main_div textarea.customer-comment {
  box-sizing: border-box;
}
#onepage_main_div #totalam {
  box-sizing: border-box;
}
#onepage_main_div #totalam #tt_total_div #tt_total {
  color: #124ea1;
}
.category_description {
  margin-bottom: 0;
}
.prod_desc {
  margin-bottom: 30px;
}
.Front_VM2 .category-view {
  margin-bottom: 0;
}
.Front_VM2 .box-style {
  padding: 20px 20px 10px 20px;
}
.Front_VM2 .box-style .prod_desc {
  padding: 0;
}
div#facebox .close img {
  display: none;
}
div#facebox div.content.my-groovy-style {
  width: 480px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#facebox div.content.my-groovy-style {
    width: 300px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #onepage_main_div .cart-view.shipping_method_section,
  #onepage_main_div #payment_top_wrapper {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .op_inside.loginsection.login-box input {
    width: 100% !important;
  }
}

.boxed-version {
  overflow: hidden;
}
.boxed-version .boxed.layout-boxed {
  overflow: visible;
}
div.tooltip {
  min-width: 70px;
}
div.jmoddiv.jmodinside {
  position: static;
}
.module.homeblog {
  padding-top: 30px;
}
input[type="radio"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
label.radio {
  margin-bottom: 16px;
}
span.radio {
  margin: 0;
  background: #f4f4f4;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
span.radio input[type="radio"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
span.radio label {
  font-weight: 400;
}
span.radio label.radio_inner::before {
  color: #e3158d;
  content: " ";
  font-family: "FontAwesome";
  font-size: 12px;
  width: 8px;
  height: 8px;
  left: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 7px;
  background: #f4f4f4;
}
span.radio input[type="radio"]:checked + label.radio_inner::before {
  background: #e3158d;
}
nav#t3-mainnav .navbar-nav > .dropdown > a .caret,
nav#t3-mainnav .navbar-nav > li > span .caret {
  pointer-events: none;
}
.category_description {
  padding-bottom: 30px;
}
.browse-view .virtuemart_search {
  padding-top: 10px;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden !important;
}
.com_virtuemart.fancybox-margin {
  margin-right: 0 !important;
}
.box-bg.login-box2.cart-view > h3 {
  display: none;
}
div#facebox .popup .content .left h4,
.fancybox-wrap div.fancybox-inner .left h4 {
  padding-top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .mod-right #vmCartModule #cart_list {
    right: auto;
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Results #bottom-pagination-top {
    margin-bottom: 20px;
  }
}

.layout li .prod-row .product-box.style_1 .Price {
  display: inline-block;
}
.layout li .prod-row .product-box.style_1 .Title {
  padding-top: 20px;
}
.layout li .prod-row .product-box.style_1 .product-actions div.tooltip {
  display: none !important;
}
.layout li .prod-row .product-box.style_1 .product-actions .add_compare,
.layout li .prod-row .product-box.style_1 .product-actions .wishlist {
  float: right;
}
.layout li .prod-row .product-box.style_1:hover .img-wrapper.big .back img {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout li .prod-row .product-box.style_1:hover .img-wrapper.big.first .front {
  margin-top: 0;
}
.layout li .prod-row .product-box.style_1:hover .img-wrapper.big.first .back {
  display: none;
}
.layout li .prod-row .product-box.style_2 {
  text-align: center;
}
.layout li .prod-row .product-box.style_2 .count_holder_small {
  background: none;
  padding: 0 6px 6px 6px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section {
  width: 25%;
  background: rgba(37, 37, 37, 0.6);
  text-align: center;
  margin: 0 0 0 1px;
  padding: 6px 0;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section .countdown_amount {
  float: none;
  display: block;
  font-weight: bold;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section + .countdown_section {
  width: 24%;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section {
  width: 24%;
}
.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section + .countdown_section {
  width: 25%;
}
.layout li .prod-row .product-box.style_2 .Title {
  padding-top: 20px;
}
.layout li .prod-row .product-box.style_2 .Price {
  display: inline-block;
}
.layout li .prod-row .product-box.style_2 .vote {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart,
.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart form,
.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart form,
.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart a,
.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart a {
  display: inline-block;
  float: none;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare {
  display: inline-block;
  margin: 0 10px;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a {
  padding: 0;
  height: auto;
  width: auto;
  filter: alpha(opacity=10000);
  opacity: 100;
  top: 0;
  background: none;
  text-transform: capitalize;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a .action-name,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a .action-name {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a.active,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a.active,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a:hover,
.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a:hover {
  background: none;
  color: #124ea1;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big .front {
  margin-top: -100%;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big .back img {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big.first .front {
  margin-top: 0;
}
.layout li .prod-row .product-box.style_2:hover .img-wrapper.big.first .back {
  display: none;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small,
.layout li div.prod-row div.product-box.style_3 .count_holder_small {
  background: none;
  padding: 0 6px 6px 6px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section {
  width: 25%;
  background: rgba(37, 37, 37, 0.6);
  text-align: center;
  margin: 0 0 0 1px;
  padding: 6px 0;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section .countdown_amount,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section .countdown_amount {
  float: none;
  display: block;
  font-weight: bold;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section {
  width: 24%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section {
  width: 24%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section + .countdown_section,
.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section + .countdown_section + .countdown_section + .countdown_section {
  width: 25%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper,
.layout li div.prod-row div.product-box.style_3 .img-wrapper {
  position: relative;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style {
  position: relative;
  display: block;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:before,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31, 34, 40, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2222;
  pointer-events: none;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:after,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:after {
  content: "\f00e ";
  font-family: FontAwesome;
  display: block;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: -50%;
  z-index: 2222;
  pointer-events: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style img,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style img {
  position: static;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .second,
.layout li div.prod-row div.product-box.style_3 .img-wrapper .second {
  display: none;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:before,
.layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:before {
  visibility: visible;
  filter: alpha(opacity=10000);
  opacity: 100;
}
#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:after,
.layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:after {
  top: 50%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .Price,
.layout li div.prod-row div.product-box.style_3 .Price {
  float: left;
}
#product_list .layout li div.prod-row div.product-box.style_3 .Title,
.layout li div.prod-row div.product-box.style_3 .Title {
  padding-top: 18px;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions,
.layout li div.prod-row div.product-box.style_3 .product-actions {
  overflow: visible !important;
  width: 100%;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div,
.layout li div.prod-row div.product-box.style_3 .product-actions > div {
  float: left;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=10000);
  opacity: 100;
  visibility: visible;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div .add_wishlist,
.layout li div.prod-row div.product-box.style_3 .product-actions > div .add_wishlist,
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div .remwishlists,
.layout li div.prod-row div.product-box.style_3 .product-actions > div .remwishlists,
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div .add_compare,
.layout li div.prod-row div.product-box.style_3 .product-actions > div .add_compare {
  margin-left: 4px;
  margin-bottom: 4px;
  filter: alpha(opacity=10000);
  opacity: 100;
  top: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips,
.layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips {
  float: left;
  margin: 0 !important;
  margin-left: 4px !important;
  width: auto;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0 !important;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips i,
.layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips i {
  margin: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips span,
.layout li div.prod-row div.product-box.style_3 .product-actions > div.quick_btn.hasTooltips span {
  display: none;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button,
.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button {
  min-width: 40px;
  text-align: center;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i,
.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i {
  margin: 0;
}
#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name,
.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name {
  display: none;
}

.accordion-list-item {
  margin-bottom: 30px;
}
.su-accordion.lovely .su-spoiler {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #124ea1;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-accordion.lovely .su-spoiler .su-spoiler-title {
  padding-top: 6px;
  padding-bottom: 6px;
}
.su-accordion.lovely .su-spoiler.su-spoiler-closed {
  color: #252525;
}
.su-accordion.lovely .su-spoiler.su-spoiler-closed:hover {
  color: #124ea1;
}
.su-accordion.lovely .su-spoiler .su-spoiler-content {
  color: #777777;
}
.su-accordion.lovely.right-icon-plus .su-spoiler {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #124ea1;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-accordion.lovely.right-icon-plus .su-spoiler .su-spoiler-title {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
}
.su-accordion.lovely.right-icon-plus .su-spoiler.su-spoiler-closed {
  color: #252525;
}
.su-accordion.lovely.right-icon-plus .su-spoiler.su-spoiler-closed:hover {
  color: #124ea1;
}
.su-accordion.lovely.right-icon-plus .su-spoiler .su-spoiler-content {
  color: #777777;
}
.su-accordion.lovely.right-icon-plus .su-spoiler .su-spoiler-icon {
  display: none;
}
.su-accordion.lovely.right-icon-plus .su-spoiler i {
  margin-right: 6px;
}

.tabs-list-item {
  margin-bottom: 30px;
}
div.su-tabs.lovely {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}
div.su-tabs.lovely .su-tabs-nav span {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
}
div.su-tabs.lovely .su-tabs-nav span.su-tabs-current,
div.su-tabs.lovely .su-tabs-nav span:hover {
  background: #252525;
  color: #fff;
}
div.su-tabs.lovely .su-tabs-pane {
  padding: 20px 0 0  0;
}
div.su-tabs.lovely.su-tabs-vertical .su-tabs-pane {
  padding-left: 20px;
  padding-top: 0px;
}

.section-icon-list-item {
  margin-bottom: 30px;
}
.su-icon-list.lovely {
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-icon-list.lovely .icon_description h3 {
  text-transform: uppercase;
}
.su-icon-list.lovely.bg {
  background: #124ea1;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}
.su-icon-list.lovely.bg:hover {
  background: #000000;
}
.su-icon-list.lovely.bg .icon_description_text a {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.su-icon-list.lovely.bg .icon_description_text a:hover {
  color: #124ea1;
}

.section-list-item {
  margin-bottom: 30px;
}
.su-list.lovely li {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  line-height: 40px;
  font-size: 14px;
  color: #777;
}
.su-list.lovely li i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 8px;
}
.su-list.lovely li a {
  display: inline-block;
  color: #777777;
}
.su-list.lovely li a:hover {
  color: #124ea1;
}

.section-note-item {
  margin-bottom: 30px;
}

.section-social-like-item {
  margin-bottom: 30px;
}

.section-faq-item {
  margin-bottom: 30px;
}
.su-faq.lovely .cbp-l-filters-underline .cbp-filter-item {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-family: inherit;
  font-weight: 400;
  border: none;
}
.su-faq.lovely .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active,
.su-faq.lovely .cbp-l-filters-underline .cbp-filter-item:hover {
  background: #252525;
  color: #fff;
}
.su-faq.lovely .cbp-l-filters-underline .cbp-l-caption-body {
  font-family: inherit;
}
.su-faq.lovely div.cbp-caption {
  border: none;
}
.su-faq.lovely div.cbp-caption .cbp-caption-defaultWrap {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  padding: 0;
  font-family: inherit;
}
.su-faq.lovely div.cbp-caption .cbp-caption-defaultWrap i {
  position: relative;
  top: 0;
  margin-right: 8px;
}
.su-faq.lovely div.cbp-caption .cbp-l-caption-body {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.section-weather-item {
  margin-bottom: 30px;
}
.su-weather.lovely {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-progress-bar.lovely {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-progress-bar.lovely .su-pb-fill {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-progress-bar.lovely.su-progress-bar-style-1 {
  margin-top: 40px;
  position: relative;
}
.su-progress-bar.lovely.su-progress-bar-style-1 .su-pb-fill {
  height: 16px;
  line-height: 16px;
  overflow: visible;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: static;
}
.su-progress-bar.lovely.su-progress-bar-style-1 .su-pb-fill .su-pb-text {
  position: relative;
  top: -20px;
  padding: 0;
  margin: 0;
}
.su-progress-bar.lovely.su-progress-bar-style-1 .su-pb-fill .su-pb-percent {
  margin: 0;
  padding: 0;
  top: -20px;
}
.su-progress-bar.lovely.su-progress-bar-style-5 {
  position: relative;
}
.su-progress-bar.lovely.su-progress-bar-style-5 .su-pb-fill {
  overflow: visible;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
}
.su-progress-bar.lovely.su-progress-bar-style-5 .su-pb-fill .su-pb-text {
  background: none;
  margin: 0;
  padding: 0 0 0 6px;
  line-height: 24px;
}
.su-progress-bar.lovely.su-progress-bar-style-5 .su-pb-fill .su-pb-percent {
  background: none;
  margin: 0;
  padding: 0 6px 0 0;
  line-height: 24px;
}

.section-calltoaction-item {
  margin-bottom: 30px;
}

.section-youtube-item {
  margin-bottom: 30px;
}
.su-lightbox.lovely a.su-button {
  background: #124ea1 !important;
}
.su-lightbox.lovely a.su-button span {
  padding-top: 5px !important;
  padding-bottom: 3px !important;
}
.su-lightbox.lovely a.su-button:hover {
  background: #000000 !important;
}

.section-carousel-item {
  margin-bottom: 30px;
}
div.su-carousel.lovely div.su-carousel-slide {
  padding: 0;
  padding-bottom: 30px;
}
div.su-carousel.lovely .su-carousel-caption {
  text-align: left;
}
div.su-carousel.lovely .su-carousel-caption .su-carousel-slide-title {
  font-weight: 400;
  font-family: inherit;
}
div.su-carousel.lovely .su-carousel-caption .su-carousel-slide-title a:hover {
  color: #124ea1 !important;
}
div.su-carousel.lovely .owl-controls .owl-dots .owl-dot span {
  background: #e4e4e4;
  width: 14px;
  height: 14px;
  margin-top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.su-carousel.lovely .owl-controls .owl-dots .owl-dot.active span,
div.su-carousel.lovely .owl-controls .owl-dots .owl-dot:hover span {
  background: #252525 !important;
}
div.su-carousel.lovely .owl-controls .owl-nav {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=10000);
  opacity: 100;
}
div.su-carousel.lovely .owl-controls .owl-nav div {
  color: #252525;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  background: #e4e4e4;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.su-carousel.lovely .owl-controls .owl-nav div:hover {
  background: #252525;
  color: #fff;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-prev {
  top: -56px;
  left: auto;
  right: 36px;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-prev:before {
  display: none;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-prev:after {
  font-family: "FontAwesome";
  content: "\f0d9";
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-next {
  top: -56px;
  right: 0;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-next:before {
  display: none;
}
div.su-carousel.lovely .owl-controls .owl-nav div.owl-next:after {
  font-family: "FontAwesome";
  content: "\f0da";
}

.section-member-item {
  margin-bottom: 30px;
}
.su-member.lovely .su-member-info {
  padding-left: 0;
  padding-right: 0;
}
.su-member.lovely .su-member-icons {
  padding-left: 0;
  padding-right: 0;
}
.su-member.lovely .su-member-icons a i {
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-member.lovely .su-member-icons a:hover i {
  color: #124ea1 !important;
}

.section-Counters-item {
  margin-bottom: 30px;
}
div.su-counter-wrapper.lovely div.su-counter-icon i {
  color: #f0a000;
  font-size: 60px !important;
  line-height: 60px;
}
div.su-counter-wrapper.lovely .su-counter-desc {
  margin-top: -12px;
}
div.su-counter-wrapper.lovely .su-counter-desc .su-counter-number {
  font-weight: bold;
}

.section-testimonial-item {
  margin-bottom: 0px;
}
.su-testimonial.lovely {
  margin-bottom: 30px;
}
.su-testimonial.lovely div.su-testimonial-photo img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.su-testimonial.lovely div.su-testimonial-text {
  padding: 20px;
  padding-left: 50px;
  overflow: hidden;
  border: none;
}
.su-testimonial.lovely div.su-testimonial-text .quote:before {
  top: -20px;
  left: -4px;
  font-size: 350px;
  color: #a93962;
  font-family: inherit;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.section-price-item {
  margin-bottom: 30px;
}
div.su-plan.lovely {
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.su-plan.lovely .su-plan-head {
  border: none;
  background: #e4e4e4;
}
div.su-plan.lovely .su-plan-head .su-plan-name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.su-plan.lovely .su-plan-head .su-plan-price,
div.su-plan.lovely .su-plan-head .su-plan-price-before {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #f0a000;
}
div.su-plan.lovely .su-plan-head .su-plan-period {
  font-size: 14px;
  line-height: 24px;
  color: #f0a000;
}
div.su-plan.lovely .su-plan-head .su-plan-icon {
  font-size: 18px;
}
div.su-plan.lovely .su-plan-options {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.su-plan.lovely .su-plan-options li {
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  color: #777;
}
div.su-plan.lovely div.su-plan-footer {
  background: #e4e4e4 !important;
  padding: 14px;
}
div.su-plan.lovely.su-plan-featured {
  border: 2px solid #124ea1;
  position: relative;
  margin-top: -5%;
}
div.su-plan.lovely.su-plan-featured div.su-plan-head {
  padding-top: 0;
  background: #fff;
  border-bottom: 2px solid #124ea1 !important;
}
div.su-plan.lovely.su-plan-featured div.su-plan-head .su-plan-badge {
  background: #124ea1 !important;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
div.su-plan.lovely.su-plan-featured .su-plan-footer {
  border-top: 2px solid #124ea1 !important;
  background: #fff !important;
}

#t3-content div.su-timeline-before-text span,
#t3-content div.su-timeline-after-text span {
  padding: 30px 0;
}
#t3-content div.su-timeline-after-text span {
  -moz-box-shadow: 0 -3px 0 0 rgba(200, 200, 200, 0.5);
  -webkit-box-shadow: 0 -3px 0 0 rgba(200, 200, 200, 0.5);
  box-shadow: 0 -3px 0 0 rgba(200, 200, 200, 0.5);
}
#t3-content .su-timeline.lovely {
  padding: 10px 0 50px;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
#t3-content .su-timeline.lovely .su-timeline-time {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}
#t3-content .su-timeline.lovely .su-timeline-time small {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 4px;
}
#t3-content .su-timeline.lovely .su-timeline-content {
  padding: 50px 0 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#t3-content .su-timeline.lovely .su-timeline-content .su-timeline-content-body .su-timeline-item-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
  top: -8px;
}
#t3-content .su-timeline.lovely .su-timeline-item-image img {
  width: 100%;
  height: auto;
}

div.su-portfolio .cbp-l-filters-button .cbp-filter-item,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item,
div.su-portfolio .su-filter-style1 .cbp-filter-item {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-family: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px;
}
div.su-portfolio .cbp-l-filters-button .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item:before,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item:before,
div.su-portfolio .su-filter-style1 .cbp-filter-item:before {
  display: none;
}
div.su-portfolio .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .su-filter-style1 .cbp-filter-item.cbp-filter-item-active,
div.su-portfolio .cbp-l-filters-button .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-alignLeft .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-alignRight .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-work .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-list .cbp-filter-item:hover,
div.su-portfolio .cbp-l-filters-text .cbp-filter-item:hover,
div.su-portfolio .su-filter-style1 .cbp-filter-item:hover {
  background: #252525;
  color: #fff;
}
div.su-portfolio .su-lightbox-item.sup-zoom,
div.su-portfolio .sup-link {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div.su-portfolio .su-lightbox-item.sup-zoom:after,
div.su-portfolio .sup-link:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 10px 8px;
  margin: 0;
  color: #fff;
}
div.su-portfolio .su-lightbox-item.sup-zoom:hover:after,
div.su-portfolio .sup-link:hover:after {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
}
div.su-portfolio .sup-title {
  color: #1f2228;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
div.su-portfolio .sup-title:hover {
  color: #124ea1;
}
div.su-portfolio .sup-title h4 {
  color: inherit !important;
}
div.su-portfolio .su-portfolio-style3 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style3 .sup-title:hover {
  color: #777;
}
div.su-portfolio .su-portfolio-style4 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style4 .sup-title:hover {
  color: #124ea1;
}
div.su-portfolio .su-portfolio-style7 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style7 .sup-title:hover {
  color: #000;
}
div.su-portfolio .su-portfolio-style9 .sup-link-wrap {
  background: rgba(0, 0, 0, 0.9) !important;
}
div.su-portfolio .su-portfolio-style9 .sup-link-wrap .su-lightbox-item,
div.su-portfolio .su-portfolio-style9 .sup-link-wrap .sup-link {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  border: none !important;
  padding: 0;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.su-portfolio .su-portfolio-style10 .sup-title {
  color: #fff;
}
div.su-portfolio .su-portfolio-style10 .sup-title:hover {
  color: #252525;
}
div.su-portfolio .cbp-l-loadMore-button a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 400;
  border: none;
  background: #252525;
  color: #fff;
}
div.su-portfolio .cbp-l-loadMore-button a:hover {
  background: #e4e4e4;
  color: #252525;
}

div.su-photo-gallery.lovely .su-photo-gallery-links a {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
div.su-thumb-gallery.lovely .su-pagination {
  padding: 0 40px;
}
div.su-thumb-gallery.lovely .cbp-nav-controls > div {
  bottom: -15%;
}

.su-post-grid.lovely .cbp-l-grid-blog-title {
  color: #1f2228;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.su-post-grid.lovely .cbp-l-grid-blog-title:hover {
  color: #124ea1;
}
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #252525;
  font-family: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px;
}
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item:before {
  display: none;
}
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.su-post-grid.lovely .cbp-l-filters-button .cbp-filter-item:hover {
  background: #252525;
  color: #fff;
}
.su-post-grid.lovely .cbp-search .cbp-search-input {
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e4e4e4;
}
.su-post-grid.lovely .cbp-l-loadMore-button a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 20px;
  background: #252525;
  color: #fff;
}
.su-post-grid.lovely .cbp-l-loadMore-button a:hover {
  background: #e4e4e4;
  color: #252525;
}
.su-post-grid.lovely .cbp-nav-pagination {
  bottom: -60px;
}
.su-post-grid.lovely .cbp-nav-pagination .cbp-nav-pagination-item {
  background: #e4e4e4;
  width: 14px;
  height: 14px;
  margin-top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.su-post-grid.lovely .cbp-nav-pagination .cbp-nav-pagination-item.cbp-nav-pagination-active,
.su-post-grid.lovely .cbp-nav-pagination .cbp-nav-pagination-item:hover {
  background: #252525 !important;
}
.su-post-grid.lovely .cbp-nav-controls {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=10000);
  opacity: 100;
}
.su-post-grid.lovely .cbp-nav-controls div {
  color: #252525;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  background: #e4e4e4;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-post-grid.lovely .cbp-nav-controls div:hover {
  background: #252525;
  color: #fff;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-prev {
  top: -56px;
  left: auto;
  right: 4px;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-prev:before {
  display: none;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-prev:after {
  font-family: "FontAwesome";
  content: "\f0d9";
  background: none;
  height: 30px;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-next {
  top: -56px;
  right: 0;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-next:before {
  display: none;
}
.su-post-grid.lovely .cbp-nav-controls div.cbp-nav-next:after {
  font-family: "FontAwesome";
  content: "\f0da";
  background: none;
  height: 30px;
}

#productdetailsview.productdetails-view {
  
  
}
#productdetailsview.productdetails-view .wrapper2 div.lbl-box {
  left: 20px;
}
#productdetailsview.productdetails-view .wrapper2 div.lbl-box2 {
  right: 20px;
}
#productdetailsview.productdetails-view .main-image.default .vm-img-desc {
  display: none;
}
#productdetailsview.productdetails-view .additional-images.default {
  padding-top: 20px;
  margin: 0 -10px;
}
#productdetailsview.productdetails-view .additional-images.default .floatleft {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
#productdetailsview.productdetails-view .additional-images.default .floatleft img {
  width: 100%;
  height: auto;
}
#productdetailsview.productdetails-view .additional-images.default .floatleft .vm-img-desc {
  display: none;
}
#productdetailsview.productdetails-view .image_show_lightgallery {
  margin-bottom: 10px;
}
#productdetailsview.productdetails-view .image_show_lightgallery #lightgallery {
  margin: 0 -5px;
  overflow: hidden;
}
#productdetailsview.productdetails-view .image_show_lightgallery .main-image {
  box-sizing: border-box;
  margin: 0 5px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview.productdetails-view .image_show_lightgallery .main-image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#productdetailsview.productdetails-view .image_show_lightgallery .small {
  display: inline-block;
  float: left;
  margin-top: 10px;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
#productdetailsview.productdetails-view .image_show_lightgallery .small a {
  overflow: hidden;
}
#productdetailsview.productdetails-view .image_show_lightgallery .small a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bottom-block {
  z-index: 2002;
}

.accordion-group {
  background: nobe;
  border: none;
  border-radius: 0;
  color: #515151;
  margin-bottom: 5px;
}
.accordion-heading a.accordion-toggle.collapsed {
  background: #f7f7f7;
  color: #252525;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.accordion-heading a.accordion-toggle.collapsed:hover {
  background: #000000;
  color: #fff;
}
.accordion-heading a.accordion-toggle span {
  float: right;
}
.accordion-heading a.accordion-toggle span i {
  font-style: normal;
}
.accordion-heading a.accordion-toggle.collapsed span i.minus {
  display: none;
}
.accordion-heading a.accordion-toggle.collapsed span i.plus {
  display: block;
}
.accordion-heading a.accordion-toggle {
  background: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.accordion-heading a.accordion-toggle span i.plus {
  display: none;
}
.accordion-heading a.accordion-toggle span i.minus {
  display: block;
}
#productdetailsview .accordion-body {
  border: none;
  background: #fff;
}
#productdetailsview .accordion-body .accordion-inner {
  padding: 30px 0 20px 0;
}
#productdetailsview .accordion-inner .filter .product-field-type-P .product-fields-title {
  font-size: 14px;
  font-weight: bold;
}
#productdetailsview .accordion-inner .filter .product-field-type-S span {
  display: inline-block;
}
#productdetailsview .accordion-inner .filter .product-fields li {
  margin-left: 25px;
}
#productdetailsview .accordion-inner .video .product-fields-title,
#productdetailsview .accordion-inner .custom .product-fields-title {
  display: none;
}
#productdetailsview .accordion-inner .video .product-field-desc {
  display: block;
  padding-bottom: 10px;
}
#productdetailsview .accordion-inner .video .product-field-display {
  margin: 0 auto;
  display: block;
  width: 640px;
}

.block-inner {
  padding: 30px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 1199px) {
  .block-inner {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.cart-coupon input.coupon {
  float: left;
  margin-right: 10px;
}
.cart-coupon .details-button {
  float: left;
}
.paymentMethodOptions table {
  margin-top: 20px;
}
.paymentMethodOptions table tr td {
  border: none;
  padding: 10px 10px 10px 0;
}
.steps {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
.steps li {
  font-size: 16px;
  line-height: 30px;
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #252525;
  display: inline-block;
  padding: 4px 20px 4px 20px;
  position: relative;
}
.steps li.current {
  background: #252525;
  color: #fff;
}
.steps li.current:after {
  color: #252525;
}
.steps li:before {
  content: counter(list, decimal-leading-zero) '.';
  counter-increment: list;
  width: auto;
  height: auto;
  z-index: 10;
  position: relative;
  left: 0;
  top: 0;
  font-weight: 500;
}
.steps li:after {
  content: "\f0da";
  font-size: 67px;
  font-family: FontAwesome;
  margin-left: 5px;
  color: #e4e4e4;
  display: block;
  position: absolute;
  right: -19px;
  top: 5px;
  margin-top: 0;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}

header#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu {
  margin-top: -1px;
}
.fancybox-margin.fancybox-lock {
  margin-right: 0px !important;
}
.article-title,
.article-header h1 {
  margin-bottom: 40px;
}
div.bottom-block {
  z-index: 2001;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.header-top div.mod-right > div {
    float: left;
    padding-left: 15px;
    padding-right: 0;
    min-height: 51px;
  }
  div.header-top div.mod-right > div.top-header-block7-custom {
    padding-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  nav#t3-mainnav .sp-vmsearch form {
    margin-left: 0;
  }
}
.cwcookiecontainer a {
  cursor: pointer;
}
div.cwcookielaw .cwcookiebubble {
  top: auto;
  bottom: 100%;
  right: auto;
  left: 50%;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.85);
  padding-top: 10px;
  height: auto;
  max-width: 90%;
  width: 100%;
  padding-bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.cwcookielaw .cwcookiebubble:before {
  font-family: FontAwesome;
  content: "\f00d";
  margin-right: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}
div.cwcookielaw .cwcookiebubble:after {
  content: " ";
  display: none;
  position: absolute;
  bottom: -20px;
  right: 40px;
  background: url(../../../../images/corner.png) left top no-repeat;
  width: 31px;
  height: 20px;
}
body input.inputbox,
body .sp-vmsearch-box {
  border: none;
}
.bottom-block #t3footnav-top .social a em {
  margin: 0 !important;
}

.header-top.style2 {
  background: rgba(255, 255, 255, 0.98);
  border-top: none;
  border-bottom: none;
  z-index: 8;
}
.header-top.style2 .top-header-block4-custom {
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.header-top.style2 .top-header-block4-custom ul.menu {
  overflow: hidden;
  margin-right: -8px;
}
.header-top.style2 .top-header-block4-custom ul.menu li {
  float: left;
  padding-right: 8px;
}
.header-top.style2 .top-header-block4-custom ul.menu li a {
  padding: 0;
  background: none;
  color: #252525;
}
.header-top.style2 .top-header-block4-custom ul.menu li a:hover {
  color: #e3158d;
}
.header-top.style2 .top-header-block4-custom ul.menu li.active a {
  color: #e3158d;
}
.header-top.style2 .top-header-block4-custom ul.menu li + li {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #e4e4e4;
}
.header-top.style2 .top-header-block0-custom {
  border-right: none;
}
#t3-header.style2 {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 30px;
}
#t3-header.style2 .mod-left-style2 {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-left-style2 {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-left-style2 {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-left-style2 {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
#t3-header.style2 .mod-left-style2 .top-header-block1-custom {
  padding-left: 0;
  position: relative;
  z-index: 3;
}
#t3-header.style2 .mod-left-style2 .top-header-block2-custom {
  position: relative;
  z-index: 2;
}
#t3-header.style2 .mod-left-style2 > div {
  float: left;
  border-right: none;
  padding: 10px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-header.style2 .mod-left-style2 > div {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-left-style2 > div {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-left-style2 > div {
    border-right: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-left-style2 > div {
    border-right: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-left-style2 > div.top-header-block4-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-left-style2 > div.top-header-block4-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
#t3-header.style2 .mod-left-style2 #cur-lang {
  position: relative;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading {
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
  text-transform: capitalize;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang .heading img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul {
  margin: 0;
  padding: 0;
  display: block;
  min-width: 150px;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 20px 0 0 -15px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul i {
  display: none;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li {
  border-top: none;
  line-height: 30px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li:hover {
  background: #efefef;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li:hover a {
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li a {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li a.act {
  cursor: default;
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul li + li {
  border-top: 1px solid #efefef;
}
#t3-header.style2 .mod-left-style2 #cur-lang ul img {
  top: -1px;
  position: relative;
  margin-right: 2px;
}
#t3-header.style2 .mod-left-style2 #cur-lang.open .heading {
  color: #e3158d;
}
#t3-header.style2 .mod-left-style2 #cur-lang.open .heading:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 5px;
}
#t3-header.style2 .mod-left-style2 #cur-lang.open ul {
  margin-top: 11px;
  opacity: 1;
  visibility: visible;
}
#t3-header.style2 .mod-right {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 9;
  }
}
#t3-header.style2 .mod-right a.wishlist_total,
#t3-header.style2 .mod-right a.compare_total {
  color: #252525;
}
#t3-header.style2 .mod-right a.wishlist_total:hover,
#t3-header.style2 .mod-right a.compare_total:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-right > div {
  float: right;
  border-left: none;
  padding: 10px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-header.style2 .mod-right > div {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right > div {
    float: left;
    border-left: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-right > div {
    float: left;
    border-left: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right > div {
    float: none;
    border-left: none;
    padding-left: 0;
  }
}
#t3-header.style2 .mod-right > div.top-header-block7-custom {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #t3-header.style2 .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right > div.top-header-block7-custom {
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    z-index: 3;
  }
}
#t3-header.style2 .mod-right > div.top-header-block5-custom {
  border-left: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-header.style2 .mod-right > div .mod-cart {
    display: inline-block;
  }
}
#t3-header.style2 .mod-right #cur-lang i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}
#t3-header.style2 .mod-right #cur-lang i.text {
  font-size: 13px;
  margin-left: 6px;
  top: 0px;
  display: none;
}
#t3-header.style2 .mod-right #cur-lang b {
  display: none;
}
#t3-header.style2 .mod-right #cur-lang span {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  margin-left: 8px;
}
#t3-header.style2 .mod-right #vmCartModule {
  position: relative;
}
#t3-header.style2 .mod-right #vmCartModule .miniart {
  position: relative;
  padding-right: 18px;
  cursor: pointer;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-right #vmCartModule .miniart:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-right #vmCartModule .miniart i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0px;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .art-text {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0px;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .art-text i {
  margin-right: 8px;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .cart_num a {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .cart_num a i {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .cart_num a span {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule .miniart .total_2 {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule .miniart:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule .miniart:hover .cart_num a {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list {
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 20px;
  display: block;
  background: #fff;
  width: 335px;
  color: #252525;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.4);
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-header.style2 .mod-right #vmCartModule #cart_list {
    right: auto;
    left: -15px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #t3-header.style2 .mod-right #vmCartModule #cart_list {
    left: 0px;
    width: 290px !important;
    margin-top: -10px;
  }
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .text-art {
  padding: 15px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .container {
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #cart_post {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container {
  padding: 15px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot {
  position: relative;
  overflow: hidden;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .image {
  float: left;
  width: 70px;
  background: #f5f3f4;
  padding: 5px;
  margin-right: 10px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .image img {
  width: 100%;
  height: auto;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft {
  float: left;
  width: 150px;
  margin-right: 10px;
  text-transform: none;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a {
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #252525;
  display: inline-block;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a:hover {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright {
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .wrap-cart {
  margin-top: -3px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart {
  cursor: pointer;
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart i {
  font-style: normal;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart .product_cart_id {
  opacity: 0;
  visibility: hidden;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart:hover {
  color: #252525;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products .container + .container {
  border-top: 1px solid #e4e4e4;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list #vm_cart_products.none {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all {
  padding: 15px;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot3 {
  overflow: hidden;
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot3 span {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot3 strong {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot4 {
  overflow: hidden;
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot4 span {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .tot4 strong {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .total {
  overflow: hidden;
  width: 100%;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .total span {
  color: #124ea1;
  font-size: 14px;
  line-height: 24px;
  float: left;
  font-weight: 700;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .total strong {
  color: #124ea1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  float: right;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .show_cart {
  margin: 15px -15px 0 -15px;
  padding: 15px 15px 0 15px;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all .show_cart #cart_post {
  float: left;
}
#t3-header.style2 .mod-right #vmCartModule #cart_list .all.none {
  display: none;
}
#t3-header.style2 .mod-right #vmCartModule.open {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule.open .cart_num a {
  color: #e3158d;
}
#t3-header.style2 .mod-right #vmCartModule.open .miniart:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-header.style2 .mod-right #vmCartModule.open #cart_list {
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
}
#t3-header.style2 .logo-image {
  text-align: center;
}
#t3-header.style2 .nav-box {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}
#t3-header.style2 #t3-mainnav {
  margin-left: 54px;
  text-align: center;
}
#t3-header.style2 #t3-mainnav .t3-navbar {
  float: none;
  display: inline-block;
  text-align: left;
}
#t3-header.style2 .stickUp.Stuck .logo.mod-left,
#t3-header.style2 .stickUp.Stuck .mod-right.icon,
#t3-header.style2 .stickUp.Stuck .mod-left-style2 {
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#t3-header.style2 .stickUp.Stuck .nav-box {
  margin-top: 0;
  margin-bottom: -14px;
}

.header-top.style2.style3 {
  background: rgba(255, 255, 255, 0.98);
  border-top: none;
  border-bottom: none;
  z-index: 10;
}
.header-top.style2.style3 .mod-left > div {
  border-right: 2px solid #e4e4e4;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 11px;
  margin-bottom: 8px;
}
.header-top.style2.style3 .mod-left .top-header-block0-custom {
  padding-top: 1px;
  border-right: none;
}
.header-top.style2.style3 .top-header-block1-custom {
  padding-left: 0;
}
.header-top.style2.style3 .top-header-block1-custom #cur-lang ul {
  margin-left: -10px;
}
#t3-header.style2.style3 .nav-box {
  padding: 0;
}
#t3-header.style2.style3 #t3-mainnav {
  margin-left: 0px;
  text-align: left;
}
#t3-header.style2.style3 #t3-mainnav .t3-navbar {
  float: none;
  display: inline-block;
  text-align: left;
}
#t3-header.style2.style3 #t3-mainnav .t3-navbar .navbar-collapse.collapse {
  padding-left: 0;
}
#t3-header.style2.style3 #t3-mainnav .t3-navbar .navbar-collapse.collapse .navbar-nav > li > a,
#t3-header.style2.style3 #t3-mainnav .t3-navbar .navbar-collapse.collapse .navbar-nav > li > span {
  margin-left: 0;
  margin-right: 30px;
}
#t3-header.style2.style3 .logo-image {
  text-align: left;
}

#t3-footer.footer-style2 #t3footnav-top .prod_box {
  overflow: hidden;
  width: 100%;
  background: none;
  padding: 0;
  padding-top: 20px;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box ul {
  overflow: hidden;
  margin-bottom: 0;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  padding: 0;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 {
  width: 100px;
  float: left;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 .count_holder_small {
  display: none;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 a {
  display: block;
  padding: 5px;
  background: #fff;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box2,
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box {
  display: none;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a {
  color: #fff;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a:hover {
  color: #124ea1;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .Price {
  font-weight: bold;
}
#t3-footer.footer-style2 #t3footnav-top .prod_box li .prod-row .slide-hover .vote {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
#t3-footer.footer-style2 #instagram_slider #instafeed {
  margin: 0 -10px;
  overflow: hidden;
}
#t3-footer.footer-style2 #instagram_slider a {
  float: left;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
}
#t3-footer.footer-style2 #instagram_slider a img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style2 .acymailing_module_form .acymailing_introtext {
  color: #404040;
  padding-bottom: 20px;
}
#t3-footer.footer-style2 .acymailing_module_form .fieldacyemail {
  width: 100% !important;
}
#t3-footer.footer-style2 .acymailing_module_form .fieldacyemail input {
  margin-bottom: 0 !important;
}
#t3-footer.footer-style2 .acymailing_module_form .acysubbuttons {
  text-align: left;
}
#t3-footer.footer-style2 .customabout {
  color: #404040;
}
#t3-footer.footer-style2 .customabout .social {
  overflow: hidden;
  margin: 0px -3px 0;
  float: left;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-footer.footer-style2 .customabout .social {
    float: none;
  }
}
#t3-footer.footer-style2 .customabout .social a {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-footer.footer-style2 .customabout .social a em {
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
#t3-footer.footer-style2 .customabout .social a em:before {
  font-size: 19px;
}
#t3-footer.footer-style2 .customabout .social a.google {
  background: #d74937;
}
#t3-footer.footer-style2 .customabout .social a.google em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.facebook {
  background: #39599f;
}
#t3-footer.footer-style2 .customabout .social a.facebook em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.pinterest {
  background: #b8242a;
}
#t3-footer.footer-style2 .customabout .social a.pinterest em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.twitter {
  background: #45b0e3;
}
#t3-footer.footer-style2 .customabout .social a.twitter em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a.youtube {
  background: #e70031;
}
#t3-footer.footer-style2 .customabout .social a.youtube em {
  margin-left: 0px;
}
#t3-footer.footer-style2 .customabout .social a:hover {
  background: #bbbbbb;
  color: #fff;
}

#t3-footer.footer-style3 #t3footnav-top .module-title {
  float: none;
  padding-bottom: 30px;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box {
  overflow: hidden;
  width: 100%;
  background: none;
  padding: 0;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box ul {
  overflow: hidden;
  margin-bottom: 0;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  padding: 0;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 {
  width: 100px;
  float: left;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 .count_holder_small {
  display: none;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 a {
  display: block;
  padding: 5px;
  background: #fff;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box2,
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .browseImage2 .lbl-box {
  display: none;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a {
  color: #fff;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .Title a:hover {
  color: #124ea1;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .Price {
  font-weight: bold;
}
#t3-footer.footer-style3 #t3footnav-top .prod_box li .prod-row .slide-hover .vote {
  float: none;
  width: 100%;
  margin-bottom: 0;
}
#t3-footer.footer-style3 #instagram_slider #instafeed {
  margin: 0 -10px;
  overflow: hidden;
}
#t3-footer.footer-style3 #instagram_slider a {
  float: left;
  padding: 10px;
  width: 33.3%;
  box-sizing: border-box;
}
#t3-footer.footer-style3 #instagram_slider a img {
  width: 100%;
  height: auto;
}
#t3-footer.footer-style3 .acymailing_module_form .acymailing_introtext {
  color: #404040;
  padding-bottom: 20px;
}
#t3-footer.footer-style3 .acymailing_module_form .fieldacyemail {
  width: 100% !important;
  padding-bottom: 30px !important;
}
#t3-footer.footer-style3 .acymailing_module_form .fieldacyemail input {
  margin-bottom: 0 !important;
}
#t3-footer.footer-style3 .acymailing_module_form .acysubbuttons {
  text-align: left;
}
#t3-footer.footer-style3 .customabout {
  color: #404040;
}
#t3-footer.footer-style3 .customabout .social {
  overflow: hidden;
  margin: 0px -3px 0;
  float: left;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-footer.footer-style3 .customabout .social {
    float: none;
  }
}
#t3-footer.footer-style3 .customabout .social a {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
#t3-footer.footer-style3 .customabout .social a em {
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
#t3-footer.footer-style3 .customabout .social a em:before {
  font-size: 19px;
}
#t3-footer.footer-style3 .customabout .social a.google {
  background: #d74937;
}
#t3-footer.footer-style3 .customabout .social a.google em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.facebook {
  background: #39599f;
}
#t3-footer.footer-style3 .customabout .social a.facebook em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.pinterest {
  background: #b8242a;
}
#t3-footer.footer-style3 .customabout .social a.pinterest em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.twitter {
  background: #45b0e3;
}
#t3-footer.footer-style3 .customabout .social a.twitter em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a.youtube {
  background: #e70031;
}
#t3-footer.footer-style3 .customabout .social a.youtube em {
  margin-left: 0px;
}
#t3-footer.footer-style3 .customabout .social a:hover {
  background: #bbbbbb;
  color: #fff;
}

.cart_num .total_items {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
  box-sizing: border-box;
}
.header-top .mod-right #vmCartModule.open .total_items,
.header-top .mod-right #vmCartModule:hover .total_items {
  color: #124ea1;
}
.opg-modal-page .center-block {
  z-index: 99999;
}

#cart_list.empty .all,
#cart_list.empty #vm_cart_products {
  display: none;
}
.opg-panel.opg-panel-box > strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
  display: block;
}
.opg-panel.opg-panel-box .opg-text-center {
  text-align: left !important;
}
#allproducts .product.opg-margin {
  margin: 0px;
  margin-top: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  background: #f7f7f7;
}
#allproducts .product.opg-margin:nth-child(2n+1) {
  background: #f9f9f9;
}
#allproducts .product.opg-margin .opg-margin-right a {
  display: inline-block;
  padding: 5px;
  background: #fff;
}
#allproducts .product.opg-margin .opg-margin-right img {
  width: 100%;
  height: auto;
  background: #fff;
}
#allproducts .product.opg-margin .spacer {
  position: relative;
}
#allproducts .product.opg-margin #removeproduct {
  font-size: 0px;
  height: 0;
}
#allproducts .product.opg-margin #removeproduct:before {
  content: "\f014";
  font-family: "FontAwesome";
  font-size: 28px;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
#allproducts .opg-link {
  font-weight: 400;
  font-size: 14px;
}
#allproducts .top-row {
  padding-bottom: 20px;
}
#allproducts .bottom-row {
  padding-top: 20px;
}
#allproducts .opg-text-primary {
  color: #252525 !important;
  font-weight: 400;
}
#allproducts .opg-text-left-small .quantity-input {
  background: #f4f4f4 !important;
  border: 1px solid #f4f4f4 !important;
  box-shadow: none !important;
  height: 40px !important;
  padding: 10px 20px!important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #252525 !important;
  width: 54px !important;
  margin-bottom: 0px !important;
  outline: none !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
#allproducts .opg-text-left-small .quantity-input:focus {
  box-shadow: none !important;
}
#allproducts .opg-text-left-small .opg-button,
#allproducts .opg-text-left-small #refreshbutton {
  line-height: 20px;
  background: rgba(37, 37, 37, 0.1);
  color: #252525;
  padding: 2px 8px 0 8px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-right: 4px;
  margin-left: 0 !important;
  font-weight: 400;
}
#allproducts .opg-text-left-small .opg-button:hover,
#allproducts .opg-text-left-small #refreshbutton:hover,
#allproducts .opg-text-left-small .opg-button:focus,
#allproducts .opg-text-left-small #refreshbutton:focus {
  background: #252525;
  color: #fff;
}
.opg-panel-box,
.opg-modal {
  overflow: hidden;
}
.opg-panel-box #coupon_code,
.opg-modal #coupon_code {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 0px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.opg-panel-box #coupon_code:focus,
.opg-modal #coupon_code:focus {
  box-shadow: none;
}
.opg-panel-box .details-button,
.opg-modal .details-button {
  float: left;
}
.opg-panel-box .opg-button,
.opg-modal .opg-button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  text-transform: none;
  color: #ffffff;
  font-weight: 300;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #124ea1;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.opg-panel-box .opg-button:hover,
.opg-modal .opg-button:hover,
.opg-panel-box .opg-button:focus,
.opg-modal .opg-button:focus {
  background: #bbbbbb;
  color: #ffffff;
}
.opg-panel-box .opg-button.opg-button-primary,
.opg-modal .opg-button.opg-button-primary {
  color: #ffffff;
  background: #124ea1;
}
.opg-panel-box .opg-button.opg-button-primary:hover,
.opg-modal .opg-button.opg-button-primary:hover,
.opg-panel-box .opg-button.opg-button-primary:focus,
.opg-modal .opg-button.opg-button-primary:focus {
  color: #ffffff;
  background: #124ea1;
}
.price-summary.opg-content {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}
.price-summary.opg-content .spacer {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.price-summary.opg-content .spacer > div {
  margin-left: 0px;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 0;
  margin-bottom: -1px;
}
.price-summary.opg-content .spacer > div div {
  border-right: 1px solid #f4f4f4;
  padding: 10px;
  width: 70%;
  box-sizing: border-box;
}
.price-summary.opg-content .spacer > div div + div {
  padding: 10px;
  border-right: none;
  width: 30%;
}
.price-summary.opg-content .spacer > div .clear {
  padding: 0;
}
.price-summary.opg-content .spacer #bill_totalfulldiv .total2 {
  width: 100%;
  font-weight: bold;
  display: block;
  padding: 0;
  border-bottom: none;
}
.price-summary.opg-content .spacer #bill_totalfulldiv .total2 span {
  border-right: 1px solid #f4f4f4;
  padding: 10px;
  display: block;
  width: 70%;
  box-sizing: border-box;
  float: left;
}
.price-summary.opg-content .spacer #bill_totalfulldiv .total2 strong {
  padding: 10px;
  border-right: none;
  display: block;
  width: 30%;
  box-sizing: border-box;
  float: left;
}
.price-summary.opg-content .spacer #bill_totalfulldiv div {
  color: #124ea1 !important;
}
.virtuemart_country_id {
  padding: 0 0 4px 0;
}
#virtuemart_country_id_field {
  margin-bottom: 20px;
}
#shipment_select #shipment_selection ul,
#payment_select #shipment_selection ul,
#shipment_select #paymentsdiv ul,
#payment_select #paymentsdiv ul {
  padding-left: 0px;
}
#shipment_select #shipment_selection ul li,
#payment_select #shipment_selection ul li,
#shipment_select #paymentsdiv ul li,
#payment_select #paymentsdiv ul li {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
#shipment_select #shipment_selection ul li .vmshipment_name,
#payment_select #shipment_selection ul li .vmshipment_name,
#shipment_select #paymentsdiv ul li .vmshipment_name,
#payment_select #paymentsdiv ul li .vmshipment_name,
#shipment_select #shipment_selection ul li .vmpayment_name,
#payment_select #shipment_selection ul li .vmpayment_name,
#shipment_select #paymentsdiv ul li .vmpayment_name,
#payment_select #paymentsdiv ul li .vmpayment_name {
  display: inline-block;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 400;
}
#shipment_select #shipment_selection ul li .vmshipment_description,
#payment_select #shipment_selection ul li .vmshipment_description,
#shipment_select #paymentsdiv ul li .vmshipment_description,
#payment_select #paymentsdiv ul li .vmshipment_description,
#shipment_select #shipment_selection ul li .vmpayment_description,
#payment_select #shipment_selection ul li .vmpayment_description,
#shipment_select #paymentsdiv ul li .vmpayment_description,
#payment_select #paymentsdiv ul li .vmpayment_description {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
#shipment_select #shipment_selection ul li .vmshipment_description p,
#payment_select #shipment_selection ul li .vmshipment_description p,
#shipment_select #paymentsdiv ul li .vmshipment_description p,
#payment_select #paymentsdiv ul li .vmshipment_description p,
#shipment_select #shipment_selection ul li .vmpayment_description p,
#payment_select #shipment_selection ul li .vmpayment_description p,
#shipment_select #paymentsdiv ul li .vmpayment_description p,
#payment_select #paymentsdiv ul li .vmpayment_description p {
  margin-bottom: 0;
}
#shipment_select #shipment_selection ul li .vmshipment_cost,
#payment_select #shipment_selection ul li .vmshipment_cost,
#shipment_select #paymentsdiv ul li .vmshipment_cost,
#payment_select #paymentsdiv ul li .vmshipment_cost,
#shipment_select #shipment_selection ul li .vmpayment_cost,
#payment_select #shipment_selection ul li .vmpayment_cost,
#shipment_select #paymentsdiv ul li .vmpayment_cost,
#payment_select #paymentsdiv ul li .vmpayment_cost {
  padding-bottom: 10px;
  display: block;
}
#shipment_select #shipment_selection ul .radio,
#payment_select #shipment_selection ul .radio,
#shipment_select #paymentsdiv ul .radio,
#payment_select #paymentsdiv ul .radio {
  float: left;
  margin-right: 10px;
  cursor: default;
  background: #fff;
}
#shipment_select #shipment_selection ul .radio label,
#payment_select #shipment_selection ul .radio label,
#shipment_select #paymentsdiv ul .radio label,
#payment_select #paymentsdiv ul .radio label {
  cursor: default;
  margin-bottom: 0;
}
#shipment_select #shipment_selection ul .radio + label,
#payment_select #shipment_selection ul .radio + label,
#shipment_select #paymentsdiv ul .radio + label,
#payment_select #paymentsdiv ul .radio + label,
#shipment_select #shipment_selection ul .radio + span,
#payment_select #shipment_selection ul .radio + span,
#shipment_select #paymentsdiv ul .radio + span,
#payment_select #paymentsdiv ul .radio + span {
  float: left;
  width: 80%;
  cursor: pointer;
}
#shipment_select #shipmentdetails,
#payment_select #shipmentdetails,
#shipment_select #paymentdetails,
#payment_select #paymentdetails {
  display: block;
  width: 100%;
}
#shipment_select #shipchangediv,
#payment_select #shipchangediv,
#shipment_select #paychangediv,
#payment_select #paychangediv {
  width: 100%;
  display: block;
}
#shipment_select .vmshipment_name,
#payment_select .vmshipment_name,
#shipment_select .vmpayment_name,
#payment_select .vmpayment_name {
  display: inline-block;
  padding-left: 6px;
  font-size: 16px;
}
#shipment_select .vmshipment_description,
#payment_select .vmshipment_description,
#shipment_select .vmpaymentt_description,
#payment_select .vmpaymentt_description {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
#shipment_select .vmshipment_cost,
#payment_select .vmshipment_cost,
#shipment_select .vmpayment_cost,
#payment_select .vmpayment_cost {
  padding-bottom: 10px;
  display: block;
}
#loginbtns a {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  min-width: 120px;
  background: #e4e4e4;
  color: #252525;
}
#loginbtns a:hover {
  background: #000000;
  color: #fff;
}
#loginbtns a.opg-active,
#loginbtns a.opg-button-primary {
  cursor: default;
  background: #000000;
  color: #fff;
}
#logindiv strong {
  font-weight: normal;
  padding-bottom: 10px;
  display: block;
}
#logindiv .opg-button {
  margin-left: 10px;
}
#logindiv input {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 0px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#logindiv input:focus {
  box-shadow: none;
}
#logindiv #com-form-login-remember {
  float: none;
  width: 100%;
  overflow: hidden;
}
#logindiv #com-form-login-remember .opg-button {
  margin-left: 0px;
  display: inline-block;
  width: auto;
  float: none;
}
#old_payments .opg-button-group .opg-button {
  font-weight: 500;
  padding: 0;
  width: auto;
  background: none;
  color: #252525;
  margin-right: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#old_payments .opg-button-group .opg-button:hover {
  color: #124ea1;
}
#old_payments .opg-button-group .opg-button.opg-active,
#old_payments .opg-button-group .opg-button.opg-button-primary {
  color: #124ea1;
  cursor: default;
}
#old_payments #billto_fields_div input,
#old_payments #billto_inputdiv input {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 0px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#old_payments #billto_fields_div input:focus,
#old_payments #billto_inputdiv input:focus {
  box-shadow: none;
}
#old_payments #div_shipto {
  padding-top: 15px;
}
#old_payments #div_shipto,
#old_payments #other-things {
  clear: left;
  width: 100%;
}
#old_payments #div_shipto .shipto_fields_div,
#old_payments #other-things .shipto_fields_div {
  margin-left: 0px !important;
}
#old_payments #div_shipto #shiptobutton,
#old_payments #other-things #shiptobutton,
#old_payments #div_shipto #commentbutton,
#old_payments #other-things #commentbutton,
#old_payments #div_shipto #billtobutton,
#old_payments #other-things #billtobutton {
  text-align: left;
  display: inline-block;
  width: auto;
  font-weight: 500;
  padding: 0;
  background: none;
  color: #252525;
  height: auto;
  line-height: 20px;
}
#old_payments #div_shipto #commentbutton,
#old_payments #other-things #commentbutton {
  margin-bottom: 10px;
}
#old_payments .checkout-button-top {
  overflow: hidden;
}
#old_payments .checkout-button-top section {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 10px;
}
#old_payments .checkout-button-top .opg-link {
  width: 80%;
  display: inline-block;
  float: left;
  text-align: left;
  position: relative;
  top: 4px;
}
#old_payments .checkout-button-top #bottom_total {
  clear: left;
  width: 100%;
  text-align: left !important;
  color: #124ea1 !important;
  padding-top: 10px;
  margin-bottom: 10px;
}
#old_payments .checkout-button-top #bottom_total #carttotal {
  color: #124ea1 !important;
}
#old_payments .checkout-button-top .squaredTwo {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 24px;
  margin: 0;
  position: relative;
  width: 24px;
}
#old_payments .checkout-button-top .squaredTwo input[type="checkbox"] {
  border: none;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 0;
}
#old_payments .checkout-button-top .squaredTwo > label {
  visibility: hidden;
  display: none;
}
#old_payments .checkout-button-top .squaredTwo > label:before {
  visibility: hidden;
  display: none;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox {
  margin: 0;
  background: #fff;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
  opacity: 0;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox label {
  font-weight: 400;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox label:after {
  display: none;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox label.checkbox_inner::before {
  color: #124ea1;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: -3px;
  position: absolute;
  right: 0;
  top: -3px;
}
#old_payments .checkout-button-top .squaredTwo span.checkbox input[type="checkbox"]:checked + label.checkbox_inner::before {
  content: "\f078";
}
#otherpay_buttons {
  margin-bottom: 10px;
}
.opg-modal-page body {
  box-sizing: border-box;
  overflow: visible;
}
#shipmentdiv .opg-modal-dialog .opg-modal-header,
#paymentdiv .opg-modal-dialog .opg-modal-header {
  font-size: 24px;
  line-height: 26px;
}
#shipmentdiv .opg-modal-dialog .opg-list,
#paymentdiv .opg-modal-dialog .opg-list {
  padding-left: 0;
}
#shipmentdiv .opg-modal-dialog .opg-list li,
#paymentdiv .opg-modal-dialog .opg-list li {
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_name,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_name,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_name,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_name {
  font-size: 16px;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_description,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_description,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_description,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_description {
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_description p,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_description p,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_description p,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_description p {
  margin-bottom: 0;
}
#shipmentdiv .opg-modal-dialog .opg-list li .vmshipment_cost,
#paymentdiv .opg-modal-dialog .opg-list li .vmshipment_cost,
#shipmentdiv .opg-modal-dialog .opg-list li .vmpayment_cost,
#paymentdiv .opg-modal-dialog .opg-list li .vmpayment_cost {
  font-size: 12px;
}
#shipmentdiv .opg-modal-dialog .opg-list .radio,
#paymentdiv .opg-modal-dialog .opg-list .radio {
  float: left;
  margin-right: 10px;
  cursor: default;
}
#shipmentdiv .opg-modal-dialog .opg-list .radio label,
#paymentdiv .opg-modal-dialog .opg-list .radio label {
  cursor: default;
}
#shipmentdiv .opg-modal-dialog .opg-list .radio + label,
#paymentdiv .opg-modal-dialog .opg-list .radio + label,
#shipmentdiv .opg-modal-dialog .opg-list .radio + span,
#paymentdiv .opg-modal-dialog .opg-list .radio + span {
  float: left;
  width: 80%;
  cursor: pointer;
}
.opg-progress {
  padding: 0;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.opg-progress .opg-progress-bar {
  background-color: #124ea1;
  display: inline-block;
  height: 25px;
  width: 200px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.opg-progress .opg-progress-bar {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
#cart-contents > p.opg-margin-small-top {
  padding-bottom: 30px;
}
#billto_inputdiv > .checkbox {
  background: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
#shiptopopup input,
#billtopopup input {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  margin-bottom: 8px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#shiptopopup input:focus,
#billtopopup input:focus {
  box-shadow: none;
}
#billto_inputdiv > .checkbox {
  display: none;
}
#commentpopup textarea {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 80px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#commentpopup textarea:focus {
  box-shadow: none;
}

#t3-mainnav .megascreenshot {
  display: inline-block;
  width: 60px;
  padding-right: 20px;
}
#t3-mainnav .megascreenshot img {
  width: 100%;
  height: auto;
}
#t3-mainnav .list.mega-nav.img {
  margin: 0 0;
  overflow: hidden;
  padding: 20px 0 10px;
  list-style: none;
}
#t3-mainnav .list.mega-nav.img li {
  box-sizing: border-box;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  list-style: none;
}
#t3-mainnav .list.mega-nav.img li a {
  padding-left: 0;
}
#t3-mainnav .list.mega-nav.img li a:after {
  display: none;
}
#t3-mainnav .list.mega-nav.img li ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
#t3-mainnav .list.mega-nav.img li ul li {
  text-transform: none;
  position: relative;
  padding-left: 25px;
}
#t3-mainnav .list.mega-nav.img li ul li:before {
  content: "--";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 40%;
  color: #333333;
}
#t3-mainnav .list.mega-nav.img li:first-child {
  border-top: none;
}
#t3-mainnav .mega-group .t3-module.module .list.mega-nav a:after {
  display: none;
}
header#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu {
  margin-top: 21px;
}
header#t3-header .stickUp.Stuck #t3-mainnav .dropdown-menu .dropdown-menu {
  margin-top: -1px;
}

.mod_vm2products.new-tabs.standart {
  margin-bottom: -40px;
}
.mod_vm2products.new-tabs.standart .standart-box {
  padding-bottom: 40px;
}

.mod_vm2products.new-tabs .responsive-tabs__list {
  z-index: 0;
}

.mod_vm2products.new-tabs.accordion {
  padding-bottom: 20px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__list {
  display: none;
}
.mod_vm2products.new-tabs.accordion .mod-title.responsive-tabs__heading {
  display: block;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__list {
  display: none;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__heading {
  display: block;
  margin-bottom: 5px;
}
.mod_vm2products.new-tabs.accordion .module-title.no-products {
  margin-left: 15px;
  margin-right: 15px;
}
.mod_vm2products.new-tabs.accordion .vmproduct_tabs {
  padding-bottom: 30px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__list {
  display: none;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading {
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 20px 10px 40px;
  background: #e4e4e4;
  border-radius: 0px;
  margin-right: 4px;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 16px;
  left: 20px;
  margin-top: -10px;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading:hover {
  background: #124ea1;
  color: #fff;
  font-weight: 300;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading.responsive-tabs__heading--active {
  background: #124ea1;
  color: #fff;
  font-weight: 300;
}
.mod_vm2products.new-tabs.accordion h3.responsive-tabs__heading.responsive-tabs__heading--active:after {
  content: "\f068";
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__panel {
  padding-bottom: 30px;
  padding-top: 25px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__panel .owl-theme .owl-controls .owl-next {
  right: 23px;
  top: -65px;
}
.mod_vm2products.new-tabs.accordion .responsive-tabs__panel .owl-theme .owl-controls .owl-prev {
  right: 58px;
  top: -65px;
}

.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-prev:hover {
  background: #124ea1;
  color: #fff;
}
.owl-theme .owl-controls .owl-next:hover {
  background: #124ea1;
  color: #fff;
}

.search .page-title {
  color: #252525;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}
.search #searchForm .input-group-btn {
  display: inline-block;
  float: left;
}
.search #searchForm .input-group-btn .btn {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  line-height: 20px;
  padding: 9px 10px;
  color: #252525;
}
.search #searchForm .input-group-btn .btn:hover {
  background: #fff;
}
.search #searchForm input#search-searchword {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  width: 80%;
  margin-bottom: 20px;
  outline: none;
  box-sizing: border-box;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search #searchForm input#search-searchword:focus {
  box-shadow: none;
}
.search #searchForm .phrases legend,
.search #searchForm .only legend {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search #searchForm .radio-inline {
  padding-left: 0px;
}
.search #searchForm .checkbox-inline {
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}
.search #searchForm #ordering_chzn .chzn-single {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding-top: 3px;
  padding-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto !important;
}
.search #searchForm #ordering_chzn .chzn-drop {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

div.fancybox-inner {
  overflow: hidden !important;
}