/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 3.0
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) May 2014 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/* import theme variables using for overriding default  or using on other files */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  background: white;
  color: #6e6e6e;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

ul.bullet li {
  padding: 5px 0;
  position: relative;
}
ul.bullet li a {
  padding-left: 20px;
}
.rtl ul.bullet li a {
  padding-right: 20px;
  padding-left: inherit;
}
ul.bullet li a:before {
  display: block;
  content: "\f064";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #883092;
}

/*  PAGINATION STYLE */
.pagination {
  background-color: white;
  border: 1px solid #dbdbdb;
  width: 100%;
  margin-top: -1px;
}
.pagination a,
.pagination b {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #333333;
  background-color: white;
  border: 1px solid #dbdbdb;
  margin-left: 5px;
}
.rtl .pagination a, .rtl
.pagination b {
  float: right;
}
.rtl .pagination a, .rtl
.pagination b {
  margin-right: 5px;
  margin-left: inherit;
}
.pagination a:hover, .pagination a:focus,
.pagination b:hover,
.pagination b:focus {
  color: #883092;
  background-color: white;
  border-color: #dbdbdb;
}
.pagination:first-child > a,
.pagination:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.rtl .pagination:first-child > a, .rtl
.pagination:first-child > span {
  margin-right: 0;
  margin-left: inherit;
}
.pagination:last-child > a,
.pagination:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination b {
  background-color: #883092;
  z-index: 2;
  color: white;
  background-color: #883092;
  border-color: transparent;
  cursor: default;
}
.pagination .results {
  float: right;
  color: #9c9c9c;
}
.rtl .pagination .results {
  float: left;
}

/* tab style */
.htabs {
  text-align: center;
  width: 100%;
  margin: 31px 0;
}
.htabs a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.htabs:after {
  background: #dbdbdb;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
  z-index: 1;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  line-height: normal;
}
ul.links li a {
  margin: 0 8px;
}
ul.links li a:hover {
  color: #414141;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
.rtl ul.links li .fa, .rtl ul.links li .icon {
  margin-left: 10px;
  margin-right: inherit;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
.rtl ul.my-account li {
  margin-right: 14px;
  margin-left: inherit;
}
ul.inline li {
  float: left;
}
.rtl ul.inline li {
  float: right;
}

.tree-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: #eee;
}
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative;
  text-transform: uppercase;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
  position: absolute;
  right: 29px;
  top: 13px;
  padding: 0 6px;
  padding: 0 6px 0 6px;
  margin-right: -20px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
}
.rtl .tree-menu > ul > li .caret, .rtl .tree-menu > ul > li .head a {
  left: 29px;
  right: auto;
}
.rtl .tree-menu > ul > li .caret, .rtl .tree-menu > ul > li .head a {
  padding: 0 6px 0 6px;
}
.rtl .tree-menu > ul > li .caret, .rtl .tree-menu > ul > li .head a {
  margin-left: -20px;
  margin-right: inherit;
}
.tree-menu > ul > li .caret .icon-collapse, .tree-menu > ul > li .head a .icon-collapse {
  background: url("../../image/icon-cat-min.png") center center no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
.tree-menu > ul > li .caret.collapsed .icon-collapse, .tree-menu > ul > li .head a.collapsed .icon-collapse {
  background: url("../../image/icon-cat.png") center center no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
.tree-menu > ul > li .caret .icon-collapse.icon-active, .tree-menu > ul > li .head a .icon-collapse.icon-active {
  background: url("https://holikaholika.ca/catalog/view/theme/lexus_bagsstores/image/icon-cat-min-white.png") center center no-repeat;
}
.tree-menu > ul > li .caret.collapsed .icon-collapse.icon-active, .tree-menu > ul > li .head a.collapsed .icon-collapse.icon-active {
  background: url("https://holikaholika.ca/catalog/view/theme/lexus_bagsstores/image/icon-cat-white.png") center center no-repeat;
}
.tree-menu > ul > li > a {
  display: block;
  color: #333;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 300;
  border-bottom: 1px solid #414141;
}
.tree-menu > ul > li > a:hover, .tree-menu > ul > li > a:focus {
  color: #6dced7;
}
.tree-menu > ul > li a.active {
  color: #6dced7;
}
.tree-menu > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.rtl .tree-menu > ul > li a.active + ul {
  padding: 0 10px 10px 0;
}
.tree-menu > ul > li ul > li {
  border-bottom: 1px solid #414141;
  padding-left: 30px;
}
.rtl .tree-menu > ul > li ul > li {
  padding-right: 30px;
  padding-left: inherit;
}
.tree-menu > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}
.tree-menu > ul > li ul > li > a.active {
  color: #6dced7;
}
.tree-menu > ul > li ul > li > a:hover, .tree-menu > ul > li ul > li > a:focus {
  color: #6dced7;
}
.tree-menu .head a {
  color: white;
}

.panel-line:before, .panel-line:after {
  content: " ";
  display: table;
}
.panel-line:after {
  clear: both;
}
.panel-line .plabel {
  width: 150px;
  float: left;
  font-weight: normal;
}
.rtl .panel-line .plabel {
  float: right;
}
.panel-line .plabel label {
  font-weight: normal;
}
.panel-line .pcontent {
  width: 70%;
  float: left;
}
.rtl .panel-line .pcontent {
  float: right;
}

.hasline {
  border-bottom: solid 1px #dedede;
  margin: 10px 0;
}

.featuredpro .producttabs .tab-nav{ display:none !important;}

.logo-bird{ background:url(logo-bird.png) no-repeat top left;}

/*  PAGINATION STYLE */
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 20px 0;
  background-color: white;
}
.pagination .links {
  float: left;
}
.rtl .pagination .links {
  float: right;
}
.pagination .links a, .pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: white;
  border: 1px solid #dbdbdb;
}
.rtl .pagination .links a, .rtl .pagination .links b {
  margin: 0 0 0 3px;
}
.pagination .links a:active, .pagination .links b:active {
  background-color: #883092;
  color: white;
  border: #dbdbdb;
}
.pagination .links b {
  background-color: #883092;
  color: white;
  border: #dbdbdb;
}
.pagination .results {
  float: right;
  color: #9c9c9c;
}
.rtl .pagination .results {
  float: left;
}

.pagination.pagination-variant-lg a, .pagination.pagination-variant-lg b {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination.pagination-variant-lg:first-child > a,
.pagination.pagination-variant-lg:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination.pagination-variant-lg:last-child > a,
.pagination.pagination-variant-lg:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination.pagination-variant-sm a, .pagination.pagination-variant-sm b {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination.pagination-variant-sm:first-child > a,
.pagination.pagination-variant-sm:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination.pagination-variant-sm:last-child > a,
.pagination.pagination-variant-sm:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}

table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #ebebeb;
  cursor: pointer;
}

#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.no-padding {
  padding: 0;
}

.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px;
}

.success, .warning, .attention, .information {
  padding: 10px 33px 10px 33px;
  margin: 20px 0;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .success, .rtl .warning, .rtl .attention, .rtl .information {
  padding: 10px 33px 10px 33px;
}

.success .close, .warning .close, .attention .close, .information .close {
  padding-top: 4px;
  cursor: pointer;
  padding-left: 20px;
}

.attention {
  background: #fff5cc url("../../image/attention.png") 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.warning {
  background: #ffd1d1 url("../../image/warning.png") 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.success {
  background: #eaf7d9 url("../../image/success.png") 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.error {
  display: block;
  color: #FF0000;
  margin-top: 9px;
}

.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

.title-slider {
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  font-size: 54px;
}

.content-silder {
  color: white;
  font-size: 22px;
}

.buttons {
  padding: 20px 0;
}
.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .left {
  float: left;
}
.rtl .buttons .left {
  float: right;
}
.buttons .right {
  float: right;
}
.rtl .buttons .right {
  float: left;
}

.btn-outline-inverse {
  color: white;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #883092;
  border-color: #883092;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #883092;
  border-color: #883092;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-inverse .badge {
  color: #333333;
  background-color: white;
}

.btn-outline {
  color: white;
  background-color: #333333;
  border-color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 13px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  background-color: #883092;
  border-color: #883092;
}
.open .btn-outline.dropdown-toggle {
  color: white;
  background-color: #883092;
  border-color: #883092;
}
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-outline .badge {
  color: #333333;
  background-color: white;
}

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.ptsothemes.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:ptsothemes$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-md {
  background: url("https://holikaholika.ca/catalog/view/theme/lexus_bagsstores/image/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 978px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}
.latest .box-heading{ display:none;}
.shopping-cart{ background: url("cart-icon.png") no-repeat top right;}
body.layout-boxed-lg {
  background: #3C0C4A url("back-body.jpg") repeat-x top center;
}
body.layout-boxed-lg #page {
  max-width: 1208px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
  border-left: 10px solid #F9F5D0;
  border-right: 10px solid #F9F5D0;
}

/*
* HEADER 
*/
#topbar {
  font-weight: 400;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
  background: white;
  color: #6e6e6e;
}
#topbar a {
  color: #6e6e6e;
}
#topbar a:hover {
  color: #883092;
}
#topbar a {
  font-size: 12px;
  margin-right: 9px;
}
.rtl #topbar a {
  margin-left: 9px;
  margin-right: inherit;
}
#topbar .dropdown-menu {
  font-size: 12px;
}
#topbar .login {
  padding-top: 10px;
}
#topbar .login a {
  margin-right: 0;
}
.rtl #topbar .login a {
  margin-left: 0;
  margin-right: inherit;
}
#topbar .links {
  float: left;
}
.rtl #topbar .links {
  float: right;
}
#topbar .links-outline a {
  color: #883092;
}
#topbar .bdr {
  border-left: 1px solid #dedede;
}
.rtl #topbar .bdr {
  border-right: 1px solid #dedede;
  border-left: inherit;
}
#topbar .btn-theme-normal {
  padding: 10px;
  cursor: pointer;
  border-right: 1px solid #dedede;
}
.rtl #topbar .btn-theme-normal {
  border-left: 1px solid #dedede;
  border-right: inherit;
}
#topbar .box-language li {
  display: block;
  padding: 5px;
}
#topbar .box-language li:hover {
  color: #883092;
  cursor: pointer;
}
#topbar .box-currency a {
  border: 1px solid #dedede;
  padding: 4px 8px;
  cursor: pointer;
  margin-right: 5px;
  float: left;
}
.rtl #topbar .box-currency a {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl #topbar .box-currency a {
  float: right;
}
#topbar .box-currency a:hover {
  border-color: #883092;
}
#topbar .language li {
  cursor: pointer;
}
#topbar ul li, #topbar ol li {
  display: inline-block;
}
#topbar ul li:before, #topbar ul li:after, #topbar ol li:before, #topbar ol li:after {
  content: " ";
  display: table;
}
#topbar ul li:after, #topbar ol li:after {
  clear: both;
}
#topbar ul li a, #topbar ol li a {
  float: left;
}

