/* 
Version: 1.0
Author: Themevast
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-f5vmlh");
  src: url("../fonts/icomoon.eot?#iefix-f5vmlh") format("embedded-opentype"), url("../fonts/icomoon.ttf?-f5vmlh") format("truetype"), url("../fonts/icomoon.woff?-f5vmlh") format("woff"), url("../fonts/icomoon.svg?-f5vmlh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user146:before {
  content: "\e601";
}

.icon-supermarket24:before {
  content: "\e602";
}

.icon-magnifier13:before {
  content: "\e600";
}

.icon-play:before {
  content: "\e052";
}

.icon-home3:before {
  content: "\e603";
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-home:before {
  content: "\e648";
}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 29/04/2016 04:55
  	*/
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 03/05/2016 03:38
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-buildings:before {
  content: "\f100";
}

.flaticon-floor-mirror:before {
  content: "\f101";
}

.flaticon-french-bergere:before {
  content: "\f102";
}

.flaticon-money-bag:before {
  content: "\f103";
}

.flaticon-plus:before {
  content: "\f104";
}

.flaticon-table-lamp:before {
  content: "\f105";
}

.flaticon-technology:before {
  content: "\f106";
}

.flaticon-transport:before {
  content: "\f107";
}

.flaticon-vintage:before {
  content: "\f108";
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #888888;
  text-decoration: none;
}
a:hover, a:focus {
  color: #626262;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #fff;
}

.text-danger {
  color: #fff;
}

.text-success {
  color: #fff;
}

.text-info {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h1, .h1 {
  font-size: 33px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

h1 small, .h1 small {
  font-size: 23px;
}

h2 small, .h2 small {
  font-size: 17px;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11 {
    float: left;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 9px 8px 11px 18px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #d6d4d4;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d6d4d4;
}
.table .table {
  background-color: #fff;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 44px;
  line-height: 44px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #fe9126;
}

.has-error .help-block,
.has-error .control-label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f3515c;
}

.has-success .help-block,
.has-success .control-label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #55c65e;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn, .btn-remove, .btn-previous, .btn-remove2, .btn-edit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus, .btn-remove:focus, .btn-previous:focus, .btn-remove2:focus, .btn-edit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn-remove:hover, .btn-previous:hover, .btn-remove2:hover, .btn-edit:hover, .btn:focus, .btn-remove:focus, .btn-previous:focus, .btn-remove2:focus, .btn-edit:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn-remove:active, .btn-previous:active, .btn-remove2:active, .btn-edit:active, .btn.active, .active.btn-remove, .active.btn-previous, .active.btn-remove2, .active.btn-edit {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.btn-remove, .disabled.btn-previous, .disabled.btn-remove2, .disabled.btn-edit, .btn[disabled], [disabled].btn-remove, [disabled].btn-previous, [disabled].btn-remove2, [disabled].btn-edit, fieldset[disabled] .btn, fieldset[disabled] .btn-remove, fieldset[disabled] .btn-previous, fieldset[disabled] .btn-remove2, fieldset[disabled] .btn-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #46a74e;
  border-color: #3e9546;
}

.btn-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5192f3;
  border-color: #3983f1;
}

.btn-link {
  color: #888888;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #626262;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -10px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Extend - Css3 - Animation ==================================================*/
.box-shadow {
  -webkit-box-shadow: 0px 2px 5px -1px #dddddd;
  box-shadow: 0px 2px 5px -1px #dddddd;
}

.transition, button.button span span, .form-currency .drop-trigger > span,
.form-language .drop-trigger > span, .header-toplinks .title, .products-list .item-inner, .products-grid .item-inner, .producttabs-products .item-inner, .products-list .item-inner .product-shop, .products-grid .item-inner .product-shop, .producttabs-products .item-inner .product-shop, .product-view .add-to-links a, .nav_vmegamenu li.parent > a:after, .banner-box a img, .new-product-side2 a.new-product-side2-link, .banner-left a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item-shadow, .banner-left a:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.item-shadow-out, .mostviewproducts .products-grid .item .item-inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.border-radius, #header-special-offer .header-special-offer-close, .dailydeals .box-timer .timer-view > div .count {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* Global ==================================================*/
* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 14px/1.55 "Montserrat", sans-serif;
  text-align: left;
  background: #fffbff;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: #888888;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #647795;
}

span.color {
  color: #444;
}

a:focus,
:focus {
  outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.35;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 12px;
  font-weight: normal;
}

h6 {
  font-size: 11px;
  font-weight: normal;
}

/* Forms */
fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.35;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small, big {
  font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt, dd {
  line-height: 25px;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
  overflow: hidden;
}

.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.main {
  margin: 15px auto;
  min-height: 400px;
  text-align: left;
}

.container {
  padding: 0;
}

.container-inner {
  padding: 0 100px;
}

/* Content Columns */
.col2-set {
  margin-bottom: 20px;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  vertical-align: middle;
  color: #2f2f2f;
  outline: 0;
}

input.input-text,
select, textarea {
  background: #fffaff;
  border: 1px solid #eee;
}

input.input-text,
textarea {
  padding: 5px;
}

select {
  padding: 1px;
}

select option {
  padding-right: 10px;
}

select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

textarea {
  overflow: auto;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  width: 2.5em !important;
}

button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
button.button span span {
  display: inline-block;
  padding: 8px 25px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #647795;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-transform: uppercase;
  background: #647795;
  letter-spacing: 1px;
}
button.button:hover span span {
  background-color: #e19824;
  color: #fff;
  border: 1px solid #e19824;
}
button.button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important;
}

.products-list .add-to-links li, .products-grid .add-to-links li, .producttabs-products .add-to-links li {
  display: inline-block;
  float: left;
}
.products-list .add-to-links li.cart, .products-grid .add-to-links li.cart, .producttabs-products .add-to-links li.cart {
  margin-right: 10px;
}
.products-list .add-to-links li.compare, .products-grid .add-to-links li.compare, .producttabs-products .add-to-links li.compare {
  margin-right: 5px;
}
.products-list .add-to-links li.wishlist a, .products-list .add-to-links li.compare a, .products-grid .add-to-links li.wishlist a, .products-grid .add-to-links li.compare a, .producttabs-products .add-to-links li.wishlist a, .producttabs-products .add-to-links li.compare a {
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  line-height: 45px;
  font-size: 16px;
  color: #888;
  font-family: "FontAwesome";
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .add-to-links li.wishlist a span, .products-list .add-to-links li.compare a span, .products-grid .add-to-links li.wishlist a span, .products-grid .add-to-links li.compare a span, .producttabs-products .add-to-links li.wishlist a span, .producttabs-products .add-to-links li.compare a span {
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
}
.products-list .add-to-links li.wishlist:hover a, .products-list .add-to-links li.compare:hover a, .products-grid .add-to-links li.wishlist:hover a, .products-grid .add-to-links li.compare:hover a, .producttabs-products .add-to-links li.wishlist:hover a, .producttabs-products .add-to-links li.compare:hover a {
  background: #647795;
  border: 1px solid #647795;
  color: #fff;
}
.products-list .add-to-links li.wishlist:hover a span, .products-list .add-to-links li.compare:hover a span, .products-grid .add-to-links li.wishlist:hover a span, .products-grid .add-to-links li.compare:hover a span, .producttabs-products .add-to-links li.wishlist:hover a span, .producttabs-products .add-to-links li.compare:hover a span {
  color: #fff;
}
.products-list .add-to-links li.wishlist, .products-grid .add-to-links li.wishlist, .producttabs-products .add-to-links li.wishlist {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.products-list .add-to-links li.wishlist a, .products-grid .add-to-links li.wishlist a, .producttabs-products .add-to-links li.wishlist a {
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.products-list .add-to-links li.compare, .products-grid .add-to-links li.compare, .producttabs-products .add-to-links li.compare {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.products-list .add-to-links li.compare a, .products-grid .add-to-links li.compare a, .producttabs-products .add-to-links li.compare a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.products-list .add-to-links li.cart button.button, .products-grid .add-to-links li.cart button.button, .producttabs-products .add-to-links li.cart button.button {
  float: left;
}
.products-list .add-to-links li.cart button.button span span, .products-grid .add-to-links li.cart button.button span span, .producttabs-products .add-to-links li.cart button.button span span {
  display: inline-block;
  font-size: 12px;
  color: #888;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 43px;
  padding: 0 20px;
  background: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.products-list .add-to-links li.cart button.button:hover span span, .products-grid .add-to-links li.cart button.button:hover span span, .producttabs-products .add-to-links li.cart button.button:hover span span {
  background: #e19824;
  border: 1px solid #e19824;
  color: #fff;
}
.products-list .item-inner:hover li.wishlist, .products-list .item-inner:hover li.compare, .products-grid .item-inner:hover li.wishlist, .products-grid .item-inner:hover li.compare, .producttabs-products .item-inner:hover li.wishlist, .producttabs-products .item-inner:hover li.compare {
  opacity: 1;
  filter: alpha(opacity=100);
}

.products-list .main-item .item-inner .product-shop .add-to-links .quick_view a {
  margin-top: 0;
}

button.btn-checkout span span {
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
button.btn-checkout:hover {
  background: #647795;
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 8px;
}
.form-list li label {
  color: #888;
  font-weight: 400;
  font-family: "Lora", sans-serif;
  font-style: italic;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
.form-list li label.required em {
  float: right;
  font-style: normal;
  color: #647795;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list li.wide textarea,
.form-list li.wide select,
.form-list li.wide .input-box,
.form-list li.wide input.input-text {
  width: 100%;
}
.form-list li.additional-row {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .form-list .input-box {
  display: block;
  clear: both;
  width: 100%;
}
.form-list .field {
  float: left;
  width: 100%;
}
.form-list input.input-text {
  width: 100%;
}
.form-list textarea {
  width: 100%;
  height: 10em;
}
.form-list select {
  width: 100%;
}
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
  width: 210px;
}
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}

#login-form .form-list .input-box,
#login-form .form-list input.input-text {
  width: 100%;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #555;
}

.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box,
.form-list-narrow li.wide select,
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}

.buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #ebebeb;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}

.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.fieldset {
  border: 1px solid #ebebeb;
  padding: 25px 25px 16px 25px;
  margin: 28px 0;
  background: #fffaff;
}
.fieldset .legend {
  float: left;
  font-weight: bold;
  color: #555;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #ebebeb;
  background: #fffaff;
  margin: -42px 0 0 0;
  padding: 7px 15px;
  position: relative;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #647795;
}

.validation-failed {
  border: 1px dashed #647795 !important;
  background: #fff !important;
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #647795;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  font-weight: bold;
}

.error {
  font-weight: bold;
}

.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border: 1px solid #ebebeb;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: normal !important;
  color: #333;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: 5px 10px;
}

.error-msg {
  background-image: url(../images/i_msg-error.gif);
}

.success-msg {
  background-image: url(../images/i_msg-success.gif);
}

.note-msg,
.notice-msg {
  background-image: url(../images/i_msg-note.gif);
}

/* BreadCrumbs */
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li span {
  margin: 0 5px;
  color: #999;
}
.breadcrumbs li strong {
  text-decoration: underline;
  font-family: "Lora", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #647795;
  line-height: 40px;
}
.breadcrumbs li a {
  color: #999;
  font-family: "Lora", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 40px;
}
.breadcrumbs li a:hover {
  color: #647795;
}

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin: 0 0 25px;
}
.page-title h1, .page-title h2 {
  color: #e19824;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.title-buttons {
  text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
  float: left;
}

.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}

/* Toolbar */
.toolbar {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.toolbar a {
  font-weight: normal;
  color: #333;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.toolbar label {
  color: #333;
  float: left;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  padding: 0 25px;
  display: inline-block;
  line-height: 35px;
  background: #eee;
  text-align: center;
  margin-right: 20px;
}
.toolbar .pager {
  display: none;
}
.toolbar p.amount {
  display: inline-block;
  float: right;
  margin: 0;
  font-size: 14px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

.toolbar-bottom .toolbar {
  margin: 0;
}
.toolbar-bottom .toolbar .pager {
  display: block;
}
.toolbar-bottom .toolbar .sorter {
  display: none;
}

/* Pager */
.pager {
  text-align: center;
  margin: 75px 0 0;
}
.pager .amount {
  float: right;
  margin: 0;
  font-size: 14px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}
.pager .pages {
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.pager .pages strong {
  display: none;
}
.pager .pages ol {
  display: inline-block;
  margin: 0;
}
.pager .pages ol li {
  float: left;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  background: #eee;
}
.pager .pages ol li a {
  display: block;
}
.pager .pages ol li a:hover {
  color: #fff;
  text-decoration: none;
  background: #647795;
}
.pager .pages ol li:hover, .pager .pages ol li.current {
  color: #647795;
  text-decoration: underline;
}
.pager .pages ol .bnt_next, .pager .pages ol .bnt_previous {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 3px;
  background: #eee;
  margin: 0 35px;
}
.pager .pages ol .bnt_next :hover, .pager .pages ol .bnt_previous :hover {
  border: 0;
  color: #fff;
  background: #647795;
}
.pager .pages ol .bnt_next a, .pager .pages ol .bnt_previous a {
  color: #909090;
  line-height: 35px;
  font-size: 12px;
}

/* Sorter */
.sorter {
  margin: 0px 0 40px 0;
  padding: 0 0 15px;
}
.sorter .limiter {
  border: 2px solid #333;
  padding: 9px 20px;
  float: right;
}
.sorter .limiter label {
  display: none;
}
.sorter .limiter select {
  padding: 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 13px;
  padding: 10px;
  border: none;
  background: none;
  color: #333;
  width: 170px;
}
.sorter .limiter select option {
  width: 170px;
}
.sorter .view-mode {
  float: left;
}
.sorter .view-mode a {
  text-decoration: none;
}
.sorter .view-mode span {
  float: left;
  margin: 2px 5px 0 0;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  float: left;
  color: #666;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 33px;
  width: 35px;
}
.sorter .view-mode .grid:before, .sorter .view-mode .list:before {
  width: 35px;
  height: 35px;
  content: "";
  position: absolute;
  background: url(../images/list-grid-bg.png) 0 100% no-repeat;
  top: 0px;
  left: 0;
}
.sorter .view-mode .list {
  margin-left: 10px;
}
.sorter .view-mode .list:before {
  background-position: 100% 100%;
}
.sorter .view-mode strong.grid:before {
  background-position: 0 0;
}
.sorter .view-mode strong.list:before {
  background-position: 100% 0;
}
.sorter .view-mode a.grid:hover:before {
  background-position: 0 0;
}
.sorter .view-mode a.list:hover:before {
  background-position: 100% 0;
}
.sorter .sort-by {
  float: left;
  padding: 6px 12px;
  border: none !important;
  background: #eee;
  border: 1px solid #eee;
}
.sorter .sort-by label {
  display: none;
}
.sorter .sort-by select {
  padding: 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #333;
  line-height: 35px;
  display: inline-block;
  border: none !important;
  background: #eee;
}
.sorter .sort-by a img {
  display: none;
}

.pager li > a, .pager li span {
  display: inline;
  padding: 0;
  background: #eee;
  border: none;
  border-radius: 0;
}
.pager li > a:hover, .pager li span:hover {
  background: #647795;
  color: #fff;
}

/* ============================================ */
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
}
.data-table td {
  padding: 10px;
  vertical-align: top;
}
.data-table th {
  font-weight: normal;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
.data-table thead th {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}
.data-table tbody td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}
.data-table tbody tr {
  border-bottom: 1px solid #ebebeb;
}

/* Generic Info Box */
.info-box {
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #ebebeb;
}
tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px;
}
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-info .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
}
.std ul.disc {
  list-style: disc outside;
}
.std dl dt {
  font-weight: bold;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  padding: 0;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.std ul ul {
  list-style-type: circle;
}
.std dt {
  font-weight: bold;
}
.std blockquote {
  font-style: italic;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}

/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  padding-right: 0 !important;
}

.link-print {
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn, .btn-remove, .btn-previous, .btn-remove2, .btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove {
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
}

.btn-previous {
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
}

.btn-remove2 {
  width: 16px;
  height: 16px;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  margin: 0 auto;
}

.btn-edit {
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
.global-site-notice {
  border: 1px solid #ebebeb;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* Navigation Default Magento*/
#nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 13px;
}
#nav li {
  position: relative;
  text-align: left;
  float: left;
}
#nav li.active a {
  color: #647795;
}
#nav li.over {
  z-index: 998;
}
#nav li.over a {
  color: #647795;
}
#nav li ul span {
  white-space: normal;
}
#nav li ul li.parent a {
  background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav li ul li.parent li a {
  background: none;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
#nav li .shown-sub ul.shown-sub {
  left: 100px;
}
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
#nav a {
  display: block;
  line-height: 1.3em;
  text-decoration: none;
  float: left;
  padding: 5px 12px 6px 8px;
  color: #888888;
  font-weight: bold;
}
#nav a a:hover {
  display: block;
  color: #647795;
}
#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
#nav ul {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5;
}
#nav ul ul, #nav ul div {
  top: 5px;
}
#nav ul li, #nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}
#nav ul .last {
  background: #ecf3f6;
  padding-bottom: 0;
}
#nav ul .last li span {
  padding: 3px 15px 4px 15px;
}
#nav ul a, #nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}
#nav ul li a {
  font-weight: normal !important;
  background: #ecf3f6;
}
#nav ul li a:hover {
  background: #647795;
  color: #333;
}
#nav div {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5;
}
#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* Sidebar =============================================================================== */
.block {
  margin: 0 0 20px;
}
.block .block-title {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.block .block-title:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #647795;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.block .block-title strong {
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.block .block-title a {
  text-decoration: none;
}
.block .block-subtitle {
  margin: 0;
  padding: 0 0 9px;
  font-size: 1em;
  font-weight: bold;
  color: #0a263c;
}
.block .block-content {
  padding: 0;
}
.block .block-content li.item {
  padding: 0;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 9px;
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.block .empty {
  margin: 0;
  padding: 0;
}

.checkout-onepage-index .col-right .block .block-content {
  padding: 0;
  margin-top: 35px;
}
.checkout-onepage-index .main {
  padding-top: 40px;
}

/* Block: Related */
.block-related .block-content li.item {
  margin-bottom: 15px;
  position: relative;
}
.block-related .block-content li.item .product-image {
  float: left;
  margin-right: 15px;
}

/* Mini Products List */
.block-cart .mini-products-list .product-details .product-name {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}

/* Block: Account */
.block-account {
  border-color: #bbb;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0;
  text-decoration: none !important;
}
.block-account .block-content li a:hover {
  text-decoration: underline;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li .current {
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0;
}
.block-account .block-content li .current strong {
  font-weight: normal;
  color: #f33636;
}
.block-account .block-content li .current.last {
  border-bottom: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0;
}
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav .block-content {
  background: none;
  box-shadow: none;
}
.block-layered-nav .block-content .even .price .text-box input {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #555;
}
.block-layered-nav .block-content .even .price .text-box input.go:hover {
  background: #647795 !important;
}
.block-layered-nav dt {
  padding-bottom: 15px;
  padding-top: 32px;
  position: relative;
}
.block-layered-nav dt span {
  font-size: 13px;
  color: #555;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.block-layered-nav dd {
  padding: 0 0 10px;
}
.block-layered-nav dd ol {
  padding: 10px 0;
}
.block-layered-nav dd li {
  line-height: 39px;
  text-align: right;
  font-size: 13px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #666;
}
.block-layered-nav dd li:last-child {
  border-bottom: 0;
}
.block-layered-nav dd li a {
  text-transform: capitalize;
  float: left;
  font-weight: normal;
  font-size: 13px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #666;
  line-height: 39px;
  display: inline-block;
  text-align: left;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.block-layered-nav dd li a:hover {
  text-decoration: underline;
  color: #647795;
  padding-left: 15px;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav .currently li {
  padding: 5px 0;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.block-layered-nav .currently .label {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  font-size: 11px;
  padding: 4px 5px 4px 9px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: right;
}
.block-layered-nav .actions a {
  float: none;
}

/* Block: Cart */
.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}

/* Block: Compare Products */
.page-popup .link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8;
}

.compare-table {
  border: 0;
}
tr
.compare-table thead.first td, tr
.compare-table thead.first th {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table tbody th, .compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.compare-table tbody td.last {
  border: 1px solid #ebebeb;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
  border: 1px solid #ebebeb;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(../images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}
.compare-table tr.add-to-row td {
  text-align: center;
}
.compare-table tr.add-to-row td p {
  margin: 0;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #333;
}
.compare-table tr.first td .ratings {
  width: 160px;
  margin: 0 auto;
}

/* Block: Poll */
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 3px 9px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll button.button span {
  border-color: 1px solid #ebebeb;
  background: #618499;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: 1px solid #ebebeb;
  background: #618499;
}

/* Block: Tags */
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px;
}
.block-tags .block-content a {
  color: #888888;
}
.block-tags .actions {
  text-align: right;
}
.block-tags .actions a {
  float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
  border: 1px solid #ebebeb;
  padding: 15px;
}
.block-subscribe label {
  color: #727272;
  font-size: 13px;
  font-weight: normal;
}
.block-subscribe input.input-text {
  border: 0;
  color: #fff;
  display: block;
  float: left;
  height: 38px;
  padding-left: 10px;
  width: 100%;
  background: #383838;
  margin-bottom: 15px;
}
.block-subscribe .action {
  padding: 0;
}

/* Block: Reorder */
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}

/* Block: Login */
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.block-login .actions button.button span {
  border-color: 1px solid #ebebeb;
  background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}

/* ======================================================================================= */
/* Rating */
.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  width: 54px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(../images/ratting.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.ratings .rating-box .rating {
  float: left;
  height: 12px;
  background: url(../images/ratting.png) 0 100% repeat-x;
}
.ratings .rating-box a {
  font-size: 13px;
}
.ratings span.amount {
  display: none !important;
}
.ratings span.amount a {
  display: none !important;
}

.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

/* Availability */
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}
.availability-only span, .availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}

.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}

.alert-stock {
  margin: 0;
  font-size: 11px;
}

/********** < Product Prices */
.price {
  white-space: nowrap !important;
}

.price-box {
  margin-bottom: 5px;
  margin-top: 3px;
  text-align: left;
  float: left;
}
.price-box p {
  display: inline;
}
.price-box p.special-price {
  margin-right: 7px;
}
.price-box .price {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

/* Regular price */
.regular-price .price {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #555;
}

.block .regular-price,
.block .regular-price .price {
  color: #333;
}

/* Old price */
.products-grid .old-price {
  margin: 0;
  float: right;
  display: inline-block;
}
.products-grid .old-price .price-label {
  display: none;
}

.old-price {
  margin: 0;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  font-size: 16px;
  color: #999;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  position: relative;
  top: 1px;
}

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
}
.special-price .price-label {
  display: none;
}
.special-price .price {
  font-weight: 700;
  font-size: 18px;
  color: #e19824;
  font-family: "Montserrat", sans-serif;
  float: left;
}

/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
  display: none !important;
}

.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}

