@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;
  -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;
}

.t3-module {
  background: #ffffff;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: #34495e;
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: #ffffff;
  color: inherit;
  padding: 0;
}
.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;
  -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;
  -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 {
    -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-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #1f2228;
  font-weight: 300;
  filter: none;
  background: #65bed3;
  background: -moz-linear-gradient(top, #65bed3 0%, #80c9e9 37%, #acd9f9 51%, #7997d9 63%, #396aa8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65bed3), color-stop(37%, #80c9e9), color-stop(51%, #acd9f9), color-stop(63%, #7997d9), color-stop(100%, #396aa8));
  background: -webkit-linear-gradient(top, #65bed3 0%, #80c9e9 37%, #acd9f9 51%, #7997d9 63%, #396aa8 100%);
  background: -o-linear-gradient(top, #65bed3 0%, #80c9e9 37%, #acd9f9 51%, #7997d9 63%, #396aa8 100%);
  background: -ms-linear-gradient(top, #65bed3 0%, #80c9e9 37%, #acd9f9 51%, #7997d9 63%, #396aa8 100%);
  background: linear-gradient(to bottom, #65bed3 0%, #80c9e9 37%, #acd9f9 51%, #7997d9 63%, #396aa8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#65bed3, endColorstr=#396aa8, GradientType=0);
}
body input.inputbox {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  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;
}
body input.inputbox:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
body input.invalid,
body textarea.invalid {
  border-color: #e74c3c !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 30px 0;
}
a {
  color: #1f2228;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #3498db;
}
.clear {
  clear: both;
  width: 100%;
}
p {
  margin-bottom: 20px;
}
.t3-module {
  background: none;
  margin-bottom: 30px;
}
.t3-module .module-ct {
  background: none;
}
.t3-sidebar .module-title {
  margin-bottom: 0;
  color: #ffffff;
}
.t3-sidebar .module-title:before {
  color: #ffffff;
}
.t3-sidebar .module-ct {
  background: #ffffff;
  padding: 20px;
}
.displayNone {
  display: none;
}

.boxed-version .top-block {
  position: relative;
  z-index: 2002;
}
.boxed-version .boxed {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
  filter: none;
  background: #e0f2f6;
  background: -moz-linear-gradient(top, #e0f2f6 0%, #e8f5fc 50%, #d7e1ed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f2f6), color-stop(50%, #e8f5fc), color-stop(100%, #d7e1ed));
  background: -webkit-linear-gradient(top, #e0f2f6 0%, #e8f5fc 50%, #d7e1ed 100%);
  background: -o-linear-gradient(top, #e0f2f6 0%, #e8f5fc 50%, #d7e1ed 100%);
  background: -ms-linear-gradient(top, #e0f2f6 0%, #e8f5fc 50%, #d7e1ed 100%);
  background: linear-gradient(to bottom, #e0f2f6 0%, #e8f5fc 50%, #d7e1ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0f2f6, endColorstr=#d7e1ed, GradientType=0);
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .boxed-version .boxed {
    padding: 0 0px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .boxed-version .boxed {
    padding: 0 0;
  }
}
.boxed-version .boxed.layout-wide {
  max-width: inherit;
  margin: 0 auto;
  padding: 0 0;
}
.boxed-version .boxed.layout-wide #Customblock-brand .stellar-block {
  padding-top: 70px;
  padding-bottom: 30px;
  background-size: cover;
}
.boxed-version .boxed.layout-wide .row-banners {
  padding-top: 30px;
}
.boxed-version .boxed.layout-wide .top-block.fixed #t3-mainnav {
  background: #16a085;
}
.boxed-version .boxed.layout-wide #t3footnav-top .container,
.boxed-version .boxed.layout-wide #t3footnav .container,
.boxed-version .boxed.layout-wide .t3-copyright .container {
  padding: 0;
}
.boxed-version .boxed.layout-boxed #CustomblockVideo {
  margin-bottom: 40px;
}
.boxed-version .boxed.layout-boxed .youtube {
  margin-bottom: 0;
}
.boxed-version .boxed.layout-boxed .custom_html {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px;
}
.boxed-version .boxed.layout-boxed #Customblock-brand .stellar-block {
  margin-bottom: 30px;
}
.boxed-version .boxed.layout-boxed #Customblock-brand .stellar-block .module.homeblog {
  margin-bottom: 0;
}
.bannet-top-fullwidth .item {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.bannet-top-fullwidth .item img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannet-top-fullwidth .item .box-text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannet-top-fullwidth .item .box-text .text1 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
}
.bannet-top-fullwidth .item .box-text .text1 span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.bannet-top-fullwidth .item .box-text.color {
  background: #9b59b6;
}
.bannet-top-fullwidth .item .box-text.color2 {
  background: #77b500;
}
.bannet-top-fullwidth .item .box-text.color3 {
  background: #3498db;
}
.bannet-top-fullwidth .item:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bannet-top-fullwidth .item:hover .box-text {
  padding-bottom: 40px;
}
.row-banners {
  padding-top: 30px;
}
#CustomblockVideo {
  background: #000;
  position: relative;
}
#CustomblockVideo .buttonBar {
  display: none;
}
#CustomblockVideo .custom_html {
  padding-top: 70px;
  padding-bottom: 40px;
}
#CustomblockVideo .text1 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
}
#CustomblockVideo .text2 {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
#CustomblockVideo .text3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: 70%;
}
#CustomblockVideo .text4 {
  display: block;
  padding-top: 35px;
}
#CustomblockVideo .text4 a {
  height: 50px;
  line-height: 50px;
}

.top-block {
  position: relative;
}
@media (min-width: 768px) {
  .top-block.fixed #t3-mainnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    border: none;
    height: 60px;
  }
  .top-block.fixed #t3-mainnav > div {
    background: #16a085;
  }
  .top-block.fixed #t3-mainnav > div .navbar-nav > li > a,
  .top-block.fixed #t3-mainnav > div .navbar-nav > li > span {
    height: 60px;
  }
  .top-block.fixed #t3-mainnav > div .serchline {
    height: 60px;
  }
  .top-block.fixed #t3-mainnav > div .serchline .srclose {
    top: 17px;
  }
  .top-block.fixed .srcbg .serchline {
    padding: 8px 20px 8px;
  }
}
.center-block {
  position: relative;
  overflow: hidden;
}
.center-block .row {
  margin: 0 -30px;
}
.bottom-block {
  position: relative;
  overflow: hidden;
}
.header-top {
  padding: 5px 0 5px;
  font-size: 12px;
  background: #f7f7f7;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    max-width: 750px;
  }
}
.header-top .t3-module {
  margin-bottom: 0;
}

.module.menu {
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.menu {
    text-align: center;
  }
}
.module.menu ul {
  margin: 0;
  padding: 3px 0 0 0;
  list-style-type: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.menu ul {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.module.menu ul li {
  float: left;
  margin: 0;
  padding: 0 8px 0 8px;
  border-left: 2px solid #dcdfe1;
  line-height: 14px;
}
.module.menu ul li a {
  margin: 0;
  padding: 0;
  background: none;
  text-decoration: none;
  font-size: 13px;
  color: #1f2228;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.menu ul li:first-child {
  background: none;
  padding-left: 0;
  border: none;
}
.module.menu ul li a:hover,
.module.menu ul li.active a {
  color: #3498db;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-top {
    text-align: center;
  }
}
.header-top .module.switcher {
  position: relative;
  right: -25px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .module.switcher {
    min-width: 100px;
    float: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .module.switcher {
    right: 0px;
    width: auto;
    min-width: 100px;
    float: none;
    display: table;
    margin: 10px auto;
    text-align: left;
  }
}
.header-top .module.switcher:hover {
  z-index: 2;
}
.header-top .module.curency {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .module.curency {
    min-width: 100px;
    float: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-top .module.curency {
    right: 0px;
    width: auto;
    min-width: 100px;
    float: none;
    display: table;
    margin: 0 auto 10px;
    text-align: left;
  }
}
.header-top .module.curency:hover {
  z-index: 2;
}
.header-top #cur-lang {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  margin: -5px 0;
  background: #f7f7f7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top #cur-lang {
    min-width: 100px;
  }
}
.header-top #cur-lang .heading {
  background: none !important;
}
.header-top #cur-lang .heading:after {
  font-size: 10px;
  line-height: 12px;
  color: #000;
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-top #cur-lang .heading span {
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
}
.header-top #cur-lang .heading img {
  position: relative;
  top: -1px;
}
.header-top #cur-lang ul {
  padding: 0px 0;
  background: #34495e;
  margin: 20px 0 0 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 31px;
  min-width: 170px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-top #cur-lang ul i.fa.fa-sort-desc {
  display: none;
}
.header-top #cur-lang ul li a {
  padding: 4px 10px 4px 10px;
  text-align: left;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-top #cur-lang ul li a img {
  position: relative;
  top: -1px;
}
.header-top #cur-lang:hover {
  background: #fff;
}
.header-top #cur-lang .heading:hover,
.header-top #cur-lang.act .heading {
  background: #fff;
}
.header-top #cur-lang .heading:hover:after,
.header-top #cur-lang.act .heading:after {
  content: "\f0d8";
}
#cur-lang ul li a:hover,
#cur-lang ul li a.act {
  background: #f7f7f7;
  color: #1f2228;
  text-decoration: none;
  cursor: pointer;
  padding-left: 15px;
}

#cur-lang:hover ul {
  display: block;
  margin: 0px 0 0 0;
  visibility: visible;
  opacity: 1;
}
#cur-lang ul li a.act {
  cursor: default;
}