#header-main {
  min-height: 60px;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.rtl #header-main .inner {
  text-align: left;
}
#header-main .inner > * {
  vertical-align: middle;
}

.logo-store {
  display: block;
}

#logo-theme a {
  background: url("../../image/logo.png") no-repeat;
  display: block;
  width: 205px;
  height: 55px;
}
#logo-theme a span {
  display: none;
}

#header .show-mobile {
  text-align: right;
}
#header .show-mobile:before, #header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
.rtl #header .show-mobile {
  text-align: left;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 14px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: white;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0px;
  left: auto;
  min-width: 160px;
  display: none;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: white;
  padding: 15px;
  text-align: left;
}
.rtl #header .show-mobile .inner-toggle {
  left: 0px;
  right: auto;
}
.rtl #header .show-mobile .inner-toggle {
  right: auto;
  left: auto;
}
.rtl #header .show-mobile .inner-toggle {
  text-align: right;
}

#pav-masshead .inner {
  background: none;
  color: #6dced7;
}
#pav-masshead .inner a {
  color: #6dced7;
}
#pav-masshead .inner a:hover {
  color: #81d5dc;
}
#pav-masshead .open:after {
  background: none;
}

/*
* NAVIGATION
*/
#pav-mainnav {
  position: relative;
}

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
/*
* PROMOTION TOP 
*/
/*
* MAIN CONTENT
*/
#content {
  min-height: 40px;
}

.mass-bottom-top {
  position: relative;
}

/*Mass bottom*/
#pavo-mass-bottom {
  padding: 23px 0 42px;
}

/*end*/
/* FOOTER */
#footer {
  min-height: 100px;
  color: #aab2bd;
  font-size: 14px;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer ul.list a {
  background: url("../../image/icon-li.png") no-repeat;
  background-position: left 3px;
  padding: 0 0 0 12px;
  text-decoration: none;
}
.rtl #footer ul.list a {
  background-position: right 3px;
}
.rtl #footer ul.list a {
  padding: 0 12px 0 0;
}
#footer ul.list a:hover {
  color: #883092;
  background-position: left -11px;
}
.rtl #footer ul.list a:hover {
  background-position: right -11px;
}
#footer ul.list li span {
  background-color: #656D78;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-left: 5px;
  text-align: center;
}
.rtl #footer ul.list li span {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl #footer ul.list li span {
  padding-right: 5px;
  padding-left: inherit;
}
#footer ul.list li:hover {
  color: #883092;
  cursor: pointer;
}
#footer ul.list li:hover span {
  background-color: #883092;
  color: white;
}

.footer-top {
  position: relative;
}
.footer-top .inner {
  padding: 46px 20px;
  background: url("../../image/flowes-footer01.png") repeat -100px 0px #222222;
  color: #6e6e6e;
}
.footer-top .inner a {
  color: #6e6e6e;
}
.footer-top .inner a:hover {
  color: #7b7b7b;
}

.footer-center .inner {
  background: #171717;
  color: #6e6e6e;
  padding: 30px 20px;
}
.footer-center .inner a {
  color: #6e6e6e;
}
.footer-center .inner a:hover {
  color: #7b7b7b;
}
.menu-footer, #menu-footer-menu{min-height: 50px;}
.footer_menu li {float:left; background: url("back-li.png") no-repeat scroll right top; line-height:50px}
.footer_menu li.last {background: none;}

.footer-bottom .footer_menu li a {background-color: transparent;
    color: black;
    font-size: 11px;
    font-weight: 400;
    padding: 18px 16px 24px;
    position: relative;
    text-transform: uppercase;
    transition: all 350ms ease-out 0s;}

.footer-bottom {
  background: rgba(0, 0, 0, 0) url("back-footer-container.png") no-repeat scroll center top 4px;
}
.footer-bottom .inner {
   background: url(footer-icon.png) no-repeat top right;
  color: #6e6e6e;
  padding: 30px 20px;
}
.footer-bottom .inner a {
  color: #6e6e6e;
}
.footer-bottom .inner a:hover {
  color: #7b7b7b;
}

/* POWER BY */
#powered {
  margin: 0;
  clear: both;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
}
#powered .inner {
  background: #fff;
  color: #6e6e6e;
  height: 45px;
  border-top: 1px solid #fff;
}
#powered .inner a {
  color: #883092;
}
#powered .inner a:hover {
  color: #03b1ff;
}
#powered .copyright {
  text-align: left;
  line-height: 20px;
  padding: 0px 20px;
}
.rtl #powered .copyright {
  text-align: right;
}
#powered .paypal {
  padding-top: 37px;
  padding-right: 20px;
}
.rtl #powered .paypal {
  padding-left: 20px;
  padding-right: inherit;
}
#powered a {
  color: #6dced7;
}

/* block */
.box {
  margin-bottom: 18px;
  position: relative;
  /* block styles */
}
.box.layerslider-wrapper { margin-bottom:36px;}
.box .box-heading {
  color: #d5d5d5;
  position: relative;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  text-transform: uppercase;
  font-family: "Roboto Slab", Arial, sans-serif;
  padding: 13px 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background: none;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.box .box-content {
  /*padding: $block-module-content-padding;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.box .box-content:before, .box .box-content:after {
  content: " ";
  display: table;
}
.box .box-content:after {
  clear: both;
}
.box.nopadding .box-content {
  padding: 0;
  margin: 0;
}
.box .lnk {
  padding-top: 15px;
}
.box.noborder {
  border: none;
}

.box-default {
  border-color: #dbdbdb;
}
.box-default .box-heading {
  color: #6e6e6e;
  background-color: whitesmoke;
  border-color: #dbdbdb;
}
.box-default .box-heading + .box-collapse .box-content {
  border-top-color: #dbdbdb;
}
.box-default > .box-footer + .box-collapse .box-body {
  border-bottom-color: #dbdbdb;
}

.box-primary {
  border-color: #dbdbdb;
}
.box-primary .box-heading {
  color: white;
  background-color: #428bca;
  border-color: #dbdbdb;
}
.box-primary .box-heading + .box-collapse .box-content {
  border-top-color: #dbdbdb;
}
.box-primary > .box-footer + .box-collapse .box-body {
  border-bottom-color: #dbdbdb;
}

.box-success {
  border-color: #dbdbdb;
}
.box-success .box-heading {
  color: white;
  background-color: #883092;
  border-color: #dbdbdb;
}
.box-success .box-heading + .box-collapse .box-content {
  border-top-color: #dbdbdb;
}
.box-success > .box-footer + .box-collapse .box-body {
  border-bottom-color: #dbdbdb;
}

.box-info {
  border-color: #883092;
}
.box-info .box-heading {
  color: white;
  background-color: #883092;
  border-color: #883092;
}
.box-info .box-heading + .box-collapse .box-content {
  border-top-color: #883092;
}
.box-info > .box-footer + .box-collapse .box-body {
  border-bottom-color: #883092;
}

.box-warning {
  border-color: #faebcc;
}
.box-warning .box-heading {
  color: white;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.box-warning .box-heading + .box-collapse .box-content {
  border-top-color: #faebcc;
}
.box-warning > .box-footer + .box-collapse .box-body {
  border-bottom-color: #faebcc;
}

.box-danger {
  border-color: #dbdbdb;
}
.box-danger .box-heading {
  color: white;
  background-color: #3398df;
  border-color: #dbdbdb;
}
.box-danger .box-heading + .box-collapse .box-content {
  border-top-color: #dbdbdb;
}
.box-danger > .box-footer + .box-collapse .box-body {
  border-bottom-color: #dbdbdb;
}

.box-highlighted {
  border-color: #6e6e6e;
}
.box-highlighted .box-heading {
  color: white;
  background-color: #6e6e6e;
  border-color: #883092;
}
.box-highlighted .box-heading + .box-collapse .box-content {
  border-top-color: #6e6e6e;
}
.box-highlighted > .box-footer + .box-collapse .box-body {
  border-bottom-color: #6e6e6e;
}
.box-highlighted .box-content {
  border-color: #6e6e6e;
  border-width: 2px;
}

.box-content {
  position: relative;
}
.box-content .carousel-control {
  left: auto;
  bottom: auto;
  z-index: 10;
  top: -33px;
  background: none;
}
.rtl .box-content .carousel-control {
  right: auto;
  left: auto;
}
.box-content .carousel-control.left {
  right: 40px;
}
.rtl .box-content .carousel-control.left {
  left: 40px;
  right: auto;
}
.box-content .carousel-control.right {
  right: 10px;
}
.rtl .box-content .carousel-control.right {
  left: 10px;
  right: auto;
}

/* block inline style */
.box-inline .box-left {
  width: 82%;
  padding-left: 50px;
}
.rtl .box-inline .box-left {
  padding-right: 50px;
  padding-left: inherit;
}
.box-inline .box-right {
  width: 65%;
  padding-left: 50px;
}
.rtl .box-inline .box-right {
  padding-right: 50px;
  padding-left: inherit;
}
.box-inline .icon {
  font-size: 35px;
}
.box-inline .explain {
  font-size: 14px;
}
.box-inline .input-group {
  width: 100%;
}
.box-inline .input-group-btn span {
  margin-right: 5px;
}
.rtl .box-inline .input-group-btn span {
  margin-left: 5px;
  margin-right: inherit;
}
.box-inline .box-content {
  color: white;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 16px;
}
.box-inline .input-group {
  width: 98%;
}

.sidebar .pav-custom {
  border: none;
}
.sidebar .pav-custom .box-heading {
  border: none;
  background: none;
  color: white;
}
.sidebar .pav-custom .box-content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.rtl .sidebar .pav-custom .box-content {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .sidebar .pav-custom .box-content {
  padding-left: 0;
  padding-right: inherit;
}
.sidebar .pav-banner {
  border: none;
}
.sidebar .pav-banner .box-heading {
  border: none;
  background: none;
  color: white;
}
.sidebar .pav-banner .box {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.rtl .sidebar .pav-banner .box {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .sidebar .pav-banner .box {
  padding-left: 0;
  padding-right: inherit;
}

/* block style in main content */
#content .pav-custom .box-content {
  border: none;
  background: none;
  color: white;
}
#content .pav-custom .box-content {
  border: none;
}
#content .box-content {
  padding: 0;
  margin: 0;
}

/* block style in footer */
#footer .box {
  margin-bottom: 0;
  border: none;
}
#footer .box .box-heading {
  border: none;
  background: none;
  padding-left: 0;
}
.rtl #footer .box .box-heading {
  padding-right: 0;
  padding-left: inherit;
}
#footer .box .box-content {
  border: none;
  padding: 0;
}