/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}

/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}

/* Tier Prices */
.product-pricing {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #ebebeb;
  color: #424242;
}

.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #ebebeb;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}

/* Send a Friend */
.send-friend .form-list {
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list li .field {
  width: 315px;
}
.send-friend .form-list li .input-box {
  width: 300px;
}
.send-friend .form-list li input.input-text,
.send-friend .form-list li textarea {
  width: 294px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

/* Cart - Checkout */
/* Product Tags */
.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  padding: 10px;
}
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}
.tags-list li a {
  color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* Sitemap */
.page-sitemap .links {
  text-align: right;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 10px;
  text-align: left;
}
.cart .page-title h1 {
  float: none;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 30px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

.display-both-prices .crosssell {
  clear: right;
  float: right;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types .method-checkout-cart-methods-multishipping a {
  color: #333;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}

.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}

.cart-table .product-cart-sku .label {
  font-weight: 600;
}

.cart-table .btn-empty {
  float: left;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}

.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}

.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}

.cart-table .cart-links > li > a {
  display: block;
}

.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: 12px;
  }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 5px 5px 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
  }

  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.crosssell {
  margin-top: 20px;
}
.crosssell .products-grid {
  margin-top: 15px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
  margin-bottom: 30px;
}
.cart .discount .block .block-title strong, .cart .shipping .block .block-title strong {
  font-size: 26px;
}
.cart .discount .discount-form, .cart .shipping .shipping-form {
  padding: 15px;
  background: #fff;
}
.cart .discount label, .cart .shipping label {
  font-weight: normal;
}
.cart .discount .input-box {
  margin: 8px 0 0;
  width: 100%;
}
.cart .discount input.input-text {
  width: 100%;
  padding: 7px 5px;
  background: #f2f2f2;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: left;
}

/* Shopping Cart Totals */
.cart .totals .totals-title {
  margin-bottom: 20px;
  color: #333;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: bold;
}
.cart .totals table {
  width: 100%;
  background: #fff;
}
.cart .totals td {
  padding: 15px 15px 15px 7px;
  color: #989898;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding: 10px 20px;
  text-transform: uppercase;
}
.cart .totals tfoot th strong {
  font-size: 20px;
  font-weight: normal;
  color: #222;
}
.cart .totals tfoot td strong {
  font-size: 20px;
  font-weight: normal;
  color: #222;
}
.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  background: #fff;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
}
.truncated a.dots, .truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #444;
  background-color: #000;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h3, .info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress dt {
  font-size: 14px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 6px;
  padding: 5px 8px;
  color: #333;
  background: #fffaff;
  border: 1px solid #eee;
}
.block-progress dd {
  font-family: "Lora", sans-serif;
  font-style: italic;
  background: #fffaff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 6px;
  border: 1px solid #eee;
}
.block-progress dt.complete {
  font-family: "Lora", sans-serif;
  font-style: italic;
  margin: 0;
  background: #fffaff;
  border: 1px solid #eee;
  color: #333;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

.opc {
  position: relative;
}
.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #555;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .back-link a {
  background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .ul {
  list-style: disc outside;
}
.opc .ul li {
  list-style: inside;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #888;
}
.opc .step-title {
  border-bottom: 1px solid #ddd;
  text-align: right;
  margin-bottom: 10px;
}
.opc .step-title .number {
  float: left;
  background: #e9e9e9;
  border: #e9e9e9;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #333;
}
.opc .step-title h2 {
  float: left;
  margin: 0;
  color: #888;
  line-height: 35px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title .number {
  background: #647795;
  border: 1px solid #647795;
}
.opc .allow .step-title h2 {
  color: #333;
}
.opc .active .step-title .number {
  background: #647795;
  border-color: #647795;
  color: #fff;
}
.opc .step {
  background: #fffaff;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc input.radio {
  float: left;
  margin: 5px 5px 0 0;
}
.opc #checkout-step-billing input.radio {
  margin: 12px 5px 0 0;
}
.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}

#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

#opc-review .step {
  border: 0;
}
#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background: #fffaff;
}
.account-login .content h2 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #555;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ebebeb;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.account-login .content p {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  color: #888;
  font-style: italic;
}
.account-login .buttons-set {
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 8px 13px;
  background: #fffaff;
}
.account-login .buttons-set a {
  line-height: 39px;
}

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ebebeb;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}

/* General Box */
.box-account {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 0 20px;
  background: #fff;
}
.box-account .box-head {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #666;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong {
  display: inline;
}
.dashboard .box-tags .tags ul {
  display: inline;
}
.dashboard .box-tags .tags ul li {
  display: inline;
}

/* Address Book */
.addresses-list {
  padding: 15px;
  background: #fff;
}
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: normal;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #ebebeb;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2, .order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  padding: 1px 8px;
}
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2, .page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
  display: inline;
}

/* Price Rewrites */
/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}
.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span {
  border-color: #406a83;
  background: #618499;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.review-customer-index .pager {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.review-customer-index .pager .pages {
  float: none;
  clear: both;
  border-top: 1px solid #eee;
  text-align: right;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
  text-align: center;
}
.map-popup-checkout span {
  display: block;
}
.map-popup-checkout .paypal-or {
  clear: both;
  display: block;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout li {
  list-style: none;
}

.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-price .price-box {
  margin: 0;
  padding: 0;
}
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}
.best-selling a.product-name {
  color: #203548;
}

.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

.guest-select {
  width: 305px !important;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ======================================================================================= */
/* Header ==================================================*/
#header-special-offer {
  background: url(../images/bg-promotion.jpg) 50% 0 repeat;
  position: relative;
}
#header-special-offer .promotion {
  text-align: left;
  color: #ccc;
  font-size: 14px;
  padding: 30px 0;
  padding-left: 150px;
}
#header-special-offer .promotion .img {
  float: left;
  margin-right: 25px;
}
#header-special-offer .promotion p.des {
  margin: 20px 0 0;
  color: #333;
  font-size: 28px;
}
#header-special-offer .header-special-offer-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
#header-special-offer .header-special-offer-close .material-icons {
  font-size: 16px;
}

.header-quick-access {
  background: url(../images/bg_header.png) repeat;
  height: 60px;
  line-height: 39px;
}
.header-quick-access .hotline {
  font-size: 14px;
  color: #333;
  text-align: right;
  line-height: 64px;
}
.header-quick-access .link-follow {
  float: left;
  padding: 20px 0;
  line-height: 21px;
  margin-right: 15px;
}
.header-quick-access .link-follow li {
  float: left;
  margin-right: 18px;
}
.header-quick-access .link-follow li:last-child {
  margin-right: 0;
}
.header-quick-access .link-follow a {
  text-align: left;
  position: relative;
  color: #333;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
.header-quick-access .link-follow a:hover {
  text-decoration: none;
  color: #647795;
}
.header-quick-access .link-follow li a span {
  display: none;
}
.header-quick-access .link-follow li a:hover span {
  bottom: 30px;
}

.header-quick-access .fa {
  vertical-align: baseline;
  color: #888;
  font-size: 12px;
}

/*-------------------------------top_info-----------------------------------------*/
.info1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #777;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 60px;
}
.info1 span.ues {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px dashed #444;
  padding: 10px 12px;
  margin-right: 15px;
}

/*-------------------------------Login-----------------------------------------*/
.login {
  float: right;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  padding: 0 32px;
}
.login a {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ddd;
  text-transform: uppercase;
  display: inline-block;
  line-height: 60px;
  position: relative;
}
.login a i.fa {
  display: none;
}
.login span {
  font-size: 11px;
  color: #666;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: normal;
}
.login:hover {
  background: #647795;
}
.login:hover a {
  color: #fff;
}

/*-------------------------------Language-currency-----------------------------------------*/
.form-currency,
.form-language {
  position: relative;
}

.form-currency:hover {
  cursor: pointer;
}

.form-language:hover {
  cursor: pointer;
}

.form-currency,
.form-language {
  float: left;
}
.form-currency label,
.form-language label {
  display: none;
}
.form-currency .drop-lang,
.form-language .drop-lang {
  border-right: 1px solid #444;
}
.form-currency .drop-currency,
.form-language .drop-currency {
  border-right: 1px solid #444;
  border-left: 1px solid #444;
}
.form-currency .drop-trigger,
.form-language .drop-trigger {
  position: relative;
}
.form-currency .drop-trigger.lang-trigger,
.form-language .drop-trigger.lang-trigger {
  position: relative;
}
.form-currency .drop-trigger > span,
.form-language .drop-trigger > span {
  position: relative;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #ddd;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  padding: 0 36px;
  line-height: 60px;
}
.form-currency .drop-trigger > span i,
.form-language .drop-trigger > span i {
  font-size: 7px;
  font-family: "FontAwesome";
  color: #ddd;
  position: absolute;
  top: 26px;
  right: 23px;
}
.form-currency .drop-trigger .sub-menu,
.form-language .drop-trigger .sub-menu {
  position: absolute;
  display: none;
  width: 138px;
  z-index: 1;
  top: 61px;
  z-index: 99;
  text-align: left;
}
.form-currency .drop-trigger .sub-menu.sub-lang,
.form-language .drop-trigger .sub-menu.sub-lang {
  right: -14px;
}
.form-currency .drop-trigger .sub-menu.sub-currency,
.form-language .drop-trigger .sub-menu.sub-currency {
  right: -74px;
  min-width: 170px;
}
.form-currency .drop-trigger .sub-menu a,
.form-language .drop-trigger .sub-menu a {
  font-weight: normal;
  background: #222;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ddd;
  display: block;
  line-height: 52px;
  padding-left: 30px;
  border-bottom: 1px solid #444;
}
.form-currency .drop-trigger .sub-menu a:hover,
.form-language .drop-trigger .sub-menu a:hover {
  color: #fff;
  background: #647795;
  border-bottom: 1px solid #647795;
}
.form-currency .sub-lang a,
.form-language .sub-lang a {
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.form-currency:hover .drop-trigger,
.form-language:hover .drop-trigger {
  background: #647795;
}
.form-currency:hover .drop-trigger > span,
.form-language:hover .drop-trigger > span {
  color: #fff;
}

/*-------------------------------Wishlist!-----------------------------------------*/
.wishlist_header {
  float: right;
  position: relative;
}
.wishlist_header:before {
  width: 1px;
  height: 20px;
  content: "";
  background: #fff;
  position: absolute;
  top: 10px;
  right: 0;
}
.wishlist_header a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
}
.wishlist_header:hover {
  cursor: pointer;
}
.wishlist_header:hover a {
  color: #647795;
}

/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg {
  float: right;
  margin: 0;
  margin: 0 50px 0 0;
}

