/** Shopify CDN: Minification failed

Line 6:0 Unexpected "17pxsans-html"

**/
17pxsans-html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	color: #6f6f6f;
    font-family: 'Times New Roman', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
	background: #fff;
  overflow-x:hidden;
}
.container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
body.content_only {
	padding:15px;
	margin: 0 !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	padding:0px;
	margin:0px;
}
h3.page-subheading {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox, .form-control {
  font-family: "Rokkitt";
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #37474f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus,
a.active {
  color:#FD7469;
  text-decoration: none;
  outline: none;
}
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: 500;
}
td,
tr td {  
}

.label {
	font-weight:500;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}

.success {
	background: none repeat scroll 0 0 #43B754;
    border: 1px solid #43B754;
    font-size: 1em;
    margin: 0 0 10px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 500;
}
.warning,
.alert-warning,
.warning_inline {
    background-color: #FCF8E3;
    border-color: #E4752B;
    color: #8A6D3B;
}
.warning,
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 18px;
    padding: 15px;    
}
.error {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #990000;
    font-size: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-weight: bold;
}
.error ol {
    margin-left: 20px;
}
ol, ul {
    list-style: none outside none;
}
p {
  margin: 0 0 10px;
}
.page-heading {
	font-size: 1.214em;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 5px;
	color: #4f4f4f;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.96em;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #8f8f8f;
}
.text-primary {
  color: #f2735a;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #45414e;
  font-family: "Rokkitt",sans-serif;
}
h1 {
    margin: 0;
    font-size: 2.14em;
    padding-bottom: 0.5em;
}
h2 {
    margin: 0;
    font-size: 1.86em;
    padding-bottom: 0.67em;
}
h3 {
    margin: 0;
    font-size: 1.428em;
    padding-bottom: 0.5em;
}
h4 {
    margin: 0;
    font-size: 1.21em;
    padding-bottom: 0.65em;
}
h5 {
    margin: 0;
    font-size: 1.14em;
    padding-bottom: 0.6em;
}
h6 {
    margin: 0;
    font-size: 1.07em;
}
label {
	margin-bottom: 10px;
	font-weight: 400;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #010101;
}
abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #010101;
}
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: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page-header {
	margin-top:0px;
}
.btn-actions {
  text-align: center;
}
.map {
    margin-bottom: 40px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border:1px solid #f0f0f0;
}
input[type="text"].input-error::-moz-placeholder, 
input[type="password"].input-error::-moz-placeholder, 
input[type="datetime"].input-error::-moz-placeholder, 
input[type="datetime-local"].input-error::-moz-placeholder, 
input[type="date"].input-error::-moz-placeholder, 
input[type="month"].input-error::-moz-placeholder, 
input[type="time"].input-error::-moz-placeholder, 
input[type="week"].input-error::-moz-placeholder, 
input[type="number"].input-error::-moz-placeholder, 
input[type="email"].input-error::-moz-placeholder, 
input[type="url"].input-error::-moz-placeholder, 
input[type="search"].input-error::-moz-placeholder, 
input[type="tel"].input-error::-moz-placeholder, 
input[type="color"].input-error::-moz-placeholder{
	color: #fe4c3c;
}
input[type="text"].input-disable::-moz-placeholder, 
input[type="password"].input-disable::-moz-placeholder, 
input[type="datetime"].input-disable::-moz-placeholder, 
input[type="datetime-local"].input-disable::-moz-placeholder, 
input[type="date"].input-disable::-moz-placeholder, 
input[type="month"].input-disable::-moz-placeholder, 
input[type="time"].input-disable::-moz-placeholder, 
input[type="week"].input-disable::-moz-placeholder, 
input[type="number"].input-disable::-moz-placeholder, 
input[type="email"].input-disable::-moz-placeholder, 
input[type="url"].input-disable::-moz-placeholder, 
input[type="search"].input-disable::-moz-placeholder, 
input[type="tel"].input-disable::-moz-placeholder, 
input[type="color"].input-disable::-moz-placeholder{
	color: #b2b2b2;
}
input[type="text"].input-warning::-moz-placeholder, 
input[type="password"].input-warning::-moz-placeholder, 
input[type="datetime"].input-warning::-moz-placeholder, 
input[type="datetime-local"].input-warning::-moz-placeholder, 
input[type="date"].input-warning::-moz-placeholder, 
input[type="month"].input-warning::-moz-placeholder, 
input[type="time"].input-warning::-moz-placeholder, 
input[type="week"].input-warning::-moz-placeholder, 
input[type="number"].input-warning::-moz-placeholder, 
input[type="email"].input-warning::-moz-placeholder, 
input[type="url"].input-warning::-moz-placeholder, 
input[type="search"].input-warning::-moz-placeholder, 
input[type="tel"].input-warning::-moz-placeholder, 
input[type="color"].input-warning::-moz-placeholder{
	color: #ffb349;
}
input[type="text"].input-error:focus,
input[type="password"].input-error:focus,
input[type="datetime"].input-error:focus,
input[type="datetime-local"].input-error:focus,
input[type="date"].input-error:focus,
input[type="month"].input-error:focus,
input[type="time"].input-error:focus,
input[type="week"].input-error:focus,
input[type="number"].input-error:focus,
input[type="email"].input-error:focus,
input[type="url"].input-error:focus,
input[type="search"].input-error:focus,
input[type="tel"].input-error:focus,
input[type="color"].input-error:focus,
input[type="text"].input-error:hover,
input[type="password"].input-error:hover,
input[type="datetime"].input-error:hover,
input[type="datetime-local"].input-error:hover,
input[type="date"].input-error:hover,
input[type="month"].input-error:hover,
input[type="time"].input-error:hover,
input[type="week"].input-error:hover,
input[type="number"].input-error:hover,
input[type="email"].input-error:hover,
input[type="url"].input-error:hover,
input[type="search"].input-error:hover,
input[type="tel"].input-error:hover,
input[type="color"].input-error:hover,
input[type="text"].input-error:active,
input[type="password"].input-error:active,
input[type="datetime"].input-error:active,
input[type="datetime-local"].input-error:active,
input[type="date"].input-error:active,
input[type="month"].input-error:active,
input[type="time"].input-error:active,
input[type="week"].input-error:active,
input[type="number"].input-error:active,
input[type="email"].input-error:active,
input[type="url"].input-error:active,
input[type="search"].input-error:active,
input[type="tel"].input-error:active,
input[type="color"].input-error:active {
  box-shadow: none;
  border-color: #fe4c3c;
}
input[type="text"].input-warning:focus,
input[type="password"].input-warning:focus,
input[type="datetime"].input-warning:focus,
input[type="datetime-local"].input-warning:focus,
input[type="date"].input-warning:focus,
input[type="month"].input-warning:focus,
input[type="time"].input-warning:focus,
input[type="week"].input-warning:focus,
input[type="number"].input-warning:focus,
input[type="email"].input-warning:focus,
input[type="url"].input-warning:focus,
input[type="search"].input-warning:focus,
input[type="tel"].input-warning:focus,
input[type="color"].input-warning:focus,
input[type="text"].input-warning:hover,
input[type="password"].input-warning:hover,
input[type="datetime"].input-warning:hover,
input[type="datetime-local"].input-warning:hover,
input[type="date"].input-warning:hover,
input[type="month"].input-warning:hover,
input[type="time"].input-warning:hover,
input[type="week"].input-warning:hover,
input[type="number"].input-warning:hover,
input[type="email"].input-warning:hover,
input[type="url"].input-warning:hover,
input[type="search"].input-warning:hover,
input[type="tel"].input-warning:hover,
input[type="color"].input-warning:hover,
input[type="text"].input-warning:active,
input[type="password"].input-warning:active,
input[type="datetime"].input-warning:active,
input[type="datetime-local"].input-warning:active,
input[type="date"].input-warning:active,
input[type="month"].input-warning:active,
input[type="time"].input-warning:active,
input[type="week"].input-warning:active,
input[type="number"].input-warning:active,
input[type="email"].input-warning:active,
input[type="url"].input-warning:active,
input[type="search"].input-warning:active,
input[type="tel"].input-warning:active,
input[type="color"].input-warning:active {
  box-shadow: none;
  border-color: #fbc02d;
}
nput[type="text"].input-disable:focus,
input[type="password"].input-disable:focus,
input[type="datetime"].input-disable:focus,
input[type="datetime-local"].input-disable:focus,
input[type="date"].input-disable:focus,
input[type="month"].input-disable:focus,
input[type="time"].input-disable:focus,
input[type="week"].input-disable:focus,
input[type="number"].input-disable:focus,
input[type="email"].input-disable:focus,
input[type="url"].input-disable:focus,
input[type="search"].input-disable:focus,
input[type="tel"].input-disable:focus,
input[type="color"].input-disable:focus,
input[type="text"].input-disable:hover,
input[type="password"].input-disable:hover,
input[type="datetime"].input-disable:hover,
input[type="datetime-local"].input-disable:hover,
input[type="date"].input-disable:hover,
input[type="month"].input-disable:hover,
input[type="time"].input-disable:hover,
input[type="week"].input-disable:hover,
input[type="number"].input-disable:hover,
input[type="email"].input-disable:hover,
input[type="url"].input-disable:hover,
input[type="search"].input-disable:hover,
input[type="tel"].input-disable:hover,
input[type="color"].input-disable:hover,
input[type="text"].input-disable:active,
input[type="password"].input-disable:active,
input[type="datetime"].input-disable:active,
input[type="datetime-local"].input-disable:active,
input[type="date"].input-disable:active,
input[type="month"].input-disable:active,
input[type="time"].input-disable:active,
input[type="week"].input-disable:active,
input[type="number"].input-disable:active,
input[type="email"].input-disable:active,
input[type="url"].input-disable:active,
input[type="search"].input-disable:active,
input[type="tel"].input-disable:active,
input[type="color"].input-disable:active {
  box-shadow: none;
  border-color: #b2b2b2;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #8f8f8f;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #8f8f8f;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #8f8f8f;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #8f8f8f;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline-block;
  font-weight: 300;
  min-height: auto;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  display:inline;  
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
table thead > tr > th, 
table thead > tr > td, 
table tbody > tr > th, 
table tbody > tr > td, 
table tfoot > tr > th, 
table tfoot > tr > td {
  font-family: "Rokkitt";
  font-size: 1.14em;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  box-shadow: none;
  border-color: #ebebeb;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #8f8f8f;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #8f8f8f;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #8f8f8f;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {   
  }
}
select,
select.form-control,
select.inputbox,
select.input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    min-width: auto;
    padding-right: 5px;
    width: auto;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