/*box style in massbottom*/
.mass-bottom .pav-custom {
  border: none;
}
.mass-bottom .pav-custom .box-heading {
  border: none;
  background: none;
  color: white;
}
.mass-bottom .pav-custom .box-content {
  border: none;
}
.mass-bottom .box-content {
  padding: 0;
  margin: 0;
}

.gallery-carousel {
  position: relative;
}

.price {
  color: #f2434a;
  font-size: 16px;
}
.price .price-old {
  color: #6e6e6e;
  text-decoration: line-through;
  font-size: 15px;
}

.products-row {
  position: relative;
}
.products-row .product-col {
  border-right: none;
}
.rtl .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.products-row .product-col:last-child {
  border-right: none;
}
.rtl .products-row .product-col:last-child {
  border-left: none;
  border-right: inherit;
}
@media (min-width: 992px) {
  .products-row .product-col:nth-child(4n) {
    border-right: 1px solid transparent;
  }
  .rtl .products-row .product-col:nth-child(4n) {
    border-left: 1px solid transparent;
    border-right: inherit;
  }
  .products-row .product-col:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .products-row .product-col:nth-child(2n) {
    border-right: 1px solid transparent;
  }
  .rtl .products-row .product-col:nth-child(2n) {
    border-left: 1px solid transparent;
    border-right: inherit;
  }
  .products-row .product-col:nth-child(2n+1) {
    clear: both;
  }
}

/* product style */
.product-block {
  position: relative;
  background-color: none;
  padding: 0px;
  margin: 0;
  text-align: center;
}
.product-block .price {
  font-weight: 300;
  font-family: "Roboto Slab", Arial, sans-serif;
}
.product-block .action {
  opacity: 0;
  visibility: hidden;
  text-align: left;
  text-align: left;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.product-block .action:before, .product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.rtl .product-block .action {
  text-align: right;
}
.product-block .action > div {
  position: absolute;
  float: left;
  left: 50%;
  width: 36px;
}
.rtl .product-block .action > div {
  float: right;
}
.rtl .product-block .action > div {
  right: 50%;
  left: auto;
}
.product-block .action > div > * {
  padding: 6px 10px;
}
.product-block .action button {
  padding: 7px 12px;
  margin-bottom: 26px;
  margin-top: 10px;
}
.product-block .pav-colorbox {
  padding: 6px 10px;
}
.product-block .left {
  padding-bottom: 6px;
}
.product-block .btn-cart {
  display: block;
  text-align: center;
}
.product-block .wishlist {
  top: 26px;
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.2s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.2s;
  opacity: 0;
}
.product-block .compare {
  top: 69px;
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.31s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.31s;
  opacity: 0;
}
.product-block .pro-zoom {
  top: 112px;
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.41s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.41s;
  opacity: 0;
}
.product-block .quickview {
  -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.51s;
  transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.25) 0.51s;
  position: absolute;
  top: 155px;
  left: 50%;
  opacity: 0;
}
.rtl .product-block .quickview {
  right: 50%;
  left: auto;
}
.product-block .description {
  display: none;
  font-size: 15px;
}
.product-block .rating, .product-block .norating {
  line-height: 35px;
  min-height: 20px;
  height: auto !important;
}
.product-block .product-meta {
  background: white;
  padding-top: 5px;
}
.product-block .product-meta .action .cart {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  bottom: 3px;
  width: 100%;
  border: none;
  background: #FFF;
  left: 0px;
}
.rtl .product-block .product-meta .action .cart {
  right: 0px;
  left: auto;
}
.product-block .name {
  text-transform: uppercase;
  margin: 0;
  min-height: 28px;
  height: 36px;
  height: auto !important;
  line-height: 11px;
}
.product-block .name a {
  color: #434a54;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #6dced7;
}
.product-block .image-gallery {
  border: solid 4px #ababab;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.rtl .product-block .image-gallery {
  right: -80px;
  left: auto;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #ababab;
  border-top: 5px solid rgba(0, 0, 0, 0);
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.rtl .product-block .image-gallery .arrow {
  border-right: 5px solid #ababab;
  border-left: inherit;
}
.rtl .product-block .image-gallery .arrow {
  left: -9px;
  right: auto;
}
.product-block .image {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
  border: 0px;
  text-align: center;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.rtl .product-block .image {
  margin: 20px 0 0 0;
}
.product-block .image img {
  display: inline-block;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.rtl .product-block .image .hover-image {
  right: 0px;
  left: auto;
}
.product-block .image :hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block:hover .image-gallery {
  display: block;
  z-index: 9999;
}
.product-block .availability {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .availability span {
  padding: 7px 15px;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: white;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: white;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #f0ad4e;
  color: white;
}

.product-label {
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
.product-label span {
  position: absolute;
  top: 15px;
  right: 16px;
  line-height: 49px;
}
.rtl .product-label span {
  left: 16px;
  right: auto;
}
.product-label.product-label-new {
  left: 0px;
  border-right: 46px solid transparent;
  border-top: 46px solid #4acfd4;
}
.rtl .product-label.product-label-new {
  right: 0px;
  left: auto;
}
.rtl .product-label.product-label-new {
  border-left: 46px solid transparent;
  border-right: inherit;
}
.product-label.product-label-new span {
  left: 5px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.product-label.product-label-special span, .product-label.sale-box span {
  background: url("../../image/sale.png") no-repeat;
  width: 46px;
  z-index: 9;
}
.product-label.sale-percent-box {
  background-color: #6dced7;
  right: 0;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #45c1cc;
}
.rtl .product-label.sale-percent-box {
  left: 0;
  right: auto;
}
.rtl .product-label.sale-percent-box {
  right: inherit;
  left: auto;
}

/* mini basket */
#cart {
  position: relative;
}
#cart h4 {
  color: #883092;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 17px;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: white;
  border: 1px solid #dedede;
  z-index: 99999;
  min-width: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.rtl #cart .content {
  left: 17px;
  right: auto;
}
#cart.active .content {
  display: block;
}
#cart .heading {
  min-width: 180px;
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .heading .cart-inner {
  min-height: 47px;
  height: 47px;
  height: auto !important;
  margin-left: 15px;
  text-align: left;
}
.rtl #cart .heading .cart-inner {
  margin-right: 15px;
  margin-left: inherit;
}
.rtl #cart .heading .cart-inner {
  text-align: right;
}
#cart .heading a {
 margin:22px 18px 15px 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cart-button{ background: rgba(0, 0, 0, 0) url("btn-checkout.jpg") no-repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin-left: 5px;
    text-align: center;
    width: 84px;
	 font-size: 12px;}
#cart .heading a span {
  margin-right: 7px;
  font-size: 12px;
}
.rtl #cart .heading a span {
  margin-left: 7px;
  margin-right: inherit;
}
#cart .media .icon-cart {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  background-color: #883092;
}
#cart .icon-cart {
  color: white;
  font-size: 16px;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
.rtl #cart .checkout {
  text-align: left;
}
#cart .empty {
  padding-top: 20px;
  text-align: center;
}
#cart .mini-cart-total {
  text-align: right;
}
.rtl #cart .mini-cart-total {
  text-align: left;
}
#cart .mini-cart-total td {
  color: #000;
  padding: 4px;
}
#cart .mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
#cart .mini-cart-info .quantity {
  text-align: right;
}
.rtl #cart .mini-cart-info .quantity {
  text-align: left;
}
#cart .mini-cart-info .name {
  font-size: 12px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#cart .mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 6px;
  border-bottom: 1px solid #dedede;
}
#cart .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#cart .mini-cart-info .image {
  width: 1px;
}
#cart .mini-cart-info .image img {
  text-align: left;
}
.rtl #cart .mini-cart-info .image img {
  text-align: right;
}
#cart .mini-cart-info .remove {
  text-align: right;
}
.rtl #cart .mini-cart-info .remove {
  text-align: left;
}
#cart .mini-cart-info .remove img {
  cursor: pointer;
}
#cart .mini-cart-info td.total {
  text-align: right;
}
.rtl #cart .mini-cart-info td.total {
  text-align: left;
}