/*-------------------------------Top Links!-----------------------------------------*/
.quick-access {
  float: right;
  margin-top: 8px;
}
.quick-access > li {
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.quick-access > li:last-child {
  margin-right: 0;
}
.quick-access > li > span {
  font-size: 28px;
  font-weight: 500;
  color: #5c5c5c;
}
.quick-access > li:hover > span {
  color: #647795;
}

.quick-access-sub,
.quick-access-links {
  position: absolute;
  z-index: 99;
  top: 35px;
  right: 0;
  background: #222;
  padding: 15px;
  text-align: left;
  display: none;
  color: #ddd;
}
.quick-access-sub a,
.quick-access-links a {
  color: #ddd;
  font-size: 13px;
}
.quick-access-sub a:hover,
.quick-access-links a:hover {
  color: #fff;
}

.header-toplinks .title {
  padding: 5px 15px;
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
.header-toplinks .title:hover {
  border-color: #ccc;
  color: #333;
  background: none;
}
.header-toplinks .links {
  left: 0;
  padding: 5px 15px;
  margin-left: -70px;
  min-width: 140px;
}
.header-toplinks .links li {
  display: block;
  line-height: 2;
}

.header {
  padding: 40px 0 37px;
  background: #fffaff;
}
.header .page-header-content {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.header a.logo {
  display: block;
  text-align: left;
}
.header .logo strong {
  display: none;
}
.header h1.logo {
  margin: 0;
}
.header .top_links .links li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
}
.header .top_links .links li a:hover {
  color: #647795;
}
.header .top_links .links li.store {
  float: left;
}
.header .top_links .links li.store .sub_store {
  width: 138px;
  text-align: center;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  top: 60px;
  left: -8px;
  background: #333;
  z-index: -1;
}
.header .top_links .links li.store .sub_store li {
  display: block;
  line-height: 60px;
}
.header .top_links .links li.store .sub_store li a {
  color: #fff;
  font-size: 12px;
}
.header .top_links .links li.store .sub_store li.store2 {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.header .top_links .links li.store .sub_store li:hover a {
  color: #647795;
}
.header .top_links .links li.store:hover .sub_store {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
  top: 35px;
}

.header-cart-mini {
  float: right;
  position: relative;
}
.header-cart-mini .shopping-cart {
  position: relative;
  line-height: 32px;
  width: 30px;
  height: 30px;
  display: block;
}
.header-cart-mini .shopping-cart i {
  font-size: 20px;
  color: #555;
  font-family: "FontAwesome";
  line-height: 35px;
}
.header-cart-mini:hover {
  cursor: pointer;
}

.cart-qty {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #e19824;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 14px;
  top: -2px;
  color: #fff;
  z-index: 9;
  font-size: 12px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  box-shadow: 0px 2px 3px 0 #aaa;
}

.mini-products-list .product-image {
  float: left;
  width: 70px;
  height: 70px;
}
.mini-products-list .product-image img {
  width: 100%;
}
.mini-products-list .product-details {
  margin-left: 85px;
}

.search-below-768px {
  display: none;
}

.block-contact-header {
  float: right;
}
.block-contact-header a {
  color: #a8a8a8;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 32px;
  margin-right: 12px;
}
.block-contact-header .phone {
  font-size: 16px;
  color: #fff;
}
.block-contact-header .phone .fa {
  font-size: 0;
  margin-right: 5px;
}
.block-contact-header .phone .fa:before {
  font-size: 14px;
  color: #e19824;
}

/*-------------------------------Banner-Top-----------------------------------------*/
.banner-top {
  margin: 5px 0 10px;
}
.banner-top .box1, .banner-top .box3 {
  width: 28.4%;
  background: #e9f2ff;
  float: left;
  text-align: center;
  padding-bottom: 6px;
}
.banner-top .box2 {
  width: 42.3%;
  background: #ffeaeb;
  float: left;
  margin: 0 5px;
  text-align: center;
  padding-bottom: 6px;
}
.banner-top a {
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-weight: normal;
  font-size: 19px;
  margin-top: 6px;
  margin-bottom: -7px;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banner-top span {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #888d94;
  display: block;
  line-height: 16px;
}
.banner-top .box1:hover a, .banner-top .box2:hover a, .banner-top .box3:hover a {
  color: #647795;
}

/* Category Page - Products ========================================================================= */
.checkout-cart-index .col-xs-12.col-sm-12 {
  display: inline-block;
}

.category-title {
  border: 0;
  margin: 0 0 7px;
  display: none;
}

.category-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.category-image img {
  width: 100%;
}

.category-description {
  margin: 0 0 10px;
}

.category-products {
  margin-bottom: 22px;
}
.category-products .products-grid.row {
  margin-bottom: 30px;
}
.category-products .products-grid.row.last {
  margin-bottom: 0;
}

.wrap_img_bread {
  position: relative;
}

.bread {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 15px;
}

.main-wrapper {
  background: #fffaff;
}

/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 1em;
  text-align: left;
  margin-bottom: 5px;
}
.product-name a {
  color: #777;
  font-family: "Lora", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
}
.product-name a:hover {
  color: #647795;
}

.banner-new:hover .box-images img {
  opacity: 0.8;
}

.catalog-product-view .categories-img {
  display: none;
}

.catalog-category-view .products-grid .item-inner {
  display: inline-block;
  height: auto !important;
}

/* View Type: Grid */
.category-products .products-grid .item {
  position: relative;
  text-align: left;
}

.products-list .item-inner, .products-grid .item-inner, .producttabs-products .item-inner {
  position: relative;
  background: #fffaff;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.products-list .item-inner .box-images, .products-grid .item-inner .box-images, .producttabs-products .item-inner .box-images {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.products-list .item-inner .box-images .product-image, .products-grid .item-inner .box-images .product-image, .producttabs-products .item-inner .box-images .product-image {
  display: block;
  overflow: hidden;
}
.products-list .item-inner .box-images .product-image .img-face, .products-grid .item-inner .box-images .product-image .img-face, .producttabs-products .item-inner .box-images .product-image .img-face {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
}
.products-list .item-inner .box-images .product-image .img-face-back, .products-grid .item-inner .box-images .product-image .img-face-back, .producttabs-products .item-inner .box-images .product-image .img-face-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
}
.products-list .item-inner .box-images a.view-detail, .products-grid .item-inner .box-images a.view-detail, .producttabs-products .item-inner .box-images a.view-detail {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  background: url("../images/bg_quickview.png") 0 3px no-repeat;
  z-index: 999;
  bottom: 5px;
  right: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.products-list .item-inner .box-images a.view-detail:hover, .products-grid .item-inner .box-images a.view-detail:hover, .producttabs-products .item-inner .box-images a.view-detail:hover {
  background: url("../images/bg_quickview.png") 0 -46px no-repeat;
}
.products-list .item-inner .product-shop, .products-grid .item-inner .product-shop, .producttabs-products .item-inner .product-shop {
  text-align: center;
  padding: 27px 0 0;
  position: relative;
}
.products-list .item-inner .product-shop .price-review, .products-grid .item-inner .product-shop .price-review, .producttabs-products .item-inner .product-shop .price-review {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
}
.products-list .item-inner .product-shop .actions, .products-grid .item-inner .product-shop .actions, .producttabs-products .item-inner .product-shop .actions {
  display: inline-block;
  width: 100%;
}
.products-list .item-inner .product-shop .add-to-links li, .products-grid .item-inner .product-shop .add-to-links li, .producttabs-products .item-inner .product-shop .add-to-links li {
  display: inline-block;
}
.products-list .item-inner .product-shop .ratings, .products-grid .item-inner .product-shop .ratings, .producttabs-products .item-inner .product-shop .ratings {
  text-align: right;
  display: inline-block;
  float: right;
}
.products-list .item-inner .product-shop .ratings .rating-links a, .products-grid .item-inner .product-shop .ratings .rating-links a, .producttabs-products .item-inner .product-shop .ratings .rating-links a {
  font-size: 13px;
  display: none;
}
.products-list .item-inner .product-shop .ratings .rating-links .separator, .products-list .item-inner .product-shop .ratings .rating-links .add-review, .products-grid .item-inner .product-shop .ratings .rating-links .separator, .products-grid .item-inner .product-shop .ratings .rating-links .add-review, .producttabs-products .item-inner .product-shop .ratings .rating-links .separator, .producttabs-products .item-inner .product-shop .ratings .rating-links .add-review {
  display: none;
}
.products-list .item-inner:hover a.view-detail, .products-grid .item-inner:hover a.view-detail, .producttabs-products .item-inner:hover a.view-detail {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .item-inner:hover .add-to-links .cart button.button span span, .products-grid .item-inner:hover .add-to-links .cart button.button span span, .producttabs-products .item-inner:hover .add-to-links .cart button.button span span {
  background: #647795;
  color: #fff;
  border: 1px solid #647795;
}
.products-list .item-inner:hover .add-to-links .cart button.button:hover span span, .products-grid .item-inner:hover .add-to-links .cart button.button:hover span span, .producttabs-products .item-inner:hover .add-to-links .cart button.button:hover span span {
  background: #e19824;
  color: #fff;
  border: 1px solid #e19824;
}
.products-list .item-inner:hover img, .products-grid .item-inner:hover img, .producttabs-products .item-inner:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.products-list .item-inner:hover .box-images .product-image .img-face, .products-grid .item-inner:hover .box-images .product-image .img-face, .producttabs-products .item-inner:hover .box-images .product-image .img-face {
  z-index: 1;
}
.products-list .item-inner:hover .box-images .product-image .img-face-back, .products-grid .item-inner:hover .box-images .product-image .img-face-back, .producttabs-products .item-inner:hover .box-images .product-image .img-face-back {
  z-index: 9;
}

.new-sale .label-new, .new-sale .label-sale {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  width: 45px;
  height: 23px;
  display: block;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.new-sale .label-new {
  background: #647795;
}
.new-sale .label-sale {
  background: #e19824;
}

/* View Type: List */
.products-list .main-item .item-inner {
  margin-bottom: 30px;
  display: inline-block;
}
.products-list .main-item .item-inner .box-images .new-sale .label-new,
.products-list .main-item .item-inner .box-images .new-sale .label-sale {
  right: 20px;
}
.products-list .main-item .item-inner .box-images > a {
  border-bottom: 0;
  position: relative;
  overflow: hidden;
}
.products-list .main-item .item-inner .box-images > a .img-face {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.products-list .main-item .item-inner .box-images > a .img-face-back {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.products-list .main-item .item-inner .box-images a.view-detail {
  right: 20px;
}
.products-list .main-item .item-inner .product-shop {
  text-align: left;
  padding-left: 15px;
  padding-top: 2px;
}
.products-list .main-item .item-inner .product-shop .product-name {
  margin-bottom: 12px;
}
.products-list .main-item .item-inner .product-shop .product-name a {
  font-size: 16px;
  color: #555;
  font-style: italic;
  font-weight: 700;
  font-family: "Lora", sans-serif;
}
.products-list .main-item .item-inner .product-shop .ratings {
  margin: 10px 0 12px;
  float: left;
}
.products-list .main-item .item-inner .product-shop .ratings span.amount {
  display: inline-block !important;
  margin-left: 20px;
  float: left;
}
.products-list .main-item .item-inner .product-shop .ratings span.amount a {
  display: inline-block !important;
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #888;
  line-height: 17px;
}
.products-list .main-item .item-inner .product-shop .price-box {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.products-list .main-item .item-inner .product-shop .price-box .regular-price .price {
  font-size: 20px;
}
.products-list .main-item .item-inner .product-shop .desc {
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #888;
  line-height: 20px;
  margin-bottom: 15px;
}
.products-list .main-item .item-inner .product-shop .add-to-links button.btn-cart {
  display: inline-block !important;
  height: auto !important;
}
.products-list .main-item .item-inner:hover .box-images .product-image .img-face {
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-list .main-item .item-inner:hover .box-images .product-image .img-face-back {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Product View ========================================================================== */
.product-view .product-img-box .product-image {
  margin-bottom: 20px;
  position: relative;
}
.product-view .product-img-box .more-views h2 {
  display: none;
}
.product-view .product-img-box .more-views .thumnail-grid {
  z-index: 999;
}
.product-view .ratings .rating-links a {
  color: #333;
  line-height: 15px;
}
.product-view .ratings .rating-links a:hover {
  text-decoration: none;
  text-decoration: underline;
}
.product-view .product-name a:hover {
  text-decoration: underline;
}
.product-view .product-shop a.nobr {
  color: #90b37f;
}
.product-view .product-shop a.nobr:hover {
  color: #e66b6b;
  text-decoration: none;
}
.product-view .product-shop .no-rating a {
  color: #777;
}

.product-view .product-shop .product-name {
  margin: 0 0 8px;
}
.product-view .product-shop .product-name h1 {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  margin: 0;
  color: #555;
}
.product-view .product-shop .ratings .rating-links {
  display: none;
}
.product-view .product-shop .availability {
  margin: 10px 0;
  display: none;
}
.product-view .product-shop .short-description {
  margin: 10px 0 35px;
}
.product-view .product-shop .short-description .std {
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #999;
}
.product-view .product-shop .price-box {
  margin: 25px 0 25px 0;
  float: none;
}
.product-view .product-shop .price-box .old-price {
  line-height: 30px;
}
.product-view .product-shop .availability {
  font-size: 13px;
}
.product-view .product-shop .availability span {
  font-weight: normal;
  color: #647795;
  font-weight: 700;
}
.product-view .product-shop .add-to-box-cart {
  clear: both;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.product-view .add-to-links li {
  float: left;
  margin-right: 7px;
}
.product-view .add-to-links a {
  color: #333;
  font-size: 11px;
  font-weight: normal;
  width: 43px;
  height: 43px;
  border: 2px solid #e5e5e5;
  line-height: 43px;
  text-align: center;
  display: block;
  font-size: 14px;
  position: relative;
}
.product-view .email-friend a {
  color: #333;
  font-size: 11px;
  font-weight: normal;
  width: 43px;
  height: 43px;
  border: 2px solid #e5e5e5;
  text-align: center;
  line-height: 43px;
  display: block;
  font-size: 14px;
  position: relative;
}
.product-view .add-to-links a:hover, .product-view .email-friend a:hover {
  border-color: #333;
}

.catalog-product-view .breadcrumbs li span {
  color: #647795;
}
.catalog-product-view .breadcrumbs li strong {
  text-decoration: none;
}
.catalog-product-view .product-options-bottom .price-box {
  display: none;
}

/* Email to a Friend */
.email-friend {
  margin: 0;
  line-height: 15px;
  float: left;
}

.product-view .add-to-box {
  margin: 15px 15px 0 0;
  padding-top: 23px;
  border-top: 1px solid #ddd;
}
.product-view .add-to-cart {
  margin: 0;
}
.product-view .add-to-cart .input-content {
  display: inline-block;
  width: 100%;
  margin-right: 15px;
}
.product-view .add-to-cart .box-qty {
  border: 1px solid #ccc;
  float: left;
  position: relative;
}
.product-view .add-to-cart label {
  margin: 9px 10px 5px 0;
  font-weight: normal;
  float: left;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #333;
}
.product-view .add-to-cart .qty {
  float: left;
  padding: 7px 0 8px;
  text-align: center;
  width: 120px !important;
  border: none;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #333;
}
.product-view .add-to-cart .input-content .qty-arrows {
  float: left;
}
.product-view .share .addthis_native_toolbox span.share {
  float: left;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lora", sans-serif;
  color: #454545;
  font-style: italic;
  text-transform: capitalize;
  margin-right: 20px;
}
.product-view span.or {
  display: none;
}

.add-to-cart input.qty-decrease {
  width: 36px;
  height: 36px;
  display: block;
  color: #cbcbcb;
  background: #ccc url(../images/btn-qty.png) 0 100% no-repeat;
  position: absolute;
  border: none;
  top: 50%;
  margin-top: -18px;
  left: 0px;
}
.add-to-cart input.qty-decrease:hover {
  background-position: 100% 100%;
  background-color: #647795;
}
.add-to-cart input.qty-increase {
  width: 36px;
  height: 36px;
  display: block;
  color: #cbcbcb;
  border: none;
  background: #ccc url(../images/btn-qty.png) 0 -8% no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 0px;
}
.add-to-cart input.qty-increase:hover {
  background-position: 100% -8%;
  background-color: #647795;
}

.product-view .acttion {
  display: inline-block;
  margin-top: 25px;
}
.product-view button.button {
  float: left;
}
.product-view button.button span span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 43px;
  padding: 0 20px;
  border: 1px solid #647795;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #647795;
}
.product-view button.button:hover span span {
  background: #e19824;
  border: 1px solid #e19824;
  color: #fff;
}
.product-view .wishlist, .product-view .compare {
  float: left;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #eeeeee;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  line-height: 45px;
  font-size: 16px;
  color: #888;
  font-family: "FontAwesome";
  display: inline-block;
}
.product-view .wishlist a, .product-view .compare a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-view .wishlist a span, .product-view .compare a span {
  color: #444;
  font-size: 19px;
  line-height: 45px;
  font-weight: 600;
}
.product-view .wishlist a .fa, .product-view .compare a .fa {
  color: #555;
}
.product-view .wishlist:hover, .product-view .compare:hover {
  border: 1px solid #647795;
  background: #647795;
}
.product-view .wishlist:hover span, .product-view .wishlist:hover .fa, .product-view .compare:hover span, .product-view .compare:hover .fa {
  color: #fff;
}
.product-view .product-shop .special-price .price {
  font-size: 20px;
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.addthis_native_toolbox {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 55px;
}
.addthis_native_toolbox .addthis_button_pinterest_pinit {
  display: none;
}

.product-options {
  position: relative;
  background: none;
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.product-options dt {
  float: left;
  padding: 10px 0 0;
  font-weight: normal;
  margin-right: 20px;
  position: relative;
}
.product-options dt:before {
  content: "*";
  position: absolute;
  right: -10px;
  top: 10px;
}
.product-options dt label {
  font-weight: 400;
  color: #333;
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}
.product-options dt label.required em {
  color: #eb340a;
  margin-left: 5px;
  display: none;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd {
  padding: 5px 0;
  margin: 0;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.product-options dl.last > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.product-options dd input.input-text {
  width: 98%;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  padding: 8px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #888;
  background: #fffaff;
  border: 1px solid #ddd;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #ff1313;
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}

.product-view .product-shop .grouped-items-table {
  margin: 20px 0;
}
.product-view .product-shop .grouped-items-table thead th {
  text-align: left;
}
.product-view .product-shop .grouped-items-table input.qty {
  text-align: center;
}
.product-view .product-shop .grouped-items-table .special-price .price {
  font-size: 16px;
}
.product-view .product-shop .grouped-items-table .regular-price .price {
  font-size: 16px;
}
.product-view .product-shop .optitle {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.product-view .product-shop .optitle:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #647795;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.product-options-bottom {
  background: none;
  border-top: 0;
}
.product-options-bottom .product-pricing {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
.product-options-bottom .price-box {
  margin: 0;
  padding: 0;
}
.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px;
}

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .add-to-cart {
  margin: 0px 0 15px;
}

.product-shop .product-options-bottom .price-box {
  margin: 10px 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
  display: none;
}

.product-collateral {
  margin: 30px 0;
}
.product-collateral .box-tabs {
  display: inline-block;
  margin-top: 80px;
  background: #fffaff;
}

.product-tabs {
  overflow: hidden;
  margin: 0;
}
.product-tabs li {
  float: left;
  font-size: 1.1em;
  line-height: 1em;
}
.product-tabs li.active a {
  position: relative;
}
.product-tabs li.active a:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #647795;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.product-tabs a {
  display: block;
  padding: 7px 0px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-left: 40px;
}
.product-tabs li.first a {
  padding-left: 0;
  margin-left: 0;
}
.product-tabs a:hover, .product-tabs li.active a {
  color: #647795;
}

.box-tabs {
  display: inline-block;
  margin-top: 80px;
  background: #fffaff;
}

.product-tabs-content {
  width: 100%;
  padding: 25px 20px 20px;
  padding-left: 0;
  background: #fffaff;
}
.product-tabs-content h2 {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
.product-tabs-content .std {
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #666;
  line-height: 25px;
}
.product-tabs-content .data-table th {
  text-align: left;
  border-right: 1px solid #eee;
}
.product-tabs-content .data-table td {
  padding: 15px;
}
.product-tabs-content .box-tags .form-add label {
  display: none;
}

#product_tabs_description_contents h2 {
  display: none;
}

.box-reviews {
  background: #fffaff;
  padding: 15px;
}
.box-reviews .review-col1 dt {
  font-family: "Lora", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #333;
}
.box-reviews .review-col1 dt a {
  color: #888;
}
.box-reviews .review-col1 dd {
  font-family: "Lora", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #888;
}
.box-reviews .review-col2 {
  font-family: "Lora", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #888;
}
.box-reviews .review-col2 h2 {
  font-style: normal;
}
.box-reviews .review-col2 h3 {
  color: #333;
  margin-bottom: 15px;
}
.box-reviews .review-col2 input.input-text, .box-reviews .review-col2 select, .box-reviews .review-col2 textarea {
  background: #fffaff;
}
.box-reviews .product-tabs-content input.input-text {
  background: #fffaff;
}
.box-reviews .product-tabs-content p.note {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

#product-review-table {
  margin: 10px 0;
  width: auto;
}

.review-col2 h3, .review-col2 h4 {
  font-size: 13px;
  font-weight: normal;
}

.box-tags .input-box {
  margin-bottom: 10px;
}
.box-tags input.input-text {
  width: 50%;
  display: block;
  height: 40px;
  background: #fffaff;
}
.box-tags p.note {
  margin: 10px 0;
}

#product-review-table .item {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
#product-review-table .item:first-child {
  border-top: 1px solid #ebebeb;
}

.stars-wrapper span.vote {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
}
.stars-wrapper .value {
  color: #aaa;
  cursor: pointer;
  float: left;
  font-size: 1.16em;
  margin-right: 5px;
}

.box-reviews .stars-wrapper .value i {
  position: relative;
  transition: color 100ms ease 0s;
  z-index: 4;
}
.box-reviews .stars-wrapper .value i.active {
  color: #ffd322;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25;
}

/*-------------price-slider------------------------*/
.sidebar .block-content dd.even .price .text-box {
  margin: 25px 0;
}

/*----------------------catalog-product-view------------------------*/
.catalog-product-view .box-tabs .product-tabs {
  display: inline-block;
}

.bg {
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  position: fixed !important;
}

/* Megamenu ===========================================================*/
.nav-container {
  position: relative;
  z-index: 98;
  background: #fffaff;
  border-top: 1px solid #eee;
  box-shadow: 11px 7px 21px #F5F5F5;
}

/*Header sticky */
.fix-nav {
  z-index: 999;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}
.fix-nav .nav_megamenu .megamenu .level-top a, .fix-nav .nav_megamenu .megamenu .level-top span.block-title {
  padding: 12px 20px;
}
.fix-nav .nav_megamenu .megamenu .level-top a:before, .fix-nav .nav_megamenu .megamenu .level-top span.block-title:before {
  top: 24px;
}
.fix-nav .nav_megamenu .megamenu .dropdown {
  top: 56px;
}
.fix-nav div.megamenu ul.level0 {
  top: 56px;
}

.nav_megamenu {
  position: relative;
  font-size: 13px;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  border-right: 1px solid #eee;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.nav_megamenu div.megamenu {
  float: left;
  position: relative;
  width: 20%;
  border-left: 1px solid #eee;
}
.nav_megamenu div.megamenu:hover {
  background: #647795;
}
.nav_megamenu div.megamenu:hover div.level-top > a {
  color: #fff;
  font-size: 13px;
}
.nav_megamenu div.nav_product .dropdown {
  width: 100% !important;
  left: 0 !important;
}
.nav_megamenu div.megamenu {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_megamenu div.megamenu .level-top {
  position: relative;
  overflow: hidden;
  height: 80px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_megamenu div.megamenu .level-top .level-top-icon {
  position: absolute;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_megamenu div.megamenu .level-top > a {
  display: inline-block;
  text-align: center;
  padding-left: 50px;
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_megamenu div.megamenu .hot, .nav_megamenu div.megamenu .new {
  display: none;
}
.nav_megamenu div.megamenu:hover .level-top .new, .nav_megamenu div.megamenu:hover .level-top .hot {
  top: -10px;
}
.nav_megamenu div.megamenu.active .level-top .new, .nav_megamenu div.megamenu.active .level-top .hot {
  top: -10px;
}
.nav_megamenu div.megamenu.nav-1 .level-top-icon {
  top: -124px;
  left: 30px;
}
.nav_megamenu div.megamenu.nav-1:hover .level-top-icon {
  top: 7px;
}
.nav_megamenu div.megamenu.nav-2 .level-top-icon {
  top: -124px;
  left: 30px;
}
.nav_megamenu div.megamenu.nav-2:hover .level-top-icon {
  top: 9px;
}
.nav_megamenu div.megamenu.nav-3 .level-top-icon {
  top: -124px;
  left: 30px;
}
.nav_megamenu div.megamenu.nav-3:hover .level-top-icon {
  top: 5px;
}
.nav_megamenu div.megamenu.nav-4 .level-top-icon {
  top: -124px;
  left: 30px;
}
.nav_megamenu div.megamenu.nav-4:hover .level-top-icon {
  top: 6px;
}
.nav_megamenu div.megamenu.nav-5 .level-top-icon {
  top: -124px;
  left: 30px;
}
.nav_megamenu div.megamenu.nav-5:hover .level-top-icon {
  top: 3px;
}

.fix-nav div.megamenu .hot, .fix-nav div.megamenu .new {
  top: 0;
}

.nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title {
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #555;
  border: none;
  position: relative;
  line-height: 80px;
}
.nav_megamenu div.megamenu .level-top a > .fa, .nav_megamenu div.megamenu .level-top span.block-title > .fa {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #373737;
  display: none;
}
.nav_megamenu div.megamenu.active .level-top a {
  color: #647795;
}
.nav_megamenu div.megamenu .level-top a:hover, .nav_megamenu div.megamenu .level-top span.block-title:hover {
  color: #647795;
}
.nav_megamenu #megamenu_link ul li a:hover {
  color: #647795;
}
.nav_megamenu div#megamenu_home .level-top a {
  font-size: 32px;
  border-left: 1px solid #ebebeb;
  line-height: 28px;
}
.nav_megamenu div.megamenu.act .level-top a {
  color: #647795;
}
.nav_megamenu div.megamenu.megamenu_no_child .level-top a > .fa {
  display: none;
}
.nav_megamenu div.megamenu div.dropdown {
  position: absolute;
  text-align: left;
  margin: 0;
  z-index: 9;
  top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  width: 1170px !important;
  display: none;
  background: #333;
  opacity: 0.96;
  filter: alpha(opacity=96);
}
.nav_megamenu div.megamenu div.dropdown .block_dropmenu {
  padding: 40px 0;
  border-bottom: 1px solid #444;
}
.nav_megamenu div.megamenu div.dropdown .block_dropmenu .fa {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding-left: 5px;
  font-family: "FontAwesome";
  color: #fff;
  background: #555;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_megamenu div.megamenu div.dropdown .block_dropmenu .fa:hover {
  background: #647795;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.nav_megamenu div.megamenu div.dropdown .block_dropmenu .texts a {
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.nav_megamenu div.megamenu div.dropdown .block_dropmenu .texts span {
  color: #888;
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.nav_megamenu div.megamenu .block2 p {
  color: #888;
  font-size: 14px;
  font-style: italic;
  font-family: "Lora", sans-serif;
  font-weight: 400;
}
.nav_megamenu div.megamenu:hover div.dropdown {
  display: inline-block;
}
.nav_megamenu div.dropdown a {
  display: block;
  line-height: 25px;
}
.nav_megamenu .dropdown-parent div.dropdown {
  width: 100% !important;
  clear: both;
  right: 0;
  left: auto !important;
}
.nav_megamenu .itemMenu a.level1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ddd;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 42px;
}
.nav_megamenu .itemMenu a.level1:before {
  width: 30px;
  height: 3px;
  background: #647795;
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
}
.nav_megamenu .itemMenu a.level2, .nav_megamenu .itemMenu a.level3 {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
  font-style: italic;
  line-height: 30px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_megamenu .itemMenu a.level2:hover, .nav_megamenu .itemMenu a.level3:hover {
  padding-left: 10px;
}
.nav_megamenu .itemMenu a:hover {
  color: #647795;
}
.nav_megamenu .itemMenu a:hover:before {
  background: #647795;
}
.nav_megamenu div.column {
  float: left;
  width: 170px;
  margin-right: 15px;
}
.nav_megamenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.nav_megamenu div.column.blockright {
  width: 542px;
  float: right;
}
.nav_megamenu div.column.blockright .box-img {
  float: left;
  margin-right: 30px;
}
.nav_megamenu div.column.blockright .img2 {
  margin-right: 0;
}
.nav_megamenu div.itemSubMenu {
  padding-top: 5px;
  margin-bottom: 15px;
}
.nav_megamenu .block2 {
  float: left;
  padding: 40px 0;
}
.nav_megamenu .block2 img {
  margin: 0 10px;
}
.nav_megamenu div.dropdown .block1 {
  overflow: hidden;
  float: left;
  padding: 48px 0;
  border-bottom: 1px solid #444;
}
.nav_megamenu div.dropdown .block1 .block-contain {
  padding: 25px;
}
.nav_megamenu div.dropdown .blockright img {
  max-width: 100%;
}
.nav_megamenu #megamenu_link {
  padding: 0;
}
.nav_megamenu #megamenu_link p a {
  float: left;
  position: relative;
}
.nav_megamenu #megamenu_link .level-top ul li {
  float: left;
  list-style: none;
}
.nav_megamenu #megamenu_link .level-top ul li a {
  float: left;
  padding: 0 10px;
  display: block;
}
.nav_megamenu #megamenu_extra .dropdown {
  width: 970px !important;
}
.nav_megamenu .clearBoth {
  clear: both;
}

div.megamenu.level0 {
  position: relative;
}
div.megamenu ul.level0 {
  position: absolute;
  left: 0;
  top: 80px;
  text-align: left;
  width: 232px;
  background: #333;
  opacity: 0.96;
  filter: alpha(opacity=96);
  display: none;
}
div.megamenu:hover ul.level0 {
  display: block;
}
div.megamenu ul.level0 li.level1 {
  position: relative;
}
div.megamenu ul.level0 li.level1 a {
  display: block;
  line-height: 53px;
  padding-left: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
div.megamenu ul.level0 li.level1 a:hover {
  color: #647795;
}
div.megamenu ul.level0 li.level1.parent:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 18px;
  color: #fff;
  font-size: 12px;
}
div.megamenu ul.level0 li.level1 ul.level1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 232px;
  background: #333;
  opacity: 0.96;
  filter: alpha(opacity=96);
  display: none;
}
div.megamenu ul.level0 li.level1:hover ul.level1 {
  display: block;
}
div.megamenu ul.level0 li.level1:hover.parent:before {
  color: #647795;
}

/*Custommenu*/
.custom-menu-wrapper .menu-col .menu-custom-title .fa {
  float: left;
  font-size: 23px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
}
.custom-menu-wrapper .menu-col:hover .menu-custom-title .fa {
  background: #333;
  color: #fff;
  border-color: #333;
}
.custom-menu-wrapper .menu-col .menu-custom-title h3 {
  position: relative;
  float: left;
  margin-top: 10px;
  padding-bottom: 5px;
}
.custom-menu-wrapper .menu-col .menu-custom-title h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ddd;
}
.custom-menu-wrapper .menu-col a {
  display: inline-block;
  color: #aaa;
}
.custom-menu-wrapper .menu-col a:hover {
  text-decoration: underline;
}
.custom-menu-wrapper .menu-col .menu-custom-des {
  clear: both;
  padding-top: 15px;
}

.nav_megamenu .block2 .banner-custom {
  margin-top: 20px;
}
.nav_megamenu .block2 .banner-custom img {
  margin: 0;
}

.navbar {
  border-radius: 0;
  margin: 0;
  z-index: 99;
  border: none;
}

#navbar-inner.navbar-inactive .mobilemenu {
  display: none;
}
#navbar-inner.navbar-active .mobilemenu {
  display: block;
}

.nav-collapse {
  text-align: left;
}

.navbar .nav > li {
  padding: 10px 30px 20px 0;
}

/*----------- Mobile Menu -------------*/
#nav-mobilemenu {
  height: auto;
  display: none;
  float: left;
  width: 100%;
  margin: 0;
}

.navbar-inner {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  height: 50px;
}

.navbar .btn-navbar {
  margin: 17px 0px 0 0;
  border: 0 !important;
  box-shadow: none !important;
  float: right;
}

.navbar .brand {
  color: #333;
  text-transform: capitalize;
  height: auto;
  line-height: 20px;
  text-shadow: none;
  font-size: 20px;
  padding: 15px 0;
  float: left;
  font-weight: bold;
}

.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  border-bottom: 1px solid #e0d8d8;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #888;
  margin: 0;
  display: block;
  text-transform: capitalize;
  cursor: pointer;
}
.mobilemenu li.blog a {
  border: none;
}
.mobilemenu ul a {
  color: #262626;
}
.mobilemenu a:hover {
  text-decoration: underline;
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
.mobilemenu span.head {
  position: absolute;
  top: 8px;
  right: 3px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
.mobilemenu li.active > span.head a, .mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}

/* Vmegamenu ==================================================*/
.col-left.sidebar .nav-inner .vmegamenu-contain img.level-top-icon {
  display: none;
}

.nav-vcontainer {
  position: relative;
  margin-bottom: 45px;
}

.vmegamenu-title {
  padding: 0 0px 40px 0;
  background: #fffbff;
}
.vmegamenu-title h2 {
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}
.vmegamenu-title h2:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #647795;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.vmegamenu-contain {
  margin-bottom: 0px;
}

.nav_vmegamenu li {
  padding: 0 10px;
}
.nav_vmegamenu li.parent {
  position: relative;
  position: relative;
}
.nav_vmegamenu li.parent:before {
  content: "+";
  font-size: 14px;
  color: #555;
  position: absolute;
  right: 1px;
  top: 10px;
}
.nav_vmegamenu li.parent > a {
  display: inline-block;
}
.nav_vmegamenu li.parent > a:after {
  display: inline-block;
  padding-left: 15px;
  top: 0;
  color: #666;
  font-size: 16px;
  line-height: 16px;
}
.nav_vmegamenu li.parent > a:hover:after {
  color: #647795;
  padding-left: 25px;
}
.nav_vmegamenu li ul {
  width: 100%;
  left: 100%;
  top: -1px;
  z-index: 999;
  background: #fffaff;
  display: none;
}
.nav_vmegamenu li a {
  display: block;
  font-size: 13px;
  font-family: "Lora", sans-serif;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-style: italic;
  color: #666;
  text-transform: capitalize;
  line-height: 33px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.nav_vmegamenu li a:hover {
  color: #647795;
  padding-left: 15px;
}
.nav_vmegamenu li.level0 > a {
  font-weight: 700;
  font-size: 13px;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #555;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.nav_vmegamenu li.level0 > a:hover {
  padding-left: 0;
  color: #555;
}
.nav_vmegamenu li:hover.parent:before {
  content: "-";
}
.nav_vmegamenu > li:hover > ul.level0 {
  display: block;
}
.nav_vmegamenu > li > ul.level0 > li:hover ul.level1, .nav_vmegamenu > li > ul.level0 > li ul.level1 > li:hover ul.level2 {
  display: block;
}
.nav_vmegamenu > li.level0 {
  padding: 0;
}
.nav_vmegamenu > li.level0:last-child {
  border-bottom: 0;
}

.box-link li a {
  display: block;
  line-height: 25px;
}

#search_mini_form {
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 30px;
}
#search_mini_form:after {
  display: table;
  content: "";
  clear: both;
}
#search_mini_form:hover {
  cursor: pointer;
}
#search_mini_form .top-search {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #555;
}
#search_mini_form .top-search:hover {
  cursor: pointer;
}

.form-search {
  border: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  margin: 0;
  width: 320px;
  height: 40px;
  display: none;
}
.form-search label {
  font-weight: normal;
  margin: 0;
}
.form-search #cat {
  float: left;
  width: auto !important;
  border-right: 2px solid #e5e5e5;
  margin-top: 5px;
  display: none;
}
.form-search .dd-select {
  background: none !important;
  border: none;
  margin-left: 15px;
  width: 151px !important;
}
.form-search .dd-selected {
  background: none;
  border: none;
  text-align: left;
  box-shadow: none;
  font-weight: normal;
  color: #888888;
  line-height: 15px;
  padding-right: 20px;
}
.form-search input.input-text {
  width: 83%;
  background: #333444;
  float: left;
  border: none;
  font-size: 14px;
  color: #888;
  font-weight: normal;
  font-family: "Lora", sans-serif;
  font-style: italic;
  text-transform: capitalize;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
}
.form-search button.button {
  background: #333444;
  margin: 0;
  width: 16%;
  height: 40px;
  float: right;
}
.form-search button.button .fa-times {
  display: none;
}
.form-search button.button span .fa {
  font-size: 18px;
  color: #888;
}
.form-search button.button:hover span .fa {
  color: #fffaff;
}
.form-search .dd-pointer {
  right: 15px;
  color: #333;
  border: solid 4px transparent;
}
.form-search #cat .dd-options {
  border: 2px solid #444;
  box-shadow: none;
  height: 405px;
  overflow: auto !important;
  border-top: 0;
  background: #333;
  margin-top: 7px;
  margin-left: -2px;
}
.form-search #cat a.dd-option {
  padding: 5px 10px;
  background: none;
  border-bottom: 1px solid #444;
  color: #777;
  font-size: 13px;
}
.form-search #cat a.dd-option:hover {
  color: #fff;
  background: #222;
}
.form-search .dd-pointer-down {
  border-top: solid 4px #aaa !important;
}
.form-search .dd-pointer-down.dd-pointer-up {
  border-bottom: solid 4px #aaa !important;
  border-top: none !important;
  margin-top: -4px;
}
.form-search #cat a.dd-option label {
  font-weight: normal;
}
.form-search .search-autocomplete {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.form-search .search-autocomplete ul li {
  padding-left: 5px;
  cursor: default;
}
.form-search .search-autocomplete ul li.selected {
  background: #eee;
}

.search-keyword a {
  color: #555;
  font-weight: 500;
}
.search-keyword a:hover {
  text-decoration: underline;
}
.search-keyword .title {
  font-weight: bold;
}

/*----------------------------------------------- Banner Slider -----------------------------------------------*/
/* Direction Nav */
.banner-slideshow {
  position: relative;
  margin-bottom: 10px;
}

.nivo-directionNav a {
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  background: #647795;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-family: "Lora", sans-serif;
  font-size: 0px;
  text-transform: uppercase;
  word-break: break-all;
  padding: 12px;
  letter-spacing: 4px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.nivo-directionNav a:before {
  font-family: "FontAwesome";
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
}
.nivo-directionNav a:hover {
  background: #e19824;
  color: #000;
}
.nivo-directionNav .nivo-nextNav {
  right: 100px;
}
.nivo-directionNav .nivo-nextNav:before {
  content: "\f105";
  margin-left: -3px;
}
.nivo-directionNav .nivo-prevNav {
  left: 100px;
}
.nivo-directionNav .nivo-prevNav:before {
  content: "\f104";
  margin-left: -4px;
}

/* Control Nav */
.nivoslider {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.nivoslider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.nivo-controlNav {
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.nivo-controlNav a {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background-color: #e19824;
}

.nivo-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.nivo-caption .LeftToRight .title {
  position: absolute;
  left: 50%;
  margin-left: -340px;
  top: 200px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 3px solid yellow;
  padding-right: 20px;
  z-index: 99;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  -moz-animation: fadeInDown 0.5s ease-in-out;
  -ms-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.nivo-caption .LeftToRight .description {
  position: absolute;
  left: 50%;
  margin-left: -190px;
  bottom: 80px;
  z-index: 99;
  text-align: left;
  font-size: 14px;
  color: #fff;
  background: rgba(232, 59, 79, 0.9);
  font-size: 30px;
  padding: 15px 20px 10px 50px;
  min-width: 400px;
  line-height: 20px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-animation: fadeInLeft 1.5s ease-in-out;
  -moz-animation: fadeInLeft 1.5s ease-in-out;
  -ms-animation: fadeInLeft 1.5s ease-in-out;
  animation: fadeInLeft 1.5s ease-in-out;
}
.nivo-caption .LeftToRight .description span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.nivo-caption .LeftToRight .description:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  border-left: 25px solid transparent;
  border-bottom: 65px solid rgba(232, 59, 79, 0.9);
  z-index: 9;
}
.nivo-caption .LeftToRight .readmore {
  position: absolute;
  left: 50%;
  bottom: 92px;
  margin-left: 150px;
  z-index: 99;
  -webkit-animation: fadeInLeft 1.5s ease-in-out;
  -moz-animation: fadeInLeft 1.5s ease-in-out;
  -ms-animation: fadeInLeft 1.5s ease-in-out;
  animation: fadeInLeft 1.5s ease-in-out;
}
.nivo-caption .LeftToRight .readmore a {
  font-size: 0;
  color: #fff;
  font-family: "icomoon";
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nivo-caption .LeftToRight .readmore a:before {
  margin-right: 7px;
}
.nivo-caption .LeftToRight .readmore a:hover {
  color: #333;
}
.nivo-caption .RightToLeft {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 50%;
  font-weight: 500;
}
.nivo-caption .RightToLeft .title {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 70px;
  padding: 0 20px;
  background: #647795;
  z-index: 99;
  -webkit-animation: fadeInLeft 1s ease-in-out;
  -moz-animation: fadeInLeft 1s ease-in-out;
  -ms-animation: fadeInLeft 1s ease-in-out;
  animation: fadeInLeft 1s ease-in-out;
  letter-spacing: -1px;
}
.nivo-caption .RightToLeft .description {
  z-index: 99;
  text-align: left;
  width: 80%;
  font-size: 22px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  line-height: 20px;
  -webkit-animation: fadeInLeft 2s ease-in-out;
  -moz-animation: fadeInLeft 2s ease-in-out;
  -ms-animation: fadeInLeft 2s ease-in-out;
  animation: fadeInLeft 2s ease-in-out;
}
.nivo-caption .RightToLeft .readmore {
  z-index: 99;
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  -ms-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  display: inline-block;
  margin-top: 30px;
}
.nivo-caption .RightToLeft .readmore a {
  color: #fff;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #647795;
  padding: 11px 50px 11px 30px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.nivo-caption .RightToLeft .readmore a:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 22px;
  margin-left: 7px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.nivo-caption .RightToLeft .readmore a:hover {
  background: #000;
  color: #fff;
}

/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}

.nivo-html-caption {
  display: none;
}

/*Bx slider*/
.bx-title {
  margin-bottom: 56px;
  position: relative;
}
.bx-title:after {
  display: table;
  content: "";
  clear: both;
}
.bx-title h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  letter-spacing: -2px;
}
.bx-title a {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  float: right;
  line-height: 40px;
  letter-spacing: -0.7px;
}
.bx-title a:after {
  color: #647795;
  float: right;
  font-size: 16px;
  margin-left: 3px;
}
.bx-title a:hover {
  color: #647795;
}

.owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  background: #eee;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-family: "Lora", sans-serif;
  font-size: 0px;
  text-transform: uppercase;
  word-break: break-all;
  padding: 12px;
  letter-spacing: 4px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:before, .owl-theme .owl-controls .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  font-size: 22px;
  color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover, .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: #647795;
  color: #000;
}
.owl-theme .owl-controls .owl-next {
  right: -85px;
}
.owl-theme .owl-controls .owl-next:before {
  content: "\f105";
  margin-left: -3px;
}
.owl-theme .owl-controls .owl-next:hover:before {
  color: #fff;
}
.owl-theme .owl-controls .owl-prev {
  left: -85px;
}
.owl-theme .owl-controls .owl-prev:hover:before {
  color: #fff;
}
.owl-theme .owl-controls .owl-prev:before {
  content: "\f104";
  margin-left: -4px;
}
.owl-theme:hover .owl-controls .owl-nav .owl-prev, .owl-theme:hover .owl-controls .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*Categories Tabs ========================================*/
.cattabproducts {
  position: relative;
  min-height: 250px;
  padding-top: 30px;
  margin: 0 0 30px 0;
}
.cattabproducts .bx-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.cattabproducts .cattabs-products .products-grid .item-inner {
  margin-bottom: 0;
}

ul.cattabs {
  position: absolute;
  top: 40px;
  right: 0;
}
ul.cattabs li {
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-size: 18px;
  text-transform: uppercase;
  color: #888;
  font-family: "Lora", sans-serif;
  margin-right: 5px;
  padding-right: 15px;
}
ul.cattabs li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
ul.cattabs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
ul.cattabs li:last-child:before {
  content: "";
}
ul.cattabs li.active, ul.cattabs li:hover {
  color: #000;
}
ul.cattabs li.active:after, ul.cattabs li:hover:after {
  display: block !important;
}

.cattabproducts .owl-controls .owl-nav {
  top: -93px;
}

.cattabproducts .ajax_loading {
  position: absolute;
}

/*Products Tabs ========================================*/
.producttabs-container {
  min-height: 330px;
  position: relative;
  padding: 25px 0 38px;
  text-align: center;
}
.producttabs-container .bx-title {
  margin-bottom: 60px;
}
.producttabs-container .ajax_loading {
  position: absolute;
}
.producttabs-container .producttabs-products {
  background: #fff;
}
.producttabs-container .producttabs-products .col-product {
  padding: 0;
}
.producttabs-container .products-grid .item .item-inner, .producttabs-container .producttabs-products .item .item-inner {
  margin: 0;
  margin-bottom: 50px;
}
.producttabs-container .products-grid .item .item-inner .product-shop, .producttabs-container .producttabs-products .item .item-inner .product-shop {
  background: #fff;
  padding: 5px 0px;
  padding-top: 16px;
  min-width: 100%;
}
.producttabs-container .products-grid .item .item-inner .product-shop .product-name a, .producttabs-container .producttabs-products .item .item-inner .product-shop .product-name a {
  font-size: 24px;
}
.producttabs-container .products-grid .item .item-inner .product-shop .product-name, .producttabs-container .products-grid .item .item-inner .product-shop .price-box, .producttabs-container .producttabs-products .item .item-inner .product-shop .product-name, .producttabs-container .producttabs-products .item .item-inner .product-shop .price-box {
  margin: 0;
}
.producttabs-container .products-grid .item .item-inner .product-shop .ratings span.amount, .producttabs-container .producttabs-products .item .item-inner .product-shop .ratings span.amount {
  display: none;
}
.producttabs-container .products-grid .item .item-inner .product-shop .price-box, .producttabs-container .producttabs-products .item .item-inner .product-shop .price-box {
  margin-top: 5px;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links button.btn-cart, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links button.btn-cart {
  height: 36px;
  background: #e19824;
  width: 100%;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links button.btn-cart span span, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links button.btn-cart span span {
  width: 23px;
  height: 27px;
  font-size: 0;
  display: inline-block;
  background: url(../images/backgroud.png) -86px -240px no-repeat;
  border: none;
  padding: 0;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links button.btn-cart:hover, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links button.btn-cart:hover {
  background: #647795;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links .wishlist a, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links .wishlist a {
  display: inline-block;
  width: 100%;
  background: #e19824;
  color: #fff;
  text-align: center;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links .wishlist a span, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links .wishlist a span {
  height: 36px;
  font-size: 28px;
  line-height: 35px;
  padding-top: 1px;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links .wishlist:hover a, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links .wishlist:hover a {
  background: #647795;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links .quick_view, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links .quick_view {
  background: #212121;
  height: 36px;
  text-align: center;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links .quick_view a, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links .quick_view a {
  height: 21px;
  display: inline-block;
  width: 32px;
  background: url(../images/backgroud.png) -82px -110px no-repeat;
  line-height: 36px;
  vertical-align: middle;
  margin-top: 7px;
}
.producttabs-container .products-grid .item .item-inner .product-shop .add-to-links .quick_view:hover, .producttabs-container .producttabs-products .item .item-inner .product-shop .add-to-links .quick_view:hover {
  background: #fe5555;
}

#tabs-title {
  position: relative;
}
#tabs-title li {
  display: inline-block;
}
#tabs-title li h3 {
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-size: 24px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  margin-right: 15px;
  padding-right: 60px;
}
#tabs-title li h3:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 16px;
  width: 8px;
  height: 8px;
  background: url(../images/backgroud.png) -94px -339px no-repeat;
}
#tabs-title li:last-child h3 {
  padding-right: 0;
  margin-right: 0;
}
#tabs-title li:last-child h3:before {
  display: none;
}
#tabs-title li.active h3, #tabs-title li:hover h3 {
  color: #373737;
}
#tabs-title:before {
  content: "";
  width: 176px;
  height: 23px;
  background: url(../images/backgroud.png) -10px -12px no-repeat;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -88px;
}

/*FeaturedProducts ========================================*/
.featuredproduct {
  margin: 40px 0;
}
.featuredproduct .featured-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/*BestsellerProducts ========================================*/
.bestsellerproduct {
  margin-bottom: 30px;
}
.bestsellerproduct .bx-title h2 {
  float: left;
}

/*Saleproducts  ========================================*/
.saleproducts {
  margin-bottom: 30px;
}
.saleproducts .bx-title {
  margin-bottom: 38px;
}
.saleproducts .bx-title h2 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #647795;
  letter-spacing: 0;
  position: relative;
}
.saleproducts .bx-title h2:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fc5555;
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 0;
}
.saleproducts .item-inner:after {
  display: table;
  content: "";
  clear: both;
}
.saleproducts .item-inner .box-images {
  margin: 0;
  width: 70px;
  float: left;
  border-bottom: 0;
  margin-right: 20px;
}
.saleproducts .item-inner .product-shop {
  text-align: left;
}
.saleproducts .item-inner .product-shop h2.product-name {
  margin: 0;
  line-height: 18px;
  margin-bottom: 10px;
}
.saleproducts .item-inner .product-shop p.short-description {
  color: #888;
  line-height: 18px;
  margin-bottom: 20px;
}
.saleproducts .item-inner .product-shop .add-to-links {
  padding-bottom: 0;
}
.saleproducts .item-inner .product-shop .old-price {
  margin: 0;
  display: inline-block !important;
}
.saleproducts .item-inner .product-shop .old-price .price-label {
  display: none;
}
.saleproducts .item-inner .product-shop .old-price .price {
  font-size: 14px;
  color: #b5b5b5;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  position: relative;
  top: -1px;
}
.saleproducts .item-inner .product-shop .ratings {
  margin-bottom: 6px;
}
.saleproducts .item-inner:hover .ratings {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*Mostviewproducts  ========================================*/
.mostviewproducts {
  margin-bottom: 30px;
}
.mostviewproducts .products-grid {
  background: #fff;
}
.mostviewproducts .products-grid .item {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 15px;
}
.mostviewproducts .products-grid .item .item-inner {
  margin-bottom: 0;
  padding: 0;
}
.mostviewproducts .products-grid .item .item-inner .box-images {
  float: left;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 0;
}
.mostviewproducts .products-grid .item .item-inner .product-name {
  margin-bottom: 8px;
}
.mostviewproducts .products-grid .item .item-inner .product-name a {
  font-size: 16px;
  line-height: 16px;
}
.mostviewproducts .products-grid .item .item-inner .old-price {
  display: none;
}
.mostviewproducts .products-grid .item .item-inner .new-sale {
  display: none;
}

/*Newproducts  ========================================*/
.newproducts {
  margin-bottom: 20px;
}
.newproducts .new-sale {
  display: none;
}
.newproducts .products-grid .cart-btn {
  height: 28px;
}
.newproducts .products-grid .cart-btn button.btn-cart {
  height: 28px;
}
.newproducts .products-grid .cart-btn button.btn-cart span span {
  background: url(../images/backgroud.png) -6px -236px no-repeat;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.newproducts .products-grid .wishlist {
  height: 28px;
  background: #e19824;
}
.newproducts .products-grid .wishlist a {
  display: block;
  line-height: 28px;
}
.newproducts .products-grid .wishlist a span {
  border: none;
  padding: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  display: block;
  height: 28px;
}
.newproducts .products-grid .wishlist:hover {
  background: #647795;
}
.newproducts .products-grid .quick_view {
  margin-right: 0;
  height: 28px;
}
.newproducts .products-grid .quick_view a {
  border: none;
  padding: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  background: #212121;
  margin-top: 6px;
  background: url(../images/backgroud.png) -5px -116px no-repeat;
}
.newproducts .products-grid .quick_view a:hover {
  background: url(../images/backgroud.png) -5px -116px no-repeat;
}

/*randomproduct  ========================================*/
.randomproduct {
  margin-bottom: 30px;
}

/*Related Slider ========================================*/
.relatedslider .products-grid .item-inner {
  padding: 10px;
}
.relatedslider .products-grid .product-name {
  margin: 15px 0 0;
}
.relatedslider .related-subtitle {
  margin-bottom: 10px;
  text-align: left;
}
.relatedslider input.checkbox {
  display: inline-block;
  margin: 0 0 0 5px;
}

/*Uplsell Slider ========================================*/
.upsellslider {
  margin-top: 30px;
}
.upsellslider .products-grid .item-inner {
  padding: 15px;
}
.upsellslider .products-grid .item-inner .product-name {
  margin-top: 10px;
}
.upsellslider .products-grid .item-inner .price-box {
  margin-bottom: 5px;
  margin-top: 3px;
  text-align: left;
  float: left;
}
.upsellslider .products-grid .item-inner .price-box .old-price {
  line-height: 27px;
}
.upsellslider .products-grid .item-inner .cart button.button {
  float: left;
}
.upsellslider .products-grid .item-inner .cart button.button span span {
  display: inline-block;
  font-size: 12px;
  color: #888;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 43px;
  padding: 0 20px;
  background: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.upsellslider .products-grid .item-inner .cart button.button:hover span span {
  background: #647795;
  border: 1px solid #647795;
  color: #fff;
}
.upsellslider .products-grid .item-inner .bx-title {
  padding-bottom: 15px;
}
.upsellslider .products-grid .item-inner:hover .ratings {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*Cloud Zoom Thumnail Slider ========================================*/
.more-views .owl-controls {
  display: none;
}
.more-views .owl-controls .owl-nav .owl-prev {
  left: 0px;
  background: none;
}
.more-views .owl-controls .owl-nav .owl-prev:hover {
  background: none;
}
.more-views .owl-controls .owl-nav .owl-prev:hover:before {
  color: #647795;
}
.more-views .owl-controls .owl-nav .owl-next {
  right: 0px;
  background: none;
}
.more-views .owl-controls .owl-nav .owl-next:hover {
  background: none;
}
.more-views .owl-controls .owl-nav .owl-next:hover:before {
  color: #647795;
}
.more-views:hover .owl-controls {
  display: block;
}
.more-views ul li {
  float: left;
  margin-right: 16px;
  margin-bottom: 15px;
}
.more-views ul li:last-child {
  margin-right: 0;
}

/*Deal Products ========================================*/
.dailydeals .products-grid .item .item-inner {
  margin-bottom: 0;
}
.dailydeals .products-grid .item .item-inner .pro-sale {
  position: absolute;
  top: 50px;
  left: -53px;
  width: 272px;
  height: 70px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: url(../images/bg-icon.png) 100% 0 no-repeat;
  text-align: center;
  line-height: 55px;
  font-family: "Lora", sans-serif;
  font-size: 26px;
  color: #000000;
}
.dailydeals .products-grid .item .item-inner .pro-sale .label-sale {
  margin-left: 7px;
}
.dailydeals .products-grid .item .item-inner button.button {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 99;
  top: 50%;
  margin-top: -27px;
}
.dailydeals .products-grid .item .item-inner button.button span span {
  font-size: 16px;
  padding: 15px 70px;
}
.dailydeals .products-grid .item .item-inner .product-shop .product-name a {
  font-size: 26px;
}
.dailydeals .products-grid .item .item-inner .product-shop .desc {
  margin-bottom: 30px;
  color: #888;
}
.dailydeals .products-grid .item .item-inner .product-shop .ratings {
  margin: 15px 0;
}
.dailydeals .products-grid .item .item-inner .product-shop .price-box {
  margin-bottom: 40px;
}
.dailydeals .products-grid .item .item-inner .product-shop .special-price .price {
  font-size: 24px;
}
.dailydeals .box-timer .timer-view:after {
  display: table;
  content: "";
  clear: both;
}
.dailydeals .box-timer .timer-view > div {
  float: left;
  font-weight: 500;
  color: #647795;
  text-align: center;
  position: relative;
  letter-spacing: -0.8px;
  padding: 0;
  margin-right: 10px;
}
.dailydeals .box-timer .timer-view > div b {
  font-weight: normal;
}
.dailydeals .box-timer .timer-view > div .title {
  font-size: 14px;
  color: #222222;
  font-weight: normal;
}
.dailydeals .box-timer .timer-view > div .count {
  font-family: "Lora", sans-serif;
  color: #000;
  font-size: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 65px;
  border: 4px solid #000;
  display: block;
}

/*Brandlogo Slider ========================================*/
.brandlogo-contain {
  margin: 0 0 19px 0;
}

/*Catslider ========================================*/
.catslider {
  margin-bottom: 32px;
  margin-top: 100px;
}
.catslider .catslider-title-wrapper {
  text-align: center;
}
.catslider .catslider-title-wrapper ul#catsliders li {
  display: inline-block;
}
.catslider .catslider-title-wrapper ul#catsliders li a.catslider-item {
  height: 110px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-top: 80px;
  min-width: 85px;
}
.catslider .catslider-title-wrapper ul#catsliders li a.catslider-item span {
  width: 100%;
  display: inline-block;
}
.catslider .catslider-title-wrapper ul#catsliders li a.catslider-item img.imagehover {
  position: absolute;
  top: -76px;
}
.catslider .catslider-title-wrapper ul#catsliders li:hover a.catslider-item img.imagehover {
  top: 31px;
}
.catslider .catslider-title-wrapper ul#catsliders li:nth-child(4):hover a.catslider-item img.imagehover {
  top: 30px;
}
.catslider .catslider-title-wrapper ul#catsliders li:nth-child(5):hover a.catslider-item img.imagehover {
  top: 34px;
}
.catslider .catslider-title-wrapper .bx-wrapper {
  position: relative;
}
.catslider .catslider-title-wrapper .bx-wrapper .bx-prev, .catslider .catslider-title-wrapper .bx-wrapper .bx-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 0;
}
.catslider .catslider-title-wrapper .bx-wrapper .bx-prev:before, .catslider .catslider-title-wrapper .bx-wrapper .bx-next:before {
  font-family: "FontAwesome";
  font-size: 22px;
  color: #555;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-top: -17px;
}
.catslider .catslider-title-wrapper .bx-wrapper .bx-prev {
  left: -100px;
}
.catslider .catslider-title-wrapper .bx-wrapper .bx-prev:before {
  content: "\f104";
  margin-left: -4px;
}
.catslider .catslider-title-wrapper .bx-wrapper .bx-next {
  right: -100px;
}
.catslider .catslider-title-wrapper .bx-wrapper .bx-next:before {
  content: "\f105";
  margin-left: -3px;
}
.catslider .catslider-title-wrapper .bx-wrapper .disabled {
  display: none;
}
.catslider .catslider-title-wrapper .catslider-title {
  margin-bottom: 15px;
}
.catslider .catslider-title-wrapper .catslider-title h2 {
  position: relative;
}
.catslider .catslider-title-wrapper .catslider-title h2:before {
  width: 380px;
  height: 1px;
  display: inline-block;
  content: "";
  background: #eee;
  position: absolute;
  top: 50%;
  left: 0;
}
.catslider .catslider-title-wrapper .catslider-title h2:after {
  width: 380px;
  height: 1px;
  display: inline-block;
  content: "";
  background: #eee;
  position: absolute;
  top: 50%;
  right: 0;
}
.catslider .catslider-title-wrapper .desciption {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin-bottom: 50px;
}