/********* TABLES ********/
table.std, table.table_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    width: 100%;
}
table.std td, table.table_block td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 10px;
    vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 0px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    border-bottom: medium none;
    color: #6f6f6f;
    font-size: 1em;
    line-height: 1.42857;
    vertical-align: top;
	padding: 11px;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb;
}
.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 #fff;
}
.table .table {
    background-color: white;
}
.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 > thead > tr > th {
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
}
.table-bordered {
	border: 1px solid #ebebeb;
    color: #333;
    font-weight: 400;
}
.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 #ebebeb;
	text-align: center;
}
.table-bordered > tbody > tr > th {
    color: #393641;
    font-size: 1.14em;
    font-weight: 600;
    text-transform: uppercase;
}
.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: whitesmoke;
}

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: whitesmoke;
}

.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;
}
.table tbody > tr > td {
    vertical-align: middle;
}
@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: normal;
  }
  .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;
  }
  #order-list td > .label {
  		white-space:normal;
  }
   	 
}
.table tfoot tr {
    
}
.unvisible {
    display: none;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none
}
.ajax-success-modal {
 background: url("fancybox_overlay.png");
}
/****** TOP BAR ****/
#page {
  box-shadow: 0 0 3px;
  margin: 0 auto;
  max-width: 1270px;
}
.topbar {
  background: #f4f4f4 none repeat scroll 0 0;
  font-family: "Rokkitt",sans-serif;
  height: 50px;
}
.topbar .dropdown-menu-list {
    border: 0 none;
    border-radius: 0;
    left: -30px;
    margin: 0;
    padding: 10px 0;
    min-width: 120px;
  
}