/** apply general product block **/
.sidebar .products-block {
  border: medium none;
}
.sidebar .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #dedede;
  padding: 0;
}
.rtl .sidebar .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.sidebar .products-row .product-col:nth-child(1) {
  border-right: none;
}
.rtl .sidebar .products-row .product-col:nth-child(1) {
  border-left: none;
  border-right: inherit;
}
.sidebar .product-block {
  text-align: left;
}
.sidebar .product-block:before, .sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.rtl .sidebar .product-block {
  text-align: right;
}
.sidebar .product-block .image {
  float: left;
  width: 40%;
  margin: 20px 0;
}
.rtl .sidebar .product-block .image {
  float: right;
}
.sidebar .product-block .action, .sidebar .product-block .pav-colorbox, .sidebar .product-block .colorbox, .sidebar .product-block .image-gallery {
  display: none;
}
.sidebar .product-block:hover .product-meta {
  background-color: white;
}
.sidebar .product-meta {
  width: 59.5%;
  top: 17px;
  float: left;
}
.rtl .sidebar .product-meta {
  float: right;
}
.sidebar .product-label {
  display: none;
}

/*  */
/* social internal module */
.social {
  margin-top: 13px;
}
.rtl .social {
  
  margin-left: inherit;
}
.social li {
  float: left;
}
.rtl .social li {
  float: right;
}
.social span {
  
}
.rtl .social span {
  float: right;
}
.rtl .social span {
  margin: 10px 0 0 20px;
}
.social a {
 
  margin-left: 5px;
  padding-left: 5px;
 
}
.rtl .social a {
  margin-right: 5px;
  margin-left: inherit;
}
.rtl .social a {
  padding-right: 5px;
  padding-left: inherit;
}
.social a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #d5d5d5;
}
.social .fa-facebook {
  background-color: #346da6;
}
.social .fa-facebook:hover {
  color: #346da6 !important;
}
.social .fa-twitter {
  background-color: #4c91d7;
}
.social .fa-twitter:hover {
  color: #4c91d7 !important;
}
.social .fa-rss {
  background-color: #f05423;
}
.social .fa-rss:hover {
  color: #f05423 !important;
}
.social .fa-google-plus {
  background-color: #c9242d;
}
.social .fa-google-plus:hover {
  color: #c9242d !important;
}
.social .fa-pinterest {
  background-color: #fb9e3a;
}
.social .fa-pinterest:hover {
  color: #fb9e3a !important;
}

/* back top top */
.scrollup {
  background: #883092;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}

/*pav custommer*/
#tops {
  border: 21px solid transparent;
  border-bottom-color: #333333;
  position: absolute;
  left: 98%;
  top: -88px;
  z-index: 999;
}
.rtl #tops {
  right: 98%;
  left: auto;
}
#tops:after {
  content: '';
  position: absolute;
  left: -21px;
  top: 21px;
  border: 21px solid transparent;
  border-top-color: #333333;
}
.rtl #tops:after {
  right: -21px;
  left: auto;
}
#tops:before {
  background: url("../../image/flowes-footer02.png") no-repeat;
  content: "";
  position: absolute;
  height: 160px;
  left: -13px;
  top: 72px;
  width: 30px;
}
.rtl #tops:before {
  right: -13px;
  left: auto;
}
#tops .img-tops {
  position: absolute;
  left: -4px;
  top: -5px;
  z-index: 100;
}
.rtl #tops .img-tops {
  right: -4px;
  left: auto;
}
#tops .img-tops:hover {
  cursor: pointer;
}
#tops:hover {
  border-bottom-color: #883092;
}
#tops:hover:after {
  border-top-color: #883092;
}

/*Bestellers Module*/
.bestseller .box-heading {
  background-color: #98d070;
}
.bestseller .products-block {
  background: white;
  border: 1px solid #98d070;
}
.bestseller .products-block .image:hover {
  box-shadow: none;
}
.bestseller .products-block .image:hover .hover-image {
  visibility: hidden;
}
.bestseller .products-block .product-meta {
  position: relative;
}
.bestseller .product-block .name {
  line-height: 18px;
}
.bestseller .product-block:hover {
  box-shadow: none;
}

/*style header module*/
.header-module {
  margin: 0 42% 63px;
  text-align: center;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/*Accessories module*/
.box-categories-accessoires {
  margin-bottom: 0;
}
.box-categories-accessoires .box-heading {
  color: white;
  background-color: #333333;
  z-index: 2;
  padding: 6px 0px;
  font-size: 14px;
}
.box-categories-accessoires .name {
  margin-bottom: 13px;
}
.box-categories-accessoires .name a {
  font-family: "Roboto Slab", Arial, sans-serif;
}
.box-categories-accessoires .view {
  padding-top: 17px;
}
.box-categories-accessoires .view a {
  color: #6dced7;
  text-transform: uppercase;
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 12px;
}
.box-categories-accessoires .pav-accessorie {
  margin-bottom: 77px;
}
.box-categories-accessoires:before {
  background: #dedede;
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  top: 15px;
}
.box-categories-accessoires .haschild li {
  line-height: 26px;
}
.box-categories-accessoires .haschild li > span > a {
  padding-left: 9px;
  color: #6e6e6e;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}
.rtl .box-categories-accessoires .haschild li > span > a {
  padding-right: 9px;
  padding-left: inherit;
}
.box-categories-accessoires .haschild li:hover span, .box-categories-accessoires .haschild li:hover a {
  color: #883092;
}

/*Category Module*/
.badges {
  position: absolute;
  right: 10px;
}
.rtl .badges {
  left: 10px;
  right: auto;
}

/*
*	Affiliate Module
*/
.affiliate .box-content {
  background-color: white;
}
.affiliate .box-affiliate {
  border: 1px solid #883092;
}
.affiliate .box-affiliate li {
  border-bottom: 1px solid #883092;
  padding: 12px;
}
.affiliate .box-affiliate li a {
  font-size: 13px;
  text-transform: uppercase;
}
.affiliate .box-affiliate li:last-child {
  border-bottom: none;
}

/*
*	Fillter Module
*/
.filter .box-content {
  border: 1px solid #883092;
  padding: 12px;
  background-color: white;
}
.filter .box-filter li ul > li {
  padding: 5px 0;
}

/*Home*/
body[class*="-home"] #pav-mainnav {
  margin-bottom: 0;
}
body[class*="-home"] .success, body[class*="-home"] .warning, body[class*="-home"] .attention, body[class*="-home"] .information {
  margin-top: 0px;
}

/* category */
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
  background: white;
}

.refine-search {
  border: 1px solid #dedede;
  border-bottom: none;
  margin-bottom: 0;
}
.refine-search .box-heading {
  background: white;
  color: #333333;
}
.refine-search ul, .refine-search ol {
  list-style: none;
}
.refine-search ul li, .refine-search ol li {
  padding: 9px 0;
  padding-left: 10px;
  margin-right: 10px;
  line-height: normal;
  position: relative;
  float: left;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  float: right;
}
.refine-search ul li:before, .refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0px;
  background-color: #6e6e6e;
}
.rtl .refine-search ul li:before, .rtl .refine-search ol li:before {
  right: 0px;
  left: auto;
}
.refine-search ul li a, .refine-search ol li a {
  color: #6e6e6e;
}

.category-list {
  background: white;
  padding-left: 15px;
}

.cart-total {
  border-top: 1px solid #dddddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.rtl .cart-total td {
  text-align: left;
}
.cart-total table {
  float: right;
}
.rtl .cart-total table {
  float: left;
}
.cart-total .left b {
  padding-right: 60px;
}
.rtl .cart-total .left b {
  padding-left: 60px;
  padding-right: inherit;
}
.cart-total .right.last {
  font-size: 30px;
}

/* manufacturer */
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #333333;
  background-color: #ebebeb;
}