/*====================================Quickviews============================================*/
.fancybox-outer .product-view .owl-theme .owl-controls .owl-nav .owl-prev, .fancybox-outer .product-view .owl-theme .owl-controls .owl-nav .owl-next {
  background: none;
}
.fancybox-outer .product-view .owl-theme .owl-controls .owl-nav .owl-prev:hover, .fancybox-outer .product-view .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-color: none;
  color: #ddd;
}

/* Homepage Blog Content ==================================================*/
.block-blog .block-content {
  padding-left: 15px;
}
.block-blog .block-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-wrapper {
  margin-bottom: 85px;
}

.blog-content {
  margin: 0;
}
.blog-content .blog-title {
  text-align: center;
}
.blog-content .blog-title h2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.blog-content .blog-title h2:before {
  width: 410px;
  height: 1px;
  display: inline-block;
  content: "";
  background: #eee;
  position: absolute;
  top: 50%;
  left: 0;
}
.blog-content .blog-title h2:after {
  width: 410px;
  height: 1px;
  display: inline-block;
  content: "";
  background: #eee;
  position: absolute;
  top: 50%;
  right: 0;
}
.blog-content .blog-title span {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.blog-content .item .item-inner {
  background: #fffaff;
  padding: 0;
  position: relative;
}
.blog-content .item .item-inner:hover .box-img:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 99;
}
.blog-content .item .item-inner:hover .box-img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.blog-content .item .box-img {
  overflow: hidden;
  position: relative;
}
.blog-content .item .box-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.blog-content .item .box-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: #333;
}
.blog-content .item .info-wrap {
  background: #fffaff;
}
.blog-content .item .info-wrap .box-info {
  background: #fffaff;
  padding: 20px 0px;
}
.blog-content .item .desc {
  margin: 12px 0 5px;
}
.blog-content .item .desc p {
  font-size: 14px;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  color: #949494;
  line-height: 24px;
}
.blog-content .item .title {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: #555;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.blog-content .item .title:hover {
  text-decoration: none;
  color: #647795;
}
.blog-content .item p.author {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  float: left;
  margin-right: 40px;
  position: relative;
}
.blog-content .item p.author:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  background: #aaa;
}
.blog-content .item p.author .fa {
  font-family: "FontAwesome";
  font-size: 14px;
  color: #aaa;
  margin-right: 5px;
}
.blog-content .item .comment {
  font-size: 13px;
  font-weight: normal;
  font-family: "Lora", sans-serif;
  color: #aaa;
}
.blog-content .item .comment a {
  font-size: 13px;
  font-weight: normal;
  font-family: "Lora", sans-serif;
  color: #aaa;
  font-style: italic;
}
.blog-content .item .comment a:hover {
  color: #e19824;
}
.blog-content .item .comment i.fa {
  font-size: 13px;
  color: #aaa;
}
.blog-content .item p.timer {
  font-size: 14px;
  font-weight: normal;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #aaa;
  display: inline-block;
  margin-right: 35px;
}
.blog-content .item p.timer i.fa {
  font-size: 16px;
  color: #aaa;
}
.blog-content .item .read-more {
  margin-top: 25px;
}
.blog-content .item .read-more a {
  display: inline-block;
  padding: 0px 27px;
  font-size: 13px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eee;
  color: #666;
}
.blog-content .item .read-more a:hover {
  color: #fff;
  background: #647795;
}
.blog-content .fa {
  color: #888;
  margin-right: 10px;
}
.blog-content li.item p.author {
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 1px;
  float: left;
  padding-right: 8px;
  border-right: 1px solid #f0f0f0;
  margin-right: 12px;
}
.blog-content li.item p.author .fa {
  margin-right: 3px;
  vertical-align: text-bottom;
}
.blog-content li.item p.comment {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.blog-content li.item p.comment a {
  margin-left: 3px;
}
.blog-content li.item p.des {
  margin: 0;
}
.blog-content li.item .des {
  margin-bottom: 10px;
}
.blog-content li.item .des p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.block-blog .menu-recent ul li {
  padding: 5px 0;
}
.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a, .block-blog .menu-tags ul li a {
  color: #666;
  text-transform: capitalize;
  padding: 5px 0;
}
.block-blog .menu-recent ul li a:hover, .block-blog .menu-categories ul li a:hover,
.block-blog .menu-tags ul li a:hover {
  color: #647795;
}

.blog-content .box-info .des img {
  display: none;
}

.postContent img {
  margin-bottom: 15px;
}

/* Blog Page ==================================================*/
.postWrapper {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.postWrapper .box-image {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #333;
  margin-bottom: 10px;
}
.postWrapper .box-image img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.postWrapper .box-image a {
  position: absolute;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  font-family: "FontAwesome";
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #647795;
  margin-top: -35px;
  top: 50%;
  margin-left: -35px;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.postWrapper:hover .box-image a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.postWrapper:hover .box-image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.postWrapper .post-author span, .postWrapper .post-author a {
  font-size: 13px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  color: #555;
  margin-right: 40px;
}
.postWrapper .post-author span.author {
  position: relative;
}
.postWrapper .post-author span.author:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 1px;
  height: 12px;
  top: 2px;
  right: -20px;
}

.postTitle {
  margin: 15px 0 0;
}
.postTitle h2 {
  font-size: 15px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  color: #555;
  font-weight: 700;
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.postTitle h3 {
  font-size: 11px;
  margin: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  color: #888;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}

.blog-index-list .sorter .sort-by {
  margin: 0;
}

.postTitle a {
  color: #333;
}
.postTitle a:hover {
  color: #647795;
}

.postContent {
  padding-bottom: 10px;
}
.postContent p {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  font-family: "Lora", sans-serif;
  font-style: italic;
  line-height: 25px;
}
.postContent a.aw-blog-read-more {
  display: inline-block;
  padding: 5px 0px;
  color: #e19824;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: underline;
  letter-spacing: 1px;
  display: none;
}
.postContent a.aw-blog-read-more:hover {
  color: #647795;
}

.postDetails {
  margin-bottom: 15px;
}
.postDetails span {
  margin-right: 20px;
  font-size: 14px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #888;
}
.postDetails span .fa {
  margin-right: 3px;
}
.postDetails span a {
  color: #888;
}
.postDetails span a:hover {
  color: #647795;
}

.postBookmarks {
  padding-bottom: 10px;
}
.postBookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}

.commentWrapper {
  padding-bottom: 15px;
}

.commentContent {
  padding-bottom: 0px;
}

.commentDetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentDetails h4.username {
  display: inline;
}

.postError {
  font-size: 16px;
}

.tags {
  font-weight: bold;
  padding-bottom: 10px;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-size: 12px;
  font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
  margin: 0;
}

.tagcloud {
  /* text-align:center; */
}

.tag-count-1 {
  font-size: 1em !important;
}

.tag-count-2 {
  font-size: 1.2em !important;
}

.tag-count-3 {
  font-size: 1.4em !important;
}

.tag-count-4 {
  font-size: 1.6em !important;
}

.tag-count-5 {
  font-size: 1.8em !important;
}

.tag-count-6, .tag-count-7, .tag-count-8, .tag-count-9, .tag-count-10 {
  font-size: 2em !important;
}

.block-blog .head h4 {
  padding-left: 20px;
}

.postWrapper .poster {
  display: inline;
}

.input-box.aw-blog-comment-area {
  width: 100%;
}

.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}

.block-blog .menu-categories {
  margin: 0 0 15px;
}

A.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}

.blog-post-view textarea {
  width: 100% !important;
}

.blog-index-list .main {
  margin-bottom: 0;
}
.blog-index-list .breadcrumbs ul li.home {
  padding-left: 20px;
}
.blog-index-list .breadcrumbs ul li.home span {
  color: #647795;
}
.blog-index-list .breadcrumbs ul li strong {
  text-decoration: none;
}
.blog-index-list .postter {
  padding-top: 40px;
}

.blog-post-view .breadcrumbs {
  margin-top: 20px;
}
.blog-post-view .breadcrumbs ul li strong {
  color: #bcbcbc;
  text-decoration: none;
}
.blog-post-view .breadcrumbs ul li span {
  color: #647795;
}
.blog-post-view .postWrapper {
  margin-bottom: 30px;
}
.blog-post-view .postWrapper .col-sm-6.imgaes {
  padding-left: 0;
}
.blog-post-view .postWrapper .postTitle {
  margin-top: 40px;
  margin-bottom: 20px;
}
.blog-post-view h4 {
  margin-top: 5px;
}
.blog-post-view .form-list label {
  font-family: "Lora", sans-serif;
  font-style: italic;
}
.blog-post-view .form-list input.input-text, .blog-post-view .form-list select, .blog-post-view .form-list textarea {
  background: #fffaff;
}

/* Cloudzoom ==================================================*/
.cloud-zoom-lens {
  border: 1px solid #ccc;
  margin: -1px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
  display: none;
}

.product-view .product-img-box .product-image-zoom {
  border: 2px solid #CCCCCC;
}

.lightbox {
  display: none;
}

/*##########--------------##########*/
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  /* background: url(../images/loading.gif) 50% 50% no-repeat;*/
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer > #hoverNav {
  left: 0;
}