#t3-header {
  position: relative;
  z-index: 2;
}
.logo-image h1 {
  margin-top: 24px;
  margin-left: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-left {
    width: 30%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-left .logo-image {
    padding-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-left .logo-image {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-left .logo-image img {
    width: 100%;
    height: auto;
  }
}
.mod-right {
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-right {
    width: 70%;
    float: left;
  }
}
.mod-right .fright {
  float: right;
  padding-top: 28px;
  margin-right: -15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-right .fright {
    float: none;
    text-align: center;
    margin: 0;
    padding-top: 0px;
  }
}
.mod-right .fleft {
  float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-right .fleft {
    float: none;
    display: table;
    text-align: left;
    clear: both;
    width: auto;
    margin: 0 auto 10px;
  }
  .mod-right .fleft > div {
    min-width: 80px;
  }
}
.mod-right .mod-wishlist {
  background: #3498db;
}
.mod-right .mod-compare {
  background: #e74c3c;
}
.mod-right .mod-cart {
  margin-left: 1px;
  position: relative;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
.mod-right .mod-cart .art-text {
  display: none;
}
.mod-right .mod-cart span.cart_num a {
  display: block;
  padding: 0 10px;
  min-width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding-top: 0px;
  position: relative;
  background: #f5791f;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-right .mod-cart .miniart .total_2 {
  display: none;
}
.mod-right .mod-cart .miniart i {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding-top: 16px;
}
.mod-right .mod-cart div#cart_list {
  padding: 5px 0;
  background: #ffffff;
  cursor: default;
  text-align: left;
  color: #7a8188;
  border-top: 3px solid #576b7d;
  margin: 20px 0 0 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 80px;
  min-width: 170px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-right .mod-cart div#cart_list {
    right: auto;
    left: 50%;
    margin-left: -220px !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod-right .mod-cart div#cart_list {
    display: none !important;
  }
}
.mod-right .mod-cart div#cart_list div.vm_cart_products {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .container {
  padding-left: 0;
  width: auto;
  float: none;
  overflow: hidden;
  padding: 20px 10px 15px 20px;
  position: relative;
  border-top: 1px solid #ecf0f1;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .container .wrapper.marg-bot {
  background: none;
  padding: 0;
  width: auto;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fleft {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 55px;
  float: left;
  width: 180px;
  padding-right: 15px;
  padding-left: 0px;
  text-align: left;
  font-weight: normal;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright {
  float: left;
  width: 90px;
  text-align: left;
  padding-left: 0px;
  padding-top: 5px;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright .wrap-cart {
  overflow: hidden;
  width: 100%;
  color: #7a8188;
  font: normal 13px/24px;
  text-align: left;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright .wrap-cart .quantity {
  float: left;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright .wrap-cart .prices {
  color: #292f38;
  font-weight: 700;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart {
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  color: #e74c3c;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart span {
  text-indent: -9999px;
  display: none;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart i {
  font-style: normal;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .fright a.vm2-remove_from_cart:hover {
  color: #292f38;
}
.mod-right .mod-cart div#cart_list div.vm_cart_products .all {
  position: relative;
  overflow: hidden;
  display: block;
}
.mod-right .mod-cart #vmCartModule:hover span.cart_num a,
.mod-right .mod-cart #vmCartModule.act span.cart_num a {
  background: #576b7d;
}
.mod-right .mod-cart #vmCartModule #cart_list i.fa-caret-up {
  position: absolute;
  right: 20px;
  top: -14px;
  font-size: 18px;
  color: #576b7d;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod-right .mod-cart #vmCartModule #cart_list i.fa-caret-up {
    display: none;
  }
}
.mod-right .mod-cart div#vm_cart_products .image {
  float: left;
  min-width: 60px;
  height: auto;
  padding: 0;
  background: #fff;
  margin-right: 10px;
}
.mod-right .mod-cart table.cart-summary .cart-images img,
.mod-right .mod-cart #vm_cart_products img {
  float: none;
  width: 60px;
  height: auto;
}
.mod-right .mod-cart div.product_row .product_name {
  padding-top: 0px;
  display: inline-block;
  padding-bottom: 0px;
  color: #696e6e;
}
.mod-right .mod-cart div.product_row .product_name a {
  color: #292f38;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  display: inline-block;
}
.mod-right .mod-cart div.product_row .product_name a:hover {
  text-decoration: none;
  color: #e74c3c;
}
.mod-right .mod-cart .product_row .product_code {
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
}
.mod-right .mod-cart div#cart_list .total .total2,
.mod-right .mod-cart #cart_list .tot3,
.mod-right .mod-cart #cart_list .tot4 {
  color: #e74c3c;
  background: #ecf0f1;
  text-transform: none;
  text-align: right;
  padding: 0px 30px 0 15px;
}
.mod-right .mod-cart div#cart_list .total .total2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.mod-right .mod-cart div#cart_list .total3 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #292f38;
}
.mod-right .mod-cart div#cart_list .total4 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #292f38;
}
.mod-right .mod-cart div#cart_list .total .total3 strong,
.mod-right .mod-cart #cart_list .total .total4 strong {
  font: normal 16px/20px;
  color: #3e3e3e;
}
.mod-right .mod-cart div#cart_list .total strong,
.mod-right .mod-cart #cart_list .tot3 strong,
.mod-right .mod-cart #cart_list .tot4 strong {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-align: right;
  min-width: 90px;
}
.mod-right .mod-cart div#cart_list .tot3 strong,
.mod-right .mod-cart #cart_list .tot4 strong {
  font-size: 16px;
  font-weight: 400;
  color: #292f38;
  display: inline-block;
  text-align: right;
  width: 90px;
}
.mod-right .mod-cart div#cart_list .total span {
  color: #292f38;
  margin-right: 0px;
  text-align: right;
  width: 150px;
  display: inline-block;
}
.mod-right .mod-cart div#cart_list .show_cart {
  width: auto;
  position: relative;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  float: none;
  display: table;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mod-right .mod-cart div#cart_list .show_cart #cart_post,
.mod-right .mod-cart div#cart_list .show_cart a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.mod-right .mod-cart div#cart_list .show_cart a.button {
  top: -1px;
  position: relative;
}
.mod-right .mod-cart .empty {
  text-align: left;
}
.mod-right .mod-cart .cart hr,
.mod-right .mod-cart .cart .none {
  display: none;
}
.mod-right .mod-cart div#cart_list .text-art {
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  padding-left: 15px;
}
.mod-right .mod-cart:hover #cart_list {
  display: block;
  margin: 0px 0 0 0;
  visibility: visible;
  opacity: 1;
}
.mod-right .mod-wishlist,
.mod-right .mod-compare {
  margin-left: 1px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-right .mod-wishlist a,
.mod-right .mod-compare a {
  display: block;
  min-width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
}
.mod-right .mod-wishlist a b,
.mod-right .mod-compare a b {
  font-weight: 300;
}
.mod-right .mod-wishlist a i,
.mod-right .mod-compare a i {
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding-top: 16px;
}
.mod-right .mod-wishlist:hover,
.mod-right .mod-compare:hover {
  background: #576b7d;
}
#logins {
  text-align: right;
}
#login-form2 {
  margin-left: 1px;
}
.poping_links {
  background: #ffffff;
  min-width: 200px;
  height: 70px;
  margin-left: 1px;
  padding: 10px 40px 0 50px;
  position: relative;
  color: #7a8188;
}
.poping_links:before {
  color: #9b59b6;
  content: "\f007";
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 18px;
  font-family: FontAwesome;
}
.poping_links .btn-icon {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 27px 10px 27px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.poping_links .btn-icon:hover {
  background: #f7f7f7;
}
.poping_links .btn-icon .fa-caret-up {
  display: none;
}
.poping_links a {
  font-weight: 300;
  color: #1f2228;
}
.poping_links a:hover {
  color: #9b59b6;
}
.poping_links .modals {
  background: #ffffff;
  width: 380px;
  padding: 20px;
  border-top: 3px solid #9b59b6;
  position: absolute;
  right: 0;
  top: 80px;
  margin-top: 20px;
  min-width: 170px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .poping_links .modals {
    right: auto;
    left: 50%;
    width: 280px;
    margin-left: -140px;
  }
}
.poping_links .modals .fa-caret-up {
  position: absolute;
  right: 20px;
  top: -14px;
  color: #9b59b6;
  font-size: 18px;
}
.poping_links .modals .title {
  color: #1f2228;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.poping_links .modals .log-user,
.poping_links .modals .log-pass {
  padding-bottom: 15px;
}
.poping_links .modals .button-log {
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
}
.poping_links .modals .button-log .Forgot {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.poping_links .modals .create_customer {
  background: #f7f7f7;
  padding: 15px 20px;
  margin: 0 -20px -20px;
  overflow: hidden;
}
.poping_links .modals .create_customer .reg_btn {
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .poping_links .modals .create_customer .reg_btn {
    float: none;
    margin-top: 10px;
  }
}
.poping_links .modals .create_customer > span {
  color: #1f2228;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 10px;
}
.poping_links.opens .modals {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.poping_links.opens .btn-icon .fa-caret-down {
  display: none;
}
.poping_links.opens .btn-icon .fa-caret-up {
  display: block;
}
.poping_links .wrapper_remember {
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
}
.poping_links .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;
}
.poping_links .wrapper_remember .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.poping_links .wrapper_remember .jq-checkbox.checked span,
.poping_links .wrapper_remember .jq-checkbox:hover span {
  display: block;
  width: 13px;
  height: 11px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
}
.poping_links .wrapper_remember .jq-checkbox.disabled span {
  display: none;
}
.poping_links .wrapper_remember label {
  float: left;
  margin: 0;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
}
#logins {
  padding: 10px 30px 0 50px;
  text-align: center;
  min-width: 100px;
}
#logins .button {
  background: none;
  line-height: 20px;
  padding: 0;
  color: #1f2228;
  text-transform: none;
  height: auto;
}
#logins .button:hover,
#logins .button:focus {
  color: #9b59b6;
}
#t3-mainnav,
.center-block {
  position: relative;
  z-index: 1;
}
.top-block {
  position: relative;
  z-index: 2;
}
.top-block.fixed #t3-mainnav {
  max-width: 100%;
}
.top-block.fixed #t3-mainnav .container {
  margin: 0 auto;
}
#t3-mainnav {
  background: #16a085;
  height: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-mainnav {
    position: relative !important;
    height: 80px !important;
    margin: 0 10px;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  #t3-mainnav .navbar-header {
    overflow: hidden;
    width: 100%;
    margin: 0px 0;
    position: relative;
    top: 14px;
  }
  #t3-mainnav .navbar-header .navbar-toggle {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 10px;
  }
}
#t3-mainnav .navbar-header .navbar-nav {
  position: relative;
}
#t3-mainnav .navbar-nav > li > a,
#t3-mainnav .navbar-nav > li > span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #ecf0f1;
  text-transform: uppercase;
  padding: 0px 25px;
  display: table-cell;
  vertical-align: middle;
  height: 78px;
  border-right: 1px solid #fff;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .navbar-nav > li > a,
  #t3-mainnav .navbar-nav > li > span {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .navbar-nav > li > a,
  #t3-mainnav .navbar-nav > li > span {
    padding: 0px 7px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
  }
}
#t3-mainnav .navbar-nav > .dropdown > a .caret,
#t3-mainnav .navbar-nav > li > span .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
#t3-mainnav .dropdown-submenu > a:after {
  color: #fff;
  content: "\f0da";
  font-size: 12px;
  font-family: FontAwesome;
  margin-right: 13px;
  border: none;
  margin-top: 2px;
}
#t3-mainnav .navbar-nav > li > a,
#t3-mainnav .navbar-nav > li > span {
  background: #576b7d;
}
#t3-mainnav .navbar-nav > li + li > a,
#t3-mainnav .navbar-nav > li + li > span {
  background: #1abc9c;
}
#t3-mainnav .navbar-nav > li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li > span {
  background: #e74c3c;
}
#t3-mainnav .navbar-nav > li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li > span {
  background: #3498db;
}
#t3-mainnav .navbar-nav > li + li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li + li > span {
  background: #f5791f;
}
#t3-mainnav .navbar-nav > li + li + li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li + li + li > span {
  background: #2ecc71;
}
#t3-mainnav .navbar-nav > li + li + li + li + li + li + li > a,
#t3-mainnav .navbar-nav > li + li + li + li + li + li + li > span {
  background: #9b59b6;
}
#t3-mainnav .mega-caption {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ecf0f1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .mega-caption {
    font-size: 12px;
  }
}
#t3-mainnav .mega-caption-empty {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .dropdown.li_lvl {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .dropdown.li_lvl {
    position: static;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #t3-mainnav .dropdown.li_lvl > .mega-dropdown-menu {
    width: 100% !important;
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #t3-mainnav .dropdown.li_lvl > .mega-dropdown-menu {
    width: 100% !important;
    left: 0 !important;
  }
}
#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,
#t3-mainnav .navbar-nav > .open > span,
#t3-mainnav .navbar-nav > .open > span {
  color: #ecf0f1;
  background-color: #34495e;
}
#t3-mainnav .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0px;
  padding: 0;
  background: #1abc9c;
}
#t3-mainnav .dropdown-menu .mega-inner {
  padding: 0;
}
#t3-mainnav .dropdown-menu .mega-col-nav {
  padding: 0;
}
#t3-mainnav .dropdown-menu .dropdown-menu {
  background: #1abc9c;
  border: none;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0px;
  margin-left: 0px;
}
#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;
}
#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#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 > 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 {
  padding-left: 15px;
  background: #16a085;
}
#t3-mainnav .t3-megamenu .mega-nav > li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3-mainnav .t3-megamenu .mega-nav > li a:before {
  color: #fff;
  content: "\f0da";
  font-size: 12px;
  font-family: FontAwesome;
  margin-right: 13px;
}
#t3-mainnav .t3-megamenu .mega-nav > li li a {
  padding: 5px 15px 4px;
}
#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: #16a085;
}