.manufacturer-list {
  border: 0;
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.rtl .manufacturer-list ul {
  float: right;
}

.manufacturer-content {
  padding: 8px;
  overflow: auto;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  padding: 10px 5px;
  text-transform: uppercase;
  background-color: white;
  font-size: 13px;
  color: #434a54;
  margin-bottom: 10px 5px;
  border: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.rtl .product-filter .filter-right > div {
  padding-right: 5px;
  padding-left: inherit;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.rtl .product-filter .display {
  float: right;
}
.product-filter .display span {
  margin-right: 5px;
}
.rtl .product-filter .display span {
  margin-left: 5px;
  margin-right: inherit;
}
.product-filter .display a {
  background: url("../../image/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
  width: 32px;
  height: 30px;
  display: block;
  border: 1px solid #dedede;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.rtl .product-filter .display a {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-filter .display a {
  float: right;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
  background-color: #6e6e6e;
  background-position: 9px -30px;
}
.product-filter .display a.list {
  background-position: -30px 11px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
  background-color: #6e6e6e;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: white;
}
.product-filter .display i {
  font-size: 13px;
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  box-shadow: none;
}
.product-filter .product-compare {
  float: right;
}
.rtl .product-filter .product-compare {
  float: left;
}

/* product list mode  */
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
.product-list .products-row {
  border: none;
}
.product-list .products-row .product-col {
  border-bottom: 1px solid #dedede;
  border-right: none;
}
.rtl .product-list .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.product-list .product-block {
  padding: 20px 0;
  text-align: left;
}
.rtl .product-list .product-block {
  text-align: right;
}
.product-list .product-block .wishlist, .product-list .product-block .compare, .product-list .product-block .pro-zoom {
  transition: none !important;
  opacity: 1 !important;
}
.product-list .product-block .quickview {
  left: 42%;
}
.rtl .product-list .product-block .quickview {
  right: 42%;
  left: auto;
}
.product-list .product-block .pav-colorbox {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  position: absolute;
  opacity: 0;
  text-align: center;
  padding: 12px 16px !important;
}
.product-list .product-block:hover {
  box-shadow: none !important;
}
.product-list .product-block:hover .action > div {
  left: 0px;
}
.rtl .product-list .product-block:hover .action > div {
  right: 0px;
  left: auto;
}
.product-list .product-block:hover .action .cart {
  bottom: 0px;
  z-index: 0;
  box-shadow: none;
}
.product-list .product-block:hover .quickview {
  left: 42%;
}
.rtl .product-list .product-block:hover .quickview {
  right: 42%;
  left: auto;
}
.product-list .product-block:hover .pav-colorbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
  padding-top: 0;
  margin-top: 0;
}
.product-list .product-meta .action .cart {
  width: 40%;
  border: none;
  bottom: 0px;
  background: none;
}
.product-list .description {
  display: block;
}
.product-list .price {
  margin: 12px 0;
}
.product-list .rating, .product-list .norating {
  min-height: 50px;
}
.product-list .price-tax {
  display: block;
}
.product-list .name {
  min-height: 20px;
  font-weight: 300;
}
.product-list .name a {
  font-size: 17px;
}
.product-list .image {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}
.rtl .product-list .image {
  float: right;
}
.rtl .product-list .image {
  margin: 0 0 0 20px;
}
.product-list .image img {
  padding: 0;
  border: 0;
}
.product-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .cart {
  float: left;
}
.rtl .product-list .cart {
  float: right;
}
.product-list .wishlist, .product-list .compare {
  float: right;
}
.rtl .product-list .wishlist, .rtl .product-list .compare {
  float: left;
}
.product-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid white;
  text-align: center;
}
.rtl .product-list .product-icon {
  border-right: 1px solid white;
  border-left: inherit;
}
.product-list .product-icon span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "Lato";
}
.product-list .action {
  margin-top: 19px;
  opacity: 1 !important;
  visibility: visible !important;
  position: inherit;
}
.product-list .action > div {
  position: relative !important;
  border-left: 1px solid #454545;
  float: left;
  left: 0px;
  width: 20%;
}
.rtl .product-list .action > div {
  border-right: 1px solid #454545;
  border-left: inherit;
}
.rtl .product-list .action > div {
  float: right;
}
.rtl .product-list .action > div {
  right: 0px;
  left: auto;
}
.product-list .action > div > * {
  padding: 12px 0;
  width: 100%;
}
.product-list .action button {
  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.product-list .btn-cart {
  margin: 0px;
  padding-top: 0 !important;
}
.product-list .wishlist {
  top: 0px;
}
.product-list .compare {
  top: 0px;
}
.product-list .pro-zoom {
  top: 0px;
}
.product-list .quickview {
  top: 100px;
  opacity: 1;
}
.product-list .btn {
  height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.product-list .btn-default {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* product grid mode */
.product-grid {
  position: relative;
  background-color: none;
}
.product-grid.last {
  border: 0;
}
.product-grid .description, .product-grid .price-tax {
  display: none;
}

.products-block {
  border: none;
}
.products-block .products-row {
  border-bottom: none;
  margin: 0;
}
.products-block .products-row.last, .products-block .products-row:last-child {
  border-bottom: 0;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail .box-heading {
  text-align: center;
  font-size: 14px;
}
.product-detail .box-heading span {
  background-color: #333333;
  padding: 6px 9px;
  position: relative;
  z-index: 0;
  border-radius: 2px;
}
.product-detail .relateds:after {
  background: none repeat scroll 0 0 #dedede;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 100%;
  z-index: -1;
}

.rtl .zoomWindow {
  right: 100% !important;
}

.product-info {
  margin-bottom: 20px;
}
.product-info .image-container {
  padding-right: 0px;
}
.rtl .product-info .image-container {
  padding-left: 0px;
  padding-right: inherit;
}
.product-info .product-view {
  padding-left: 30px;
}
.rtl .product-info .product-view {
  padding-right: 30px;
  padding-left: inherit;
}
.product-info .btn-outline span {
  padding-right: 6px;
}
.rtl .product-info .btn-outline span {
  padding-left: 6px;
  padding-right: inherit;
}
.product-info .carousel-control {
  margin: -15px 0;
  top: 50%;
}
.product-info .carousel-control.right {
  right: 0px !important;
}
.product-info .carousel-control.left {
  left: 0px !important;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 36px;
  margin-top: 0;
  font-weight: 300;
}
.product-info ul, .product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.product-info .image img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-info .share {
  padding: 20px 0;
}
.product-info .share:before, .product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .share a {
  float: left;
}
.rtl .product-info .share a {
  float: right;
}
.product-info .price {
  padding: 10px 0;
  color: #6e6e6e;
  font-size: 13px;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
  font-size: 18px;
  font-family: "Lato";
  text-transform: uppercase;
  color: #6e6e6e;
}
.product-info .price .other-price {
  margin-top: 8px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 8px;
}
.product-info .price-gruop:before, .product-info .price-gruop:after {
  content: " ";
  display: table;
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .description {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  font-size: 13px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0px;
}
.rtl .product-info .description b {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .description b {
  margin-right: 0px;
  margin-left: inherit;
}
.product-info .description .fa {
  color: white;
  background-color: #6e6e6e;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 3px 5px 0 0;
}
.rtl .product-info .description .fa {
  float: right;
}
.rtl .product-info .description .fa {
  margin: 3px 0 0 5px;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  border: 1px solid #dedede;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-left: 0px;
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.rtl .product-info .option-image img {
  margin-right: 0px;
  margin-left: inherit;
}
.rtl .product-info .option-image img {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
  padding: 10px 0;
}
.product-info .product-extra:before, .product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  overflow: hidden;
}
.rtl .product-info .product-extra .quantity-adder {
  margin: 0 0 20px 0;
}
.product-info .product-extra .cart {
  margin-bottom: 10px;
  margin-right: 10px;
}
.rtl .product-info .product-extra .cart {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .product-extra .add-action {
  display: block;
  width: 20px;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 19px;
  text-align: center;
  color: white;
  background-color: #d0d0d0;
}
.product-info .product-extra .add-down {
  background-color: #6e6e6e;
}
.product-info .product-extra .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #555555;
}
.product-info .product-extra .quantity-number input {
  min-width: 72px;
  width: auto !important;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-info .action:before, .product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin-bottom: 10px;
  margin-right: 10px;
}
.rtl .product-info .action > div {
  margin-left: 10px;
  margin-right: inherit;
}

/**
 *
 */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.rtl .review-list .rating {
  float: left;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.rtl .review-list .author {
  float: right;
}
.review-list .text {
  clear: both;
}

/* attribute */
.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
  text-align: left;
}
.rtl .attribute thead td, .rtl .attribute thead tr td:first-child {
  text-align: right;
}

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.rtl .attribute {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-left: 0;
  border-bottom: 1px solid #dddddd;
}
.rtl .attribute td {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.rtl .attribute td {
  border-right: 0;
  border-left: inherit;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.rtl .attribute tr td:first-child {
  text-align: left;
}

.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
.rtl .compare-info tr td:first-child {
  text-align: right;
}

.compare-info thead td, .compare-info thead tr td:first-child {
  color: #333333;
  font-weight: bold;
  font-size: 19px;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}
.rtl .compare-info thead td, .rtl .compare-info thead tr td:first-child {
  text-align: right;
}

/* 
 * CART PAGE
 */
.checkout .quantity input:first-child {
  text-align: center;
  width: 44px;
}

.wishlist-info table tr td, .cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
}

/* 
 * ORDERS PAGE 
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .order-list .order-status {
  float: left;
}
.rtl .order-list .order-status {
  text-align: left;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.rtl .order-list .order-info {
  text-align: left;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .order-list .order-id {
  float: right;
}
.order-list .list-content {
  margin-bottom: 12px;
}

.order-detail {
  background: #dedede;
  font-weight: bold;
}

/* RETURN PAGE
 *
 */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .return-list .return-id {
  float: right;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .return-list .return-status {
  float: left;
}
.rtl .return-list .return-status {
  text-align: left;
}
.return-list .return-info {
  text-align: right;
}
.rtl .return-list .return-info {
  text-align: left;
}
.return-list .list-content {
  margin-bottom: 12px;
}

.return-opened textarea {
  vertical-align: top;
}

.return-captcha {
  float: left;
}
.rtl .return-captcha {
  float: right;
}

.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .download-list .download-status {
  float: left;
}
.rtl .download-list .download-status {
  text-align: left;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .download-list .download-id {
  float: right;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.rtl .download-list .download-info {
  text-align: left;
}
.download-list .list-content {
  margin-bottom: 24px;
}

/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #dedede;
  padding: 8px;
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.rtl .checkout-heading a {
  float: left;
}

.checkout-content {
  padding: 0 0 15px 0;
  display: none;
}
.rtl .checkout-content {
  padding: 0 0 15px 0;
}
.checkout-content .buttons {
  clear: both;
}

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left;
}
.rtl .checkout-product tbody .name, .rtl .checkout-product tbody .model {
  text-align: right;
}

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left;
}
.rtl .checkout-product thead .name, .rtl .checkout-product thead .model {
  text-align: right;
}

.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #ebebeb;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
.rtl .checkout-product tfoot td {
  text-align: left;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.rtl .checkout-product table {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.rtl .checkout-product table {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right;
}
.rtl .checkout-product tbody .quantity, .rtl .checkout-product tbody .price, .rtl .checkout-product tbody .total {
  text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right;
}
.rtl .checkout-product thead .quantity, .rtl .checkout-product thead .price, .rtl .checkout-product thead .total {
  text-align: left;
}

/*
 * CONTENT INFOMATION
 */
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.92857;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 32px;
}
.rtl .sitemap-info ul > li > ul {
  margin-right: 32px;
  margin-left: inherit;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}

/*PAGE NOT FOUND*/
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230.0%;
  color: #555555;
  margin: 120px 0 12px 0;
}
.page-not-found span {
  margin-right: 12px;
}
.rtl .page-not-found span {
  margin-left: 12px;
  margin-right: inherit;
}

/*Contact Page*/
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}

.contact-content {
  background-color: white;
  padding: 20px;
  border: 0;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #a2a2a2;
  font-size: 19px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #6dced7;
}

/**
* Search page
*/
.search .product-list .action button {
  padding: 12px 117px;
}

/*
*  Checkout page
*/
#shipping td {
  padding: 7px 5px;
}

.pav-megamenu {
  font-family: "Roboto Slab", Arial, sans-serif;
  padding-right: 0px;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pav-megamenu .navbar-nav .dropdown > a:after {
  background: white !important;
  bottom: -2px !important;
  content: "";
  height: 4px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: auto;
  left: 0;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.pav-megamenu .navbar-nav > li > a {
  position: relative;
  padding: 18px 27px 24px 27px;
  text-transform: uppercase;
  font-size: 11px;
  color: black;
  background-color: transparent;
  font-weight: 400;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pav-megamenu .navbar-nav > li > a:after {
  background: white;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  display: none;
  position: absolute;
  z-index: 9999;
}
.rtl .pav-megamenu .navbar-nav > li > a:after {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li:hover > a:after {
  display: block;
}
.pav-megamenu .dropdown-menu {
  top: 101%;
  left: -9999px;
  height: auto;
  font-weight: 300;
  border: 0;
  min-width: 185px;
  padding: 20px;
  background-color: #f9f5d0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.rtl .pav-megamenu .dropdown-menu {
  right: -9999px;
  left: auto;
}
.pav-megamenu .dropdown-menu li {
  line-height: 22px;
}
.pav-megamenu .dropdown-menu li a {
  color: #333333;
  font-family: "Lato", Arial, sans-serif;
  line-height: 22px;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #883092;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #883092;
}
.pav-megamenu .dropdown-menu .menu-title {
  margin-bottom: 25px;
  font-size: 14px;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.rtl .pav-megamenu .dropdown:hover > .dropdown-menu {
  right: 0px;
  left: auto;
}
.pav-megamenu .dropdown:hover > a {
  color: #883092;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #883092;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: auto !important;
  left: 100% !important;
  position: absolute;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  left: auto !important;
  right: auto;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  right: 100% !important;
  left: auto;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
  color: #333333;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: white;
}
.pav-megamenu .widget-title {
  color: black;
}
.pav-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.pav-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.pav-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.pav-megamenu .megamenu li {
  border-top: 5px solid #883092;
}
.pav-megamenu .megamenu .dropdown li {
  border-top: none;
}
.pav-megamenu .menu1 {
  border-top: 5px solid #94e27f !important;
}
.pav-megamenu .menu2 {
  border-top: 5px solid #c7e378 !important;
}
.pav-megamenu .menu3 {
  border-top: 5px solid #fadf46 !important;
}
.pav-megamenu .menu4 {
  border-top: 5px solid #fbaf70 !important;
}
.pav-megamenu .menu5 {
  border-top: 5px solid #f58790 !important;
}
.pav-megamenu .menu6 {
  border-top: 5px solid #98d070 !important;
}

/*
 *
 * Vertical menu
 */
.pav-verticalmenu {
  border-color: #883092 -moz-use-text-color;
  border-style: solid none;
  border-width: 2px medium;
  margin-bottom: 0 !important;
}
.pav-verticalmenu .dropdown-menu {
  top: 42px;
}
.pav-verticalmenu .box-heading {
  padding: 9px 0 8px;
}

.verticalmenu {
  z-index: 100;
}
.verticalmenu .nav > li > a {
  color: #6e6e6e;
}
.verticalmenu .nav > li > a:hover, .verticalmenu .nav > li > a:focus {
  background: none;
}
.verticalmenu .hide-title .widget-title {
  display: none;
}
.verticalmenu .navbar-collapse, .verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
  border: none;
}
.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
.verticalmenu .navbar-nav > li {
  text-transform: uppercase;
  width: 100%;
  height: auto;
}
.verticalmenu .navbar-nav > li > a {
  display: block;
  color: #6e6e6e !important;
  font-size: 13px;
  padding: 14px 10px 15px 20px;
  border-bottom: 1px solid #dedede;
}
.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
.verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 14px;
}
.rtl .verticalmenu .navbar-nav > li > a .menu-icon span {
  margin-right: 35px;
  margin-left: inherit;
}
.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
.verticalmenu .navbar-nav > li > a:hover, .verticalmenu .navbar-nav > li > a:focus {
  color: #6dced7;
}
.verticalmenu .navbar-nav > li > a .caret {
  display: none;
}
.verticalmenu .navbar-nav > li.last a, .verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
.verticalmenu .navbar-nav > li:hover {
  color: #6e6e6e;
}
.verticalmenu .navbar-nav > li:hover > a {
  color: #883092 !important;
}
.verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  font-weight: normal;
  color: #6e6e6e;
}
.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #883092;
}
.verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
.verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 7px solid white;
  z-index: 9999;
}
.rtl .verticalmenu .navbar-nav > li.parent:hover > a:after {
  right: -5px;
  left: auto;
}
.verticalmenu .dropdown-menu {
  right: -9999px;
  top: -9999px;
  left: auto;
  border: 0;
  display: block;
  height: 100%;
  height: auto !important;
  min-width: 230px;
  padding: 20px 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}
.rtl .verticalmenu .dropdown-menu {
  left: -9999px;
  right: auto;
}
.rtl .verticalmenu .dropdown-menu {
  right: auto;
  left: auto;
}
.verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
.verticalmenu .dropdown-menu ul li a {
  color: #6e6e6e !important;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.verticalmenu .dropdown-menu ul li a:hover {
  color: #883092 !important;
}
.verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 14px;
  color: #6e6e6e;
}
.verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
.verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
.verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
.verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
}
.verticalmenu .dropdown-menu .action {
  display: none;
}

/*** widgets using inside megamenu ***/
.pav-widget .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6e6e6e;
}
.pav-widget .products-row {
  margin: 0;
}
.pav-widget .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #dedede;
  padding: 0;
}
.rtl .pav-widget .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.pav-widget .product-block:before, .pav-widget .product-block:after {
  content: " ";
  display: table;
}
.pav-widget .product-block:after {
  clear: both;
}
.pav-widget .product-block .image {
  float: left;
  overflow: inherit;
  width: 40%;
}
.rtl .pav-widget .product-block .image {
  float: right;
}
.pav-widget .product-block .action, .pav-widget .product-block .pav-colorbox, .pav-widget .product-block .colorbox, .pav-widget .product-block .image-gallery {
  display: none;
}
.pav-widget .product-meta {
  width: 59.5%;
  float: left;
}
.rtl .pav-widget .product-meta {
  float: right;
}

.pavo-widget {
  margin-bottom: 18px;
}
.pavo-widget .widget-inner ul { margin-left: 15px}
.pavo-widget .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #802D8E;
  margin-bottom: 5px;
  font-weight:bold;
}
.pavo-widget a:hover {
  color: #883092 !important;
}
.pavo-widget .widget-product-list .product-block:hover {
  box-shadow: none;
}
.pavo-widget .widget-product-list .action {
  visibility: hidden !important;
}
.pavo-widget .widget-product-list .ImageOverlay {
  visibility: hidden !important;
}
.pavo-widget .widget-product-list .image {
  text-align: left;
  margin: 0px;
}
.rtl .pavo-widget .widget-product-list .image {
  text-align: right;
}
.pavo-widget .widget-product-list .image:hover {
  box-shadow: none !important;
}
.pavo-widget .widget-product-list .product-label span {
  right: 36px;
}
.rtl .pavo-widget .widget-product-list .product-label span {
  left: 36px;
  right: auto;
}
.pavo-widget .widget-inner .title {
  color: black;
  font-size: 13px;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif;
}
.pavo-widget .widget-inner p {
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 52px;
}

/*Search*/
#search {
  position: relative;
  top: 0px;
  width: 24%;
  padding-left: 0px;
}
.rtl #search {
  padding-right: 0px;
  padding-left: inherit;
}
#search .input-group .form-control {
  width: 252px;
}