#hoverNav a {
  outline: none;
}

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  /* Trick IE into showing hover */
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover {
  background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
  background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}

#imageData {
  padding: 0 10px;
  color: #666;
}
#imageData #imageDetails {
  width: 80%;
  float: left;
  text-align: left;
}
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 500px;
  background-color: #000;
}

/* Ajax Cart Mini - Loadding ==================================================*/
#wraper_ajax.loadding_ajaxcart, .ajax_loading, .loadding {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
}

.mini_cart_ajax.highlight .top-cart-content {
  display: block;
}

.wrapper_inboxCart {
  position: fixed;
  width: 320px;
  height: auto;
  background: #fff;
  z-index: 999999;
  border: 1px solid #ddd;
  opacity: 1;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -120px;
  display: block;
  padding: 0;
}

.wrapper_inboxCart p.info {
  color: #262626;
  font-size: 13px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 12px 10px;
  text-align: center;
  margin: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.51);
}

/* top cart  */
.header-cart-mini .top-cart-content {
  width: 310px;
  position: absolute;
  z-index: 100;
  top: 55px;
  right: -13px;
  background: #333;
  padding: 10px 20px 10px;
  text-align: left;
  display: none;
  color: #999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px -5px #999;
}
.header-cart-mini .top-cart-content:before {
  margin-left: -16%;
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  top: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
}
.header-cart-mini .top-cart-content:after {
  border-bottom: 11px solid #333;
  top: -10px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  zoom: 1;
  position: absolute;
  left: 100%;
  margin-left: -16%;
}

