.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.page-header {
  margin: 0 0 20px;
  border: 0;
}
.entry-meta.muted {
  margin-bottom: 20px;
  font-size: 12px;
  padding: 10px 0;
  text-transform: uppercase;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
.rtl .entry-meta ul.actions {
  float: left;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
legend {
  border-bottom: 1px solid #f5f5f5;
  text-transform: uppercase;
}
label.invalid {
  color: #c83025;
}
.form-actions {
  background: none;
  padding: 0;
  border-top: none;
  margin: 0;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
#login .modal-body a:hover,
#login .modal-footer a:hover {
  color: #da001a;
}
select,
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"],
.uneditable-input,
table.user-details input.invalid,
table.user-details input,
table.user-details .vm-chzn-select,
table.user-details input:hover,
.chzn-container-single .chzn-search input {
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #7d7e80;
  padding: 0 10px;
  height: 35px;
  min-height: 35px;
}
textarea {
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #7d7e80;
  padding: 0 10px;
}
select {
  padding: 0;
}
label.invalid {
  background-color: transparent !important;
}
legend {
  font-size: 14px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
body {
  -webkit-font-smoothing: antialiased;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ul.social-icons {
  list-style: none;
  margin: 0;
}
ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-icons i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #898B8C;
  background: #f5f5f5;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
ul.social-icons i:hover {
  color: #fff;
}
ul.social-icons i.icon-facebook:hover {
  background: #3b5997;
}
ul.social-icons i.icon-twitter:hover {
  background: #29c5f6;
}
ul.social-icons i.icon-google-plus:hover {
  background: #d13d2f;
}
ul.social-icons i.icon-pinterest:hover {
  background: #e13138;
}
ul.social-icons i.icon-linkedin:hover {
  background: #006dc0;
}
#sp-module-variation-wrapper {
  padding: 30px 0;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sp-top-bar-wrapper {
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background: #333;
  color: #999;
}
#sp-top-bar-wrapper a {
  color: #999;
}
#sp-top-bar-wrapper a:hover {
  color: #fff;
}
#sp-top-bar-wrapper .sp-login,
#sp-top-bar-wrapper .sp-register,
#sp-top-bar-wrapper ul.lang-inline {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #444;
}
#sp-top-bar-wrapper .vm_currency_module {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#sp-top-bar-wrapper .vm_currency_module .currency_title {
  display: inline-block;
}
#sp-top-bar-wrapper .vm_currency_module #sp_currency_form {
  margin: 0;
  display: inline-block;
}
#sp-top-bar-wrapper .vm_currency_module #sp_currency_form .sp_currency {
  position: relative;
  margin-left: 10px;
  width: 75px;
  z-index: 1001;
}
#sp-top-bar-wrapper .jqTransformSelectWrapper >div span {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 9px;
  padding: 0 22px 0 8px;
  cursor: pointer;
  position: relative;
  border: 1px solid #444;
}
#sp-top-bar-wrapper .jqTransformSelectWrapper >div span:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  width: 14px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  right: 5px;
  top: 0;
}
#sp-top-bar-wrapper .jqTransformSelectWrapper ul {
  min-width: 63px;
  top: 30px;
  background-color: #333;
  border: 1px solid #444;
  border-top: 0;
}
#sp-top-bar-wrapper .jqTransformSelectWrapper ul a.selected {
  background: #000;
}
#sp-top-bar-wrapper .mod-languages {
  display: inline-block;
}
#sp-top-bar-wrapper .mod-languages ul.lang-inline {
  list-style: none;
}
#sp-top-bar-wrapper .mod-languages ul.lang-inline >li {
  display: inline-block;
  margin: 0 1px;
}
#sp-top-bar-wrapper .mod-languages ul.lang-inline >li img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
#sp-top-bar-wrapper .mod-languages ul.lang-inline >li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-top-bar-wrapper form#mod-finder-searchform,
#sp-top-bar-wrapper form#mod-search-searchform,
#sp-top-bar-wrapper form#mod-vm-product-search {
  float: right;
  margin: 0;
}
#sp-top-bar-wrapper form#mod-finder-searchform input[type="text"],
#sp-top-bar-wrapper form#mod-search-searchform input[type="text"],
#sp-top-bar-wrapper form#mod-vm-product-search input[type="text"] {
  width: 150px;
  min-height: 40px;
  float: right;
  border: 0;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transition: width 500ms, background 500ms;
  -moz-transition: width 500ms, background 500ms;
  -o-transition: width 500ms, background 500ms;
  transition: width 500ms, background 500ms;
}
#sp-top-bar-wrapper form#mod-finder-searchform input[type="text"]:focus,
#sp-top-bar-wrapper form#mod-search-searchform input[type="text"]:focus,
#sp-top-bar-wrapper form#mod-vm-product-search input[type="text"]:focus {
  width: 250px;
  background: #222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-top-bar-wrapper form#finder-search .word .button {
  line-height: 35px;
  padding: 0 10px;
  margin-top: -10px;
}
#sp-top-bar-wrapper ul#finder-filter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-top-bar-wrapper .vmCartModule {
  float: right;
  display: block;
  position: relative;
  padding: 0;
  height: 40px;
  text-align: center;
  border-right: 1px solid #444;
  cursor: pointer;
}
#sp-top-bar-wrapper .vmCartModule:hover {
  color: #fff;
}
#sp-top-bar-wrapper .vmCartModule .cart-container {
  position: relative;
  padding: 0 20px 0 10px;
}
#sp-top-bar-wrapper .vmCartModule .cart-container i {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
}
#sp-top-bar-wrapper .vmCartModule .cart-container span.total_products {
  background: #000;
  color: #fff;
  font-size: 12px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sp-top-bar-wrapper .vmCartModule .cart-container .sp-vm-cart-container {
  display: none;
}
#sp-top-bar-wrapper .vmCartModule .cart-container:hover .sp-vm-cart-container {
  display: block;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container {
  width: 300px;
  top: 38px;
  right: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-align: left;
  padding-bottom: 10px;
  overflow: hidden;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container .container {
  width: 100%;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li {
  padding: 0 15px;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li >div {
  padding: 0 15px;
  margin: 0 -15px;
  line-height: 36px;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li >div:hover {
  background: #333;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li a {
  color: #fff;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li.total {
  text-align: right;
  float: right;
  margin-top: 6px;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li.divider {
  background: transparent;
  margin-bottom: 10px;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li.sp-cart-show {
  float: left;
}
#sp-top-bar-wrapper .vmCartModule .sp-vm-cart-container li.sp-cart-show a {
  float: none !important;
  padding: 6px 12px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background: #333;
}
#sp-top-bar-wrapper .vmCartModule .sp-dropdown-cart {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sp-mod-login {
  display: inline-block;
}
#login.modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#login {
  background: #fff;
}
#login .modal-header {
  border-bottom: none;
}
#login .modal-header h3 {
  color: #242424;
  text-transform: uppercase;
}
#login .modal-header .close {
  text-shadow: none;
}
#login .modal-footer {
  border-top: 1px solid #f5f5f5;
  box-shadow: none;
  background-color: #FAFAFA;
}
#login label {
  display: inline-block;
}
.jqTransformSelectWrapper ul {
  position: absolute;
  width: 52px;
  top: 20px;
  left: 0;
  list-style: none;
  background-color: #fff;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
}
.jqTransformSelectWrapper ul li {
  line-height: 22px;
}
.jqTransformSelectWrapper ul a {
  display: block;
  padding: 0 6px;
  text-decoration: none;
  font-size: 12px;
}
.jqTransformSelectWrapper ul a.selected {
  background: #EDEDED;
  color: #333;
}
.jqTransformSelectWrapper ul a:hover,
.jqTransformSelectWrapper ul a.selected:hover {
  background: #242424;
  color: #fff;
}
#virtuemart_currency_id {
  width: 70px;
  opacity: 0;
}
.jqTransformHidden {
  display: none;
}
#sp-header-wrapper {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-slider-wrapper .sp-iStoreii-layout .sp-slider-content a.btn-more:hover {
  color: #000;
  border-color: #000;
}
.module.call-to-action {
  margin-top: 50px;
  border: 1px solid #f5f5f5;
  padding: 30px;
  position: relative;
}
.module.call-to-action:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: #f5f5f5 #fff #fff #f5f5f5;
  background: #f5f5f5;
  display: block;
  width: 0;
}
.module.call-to-action h2,
.module.call-to-action h3 {
  margin: 0;
}
.module.call-to-action h2 {
  font-size: 20px;
  font-weight: 700;
}
.module.call-to-action h3 {
  font-size: 16px;
  color: #999;
}
.module.call-to-action a.btn.btn-large {
  padding: 12px 35px;
  font-size: 18px;
  margin-top: 10px;
}
#sp-feature-wrapper {
  padding: 80px 0;
}
.sptab.istore-ii-layout ul.nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.sptab.istore-ii-layout ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
.sptab.istore-ii-layout ul.nav li.active a {
  background: none;
}
.sptab.istore-ii-layout ul.nav li a {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #242424;
}
.sptab.istore-ii-layout ul.nav li a:hover {
  background: none;
}
.sptab.istore-ii-layout .tab-content {
  background: #fff;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.sptab.istore-ii-layout .tab-content .active ul.vmproduct.productdetails li {
  -webkit-animation: scaleDown 300ms;
  -moz-animation: scaleDown 300ms;
  -ms-animation: scaleDown 300ms;
  -o-animation: scaleDown 300ms;
  animation: scaleDown 300ms;
}
.sptab.istore-ii-layout .tab-content .active.in ul.vmproduct.productdetails li {
  -webkit-animation: scaleUp 300ms;
  -moz-animation: scaleUp 300ms;
  -ms-animation: scaleUp 300ms;
  -o-animation: scaleUp 300ms;
  animation: scaleUp 300ms;
}
.sp-clients ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-clients ul > li {
  float: left;
  width: 25%;
  text-align: center;
}
.sp-clients ul > li >div {
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sp-clients ul > li >div:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sp-clients * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sp-bottom-wrapper {
  color: #898b8c;
}
#sp-bottom-wrapper #bottom {
  border-top: 5px solid #f5f5f5;
  padding: 40px 0;
}
#sp-bottom-wrapper h3.header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333;
}
#sp-bottom-wrapper ul {
  list-style: none;
  margin: 0;
}
#sp-bottom-wrapper ul li {
  line-height: 25px;
}
#sp-bottom-wrapper ul li a {
  color: #898b8c;
}
.acymailing_module_form p.fieldacyemail {
  display: inline-block;
}
.acymailing_module_form p.acysubbuttons {
  display: inline-block;
  margin: 0 0 0 -4px;
}
.acymailing_module_form p.acysubbuttons input.subbutton {
  padding: 0 10px;
  height: 37px;
  line-height: 37px;
  margin-top: -10px;
}
#sp-footer-wrapper {
  color: #898B8C;
}
#sp-footer-wrapper #footer {
  border-top: 1px solid #f5f5f5;
  padding: 20px 0;
  line-height: 30px;
}
#sp-footer-wrapper #footer p {
  margin-bottom: 0;
}
#sp-footer-wrapper ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin: 0 5px;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  display: block;
}
color:#999
				#sp-footer-wrapper ul li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
  padding: 0 10px;
  background: #898B8C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #fff;
}
#sp-footer-wrapper .sp-totop:hover {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: inline-block;
  margin-right: 10px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