.button-search {
  cursor: pointer;
}
.button-search:hover, .button-search:active, .button-search:focus {
  color: #883092;
}

.icon-menu {
  margin-right: 10px;
}
.rtl .icon-menu {
  margin-left: 10px;
  margin-right: inherit;
}

.icon-velmenu {
  position: absolute;
  top: -3px;
  border: 1px solid #dbdbdb;
  padding: 3px 8px;
}

.shapes.round {
  background-color: #00a1e9;
  border: 1px solid #00abf8;
  border-radius: 100%;
  height: 20px;
  right: 10px;
  top: 25%;
  width: 20px;
}
.rtl .shapes.round {
  left: 10px;
  right: auto;
}

.shapes.bottom {
  left: 5px;
  top: 1px;
}
.rtl .shapes.bottom {
  right: 5px;
  left: auto;
}

.shapes {
  background-color: rgba(0, 0, 0, 0);
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.setting-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #pav-mainnav #search .input-group .form-control {
    width: 236px;
  }

  .pav-newsletter .valid {
    width: 382px !important;
  }

  .social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }

  .pav-megamenu .navbar-nav > li > a {
    padding: 18px 0 23px 24px;
  }

  .zoomContainer {
    display: none !important;
  }

  .input-group .form-control {
    width: 274px;
  }

  .input-lg {
    height: 52px;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle {
    display: block;
  }

  .products-row .product-col {
    border-bottom: 1px solid #dedede;
  }

  .product-info .product-view {
    padding-left: 0;
  }

  .zoomContainer {
    display: none !important;
  }

  .child-menu .dropdown-menu {
    width: 493px !important;
  }

  .box-inline .box-left {
    padding-left: 0px;
  }
  .rtl .box-inline .box-left {
    padding-right: 0px;
    padding-left: inherit;
  }
  .box-inline .box-right {
    padding-left: 0px;
  }
  .rtl .box-inline .box-right {
    padding-right: 0px;
    padding-left: inherit;
  }

  .input-group .form-control {
    width: 322px;
  }

  .carousel-control.left {
    left: -14px;
  }
  .carousel-control.right {
    right: -16px;
  }

  .pav-newsletter .valid {
    width: 430px !important;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  #search-auto {
    padding-right: 7px !important;
    margin-right: 0 !important;
  }

  .products-row .product-col {
    border-bottom: 1px solid #dedede;
  }

  .product-block .action {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .product-block .action > div:nth-child(1) {
    bottom: 8px;
  }

  .product-list .product-meta .action > div {
    width: 16%;
  }
  .product-list .product-meta .action > div:nth-child(1) {
    width: 52%;
  }
  .product-list .product-meta .action .cart {
    width: 51%;
  }

  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .pavblog-latest .img-responsive {
    margin-left: 57px;
  }

  .product-info .image-container {
    padding-right: 9px;
  }

  .pavcol2 {
    width: 100% !important;
  }

  #powered .inner {
    /*height: 200px;*/
  }

  .header-module {
    margin: 0 31% 63px;
  }

  .product-filter .form-control {
    padding: 8px 7px;
  }
  .product-filter .display {
    float: right !important;
    margin-bottom: 5px;
  }
  .product-filter .filter-right div {
    margin-bottom: 5px;
  }

  .box-inline .box-left {
    padding-left: 0px;
  }
  .rtl .box-inline .box-left {
    padding-right: 0px;
    padding-left: inherit;
  }
  .box-inline .box-right {
    padding-left: 0px;
  }
  .rtl .box-inline .box-right {
    padding-right: 0px;
    padding-left: inherit;
  }

  .pav-newsletter .valid {
    top: 60%;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  #header-main .inner {
    width: 100%;
    text-align: center;
  }
  #header-main .inner > * {
    float: none !important;
  }
  #header-main .inner:last-child {
    display: none;
  }
  .footer-bottom {
    background: rgba(0, 0, 0, 0) url("back-footer-container.png") repeat-y scroll center top 4px;
}
.footer_menu li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    line-height: 45px;
    text-align: center;
}