#t3-mainnav {
  position: relative;
  z-index: 1;
}
.notFix #t3-mainnav.srcbg {
  background: #34495e;
  -webkit-animation: srcbg 300ms ease-out;
  -moz-animation: srcbg 300ms ease-out;
  animation: srcbg 300ms ease-out;
}
#t3-mainnav.srcbg {
  background: #34495e;
}
.notFix #t3-mainnav.srend {
  -webkit-animation: srcbg2 600ms ease-out;
  -moz-animation: srcbg2 600ms ease-out;
  animation: srcbg2 600ms ease-out;
}
#t3-mainnav div.t3-navbar {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-mainnav div.t3-navbar {
    height: 76px;
  }
}
#t3-mainnav div.t3-navbar .navbar-collapse {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #t3-mainnav div.t3-navbar .t3-navbar-collapse {
    margin-top: 24px;
    border-right: none;
    border-left: none;
    margin-right: -1px;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav {
    margin: 0 0px 0 0;
    border-right: none;
    border-left: none;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li {
    display: block;
    padding: 0 0px;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li a,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li span {
    display: block;
    height: auto;
    padding: 14px 20px;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li a .caret,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li span .caret {
    position: absolute;
    right: 12px;
    top: 40%;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 {
    padding: 10px 0;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1 li a,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 li a {
    padding-top: 4px;
    padding-bottom: 4px;
    background: none;
    color: #596067;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1 li a:hover,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 li a:hover {
    color: #fff;
  }
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level1 .current a,
  #t3-mainnav div.t3-navbar .t3-navbar-collapse .navbar-nav > li .level2 .current a {
    color: #fff;
  }
}
.t3-navbar .search-custom {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#t3-mainnav.srcbg .t3-navbar .search-custom {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.search-custom .serchline {
  position: relative;
}
.serchline {
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 78px;
  height: 78px;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .serchline {
    width: 70px;
  }
}
.srcbg .serchline {
  background: #34495e;
  padding: 19px 30px 19px;
  width: 100%;
  height: auto;
}
.serchline form {
  display: none;
}
#t3-mainnav.srcbg form {
  display: block;
}
#t3-mainnav.srcbg .sropen {
  display: none;
}
#t3-mainnav.srcbg .srclose {
  display: block;
}
.serchline input {
  width: 100%;
  height: 40px;
  border: none;
  background: #fff;
  color: #1f2228;
  border-radius: 0;
  box-shadow: none !important;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.search-input-wrapper {
  float: left;
  width: 40%;
  position: relative;
}
@media (min-width: 320px) and (max-width: 520px) {
  .search-input-wrapper {
    width: 100%;
    margin-bottom: 2px;
  }
}
.search-input-wrapper .dropdown-menu {
  width: 100%;
}
.search-input-wrapper .dropdown-menu a {
  color: #fff;
}
.search-input-wrapper .dropdown-menu .active a {
  background: #16a085;
}
.sp-vmsearch-categorybox {
  float: left;
  width: 40%;
}
@media (min-width: 320px) and (max-width: 520px) {
  .sp-vmsearch-categorybox {
    width: 100%;
    margin-bottom: 2px;
  }
}
.sp-vmsearch-categorybox .sp-vmsearch-categories {
  background: #fff;
  margin: 0 30px;
  width: 87%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
@media (min-width: 521px) and (max-width: 767px) {
  .sp-vmsearch-categorybox .sp-vmsearch-categories {
    margin: 0 1px;
    width: 99%;
  }
}
@media (min-width: 320px) and (max-width: 520px) {
  .sp-vmsearch-categorybox .sp-vmsearch-categories {
    margin: 0 0px;
    width: 100%;
  }
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .select {
  padding: 9px 20px 9px;
  float: none !important;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .select:before {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 30%;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown {
  background: #fff;
  width: 100%;
  margin-top: 40px;
  max-height: 350px;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li:hover {
  background: #f7f7f7;
  color: #1f2228;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories.opened {
  background: #f7f7f7;
}
.sp-vmsearch-categorybox .sp-vmsearch-categories.opened .select:before {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 30%;
}
.search-button-wrapper {
  float: left;
  width: 20%;
}
.serchline .sropen {
  width: 19px;
  height: 19px;
  background: none;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -9px;
  margin-top: -10px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 520px) {
  .serchline .sropen {
    right: 30%;
  }
}
.serchline .sropen:hover {
  background: none;
}
.serchline .srclose {
  width: 19px;
  height: 19px;
  background: none;
  position: absolute;
  top: 28px;
  right: 31px;
  margin-right: 0px;
  margin-top: 0px;
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 521px) and (max-width: 767px) {
  .serchline .srclose {
    right: 8px;
  }
}
@media (min-width: 320px) and (max-width: 520px) {
  .serchline .srclose {
    right: 8px;
  }
}
.serchline .srclose:hover {
  background: none;
}
i[class^="fa-"],
i[class*=" fa-"] {
  margin: 0;
}

.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: uppercase;
  color: #ffffff;
  font-weight: 300;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #f5791f;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #d35400;
  color: #ffffff;
}
.button.reset,
.button.reset2 {
  color: #ffffff;
  background: #576b7d;
}
.button.reset:hover,
.button.reset:focus,
.button.reset2:hover,
.button.reset2:focus {
  color: #ffffff;
  background: #2c3e50;
}
.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;
  }
}

.MainRow {
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .MainRow {
    padding: 30px 10px;
  }
}
.module-title {
  background: #34495e;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 767px) {
  .module-title {
    font-size: 14px;
    line-height: 20px;
  }
}

#Slider {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 600px) {
  #Slider {
    margin-top: 0px;
  }
  #Slider .rev_slider_wrapper {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #Slider {
    padding: 0 10px;
    overflow: hidden;
  }
}
#Slider .txt1,
#Slider .txt1_1 {
  font-size: 36px !important;
  line-height: 38px;
  color: #2c3e50;
  font-weight: 900;
  display: inline-block;
  margin-left: 40px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt1,
  #Slider .txt1_1 {
    line-height: 38px !important;
    margin-bottom: 5px !important;
  }
}
#Slider .txt1 span,
#Slider .txt1_1 span {
  font-weight: 300;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt1_1 {
    line-height: 38px !important;
    top: 20px !important;
    position: relative;
  }
}
#Slider .txt2 {
  color: #34495e;
  font-size: 24px !important;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  margin-left: 40px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt2 {
    line-height: 26px !important;
    top: 25px !important;
    position: relative;
  }
}
#Slider .txt3 {
  color: #34495e;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  margin-left: 40px !important;
}
#Slider .txt3 strong {
  font-weight: 900;
  font-size: 24px !important;
  color: #2c3e50;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt3 {
    line-height: 26px !important;
    top: 35px !important;
    position: relative;
  }
}
#Slider .txt4 {
  display: inline-block;
  margin-left: 40px !important;
}
#Slider .txt4 a {
  color: #fff;
  font-size: 18px !important;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  background: #e74c3c;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Slider .txt4 a:hover {
  background: #c0392b;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Slider .txt4 a {
    line-height: 20px !important;
    top: 30px !important;
    position: relative;
  }
}
#Slider .tp-bullets {
  margin: 0;
}
#Slider .tp-bullets .bullet {
  background: #ecf0f1;
  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;
}
#Slider .tp-bullets .bullet:hover,
#Slider .tp-bullets .bullet.selected {
  background: #e74c3c;
}
#Slider .tp-leftarrow {
  width: 50px;
  height: 50px;
  background: #2c3e50;
  background: rgba(44, 62, 80, 0.4);
  text-align: center;
  color: #fff;
  top: 50% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Slider .tp-leftarrow:before {
  content: "\f0d9";
  font-size: 24px;
  line-height: 50px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
#Slider .tp-leftarrow:hover {
  background: #e74c3c;
}
#Slider .tp-rightarrow {
  width: 50px;
  height: 50px;
  background: #2c3e50;
  background: rgba(44, 62, 80, 0.4);
  text-align: center;
  color: #fff;
  top: 50% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Slider .tp-rightarrow:before {
  content: "\f0da";
  font-size: 24px;
  line-height: 50px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
#Slider .tp-rightarrow:hover {
  background: #e74c3c;
}

