.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;
}
.hideme {
  opacity: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {

}
/*======================= TYPOGRAPHY =======================*/
h1, h2, h3, h4, h5, h6 {
  color: #fe6404;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #fe6a06;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #525252;
}
h2 {
  color: #ADADAD;
  font: 600 normal 18px/24px 'Exo', sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}
h3 {
  color: #ADADAD;
  font: 600 20px/24px 'Exo', sans-serif;
  margin-bottom: 1px;
  text-transform: uppercase;
}
h4, .page-header > h2 {
  font: bold 17px/22px 'Exo', sans-serif;
}
h5 {
  color: #ADADAD;
  font: 600 italic 18px/18px 'Exo', sans-serif;
  text-transform: uppercase;
}
h5 a {
  color: #ADADAD;
}
h5 a:hover {
  color: #ffffff;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 8px;
  /* adv 471*/

}
a {
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  color: #ba1f26;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
.clr {
  clear: both;
}
/* Icon */
.dropdown-toggle .fa {
  font-family: FontAwesome !important;
}
a.btn.dropdown-toggle {
  padding: 4px;
  background: #eee;
}
a.btn.dropdown-toggle > span {
  padding: 0px 2px;
  background: #eee;
  color: #494949;
  box-shadow: 0 0 0;
}
span.icon-cog.fa.fa-cog {
  font-size: 18px;
}
span.fa.fa-chevron-down {
  font-size: 10px;
}
body .fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user_login span.fa:hover, .user_login span.fa {
  background: transparent;
}
/*Buttons*/
.btn, .reply a, a.readon > span, .btn > span, .mod-newsflash-adv_custom-link a.btn.btn-info {
  border-radius: 0;
  border: none;
  color: #fff;
  text-shadow: none;
  font: 600 14px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 11px 24px;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 0;
  background-color: #fe6a06;
  background-image: -moz-linear-gradient(top,#ba1f26,#ba1f26);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ba1f26),to(#ba1f26));
  background-image: -webkit-linear-gradient(top,#fe6a06,#fe6a06);
  background-image: -o-linear-gradient(top,#fe6a06,#fe6a06);
  background-image: linear-gradient(to bottom,#fe6a06,#fe6a06);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce382b', endColorstr='#ffc12e23', GradientType=0);
  transition: ease all 0.2s;
}
.btn {
  outline: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ffdc63;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:focus, .btn:hover, .reply a:focus, .reply a:hover, a.readon > span:hover, a.readon > span:focus, .btn > span:hover, .btn > span:hover {
  background: #ffdc63;
  background: -moz-linear-gradient(top,#ffffff 0%,#CDCDCD 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#CDCDCD));
  background: -webkit-linear-gradient(top,#ffffff 0%,#CDCDCD 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#CDCDCD 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#CDCDCD 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#CDCDCD 100%);
  box-shadow: none;
  text-decoration: none;
  color: #3c3c3c;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: none;
  color: #0a4fff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
  background: none;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: none;
  color: #0a4fff;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.item_list, .categories-module, .archive-module, .item-list {
  margin: 0 0 30px !important;
}
ul.item_list li, .categories-module li, .archive-module li, .item-list li {
  list-style: none;
  padding-bottom: 8px;
}
ul.item_list li:before, .categories-module li:before, .archive-module li:before, .item-list li:before {
  content: "\f054";
  float: left;
  font-family: FontAwesome;
  margin-right: 11px;
  color: #f2ac29;
}
ul.categories-module h4 {
  font-weight: normal;
}
ul.type-list {
  margin: 0 0 30px !important;
}
ul.type-list li {
  list-style: none;
  padding-bottom: 10px;
  color: #ba1f26;
  text-transform: uppercase;
}
ul.type-list li:before {
  content: "\f054";
  float: left;
  font-family: FontAwesome;
  margin-right: 8px;
}
ul.type-list li a {
  color: #868a93 !important;
}
ul.type-list li a:hover {
  color: #ba1f26 !important;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  direction: ltr;
}

.pagination ul li a:hover {
  color: red;
  position: relative;
}
.pagination ul li {
  display: inline-block;
  padding: 0 2px;
}
.pagination ul li .pagenav, .pagination ul li .hasTooltip {
  text-transform: none;
  background: transparent;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  text-align: center;
  min-width: 26px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav, .pagination ul li .span.hasTooltip {
  background: #0a4fff;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav, .pagination ul li a.hasTooltip {
  color: #999999;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover, .pagination ul li a.hasTooltip:hover {
  background: none;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav, .pagination ul li.num span.hasTooltip {
  background: #0a4fff;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul > li > a, .pagination ul > li > span {
  border: 0;
  background: transparent;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: transparent;
}
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #ba1f26;
  cursor: default;
}
.pagination ul li a.pagenav:hover, .pagination ul li a.hasTooltip:hover {
  background: none;
  color: #ba1f26;
  text-shadow: none;
}
/*Forms*/
input[type='radio'], input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img, .category_img {
  margin-bottom: 24px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f08e';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #ba1f26;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left, .img-full__left {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 50%;
}
.img-intro__right, .img-full__right {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #181d28;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.vendor-store-desc, .category-view, .featured-view, .latest-view, .topten-view, .recent-view, .related-products-view, .browse-view, .order-view {
  margin-bottom: 50px;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  width: 100%;
  z-index: 4;
  color: #000;
}
#header-row .container {
  border-bottom: solid 5px #fe6a06;
  margin-bottom: 30px;
}
span.title_color {
  color: #fff;
}
h1.site-title {
  height: 55px;
  margin: 0;
}
h1.site-title a {
  color: #000;
  font-size: 40px;
  line-height: 55px;
}
h1.site-title::first-letter {
  color: #fe6404;
  font-size: 58px;
}
h5.site-description {
  font: 300 20px/22px 'Open Sans', sans-serif;
  color: #525252;
  text-transform: uppercase;
  margin: 0;
}
.mod-languages {
  text-align: right;
}
.mod-languages:lang(en) {
  right: 20px;
}
.mod-languages:lang(fa) {
  left: 20px;
  text-align: left;
}
.moduletable.persian_date {
  text-align: left;
  color: #ba1f26;
  float: left;
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
  background: #fe6a06;
}
/*============ Introduction Row ==============*/
#intro-row {
  padding: 90px 0;
  background-image: url(../images/intro_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.moduletable.intro > h3 {
  color: #281E06;
  text-align: center;
  margin: 40px 0;
}
.moduletable.intro p {
  color: #000;
}
#header-row .vmCartModule a {
  color: #000;
}
/*=========== Service Row =============*/
#service-row {
  background-color: #323232;
  background-image: url(../images/services_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 25px 0 70px;
}
.moduletable.our_services > h3 {
  margin: 50px 0 55px;
  text-align: center;
  color: #fff;
}
.our_services .item .item_content {
  text-align: center;
}
.our_services .item .item_content h4.item_title a:before {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 75px;
  height: 140px;
  width: 140px;
  line-height: 140px;
  border-radius: 100%;
  background: #ba1f26;
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0px auto 30px;
}
.our_services .item .item_content h4.item_title a:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.our_services .item_num0 .item_content h4.item_title a:before {
  content: '\f109';
}
.our_services .item_num1 .item_content h4.item_title a:before {
  content: '\f121';
}
.our_services .item_num2 .item_content h4.item_title a:before {
  content: '\f080';
}
.our_services .item_num3 .item_content h4.item_title a:before {
  content: '\f1c0';
}
.our_services .item h4.item_title a {
  color: #fff;
  font-size: 26px;
}
.our_services .item h4.item_title a:hover {
  color: #ba1f26;
}
/* ========== Main Bottom ========== */
.home #mainbottom-row {
  background: #323232;
  padding: 40px 0;
  color: #fff;
  text-align: justify;
}
.home #mainbottom-row .moduletable > h3 {
  color: #ba1f26;
  margin-bottom: 30px;2
}
/*======= From Blog =======*/
.home #blog-row {
  padding: 60px 0 40px;
}
.moduletable.from_blog > h3 {
  text-align: center;
  margin: 10px 0 30px;
}
.from_blog .item .item_img a:after {
  color: #fff;
}
.from_blog .item h4.item_title {
  font-size: 18px;
}
.from_blog .item .item_img a {
  background: rgba(255, 138, 0, 1);
}
.from_blog .item .item_img a:hover img {
  opacity: 0.2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.from_blog .mod-newsflash-adv_custom-link {
  text-align: center;
  margin-top: 40px;
}

.btl-content-block h3 {
  background: #ba1f26;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 3px 19px 0px 19px !important;
  text-transform: uppercase;
  font-size: 18px;
}
.btl-content-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ba1f26;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  display: none;
  height: auto;
  overflow: hidden;
  font-size: 12px;
  position: relative;
  color: #2D2D2D;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #4a4a4a;
}
.nav-tabs.nav-stacked > li > a:hover {
  color: #ba1f26
}
.user_login form#member-registration > fieldset:nth-last-of-type(1) > legend {
  display: none;
}

/*======================= NAVIGATION =======================*/
/*
 Mobile Menu
 */
.mm-menu > li {
  border-bottom: 1px solid #626262;
  width: 96%;
  position: relative;
  margin: 0 auto;
}
.mm-menu > li > a, .mm-menu > li > span {
  display: block;>
  padding: 5px 5px 5px 30px;
}
.mm-menu li > a, .mm-menu li > span, .mm-menu li {
  line-height: 30px;
}
.mm-menu ul li > a, .mm-menu ul li > span {
  display: block;
  font-size: 16px;
}
.mm-menu > li.current > a, .mm-menu > li.active > a {
  color: #fff;
}
.mm-menu > li > a:hover, .mm-menu > li > a:focus {
  background: none;
}
.mm-menu ul {
  padding: 0 0 0 50px;
  margin: 0 0 20px;
}
.mm-menu > li > span {
  color: #ffb300;
}
#hamburger {
  box-sizing: border-box;
  display: none;
  width: 70px;
  height: 45px;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 2;
}
#hamburger:before, #hamburger:after, #hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}
#hamburger:before {
  top: 10px;
}
#hamburger span {
  top: 20px;
}
#hamburger:after {
  top: 30px;
}

/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
  top: 20px;
}
html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}
html.mm-opening #hamburger:before {
  transform: rotate( 45deg );
}
html.mm-opening #hamburger:after {
  transform: rotate( -45deg );
}
/*
 * Menu With Icon
 */