.topbar .dropdown-menu-list > li > a {
    padding: 5px 20px;
  display:block;
  cursor: pointer;
}
.topbar .header-block {
  float:left;
  padding: 0 30px;
  border-left: 1px solid #e8e8e8;
}
.topbar .topbar-left .header-block:first-child {
    border-left: 0 none;
    padding-left: 0;
}
.topbar .btn-group > a {
  padding: 0;
  color: #6f6f6f;
  line-height: 50px;
  display: block; 
}
.topbar .btn-group > a > .fa.fa-user {
 display: none; 
}
  
.open > .dropdown-menu-list {
 display: block !important; 
}
.topbar .dropdown-menu-list {
  position: absolute;
  display:none;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 1000;
  background: #fff;
}
#jms_ajax_search .icon-search {
  background: rgba(0, 0, 0, 0) url("search.png") no-repeat scroll center center/ 12px 12px;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.topbar .icon-down{
 font-size: 12px; 
}
.topbar .topbar-right .header-block {
    float: right;
}
.topbar .topbar-right .dropdown-menu-list {
    left: 0;
}
.topbar .topbar-right .header-block:first-child {
    padding-right: 0;
}
.topbar .topbar-right .header-block:last-child {
    border-left: none;
}
.icon.icon-cart {
 background: rgba(0, 0, 0, 0) url("cart.png") no-repeat scroll center center / 14px 18px;
  display: inline-block;
  height: 18px;
  width: 14px;
  vertical-align: text-bottom;
  margin-bottom: 1px;
  margin-left: 4px;
}
.box.ajax_cart_quantity {
  background: #fd7469 none repeat scroll 0px 0px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0px;
  position: absolute;
  right: -7px;
  text-align: center;
  width: 16px;
  bottom: 10px;
  overflow: hidden;
}

/**** LOGO *****/
.navbar-logo {
    padding: 40px 0;
    text-align: center;
}
.navbar-logo .logo {
  display: inline-block;
}
.shoppingcart-box {
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  left: auto;
  line-height: normal;
  min-width: 280px;
  padding: 30px 20px;
  right: -48px;
  font-family: "Rokkitt",sans-serif;
  margin-top: 0;
  border:none;
}
#cart-block.open .dropdown-toggle::before {
  bottom: -23px;
  color: #ffffff;
  content: "\f0d8";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  left: 45%;
  position: absolute;
  text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
.shoppingcart-box .product-image {
  display: block;
  float: left;
  width: 75px;
  margin-right: 25px;
}
.shoppingcart-box .product-image > img {
  max-width: 100%;
}
.shoppingcart-box .product-details {
  overflow: hidden;
}
.shoppingcart-box .product-details .product-name {
  margin-bottom: 5px; 
}
.shoppingcart-box .product-details .product-name a{
  font-size: 1.21em;
	color: rgb(127, 127, 127);
}
.shoppingcart-box .product-details .price {
  color: rgb(253, 116, 105);
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 1.21em;
}
.shoppingcart-box .btn-remove {
  margin-left: 20px;
}
.shoppingcart-box .btn-remove .fa-trash {
  color: #7f7f7f; 
}
.cart-products {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.cart-products li {
  display: inline-block;
  font-weight: 400;
  padding: 12px 0;
  width: 100%;
}
.cart-products li:first-child {
 padding-top: 0; 
}
.shoppingcart-box .summary .total .label {
  color: rgb(69, 65, 78);
  font-size: 1.21em;
  text-transform: uppercase;
}
.shoppingcart-box .summary .total .price {
  float: right;
	font-size: 1.21em;
}
.shoppingcart-box .actions button {
 width: 100%;
  float: left;
  text-align: center;
  border-color: rgb(225, 225, 225);
  background: transparent none repeat scroll 0% 0%;
  border-radius: 0px;
  text-transform: uppercase; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.shoppingcart-box .actions button:hover {
  background: #FD7469;
  border-color: #FD7469;
  color: #fff;
}
#jms_ajax_search .search-box {
  left: -50px;
  right: auto;
  top: 50px;
  width: auto;
  margin: 0px;
  padding: 0px;
  border: none;
}
#jms_ajax_search .search-box > form > input{
  background: rgb(255, 255, 255) none repeat scroll 0px 0px;
  border: 0px none;
  box-shadow: 0px 2px 5px rgb(204, 204, 204);
  font-size: 15px;
  height: 45px;
  min-width: 400px;
  padding: 0px 20px;
}
#jms_ajax_search .icon_search {
    background: #e5e5e5 url("search.png") no-repeat center center;
    display: inline-block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
  z-index: 1000;
}

.section-menu {
    border-bottom: 1px dotted #bfbfbf;
    border-top: 1px dotted #bfbfbf;
    min-height: 57px;
}