.module.megamenu_vm .module-title {
  background: #9b59b6;
  margin-bottom: 0;
}
.module.megamenu_vm .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .jux-megamenu > [class*="span"] {
  margin: 0;
  padding: 0 15px;
}
.module.megamenu_vm .module-ct {
  background: #ffffff;
  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: #1f2228;
    margin-left: 10px;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .button-bar .icon-bar {
    background-color: #1f2228;
  }
  .module.megamenu_vm .module-ct .juxvm-megamenu .navbar-brand {
    color: #1f2228;
    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: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li > a {
  color: #1f2228;
  display: block;
  padding: 8px 20px;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #f7f7f7;
}
.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: #9b59b6;
  background: none;
}
.module.megamenu_vm .module-ct .jux-nav > li.dropdown > a:after {
  border-color: transparent transparent transparent #1f2228;
  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 #9b59b6;
}
.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 #9b59b6;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #9b59b6;
  padding: 0px;
}
.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: 16px;
  line-height: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li > a {
  color: #fff;
  padding: 8px 20px;
  font-weight: 300;
  display: block;
  background: none;
}
.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: #8e44ad;
}
.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: #fff;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fff;
  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 #fff;
}
.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 #fff;
}
.module.megamenu_vm .module-ct .jux-nav > li .dropdown-menu .mega-inner .mega-nav > li .dropdown-menu {
  margin-top: 0px;
  margin-left: 0px;
}
.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: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background: none;
  margin-top: 20px;
  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: #fff;
  padding: 8px 20px;
  font-weight: 300;
  display: block;
  background: none;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #fff;
  background: #8e44ad;
}
.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-title {
  background: #9b59b6;
  margin-bottom: 0;
}
.module.category .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct {
  background: #ffffff;
  padding: 0;
}
.module.category .module-ct .accordion {
  margin: 0;
  padding: 0 0;
  list-style-type: none;
}
.module.category .module-ct .accordion li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct .accordion li a {
  color: #1f2228;
  display: block;
  padding: 8px 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.category .module-ct .accordion li .VmArrowdown i {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 14px;
  line-height: 38px;
}
.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: #bdc3c7;
}
.module.category .module-ct .accordion li.active,
.module.category .module-ct .accordion li:hover {
  background: #f7f7f7;
}
.module.category .module-ct .accordion li.active a,
.module.category .module-ct .accordion li:hover a {
  color: #9b59b6;
}
.module.category .module-ct .accordion li ul {
  list-style-type: none;
  background: #9b59b6;
  margin: 0;
  padding: 0;
  display: none;
}
.module.category .module-ct .accordion li ul li.level1 a {
  color: #fff;
  font-weight: 300;
}
.module.category .module-ct .accordion li ul li.level1 .VmArrowdown i {
  color: #fff;
}
.module.category .module-ct .accordion li ul li.level1 .VmArrowdown:hover {
  background: #9b59b6;
}
.module.category .module-ct .accordion li ul li.level1.active,
.module.category .module-ct .accordion li ul li.level1:hover {
  background: #8e44ad;
}
.module.category .module-ct .accordion li ul li.level1.active a,
.module.category .module-ct .accordion li ul li.level1:hover a {
  color: #fff;
}
.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 a {
  color: #fff;
  font-weight: 300;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 .VmArrowdown i {
  color: #fff;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2 .VmArrowdown:hover {
  background: #9b59b6;
}
.module.category .module-ct .accordion li ul li.level1 ul li.level2.active,
.module.category .module-ct .accordion li ul li.level1 ul li.level2:hover {
  background: #8e44ad;
}
.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: #fff;
}

.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 li {
  margin: 0 -15px;
}
.layout li .prod-row {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px 30px;
  width: 297px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row {
    width: 248px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row {
    width: 258px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layout li .prod-row {
    display: inline-block;
    float: none;
    width: 49.5%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .layout li .prod-row {
    width: 100%;
  }
}
.layout li .prod-row .count_holder_small {
  display: block;
}
.layout li .prod-row .product-box {
  background: #f7f7f7;
  position: relative;
}
.layout li .prod-row .product-box .browseImage {
  position: relative;
  max-height: 260px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row .product-box .browseImage {
    max-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row .product-box .browseImage {
    max-height: 200px;
  }
}
.layout li .prod-row .product-box .browseImage .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
.layout li .prod-row .product-box .browseImage .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.limited {
  background: #f5791f;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.discount {
  background: #9b59b6;
}
.layout li .prod-row .product-box .browseImage .lbl-box div.hit {
  background: #e74c3c;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div.sold {
  background: #889196;
}
.layout li .prod-row .product-box .browseImage .lbl-box2 div.new {
  background: #1abc9c;
}
.layout li .prod-row .product-box .browseImage .img-wrapper {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.layout li .prod-row .product-box .browseImage .img-wrapper img {
  width: auto;
  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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.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 .Title {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 20px;
}
.layout li .prod-row .product-box .Title a {
  color: #1f2228;
}
.layout li .prod-row .product-box .Title a:hover {
  color: #3498db;
}
.layout li .prod-row .product-box .description {
  padding: 0px 20px;
  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: bold;
  color: #e74c3c;
  padding: 0 0 0 20px;
}
.layout li .prod-row .product-box .Price .WithoutTax {
  font-weight: 300;
  color: #596067;
  text-decoration: line-through;
  margin-right: 5px;
}
.layout li .prod-row .product-box .vote {
  display: inline-block;
  float: right;
  margin: 10px 20px 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 20px 10px 20px;
  }
}
.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;
  color: #fff;
  display: table;
  width: 100%;
  overflow: hidden;
}
.layout li .prod-row .product-box .product-actions .addtocart-button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  height: 40px;
}
.layout li .prod-row .product-box .product-actions .addtocart-button > i {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: 0px;
}
.layout li .prod-row .product-box .product-actions > div {
  position: relative;
  border-left: 1px solid #e7f9fc;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  display: table-cell;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
}
.layout li .prod-row .product-box .product-actions > div.add-to-cart {
  border-left: none;
}
.layout li .prod-row .product-box .product-actions > div.current {
  width: auto;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .layout li .prod-row .product-box .product-actions > div.add-to-favorites,
  .layout li .prod-row .product-box .product-actions > div.add-to-compare {
    display: none;
  }
}
.layout li .prod-row .product-box .product-actions > div.current span.action-name {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  white-space: nowrap;
  visibility: visible;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 115px;
  text-overflow: ellipsis;
  padding-right: 0px;
  overflow: hidden;
  left: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout li .prod-row .product-box .product-actions > div.current span.action-name {
    max-width: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout li .prod-row .product-box .product-actions > div.current span.action-name {
    max-width: 105px;
  }
}
.layout li .prod-row .product-box .product-actions > div span.action-name {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  left: 85px;
  top: 0;
  line-height: 40px;
}
.layout li .prod-row .product-box .product-actions > div .add_compare {
  background: #3498db;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
.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: #2980b9;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist {
  background: #e74c3c;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
.layout li .prod-row .product-box .product-actions > div .add_wishlist i {
  line-height: 20px;
  position: relative;
  left: 2px;
}
.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: #c0392b;
}
.layout li .prod-row .product-box .paddingtop8 {
  padding: 20px 0 0 20px;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock {
  background-image: none;
  width: 62px;
  height: 12px;
  display: block;
  background: #e2e6e7;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #f1c40f;
  height: 12px;
  width: 70%;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-nostock {
  background-image: none;
  width: 62px;
  height: 12px;
  display: block;
  background: #e2e6e7;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-nostock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #e74c3c;
  height: 12px;
  width: 15%;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock {
  background-image: none;
  width: 62px;
  height: 12px;
  display: block;
  background: #e2e6e7;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #1abc9c;
  height: 12px;
  width: 95%;
}
.layout li .prod-row .product-box:hover {
  
}
.layout li .prod-row .product-box:hover div.quick_btn {
  left: 50%;
  margin-top: 20px;
}
.layout li .prod-row .product-box:hover .img-wrapper {
  background: #fff;
}
.layout li .prod-row .product-box:hover .img-wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.layout.owl-carousel {
  margin: 0 -15px -30px;
  width: auto;
}
.layout.owl-carousel li {
  margin: 0 15px;
}
.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: #fff;
  border-radius: 0;
  padding: 10px 20px;
  background: #334455;
  width: 150px;
  left: 50%;
  top: 20%;
  margin-left: -75px;
  margin-top: -20px;
}
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: #e74c3c;
}

.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 {
  border: 1px solid #9b59b6;
  background: #9b59b6;
  background: rgba(155, 89, 182, 0.8);
  padding: 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: block;
  border-radius: 0px;
}
.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: 500;
  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: 500;
  display: inline-block;
}

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 {
  border: none;
  padding: 0px !important;
  min-height: 210px;
  background: #fff;
  height: inherit;
  box-shadow: none;
  border-radius: 0;
}
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 {
  border-radius: 0;
  display: block;
  width: auto !important;
  overflow: hidden !important;
  padding: 20px;
}
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: 110px;
  max-width: 440px;
}
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: 300;
}
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: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: 90px;
}
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: #e74c3c;
}
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;
}
#system_view .success_compare_img,
#system_view .success_wishlists_img {
  float: left;
  margin-right: 30px;
}
#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;
}
#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: #e74c3c;
}
#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;
}
#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: #e74c3c;
}
#system_view .reset2 {
  float: right;
}
.AjaxPreloaderC {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  background: url(../../../templates/t3_bs3_blank/images/fancybox_loading.gif) center center no-repeat #000000;
  width: 44px;
  height: 44px;
  z-index: 9999;
  opacity: 0.9;
  border-radius: 6px;
}

.list_carousel_brand h3.module-title {
  margin-bottom: 20px;
}
.list_carousel_brand ul {
  margin: 0 -5px -30px;
  width: auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list_carousel_brand ul {
    margin: 0 -5px 0px;
  }
}
.list_carousel_brand ul .owl-wrapper-outer {
  padding: 5px 0;
}
.list_carousel_brand ul li {
  list-style: none;
  padding: 0;
  margin: 0 5px;
  text-align: center;
}
.list_carousel_brand ul li img {
  max-width: 100%;
  height: auto;
}
.list_carousel_brand ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: #fff;
}
.list_carousel_brand ul li a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.list_carousel_brand ul .owl-controls {
  right: 5px;
}

.module.best .module-title {
  background: #f5791f;
  margin-bottom: 0;
}
.module.best .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f091";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.best .module-ct {
  background: #fff;
  padding: 0;
}
.module.best .listproduct {
  margin: 0;
}
.module.best .listproduct li {
  margin: 0;
  width: 100%;
}
.module.best .listproduct li .prod-row {
  width: 100%;
  padding: 10px;
  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.even {
  background: #f7f7f7;
}
.module.best .listproduct li .prod-row .product-box {
  background: none;
}
.module.best .listproduct li .prod-row .browseImage {
  width: 80px;
  background: #fff;
  float: left;
  margin-right: 15px;
}
@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: 5px;
}
.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-title {
  background: #d35400;
  margin-bottom: 0;
}
.module.specials .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0d0";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.specials .module-ct {
  background: #ffffff;
  padding: 0;
}
.module.specials .sidebarproduct {
  margin-bottom: 0;
}
.module.specials .sidebarproduct .prod-row {
  padding-bottom: 0;
}
.module.specials .sidebarproduct .owl-controls {
  top: -50px;
}
.module.specials .sidebarproduct .owl-controls .owl-buttons div {
  background: #d35400;
  color: #ffffff;
}
.module.specials .sidebarproduct .owl-controls .owl-buttons div:hover {
  background: #b24903;
  color: #ffffff;
}