.top-subtotal {
  margin: 35px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ddd;
  text-align: left;
  clear: both;
  padding: 10px 0;
}
.top-subtotal span {
  text-align: right;
  color: #ddd;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.top-cart-content p.empty {
  position: relative;
}
.top-cart-content p.empty:before {
  width: 100%;
  height: 1px;
  background: #444;
  content: "";
  position: absolute;
  top: 40px;
}
.top-cart-content li.item {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #444444;
}
.top-cart-content .product-details {
  position: relative;
}
.top-cart-content .product-details .btn-remove {
  position: absolute;
  right: -20px;
  top: 4px;
}
.top-cart-content .product-details .btn-edit {
  position: absolute;
  right: -20px;
  top: 35px;
}
.top-cart-content .product-details .product-name a {
  color: #999;
}
.top-cart-content .product-details .product-name a:hover {
  color: #e19824;
}
.top-cart-content .actions {
  padding: 0;
  float: right;
  padding-top: 20px;
  border-top: 1px solid #444;
}
.top-cart-content .actions button.button span span {
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #647795;
  background-color: #647795;
  padding: 0 18px;
}
.top-cart-content .actions button.button.view-cart span span {
  margin-right: 5px;
}
.top-cart-content .actions button.button:hover span span {
  background: #e19824;
  color: #fff;
  border: 1px solid #e19824;
}