/***** SLIDER ******/
.jms-slider-wrapper {
  margin-top: 10px;
}

/*** SECTION PRODUCTS ****/
.section-products {
    margin-top: 60px;
}

/** BANNER **/
.box-banner {
 padding: 0; 
}
.box-banner .img-responsive {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.box-banner:hover .img-responsive {
    transform: scale(1.2);
}
.box-banner-content {
    position: relative;
    overflow: hidden;
}
.box-banner .banner-content {
 height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrapper-content {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.wrapper-banner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wrapper-banner::before {
  background-color: rgba(255, 255, 255,0.3);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.wrapper-banner::after {
  background-color: rgba(255, 255, 255,0.3);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.wrapper-content:hover .wrapper-banner::after, .wrapper-content:hover .wrapper-banner::before {
  height: 100%;
  width: 100%;
}
.banner-content .title-top {
    color: #ffffff;
    display: block;
    font-size: 25px;
    font-style: italic;
  font-family: "Times New Roman";
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
}
.box-banner-2 .banner-content .title {
    background: rgba(255, 255, 255, 0.6);
    color: #fd7469;
    padding: 15px 35px;
    text-shadow: none;
}
.box-banner-3 .banner-content .title::before {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -7px;
    width: 40px;
}
.box-banner-3 .banner-content .title::after {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    bottom: -7px;
    width: 40px;
}
.banner-content .title {
    color: #ffffff;
    font-size: 42px;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
  font-family: "Rokkitt",sans-serif;
}
.banner-content .title-top::before {
 background: #fff;
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.banner-content .title-top::after {
 background: #fff;
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/*** TAB PRODUCTS ****/
.section-products .jms-tab {
    border-bottom: 1px dotted #dcdcdc;
    text-align: center;
    margin-bottom: 13px;
}
.section-products .jms-tab ul.nav-tabs {
  border: none;
}
.section-products .jms-tab ul.nav-tabs li {
  float: none;
  display: inline-block;
  padding: 0 25px;
}
.section-products .jms-tab ul.nav-tabs li:first-child {
  padding-left: 0;
}
.jms-tab ul.nav-tabs li a {
 margin: 0px;
  font-family: "Rokkitt",sans-serif;
 border: medium none; 
  padding: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.42em;
}
.jms-tab ul.nav-tabs li a::after {
 background: #fd7469;
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
  -moz-transition: opacity 0.5s ease-out 0s;
  -webkit-transition: opacity 0.5s ease-out 0s;
  -o-transition: opacity 0.5s ease-out 0s; 
}
.jms-tab ul.nav-tabs li.active a::after {
  opacity: 1;
}
.jms-tab ul.nav-tabs li.active a {
 color: #fd7469;
}
.jms-tab ul.nav-tabs li.active a:hover, .jms-tab ul.nav-tabs li.active a:focus {
 border: none;
}
.jms-tab ul.nav-tabs li a:hover, .jms-tab ul.nav-tabs li a:focus {
 background-color: transparent; 
  color:#fd7469;
}
.jms-tab ul.nav-tabs li a:hover::after, .jms-tab ul.nav-tabs li a:focus::after {
 opacity: 1;
}
.section-products .tab-content {
    padding-top: 22px;
}
.section-products .tab-content .item, .ajax_block_product {
    margin: 0 15px;
}
/**** END ***/
.rate_box {
 margin-bottom: 2px; 
}
.rate_box .spr-badge-caption {
    display: none;
}
.preview {
    position: relative;
    transition: box-shadow 0.3s ease-in 0s;
}
.product-preview {
    background: #fff;
    position: relative;
    padding-top: 5px;
  font-family: "Rokkitt",sans-serif;
}
.product-preview:hover .preview {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.wrapper-label {
    position: absolute;
    right: -3px;
    top: 10px;
}
.product-preview .label.label-sale {
    background: #fd7469;
}
.product-preview .label {
  border-radius: 0;
  font-size: 1em;
  font-weight: 400;
  padding: 2px 7px;
}
.products-box {
    bottom: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.product-preview .product-btn.cart-button {
  float: left;
  font-size: 1.07em;
  line-height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  text-transform: uppercase;
  width: auto;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.product-preview .product-btn.cart-button > span {
 line-height: 39px;
}
.product-preview:hover .product-btn {
 transform: none; 
}
.product-preview .product-btn {
    background: #45414e;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 1.14em;
    height: 35px;
    line-height: 40px;
    margin: 0 0.5px;
    text-align: center;
    width: 45px;
    transform: translateX(400%);
    -moz-transform: translateX(400%);
    -webkit-transform: translateX(400%);
    -o-transform: translateX(400%);
  border: none;
  border-radius: 0;
}
#wish-list > button[type="submit"] {
 display: none; 
}
.product-preview .product-btn.cart-button .icon-cart {
    background: rgba(0, 0, 0, 0) url("cart-product.png") no-repeat center center;
    display: inline-block;
    height: 18px;
    margin-right: 7px;
    vertical-align: text-bottom;
    width: 14px;
}
.product-info {
    padding: 16px 0 20px;
}
.product-preview h3.title {
    font-size: 1.21em;
  font-weight: 400;
    padding-bottom: 5px;
}
.product-preview h3.title a {
 color: #7f7f7f; 
}
.product-preview h3.title:hover a {
  color: #fd7469;
}
.product-preview .spr-icon-star-empty::before, .product-preview .spr-icon-star::before, .product-preview .spr-icon-star-half-alt::before {
 font-size: 11px; 
}
.product-list .spr-icon-star-empty::before, 
.product-list .spr-icon-star::before, 
.product-list .spr-icon-star-half-alt::before {
 font-size: 11px; 
}

.product-item .spr-icon-star-empty::before, .product-item .spr-icon-star::before, .product-item .spr-icon-star-half-alt::before {
 font-size: 1em; 
}
.spr-badge-starrating {
 font-size: 1.07em; 
}
.content_price {
    color: #fd7469;
    font-size: 1.21em;
}
.content_price .old.price {
    color: #4f4f4f;
    font-size: 15px;
    margin-right: 25px;
    text-decoration: line-through;
}
.spr-icon-star::before {
	color: #FD7469;
}
.spr-icon-star-half-alt::before {
    color: #FD7469;
}
.product-preview .product-btn.cart-button.disable {
    background: #cfcfcf none repeat scroll 0 0;
    color: #000000 !important;
    font-size: 1.14em;
    padding: 0 20px;
    text-transform: capitalize;
}
.product-preview .product-btn.cart-button.disable > span {
  line-height: 38px;
display: block;
}
.product-preview .product-btn:hover {
    background: #fd7469 none repeat scroll 0 0;
    cursor: pointer;
  box-shadow: none;
}
/**** BLOG *****/
.section-blog {
    margin-top: 35px;
}
.blog-item {
    position: relative;
}
.post-thumb {
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
.blog-item:hover .post-thumb a img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.post-thumb a img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
h4.post-title {
    font-size: 19px;
    margin-top: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}
.post-title > a {
    color: #4f4f4f;
}
.post-title > a:hover,
.post-title > a:focus,
.post-title > a:active {
  color: #FD7469;
  text-decoration: none;
  outline: none;
}
.post-meta li {
    color: #7f7f7f;
    display: inline-block;
    font-size: 15px;
    margin-right: 40px;
}
.post-meta li .fa {
    color: #fd7469;
    font-size: 13px;
    margin-right: 5px;
}
.post-meta .post-created {
    background: #fd7469;
    color: #ffffff;
    padding: 0 10px;
    position: absolute;
    right: -10px;
    font-weight: 700;
    top: 17px;
    margin-right: 0;
}
.slider-product-title {
    border-bottom: 1px dotted #dcdcdc;
    margin-bottom: 35px;
    text-align: center;
}
.slider-product-title .title {
    border-bottom: 2px solid #fd7469;
    color: #4f4f4f;
    display: inline-block;
    font-size: 20px;
    margin-bottom: -1px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
}


/***** FOOTER *****/
footer {
    background: #f6f6f6;
    margin-top: 50px;
}
.footer-navbar {
    border-bottom: 1px dotted #c7c7c7;
    padding: 35px 0;
}
.footer-center {
    padding: 40px 0;
}
.footer-bottom {
    background: #ececec none repeat scroll 0 0;
    padding: 12px 0 11px;
    text-align: center;
}
footer .title_block {
    color: #4f4f4f;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 12px;
    padding-bottom: 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.footer-right {
    margin-top: 15px;
}
.paiement_logo_block {
    text-align: right;
}
#paiement_logo_block_left img {
    transition: all 0.3s;
}
#paiement_logo_block_left img:hover {
    box-shadow: 0 2px 3px #ccc;
    transform: translate(0px, -2px);
}
#block_contact_infos li {
    color: #7f7f7f;
    font-size: 16px;
    margin: 2px 0;
}
#block_contact_infos a {
    color: #7f7f7f;
}
.find-us {
    text-align: right;
    margin-bottom: 15px;
}
.find-us .divider {
    background: #e8e8e8 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 40px;
    text-align: center;
    width: 37px;
    margin-left: 3px;
}
.find-us .divider:hover {
    background: #fd7469;
    cursor: pointer;
}
.find-us .divider a {
    color: #9f9f9f;
}
.find-us .divider:hover a {
    color: #ffffff;
}
.menu-footer {
    font-size: 15px;
    text-align: right;
  font-family: "Rokkitt",sans-serif;
}
.menu-footer li {
    display: inline-block;
    margin-left: 22px;
    text-transform: uppercase;
}
.menu-footer a {
    color: #7f7f7f;
}
.menu-footer a:hover,
.menu-footer a:focus,
.menu-footer a:active {
  color: #FD7469;
  text-decoration: none;
  outline: none;
}
.footer-bottom .block-content > p {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 0;
  font-family: "Rokkitt",sans-serif;
}
.footer-bottom .block-content > p a {
  color: rgb(253, 116, 105);
}

/***** NEWSLETTER BOX *****/
.newsletter-box input#email {
  background: transparent none repeat scroll 0px 0px;
  border-color: rgb(225, 225, 225);
  color: rgb(181, 180, 180);
  font-size: 14px;
  line-height: 40px;
  padding: 0px 15px;
  width: 356px;
  height: 40px;
}
.newsletter-box #subscribe {
  background: rgb(253, 116, 105);
  border: 0px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  z-index: 2;
  width: 100px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: top;
  text-decoration: none;
  width: 100px;
  font-family: "Rokkitt",sans-serif;
}
.newsletter-block {
  float: left;
}
.newsletter-block .errors {
  position: absolute;
  bottom: -35px;
}
.newsletter-block .errors ul li {
  font-family: "Rokkitt",sans-serif;
}

/***** MODAL ******/
.quickview-box .swatch {
 margin-top: 5px; 
}
.quickview-box .swatch .tooltip {
 left: -37px; 
}
.quickview-box .swatch label {
  min-width: 18px;
height: 18px;
background-color: transparent;
  margin: 0 5px 0 0;
  text-align: center;
line-height: 18px;
}
.quickview-box .overlay, .ajax-success-modal .overlay {
    background: rgba(45, 45, 50, 0.8) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
}
.ajax-success-modal .content {
    background: #fff none repeat scroll 0 0;
    bottom: auto;
    left: 50%;
    margin-left: -270px;
    margin-top: -100px;
    min-height: 200px;
    padding: 45px 40px 35px;
    position: fixed;
    right: auto;
    top: 50% !important;
    width: 535px;
}
.ajax-success-modal .ajax-left {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.ajax-success-modal .ajax-right {
    margin-left: 96px;
}
.ajax-product-title {
  font-family: "Rokkitt", sans-serif;
  	margin-bottom: 9px;
    text-align: left;
    color: #000;
    display: block;
    margin-bottom: 6px;
    text-decoration: none !important;
}
.success-message {
    background: #f5f8f3;
    border-bottom: 1px solid #dde8d6;
    color: #5f943c;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 10px 0 40px;
}
.close-window,
.close-modal {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
    z-index: 10000;
}
.ajax-error-modal {
    bottom: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: fixed;
    right: auto;
    text-align: center;
    top: 50%;
    width: 100%;
}
.ajax-error-modal .modal-inner {
    background: #e95144 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}
.loading-modal {    
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    bottom: auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    height: 60px;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    right: auto;
    text-align: center;
    text-indent: -999em;
    top: 50% !important;
    width: 60px;
  	background:#fff;
}
.cssload-container {
	width: 100%;
	height: 40px;
	text-align: center;
}

.cssload-double-torus {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 4px double;
	border-radius: 50%;
	border-color: transparent rgba(0,0,0,0.9) rgba(0,0,0,0.9);
	animation: cssload-spin 690ms infinite linear;
		-o-animation: cssload-spin 690ms infinite linear;
		-ms-animation: cssload-spin 690ms infinite linear;
		-webkit-animation: cssload-spin 690ms infinite linear;
		-moz-animation: cssload-spin 690ms infinite linear;
}
.quickview-box {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.quickview-box .content {
    background: #fff none repeat scroll 0 0;
    margin: 50px auto;
    padding: 50px;
    position: relative;
    width: 1030px;
  font-family: "Rokkitt";
}

.product-img-box { position: relative; padding-right: 30px;}
.product-img-box .product-photo-container { position: relative;overflow: hidden; text-align: center; }
.product-img-box .product-photo-thumbs li { margin: 0; }
.product-img-box .product-photo-thumbs.owl-theme li { padding: 0 5px; width: 100%; }
.product-img-box .product-photo-thumbs li a { display: block; }

.img-thumb {
    padding: 0;
  	float:left;  	
}

.more-view-wrapper {
	margin-top: 46px;
  	width:100%;
}
.thumb-carousel.owl-theme .owl-controls {
    margin-top: -12.5px;
    opacity: 0;
    top: 50%;
}
.thumb-carousel.owl-theme .owl-controls .owl-nav div.owl-next, 
.thumb-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    height: 25px;
    position: absolute;
    width: 25px;
}
.thumb-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -6px;
}
.thumb-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -6px;
}
.thumb-carousel.owl-theme:hover .owl-controls {
    opacity: 1;
}
.thumb-carousel .owl-nav div.owl-prev::before,
.thumb-carousel .owl-nav div.owl-next::before {
  	line-height:24px!important;
}
.variants .selector-wrapper {
  	float:left;
  	width:50%;
}
.variants .selector-wrapper label {
  	margin-right:15px;
}
.single-option-selector {
  	height:40px;
}
.prices .price {
  	color:#737373;
  	font-size:20px;
}
.product-shop .product-title {
  	color: #1f1f1f;
    font-size: 1.467em;
    font-weight: 300;
    padding-bottom: 11px;
    text-transform: capitalize;
}
.product-shop .product-description {
  margin-bottom:30px;
}
.quantity-cart {
  	margin:30px 0px;	
  	width:100%;
}
.quantity-cart label {
  	float:left;
  	margin-right:30px;
  	margin-bottom:0px;
  	line-height:40px;
}
.quantity-cart .quantity {
 	border:1px solid #ebebeb;
    border-right: 0 none #ebebeb;
    display: inline-block;
    float: left;
    font-size: 14px;
  	text-align:center;
}  
.quantity-cart .dec.button,
.quantity-cart .inc.button {
  	display:inline-block;
  	float:left;
  	text-align:center;
}
.quantity-cart .dec.button {
  	border-right:0px!important;
}
.quantity-cart .actions {
	float:left;
  	display:inline-block;
}

.quantity-cart .add-to-cart-btn {    
    
    display: inline-block;
    float: left;    
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
   	background: #fd0101 none repeat scroll 0 0;
    border-color: #fd0101;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    width: auto;
}
.total-price label,
.total-price span {
  	font-weight:600;
  	margin-right:30px;
}
.content-aside ul li {
    line-height: 41px;
}
.content-aside ul > li:last-child {
  	border-bottom:0px;
}
.content-aside ul li label {
  	margin-bottom:0px;
  	margin-left:5px;
}
.color input {
  	display:none;
}
.color li {
  	display:inline-block;
  	line-height:30px!important;
  	border:1px solid #f2f2f2;
  	margin-top:5px;
}

.pagination-section {
  	float:left;
  	width:100%;
  	margin:0;
  	border-top:1px solid #f2f2f2;
}
.page-total {
  	float:left;
}
.pagination-page {
    float:right;
}
.pagination-page li {
  	display:inline-block;
  font-family: "Rokkitt", sans-serif;
}
.sidebar-custom .widget-title .clear,
.clear-all {
    color: red;
    font-size: 12px;
    position: absolute;
    top: 5px;
  	right:0px;
  	font-weight:300;
}
.sidebar-custom .widget-title h3,
.filter-header {
  	position:relative;
}
.sidebar-custom {
  	margin-top:20px;
}
.collection-box {
  	margin-bottom:30px;
}
.related-block {
  	margin-top:70px;
}
.related-block .slider-product-title {
  text-align:left; }
.cart-button .icon::before {
    font-family: "linea-ecommerce-10" !important;
}
.quantity-cart .cart-button .icon {
    font-size: 16px;
    margin-right: 5px;
}
.product-shop .spr-badge {
  	line-height:18px;
  	margin:20px 0px;
  	border-bottom:1px solid #f5f5f5;
  	padding-bottom:30px;
}
.product-shop .spr-badge .spr-badge-caption {
  	color: #6f6f6f;
    font-size: 13px;
    margin-left: 25px;
}  
#more_info_block .nav-tabs li.active a, #more_info_block .nav-tabs li:hover a {
    color: #FD7469;
}
#more_info_block .nav-tabs li a {
    border: 0 none;
    color: #8f8f8f;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    padding: 0 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}
#more_info_block .spr-summary {
  	line-height:18px;
}
#more_info_block .spr-summary .spr-summary-caption {
  	margin-left:20px;
}  
.spr-form-label {
  	font-size:16px!important;
  	color:#000;
}
input.spr-form-input,
textarea.spr-form-input {
  	line-height:40px;
  	padding:0px 10px;
  	border:1px solid #f5f5f5;
}
.spr-form-actions .spr-button-primary {
  	background:none;
}
.spr-form-actions .spr-button-primary:hover {
	background:#fd0101;
  	color:#fff;
}
.contact-form .form-group {
    float:left;
  	width:100%;
}
.contact-form label {
  text-align:right;
}
.form-box {
  	margin-bottom:30px;
}
.form-box form {
  	border: 1px solid #dddddd;
    padding: 20px;
}
.form-box form h2 {
  	text-align:center;
  	margin:0px -20px 20px -20px;
  	border-bottom:1px solid #ddd;
}
.cart-row {
  	border-bottom:1px solid #dddddd;
  	padding:20px 0px;
}
.cart-image {
    float: left;
    margin-right: 10px;
}
.cart-image img {
  	max-width:100px;
}
.cart-row .cart-quantity {
 width: 70px; 
}
.cart-quantity {
  	line-height:40px;
  	padding:0px 10px;
}
.item-post {
  	margin-bottom:20px;
}
.item-post .post-img {
  	float:left;
  	margin-right:10px;
  	width:126px;
  	overflow:hidden;
}
.post-info {
    float: left;
    margin: 0;
    padding: 0;
  width: calc(100% - 136px);
}
.item-post a {
  	float:left;
  	line-height:21px;
  font-family: "Rokkitt";
  font-size: 13px;
  font-weight: 700;
}
.post-info em {	
  	font-size: 12px;
font-style: normal;
color: #333;	
}
.tag-name {
  	border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    padding: 4px 7px;
}
.blog-date time {
  	font-size:15px;
}
.blog-date, .blog-comment {
  margin-bottom: 0;
  float:left;
  margin-right: 40px;
}
.article-img {
  	width:100%;
  margin: 15px 0;
}
.related-carousel .item {
  padding:0px 15px;  
}
.wishlist-page .wishlist-product {
  	width:100%;
}
.wishlist-page td,
.wishlist-page th {
  	padding:10px;
  	border:1px solid #ededed;
}
.wishlist-page th {
  	font-weight:600;
}
.js-wish-list form {
  	display:none;
}

/** end ***/
.breadcrumbs-section {
    margin-bottom: 50px;
  font-family: "Rokkitt",sans-serif;
}
.breadcrumbs {
  border-bottom: 1px solid #f0f0f0;
  color: #45414e;
  font-size: 17px;
  opacity: 0.75;
  padding: 10px 0;
}
/***** TYPOGRAHPY *****/
.box {
    margin-bottom: 60px;
}
.page-heading {
    color: #45414e;
    font-size: 1.428em;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 23px;
  margin: 0;
}
.list-content a {
    color: #393641;
    font-size: 1.07em;
}
.list-content .sub-list-content li {
    position: relative;
}
.list-content .sub-list-content li::before {
    color: #FD7469;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
    margin-right: 5px;
    vertical-align: sub;
}
.table-typo {
    margin-top: 5px;
}
.table {
    width: 100%;
    margin-bottom: 30px;
}
.button > div {
    margin-bottom: 30px;
}
.button > div:last-child {
    margin-bottom: 0px;
}
.btn, .btn-default, .button_large {
    border: 1px solid #FD7469;
    border-radius: 0;
    color: #45414e;
    text-transform: uppercase;
    padding: 8px 30px;
  font-family: "Rokkitt";
}
.btn-large {
    font-size: 17px;
    font-weight: 700;
    padding: 12px 50px;
}
.btn-medium {
    font-size: 1.07em;
    padding: 7px 35px;
}
.btn-small {
    border-color: #615d6a;
    font-size: 15px;
    padding: 8px 25px;
}
.btn-small-dask {
    background: #615d6a none repeat scroll 0 0;
    color: #ffffff;
    margin-right: 15px;
}
.btn-hover {
    background: #FD7469 none repeat scroll 0 0;
    border-color: #FD7469;
    color: #ffffff;
}
.btn.focus, .btn:focus, .btn:hover, .button_large:focus, .button_large:hover {
    background: #FD7469 none repeat scroll 0 0;
    color: #ffffff;
    border-color: #FD7469;
    text-decoration: none;
}
.btn-small:hover {
    border-color: #FD7469;
}
.tab-typo {
    margin-top: 5px;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs li:first-child {
    padding-left: 0;
}
.nav-tabs > li {
    margin-bottom: 0;
    padding: 0 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    color: #fd7469;
}
.nav-tabs li.active a::after, .nav-tabs li a:hover::after {
    opacity: 1;
}
.nav-tabs li a::after {
    background: #fd7469 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-out 0s;
    -moz-transition: opacity 0.5s ease-out 0s;
    -webkit-transition: opacity 0.5s ease-out 0s;
    -o-transition: opacity 0.5s ease-out 0s;
}
.nav-tabs li a:hover {
    color: #fd7469;
    background: none;
}
.nav-tabs li a {
    border: 0 none;
    color: #6f6f6f;
    font-size: 1.428em;
    margin-bottom: 0;
    padding: 0 0px 6px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}
.tab-content {
    padding-top: 22px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-default > .panel-heading {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e1e1e1;
    color: #333333;
    padding: 11px 20px;
}
.panel-title {
    color: inherit;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.panel-title {
    color: inherit;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: #45414e;
}
.panel-group .panel + .panel {
    margin-top: 1px;
}
.inputs-typo .input-group {
    float: left;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.form-control {
    height: 40px;
}
input.input-error {
    border-color: #fd7469;
}
input.input-warning {
    border-color: #fbc02d;
}

/**** PRODUCT ****/
#products-list {
    position: relative;
    margin-top: 18px;
}
#products-list .item {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 33.33%;
}
.filters-panel {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding-bottom: 12px;
}
.toolbar-bottom {
  font-family: "Rokkitt",sans-serif;
 padding-top: 20px; 
}
.page-total {
  color: rgb(69, 65, 78);
  font-size: 1.14em;
  font-weight: 400;
  margin: 0px; 
}
.view-modes a {
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.view-modes a.active, .view-modes a:hover {
    background: #fd7469 none repeat scroll 0 0;
    border-color: #fd7469;
  color: #fff;
}
.view-modes a .fa {
 margin-top: 6px;
  
}
.view-modes {
    margin-right: 25px;
}
.sort-by label {
    color: #45414e;
    float: left;
  height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 5px;
}
.sort-by .fillter-row {
  display: inline-block;
}
.sort-by .fillter-row select {
      border-color: #b6b6b6;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    min-width: 95px;
}
.pagination {
 margin: 0 0 10px;
  height: 30px;
}
.pagination-page {
 margin: 0; 
}
.content-aside .block-title {
    color: #45414e;
    font-size: 1.428em;
    font-weight: 400;
    text-transform: uppercase;
}
.categories-block ul li {
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
  font-size: 1.2857em;
  line-height: 37px;
  width: 100%;
}
.categories-block ul li a {
  color: #6f6f6f;
}
.cat-info {
    text-align: center;
    padding: 40px 0;
}
.meta_title {
    color: #fd7469;
    font-size: 2.14em;
    font-weight: 700;
    margin-bottom: 11px;
    position: relative;
    text-transform: uppercase;
  font-family: "Rokkitt",sans-serif;
}
.meta_title::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
.cat_desc.rte p {
    color: #ffffff;
    font-size: 1.21em;
    margin-bottom: 0;
    text-transform: capitalize;
}
.input-group-addon {
    background: #ebebeb;
    border: none;
    border-radius: 0;
    color: #8f8f8f;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 14px;
    z-index: 3;
}
.input-group-addon:first-child {
    bottom: 0;
}
.input-group-addon:hover {
    background: #dddddd;
}
#quantity_wanted_p {
  float: left 
}
.content-aside .block-title {
 border-bottom: 0px none;
margin-bottom: 22px;
text-align: left;
padding: 0; 
}
.bestseller-block h3.product-title {
  font-size: 1.21em;
padding-bottom: 5px;
}
.bestseller-block h3.product-title > a {
  color: #7f7f7f;
font-weight: 400;
}
.contact_address {
    margin-top: 30px;
  
}
.contact_address li {
  font-family: "Times New Roman";
}
#contact_form .title {
 text-align: center;
  margin-bottom: 10px;
}
.banner-left {
 position:relative; 
}
.content-aside-right .banner-left {
 margin-top: 70px; 
}
.content-aside-left .banner-left {
 margin-top: 38px; 
}
.btn-login, .btn-register, .update-cart, .checkout, .option-btn {
  background: none;
}
.blog-categories-block ul li a {
    font-family: "Times New Roman" !important;
    font-size: 14px;
}
.blog-categories-block ul li {
 border: none; 
}
.blog-info {
  font-family: "Rokkitt",sans-serif;
}
#block_contact_infos li {
  font-family: "Rokkitt",sans-serif;
}
.pb-right-column {
    font-family: "Rokkitt";
}
.fontawesome-icon-list > div .fa {
    margin-right: 5px;
}
.fontawesome-icon-list > div {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#comment_form input.btn {
 background-color: transparent; 
}
button.icon_search {
 margin-top: 20px; 
 background-color: transparent;
}
.search-page #products-list .item {
  width: 25%;
}
.products-box .action {
 display: none; 
}
.wrap-item-colors {
  position: absolute;
top: 0;
  overflow: hidden;
}
ul.item-colors {
 height: 38px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.3);

  transform: translateX(-100%);
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
  transition: all 0.5s ;
}
ul.item-colors li {
    display: inline-block;
    height: 18px;
  margin-right: 5px;
}
.product-preview:hover ul.item-colors {
  transform: none;
}
ul.item-colors li:last-child {
 margin: 0; 
}
ul.item-colors li label {
margin-bottom: 0;
width: 18px;
height: 18px;
}
.preview img.second-img {
    display: none;
}
.preview:hover img.second-img {
    display: block;
  transition: all 0.5s;
}
.preview:hover img.first-img {
    display: none;
  transition: all 0.5s;
}
.search-page #jms_ajax_search .search-box {
  display: block;
  position: static;
}
.testimonials_img img {
    border-radius: 50%;
}