.module.compare .module-title {
  background: #3498db;
  margin-bottom: 0;
}
.module.compare .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0c5";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#mod_compare .modcompareprod {
  margin-bottom: 20px;
}
#mod_compare .not_text {
  font-size: 16px;
  color: #7a8188;
  margin: 0 -5px;
}
#mod_compare .image.fleft {
  float: left;
  width: 70px;
  margin-right: 20px;
}
#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: 300;
  color: #1f2228;
}
#mod_compare .extra-wrap .name a:hover {
  color: #3498db;
}
#mod_compare .extra-wrap .remcompare a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #e74c3c;
  cursor: pointer;
}
#mod_compare .extra-wrap .remcompare a:hover {
  color: #1f2228;
}
#mod_compare .btn_compare {
  background: #f7f7f7;
  color: #1f2228;
}
#mod_compare .btn_compare:hover {
  background: #3498db;
  color: #fff;
}

.module.wishlist .module-title {
  background: #e74c3c;
  margin-bottom: 0;
}
.module.wishlist .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f08a";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#mod_wishlists .modwishlistsprod {
  margin-bottom: 20px;
}
#mod_wishlists .not_text {
  font-size: 16px;
  color: #7a8188;
  margin: 0 -5px;
}
#mod_wishlists .image.fleft {
  float: left;
  width: 70px;
  margin-right: 20px;
}
#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: 300;
  color: #1f2228;
}
#mod_wishlists .extra-wrap .name a:hover {
  color: #e74c3c;
}
#mod_wishlists .extra-wrap .remwishlists a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #e74c3c;
  cursor: pointer;
}
#mod_wishlists .extra-wrap .remwishlists a:hover {
  color: #1f2228;
}
#mod_wishlists .btn_wishlist {
  background: #f7f7f7;
  color: #1f2228;
}
#mod_wishlists .btn_wishlist:hover {
  background: #e74c3c;
  color: #fff;
}

.module.tags .module-title {
  background: #1abc9c;
  margin-bottom: 0;
}
.module.tags .module-title:before {
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f0c2";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.tags .module-ct {
  background: #ffffff;
  padding: 20px 20px 15px;
}
.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: 5px 10px;
  text-transform: lowercase;
  float: left;
  margin: 0 5px 5px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1f2228;
}
.module.tags .mod_tagsvm3 .vm_tag span {
  font-size: 14px;
}
.module.tags .mod_tagsvm3 .vm_tag:hover {
  background: #1abc9c;
  color: #fff;
}

.module.homeblog {
  overflow: hidden;
  width: 100%;
}
.module.homeblog .module-ct {
  background: none;
}
.module.homeblog #k2slider {
  list-style: outside none none;
  margin: 0 -15px;
  padding: 0;
  width: auto;
}
.module.homeblog #k2slider li {
  overflow: hidden;
  margin: 0 15px;
  background: #f7f7f7;
  padding: 20px;
}
.module.homeblog #k2slider li .moduleItemIntrotext {
  padding: 0;
}
.module.homeblog #k2slider li .moduleItemImage {
  float: left;
  width: 250px;
  margin-right: 20px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.homeblog #k2slider li .moduleItemImage {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.homeblog #k2slider li .moduleItemImage {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.homeblog #k2slider li .moduleItemImage {
    width: 100%;
  }
}
.module.homeblog #k2slider li .moduleItemImage img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
}
.module.homeblog #k2slider li .fleft {
  float: left;
  padding: 10px 0px 0 0;
  width: 49%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.homeblog #k2slider li .fleft {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .module.homeblog #k2slider li .fleft {
    width: 100%;
  }
}
.module.homeblog #k2slider li .fleft .moduleItemTitle {
  color: #1f2228;
  font-size: 16px;
}
.module.homeblog #k2slider li .fleft .moduleItemTitle:hover {
  color: #e74c3c;
}
.module.homeblog #k2slider li .fleft .moduleItemDateCreated {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #7a8188;
  padding-bottom: 10px;
  padding-top: 5px;
}
.module.homeblog #k2slider li .fleft .moduleItemDateCreated:before {
  font-size: 14px;
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module.homeblog #k2slider li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.category_description {
  font-size: 16px;
  color: #1f2228;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.category_description img {
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category_description .box-style {
  background: #fff;
}
.category_description .prod_cat {
  float: left;
  margin-right: 20px;
  width: 200px;
  background: #fff;
  padding: 20px;
}
@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_desc {
  padding: 20px;
}
.category-view {
  width: 100%;
  overflow: hidden;
}
.category-view .marg {
  margin: 0 -15px;
}
.category-view h2 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.category-view .cat_row {
  float: left;
  width: 180px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-view .cat_row {
    width: 248px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-view .cat_row {
    width: 258px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@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: #fff;
  overflow: hidden;
  padding: 20px;
}
.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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category-view .cat_row a .category-title {
  color: #1f2228;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  background: #f7f7f7;
  padding: 10px 20px;
}
.category-view .cat_row a:hover .category-title {
  color: #e74c3c;
}
.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: 0px;
  padding-bottom: 0px;
}
.virtuemart_search input.inputbox {
  background: #fff;
  border: 1px solid #fff;
  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: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.orderby-displaynumber .border_bot {
  background: #a1aaaf;
  padding: 10px 10px 9px;
  min-height: 50px;
  position: relative;
  z-index: 2;
}
.orderby-displaynumber .border_bot .navigation_grid {
  float: right;
  overflow: hidden;
  width: 100px;
  margin: -10px -10px -10px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .orderby-displaynumber .border_bot .navigation_grid {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 1px solid #ecfdfe;
  }
}
.orderby-displaynumber .border_bot .navigation_grid a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: left;
  border-left: 1px solid #ecfdfe;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .navigation_grid a:hover,
.orderby-displaynumber .border_bot .navigation_grid a.active {
  background: #889196;
}
@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: #f7f7f7;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  margin: 0 5px 1px 0;
}
.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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder.hover:after {
  font-family: FontAwesome;
  content: "\f0d8";
  margin-left: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist {
  background: #fff;
  position: absolute;
  left: 0;
  top: 31px;
  width: 180px;
  margin-top: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a {
  font-size: 14px;
  line-height: 24px;
  color: #7a8188;
  display: block;
  padding: 0 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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;
}
.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: 30px;
  line-height: 30px;
  padding-right: 15px;
}
.Results .display-number .jq-selectbox {
  background: #fff;
  margin: 0 0px;
  padding: 0;
  width: 70px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #f7f7f7;
  border-radius: 0;
  color: #7a8188;
}
.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: 30px;
  max-height: 350px;
  top: 0 !important;
}
.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: 24px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.Results .display-number .jq-selectbox .dropdown ul li:hover {
  background: #f7f7f7;
  color: #1f2228;
}
.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: #f7f7f7;
  color: #1f2228;
  text-decoration: none;
}
#bottom-pagination-top ul li a {
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#bottom-pagination-top ul li a:hover {
  background: #dde3e6;
}
.recentproducts {
  padding: 0;
  margin: 0 0 30px 0;
}
#product_list {
  position: relative;
  z-index: 1;
}
#product_list.list .layout li .prod-row {
  width: 100%;
  display: table;
}
@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: 20%;
  display: table-cell;
}
@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: 20px;
}
#product_list.list .layout li .prod-row .browseImage .img-wrapper img {
  width: 280px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 180px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 200px;
  }
}
#product_list.list .layout li .prod-row .slide-hover {
  width: 80%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
@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 .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 .desc1 {
  color: #596067;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300px;
  padding: 0 20px;
  margin-bottom: 0;
}
#product_list.list .layout li .prod-row .slide-hover .desc1 p {
  margin-bottom: 0;
}
#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 20px;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags {
  background: #fff;
  color: #1f2228;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-transform: lowercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags:hover {
  background: #1abc9c;
  color: #fff;
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    position: relative;
    margin-left: 20px;
    width: 90%;
  }
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions > div {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions > div {
    display: block;
    margin-top: 1px;
    border: none;
  }
}
#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions > div .action-name {
  visibility: visible;
  opacity: 1;
  left: 30px;
  width: auto;
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
  white-space: nowrap;
}
#product_list.list .layout li .prod-row .product-box div.quick_btn {
  left: 20% !important;
}
#product_list.list .layout li .prod-row .product-box:hover div.quick_btn {
  left: 20%;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .zoomLens {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .zoomLens {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoomWindowContainer {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .zoomWindowContainer {
    display: none !important;
  }
}
#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: rgba(44, 62, 80, 0.6);
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
#productdetailsview .icons div a:hover {
  background: rgba(44, 62, 80, 0.9);
}
#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: #f7f7f7;
  padding: 0 20px 20px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 {
    padding: 0 0px 20px 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 {
    padding: 0 0px 0px 0;
  }
}
#productdetailsview .wrapper2 .fleft {
  float: left;
  width: 370px;
  margin: 0 30px 0 0;
}
@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: 490px;
  }
}
@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: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.limited {
  background: #f5791f;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.discount {
  background: #9b59b6;
}
#productdetailsview .wrapper2 .fleft .lbl-box div.hit {
  background: #e74c3c;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div.sold {
  background: #889196;
}
#productdetailsview .wrapper2 .fleft .lbl-box2 div.new {
  background: #1abc9c;
}
#productdetailsview .wrapper2 .fleft .main-image {
  background: #fff;
  padding: 20px;
  margin-bottom: 1px;
}
#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: 40px;
  }
}
@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: 491px;
  }
  #productdetailsview .wrapper2 .fleft .jcarousel.additional-images ul#carousel2 {
    width: 452px;
  }
}
@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: 0;
  right: 0;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-next {
  width: 39px;
  height: 40px;
  left: auto;
  right: -40px;
  top: 0;
  position: absolute;
  border: none;
  background: #fff;
  color: #1f2228;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-next:hover {
  background: #dde3e6;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-prev {
  width: 39px;
  height: 40px;
  left: auto;
  right: -40px;
  top: 41px;
  position: absolute;
  border: none;
  background: #fff;
  color: #1f2228;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .wrapper2 .fleft #gallery_02 .owl-theme .owl-controls .owl-prev:hover {
  background: #dde3e6;
}
#productdetailsview .wrapper2 .fright {
  float: left;
  width: 51%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .fright {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productdetailsview .wrapper2 .fright {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .fright {
    width: 100%;
    padding: 0 20px;
  }
}
#productdetailsview .wrapper2 .fright .title {
  font-size: 24px;
  line-height: 26px;
  color: #1f2228;
  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: #1f2228;
}
#productdetailsview .wrapper2 .fright .code {
  color: #1f2228;
  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: 20px;
  padding-bottom: 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