.social li {
    display: inline;
    float: none;
}
.social {
    margin-top: -4px;
    text-align: center;
	
}

  #search-auto .category_filter {
    width: 40% !important;
  }
  #search-auto .search-input-wrapper {
    width: 60% !important;
  }

  #topbar a {
    margin-right: 0px;
  }
  .rtl #topbar a {
    margin-left: 0px;
    margin-right: inherit;
  }

  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .pavblog-latest .img-responsive {
    margin-left: 0px;
  }
  .rtl .pavblog-latest .img-responsive {
    margin-right: 0px;
    margin-left: inherit;
  }

  .product-info .action > div {
    margin-bottom: 10px;
  }

  .box-inline .box-left, .box-inline .box-right {
    width: 100%;
  }

  .nav-pills > li > a {
    padding: 6px 3px;
  }

  .input-group {
    text-align: center;
  }
  .input-group > * {
    clear: both;
    display: inline;
  }

  .pav-newsletter .input-group .form-control {
    width: 150px;
  }
  .pav-newsletter .valid {
    width: 238px !important;
  }

  .social {
    margin-bottom: 0px;
  }
  .social > span {
    width: 100%;
  }

  .box-inline .box-left {
    padding-left: 0px;
  }
  .rtl .box-inline .box-left {
    padding-right: 0px;
    padding-left: inherit;
  }
  .box-inline .box-right {
    padding-left: 0px;
  }
  .rtl .box-inline .box-right {
    padding-right: 0px;
    padding-left: inherit;
  }

  .pav-accessorie .image {
    margin-right: 34px;
  }
  .rtl .pav-accessorie .image {
    margin-left: 34px;
    margin-right: inherit;
  }
  .pav-accessorie .cate-meta {
    margin-left: 83px;
  }
  .rtl .pav-accessorie .cate-meta {
    margin-right: 83px;
    margin-left: inherit;
  }

  .product-info .carousel-control {
    top: 57%;
  }

  .input-group-btn:last-child > .btn {
    margin-left: 0px;
    padding: 8px 5px;
  }
  .rtl .input-group-btn:last-child > .btn {
    margin-right: 0px;
    margin-left: inherit;
  }
}
#mainmenutop .navbar-toggle {
  float: left;
  background: #3D0D4B;
}
.rtl #mainmenutop .navbar-toggle {
  float: right;
}

#menu-offcanvas .menu-offcanvas-inner {
  background-color: #6e6e6e;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  top: 0;
  width: 100% !important;
  min-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
  list-style: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
  font-size: 14px;
}
#menu-offcanvas .product-block .image {
  text-align: left;
}
.rtl #menu-offcanvas .product-block .image {
  text-align: right;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  left: 0px;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rtl .offcanvas-pusher {
  right: 0px;
  left: auto;
}

.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999;
}
.rtl .offcanvas-pusher::after {
  left: 0px;
  right: auto;
}

.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 999999;
  visibility: hidden;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl .offcanvas-menu {
  right: 0px;
  left: auto;
}

.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.rtl .offcanvas-menu::after {
  left: 0px;
  right: auto;
}

.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}

.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas-menu ul.verticalmenu > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas-menu ul.verticalmenu .menu-desc {
  display: none;
}

.offcanvas-menu ul.verticalmenu .menu-icon {
  background: none !important;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #mainmenutop .navbar-nav {
    display: none;
  }

  /*** OFFCANVAS SIDEBAR ***/
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-sidebars-buttons {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

#menu-offcanvas .pavo-widget .widget-inner iframe {
  width: 250px !important;
}

.button-close-menu {
  position: absolute;
  left: 28%;
  top: 0;
  cursor: pointer;
  color: #FFF;
}
.rtl .button-close-menu {
  right: 28%;
  left: auto;
}

.product-block .img {
  -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.product-block:hover {
  -webkit-box-shadow: 0 0 3px #cecece;
  box-shadow: 0 0 3px #cecece;
  z-index: 99;
}
.product-block:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .action > div {
  left: 20px;
}
.rtl .product-block:hover .action > div {
  right: 20px;
  left: auto;
}
.product-block:hover .action .cart {
  -webkit-box-shadow: 0 3px 3px #cecece;
  box-shadow: 0 3px 3px #cecece;
  left: 0px;
  bottom: -73px;
  z-index: 99;
}
.rtl .product-block:hover .action .cart {
  right: 0px;
  left: auto;
}
.product-block:hover .wishlist {
  opacity: 1;
}
.product-block:hover .compare {
  opacity: 1;
}
.product-block:hover .pro-zoom {
  opacity: 1;
}
.product-block:hover .quickview {
  opacity: 1;
  left: 20px;
}
.rtl .product-block:hover .quickview {
  right: 20px;
  left: auto;
}
.product-block .image {
  /*swap image*/
}
.product-block .image:hover .product-zoom, .product-block .image:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.effect {
  display: block;
  overflow: hidden;
}
.effect img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.effect:hover img {
  cursor: pointer;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.tp-bullets.simplebullets.round .bullet {
  background-image: url("../../image/blue/bullet.png") !important;
}

.product-filter .display a {
  background: url("../../image/blue/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
}

div.verticalmenu .navbar-nav > li > a .menu-icon {
  background: url("https://holikaholika.ca/catalog/view/theme/lexus_bagsstores/image/blue/logo.png") no-repeat;
}

body {
  background: url("../../image/blue/bg-body.jpg") no-repeat 0 0 #161b2f scroll;
}

.service-wrap .icon-internal01 {
  background: url("../../image/blue/icon-internal01.png") no-repeat;
}
.service-wrap .icon-internal02 {
  background: url("../../image/blue/icon-internal02.png") no-repeat;
}
.service-wrap .icon-internal03 {
  background: url("../../image/blue/icon-internal03.png") no-repeat;
}
.service-wrap .service-body h5 {
  color: white;
}
.service-wrap .service-body div {
  color: white;
}
.service-wrap .service-body:hover h5 {
  color: #883092;
}
.service-wrap .service-body:hover .icon-internal03 {
  background-position: left -29px;
}

#search-auto {
  background: #883092 !important;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.rtl #search-auto {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
#search-auto .category_filter select {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rtl #search-auto .category_filter select {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
.rtl #search-auto .category_filter select {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#search-auto .input-search {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rtl #search-auto .input-search {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.rtl #search-auto .input-search {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

#search {
  right: 2.1%;
  top: 8px;
  position: absolute;
}
.rtl #search {
  left: 2.1%;
  right: auto;
}
#search .input-group .form-control {
  width: 208px;
}