.top-cart-contain .product-details .price {
  width: auto;
  font-size: 15px;
  font-weight: bold;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

.fancybox-close {
  background: url("../images/btn_cloes_popup.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -20px;
  right: -24px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Content ==================================================*/
.banner-static-top {
  margin-top: 20px;
}
.banner-static-top .banner-box {
  padding: 0;
}

.footer-promotion {
  margin-bottom: 40px;
}

.block-promotion-content {
  margin-top: 120px;
}
.block-promotion-content .promotion {
  text-align: center;
  position: relative;
  border: 1px dashed #aaa;
  padding: 103px 0 30px 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.block-promotion-content .promotion h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #666;
  text-transform: uppercase;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.block-promotion-content .promotion p {
  font-family: "Lora", sans-serif;
  font-size: 14px;
  color: #aaa;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block;
  line-height: 34px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.block-promotion-content .promotion:hover {
  border: 1px dashed #647795;
}
.block-promotion-content .promotion:hover p, .block-promotion-content .promotion:hover h2 {
  color: #647795;
}
.block-promotion-content .promotion:hover:before {
  color: #647795;
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.block-promotion-content .promotion:before {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -23px;
  font-family: "Flaticon";
  color: #888;
  font-size: 46px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.block-promotion-content .blocks1:before {
  content: "\f106";
}
.block-promotion-content .blocks2:before {
  content: "\f103";
}
.block-promotion-content .blocks3:before {
  content: "\f107";
}

.blocks1,
.blocks2,
.blocks3 {
  position: relative;
}

.banner-box a {
  display: block;
  overflow: hidden;
}
.banner-box a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.home-banner-content {
  margin-bottom: 80px;
}

.banner-content .banner-box {
  padding: 0;
}

/*--------------------------------banner-content-2---------------------------------------*/
.banner-content-2 {
  display: inline-block;
  margin-top: 120px;
}
.banner-content-2 .box_img {
  width: 20%;
  float: left;
  overflow: hidden;
}
.banner-content-2 .box_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #333;
}
.banner-content-2 .box_img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.banner-content-2 .box_img:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner-content-2 .box_text {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.banner-content-2 .box_text:hover a {
  color: #647795;
  border: 1px dashed #647795;
}
.banner-content-2 .box_text a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  border: 1px dashed #666;
  line-height: 40px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  padding: 0 25px;
  display: inline-block;
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -66px;
}

/* About Us */
.about-page .block-title {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 25px 0 17px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.about-page .block-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  min-width: 200px;
  font-family: "Montserrat", sans-serif;
}
.about-page .block-title h2:after {
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -7px;
  left: 0px;
  content: '';
  background: #db4c52;
}
.about-page .col-sm-8 img {
  float: left;
  margin: 0px 20px 20px 0px;
  max-width: 380px;
  border: 1px solid #bebebe;
}

.red-color {
  color: #000000;
}

.about-page p {
  line-height: 22px;
  font-size: 13px;
  font-family: "Lora", sans-serif;
  font-style: italic;
  color: #888;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.service-box li, .leadership-block li {
  width: 48%;
  margin: 10px 0;
}

.service-box .icon-block {
  margin: 0px 20px 20px 0px;
  padding: 2px;
  border-radius: 50%;
}
.service-box .icon-block .fa {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  line-height: 80px;
  border: 3px solid #e2e2e2;
  color: #fff;
  background: #647795;
}
.service-box .icon-block span {
  display: none;
}

.leadership-block li img {
  float: left;
  margin: 0px 30px 30px 0px;
  max-width: 300px;
}

.service-box li h3, .leadership-block li h3 {
  font-weight: 400;
  font-size: 18px;
}

.read-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  background: #647795;
  color: #fff;
}
.read-btn:hover {
  background: #333;
  color: #fff;
}

/*Contact Us*/
.contact-page .fieldset {
  margin: 0;
}
.contact-page .maps {
  background: #fff;
  padding: 10px;
}
.contact-page .maps p {
  margin: 0;
}

.list-info {
  background: #fff;
  padding: 15px;
}
.list-info li {
  clear: both;
  padding-bottom: 20px;
}

.info-content em {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  float: left;
  margin-right: 15px;
  margin: 0 15px 30px 0;
  font-size: 0;
}
.info-content:hover em {
  background: #647795;
  color: #fff;
}
.info-content em:before {
  font-size: 14px;
}
.info-content em.fa-envelope:before {
  font-size: 12px;
}
.info-content h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #e19824;
}
.info-content .des-info {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
}
.info-content a {
  color: #888;
}
.info-content a:hover {
  text-decoration: underline;
}
.info-content a .des-info {
  color: #fff;
}

.bx-wrapper .products-grid .item {
  width: 214px;
  float: left;
}

/*-----------------------------------------------------------------------*/
/*Social Right*/
.block-social-right {
  right: 0;
  position: fixed;
  top: 150px;
  width: 45px;
  z-index: 999;
}

.social-icon {
  background: url("../images/social-icons.png") 0 0 no-repeat;
  display: block;
  float: right;
  width: 43px;
  height: 43px;
  margin-bottom: 2px;
}

.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #fff;
}

.social-icons a:hover {
  text-decoration: none;
}

#facebook-btn span {
  background-position: 13px 7px;
}

#linkedin-btn span {
  background-position: 12px -266px;
}

#twitter-btn span {
  background-position: 13px -39px;
}

#youtube-btn span {
  background-position: 12px -230px;
}

#pinterest-btn span {
  background-position: 12px -181px;
}

#googleplus-btn span {
  background-position: 13px -132px;
}

#instagram-btn span {
  background-position: 10px -300px;
}

#flickr-btn span {
  background-position: 10px -335px;
}

#web-btn span {
  background-position: 10px -403px;
}

#mail-btn span {
  background-position: 10px -369px;
}

#facebook-btn .social-icon {
  background-color: #3B5998;
}

#linkedin-btn .social-icon {
  background-color: #6eb8da;
}

#twitter-btn .social-icon {
  background-color: #62BDB2;
}

#googleplus-btn .social-icon, #pinterest-btn .social-icon {
  background-color: #DB4A39;
}

#youtube-btn .social-icon {
  background-color: #C4302B;
}

#instagram-btn .social-icon {
  background-color: #D2C5B3;
}

#flickr-btn .social-icon {
  background-color: #E4006B;
}

#mail-btn .social-icon {
  background-color: #2A056F;
}

#web-btn .social-icon {
  background-color: #000;
}

#popup-newsletter {
  background: url(../images/bg-popup-newsletter.jpg) #fff no-repeat;
  padding: 130px 70px 30px 500px;
  width: 970px !important;
  height: 540px !important;
  position: relative;
}
#popup-newsletter .fancybox-close {
  background: url("../images/btn_cloes_popup.png");
}
#popup-newsletter .block-title {
  text-align: left;
}
#popup-newsletter .block-title strong {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#popup-newsletter .form-subscribe-header {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  text-align: center;
}
#popup-newsletter .form-subscribe-header p {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
  text-align: left;
}
#popup-newsletter .input-box {
  position: relative;
  display: block;
}
#popup-newsletter input.input-text {
  display: block;
  width: 100%;
  text-indent: 20px;
  border: 1px solid #d3d3d3;
  background: none;
  height: 40px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-bottom: 24px;
}
#popup-newsletter .actions button.button span span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: #647795;
  line-height: 45px;
  border: none;
  padding: 0 32px;
  text-transform: uppercase;
}
#popup-newsletter .actions button.button:hover span span {
  background: #333;
}
#popup-newsletter .subscribe-bottom {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  font-style: italic;
  position: absolute;
  right: 45px;
  bottom: 25px;
}
#popup-newsletter .subscribe-bottom input {
  margin: -3px 5px 0 0;
}

.fancybox-nav {
  display: none;
}

.quickview-index-ajax .themes-demo-wrap {
  display: none;
}
.quickview-index-ajax.page-empty {
  padding: 0;
}

/*Block New Product*/
.new-product-side2 {
  position: relative;
}
.new-product-side2 a.new-product-side2-link {
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 5px 15px;
  background: #e19824;
}
.new-product-side2 a.new-product-side2-link:hover {
  color: #647795;
  background: #fff;
}
.new-product-side2:hover a.new-product-side2-link {
  left: 15px;
}

.banner-left {
  margin-bottom: 45px;
}
.banner-left a {
  display: block;
}

/*------------------------------------------home-banner-content---------------------------------------*/
.home-banner-content .banner {
  position: relative;
  overflow: hidden;
}
.home-banner-content .banner .banner1 a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.home-banner-content .banner a.shop {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #666;
  line-height: 36px;
  padding: 0 26px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  display: inline-block;
  position: absolute;
}
.home-banner-content .banner a.shop:hover {
  background: #647795;
  color: #fff;
}
.home-banner-content .banner .banner2 a.shop {
  top: 66%;
  right: 22%;
}
.home-banner-content .banner .banner3 a.shop {
  top: 77%;
  left: 50%;
  margin-left: -57px;
}

/*-------------------------------testimonial-wrapper-------------------------------*/
.testimonial-wrapper .testimonial-content {
  position: relative;
  margin-bottom: 65px;
}
.testimonial-wrapper .testimonial-content .testimonial-list {
  background: #01d3d0;
  padding: 22px 40px;
  display: inline-block;
}
.testimonial-wrapper .testimonial-content .testimonial-content-avatar {
  width: 106px;
  float: left;
}
.testimonial-wrapper .testimonial-content .testimonial-sidebar-content .std {
  padding-left: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.testimonial-wrapper .testimonial-content .testimonial-sidebar-content .std a {
  font-family: "Lora", sans-serif;
  font-size: 16px;
  color: #fff;
  font-style: italic;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.testimonial-wrapper .testimonial-content .testimonial-sidebar-content .std a:before {
  content: "";
  width: 10%;
  height: 1px;
  background: #fff;
  bottom: -12px;
  left: 0;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.testimonial-wrapper .testimonial-content .testimonial-sidebar-content .std a:hover:before {
  width: 100%;
}
.testimonial-wrapper .testimonial-content .post-by {
  padding-left: 150px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
}
.testimonial-wrapper .testimonial-content .post-by h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fbfe95;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 28px;
  position: relative;
}
.testimonial-wrapper .testimonial-content .post-by h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #fff;
  top: 3px;
  right: -18px;
}
.testimonial-wrapper .owl-controls {
  position: absolute;
  bottom: 12px;
  right: 10px;
}
.testimonial-wrapper .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 5px;
}
.testimonial-wrapper .owl-controls .owl-dots .active {
  background: #fbfe95;
}

.brandlogo-contain {
  margin-bottom: 65px;
}