#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: #e74c3c;
  padding: 10px 0 20px;
}
#productdetailsview .wrapper2 .fright .time-box .price .price-sale .PricesalesPrice {
  float: none;
}
#productdetailsview .wrapper2 .fright .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;
}
#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;
}
#productdetailsview .wrapper2 .fright .time-box .price .price_save {
  background: #fff;
  margin-left: 0px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  width: 33%;
  color: #9b59b6;
  padding: 10px 0 20px;
  position: relative;
}
#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;
}
#productdetailsview .wrapper2 .fright .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;
}
#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: #e74c3c;
}
#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;
}
#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: #e74c3c;
  font-weight: bold;
  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;
}
#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;
}
#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;
}
#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: #f7f7f7;
}
#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chzn-container .chzn-drop li.result-selected {
  color: #1f2228;
  background: #ebe9e9;
}
#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;
}
#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: #1f2228;
}
#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: #1f2228;
}
#productdetailsview .wrapper2 .product-actions {
  padding-top: 20px;
  display: table;
  overflow: hidden;
  width: 55%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .wrapper2 .product-actions {
    width: 65%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #productdetailsview .wrapper2 .product-actions {
    width: 95%;
  }
}
#productdetailsview .wrapper2 .product-actions > div {
  border-right: 1px solid #e7f9fc;
  cursor: pointer;
  display: table-cell;
  height: 40px;
  padding: 0;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
  width: 40px;
}
#productdetailsview .wrapper2 .product-actions > div a {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  z-index: 0;
}
#productdetailsview .wrapper2 .product-actions > div.current {
  width: auto;
}
#productdetailsview .wrapper2 .product-actions > div.current span.action-name {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  white-space: nowrap;
  visibility: visible;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 115px;
  text-overflow: ellipsis;
  padding-right: 0px;
  overflow: hidden;
  left: 26px;
}
#productdetailsview .wrapper2 .product-actions span.action-name {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  left: 85px;
  top: 0;
  line-height: 40px;
  text-transform: uppercase;
}
#productdetailsview .wrapper2 .product-actions .wishlist {
  background: #e74c3c;
}
#productdetailsview .wrapper2 .product-actions .wishlist a {
  color: #fff;
  display: block;
  cursor: pointer;
}
#productdetailsview .wrapper2 .product-actions .wishlist span {
  display: inline-block;
}
#productdetailsview .wrapper2 .product-actions .wishlist.active,
#productdetailsview .wrapper2 .product-actions .wishlist:hover {
  background: #c0392b;
}
#productdetailsview .wrapper2 .product-actions .compare_cat {
  background: #3498db;
}
#productdetailsview .wrapper2 .product-actions .compare_cat a {
  color: #fff;
  display: block;
  cursor: pointer;
}
#productdetailsview .wrapper2 .product-actions .compare_cat span {
  display: inline-block;
}
#productdetailsview .wrapper2 .product-actions .compare_cat.active,
#productdetailsview .wrapper2 .product-actions .compare_cat:hover {
  background: #2980b9;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question {
  background: #2ecc71;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question a {
  color: #fff;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question span {
  display: inline-block;
}
#productdetailsview .wrapper2 .product-actions .ask-a-question:hover {
  background: #29b564;
}
#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 {
  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: 50px;
}
@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: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 20px;
  background: #a1aaaf;
  border-radius: 0px;
  margin-right: 1px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
#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: #34495e;
}
#productdetailsview .tabs_show .responsive-tabs__heading {
  display: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  #productdetailsview .tabs_show .responsive-tabs__heading {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 20px;
    background: #a1aaaf;
    border-radius: 0px;
    margin: 0 0 1px 0;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  #productdetailsview .tabs_show .responsive-tabs__heading:hover,
  #productdetailsview .tabs_show .responsive-tabs__heading.responsive-tabs__heading--active {
    background: #34495e;
  }
}
#productdetailsview .tabs_show .responsive-tabs__panel {
  background: #fff;
  padding: 20px;
}
#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: 5px;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display {
  display: inline-block;
}
#productdetailsview .tabs_show .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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx:hover {
  background: #1abc9c;
  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: #1f2228;
  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: #1f2228;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 1px 0 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .coment {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
#productdetailsview .customer-reviews .scroll-pane .rnormal .rbold {
  display: block;
  color: #1f2228;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
#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: #f7f7f7;
  box-shadow: none;
  border-radius: 0;
  min-height: 100px;
  padding-bottom: 10px;
  color: #7a8188;
  width: 100%;
  resize: none;
}
#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: #f7f7f7;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  color: #7a8188;
  width: 70px;
}
#productdetailsview body #jc,
#productdetailsview body #jc .button {
  font-family: 'Roboto', sans-serif;
}
#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-family: 'Roboto', sans-serif;
  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: #1f2228;
  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: #1f2228;
  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 1px 1px 0;
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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 1px 0 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  background: #f7f7f7;
  border: none;
}
#productdetailsview #jc #comments #nav-top span.activepage {
  background: #dde3e6;
}
#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: #f7f7f7;
  color: #1f2228;
}
#productdetailsview .back-to-category .button_back i {
  margin-right: 5px;
}
#productdetailsview .back-to-category .button_back:hover {
  background: #dde3e6;
}
#productdetailsview .back-to-category .product-neighbour {
  float: right;
  width: 480px;
}
#productdetailsview .back-to-category .product-neighbour ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#productdetailsview .back-to-category .product-neighbour ul li {
  margin-left: 1px;
  float: right;
  background: #f7f7f7;
}
#productdetailsview .back-to-category .product-neighbour ul li img {
  display: none;
}
#productdetailsview .back-to-category .product-neighbour ul li:hover {
  background: #dde3e6;
}
#productdetailsview .back-to-category .product-neighbour ul li:hover a {
  color: #1f2228;
}
#productdetailsview .back-to-category .product-neighbour ul li.previous i {
  margin-right: 5px;
}
#productdetailsview .back-to-category .product-neighbour ul li.next i {
  margin-left: 5px;
}
#productdetailsview.productdetails-view.quick div.Price .product-price span.PricesalesPrice {
  color: #e74c3c;
}
#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 .row {
  margin: 0 -15px;
}
.box-bg {
  background: #fff;
  margin-bottom: 30px;
}
.box-bg .box-bg-indent {
  padding: 0 30px 30px 30px;
}
.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: 300;
}
.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(../../../templates/t3_bs3_blank/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: 300;
  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;
}
.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: 14px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  padding-bottom: 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;
}
.box-bg .box-bg-indent .adminForm.user-details .key label {
  font-weight: 300;
  color: #596067;
  text-align: left;
  display: block;
  float: none;
  width: 100%;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 {
  width: 60%;
  border: none;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  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;
  margin: 0 0 10px 0;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.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(../../../templates/t3_bs3_blank/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: #f7f7f7;
  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: 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: #1f2228;
  background: #f7f7f7;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 div.chzn-container .chzn-drop li.result-selected {
  color: #1f2228;
  background: #ebe9e9;
}
.box-bg .box-bg-indent .adminForm.user-details .key2 .terms-of-service label {
  width: auto;
  font-weight: 300;
  padding-top: 10px;
  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 {
  float: left;
  display: inline-block;
  cursor: pointer;
  background: #a1aaaf;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  margin-right: 1px;
}
#ui-tabs ul#tabs li:hover,
#ui-tabs ul#tabs li.current {
  background: #34495e;
}
#ui-tabs #tab-2 {
  display: none;
}

.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: #e74c3c;
}
.order-view {
  padding-bottom: 30px;
}
.order-view #com-form-order-submit {
  padding-top: 10px;
}
.order-view #com-form-order-number,
.order-view #com-form-order-pass {
  padding-bottom: 20px;
}
.order-view #com-form-order-number label,
.order-view #com-form-order-pass label {
  font-weight: 300;
}
.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: #e74c3c !important;
}

.compare_box .module-title.no-products {
  background: #1abc9c;
}
.compare_box .module-title.no-products i {
  padding-right: 5px;
}
#compare_list_prod .comare_image {
  position: relative;
}
#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: #e74c3c;
}
#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;
}
#compare_list_prod .lbl-box div.limited {
  background: #f5791f;
}
#compare_list_prod .lbl-box div.discount {
  background: #9b59b6;
}
#compare_list_prod .lbl-box div.hit {
  background: #e74c3c;
}
#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;
}
#compare_list_prod .lbl-box2 div.sold {
  background: #889196;
}
#compare_list_prod .lbl-box2 div.new {
  background: #1abc9c;
}
#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;
}
#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: #1f2228;
}
#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: #1f2228;
}
#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: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 3px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#compare_list_prod .btx:hover {
  background: #e74c3c;
  color: #fff;
}
#compare_list_prod .red {
  color: #e74c3c;
}

.wishlist_box {
  padding-bottom: 30px;
}
.wishlist_box .module-title.no-products {
  margin-top: 30px;
  background: #1abc9c;
}
.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: 50px;
  line-height: 48px;
  background: #34495e;
}
.wishlist_box .module-title .back-to-category .button_back:hover {
  background: #2c3e50;
}
.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;
}
#k2Container .K2ItemsRow .itemContainer {
  padding: 0 15px;
}
#k2Container .k2AccountPage table.admintable td input.inputbox {
  float: left;
}
#k2Container .catItemView {
  padding: 0;
}
#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: #f7f7f7;
  padding: 20px 20px 0 20px;
  
}
#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: #1f2228;
  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: -20px;
}
#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 1px;
  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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
div.k2Pagination ul li span {
  color: #676a6e;
}
div.k2Pagination ul li a:hover {
  background: #dde3e6;
  color: #676a6e;
}