ul.mm-menu > li > a:before, ul.mm-menu > li > span:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: left;
  font: 16px FontAwesome;
  display: inline-block;
  speak: none;
  color: #fff;
}
ul.mm-menu > li > a:hover:before, ul.mm-menu > li > span:hover:before, ul.mm-menu > li.current > a:before, ul.mm-menu > li.current > span:before, ul.mm-menu > li.active > a:before, ul.mm-menu > li.active > span:before {
  color: #ba1f26;
}
ul.mm-menu > li .menu_item_01:before {
  content: "\f015";
}
ul.mm-menu > li .menu_item_02:before {
  content: "\f0f6";
}
ul.mm-menu > li .menu_item_03:before {
  content: "\f0ad";
}
ul.mm-menu > li .menu_item_04:before {
  content: "\f03e";
}
ul.mm-menu > li .menu_item_05:before {
  content: "\f044";
}
ul.mm-menu > li .menu_item_06:before {
  content: "\f003";
}
ul.mm-menu > li .menu_item_07:before {
  content: "\f007";
}

/*
 * Desktop Menu
 */
.fix_menu {
  position: fixed !important;
  top: 0;
  margin-top: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px #000;
}
div#navigation-row {
  padding: 0;
  width: 100%;
  z-index: 111;
  background: url(../images/nav-bg.gif) left top repeat-x #940866;
}
.navigation ul.sf-menu {
  float: left;
  width: 100%;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
select.select-menu {
  display: none;
}
.navigation .sf-menu > li {
  background: none;
  float: left;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #000;
  transition: all 0.3s linear;
  width: 16.66%;
}

.navigation .sf-menu > li.current:before, .navigation .sf-menu > li.sfHover:before, .navigation .sf-menu > li:hover:before {
  height: 100%;
}
.navigation ul.sf-menu > li > a:hover, .navigation ul.sf-menu > li > span:hover, .navigation ul.sf-menu > li.active > a, .navigation ul.sf-menu > li.sfHover > a, .navigation ul.sf-menu > li.current > a, .navigation ul.sf-menu > li.active > span, .navigation ul.sf-menu > li.sfHover > span, .navigation ul.sf-menu > li.current > span {
  background-color: #fe6404;
}
.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
  background: #525252;
  color: #fbfafa;
  display: block;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 0px 20px 0;
}
.fix_menu .navigation ul.sf-menu > li > a, .fix_menu .navigation ul.sf-menu > li > span {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation ul.sf-menu > li > a:hover > span, .navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu > li > ul {
  background: #eeeeee;
}
.navigation ul.sf-menu > li > ul > li > a, .navigation ul.sf-menu > li > ul > li > span {
  color: #525252;
}
.navigation ul.sf-menu > li > ul > li > a:hover, .navigation ul.sf-menu > li > ul > li > span:hover {
  color: #fe6404;
}
.navigation ul.sf-menu > li > ul > li.active > a, .navigation ul.sf-menu > li > ul > li.sfHover > a, .navigation ul.sf-menu > li > ul > li.active > span, .navigation ul.sf-menu > li > ul > li.sfHover > span {
  color: #FE6404;
}
.navigation ul.sf-menu ul {
  width: 100%;
}
.navigation ul.sf-menu li li ul {
  top: 0px;
  left: 101%;
}
.navigation ul.sf-menu li li li ul {
  top: -10px;
  left: 158px;
}
.navigation ul.sf-menu ul {
  background: #eeeeee;
  margin-top: 5px;
}
.navigation ul.sf-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #494848;
}
.navigation ul.sf-menu ul li:last-child {
  border-bottom: 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a, .navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Exo', sans-serif;
  color: #525252;
  background: none;
  display: block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  text-align: center;
}
.navigation ul.sf-menu ul li a:hover, .navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #fe6404;
}
.navigation ul.sf-menu ul li.active > a, .navigation ul.sf-menu ul li.sfHover > a, .navigation ul.sf-menu ul li.active > span, .navigation ul.sf-menu ul li.sfHover > span {
  background: none;
  color: #fe6404;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul, .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a, .navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 34px;
  padding-bottom: 34px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul, .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 36px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 34px;
}
.navigation .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 80%;
  right: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(255,255,255,.5);
}
.navigation .sf-arrows ul .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 3px;
  margin-top: 0px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: transparent;
  border-left-color: #525252;
}
.is-sticky > * {
  z-index: 10;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  position: relative;
  min-height: 150px;
  margin-bottom: 50px;
}
.slide .layout-slideshow .sprocket-features-content {
  position: absolute;
  top: 140px;
  left: 40px;
  width: 50%;
}
.sprocket-features-img-container {
  background: #323232;
}
.layout-slideshow .sprocket-features-arrows .arrow {
  display: none;
}
.layout-slideshow:hover .sprocket-features-arrows .arrow {
  display: block;
}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {
  background: transparent;
  color: #fff;
  box-shadow: 0 0 0 transparent;
}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow, .layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow {
  direction: ltr;
}
.moduletable.header-slide.clearfix {
  height: 276px;
}
.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {
  background: transparent;
  color: #fff;
}
.layout-slideshow .sprocket-features-title {
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 15px 0;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.layout-slideshow .sprocket-features-arrows .arrow {
  line-height: 34px;
  font-size: 70px;
}
.featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4, .moduletable.rotate > h3 {
  color: #fe6a06;
}
.product:hover .product_info {
  background: #fe6a06;
}

a.ask-a-question.bold {
  background: #fe6a06;
}
/***** Portfolio *****/
.moduletable.home_works > h3 {
  text-align: center;
  margin: 40px 0px 70px;
}
.home_works .sprocket-features-img-container {
  float: right;
  background: transparent;
  max-width: 100%;
}
.home_works .sprocket-features-content {
  float: right;
  min-width: 280px;
  margin-top: 100px;
  margin-right: 50px;
}
.home_works .layout-showcase .sprocket-features-arrows .arrow {
  position: absolute;
  display: block;
  width: 56px;
  height: 54px;
  top: 50%;
  margin-top: -12px;
  border-radius: 1em;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 2.2em;
}
.home_works .layout-showcase .sprocket-features-pagination li, .home_works .layout-showcase .sprocket-features-arrows .arrow {
  background: #333;
  color: #fff;
  box-shadow: 0 0 0;
  transition: all 0.3s ease 0s;
}
.home_works .layout-showcase .sprocket-features-pagination li:hover, .home_works .layout-showcase .sprocket-features-arrows .arrow:hover {
  background: #ba1f26;
}
.arrows-active .sprocket-features-list {
  margin-left: 100px;
  margin-right: 100px;
}
.moduletable.home_works {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.sprocket-features-desc > a, .sprocket-features-desc > span {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.home_works .layout-showcase .sprocket-features-arrows .arrow > span {
  font-size: 0;
}
.home_works .layout-showcase .sprocket-features-arrows .arrow > span:before {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 22px;
  line-height: 54px;
}
.home_works .layout-showcase .sprocket-features-arrows .arrow.next > span:before {
  content: "\f061";
}
.home_works .layout-showcase .sprocket-features-arrows .arrow.prev > span:before {
  content: "\f060";
}
/*======================= FEATURE =======================*/
.blog-featuredhome .item img {
  width: 100%;
}
.blog-featuredhome .item:hover img {
  opacity: 0.2;
}
.blog-featuredhome .item .item-image {
  background: none;
  transition: 5s;
}
.home .blog-featuredhome .item {
  margin-bottom: 55px;
  z-index: 5;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #000;
  transition: all ease 0.8s;
  background: #131313;
}
.home .blog-featuredhome .item:hover {
  box-shadow: inset 0 600px 0 0 #000;
}
.home .blog-featuredhome .item h2.item-title {
  position: absolute;
  left: 10%;
  top: 40px;
  margin: 0;
  padding: 18px 32px;
  color: #FFF;
  font-weight: 100;
  font-size: 45px;
  line-height: 1em;
  /*box-shadow: 1px 2px 0 rgba(0,0,0,0.3);*/
  text-transform: uppercase;
}
.home .blog-featuredhome .item_introtext {
  position: absolute;
  left: 10%;
  top: 40%;
  padding: 0 31px;
  color: #fff;
  margin-bottom: 24px !important;
}
.home .blog-featuredhome p.readmore {
  position: absolute;
  left: 10%;
  top: 70%;
  padding: 0 31px;
}
p.readmore .fa-chevron-right:before {
  content: "";
}
.home_article .sprocket-strips-s-title {
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.home_article .sprocket-strips-s-content .readon {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 46px;
}
span.icon-chevron-right.fa.fa-chevron-right {
  display: none;
}
/**** Home Article ****/
#content-bottom > .moduletable > h3 {
  margin-bottom: 30px;
}
.home_intro .item-image {
  margin-bottom: 20px;
}
.home_intro p.readmore {
  margin-top: 20px;
}
.home_services .active .portrait-image {
  width: 100px;
  min-height: 160px;
}
.home_services .sprocket-lists-portrait-title {
  margin: 0px 0 15px;
}
.home_services .sprocket-lists-portrait-container li {
  margin: 0 0 25px;
  border-bottom: 0;
}
#content-bottom ul.sprocket-lists-portrait-container > li:first-of-type {
  padding-top: 0;
}

/**** Home Custom Category *****/
.moduletable.home_cat > h3 {
  font-size: 22px;
  color: #fff;
  padding: 10px;
  background: #9800FF;
  border-bottom-left-radius: 16px;
  margin-bottom: 25px;
}
.home_latest_news .item_img {
  width: 100px;
}
.item_published:before {
  content: "\f073";
  display: inline-block;
  color: #ba1f26;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 16px;
  text-align: center;
  margin: 0 0 0 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.mod-newsflash-adv .item__module {
  margin-bottom: 15px;
}
.top .address, .top .telephone, .top .mail {
  padding-right: 46px;
  position: relative;
  display: inline-block;
  margin-left: 26px;
  padding-top: 2px;
  color: #4F4F4F;
  font-size: 24px;
}
.top .address:before, .top .telephone:before, .top .mail:before {
  content: '\f041';
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #4F4F4F;
  font: 19px FontAwesome;
  line-height: 32px;
  border-radius: 22px;
  position: absolute;
  top: 0px;
  right: 0;
  color: #fff;
}
span.mail a {
  color: #4f4f4f;
}
.top .telephone:before {
  content: '\f095';
}
.top .mail:before {
  content: '\f0e0';
}
.top .mail a:hover {
  color: #f86924;
  text-decoration: underline !important;
}
.top .slogan {
  float: left;
  font-size: 12px;
  font-style: italic;
  padding-top: 2px;
}
span.telephone {
  font-size: 22px;
}
/*======================= CONTENT =======================*/

.contentInner {
  z-index: 99;
}
#content-row #content-top-row {
  padding-bottom: 22px;
}
#component {
  min-height: 0;
}
#component > div > .page-header {
  margin: 42px 0 0;
  padding: 0;
  position: relative;
  border: none;
  padding: 0;
}
.page-header {
  margin: 2px 0px 0px 0px;
  padding-bottom: 5px;
  border: 0;
}
.page-header > h1 {
  margin: 0 0 24px;
  font: 600 33px/35px 'Open Sans', sans-serif;
  color: #3e454c;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 40px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
dl.article-info {
  margin: 0 0 20px;
}
dl.article-info dd {
  font-size: 13px;
  margin: 0;
  display: inline-block;
}
dl.article-info dd > * {
  display: inline;
}
dl.article-info dd:before {
  font-family: FontAwesome;
  font-size: 15px;
  color: #c6c6c6;
}
dl.article-info dd:after {
  content: "|";
  padding: 0 6px;
}
dl.article-info dd.createdby:before {
  content: "\f007";
}
dl.article-info dd.category-name:before {
  content: "\f07b";
}

/*
 dl.article-info dd.published:before {
 content: "\f073";
 }
 */
dl.article-info dd.hits:before {
  content: "\f02d";
}
dl.article-info dd.readon:before {
  content: "\f0e5";
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/* Category */
.cat_item > .item-title {
  font-size: 100%;
  text-align: center;
}
.cat_img img {
  width: 100%;
}
.cat-children {

}
.cat_item {
  margin-bottom: 40px;
  margin-bottom: 40px;
  border: 1px solid #000;
  box-shadow: 0 0 6px #949494;
}
.cat_item:hover {
  margin-bottom: 40px;
  margin-bottom: 40px;
  border: 1px solid #ba1f26;
  box-shadow: 0 0 6px #949494;
}
.badge {
  padding-left: 9px;
  padding-right: 12px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
ul.sigFreeClassic li.sigFreeThumb {
  float: left;
  background: #FFF !important;
  margin: 0 1px 1px 0;
  padding: 0;
  list-style: none !important;
  border: 1px solid #eee;
}
/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: none;
}
.home .breadcrumbs {
}
/***** Works *****/
.works .item .item-image {
  position: relative;
}
.works .item .page-header {
  padding-top: 5px;
  margin-top: 15px;
}
/*
 .works .item .item-image img {
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 }
 */
.works .item .item-image a {
  display: block;
}
.works .item .item-image a:hover {
  background: rgba(255, 138, 0, 1);
}
.works .item .item-image a:after {
  content: '\f00e';
  font-family: FontAwesome;
  position: absolute;
  font-size: 0;
  color: #fff;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 45%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.works .item .item-image a:hover:after {
  font-size: 40px;
}
.works .item .item-image a:hover img {
  opacity: 0.2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*================= MAIN BOTTOM ===================*/
#content-row {
  padding: 20px 0;
  margin-bottom: 40px;
}
/*===== Blog Page ======*/
.page-item__blog .item_img, .page-blog .item_img {
  margin-bottom: 40px;
}
.page-item__blog .item_title, .page-blog .item_title, .blog .page-header > h2 {
  padding-top: 0;
}
.page-item {
  padding-bottom: 40px;
  min-height: 282px;
  padding-top: 30px;
}
.page-item .item_title {
  padding-bottom: 28px;
}
.page-item__blog .page-header {
  margin-bottom: 3px;
  padding-bottom: 48px;
}
.pull-right.item-image {
  margin: 0 0 20px 20px;
}
.pull-left.item-image {
  margin: 0 20px 20px 0;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
h3.item_title {
  font-size: 28px;
}
.blog_list .page-header > h2, .service .page-header > h2 {
  margin: 20px 0px 0px;
}
.blog_list .page-header > h2 > a {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}
.blog_list a.btn.btn-info, .service a.btn.btn-info {
  margin-top: 19px;
  display: inline-block;
}

.blog_list aside .moduletable > h3 {

}
.blog_list .item {
  line-height: 26px;
}
.blog_list .item_introtext {
  padding-top: 20px;
}
#main div.attachmentsContainer, div.attachmentsContainer {
  clear: none;
}
.blog_list .pull-right.item-image {
  max-width: 250px;
}
.blog_list .items-row {
  margin-bottom: 20px;
}
.blog_list .item-image {
  overflow: hidden;
}
.blog_list .item-image img {
  transition: all 0.3s ease 0s;
  margin-top: 15px;
}
.blog .item a.btn.btn-info {
  margin-top: 25px;
}
.sprocket-lists-portrait-container li {
  padding: 10px 0;
  margin: 0 0 10px;
  border-bottom: 0;
  clear: both;
  overflow: hidden;
  cursor: pointer;
}
.sprocket-lists-portrait-container li a > span {
  display: none;
}
.active .portrait-image {
  width: 100px;
}
/**** Events ****/
.events .item {
  position: relative;
}
.events .item > .page-header > h2 {
  position: absolute;
  left: 290px;
  top: 25px;
}
.events dl.article-info {
  padding-bottom: 20px;
}
.events .item-image {
  width: 270px;
  overflow: hidden;
}
.events .item {
  margin-bottom: 0;
}
.events dd.published {
  color: #c43025;
}
.events .page-header > h2 > a {
  font: 300 20px/1em 'Open Sans', sans-serif;
  margin: 0 0 15px;
  color: #fff;
}
.archive-module li a, .categories-module li a, .mod-menu .nav.menu li a, .list1 ul li a {
  display: inline;
}
.archive-module li a:hover, .categories-module li a:hover, .mod-menu .nav.menu li a:hover, .list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
div#aside-right {
  margin-top: 0px;
}
div#aside-right .moduletable {
  margin-bottom: 40px
}
#aside-right .moduletable > h3 {
  font: 600 22px/28px 'Open Sans', sans-serif;
  margin-bottom: 20px;
  color: #3e454c;
}
#aside-right .moduletable .sprocket-lists-portrait-title {
  display: block;
  position: relative;
  font-size: 1.2em !important;
  line-height: 1.2em !important;
  margin: 0 0 15px;
  font-weight: normal;
}
#aside-right .moduletable .sprocket-lists-portrait-title > a:hover {
  color: #ba1f26;
}
.moduletable form#login-form {
  background: #eee;
  padding: 10px;
}
#footer-wrapper {
  padding: 40px 0 40px;
  margin-top: 50px;
  color: #B5B5B5;
  background: #525252;
}
#footer-wrapper .moduletable > h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  position: relative;
}
#footer-wrapper .moduletable > h3:before {
  content: "";
  width: 50%;
  margin: 40px auto 0px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer-wrapper .footer_menu ul {
  margin-left: 0;
}
#footer-wrapper .footer_menu li {
  list-style: none;
}
#footer-wrapper .footer_menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  margin-right: 12px;
  padding: 2px 6px;
  font-size: 10px;
}
#footer-wrapper .footer_menu li > a {
  color: #B5B5B5;
  text-transform: none;
  display: inline-block;
}
#footer-wrapper .footer_menu li > a:hover, #footer-wrapper .footer_menu li > a:focus {
  color: #fe6a06;
  background: none;
}
.moduletable.copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}
.moduletable.footer {
  margin-top: 70px;
}
.footer-phone {
  font-size: 22px !important;
  transform: rotate(270deg);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  color: #fff;
  padding: 4px;
}
/**** Social Menu ****/
.social_menu li {
  display: inline-block;
}
.social_menu li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 0;
  background-color: #515559;
  background-image: -moz-linear-gradient(top,#515559,#3C3F42);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#515559),to(#3C3F42));
  background-image: -webkit-linear-gradient(top,#515559,#3C3F42);
  background-image: -o-linear-gradient(top,#515559,#3C3F42);
  background-image: linear-gradient(to bottom,#515559,#3C3F42);
  background-repeat: repeat-x;
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 0;
  color: transparent;
  border-radius: 100px;
}
.social_menu li a:hover {
  background-color: #fe6a06;
  background-image: -moz-linear-gradient(top,#ba1f26,#ba1f26);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ba1f26),to(#ba1f26));
  background-image: -webkit-linear-gradient(top,#ba1f26,#ba1f26);
  background-image: -o-linear-gradient(top,#ba1f26,#ba1f26);
  background-image: linear-gradient(to bottom,rgba(255, 98, 0, 0.93),#ba1f26);
  background-repeat: repeat-x;
}
.social_menu li a i {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
}
.social_menu li+ li {
  margin-left: 9px;
}
.social_menu > ul {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
div#___plusone_0 {
  float: left !important;
}

/**** Search Module ****/
.top_search input#mod-search-searchword {
  width: 242px;
  background: #070707;
  border-radius: 10px;
  padding-right: 40px;
  border: none;
  height: 39px;
  color: #FFF;
  box-shadow: inset 1px 1px 0 #070707;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_search form.form-inline {
  position: relative;
  width: 100%;
  text-align: right;
  margin: 16px 0px 0;
  float: right;
}
.top_search button:before {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 22px;
  height: 23px;
  box-shadow: none;
  transition: none;
  content: "\f002";
  font-family: FontAwesome;
  color: #fff;
  transition: all 0.2s linear;
}
.top_search button:hover:before {
  color: #b6221a;
}
.top_search button {
  padding: 0;
}
/**** Contact ****/
.contact h3 {
  font-size: 22px;
}

/* Arrows */

#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url('../images/arrows.png') no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

/**** Cart Module ****/
.moduletable.mod_virtuemart_cart_tm {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 999;
  float: left;
  width: 71px;
  height: 85px;
  border-radius: 0;
  background: url(../images/cart-icon.png) left top no-repeat;
  color: #323232;
}
.moduletable.mod_virtuemart_cart_tm .total_products a {
  color: #e0199f;
  margin-left: -5px;
  font-size: 25px;
  line-height: 26px;
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: 0px;
  position: relative;
  top: 25px;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
#cart_list {
  overflow: hidden;
  text-align: right;
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  z-index: 99;
  padding: 10px;
  width: 300px;
  cursor: default;
}
/***** Virtuemart Module Search *****/
.moduletable.virtue_search {
  margin-top: 20px;
}
.moduletable.virtue_search form {
  margin: 0;
}
input#mod_virtuemart_search {

}
input.button.virtue_search {
  float: right;
  width: 43px;
  height: 38px !important;
  font: normal 0px/0px Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  border: none !important;
}
input.button.virtue_search:hover {
  color: #e0199f;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;&:not(:first-child):not(:last-child) {
  border-radius: 0;
}
}
//
Addon and addon wrapper for buttons
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;// Match the inputs
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.virtue_search .btn.btn-custome {
  padding: 9px 24px;
}
input#mod_virtuemart_search {
  margin-bottom: 0px;
}
.search.virtue_search {
  float: right;
}
.search.virtue_search .input-group input {
  background-color: #525252;
  color: #fff;
}
/***** Shopping Cart *****/
div#vmCartModule {
  text-align: right;
  margin-top: 20px;
  margin-right: 90px;
}
/***** User Menu *****/
.moduletable.user_menu {
  float: left;
  margin: 0 0 0 70px;
}
.moduletable.user_menu ul {
  float: left;
}
.moduletable.user_menu ul li {
  float: right;
  margin-left: 20px;
}
.moduletable.user_menu ul li a:hover, .moduletable.user_menu ul li a:focus {
  background: transparent;
  color: #fff;
}
/**** Currency Module ****/
.moduletable.currency_mod {
  text-align: right;
  margin-top: 10px;
}
.moduletable.currency_mod form {
  margin: 0;
}
.mod-currency-selector {
  display: inline-block;
}
.moduletable.currency_mod > h3 {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
div#virtuemart_currency_id_chzn {
  width: 120px !important;
  text-align: left;
}
div#virtuemart_currency_id_chzn .chzn-single {
  background: transparent !important;
  color: #fff;
  border: 0;
  box-shadow: 0 0 0;
}
div#virtuemart_currency_id_chzn .chzn-drop {
  margin-top: 0;
  border-radius: 0 0 0px 0px;
  background-clip: padding-box;
  box-shadow: 0 0 0;
}
div#virtuemart_currency_id_chzn .chzn-results li {
  color: #000 !important;
}
div#virtuemart_currency_id_chzn .chzn-results li.highlighted {
  background: #fe6404 !important;
}
/*=================*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 36px !important;
  border-radius: 0;
}
ul.list__login-links {
  margin: 0;
}
ul.list__login-links li {
  list-style-type: none;
  float: left;
  margin-right: 4px;
}
/*=========SEARCH=======*/
.search.virtue_search button.virtue_search {
  border: none !important;
}
/*=========VIRTUMART=======*/
.vm-product-descr-container-1 a {
  color: #525252;
}
div.product {
  background: #eee;
  border: 1px solid #d2d1d1;
  box-sizing: border-box;
}
.vm-product-media-container {

}
.VMmenu li a {
  background: #525252;
}
.featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4, .moduletable.rotate > h3 {
  background: #525252;
}
.btn:focus, .btn:hover, .reply a:focus, .reply a:hover, a.readon > span:hover, a.readon > span:focus, .btn > span:hover, .btn > span:hover {
  color: #000;
}
.vm-product-media-container {
  background: #fff;
}
.additional-images .slick-next {
  left: auto;
  right: 0;
}
.additional-images .slick-prev {
  right: auto;
  left: 0;
}
.additional-images .slick-prev, .additional-images .slick-next {
  color: #f89406;
}
.productdetails-view .main-image {
  background: #fff;
}
.productdetails-view .main-image {
  display: block;
  border: 1px solid #525252;
  box-sizing: border-box;
}
.productdetails-view .spacer-buy-area {
  padding: 15px;
  background: #eee;
}
.additional-images img {
  margin-right: 10px;
  border: solid 1px #000;
  padding: 5px;
  box-sizing: border-box;
}
.additional-images-wrapper {
  background: #fff;
}
.product:hover span.addtocart-button input, .product span.addtocart-button input:hover, .product:hover a.ask-a-question.bold, .product a.ask-a-question.bold:hover {
  background: #525252;
  color: #fff;
}
.category .spacer a {
  color: #fe6a06;
}
.VMmenu li a {
  color: #fff;
}
body .custom .fa {
  margin-right: 10px;
}
.custom p:hover {
  cursor: pointer;
}
.custom p:hover i {
  color: #fe6a06;
}
ul.vmmanufacturer {
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
}
ul.vmmanufacturer li {
  border: 1px solid #ddd;
}
ul.vmmanufacturer img {
  max-width: 120px;
}
.VMmenu li .fa {
  color: #fff;
}
.VMmenu ul li a {
  background: #eeeeee;
}