/*---------------------------------------catalog-category-view------------------------------------------------*/
.wrap_content2 .newletter_wrap {
  text-align: center;
  position: relative;
  min-height: 400px;
  background: url(../images/img_newletter.jpg) no-repeat;
  padding-top: 100px;
}
.wrap_content2 .newletter_wrap .newletters {
  text-align: center;
  display: inline-block;
}
.wrap_content2 .newletter_wrap .newletters h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wrap_content2 .newletter_wrap .newletters > span {
  font-size: 14px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #888;
  display: inline-block;
  margin-bottom: 48px;
  width: 73%;
}
.wrap_content2 .newletter_wrap .newletters .subcribe-info {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.wrap_content2 .newletter_wrap .newletters .subcribe-info input.input-text {
  width: 100%;
  background: transparent;
  font-family: "Lora", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #999;
  line-height: 38px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 0 0 0 20px;
}
.wrap_content2 .newletter_wrap .newletters .subcribe-info button.button {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap_content2 .newletter_wrap .newletters .subcribe-info button.button span span {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #555;
  line-height: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #dddddd;
  border: 0;
  padding: 0 20px;
}
.wrap_content2 .newletter_wrap .newletters .subcribe-info button.button:hover span span {
  background: #647795;
  color: #fff;
}

/* Block Contact and Newsletter*/
.contact-newsletter-wrapper .contact-block, .contact-newsletter-wrapper .newsletter-block {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 360px;
}
.contact-newsletter-wrapper .contact-block:before, .contact-newsletter-wrapper .newsletter-block:before {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.contact-newsletter-wrapper .contact-block:before {
  right: 0;
  background: #fff;
}
.contact-newsletter-wrapper .contact-block h2 {
  font-weight: bold;
  font-size: 40px;
  color: #111;
}
.contact-newsletter-wrapper .contact-block h2 span {
  color: #888;
}
.contact-newsletter-wrapper .contact-block h5 {
  font-weight: bold;
  font-size: 16px;
  color: #647795;
  margin-bottom: 19px;
  line-height: 1.45;
}
.contact-newsletter-wrapper .contact-block p {
  color: #666;
  margin-bottom: 20px;
}
.contact-newsletter-wrapper .contact-block ul.contact-adress {
  font-weight: 500;
  line-height: 1.9;
}
.contact-newsletter-wrapper .contact-block ul.contact-adress li span {
  font-size: 0;
}
.contact-newsletter-wrapper .contact-block ul.contact-adress li span:before {
  font-size: 16px;
  padding-right: 15px;
  position: relative;
  top: 1px;
}
.contact-newsletter-wrapper .contact-block ul.contact-adress li span.icon-situation:before {
  content: "\e606";
}
.contact-newsletter-wrapper .contact-block ul.contact-adress li span.icon-auricular6:before {
  content: "\e604";
}
.contact-newsletter-wrapper .contact-block ul.contact-adress li span.icon-envelope54:before {
  content: "\e605";
}
.contact-newsletter-wrapper .newsletter-block {
  padding-left: 30px;
}
.contact-newsletter-wrapper .newsletter-block:before {
  left: 0;
  background: #e6e6e6;
}
.contact-newsletter-wrapper .newsletter-block h2 {
  font-weight: bold;
  font-size: 40px;
  color: #111;
  margin-bottom: 35px;
}
.contact-newsletter-wrapper .newsletter-block button.button span span {
  font-weight: bold;
}
.contact-newsletter-wrapper .newsletter-block form {
  display: block;
  margin-bottom: 25px;
}
.contact-newsletter-wrapper .newsletter-block form .input-mail {
  width: 390px;
  padding: 7px 10px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  border-top: none;
  border-right: none;
  border-left: 3px solid #c2c2c2;
  border-bottom: 3px solid #c2c2c2;
  background: none;
  margin-right: 20px;
}
.contact-newsletter-wrapper .newsletter-block form .submit {
  padding: 8px 33px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  border: 3px solid #575757;
  background: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contact-newsletter-wrapper .newsletter-block form .submit:hover {
  background: #647795;
  border-color: #647795;
  color: #fff;
}
.contact-newsletter-wrapper .newsletter-block p {
  font-weight: 500;
  color: #444;
}

/* ======================================================================================= */
.footer-wrapper {
  position: relative;
}

/*Back to Top*/
#back-top {
  top: 150px;
  position: absolute;
  right: 55px;
  z-index: 999;
  cursor: pointer;
  font-size: 0px;
  width: 50px;
  height: 100px;
  text-align: center;
  background: #e19824;
  font-family: "Lora", sans-serif;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#back-top:before {
  content: "\f176";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -12px;
}

/*main footer*/
.footer-main {
  background: #fffaff;
}

/*footer-information*/
.cms-index-index .footer-information {
  margin-top: 50px;
  border-top: 0;
}
.cms-index-index .footer-information .container {
  border-top: 0;
  padding-top: 0;
}
.cms-index-index .footer-copyright {
  margin-top: 110px;
}

.footer-information {
  padding-bottom: 23px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.footer-information .container {
  padding-top: 30px;
}
.footer-information p.text {
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #aaa;
  padding-left: 0;
  margin-bottom: 20px;
}
.footer-information .fa {
  font-family: "FontAwesome";
  display: inline-block;
  float: left;
  margin-top: 5px;
  font-size: 15px;
  color: #888;
}
.footer-information p {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  padding-left: 30px;
  line-height: 25px;
  position: relative;
}
.footer-information h3 {
  font-weight: 700;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 38px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.footer-information ul li a {
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: normal;
  line-height: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer-information ul li:hover a {
  color: #647795;
}
.footer-information ul.account1, .footer-information ul.account2 {
  width: 50%;
  float: left;
}
.footer-information ul.account2 {
  padding-left: 50px;
}
.footer-information .Policy li:hover a,
.footer-information .Customer li:hover a,
.footer-information .Nautica li:hover a {
  padding-left: 8px;
  color: #647795;
}
.footer-information .Policy {
  position: relative;
}
.footer-information .Customer {
  padding-left: 75px;
  position: relative;
}
.footer-information .Nautica {
  padding-left: 70px;
}
.footer-information .social {
  margin-bottom: 30px;
}
.footer-information .social .link-follow li {
  float: left;
  margin-right: 15px;
}
.footer-information .social .link-follow li a {
  font-size: 0;
  color: #888888;
}
.footer-information .social .link-follow li a:before {
  font-size: 30px;
}
.footer-information .social .link-follow li a:hover {
  color: #fff;
}
.footer-information .adress {
  margin-bottom: 3px;
}
.footer-information .call {
  margin-bottom: 12px;
}
.footer-information .adress .act,
.footer-information .call .act {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  text-transform: capitalize;
}
.footer-information .adress .text,
.footer-information .call .text {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #373737;
  text-transform: capitalize;
}
.footer-information .adress .fax,
.footer-information .adress .email,
.footer-information .call .fax,
.footer-information .call .email {
  margin-left: 20px;
  position: relative;
}
.footer-information .adress .fax:before,
.footer-information .adress .email:before,
.footer-information .call .fax:before,
.footer-information .call .email:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #e19824;
  position: absolute;
  top: 7px;
  left: -13px;
}
.footer-information .subcribe-info {
  height: 40px;
  width: 100%;
  position: relative;
  background: #f4f4f4;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.footer-information .subcribe-info input {
  width: 90%;
  background: none;
  border: none;
  padding-left: 15px;
  height: 40px;
  color: #c5c5c5;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.footer-information .subcribe-info button.button {
  position: absolute;
  right: 2px;
  top: 2px;
}
.footer-information .subcribe-info button.button span span {
  background: #212121;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  height: 36px;
  line-height: 36px;
  border: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 0px 18px;
}
.footer-information .subcribe-info button.button:hover span span {
  background: #647795;
}

/*footer-copyright*/
.footer-copyright {
  background: #fffaff;
  margin-top: 50px;
  border-top: 1px solid #eee;
  /*footer-payment*/
}
.footer-copyright .footer .links_footer {
  text-align: left;
  width: 50%;
  float: left;
}
.footer-copyright .footer .links_footer a {
  line-height: 60px;
  display: inline-block;
  margin-right: 20px;
}
.footer-copyright .footer .links_footer a .fa {
  font-size: 18px;
  font-family: "FontAwesome";
  color: #aaa;
}
.footer-copyright .footer .links_footer a:hover .fa {
  color: #647795;
}
.footer-copyright .footer .copyrights {
  color: #aaa;
  margin-bottom: 0;
  text-align: right;
  width: 50%;
  float: right;
}
.footer-copyright .footer .copyrights .copyright {
  line-height: 60px;
  margin-bottom: 0;
  font-style: italic;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.footer-copyright .footer a:hover {
  color: #647795;
}
.footer-copyright .footer-payment {
  float: right;
  padding: 20px 0;
}
.footer-copyright .footer-payment a {
  font-size: 0;
  display: block;
  width: 48px;
  height: 31px;
  float: left;
  margin-right: 5px;
  background: url(../images/icon.png) no-repeat;
}
.footer-copyright .footer-payment a.visa {
  background-position: -22px -32px;
}
.footer-copyright .footer-payment a.american-express {
  background-position: -104px -32px;
}
.footer-copyright .footer-payment a.discover {
  background-position: -184px -32px;
}
.footer-copyright .footer-payment a.mastercard {
  background-position: -270px -32px;
}

/* Fixed Mobile*/
@media (max-width: 1550px) {
  .banner-content-2 .box_text a {
    line-height: 35px;
    bottom: 45px;
  }
}
@media (max-width: 1360px) {
  .banner-content-2 .box_text a {
    bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .container-inner {
    padding: 0 15px;
  }

  input.go {
    display: inherit;
    margin-top: 15px;
  }

  .header-quick-access .col-sm-3 {
    width: 35%;
  }
  .header-quick-access .col-sm-6 {
    width: 30%;
  }
  .header-quick-access .col-sm-6 .info1 {
    text-align: center;
  }
  .header-quick-access .col-sm-6 .info1 span.best {
    display: none;
  }

  .header {
    position: relative;
  }
  .header .top_ues {
    position: absolute;
    right: 60px;
  }
  .header .top_link {
    margin-top: 30px;
    width: 100%;
  }
  .header .top_link .links .store a {
    padding-left: 0;
  }

  .nav_megamenu div.megamenu .level-top a,
  .nav_megamenu div.megamenu .level-top span.block-title {
    padding-left: 30px;
  }

  .nav_megamenu div.megamenu.nav-1 .level-top-icon,
  .nav_megamenu div.megamenu.nav-2 .level-top-icon,
  .nav_megamenu div.megamenu.nav-3 .level-top-icon,
  .nav_megamenu div.megamenu.nav-4 .level-top-icon,
  .nav_megamenu div.megamenu.nav-5 .level-top-icon,
  .nav_megamenu div.megamenu.nav-6 .level-top-icon,
  .nav_megamenu div.megamenu.nav-7 .level-top-icon {
    left: 0;
  }

  .catslider .catslider-title-wrapper .catslider-title h2:before,
  .catslider .catslider-title-wrapper .catslider-title h2:after,
  .blog-content .blog-title h2:before,
  .blog-content .blog-title h2:after {
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header a.logo {
    padding-top: 8px;
  }

  .megamenu li.level0 > a {
    font-size: 13px;
  }

  .more-views ul li {
    width: 105px;
  }
}
@media (max-width: 1199px) {
  .newsletter-block .input-mail {
    width: 305px !important;
  }

  .nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title {
    padding: 0px 10px;
    padding-left: 30px;
  }

  .fix-nav .nav_megamenu .megamenu .level-top a,
  .fix-nav .nav_megamenu .megamenu .level-top span.block-title {
    padding: 11px 10px;
  }

  .nivo-caption .LeftToRight .title {
    margin-left: -240px;
    top: 100px;
  }

  .block-promotion-content .title1 {
    font-size: 20px;
  }
  .block-promotion-content .title2 {
    font-size: 16px;
  }
  .block-promotion-content .title2 span {
    font-weight: bold;
  }

  .banner-top .box2 {
    margin: 0 4px;
  }

  #back-top {
    top: 350px;
  }

  .block-layered-nav .block-content .even .price .text-box input {
    float: none !important;
  }
}
@media (max-width: 992px) {
  #back-top {
    display: none;
  }

  .fancybox-lock {
    overflow: visible;
  }

  .fancybox-overlay-fixed {
    display: none !important;
  }

  .container-inner {
    padding: 0 15px;
  }

  .banner-top .box1, .banner-top .box2, .banner-top .box3 {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  #tabs-title:before {
    top: 68px;
  }

  .search-below-768px {
    display: block;
    margin: 25px 0 0 20px;
    float: left;
  }
  .search-below-768px .fa {
    font-size: 30px;
    color: #fff;
  }

  .cms-index-index .col-left.sidebar {
    padding-top: 0;
  }

  .col-left.sidebar .dailydeals .products-grid .item-inner .product-shop {
    line-height: 1;
  }
  .col-left.sidebar .dailydeals .products-grid .item-inner .product-shop .sub-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .col-left.sidebar .dailydeals .products-grid .item-inner .product-shop .price {
    font-size: 16px !important;
  }

  .col-left.sidebar {
    padding-top: 0;
  }

  .bx-title h2 {
    font-size: 27px;
  }

  .box-timer .timer-view > div {
    font-size: 10px;
  }

  .nivo-directionNav a {
    display: none;
  }

  .nivo-caption .RightToLeft {
    top: 40%;
  }

  .box-related {
    clear: both;
    padding-top: 20px;
  }

  .banner-content-2 .bn1, .banner-content-2 .bn5 {
    display: none;
  }
  .banner-content-2 .bn2, .banner-content-2 .bn4, .banner-content-2 .bn3 {
    width: 33.33%;
  }

  .catslider .catslider-title-wrapper .catslider-title h2:before,
  .catslider .catslider-title-wrapper .catslider-title h2:after,
  .blog-content .blog-title h2:before,
  .blog-content .blog-title h2:after {
    width: 200px;
  }

  .home-banner-content .col-sm-12.col-md-push-3.col-md-6.banner {
    width: 100%;
  }
  .home-banner-content .col-sm-12.col-md-push-3.col-md-6.banner img {
    width: 100%;
  }
  .home-banner-content .col-sm-6 {
    width: 50%;
    float: left;
  }
  .home-banner-content .col-sm-6 img {
    width: 100%;
  }

  .block-promotion-content .promotion {
    padding: 103px 20px 30px 20px;
  }

  .footer-information .Customer {
    padding-left: 20px;
  }

  .info1 span.ues {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .more-views ul li {
    width: 78px;
  }

  .footer-information .Nautica {
    padding-left: 30px;
  }

  .newsletter-block .input-mail {
    margin-bottom: 15px;
  }

  button.button span span {
    padding: 8px 20px;
  }

  .mostviewproducts .products-grid .item .item-inner .box-images {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  .home-banner-content .banner {
    margin-bottom: 30px;
  }
  .home-banner-content .banner .text {
    width: 200px;
    height: 115px;
    margin-left: -100px;
  }
  .home-banner-content .banner .text h3 a {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .product-tabs a {
    font-size: 17px;
  }

  .more-views ul li {
    width: 72px;
  }

  .container {
    padding: 0 15px;
  }

  .header-sticky {
    position: static;
  }

  #header-special-offer .promotion {
    padding-left: 0;
  }
  #header-special-offer .promotion p.des {
    text-align: center;
  }

  .producttabs-container .producttabs-products .first-item .item-inner {
    border-bottom: 1px solid #ededed;
  }

  .header {
    margin: 0;
  }

  .banner-static-top {
    text-align: center;
  }

  button.button span span {
    padding: 8px 20px;
  }

  .banner-left {
    display: none;
  }

  .footer-information .social {
    margin: 20px 0;
  }

  .banner-static-top .banner-box2 a {
    padding: 5px 15px 5px 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-information .footer-support,
  .footer-payment {
    float: left;
    text-align: left;
    padding-top: 0;
  }

  .footer-information {
    padding: 20px 0;
  }
  .footer-information .footer-link h3 {
    margin-top: 15px;
  }

  .product-view .add-to-cart .input-content, .product-view .add-to-cart button.button {
    margin-bottom: 10px;
  }

  .footer-information .Nautica {
    padding-left: 15px;
    display: inline-block;
  }
  .footer-information .Nautica .subcribe-info {
    width: 70%;
  }
  .footer-information .Policy {
    margin-bottom: 30px;
  }

  .header-quick-access .col-sm-3 {
    width: 34%;
    float: left;
  }
  .header-quick-access .col-sm-6 {
    width: 32%;
    float: left;
  }

  .header .top_ues {
    position: absolute;
    right: 15px;
    top: 48px;
  }

  .form-currency .drop-trigger > span i,
  .form-language .drop-trigger > span i {
    right: 13px;
  }

  .form-currency .drop-trigger > span,
  .form-language .drop-trigger > span,
  .login {
    padding: 0 25px;
  }

  .header .top_ues {
    right: 20px;
  }

  .cms-index-index .footer-copyright {
    margin-top: 50px;
  }

  .block-promotion-content .blocks2 {
    margin: 40px 0;
  }

  .catslider .catslider-title-wrapper .catslider-title h2:before, .catslider .catslider-title-wrapper .catslider-title h2:after {
    display: none;
  }

  .catslider .catslider-title-wrapper ul#catsliders li {
    margin-right: 10px;
    margin-left: 30px;
  }

  .catslider .catslider-title-wrapper .bx-wrapper .bx-prev,
  .catslider .catslider-title-wrapper .bx-wrapper .bx-next {
    top: 33%;
  }

  .catslider .catslider-title-wrapper .bx-wrapper .bx-prev {
    left: -12px;
  }

  .catslider .catslider-title-wrapper .bx-wrapper .bx-next {
    right: -12px;
  }

  .catslider .catslider-title-wrapper .desciption {
    margin-bottom: 0;
  }

  .blog-content .blog-title h2:before, .blog-content .blog-title h2:after {
    display: none;
  }

  .footer-copyright .footer .links_footer,
  .footer-copyright .footer .copyrights {
    width: 100%;
    text-align: center;
  }

  .catslider {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .catslider .category-products {
    margin-bottom: 0;
  }

  .home-banner-content {
    margin-bottom: 40px;
  }

  .blog-wrapper {
    margin-bottom: 40px;
  }

  .block-promotion-content,
  .banner-content-2,
  .cms-index-index .footer-information {
    margin-top: 45px;
  }
}
@media (max-width: 680px) {
  .more-views ul li {
    width: 68px;
    margin-right: 10px;
  }

  #header-special-offer .promotion .img {
    float: none;
    text-align: center;
  }

  .quick-access {
    margin: 0;
  }

  #tabs-title li h3 {
    font-size: 18px;
    margin-right: 10px;
    padding-right: 20px;
  }

  .block-promotion-content .promotion.blocks2:before {
    display: none;
  }

  #tabs-title li h3:before {
    top: 8px;
    right: 4px;
  }
}
@media (max-width: 620px) {
  .header-quick-access .col-sm-6 {
    display: none;
  }
  .header-quick-access .col-sm-3 {
    width: 50%;
  }

  .form-currency .drop-lang,
  .form-language .drop-lang {
    border-right: 0;
  }

  .form-currency .drop-currency,
  .form-language .drop-currency,
  .login {
    border-right: 0;
    border-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 590px) {
  .products-grid .item-inner:hover .add-to-links .cart button.button span span,
  .producttabs-products .item-inner:hover .add-to-links .cart button.button span span {
    background: transparent;
    border: 1px solid #ddd;
  }

  .product-view button.button span span,
  .products-grid .item-inner .add-to-links .cart button.button span span {
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 0;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    position: relative;
    display: inline-block;
    background: #fffaff;
    border: 1px solid #ddd;
  }
  .product-view button.button span span:before,
  .products-grid .item-inner .add-to-links .cart button.button span span:before {
    position: absolute;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #999;
    top: 1px;
    left: 13px;
  }

  .product-view button.button:hover span span,
  .products-grid .item-inner:hover .add-to-links .cart button.button:hover span span,
  .producttabs-products .item-inner:hover .add-to-links .cart button.button:hover span span {
    background: #647795;
    border: 1px solid #647795;
  }
  .product-view button.button:hover span span:before,
  .products-grid .item-inner:hover .add-to-links .cart button.button:hover span span:before,
  .producttabs-products .item-inner:hover .add-to-links .cart button.button:hover span span:before {
    color: #fff;
  }

  .product-view button.button span span {
    border: 0;
    background: #eee;
  }

  .product-view button.button:hover span span {
    background: #647795;
    border: 0;
  }

  .products-grid .add-to-links li.compare,
  .producttabs-products .add-to-links li.compare,
  .products-grid .add-to-links li.wishlist,
  .producttabs-products .add-to-links li.wishlist {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 500px) {
  .form-search {
    width: 280px;
  }

  .banner-content-2 .bn2, .banner-content-2 .bn3, .banner-content-2 .bn4 {
    margin-bottom: 40px;
    width: 100%;
  }
  .banner-content-2 .bn2 img, .banner-content-2 .bn3 img, .banner-content-2 .bn4 img {
    width: 100%;
  }
  .banner-content-2 .bn4 {
    margin-bottom: 0;
  }

  .wrap_content2 .newletter_wrap .newletters {
    width: 430px;
  }

  .header .top_links .links li a {
    padding: 0 15px;
    font-size: 11px;
  }

  .catslider .catslider-title-wrapper ul#catsliders li a.catslider-item {
    font-size: 12px;
  }

  .header a.logo {
    text-align: left;
    margin: 5px 0;
  }

  .header-language, .header-currency {
    display: inline-block;
    float: none;
  }

  .quick-access {
    text-align: center;
    float: none;
  }
  .quick-access > li {
    float: none;
    display: inline-block;
  }

  .nivo-caption {
    display: none !important;
  }

  .quick-access-sub {
    right: 50%;
    margin-right: -125px;
  }

  .products-grid .item-inner .box-images img,
  .products-list li.item .box-images img {
    width: 100%;
  }

  .block-newproduct-content {
    margin-bottom: 30px;
  }

  .freeshipping {
    margin-bottom: 30px;
  }
  .freeshipping a {
    display: none;
  }

  .product-view .product-shop .product-name {
    margin: 20px 0 0;
  }

  .banner-static-top .banner-box {
    margin-bottom: 20px;
  }
  .banner-static-top .banner-box img {
    width: 100%;
  }
  .banner-static-top .banner-box3 {
    margin-bottom: 0;
  }

  .newsletter-block .input-mail {
    width: 100%;
    margin: 0 0 15px;
  }

  .cattabproducts .bx-title {
    display: none;
  }

  .cattabproducts {
    padding-top: 50px;
  }
  .cattabproducts ul.cattabs {
    top: 0;
  }

  .block-promotion-content .promotion {
    width: 100%;
    padding-top: 50px;
  }
  .block-promotion-content .promotion:before {
    display: none;
  }
  .block-promotion-content .promotion p {
    margin-left: 0;
  }
  .block-promotion-content .promotion p:before {
    top: -30px;
    left: 50%;
    margin-left: -15px;
  }

  .footer-information .Policy,
  .footer-information .Customer {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .footer-information .Policy:before,
  .footer-information .Customer:before {
    display: none;
  }

  .footer-information .Nautica .subcribe-info {
    width: 100%;
  }

  .form-currency .drop-trigger > span i,
  .form-language .drop-trigger > span i {
    display: none;
  }

  .form-currency .drop-trigger .sub-menu.sub-currency,
  .form-language .drop-trigger .sub-menu.sub-currency {
    right: -114px;
  }
}
@media (max-width: 480px) {
  .more-views ul li {
    width: 90px;
  }

  .header .top_links .links li.about a {
    padding-left: 0;
  }

  .footer-information .Nautica {
    margin-top: 30px;
  }

  .form-currency .drop-trigger > span,
  .form-language .drop-trigger > span, .login {
    padding: 0 10px;
    font-size: 10px;
  }

  .login a {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  .top_link {
    display: none;
  }

  .header a.logo {
    max-width: 160px;
  }

  .header .top_ues {
    top: 40px;
  }
}
@media (max-width: 380px) {
  .header-quick-access .col-sm-3 {
    padding: 0;
  }

  .wrap_content2 .newletter_wrap .newletters .subcribe-info button.button {
    right: -20px;
  }

  .wrap_content2 .newletter_wrap .newletters {
    width: 340px;
  }
  .wrap_content2 .newletter_wrap .newletters span {
    padding: 0 20px;
  }

  .footer-information .Customer {
    position: relative;
    margin-bottom: 0;
  }
  .footer-information .Customer h3 {
    margin-bottom: 0;
  }
  .footer-information .Customer:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 20px;
    display: inline-block;
  }
  .footer-information .Customer .account1, .footer-information .Customer .account2 {
    display: none;
  }
  .footer-information .Customer:hover:before {
    content: "-";
  }
  .footer-information .Customer:hover .account1, .footer-information .Customer:hover .account2 {
    display: block;
  }
  .footer-information .Nautica {
    position: relative;
    width: 100%;
  }
  .footer-information .Nautica h3 {
    margin-bottom: 0;
  }
  .footer-information .Nautica:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 20px;
    display: inline-block;
  }
  .footer-information .Nautica .account3 {
    display: none;
  }
  .footer-information .Nautica:hover:before {
    content: "-";
  }
  .footer-information .Nautica:hover .account3 {
    display: block;
  }

  .header-quick-access .access {
    text-align: center;
  }
  .header-quick-access .hotline {
    display: none;
  }
  .header-quick-access .language-currency {
    float: right;
  }

  .header-cart-mini {
    margin: 0;
  }

  .block-contact-header {
    display: none;
  }

  .form-currency .drop-trigger .sub-menu.sub-lang,
  .form-language .drop-trigger .sub-menu.sub-lang {
    right: -46px;
  }

  .form-currency .drop-trigger .sub-menu.sub-currency,
  .form-language .drop-trigger .sub-menu.sub-currency {
    right: -128px;
  }

  .header-cart-mini .top-cart-content {
    right: -123px;
  }

  .form-search {
    right: -66px;
  }
}
@media (max-width: 320px) {
  .products-grid .item-inner .add-to-links .cart button.button span span {
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 0;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    position: relative;
    display: inline-block;
    background: #fffaff;
    border: 1px solid #ddd;
  }
  .products-grid .item-inner .add-to-links .cart button.button span span:before {
    position: absolute;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #888;
    top: 1px;
    left: 13px;
  }

  .products-grid .item-inner:hover .add-to-links .cart button.button span span:before {
    color: #fff;
  }
}

/*# sourceMappingURL=styles.css.map */