#k2Container.itemView {
  padding: 0;
  border: none;
}
#k2Container.itemView .itemImageBlock {
  padding: 0;
  margin: 0;
}
#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: #f7f7f7;
  padding: 20px 20px 5px 20px;
  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: #596067;
  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: #596067;
  background: #f7f7f7;
  padding: 20px;
}
#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: bold;
  color: #1f2228;
}
#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;
  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: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  height: 140px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  margin-bottom: 20px;
  resize: none !important;
  width: 100%;
}
#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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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;
}
.module.maps .module-ct .responsive_map_description {
  font-size: 14px;
  line-height: 20px;
  color: #596067;
}
.module.maps .module-ct .responsive_map_description .fa-map-marker {
  background: #1abc9c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.module.maps .module-ct .responsive_map_description .fa-phone {
  background: #f5791f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.module.maps .module-ct .responsive_map_description .fa-envelope-o {
  background: #3498db;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.module.maps .module-ct .responsive_map_description .fa-clock-o {
  background: #9b59b6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
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;
}
.contactContact .contact-form legend {
  border: none;
}
.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: bold;
  color: #e74c3c;
}
.contactContact .contact-form .controls {
  padding: 0;
  margin: 0;
}
.contactContact .contact-form .controls input {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  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;
}
.contactContact .contact-form .controls input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.contactContact .contact-form .controls textarea {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  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;
}
.contactContact .contact-form .controls textarea:focus {
  border: 1px solid #e6e6e6;
  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;
  padding: 20px;
}
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: bold;
  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 #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  width: 50%;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  box-shadow: none;
  border-radius: 0;
  color: #7a8188;
  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 #e6e6e6;
  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 #e6e6e6;
  background: #f7f7f7;
  height: 40px;
  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 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 #e6e6e6;
  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 #e6e6e6;
  background: #f7f7f7;
  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 #e6e6e6;
  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: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  background: #34495e;
  display: block;
  text-transform: none;
  color: #fff;
  padding: 0 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cart-view .module-title .back-to-category a.continue_link:before {
  content: "\f112";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 50px;
  margin-right: 0px;
}
.cart-view .module-title .back-to-category a.continue_link:hover {
  background: #2c3e50;
}
.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: 14px;
  line-height: 24px;
  font-weight: bold;
  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: uppercase;
}
@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(../../../templates/t3_bs3_blank/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;
}
.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: #a1aaaf;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  font-weight: 300;
  padding: 10px 0 10px 20px;
  text-align: left;
  border-left: 1px solid #fff;
}
.box-bg.basket .box-bg-indent .cart-summary th.first {
  width: 270px;
  border-left: none;
}
.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: 2px solid #e5f4fa;
  border-left: 2px solid #e5f4fa;
  background: #f7f7f7;
  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;
}
.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;
}
.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;
}
.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;
}
.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: #e74c3c;
}
.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: bold;
}
.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: #e74c3c;
}
.box-bg.basket .box-bg-indent .cart-summary .prod-row.total td,
.box-bg.basket .box-bg-indent .cart-summary tr.total td {
  border-bottom: 2px solid #e5f4fa;
}
.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: #7a8188;
  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: #7a8188;
  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: 100%;
  margin-bottom: 20px;
}
.cart-coupon td .button {
  background: #2ecc71;
}
.cart-coupon td .button:hover,
.cart-coupon td .button:focus {
  background: #27ae60;
}
.checkout-form-box {
  background: #f7f7f7;
  padding: 30px;
}
.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(../../../templates/t3_bs3_blank/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: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  color: #7a8188;
  font-size: 14px;
  font-weight: 300;
  height: 140px;
  line-height: 20px;
  padding: 9px 35px 9px 14px;
  margin-bottom: 20px;
  resize: none !important;
  width: 100%;
}
.checkout-form-box #customer_note_field:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
.checkout-form-box span.cart.tos {
  display: none;
}
.checkout-form-box .terms-of-service label {
  font-weight: 300;
}
.checkout-form-box .terms-of-service label a {
  color: #596067;
}
.checkout-form-box .terms-of-service label a:hover {
  color: #3498db;
}
.checkout-form-box #checkoutFormSubmit {
  height: 50px;
  line-height: 48px;
  background: #e74c3c;
  margin-top: 20px;
  border: none;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
}
.checkout-form-box #checkoutFormSubmit:hover,
.checkout-form-box #checkoutFormSubmit:focus {
  background: #c0392b;
  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 {
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #banners-top {
    padding: 20px 10px 0;
  }
}
#banners-top .list-banners {
  overflow: hidden;
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none;
}
#banners-top .list-banners li {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 358px;
  padding: 0px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .list-banners li {
    width: 296px;
    min-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #banners-top .list-banners li {
    width: 228px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #banners-top .list-banners li {
    width: 100%;
  }
}
#banners-top .list-banners li.item1 {
  background: none;
}
#banners-top .list-banners li.item2 {
  background: none;
  width: 444px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banners-top .list-banners li.item2 {
    width: 367px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #banners-top .list-banners li.item2 {
    width: 282px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #banners-top .list-banners li.item2 {
    width: 100%;
  }
}
#banners-top .list-banners li.item2 .txt1 {
  padding-left: 65px;
}
#banners-top .list-banners li.item2 i {
  right: auto;
  left: 20px;
}
#banners-top .list-banners li.item3 {
  background: none;
}
#banners-top .list-banners li.item3 .a {
  background: none;
}
#banners-top .list-banners li > a {
  float: none;
  display: block;
  padding: 0;
  background: none;
}
#banners-top .list-banners li .a {
  float: right;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  background: #3498db;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#banners-top .list-banners li img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#banners-top .list-banners li:hover img {
  opacity: 0.7;
}
.list-banners {
  overflow: hidden;
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none;
}
.list-banners li {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 358px;
  padding: 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-banners li {
    width: 296px;
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-banners li {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-banners li {
    width: 100%;
  }
}
.list-banners li.item1 {
  background: #889196;
}
.list-banners li.item2 {
  background: #2980b9;
  width: 444px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-banners li.item2 {
    width: 367px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-banners li.item2 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-banners li.item2 {
    width: 100%;
  }
}
.list-banners li.item2 .txt1 {
  padding-left: 65px;
}
.list-banners li.item2 i {
  right: auto;
  left: 20px;
}
.list-banners li.item3 {
  background: #d35400;
}
.list-banners li.item3 .a {
  background: #f5791f;
}
.list-banners li .txt1 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  margin-top: -4px;
}
.list-banners li .txt1 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-transform: lowercase;
  margin-top: -8px;
}
.list-banners li i {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
.list-banners li > a {
  float: none;
  display: block;
  padding: 0;
  background: none;
}
.list-banners li .a {
  float: right;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  background: #3498db;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.list-banners li:hover {
  background: #34495e;
}
.list-banners li:hover .a {
  background: #333;
}
.home .breadcrumbs-custom {
  display: none;
}
.breadcrumbs-custom {
  margin: 0 -15px;
  padding: 30px 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: #7a8188;
  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;
}
.bottom-block #t3footnav-top {
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 1px;
  padding: 10px 0 20px;
}
.bottom-block #t3footnav-top .container {
  padding: 0 30px;
}
.bottom-block #t3footnav-top .t3-module {
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .module._newsletter {
  padding-top: 5px;
}
.bottom-block #t3footnav-top .module-title {
  color: #596067;
  font-size: 18px;
  font-weight: 300;
  background: none;
  padding: 25px 0 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.bottom-block #t3footnav-top .acymailing_module_newsletter {
  overflow: hidden;
  width: auto;
  padding-top: 14px;
}
.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 .social {
  overflow: hidden;
  margin: 10px -3px 0;
  float: right;
  width: auto;
}
.bottom-block #t3footnav-top .social a {
  float: left;
  width: 46px;
  height: 46px;
  margin: 3px 3px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bottom-block #t3footnav-top .social a em {
  margin: 0;
  line-height: 48px;
  text-align: center;
}
.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: #2c3e50;
  color: #fff;
}
.bottom-block #t3footnav {
  background: #f8f8f8;
  margin-bottom: 1px;
}

#t3footnav {
  overflow: hidden;
}
#t3footnav .container {
  padding: 0 30px;
}
#t3footnav .module-title {
  color: #596067;
  font-size: 18px;
  font-weight: 300;
  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: #555555;
  float: left;
  width: 80%;
}
#t3footnav #jmod .jmod-tweet a {
  color: #555555;
  text-decoration: underline;
  margin-right: 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav #jmod .jmod-tweet a:hover {
  text-decoration: none;
}
#t3footnav #jmod .jmod-tweet a.url {
  text-decoration: none;
  color: #e74c3c;
  margin-right: 0px;
}
#t3footnav #jmod .jmod-tweet a.url:hover {
  text-decoration: none;
  color: #1f2228;
}
#t3footnav #jmod .jmod-tweet-data {
  font-size: 13px;
  line-height: 22px;
  padding-top: 5px;
}
#t3footnav #jmod .jmod-tweet-data a {
  color: #555555;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav #jmod .jmod-tweet-data a:hover {
  color: #e74c3c;
}
#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: #1f2228;
  padding: 0;
  background: none;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav .nav.menu li a:hover {
  color: #e74c3c;
  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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav .nav.menu li.active a {
  color: #e74c3c;
  background: none;
}
#t3footnav .customfoot1 {
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}
#t3footnav .customfoot1 > div {
  padding-bottom: 20px;
  overflow: hidden;
}
#t3footnav .customfoot1 i {
  font-size: 16px;
  color: #555555;
  margin-right: 20px;
  float: left;
  position: relative;
  top: 3px;
}
#t3footnav .customfoot1 span {
  overflow: hidden;
  float: left;
  width: 80%;
}
#t3footnav .customfoot1 a {
  color: #1f2228;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#t3footnav .customfoot1 a:hover {
  color: #e74c3c;
}
.t3-copyright {
  background: #dde3e6 url(../../../templates/t3_bs3_blank/images/foot-bg.png) right 20px no-repeat;
  padding: 20px 0;
  color: #7a8188;
}
.t3-copyright a {
  color: #1f2228;
}
.t3-copyright a:hover {
  color: #3498db;
}
@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: #1f2228;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#back-top a:hover {
  background: #1f2228;
  color: #f7f7f7;
}
@media (min-width: 320px) and (max-width: 767px) {
  #back-top a {
    display: none;
  }
}

.module.param .module-title {
  background: #2ecc71;
  margin-bottom: 0;
}
.module.param .module-title:before {
  font-size: 16px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f0b0";
  margin-right: 8px;
  line-height: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.paramfilter .mcf_form > div {
  margin-bottom: 20px;
}
.paramfilter .heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.paramfilter .jq-checkbox {
  border: 1px solid #e2e6e7;
  background: #f7f7f7;
  border-radius: 0px;
  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 {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../templates/t3_bs3_blank/images/check_box.png) left top no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
}
.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: 500;
  font-size: 14px;
  margin-top: 3px;
}
.paramfilter .ui-slider-horizontal {
  height: 12px;
  box-shadow: none;
}
.paramfilter .ui-slider-horizontal {
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}
.paramfilter .ui-slider .ui-slider-range {
  background: #e74c3c;
  margin-left: 0px;
  top: -1px;
  height: 12px;
}
.paramfilter .ui-slider-horizontal .ui-slider-handle {
  background: #a1aaaf;
  width: 12px;
  height: 22px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  top: -7px;
  margin-left: -6px;
  cursor: pointer;
}
.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;
  border-radius: 0px;
  background: #f7f7f7;
  margin: 0 0 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(../../../templates/t3_bs3_blank/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(../../../templates/t3_bs3_blank/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;
}

.cwcookielaw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 9px 10px;
  background: #34495e;
}
.cwcookielaw .button {
  margin-left: 5px;
}
div.cwcookielawbg {
  height: 60px;
}
.cookies_height {
  height: 0;
  overflow: hidden;
}