.pav-verticalmenu {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.rtl .pav-verticalmenu {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}

.pav-megamenu {
  width: 100%;
}
.pav-megamenu .navbar-nav > li {
  border: none;
  background: url(back-li.png) no-repeat top right;
}
.pav-megamenu .navbar-nav > li.last{background:none}
.pav-megamenu .navbar-nav > li:hover a:after {
  display: none;
}
.pav-megamenu .dropdown-menu {
  top: 100% !important;
}
.pav-megamenu .dropdown:hover > a {
  color: #333333;
}
.pav-megamenu .menu1, .pav-megamenu .menu2, .pav-megamenu .menu3, .pav-megamenu .menu4, .pav-megamenu .menu5, .pav-megamenu .menu6 {
  border-top: none !important;
}

.breadcrumb li a {
  color: #333 !important;
}
.breadcrumb li:last-child a {
  color: #883092;
}

#cart h4 {
  color: #883092;
}
#cart span {
  /*color: white;*/
}

.service-wrap .service-body h5:hover {
  color: #883092;
}

.pav-masshead.box {
  border: none;
}

#pav-masshead .inner {
  background: none;
  color: #6dced7;
}
#pav-masshead .inner a {
  color: #6dced7;
}
#pav-masshead .inner a:hover {
  color: #81d5dc;
}

.box-success {
  border-color: #dbdbdb;
}
.box-success .box-heading {
  color: white;
  background-color: #883092;
  border-color: #dbdbdb;
}
.box-success .box-heading + .box-collapse .box-content {
  border-top-color: #dbdbdb;
}
.box-success > .box-footer + .box-collapse .box-body {
  border-bottom-color: #dbdbdb;
}

.page-home #content {
  background-color: none;
  margin-bottom: 0;
  padding: 0;
}

#content {
  background-color: white;
  padding: 10px;
  margin-bottom: 18px;
}

.heading-image > img {
  visibility: visible;
  opacity: 0;
}

.box.producttabs {
  margin-top: 20px;
  margin-bottom: 0px !important;
  background: white;
  padding-bottom: 18px;
}
.box.producttabs .tab-nav:after {
  top: 0px;
}
.box.producttabs .nav {
  margin-top: -20px;
}
.box.producttabs .tab-nav:after {
  display: none;
}
.box.producttabs .carousel-control {
  top: 48%;
}

#pavo-mass-bottom-top {
  background: none;
}
#pavo-mass-bottom-top:before, #pavo-mass-bottom-top:after {
  background: none;
}

.box.box-categories-accessoires {
  background: white;
  margin-bottom: 0px;
  padding: 10px 18px 18px;
}
.box.box-categories-accessoires:before {
  right: 0;
  top: 26px;
}
.box.box-categories-accessoires .view a {
  color: #883092;
}

.product-block .name a:hover {
  color: #883092;
}

.products-block {
  background: white;
}

.product-filter {
  border-bottom: 1px solid #dedede;
}

#pavo-mass-bottom-center {
  border-top: none;
}

.box.latest_blog {
  background: white;
  margin-bottom: 0;
  padding: 0px 18px 18px;
}
.box.latest_blog:before {
  right: 0;
}
.box.latest_blog .readmore {
  color: #883092;
}

#pavo-mass-bottom {
  background: none;
  padding: 0px;
}

.pavcarousel {
  background: white;
  padding: 38px 9px;
}

.bestseller .products-block {
  border-color: #883092;
}

.product-detail {
  background: white;
}
.product-detail .product-info {
  padding: 9px;
}
.product-detail .tab-content {
  padding: 18px;
}

#footer ul.list a {
  background: url("../../image/blue/icon-li.png") no-repeat;
  background-position: left 3px;
}
.rtl #footer ul.list a {
  background-position: right 3px;
}
#footer ul.list a:hover {
  color: #883092;
}
#footer ul.list li:hover {
  color: #883092;
}
#footer ul.list li:hover span {
  background-color: #883092;
}

.scrollup {
  background: #883092;
}

.tp-rightarrow.default:hover {
  background-color: #883092 !important;
}

.tp-leftarrow.default:hover {
  background-color: #883092 !important;
}

.footer-top {
  background: none;
}
.footer-top .container {
  background: #222222;
  padding: 0 18px;
}

.footer-center {
  background: none;
}
.footer-center .container {
  background: #171717;
  padding: 0 18px;
}

#powered {
  background: none;
  border-top: none;
  padding: 0px;
}
#powered .container {
  /*background: #171717;
  border-top: 1px solid #505862;*/
}
#powered .inner {
  border-top: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tops {
    left: 440px;
    bottom: 214px;
  }

  #pav-mainnav #search {
    right: 6.8%;
  }
  .rtl #pav-mainnav #search {
    left: 6.8%;
    right: auto;
  }
  #pav-mainnav #search .input-group .form-control {
    width: 194px;
  }
  
}
@media (max-width: 480px) {
  .input-group-btn:last-child > .btn {
    padding: 8px 0px;
  }

  .pav-newsletter .input-group .form-control {
    width: 142px;
  }
}
.tree-menu > ul > li > a:hover, .tree-menu > ul > li > a:focus {
  color: #883092;
}
.tree-menu > ul > li a.active {
  color: #883092 !important;
}
.tree-menu > ul > li ul > li > a:hover, .tree-menu > ul > li ul > li > a:focus {
  color: #883092;
}

a:hover, a:focus {
  color: #883092;
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.breadcrumb > li a {
  color: white;
}
.breadcrumb > li:last-child > a {
  color: #883092 !important;
}
.breadcrumb > li:hover a {
  color: #883092 !important;
}
.breadcrumb > .active {
  color: #883092;
}

.carousel-control:hover, .carousel-control:focus {
  color: white;
  border-color: #883092;
  background: #883092;
}

.btn:active, .btn.active {
  background-image: none;
}

.btn-default {
  background-color: #883092;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #883092;
}
.btn-default:hover, .btn-default:focus {
  background-color: #008cca;
  border-color: #008cca;
}
.btn-default:active, .btn-default.active {
  background-color: #0085c0;
  border-color: #008cca;
}

.btn-primary {
  background-color: #428bca;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #428bca;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #3071a9;
  border-color: #3071a9;
}
.btn-primary:active, .btn-primary.active {
  background-color: #2d6ca2;
  border-color: #3071a9;
}

.btn-success {
  background-color: #5cb85c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #5cb85c;
}
.btn-success:hover, .btn-success:focus {
  background-color: #449d44;
  border-color: #449d44;
}
.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #449d44;
}

.btn-info {
  background-color: #5bc0de;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #5bc0de;
}
.btn-info:hover, .btn-info:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #31b0d5;
}

.btn-warning {
  background-color: #f0ad4e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #ec971f;
}

.btn-danger {
  background-color: #d9534f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #d9534f;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #c9302c;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #6dced7 0%, #59c7d2 100%);
  background-image: linear-gradient(to bottom, #6dced7 0%, #59c7d2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6DCED7', endColorstr='#FF59C7D2', GradientType=0);
  background-color: #59c7d2;
}

.navbar {
  border: none;
}

.navbar-default {
  background: url(back-nav.png) repeat-x;
}
ul.navbar-nav{background: url(back-nav-first.jpg) no-repeat top left;}
.navbar-default .navbar-nav > li > a {
  border-right: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  color: #3D0D4B;
}
.navbar-default .navbar-nav .active > a {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFFAFAFA', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default {
    background: none !important;
  }
  .navbar-default a {
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    background: none !important;
  }
  .navbar-default a {
    color: #FFF;
  }
}
@media (max-width: 480px) {
  .navbar-default {
    background: none !important;
  }
  .navbar-default a {
    color: #FFF;
  }
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #6aa3d5 0%, #428bca 100%);
  background-image: linear-gradient(to bottom, #6aa3d5 0%, #428bca 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6AA3D5', endColorstr='#FF428BCA', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #4c91cd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #4c91cd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF4C91CD', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dedede;
}
.nav-tabs > li > a.selected {
  background-color: #883092;
}
.nav-tabs > li > a.selected:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #883092;
  position: absolute;
  bottom: -5px;
  content: "";
  left: 50%;
  margin: 0 0 0 -5px;
}
.rtl .nav-tabs > li > a.selected:before {
  right: 50%;
  left: auto;
}
.rtl .nav-tabs > li > a.selected:before {
  margin: 0 -5px 0 0;
}

.nav-pills > li > a.selected {
  color: white;
  background-color: #883092;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #883092;
  border-color: #883092;
}
.nav-pills > li.active > a {
  color: white;
  background-color: #883092;
  border-color: #883092;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #39b3d7 0%, #279fc2 100%);
  background-image: linear-gradient(to bottom, #39b3d7 0%, #279fc2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF39B3D7', endColorstr='#FF279FC2', GradientType=0);
  border-color: #2185a3;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3071A9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #45c1cc;
  background-image: -webkit-linear-gradient(top, #6dced7 0%, #4fc4cf 100%);
  background-image: linear-gradient(to bottom, #6dced7 0%, #4fc4cf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6DCED7', endColorstr='#FF4FC4CF', GradientType=0);
  border-color: #4fc4cf;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #883092 0%, #009de4 100%);
  background-image: linear-gradient(to bottom, #883092 0%, #009de4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00AFFD', endColorstr='#FF009DE4', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #883092 0%, #009de4 100%);
  background-image: linear-gradient(to bottom, #883092 0%, #009de4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00AFFD', endColorstr='#FF009DE4', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #3398df 0%, #228cd7 100%);
  background-image: linear-gradient(to bottom, #3398df 0%, #228cd7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3398DF', endColorstr='#FF228CD7', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.input-lg {
  height: 36px;
  border-top: none;
  background: white;
  color: #333333;
}

.input-group-addon {
  border-top: none;
  background: white;
  color: #6e6e6e;
}