#sp-footer2 .custom {
  display: inline-block;
  margin-right: 25px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}
.ratingbox {
  position: relative;
  display: block;
  width: 120px;
  height: 24px;
  background: url("../images/virtuemart/color-stars.png") repeat-x scroll 0 bottom transparent;
}
.ratingbox span {
  background: url(../images/virtuemart/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  position: absolute;
}
span.heading {
  position: relative;
  top: -8px;
}
.spacer a.modal,
.icons a.modal,
.commentToolbar a.modal {
  position: relative;
  box-shadow: none;
  border: 0;
}
.sp-productdetails {
  margin-bottom: 20px;
}
.sp-productdetails .main-image {
  text-align: left;
}
.sp-productdetails .main-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  text-align: left;
}
.sp-productdetails .additional-images {
  margin: 15px 0 0;
}
.sp-productdetails .additional-images img {
  margin: 0 15px 15px 0;
  width: 100px;
}
.sp-productdetails .product-details h2.product-title {
  font-size: 28px;
  margin-top: 0;
}
.sp-productdetails .product-details .spacer-buy-area {
  padding: 0;
}
.sp-productdetails .product-details .spacer-buy-area span.vote {
  margin-bottom: 15px;
  padding: 0 0 5px;
}
.sp-productdetails .product-details .spacer-buy-area .product-price {
  margin: 0;
  padding: 0 0 20px;
}
.sp-productdetails .product-details .spacer-buy-area .product-price span.PricepriceWithoutTax {
  text-decoration: line-through;
}
.sp-productdetails .product-details .spacer-buy-area .product-price .PricesalesPrice {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
.sp-productdetails .product-details .spacer-buy-area .product-price .PricepriceWithoutTax,
.sp-productdetails .product-details .spacer-buy-area .product-price .PricediscountAmount {
  color: #8c8c8c;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area form.product {
  margin: 0 0 10px 0;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.cart-btn {
  padding: 1px 0;
  margin: 0 10px;
  display: inline-block;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-box {
  padding-top: 0;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-box input.quantity-input {
  min-height: 30px;
  line-height: 30px;
  padding: 0;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-controls {
  width: 15px;
  min-height: 30px;
  padding: 0;
  margin: -2px 0 0 0;
  display: inline-block;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-controls input.quantity-controls {
  width: 15px;
  padding: 9px 7px;
  margin: 0;
  text-align: center;
  border: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-controls input.quantity-plus {
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-controls input.quantity-minus {
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: -3px;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields {
  margin: 15px 0;
  padding: 0 0 10px;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields .product-field {
  width: auto;
  float: none;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields .product-field.product-field-type-V {
  position: relative;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields .product-field.product-field-type-V .jqTransformSelectWrapper {
  left: 200px;
  right: auto;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields .product-field.product-field-type-V .jqTransformSelectWrapper option {
  width: 200px;
}
.sp-productdetails .product-details .spacer-buy-area .ask-a-question {
  margin: 0 0 15px;
}
.sp-productdetails .product-details .spacer-buy-area .ask-a-question a.ask-a-question {
  margin: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  padding: 2px 10px;
}
.sp-productdetails .product-details .product-neighbours {
  margin: 0;
  display: inline-block;
}
.ask-a-question-view {
  padding: 5px;
}
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  margin: 0 0 10px;
}
.ask-a-question-view:hover {
  background: transparent;
}
.ask-a-question-view .form-field textarea.field:hover,
.ask-a-question-view input#email:hover {
  background: transparent;
}
.product-neighbours a.previous-page,
.product-neighbours a.next-page {
  color: #fff;
  padding: 10px 15px;
  line-height: 20px;
  display: inline-block;
  float: left;
}
.product-neighbours a.previous-page:hover,
.product-neighbours a.next-page:hover {
  background: #444;
  color: #fff;
}
.product-neighbours a.previous-page {
  margin-right: 1px;
}
.product-neighbours a.previous-page:before {
  font-family: FontAwesome;
  content: "\f053";
}
.product-neighbours a.next-page:before {
  font-family: FontAwesome;
  content: "\f054";
}
.back-to-category {
  float: none;
  margin-bottom: 15px;
  text-align: right;
}
.back-to-category a.product-details {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px;
  color: #fff;
}
.customer-reviews,
.productdetails-view .product-description {
  margin: 0;
}
.customer-reviews .list-reviews .normal {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}
.customer-reviews .list-reviews span.date {
  border: none;
}
.customer-reviews h4 {
  border-bottom: none;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields .product-field.product-field-type-V .jqTransformSelectWrapper {
  left: 50px;
}
.sp-productdetails .product-details .spacer-buy-area .addtocart-area .product-fields .product-field.product-field-type-V {
  width: 100%;
  margin: 5px 0;
}
.product-fields-title {
  display: inline-block;
  margin-top: 7px;
}
.product-field-display {
  width: 85%;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.product-field-display .jqTransformSelectWrapper {
  width: 180px;
  height: 30px;
}
.product-field-display .jqTransformSelectWrapper div span {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 22px 0 8px;
  cursor: pointer;
  position: relative;
  border: 1px solid #f5f5f5;
  width: 35px;
  overflow: hidden;
}
.product-field-display .jqTransformSelectWrapper div span:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  width: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 5px;
  top: 0;
}
.product-field-display .jqTransformSelectWrapper ul {
  width: 180px;
  height: auto;
  top: 32px;
  left: -1px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #f5f5f5;
  z-index: 20;
}
.product-field-display .jqTransformSelectWrapper ul li {
  display: block;
  line-height: 30px;
}
.products-desc-tab {
  margin: 40px 0;
  background: #fff;
  margin-right: 30px;
}
.products-desc-tab .nav-tabs {
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}
.products-desc-tab .nav-tabs > li.active a {
  color: #da001a;
  border-left: 0;
}
.products-desc-tab .nav-tabs > li.active a:hover {
  background: none;
}
.products-desc-tab .nav-tabs > li >a {
  padding: 12px 40px;
  margin-right: 0;
  text-transform: uppercase;
  border-left: 1px solid #f5f5f5 !important;
  border-top: 1px solid #f5f5f5 !important;
  border-bottom: 0 !important;
  font-weight: 700;
  color: #252525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products-desc-tab .nav-tabs > li >a:hover {
  border-color: none !important;
  background: none;
  color: #da001a;
}
.products-desc-tab .nav-tabs > li:last-child >a {
  border-right: 1px solid #f5f5f5 !important;
}
.products-desc-tab .tab-content {
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-top: 0;
}
.product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-description ul li {
  padding: 5px 0;
}
.vmsingle-product {
  padding: 0;
  background: #333;
  color: #fff;
}
.vmsingle-product .quantity-box,
.vmsingle-product .quantity-controls,
.vmsingle-product .product-fields {
  display: none;
}
.vmsingle-product .addtocart-button {
  width: auto;
  float: none;
  margin: 0;
}
.vmsingle-product span.addtocart-button {
  padding: 0;
}
.vmsingle-product span.addtocart-button input.addtocart-button,
.vmsingle-product span.addtocart-button input.notify-button {
  height: auto;
  text-align: left;
  letter-spacing: normal;
  width: auto;
  margin-top: 10px;
  padding: 0;
}
.vmsingle-product img {
  height: 237px;
}
.vmsingle-product form {
  margin: 0;
}
.vmsingle-product .media-body {
  padding: 0 20px;
}
.vmsingle-product a.product-category {
  display: block;
  margin: 40px 0 0;
  font-weight: bold;
}
.vmsingle-product .product-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.vmsingle-product .product-details .product-price {
  margin: 0;
  font-weight: 700;
}
.addtocart-area span.addtocart-button input.addtocart-button,
.addtocart-area span.addtocart-button input.notify-button {
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
}
ul.vmproduct.productdetails {
  list-style: none;
  margin: 0 -20px;
  background: #fff;
}
ul.vmproduct.productdetails li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 20px;
  width: 25%;
  float: left;
}
ul.vmproduct.productdetails li .product-inner,
ul.vmproduct.productdetails li .product-image-wrapper {
  position: relative;
  overflow: hidden;
}
ul.vmproduct.productdetails li .product-inner {
  border: 1px solid #f5f5f5;
  -webkit-transition: border-color 600ms;
  -moz-transition: border-color 600ms;
  -o-transition: border-color 600ms;
  transition: border-color 600ms;
}
ul.vmproduct.productdetails li span.quantity-box,
ul.vmproduct.productdetails li span.quantity-controls {
  display: none;
}
ul.vmproduct.productdetails li .product-details {
  overflow: hidden;
  padding: 20px;
}
ul.vmproduct.productdetails li .product-details .product-price {
  margin: 0;
  text-align: right;
}
ul.vmproduct.productdetails li .product-fields {
  display: none;
}
ul.vmproduct.productdetails li .product-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 600ms;
  -moz-transition: height 600ms;
  -o-transition: height 600ms;
  transition: height 600ms;
}
ul.vmproduct.productdetails li .product-overlay .addtocart-area .addtocart-button {
  width: auto;
  float: none;
  margin: 0;
  line-height: normal;
}
ul.vmproduct.productdetails li .product-overlay .addtocart-area .addtocart-button .addtocart-button {
  border: 1px solid #fff;
  margin-top: 49%;
}
ul.vmproduct.productdetails li a.product-name,
ul.vmproduct.productdetails li .product-price {
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.vmproduct.productdetails li .product-name {
  max-width: 140px;
}
ul.vmproduct.productdetails li:hover .product-overlay {
  height: 100%;
}
.category-view h1 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.category-view .horizontal-separator {
  background: none;
  height: auto;
}
.category-view .row {
  margin-left: -20px;
}
.category-view .row .vmproduct {
  width: 33%;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-view .row .vmproduct .product-inner {
  border: 1px solid #f5f5f5;
}
.category-view .row .vmproduct .product-inner .product-details {
  overflow: hidden;
  padding: 20px;
}
.category-view .row .vmproduct .product-inner .product-details .product-name {
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  display: block;
  color: #242424;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.browse-view h4,
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}
.browse-view .row,
.featured-view .row,
.latest-view .row,
.topten-view .row,
.recent-view .row {
  margin-left: -20px;
}
.browse-view .row .vmproduct,
.featured-view .row .vmproduct,
.latest-view .row .vmproduct,
.topten-view .row .vmproduct,
.recent-view .row .vmproduct {
  width: 33%;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.browse-view .row .vmproduct .product-inner,
.featured-view .row .vmproduct .product-inner,
.latest-view .row .vmproduct .product-inner,
.topten-view .row .vmproduct .product-inner,
.recent-view .row .vmproduct .product-inner {
  border: 1px solid #f5f5f5;
  -webkit-transition: border-color 600ms;
  -moz-transition: border-color 600ms;
  -o-transition: border-color 600ms;
  transition: border-color 600ms;
}
.browse-view .row .vmproduct .product-inner .product-image-wrapper,
.featured-view .row .vmproduct .product-inner .product-image-wrapper,
.latest-view .row .vmproduct .product-inner .product-image-wrapper,
.topten-view .row .vmproduct .product-inner .product-image-wrapper,
.recent-view .row .vmproduct .product-inner .product-image-wrapper {
  position: relative;
  overflow: hidden;
}
.browse-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.featured-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.latest-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.topten-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.recent-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #5FCF80;
  height: 0;
  background: #da001a;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 600ms;
  -moz-transition: height 600ms;
  -o-transition: height 600ms;
  transition: height 600ms;
}
.browse-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay a.product-details,
.featured-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay a.product-details,
.latest-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay a.product-details,
.topten-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay a.product-details,
.recent-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay a.product-details {
  background: #da001a;
  border: 1px solid #FFF;
  margin-top: 49%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  padding: 0 10px;
}
.browse-view .row .vmproduct .product-inner .product-image-wrapper a.modal,
.featured-view .row .vmproduct .product-inner .product-image-wrapper a.modal,
.latest-view .row .vmproduct .product-inner .product-image-wrapper a.modal,
.topten-view .row .vmproduct .product-inner .product-image-wrapper a.modal,
.recent-view .row .vmproduct .product-inner .product-image-wrapper a.modal {
  position: static;
  box-shadow: none;
  border: 0;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  border: 0 none;
}
.browse-view .row .vmproduct .product-inner .product-image-wrapper span.vote,
.featured-view .row .vmproduct .product-inner .product-image-wrapper span.vote,
.latest-view .row .vmproduct .product-inner .product-image-wrapper span.vote,
.topten-view .row .vmproduct .product-inner .product-image-wrapper span.vote,
.recent-view .row .vmproduct .product-inner .product-image-wrapper span.vote {
  padding: 10px 20px 0;
  margin: 0;
}
.browse-view .row .vmproduct .product-inner .product-details,
.featured-view .row .vmproduct .product-inner .product-details,
.latest-view .row .vmproduct .product-inner .product-details,
.topten-view .row .vmproduct .product-inner .product-details,
.recent-view .row .vmproduct .product-inner .product-details {
  overflow: hidden;
  padding: 20px;
  line-height: 30px;
}
.browse-view .row .vmproduct .product-inner .product-details .product-name,
.featured-view .row .vmproduct .product-inner .product-details .product-name,
.latest-view .row .vmproduct .product-inner .product-details .product-name,
.topten-view .row .vmproduct .product-inner .product-details .product-name,
.recent-view .row .vmproduct .product-inner .product-details .product-name {
  max-width: 140px;
}
.browse-view .row .vmproduct .product-inner .product-details .product-name a,
.featured-view .row .vmproduct .product-inner .product-details .product-name a,
.latest-view .row .vmproduct .product-inner .product-details .product-name a,
.topten-view .row .vmproduct .product-inner .product-details .product-name a,
.recent-view .row .vmproduct .product-inner .product-details .product-name a {
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  display: block;
  color: #242424;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.browse-view .row .vmproduct .product-inner .product-details .product-price,
.featured-view .row .vmproduct .product-inner .product-details .product-price,
.latest-view .row .vmproduct .product-inner .product-details .product-price,
.topten-view .row .vmproduct .product-inner .product-details .product-price,
.recent-view .row .vmproduct .product-inner .product-details .product-price {
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
  margin: 0;
  text-align: right;
}
.browse-view .row .vmproduct:hover .product-inner .product-image-wrapper .product-overlay,
.featured-view .row .vmproduct:hover .product-inner .product-image-wrapper .product-overlay,
.latest-view .row .vmproduct:hover .product-inner .product-image-wrapper .product-overlay,
.topten-view .row .vmproduct:hover .product-inner .product-image-wrapper .product-overlay,
.recent-view .row .vmproduct:hover .product-inner .product-image-wrapper .product-overlay {
  height: 100%;
}
.browse-view .orderby-displaynumber {
  margin: 0;
  padding: 10px 0;
  border: 0;
}
.browse-view .orderby-displaynumber .orderlistcontainer {
  margin: 10px 0 0 0;
  display: inline-block;
}
.browse-view .orderby-displaynumber .orderlistcontainer .title {
  margin-bottom: 5px;
  display: inline-block;
}
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  display: inline-block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  margin: 0 15px;
  min-height: 35px;
  line-height: 35px;
  width: 160px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  background: #444;
  border: 1px solid #f5f5f5;
  z-index: 99;
  width: 180px;
  margin-left: 53px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div {
  padding: 0 10px;
  line-height: 25px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:hover {
  background: #555;
}
.browse-view .orderby-displaynumber .display-number {
  text-align: left !important;
}
.browse-view .orderby-displaynumber .display-number select.inputbox {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.browse-view h1 {
  font-size: 36px;
  font-weight: 300;
  margin: 30px 0;
}
.browse-view .horizontal-separator {
  background: none;
  margin: 0;
}
.browse-view .row .product .spacer img {
  max-width: 100%;
}
.browse-view .row .product .spacer span.vote {
  display: none;
}
.browse-view .row .product .spacer .products-content {
  display: none;
}
.cart-view .vm-head h3 {
  font-size: 18px;
}
.cart-view #com-form-login {
  padding: 0;
  margin: 0 0 40px 0;
}
.cart-view #com-form-login input[type="text"],
.cart-view #com-form-login input[type="password"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view #com-form-login p {
  margin-right: 10px;
}
.cart-view textarea.customer-comment {
  border: 1px solid #f5f5f5;
  background: transparent;
  height: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view textarea.customer-comment:hover {
  background: #ECF0F1;
}
.cart-view table.cart-summary {
  border: 1px solid #f5f5f5;
  border-top: 0 none;
}
.cart-view table.cart-summary th,
.cart-view table.cart-summary td {
  border-top: 1px solid #f5f5f5;
}
.cart-view table.cart-summary tr th {
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 8px;
  color: #fff;
}
.cart-view table.cart-summary tr th .priceColor2 {
  color: #fff;
}
.cart-view table.cart-summary tr th:last-child {
  border-right: none;
}
.cart-view table.cart-summary tr td .priceColor2 {
  color: #242424;
}
.cart-view table.cart-summary tr.sectiontableentry1 td,
.cart-view table.cart-summary tr.sectiontableentry2 td {
  border-right: 1px solid #f5f5f5;
  vertical-align: middle;
  padding: 25px 10px;
  text-align: center;
}
.cart-view table.cart-summary tr.sectiontableentry1 td:last-child,
.cart-view table.cart-summary tr.sectiontableentry2 td:last-child {
  border-right: none;
}
.cart-view table.cart-summary tr.sectiontableentry2 td {
  background: #EBEBEB;
}
.cart-view table.cart-summary tr.sectiontableentry2.last td {
  border-bottom: 1px solid #f5f5f5;
  background: none;
}
.cart-view table.cart-summary tr.sectiontableentry2.last td.cart-total {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none;
}
.cart-view table.cart-summary div.cart-images img {
  width: 60px;
  margin-bottom: 10px;
}
.cart-view table.cart-summary input.quantity-input {
  margin: 0 1px;
}
.cart-view table.cart-summary .btn {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  text-shadow: none;
}
.cart-view table.cart-summary .input-append {
  margin: 0;
}
.cart-view table.cart-summary .input-append input[type="text"] {
  background: #f5f5f5;
  border: none;
}
.cart-view table.cart-summary .input-append .btn {
  line-height: 27px;
}
.cart-view table.cart-summary .input-append button.btn i {
  line-height: 35px;
  display: inline-block;
}
.cart-view table.cart-summary input[type="text"] {
  line-height: 28px;
  min-height: 28px;
  text-align: center;
  padding: 0 5px;
}
.cart-view .billto-shipto {
  border: 0;
  margin: 0 0 40px 0;
}
.cart-view .billto-shipto h4 {
  font-weight: normal;
}
.cart-view .customer-comment {
  border: none;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  box-sizing: border-box;
}
.cart-view .customer-comment textarea.customer-comment {
  padding: 10px;
}
.cart-view .customer-comment textarea.customer-comment:hover {
  background: #f8f8f8;
}
.cart-view .customer-comment span.comment {
  margin-bottom: 10px;
  display: inline-block;
  text-align: right;
}
.cart-view .checkout-button-top {
  border: none;
}
.cart-view .continue_link,
.cart-view .vm-button-correct {
  padding: 12px 25px;
  font-size: 14px;
  margin: 10px 0 0 10px;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .continue_link {
  color: #fff;
}
a.vm-button-correct {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 none !important;
  color: #fff;
  padding: 12px 15px !important;
  border-radius: none !important;
}
.userdata label {
  display: inline-block;
  margin: 0 12px;
}
.userdata h2 {
  font-size: 18px;
}
.userdata  .inputbox {
  margin: 0;
}
.checkout-button-top input.terms-of-service {
  margin-top: 0;
}
.order-view h1 {
  font-size: 18px;
}
#com-form-order-submit input {
  margin-top: 45px;
}
#com-form-login-password input.inputbox,
#com-form-login-username input.inputbox,
#com-form-order-pass input.inputbox,
#com-form-order-number input.inputbox {
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buttonBar-right {
  text-align: left;
  margin: 30px 0;
}
.chzn-container-single .chzn-drop {
  background: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 220px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f5f5f5;
  border-top: 0 none;
}
.chzn-container-single .chzn-single {
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.adminForm.user-details  .chzn-single {
  background: transparent;
  width: 190px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.adminForm.user-details a.chzn-single {
  padding: 10px 15px;
  border-radius: 0;
}
.chzn-container-single .chzn-search input[type="text"] {
  width: 190px !important;
}
.chzn-container .chzn-results li {
  background: transparent;
  line-height: normal;
}
.chzn-container .chzn-results .highlighted {
  background: transparent !important;
  color: #242424;
}
.chzn-container-single .chzn-single div {
  top: 10px;
}
a.continue,
a.showcart {
  padding: 6px 10px;
  display: inline-block;
}
#fancybox-outer {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-width: 4px;
  border-style: solid;
  border-color: #8D8D8D;
}
#fancybox-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px !important;
  border: none !important;
}
#fancybox-content h4 {
  display: inline-block;
  font-size: 14px;
}
form#userForm .control-buttons {
  text-align: left !important;
  display: inline-block;
  margin: 20px 0;
}
ul.VMmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.VMmenu li {
  padding: 3px 0;
  margin: 0;
  line-height: 25px;
}
ul.VMmenu li a {
  color: #898B8C;
}
ul.VMmenu li a:hover {
  color: #da001a;
}
ul.VMmenu li .VmArrowdown {
  background: none;
}
#sp-main-menu {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100px;
  line-height: 100px;
  position: relative;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 0 20px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 12px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #333 transparent;
  bottom: -30px;
  left: 50%;
  margin-left: -8px;
  z-index: -1;
  opacity: 0;
}
#sp-main-menu ul.level-0 > li.parent:hover:after {
  z-index: 1;
  opacity: 1;
  bottom: 0;
  -webkit-transition: bottom 300ms, opacity 300ms;
  -moz-transition: bottom 300ms, opacity 300ms;
  -o-transition: bottom 300ms, opacity 300ms;
  transition: bottom 300ms, opacity 300ms;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  padding: 6px 10px;
  color: #a4a4a4;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
  font-weight: 700;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 10px 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #333;
  padding: 10px;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.sp-main-menu-toggler {
  top: 75px;
  right: 20px;
}
.sp-mobile-menu {
  top: 140px;
  z-index: 10;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
  position: relative;
}
.module:first-child {
  margin-top: 0;
}
.module h3.header {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.module.title-large h3.header {
  font-size: 36px;
  font-weight: 400;
}
.module.gray,
.module.white,
.module.orange,
.module.maroon,
.module.grass,
.module.blue,
.module.wheat,
.module.twitter {
  color: #fff;
}
.module.gray h3,
.module.white h3,
.module.orange h3,
.module.maroon h3,
.module.grass h3,
.module.blue h3,
.module.wheat h3,
.module.twitter h3 {
  color: #fff;
  margin: 0px;
}
.module.gray ul,
.module.white ul,
.module.orange ul,
.module.maroon ul,
.module.grass ul,
.module.blue ul,
.module.wheat ul,
.module.twitter ul {
  list-style: none;
  margin: 0;
}
.module.gray ul li,
.module.white ul li,
.module.orange ul li,
.module.maroon ul li,
.module.grass ul li,
.module.blue ul li,
.module.wheat ul li,
.module.twitter ul li {
  line-height: 30px;
}
.module i {
  margin-right: 3px;
}
.module.orange .variation-head {
  background-color: #FFB924;
  border-bottom: 1px solid #EBA100;
  padding: 15px;
}
.module.orange .variation-body {
  background-color: #ffae00;
  padding: 15px;
}
.module.orange a {
  color: #fff200;
}
.module.orange a:hover {
  color: #d59c02;
}
.module.orange li {
  border-bottom: 1px dotted #fff200;
}
.module.white h3 {
  color: #4f4f4f;
}
.module.white .variation-head {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.module.white .variation-body {
  color: #4f4f4f;
  background-color: #fff;
  padding: 15px;
}
.module.white a {
  color: #ccc;
}
.module.white a:hover {
  color: #ccc;
}
.module.white li {
  border-bottom: 1px dotted #ccc;
}
.module.gray h3 {
  color: #ddd;
}
.module.gray .variation-head {
  background-color: #464646;
  border-bottom: 1px solid #353535;
  padding: 15px;
}
.module.gray .variation-body {
  color: #ddd;
  background-color: #757575;
  padding: 15px;
}
.module.gray a {
  color: #6099f3;
}
.module.gray a:hover {
  color: #1d6dd0;
}
.module.gray li {
  border-bottom: 1px dotted #535353;
}
.module.twitter h3 {
  color: #779E9A;
}
.module.twitter .variation-head {
  background-color: #d5fff7;
  border-bottom: 1px solid #BBEEEA;
  padding: 15px;
}
.module.twitter .variation-body {
  color: #888;
  background-color: #effdfc;
  padding: 15px;
}
.module.twitter a {
  color: #00b6e3;
}
.module.twitter a:hover {
  color: #05C9FA;
}
.module.twitter li {
  border-bottom: 1px dotted #b6d4db;
}
.module.maroon h3 {
  color: #CCB7B1;
}
.module.maroon .variation-head {
  background-color: #7F4C3C;
  border-bottom: 1px solid #814A38;
  padding: 15px;
}
.module.maroon .variation-body {
  color: #DDC1B9;
  background-color: #946050;
  padding: 15px;
}
.module.maroon a {
  color: #680D09;
}
.module.maroon a:hover {
  color: #000;
}
.module.maroon li {
  border-bottom: 1px dotted #814A38;
}
.module.maroon i {
  color: #fff;
}
.module.grass h3 {
  color: #fff;
}
.module.grass .variation-head {
  background-color: #689041;
  border-bottom: 1px solid #5F8838;
  padding: 15px;
  text-shadow: 0 1px rgba(0,0,0,0.79);
}
.module.grass .variation-body {
  color: #fff;
  background-color: #78a24f;
  padding: 15px;
  text-shadow: 0 1px rgba(0,0,0,0.79);
}
.module.grass a {
  color: #9FE061;
}
.module.grass a:hover {
  color: #9FE061;
}
.module.grass li {
  border-bottom: 1px dotted #5f8838;
}
.module.wheat h3 {
  color: #EBECB0;
}
.module.wheat .variation-head {
  background-color: #B5B67B;
  border-bottom: 1px solid #9C9C73;
  padding: 15px;
}
.module.wheat .variation-body {
  color: #EBECB0;
  background-color: #a8a975;
  padding: 15px;
}
.module.wheat a {
  color: #868844;
}
.module.wheat a:hover {
  color: #555721;
}
.module.wheat li {
  border-bottom: 1px dotted #d0d19c;
}
.module.wheat i {
  color: #fff;
}
.module.blue h3 {
  color: #C4E3FC;
}
.module.blue .variation-head {
  background-color: #4384B6;
  border-bottom: 1px solid #4882AD;
  padding: 15px;
}
.module.blue .variation-body {
  color: #C4E3FC;
  background-color: #3372a2;
  padding: 15px;
}
.module.blue a {
  color: #5EB9FF;
}
.module.blue a:hover {
  color: #00045C;
}
.module.blue li {
  border-bottom: 1px solid #417eac;
}
.module.blue i {
  color: #82bce8;
}
#sp-right .module {
  padding-left: 30px;
}
#sp-right .module.latestpost {
  margin-top: 0;
}
#sp-right .module h3.header {
  font-size: 16px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
.rtl .sp-dropcap:first-letter {
  float: right;
  padding: 4px 0 0 8px;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
  margin-right: 0;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
  margin-left: 0;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.default,
button[type="submit"],
button[type="reset"],
.btn-danger,
.button,
.default,
a.details,
button[type="submit"],
.addtocart-button {
  padding: 0 15px;
  line-height: 35px;
  min-height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background-image: none;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background-image: none;
}
button[type="reset"] {
  background: #DA1010;
  color: #fff;
}
button[type="reset"]:hover {
  background: #333;
  color: #fff;
}
.btn-primary,
a.continue,
a.showcart,
.button,
button.btn,
button[type="submit"],
input[type="submit"].btn,
input[type='submit'],
a.details,
.validate {
  color: #fff;
}
.btn-primary:hover,
a.continue:hover,
a.showcart:hover,
.button:hover,
button.btn:hover,
button[type="submit"]:hover,
input[type="submit"].btn:hover,
input[type='submit']:hover,
a.details:hover,
.validate:hover {
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn:focus,
.default:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="file"]::-webkit-file-upload-button,
button:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline: 0 auto -moz-focus-ring-color;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-pills>li>a,
.nav-tabs>li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
  border: 1px solid #f5f5f5;
  border-bottom-color: rgba(0,0,0,0);
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  border-color: #f5f5f5 #f5f5f5 #f5f5f5;
}
.nav-tabs {
  border-bottom: 1px solid #f5f5f5;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gallery-filters .btn.active,
.gallery-filters .btn:active,
.gallery-filters .btn:hover {
  color: #fff;
}
ul.gallery .img-polaroid {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gallery-filters>.btn:last-child,
.gallery-filters>.btn:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testimonial-author {
  margin-top: 20px !important;
}
.carousel-control.right {
  text-align: center !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive #sp-main-menu ul.level-0 > li >a {
    padding: 0 12px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-items {
    max-width: 100%;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content {
    padding: 0 50px;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: block;
  }
  .responsive #sp-footer-wrapper #footer {
    line-height: 25px;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer2 .custom {
    margin-right: 40px;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer2 .custom img.pull-right {
    margin-left: 2px;
  }
  .responsive #sp-footer-wrapper #footer .sp-totop {
    position: relative;
    top: -28px;
  }
  .responsive ul.gallery li {
    width: 24% !important;
  }
  .responsive ul.vmproduct.productdetails li .product-details .product-price {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-top-bar-wrapper .vm_currency_module,
  .responsive #sp-top-bar-wrapper .search {
    display: none;
  }
  .responsive #sp-main-menu ul.level-0 > li >a {
    padding: 0 12px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-items {
    max-width: 100%;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content {
    padding: 0 55px;
  }
  .responsive .sp-slider-item .sp-slider-image {
    width: 60%;
  }
  .responsive .sp-iStoreii-layout h1.sp-title {
    font-size: 38px;
    line-height: 48px;
  }
  .responsive .sp-iStoreii-layout h2.sp-posttitle,
  .responsive .sp-iStoreii-layout .sp-slider-content .sp-introtext {
    font-size: 18px;
    line-height: 22px;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 350px;
  }
  .responsive .module.call-to-action a.btn.btn-large {
    float: left;
  }
  .responsive .vmsingle-product .media-body {
    padding: 0;
  }
  .responsive .vmsingle-product .product-name {
    font-size: 14px;
    line-height: 20px;
  }
  .responsive .vmsingle-product span.addtocart-button input.addtocart-button {
    font-size: 12px;
    padding: 0 5px !important;
    line-height: 10px;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: block;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer1 {
    line-height: 24px;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer2 .custom {
    margin-right: 40px;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer2 .custom img.pull-right {
    margin-left: 2px;
  }
  .responsive #sp-footer-wrapper #footer .sp-totop {
    position: relative;
    top: -28px;
  }
  .responsive ul.gallery li {
    width: 24% !important;
  }
  .responsive ul.vmproduct.productdetails li .product-details {
    padding: 10px;
  }
  .responsive ul.vmproduct.productdetails li .product-details .product-price {
    float: left;
  }
  .responsive .browse-view .row .vmproduct .product-inner .product-details,
  .responsive .featured-view .row .vmproduct .product-inner .product-details,
  .responsive .latest-view .row .vmproduct .product-inner .product-details,
  .responsive .topten-view .row .vmproduct .product-inner .product-details,
  .responsive .recent-view .row .vmproduct .product-inner .product-details {
    padding: 10px;
    line-height: 22px;
  }
  .responsive .browse-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .featured-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .latest-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .topten-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .recent-view .row .vmproduct .product-inner .product-details .product-price {
    float: left;
  }
  .responsive .products-desc-tab .nav-tabs > li >a {
    padding: 12px 35px;
  }
  .responsive div.k2ItemsBlock .media,
  .responsive .media-body {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-top1,
  .responsive #sp-top2 {
    width: auto;
  }
  .responsive #sp-top1 {
    float: left;
  }
  .responsive #sp-top2 {
    float: right;
  }
  .responsive #sp-top-bar-wrapper .vm_currency_module,
  .responsive #sp-top-bar-wrapper .search {
    display: none;
  }
  .responsive #sp-header-wrapper {
    height: 100px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-items {
    max-width: 100%;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 225px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content {
    padding: 0 135px;
  }
  .responsive .sp-slider-item .sp-slider-image {
    width: 50%;
  }
  .responsive .sp-iStoreii-layout h1.sp-title {
    font-size: 28px;
    line-height: 32px;
  }
  .responsive .sp-iStoreii-layout h2.sp-posttitle,
  .responsive .sp-iStoreii-layout .sp-slider-content .sp-introtext {
    font-size: 14px;
    line-height: 18px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content a.btn-more {
    font-size: 14px;
    padding: 6px 15px;
  }
  .responsive .module.call-to-action a.btn.btn-large {
    float: left;
  }
  .responsive .module.call-to-action h3 {
    line-height: 22px;
  }
  .responsive .module.call-to-action a.btn.btn-large {
    padding: 7px 22px;
  }
  .responsive ul.vmproduct.productdetails li {
    width: 50%;
  }
  .responsive ul.vmproduct.productdetails li .product-details .product-price {
    float: left;
  }
  .responsive .sptab.istore-ii-layout ul.nav {
    position: relative;
    top: 0;
  }
  .responsive .module.title-large h3.header,
  .responsive .category-view h1 {
    font-size: 28px;
  }
  .responsive .vmsingle-product .media-body {
    padding: 0;
  }
  .responsive .vmsingle-product .product-name {
    font-size: 14px;
    line-height: 20px;
  }
  .responsive .vmsingle-product span.addtocart-button input.addtocart-button {
    font-size: 12px;
    padding: 0 5px !important;
    line-height: 10px;
  }
  .responsive #sp-bottom1,
  .responsive #sp-bottom2,
  .responsive #sp-bottom3,
  .responsive #sp-bottom4,
  .responsive #sp-bottom5 {
    width: 50%;
    float: left;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: block;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer1 {
    line-height: 24px;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer2 .custom {
    margin-top: 10px;
  }
  .responsive #sp-footer-wrapper #footer #sp-footer2 .custom img.pull-right {
    margin-left: 2px;
  }
  .responsive ul.gallery li {
    width: 24% !important;
  }
  .responsive .category-view .row .vmproduct,
  .responsive .browse-view .row .vmproduct,
  .responsive .featured-view .row .vmproduct,
  .responsive .latest-view .row .vmproduct,
  .responsive .topten-view .row .vmproduct,
  .responsive .recent-view .row .vmproduct {
    width: 50%;
  }
  .responsive .browse-view .row .vmproduct .product-inner .product-details,
  .responsive .featured-view .row .vmproduct .product-inner .product-details,
  .responsive .latest-view .row .vmproduct .product-inner .product-details,
  .responsive .topten-view .row .vmproduct .product-inner .product-details,
  .responsive .recent-view .row .vmproduct .product-inner .product-details {
    padding: 10px;
    line-height: 22px;
  }
  .responsive .browse-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .featured-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .latest-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .topten-view .row .vmproduct .product-inner .product-details .product-price,
  .responsive .recent-view .row .vmproduct .product-inner .product-details .product-price {
    float: left;
  }
  .responsive .products-desc-tab .nav-tabs > li >a {
    padding: 12px 25px;
  }
  .responsive .cart-view table.cart-summary tr th:nth-child(5) {
    display: none;
  }
  .responsive .cart-view table.cart-summary tr td:nth-child(5) {
    display: none;
  }
  .responsive #sp-right .module {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .responsive .language {
    display: none !important;
  }
  .responsive .logo-wrapper {
    display: inline-block;
  }
  .responsive .sp-iStoreii-layout .sp-slider-items {
    max-width: 100%;
  }
  .responsive #sp-smart-slider.sp-iStoreii-layout,
  .responsive .sp-iStoreii-layout .sp-slider-item {
    height: 155px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content {
    padding: 0 40px;
  }
  .responsive .sp-slider-item .sp-slider-image {
    width: 60%;
  }
  .responsive .sp-iStoreii-layout h1.sp-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .responsive .sp-iStoreii-layout h2.sp-posttitle {
    display: none;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content .sp-introtext {
    margin-bottom: 10px;
    line-height: 14px;
  }
  .responsive .sp-iStoreii-layout .sp-slider-content a.btn-more {
    font-size: 14px;
    padding: 4px 12px;
  }
  .responsive .module.call-to-action {
    padding: 15px 30px 30px;
  }
  .responsive .module.call-to-action h2 {
    line-height: normal;
  }
  .responsive .sptab.istore-ii-layout ul.nav li a {
    padding: 5px;
  }
  .responsive .sptab.istore-ii-layout ul.nav li {
    margin: 0 1px;
  }
  .responsive ul.vmproduct.productdetails li .product-details {
    padding: 10px;
  }
  .responsive .vmsingle-product img {
    float: left;
  }
  .responsive .vmsingle-product .media-body {
    padding: 20px;
  }
  .responsive .module.title-large h3.header,
  .responsive .category-view h1 {
    font-size: 24px;
  }
  .responsive #sp-footer2 .custom {
    text-align: left;
  }
  .responsive #sp-footer-wrapper .sp-totop {
    position: relative;
    top: -82px;
  }
  .responsive .browse-view .row .vmproduct .product-inner .product-details,
  .responsive .featured-view .row .vmproduct .product-inner .product-details,
  .responsive .latest-view .row .vmproduct .product-inner .product-details,
  .responsive .topten-view .row .vmproduct .product-inner .product-details,
  .responsive .recent-view .row .vmproduct .product-inner .product-details {
    padding: 5px;
    font-size: 12px;
  }
  .responsive .browse-view h4,
  .responsive .featured-view h4,
  .responsive .latest-view h4,
  .responsive .topten-view h4,
  .responsive .recent-view h4 {
    font-size: 18px;
    line-height: normal;
  }
  .responsive .cart-view .continue_link,
  .responsive .cart-view .vm-button-correct {
    padding: 8px !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl #sp-top-bar-wrapper form#mod-finder-searchform,
.rtl #sp-top-bar-wrapper form#mod-search-searchform,
.rtl #sp-top-bar-wrapper form#mod-vm-product-search,
.rtl #sp-top-bar-wrapper .vmCartModule {
  float: left;
}
.rtl #sp-top-bar-wrapper .jqTransformSelectWrapper >div span {
  padding: 0 8px 0 22px;
}
.rtl #sp-top-bar-wrapper .jqTransformSelectWrapper >div span:after {
  left: 5px;
  right: auto;
}
.rtl #sp-top-bar-wrapper .sp-login,
.rtl #sp-top-bar-wrapper .sp-register,
.rtl #sp-top-bar-wrapper ul.lang-inline {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #444;
  border-right: none;
}
.rtl #sp-top-bar-wrapper .vm_currency_module #sp_currency_form .sp_currency {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .jqTransformSelectWrapper ul {
  right: 0;
  left: auto;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  left: 10px;
  right: auto;
  content: "\f053";
}
.rtl .sp-mobile-menu ul li {
  display: inherit;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler {
  float: left;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-right:before {
  content: "\f104";
}
.rtl .sp-main-menu-toggler {
  left: 20px;
  right: auto;
}
.rtl .sp-slider-item .sp-slider-image {
  float: left;
}
.rtl .sp-iStoreii-layout .controller-prev i {
  left: 0;
}
.rtl .module.call-to-action:before {
  right: auto;
  left: -1px;
  border-width: 0 20px 20px 0;
  border-color: #F5F5F5 #F5F5F5 #FFF #FFF;
}
.rtl .sptab.istore-ii-layout ul.nav {
  left: 0;
  right: auto;
}
.rtl #sp-footer-wrapper .copyright {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .module i {
  margin-right: 0;
  margin-left: 3px;
}
.rtl .module .icon-chevron-right:before {
  content: "\f053";
}
.rtl .browse-view .orderby-displaynumber .display-number {
  text-align: left !important;
}
.rtl .output-billto span.values,
.rtl .output-shipto span.values,
.rtl .floatleft,
.rtl span.floatleft {
  float: right;
}
.rtl .floatright,
.rtl span.floatright {
  float: left;
}
.rtl .browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  margin-left: 0;
  margin-right: 53px;
}
.rtl .pagination span {
  float: left !important;
}
.rtl span.quantity-box,
.rtl span.quantity-controls {
  float: right;
}
.rtl .products-desc-tab {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .buttonBar-right {
  text-align: right;
}
.rtl div.k2ItemsBlock ul li div.moduleItemAuthor {
  margin-right: 0;
  margin-left: 0;
}
.rtl div.k2TagCloudBlock a,
.rtl div.k2TagCloudBlock a:hover {
  float: right;
}
.rtl div.tagItemReadMore a.readmore i,
.rtl div.userItemReadMore a.readmore i,
.rtl div.catItemReadMore a.readmore i {
  margin-left: 0;
  margin-right: 5px;
}
.rtl div.tagItemReadMore a.readmore i.icon-double-angle-right:before,
.rtl div.userItemReadMore a.readmore i.icon-double-angle-right:before,
.rtl div.catItemReadMore a.readmore i.icon-double-angle-right:before {
  content: "\f100";
}
.rtl .EntryMeta i {
  margin-left: 5px;
}
.rtl .catItemCategory {
  margin-right: 0;
  margin-left: 10px;
}
.rtl div.itemComments ul.itemCommentsList li span.commentLink {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}
.rtl div.itemBackToTop {
  text-align: left;
}