.mod_vm2products {
  padding-bottom: 0px;
}
.mod_vm2products .module-title.no-products {
  margin-left: 15px;
  margin-right: 15px;
}
.mod_vm2products .responsive-tabs__list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 99;
  clear: both;
  min-height: 50px;
}
.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 20px;
  background: #a1aaaf;
  border-radius: 0px;
  margin-right: 1px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #34495e;
}
.mod_vm2products .responsive-tabs__heading {
  display: none;
}
.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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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;
}
div#slideShow .browseImage {
  position: relative;
  width: 100%;
}
div#slideShow .browseImage .lbl-box {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
div#slideShow .browseImage .lbl-box div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
div#slideShow .browseImage .lbl-box div.limited {
  background: #f5791f;
}
div#slideShow .browseImage .lbl-box div.discount {
  background: #9b59b6;
}
div#slideShow .browseImage .lbl-box div.hit {
  background: #e74c3c;
}
div#slideShow .browseImage .lbl-box2 {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
div#slideShow .browseImage .lbl-box2 div {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  font-weight: 300;
}
div#slideShow .browseImage .lbl-box2 div.sold {
  background: #889196;
}
div#slideShow .browseImage .lbl-box2 div.new {
  background: #1abc9c;
}
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 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #e74c3c;
  padding: 10px 0 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price-sale {
    width: 100%;
  }
}
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;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price-old {
    width: 100%;
  }
}
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: #9b59b6;
  padding: 10px 0 20px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .time-box .price .price_save {
    width: 100%;
  }
}
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;
}
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: #e74c3c;
}
div#slideShow .time-box .bzSaleTimerDesc2 {
  float: left;
  width: 50%;
  display: block;
  color: #596067;
  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;
  width: 50%;
  color: #fff;
  display: table;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#slideShow .product-actions {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slideShow .product-actions {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  div#slideShow .product-actions {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  div#slideShow .product-actions {
    width: 100%;
  }
}
div#slideShow .product-actions .addtocart-button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  height: 40px;
}
div#slideShow .product-actions .addtocart-button > i {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  position: relative;
  top: 0px;
}
div#slideShow .product-actions > div {
  position: relative;
  border-left: 1px solid #e7f9fc;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  display: table-cell;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
}
div#slideShow .product-actions > div.add-to-cart {
  border-left: none;
}
div#slideShow .product-actions > div.current {
  width: auto;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  div#slideShow .product-actions > div.add-to-favorites,
  div#slideShow .product-actions > div.add-to-compare {
    display: none;
  }
}
div#slideShow .product-actions > div.current span.action-name {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  white-space: nowrap;
  visibility: visible;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 115px;
  text-overflow: ellipsis;
  padding-right: 0px;
  overflow: hidden;
  left: 26px;
}
div#slideShow .product-actions > div span.action-name {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  left: 85px;
  top: 0;
  line-height: 40px;
}
div#slideShow .product-actions > div .add_compare {
  background: #3498db;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
div#slideShow .product-actions > div .add_compare i {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
div#slideShow .product-actions > div .add_compare.active,
div#slideShow .product-actions > div .add_compare:hover {
  background: #2980b9;
}
div#slideShow .product-actions > div .add_wishlist {
  background: #e74c3c;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 9px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: auto;
  position: relative;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  div#slideShow .product-actions > div .add_wishlist {
    padding: 10px 10px 10px;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  div#slideShow .product-actions > div .add_wishlist {
    padding: 10px 10px 10px;
  }
}
div#slideShow .product-actions > div .add_wishlist i {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  position: relative;
  left: 2px;
}
div#slideShow .product-actions > div .add_wishlist.active,
div#slideShow .product-actions > div .add_wishlist:hover {
  background: #c0392b;
}
#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: 20px 20px 15px 20px;
  width: 280px;
  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: 490px;
  }
}
@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: 0px;
}
#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: 63%;
  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 20px 50px;
  }
}
@media (min-width: 690px) and (max-width: 767px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 689px) {
  #slideShow.list li .product-box.hover .slide-hover {
    width: 100%;
    padding: 20px 20px 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(../../../templates/t3_bs3_blank/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: #fff;
}
div#slideShow .space_tabs li.space_here a {
  background: #e74c3c;
}
#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: #e74c3c;
}
#newsletter-popup .close {
  display: 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;
}
#newsletter-popup .acymailing_form .subbutton {
  margin-top: 0 !important;
}
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: #e74c3c;
}
body.component {
  background: #fff;
}
body.component .module-title {
  font-size: 12px;
}
body.component .asc-img {
  display: none;
}
body.component #Comment {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  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 #e6e6e6;
  box-shadow: none;
}
.order-box .vmshipment_description,
.order-box .vmpayment_description {
  padding-top: 15px;
  display: block;
}

.shop-accordion .su-spoiler-title {
  background: #34495e;
  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: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms 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: #a1aaaf;
}
.shop-tabs-horizontal {
  border-radius: 0;
  padding: 0;
}
.shop-tabs-horizontal .su-tabs-pane,
.shop-tabs-horizontal .su-tabs-nav span {
  border-radius: 0;
}
.shop-tabs-vertical {
  border-radius: 0;
  padding: 0;
}
.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: #1f2228;
}

.jcarousel li {
  box-sizing: border-box;
}

.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;
  text-align: right;
  position: absolute;
  right: 15px;
  top: -80px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 24px;
  height: 50px;
  width: 50px;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: #34495e;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  background: #2c3e50;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.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(../../../templates/t3_bs3_blank/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;
}

#options {
  overflow: hidden;
  margin: 0 0 30px 0;
}
#filters,
#sort-by,
#sort-direction {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#filters li,
#sort-by li,
#sort-direction li {
  float: left;
  margin: 0 1px 1px 0;
}
#sort-by,
#sort-direction {
  float: right;
}
#filters {
  float: left;
}
.button.selected {
  background: #d35400;
  color: #ffffff;
}
.button.reset.selected {
  color: #ffffff;
  background: #2c3e50;
}
#onepage_info_above_button {
  margin-bottom: -30px;
}
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: #e74c3c;
  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: 20px;
  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 #e6e6e6;
  background: #f7f7f7;
  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;
}
#checkout-advertise-box .inline table td:first-child input[type="text"]:focus {
  border: 1px solid #e6e6e6;
  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 #e6e6e6;
  background: #f7f7f7;
  border-radius: 0px;
}
#checkout-advertise-box .inline table #userIDcart:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#checkout-advertise-box .inline table #userIDcart_chzn {
  display: none;
}
#checkout-advertise-box .click_new_shopper {
  margin-bottom: 20px;
  display: none;
}
.cart-view {
  font-family: 'Roboto', sans-serif;
}
#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 #e6e6e6;
  background: #f7f7f7;
  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;
}
#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 #e6e6e6;
  box-shadow: none;
}
#onepage_main_div.cart-view #registertab input {
  width: 50%;
}
#onepage_main_div.cart-view #logintab .remembers {
  padding-bottom: 20px;
  padding-top: 10px;
}
#onepage_main_div.cart-view #tab_selector li {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
#onepage_main_div.cart-view #tab_selector li.active {
  cursor: default;
}
#onepage_main_div.cart-view #tab_selector li:hover {
  background: #a1aaaf;
}
#onepage_main_div.cart-view #tab_selector li.active,
#onepage_main_div.cart-view #tab_selector li.active:hover {
  background: #a1aaaf;
}
@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 h3 {
  margin-bottom: 10px;
}
div#basket_container.cart-view .black-basket .col-module_content {
  border-radius: 0px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row {
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header {
  background: #a1aaaf;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header > div {
  color: #fff;
  font-weight: 300;
  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: 300;
  color: #1f2228;
  font-family: 'Roboto', sans-serif;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a:hover {
  color: #3498db;
}
div#basket_container.cart-view .black-basket .col-module_content #tt_total_basket {
  color: #e74c3c;
}
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: #3498db;
}
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 20px 30px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
#couponcode_field h3 {
  margin-right: -30px;
  margin-left: -30px;
}
#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;
}
#onepage_main_div #payment_top_wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#onepage_main_div .cart-view {
  background: #fff;
  padding: 0 20px 30px 20px;
}
#onepage_main_div .cart-view .module-title {
  margin-left: -20px;
  margin-right: -20px;
}
#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 #e6e6e6;
  background: #f7f7f7;
  border-radius: 0px;
}
@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 #e6e6e6;
  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: #e74c3c;
  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;
}
.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;
  }
}
div.category_description {
  margin-bottom: 30px;
}
.opg-modal-page .boxed-version .top-block {
  z-index: 0;
}
#productdetailsview .back-to-category {
  overflow: hidden;
}

@-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);
  }
}
#options {
  overflow: hidden;
  margin: 0 0 30px 0;
}
#filters,
#sort-by,
#sort-direction {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#filters li,
#sort-by li,
#sort-direction li {
  float: left;
  margin: 0 1px 1px 0;
}
#sort-by,
#sort-direction {
  float: right;
}
#filters {
  float: left;
}
.button.selected {
  background: #d35400;
  color: #ffffff;
}
.button.reset.selected {
  color: #ffffff;
  background: #2c3e50;
}
#onepage_info_above_button {
  margin-bottom: -30px;
}
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: #e74c3c;
  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: 20px;
  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 #e6e6e6;
  background: #f7f7f7;
  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;
}
#checkout-advertise-box .inline table td:first-child input[type="text"]:focus {
  border: 1px solid #e6e6e6;
  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 #e6e6e6;
  background: #f7f7f7;
  border-radius: 0px;
}
#checkout-advertise-box .inline table #userIDcart:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}
#checkout-advertise-box .inline table #userIDcart_chzn {
  display: none;
}
#checkout-advertise-box .click_new_shopper {
  margin-bottom: 20px;
  display: none;
}
.cart-view {
  font-family: 'Roboto', sans-serif;
}
#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 #e6e6e6;
  background: #f7f7f7;
  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;
}
#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 #e6e6e6;
  box-shadow: none;
}
#onepage_main_div.cart-view #registertab input {
  width: 50%;
}
#onepage_main_div.cart-view #logintab .remembers {
  padding-bottom: 20px;
  padding-top: 10px;
}
#onepage_main_div.cart-view #tab_selector li {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
#onepage_main_div.cart-view #tab_selector li.active {
  cursor: default;
}
#onepage_main_div.cart-view #tab_selector li:hover {
  background: #a1aaaf;
}
#onepage_main_div.cart-view #tab_selector li.active,
#onepage_main_div.cart-view #tab_selector li.active:hover {
  background: #a1aaaf;
}
@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 h3 {
  margin-bottom: 10px;
}
div#basket_container.cart-view .black-basket .col-module_content {
  border-radius: 0px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  background: #f7f7f7;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row {
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header {
  background: #a1aaaf;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row.op_basket_header > div {
  color: #fff;
  font-weight: 300;
  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: 300;
  color: #1f2228;
  font-family: 'Roboto', sans-serif;
}
div#basket_container.cart-view .black-basket .col-module_content div.op_basket_row .cart-title a:hover {
  color: #3498db;
}
div#basket_container.cart-view .black-basket .col-module_content #tt_total_basket {
  color: #e74c3c;
}
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: #3498db;
}
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 20px 30px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
#couponcode_field h3 {
  margin-right: -30px;
  margin-left: -30px;
}
#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;
}
#onepage_main_div #payment_top_wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#onepage_main_div .cart-view {
  background: #fff;
  padding: 0 20px 30px 20px;
}
#onepage_main_div .cart-view .module-title {
  margin-left: -20px;
  margin-right: -20px;
}
#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 #e6e6e6;
  background: #f7f7f7;
  border-radius: 0px;
}
@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 #e6e6e6;
  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: #e74c3c;
  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;
}
.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;
  }
}
div.category_description {
  margin-bottom: 30px;
}
.opg-modal-page .boxed-version .top-block {
  z-index: 0;
}
#productdetailsview .back-to-category {
  overflow: hidden;
}