/*
Theme Name: BearStore
Version: 2.0
Theme URI: http://novademo.com/bearstore_wp/
Author: Novaworks
Author URI: http://www.novaworks.net
Description: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html or later
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: bearstore
*/
/**
 * General Style Sheet
*/
body {
  font-size: 12px;
  color: #818181;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.bg {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CaviarDreamsRegular',sans-serif;
  font-weight: normal;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:not(.btn) {
  color: #5f5f5f;
}
a:not(.btn):hover {
  color: #ee1c35;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
/* Buttons */

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none !important;
  *border: 1px solid #bbb;
  border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ee1c35;
  *background-color: #ee1c35;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #ee1c35;
  background-color: #ee1c35 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #ee1c35;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 10px 20px;
  font-size: 13px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 9px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 8px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-standard {
  background: #818181;
  color: #fff;
  transition: background 0.25s ease-in-out 0s;
}
.btn-active {
  background: #ee1c35;
  color: #fff;
  transition: background 0.25s ease-in-out 0s;
}
.btn-active:hover {
  background: #ee1c35;
  transition: background 0.25s ease-in-out 0s;
}
.btn-borderline {
  border: #cecece 1px solid;
  background: none;
  color: #818181;
  transition: all 0.25s ease-in-out 0s;
}
.btn-borderline:hover {
  border: #cecece 1px solid;
  background: none;
  color: #ee1c35;
  transition: all 0.25s ease-in-out 0s;
}
.btn-borderline-active {
  border: #cecece 1px solid;
  background: none;
  color: #ee1c35;
  transition: all 0.25s ease-in-out 0s;
}
.btn-borderline-active:hover {
  border: #cecece 1px solid;
  background: none;
  color: #ee1c35;
  transition: all 0.25s ease-in-out 0s;
}
.btn-underline {
  background: #818181;
  color: #fff;
  text-decoration: underline;
  transition: background 0.25s ease-in-out 0s;
}
.btn-underline:hover {
  text-decoration: underline;
}
.btn-arrow {
  background: #ee1c35;
  color: #fff;
  text-decoration: underline;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow:hover {
  text-decoration: underline;
}
.btn-arrow.btn-large {
  background: #ee1c35 url("images/common.png") no-repeat 94% -554px !important;
  padding-right: 40px;
}
.btn-arrow.btn- {
  background: #ee1c35 url("images/common.png") no-repeat 116% -616px !important;
  padding-right: 26px;
}
.btn-arrow.btn-small {
  background: #ee1c35 url("images/common.png") no-repeat 130% -618px !important;
  padding-right: 20px;
}
.btn-arrow.btn-mini {
  background: #ee1c35 url("images/common.png") no-repeat 164% -619px !important;
  padding-right: 14px;
}
.btn-rounder {
  background: #ee1c35;
  color: #fff;
  transition: background 0.25s ease-in-out 0s;
}
.btn-rounder:hover {
  background: #ee1c35;
  transition: background 0.25s ease-in-out 0s;
}
.btn-rounder.btn-large {
  border-radius: 10px;
}
.btn-rounder.btn- {
  border-radius: 5px;
}
.btn-rounder.btn-small {
  border-radius: 5px;
}
.btn-rounder.btn-mini {
  border-radius: 5px;
}
.btn-color {
  background: #ee1c35;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-color:hover {
  background: #e01129;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-color {
  background: #ee1c35 url("images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-color:hover {
  background: #e01129 url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-cyan {
  background: #00cccc;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-cyan:hover {
  background: #00b3b3;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-cyan {
  background: #00cccc url("images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-cyan:hover {
  background: #00b3b3 url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-yellowgreen {
  background: yellowgreen;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-yellowgreen:hover {
  background: #8bb92d;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-yellowgreen {
  background: yellowgreen url("images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-yellowgreen:hover {
  background: #8bb92d url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-darkblue {
  background: #2a7c86;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-darkblue:hover {
  background: #246a73;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-darkblue {
  background: #2a7c86 url("images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-darkblue:hover {
  background: #246a73 url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-purple {
  background: #9a009a;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-purple:hover {
  background: purple;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-purple {
  background: #9a009a url("images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-purple:hover {
  background: purple url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-gray {
  background: #838383;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-gray:hover {
  background: #737373;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-gray {
  background: #838383 url("../images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-gray:hover {
  background: #737373 url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-silver {
  background: #c3c3c3;
  color: #fff;
  border-radius: 5px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-silver:hover {
  background: #b3b3b3;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-silver {
  background: #c3c3c3 url("images/common.png") no-repeat 116% -616px !important;
  color: #fff;
  border-radius: 5px;
  padding-right: 26px;
  transition: background 0.25s ease-in-out 0s;
}
.btn-arrow-silver:hover {
  background: #b3b3b3 url("images/common.png") no-repeat 116% -616px !important;
  transition: background 0.25s ease-in-out 0s;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* Warpping */

#menu-top-header-menu {
  float: right;
  margin: 5px 0 0;
}
#menu-top-header-menu li a {
  text-transform: uppercase;
  font-size: 10px;
}
#menu-top-header-menu li a:hover {
  text-decoration: underline;
}
#sp-header-wrapper {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#fff));
  background-image: -webkit-linear-gradient(top,#ffffff,#fff);
  background-image: -o-linear-gradient(top,#ffffff,#fff);
  background-image: linear-gradient(to bottom,#ffffff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
#sp-header-wrapper #logo {
  background-image: url('images/logo.png');
}
#breadcrumbs-wrapper {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 10px;
}
#sp-feature-wrapper {
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top,#5f5f5f,#2c2c2c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5f5f5f),to(#2c2c2c));
  background-image: -webkit-linear-gradient(top,#5f5f5f,#2c2c2c);
  background-image: -o-linear-gradient(top,#5f5f5f,#2c2c2c);
  background-image: linear-gradient(to bottom,#5f5f5f,#2c2c2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#ff2c2c2c', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #929292;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #c5c5c5;
}

#sp-header-wrapper {
  padding: 0;
}
#sp-header-wrapper #logo {
  margin: 34px 0 28px 0;
  display: inline-block;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search-form {
  margin-top: 50px;
}
#sp-header-wrapper .search-form form {
  margin: 0;
}
.rtl #logo {
  background-position: 100% 50%;
}
.ltr #logo {
  background-position: 0 50%;
}
.pagination-righted {
  position: relative;
}
.dropdown {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  float: left;
}
.dropdown p {
  display: block;
  float: left;
}
.dropdown .label {
  padding: 3px 4px;
  z-index: 99999;
  position: relative;
}
.dropdown .text {
  background: url("images/grey-arrow-down.png") 100% 14px no-repeat;
  padding: 0px 18px 8px 0;
  color: #5f5f5f;
  margin: 0;
  cursor: pointer;
}
.dropdown ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 30px;
  left: -25px;
  padding: 10px;
  z-index: 9999;
}
.dropdown:hover ul {
  display: block;
}
.top-dropdown p {
  height: 22px;
}
.top-dropdown ul {
  background-color: #fff;
  border: 1px solid #eee;
}
.top-dropdown li {
  color: #5f5f5f;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 18px;
  text-align: left;
}
.top-dropdown a {
  font-size: 10px;
  text-decoration: none;
}
.top-dropdown a:hover {
  color: #ee1c35 !important;
  text-decoration: underline;
}
.lang-switcher {
  padding-left: 20px;
  background: url("images/border-right.png") no-repeat scroll 13% 55%;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.lang-switcher ul {
  min-width: 80px;
  padding: 10px;
  position: absolute;
  top: 29px;
  left: -5px;
  z-index: 9999;
}
.lang-switcher li {
  background-position: 0 3px;
  background-repeat: no-repeat;
  line-height: 18px;
}
.top-header-container {
  padding-bottom: 1px;
  background: url("images/border-header-bottom.png") repeat-x 100% 100%;
}
.bottom-menu-column {
  text-align: left;
  font-size: 10px;
}
.bottom-menu-column h4 {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.bottom-menu {
  list-style: none;
  margin: 0;
}
.bottom-menu li {
  list-style: none;
  float: none;
  margin: 0;
  line-height: 25px;
}
.bottom-menu-column a {
  text-transform: uppercase;
}
.bottom-menu-column a:hover {
  text-decoration: underline;
  padding-right: 12px;
  background: url("images/grey-arrow-right.png") no-repeat 100% 50%;
}
.shippingpolicy {
  margin-bottom: 10px;
}

.top-right-menu ul {
  list-style: none;
}
.top-right-menu ul li {
  float: left;
  padding: 0 10px;
  background: url("images/top-menu-line.png") no-repeat left center;
}
.top-right-menu ul li:first-child {
  background: none;
}

.nova-navigation {
  margin-bottom: 0 !important;
}
#sp-main-menu {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
#sp-main-menu ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  font-family: 'CaviarDreamsRegular';
  font-size: 18px;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  border-bottom: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li a {
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: #818181;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li a:hover {
  color: #ee1c35 !important;
}
#sp-main-menu ul.level-0 > li.active a {
  color: #ee1c35;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
}
#sp-main-menu ul.level-0 > li:hover {
  border: 1px solid #cdcdcd;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}
#sp-main-menu ul.level-0 > li:hover a {
  color: #ee1c35 !important;
  z-index: 999 !important;
}
#sp-main-menu ul.level-0 > li.parent {
  border-bottom: 0;
}
#sp-main-menu ul.level-0 > li.parent a {
  colord: #818181;
}
#sp-main-menu ul.level-0 > li.parent a:hover {
  color: #ee1c35 !important;
}
#sp-main-menu .sp-submenu-wrap {
  position: absolute;
  left: -1px;
  width: 200px;
  font-family: 'Arial';
  visibility: hidden;
  text-align: left;
  opacity: 0;
}
#sp-main-menu .sp-submenu-wrap.open {
  visibility: visible;
  opacity: 1;
  left: -1px;
}
#sp-main-menu .sp-submenu-wrap.sub-level {
  margin-top: 0px;
}
#sp-main-menu .sp-submenu-wrap.sub-level.open {
  background-color: #ffffff;
  left: -1px !important;
  margin-top: 0px;
  border: 1px solid #cdcdcd;
  border-radius: 0 0 3px 3px;
  z-index: 1000;
}
#sp-main-menu .sp-submenu-wrap.sub-level.open a {
  color: #818181 !important;
}
#sp-main-menu .sp-submenu-wrap.sub-level > ul {
  width: 100%;
}
#sp-main-menu .sp-submenu-wrap.sub-level-child > ul {
  width: 100%;
}
#sp-main-menu .sp-submenu-wrap ul {
  position: static;
  width: auto;
  border: none;
  opacity: 0.95;
}
#sp-main-menu .sp-submenu-wrap.sub-level.open,
#sp-main-menu .sp-submenu-wrap.sub-level-child.open {
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
#sp-main-menu li li {
  display: block;
  position: relative;
  border-top: 1px solid #eee;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:first-child {
  border-top: none;
}
#sp-main-menu li li a {
  display: block;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  padding: 8px 18px !important;
  color: #818181 !important;
  font-weight1: bold !important;
}
#sp-main-menu li li:hover,
#sp-main-menu li li.active {
  background: #eee;
  opacity: 0.95;
}
.ltr .sp-submenu-wrap {
  left: 0;
}
.ltr .sp-submenu-wrap.sub-level-child {
  margin-left: 250px;
}
.ltr .sp-submenu-wrap.sub-level-child.open {
  margin-left: 200px;
}
.rtl .sp-submenu-wrap {
  right: 0;
}
.rtl .sp-submenu-wrap.sub-level-child {
  margin-right: 250px;
}
.rtl .sp-submenu-wrap.sub-level-child.open {
  margin-right: 200px;
}
#sp-moble-menu {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  margin-left: 0 !important;
}
#sp-moble-menu h1 {
  background: #111111;
  display: inline-block;
  font-family: 'CaviarDreamsRegular', sans-serif;
  font-size: 16px;
  line-height: 47px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
#sp-moble-menu h1 span {
  color: #ffffff;
  float: left;
  padding-left: 10px;
}
#sp-moble-menu h1 a.nav-box {
  background: url("images/common.png") no-repeat scroll 0 -361px transparent;
  float: right;
  font-size: 0;
  height: 22px;
  margin-top: 13px;
  padding-right: 10px;
  width: 27px;
}
#sp-moble-menu #mobi-nav-content .accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sp-moble-menu #mobi-nav-content .accordion li {
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#sp-moble-menu #mobi-nav-content .accordion li ul {
  margin: 0;
}
#sp-moble-menu #mobi-nav-content .accordion li ul li {
  background: #F0F0F0;
}
#sp-moble-menu #mobi-nav-content .accordion li ul li a {
  margin: 0 25px;
}
#sp-moble-menu #mobi-nav-content .accordion li.active > em.open-close {
  background: url("images/common.png") no-repeat scroll 2px -427px transparent;
}
#sp-moble-menu #mobi-nav-content .accordion a {
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#sp-moble-menu #mobi-nav-content .accordion a:hover {
  text-decoration: underline;
}
#sp-moble-menu #mobi-nav-content .accordion .sp-submenu-wrap {
  display: none;
}
#sp-moble-menu #mobi-nav-content .accordion em {
  margin-right: 10px;
}
#sp-moble-menu #mobi-nav-content .accordion em.open-close {
  background: url("images/common.png") no-repeat scroll 2px -392px transparent;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
#sp-moble-menu select.select-menu {
  float: right;
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.from {
  display: none;
}
del .amount {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #818181 !important;
  margin-right: 10px;
}
ins .amount {
  text-decoration: none;
}
.tabbale ul li a,
.tabbale ul li a:focus,
.tabbale ul li a:hover,
.tabbale ul li a:active,
.tabbale ul li.active a,
.tabbale ul li.active a:focus,
.tabbale ul li.active a:hover,
.tabbale ul li.active a:active {
  background: none;
  color: #5f5f5f;
  border-radius: 0;
}
.tabbale .tab-content {
  border-top: #bfbfbf 1px solid;
  padding-top: 20px;
}
.footer-info-top {
  padding: 20px 0 15px 0;
  background: url("images/border-header-bottom.png") repeat-x top left;
}
.footer-info-top .footer-info li {
  font: 18px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: uppercase;
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}
.footer-info-top .footer-info li i {
  color: #5f5f5f;
  font-size: 25px;
  margin-right: 15px;
  margin-top: -3px;
}
.footer-info-top .footer-info {
  text-align: center;
}
.footer-info-top .footer-info .about-responsive {
  float: left;
  text-align: left;
}
#sp-main-body-wrapper {
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-bottom-wrapper {
  padding: 30px 0;
}
#sp-feature-wrapper {
  padding: 80px 0;
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
}
#sp-feature-wrapper h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
#sp-users-wrapper {
  padding: 25px 0;
}
#sp-users-wrapper2 {
  padding: 5px 0;
}
#sp-users-wrapper3 {
  padding: 5px 0;
  margin-top: -40px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  margin: 10px 0 10px;
  padding-bottom: 10px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.five-columns .span2 {
  width: 20% !important;
}
#sp-footer-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper {
  padding: 30px 0;
}
#sp-footer-wrapper #sp-position-footer {
  float: left;
}
#sp-footer-wrapper .footer-right {
  float: right;
  text-align: right;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.menu li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.menu li a {
  display: block;
}
#sp-footer-wrapper ul.menu li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url("images/helix-logo-white.png") no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999px;
  background: #ee1c35 url("images/icon.png") no-repeat;
  background-position: 0 -106px;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#toTop:hover {
  background: #c8c8c8 url("images/icon.png") no-repeat;
  background-position: -50px -106px;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#toTop:active,
#toTop:focus {
  outline: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none !important;
  *border: 1px solid #bbb;
  border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ee1c35;
  *background-color: #ee1c35;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #ee1c35;
  background-color: #ee1c35 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #ee1c35;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  padding: 4px 9px !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 4px;
  font-size: 20px;
  color: #5f5f5f;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  color: #ee1c35;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  color: #ee1c35;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  color: #ee1c35;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  color: #ee1c35;
}
button.social.linkedin,
input[type='submit'].social.linkedin,
input[type='button'].social.linkedin,
submit.social.linkedin {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 4px;
  font-size: 20px;
  color: #5f5f5f;
}
button.social.linkedin:hover,
input[type='submit'].social.linkedin:hover,
input[type='button'].social.linkedin:hover,
submit.social.linkedin:hover {
  color: #ee1c35;
}
button.social.vimeo,
input[type='submit'].social.vimeo,
input[type='button'].social.vimeo,
submit.social.vimeo {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  font-size: 20px;
  padding-left: 7px !important;
  padding-right: 11px !important;
  color: #5f5f5f;
}
button.social.vimeo:hover,
input[type='submit'].social.vimeo:hover,
input[type='button'].social.vimeo:hover,
submit.social.vimeo:hover {
  color: #ee1c35;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  padding: 4px 9px !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.twitter {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 4px;
  font-size: 20px;
  color: #5f5f5f;
}
.btn.social.twitter:hover {
  color: #ee1c35;
}
.btn.social.facebook {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
.btn.social.facebook:hover {
  color: #ee1c35;
}
.btn.social.gplus {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
.btn.social.gplus:hover {
  color: #ee1c35;
}
.btn.social.pinterest {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
.btn.social.pinterest:hover {
  color: #ee1c35;
}
.btn.social.linkedin {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 4px;
  font-size: 20px;
  color: #5f5f5f;
}
.btn.social.linkedin:hover {
  color: #ee1c35;
}
.btn.social.vimeo {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  font-size: 20px;
  padding-left: 7px !important;
  padding-right: 11px !important;
  color: #5f5f5f;
}
.btn.social.vimeo:hover {
  color: #ee1c35;
}
.btn.social:hover {
  text-decoration: none;
}

.nav {
  margin-bottom: 9px;
}
.nav>li,
.nav>li>a {
  display: inline;
}
.nav>li>a {
  padding: 10px;
}
.nav>li.active>a {
  border-bottom: 5px solid #5f5f5f;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background: none;
  border-bottom: 5px solid #5f5f5f;
}

.pagination-righted {
  position: relative;
}
.pagination-righted .mini-cart {
  height: 37px;
  max-width: 47px;
  position: absolute;
  right: 0;
  top: 23%;
  width: 100%;
}
.pagination-righted .mini-cart .cart_circle {
  background: #5f5f5f;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  display: block;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 37px;
}
.pagination-righted .shopping-cart:hover .cart_circle {
  background-color: #0d0d0d;
}
.pagination-righted .mini-cart .cart_circle i {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
}
.pagination-righted .mini-cart .cart_circle.active,
.visible-desktop .mini-cart .cart_circle:hover.active {
  background: #ee1c35;
}
.pagination-righted .mini-cart .block-content {
  background-color: #fff;
  border: 1px solid #d5d5d5 !important;
  display: none;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 37px;
  width: 100%;
  z-index: 3000;
}
.pagination-righted .mini-cart .cart_circle .count-box {
  background: #5f5f5f;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  display: table-cell;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.pagination-righted .mini-cart .cart_circle .count {
  position: absolute;
  top: -14px;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: #fff solid 2px;
}
.pagination-righted .mini-cart:hover .block-content {
  display: block;
}
.pagination-righted .search-col {
  height: 37px;
  max-width: 265px;
  padding: 51px 0;
  margin-top: 20px !important;
  position: relative;
  width: 100%;
}
.pagination-righted .form-search {
  float: left;
  max-width: 260px;
  position: absolute;
  right: 0;
  top: 36px;
}
.pagination-righted .form-search label {
  float: left;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.pagination-righted .form-search input.input-text {
  background: #fcfcfc;
  border: medium none;
  box-shadow: none;
  color: #969696;
  height: 25px;
  padding: 5px 10px;
  -webkit-transform: width 0.1s linear 0s;
  -moz-transform: width 0.1s linear 0s;
  -ms-transform: width 0.1s linear 0s;
  -o-transform: width 0.1s linear 0s;
  transition: width 0.1s linear 0s;
  width: 16px;
  position: relative;
}
.pagination-righted .form-search:hover input.input-text {
  margin-right: 17px;
  width: 203px;
  border: solid 1px #c8c8c8;
  border-right: none;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pagination-righted .form-search:hover input.input-text {
    margin-right: 17px;
    width: 203px;
    border: solid 1px #c8c8c8;
    border-right: none;
    position: relative;
    top: -25px;
    right: -12px;
  }
}
.pagination-righted .form-search button.button {
  background: #0d0d0d !important;
  border-radius: 50% 50% 50% 50% !important;
  color: #fff !important;
  height: 37px;
  line-height: 0;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  float: left;
}
.pagination-righted .form-search button.button i {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: -5px;
}
.pagination-righted .form-search button.button:hover {
  background-color: #818181;
}

#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #fff;
  color: #818181;
}
#sp-bottom-wrapper h3,
#sp-footer-wrapper h3 {
  color: #5f5f5f;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #818181;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #ee1c35;
}
#sp-bottom-wrapper {
  border-top: 5px solid #eee;
}
#sp-bottom-wrapper::after {
  background: transparent;
}
#sp-footer-wrapper {
  border-top: 5px solid #eee;
}
#sp-footer-wrapper::after {
  background: transparent;
}
.sp-border {
  border-top: 5px solid #eee;
}
.sp-border::after {
  background: transparent;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5f5f5f;
  background-image: -moz-linear-gradient(top,#5f5f5f,#5f5f5f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5f5f5f),to(#5f5f5f));
  background-image: -webkit-linear-gradient(top,#5f5f5f,#5f5f5f);
  background-image: -o-linear-gradient(top,#5f5f5f,#5f5f5f);
  background-image: linear-gradient(to bottom,#5f5f5f,#5f5f5f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#ff5f5f5f', GradientType=0);
  border-color: #5f5f5f #5f5f5f #393939;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #5f5f5f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #5f5f5f;
  *background-color: #525252;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #464646 \9;
}
.fullwidthbanner-container {
  z-index: 0;
  max-height: 660px;
}
.page-id-1970 .fullwidthbanner-container {
  padding-bottom: 40px !important;
}
.page-id-1970 .fullwidthbanner-container .tp-thumbs {
  padding: 4px;
  margin-left: -490px !important;
  width: 965px !important;
}
.page-id-1970 .tp-bullets.tp-thumbs .tp-mask {
  width: 965px !important;
}
.page-id-1970 .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  left: 0px !important;
}
.page-id-1970 .tp-bullets.hidebullets {
  opacity: 1 !important;
}
.page-id-1970 .tp-bullets.tp-thumbs .bullet {
  margin: 4px;
}

article {
  padding-top: 10px;
  border-top: 5px solid #EEEEEE;
  padding-bottom: 20px;
}
article:first-child {
  padding-top: 0px;
  border-top: none;
}
article.post {
  margin-bottom: 30px;
}
article.post:first-child {
  margin-top: 0;
}
article .entry-title {
  border-bottom: none;
}
article .entry-title.page-header {
  margin-bottom: 0px;
}
article .entry-content {
  margin-bottom: 10px;
}
article a.readmore,
article a.comment-link {
  background: #5f5f5f;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  margin-left: 20px;
  float: right;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
article a.readmore:hover,
article a.comment-link:hover {
  background: #ee1c35;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  margin-left: 20px;
  float: right;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}


.post-thumbnail,
img.alignleft {
  float: left;
  max-width: 100%;
  margin: 5px 15px 10px 0;
}
.post-thumbnail img.attachment-post-thumbnail {
  width: 100%;
}
.post-thumbnail img.attachment-full {
  width: 100%;
}
img.alignright {
  float: right;
  margin: 5px 0 10px 15px;
}
.meta-info {
  font-size: 12px;
  color: #888;
  margin-bottom: 15px;
}
.content-tags {
  margin-bottom: 10px;
}
.content-tags a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none !important;
  *border: 1px solid #bbb;
  border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 2px 6px;
  font-size: 8px;
  line-height: 16px;
  margin: 0 3px 0 0;
}
.content-tags a:first-child {
  *margin-left: 0;
}
.content-tags a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ee1c35;
  *background-color: #ee1c35;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.content-tags a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content-tags a.active,
.content-tags a:active {
  background-color: #ee1c35;
  background-color: #ee1c35 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.content-tags a.disabled,
.content-tags a[disabled] {
  cursor: default;
  background-color: #ee1c35;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-tags a.social {
  background: #fff;
  padding: 4px 9px !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.content-tags a.social.twitter {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 4px;
  font-size: 20px;
  color: #5f5f5f;
}
.content-tags a.social.twitter:hover {
  color: #ee1c35;
}
.content-tags a.social.facebook {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
.content-tags a.social.facebook:hover {
  color: #ee1c35;
}
.content-tags a.social.gplus {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
.content-tags a.social.gplus:hover {
  color: #ee1c35;
}
.content-tags a.social.pinterest {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 2px;
  font-size: 20px;
  color: #5f5f5f;
}
.content-tags a.social.pinterest:hover {
  color: #ee1c35;
}
.content-tags a.social.linkedin {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  margin-right: 4px;
  font-size: 20px;
  color: #5f5f5f;
}
.content-tags a.social.linkedin:hover {
  color: #ee1c35;
}
.content-tags a.social.vimeo {
  border: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
  font-size: 20px;
  padding-left: 7px !important;
  padding-right: 11px !important;
  color: #5f5f5f;
}
.content-tags a.social.vimeo:hover {
  color: #ee1c35;
}
.content-tags a.social:hover {
  text-decoration: none;
}
.content-tags a:hover,
.content-tags a:active,
.content-tags a.active,
.content-tags a.disabled,
.content-tags a[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.content-tags a:active,
.content-tags a.active {
  background-color: #003399 \9;
}
.main-content {
  padding: 30px 0;
}
.form-signin {
  width: 400px;
  margin: 100px auto;
}
#comments ol.commentlist {
  list-style: none;
  margin: 0;
}
#comments ol.commentlist li article {
  position: relative;
}
#comments ol.commentlist li article.comment {
  padding: 15px 15px 15px 90px;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
#comments ol.commentlist li article header {
  position: relative;
}
#comments ol.commentlist li article header img {
  position: absolute;
  left: -75px;
  background: #fff;
  padding: 5px;
  border: 1px solid #dddddd;
  margin: ;
}
#comments ol.commentlist li article header > strong {
  display: block;
}
#comments ol.commentlist li article header > time {
  color: #999;
}
#comments ol.commentlist li ol.children {
  list-style: none;
}
#comments #respond #commentform {
  padding: 15px;
  border: 1px solid #dddddd;
}
#comments #respond #commentform code {
  white-space: normal;
}
#comments #respond #commentform input[type='text'] {
  width: 60%;
}
#comments #respond #commentform textarea#comment {
  width: 95%;
}
#comments #respond #commentform p.form-allowed-tags {
  font-size: 10px;
  color: #999;
}
#comments #respond #commentform p code {
  display: block;
  margin-top: 5px;
}
#comments #respond #commentform input[type='submit'] {
  padding: 10px 20px;
  font-size: 13px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.author-info {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.author-info .author-avatar {
  float: left;
  margin: 0 20px 0 0;
}
.author-info .author-link {
  display: block;
}
.navigation {
  margin-top: 20px;
}
.nav-single {
  margin-bottom: 10px;
}
.breadcrumb {
  background-color: #fff;
}
#calendar_wrap table {
  width: 100%;
  text-align: center;
}
#calendar_wrap table td,
#calendar_wrap table th {
  text-align: center;
}
#calendar_wrap table td a,
#calendar_wrap table th a {
  display: block;
}
#calendar_wrap table caption {
  padding: 0 0 10px;
  text-align: left;
}

#content {
  float: none !important;
  margin-left: auto !important;
  width: 100%;
}
.demo-fullwidthbanner {
  text-align: center;
  padding: 150px;
  margin: 50px auto;
  border: #818181 3px dotted;
}


.entry-header {
  position: relative;
}
.entry-header .post-edit-link {
  position: absolute;
  top: 10px;
  right: 0;
}
.rtl .post-edit-link {
  right: auto;
  left: 0;
}
.page-header {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0px;
  margin1: 10px 0 10px;
}
.page-header.entry-title {
  font: 24px/140% !important;
  color: #333;
}
.entry-header h2.entry-title {
  font: 24px/140% !important;
  color: #333;
}
h3.comment-reply-title {
  font: 24px/140% !important;
  color: #333;
}
h1.page-title {
  color: #0D0D0D;
  font-size: 3em !important;
  font-weight: normal;
  text-transform: capitalize;
}

.entry-meta.muted {
  padding: 0px 0 10px;
  font-size: 12px;
  font-style: italic;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}

.who-we-are {
  margin: 0;
}
.who-we-are .who-center {
  max-width: 980px;
  width: 100%;
  margin: 10px 0px 0px 0px;
  line-height: 30px;
  background: url("images/tabs-title-line.jpg") repeat-x 100% 50%;
}
.who-we-are,
.who-top {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.who-we-are h1,
.who-top h1 {
  color: #1a1a1a;
  font: 24px/140%;
  text-transform: none;
  text-align: center;
  line-height: 30px;
  max-width: 53%;
  margin: 0 auto;
  background: #ffffff;
}
.who-we-are h2,
.who-top h2 {
  color: #1a1a1a;
  font: 20px/140%;
  text-transform: none;
  text-align: center;
  line-height: 30px;
  padding: 10px 0 5px 0;
}
.who-top p {
  text-align: center;
  line-height: 17px;
}
.who-top a {
  text-align: center;
  font-size: 11px;
}
.brand-slider {
  margin-bottom: 30px;
}
.brand-list {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.breadcrumb > li {
  text-transform: uppercase !important;
}
.entry-content {
  margin-bottom: 40px;
}
.entry-content h1 {
  font-weight: normal;
  font-size: 22px;
  color: #0d0d0d;
}
.entry-content h2 {
  font-weight: normal;
  font-size: 20px;
  color: #0d0d0d;
  padding: 10px 0;
}
.entry-content h3 {
  font-weight: normal;
  font-size: 18px;
  color: #0d0d0d;
  padding: 10px 0;
}
.entry-content h4 {
  font-weight: normal;
  font-size: 16px;
  color: #0d0d0d;
  padding: 10px 0;
}
.entry-content h5 {
  font-weight: normal;
  font-size: 14px;
  color: #0d0d0d;
  padding: 10px 0;
}
.entry-content h6 {
  font-weight: normal;
  font-size: 12px;
  color: #5f5f5f;
  padding: 10px 0;
}
.entry-content .button-cell a.btn {
  vertical-align: bottom;
  margin-right: 30px;
}
.entry-content p {
  font-size: 12px;
}
.entry-content .big-quote {
  font-size: 18px;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
  padding: 20px 0;
}
code,
pre {
  background: #fafafa;
  border: #eee 1px solid;
  color: #818181;
  font-size: 11px;
  border-radius: 0px;
}
.pagination a {
  margin: 0 !important;
  color: #5f5f5f !important;
}
.label,
.badge {
  background-color: transparent !important;
  color: #818181 !important;
  display: inline-block;
  font-size: 11.844px;
  font-weight: normal !important;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: none !important;
  vertical-align: baseline;
  white-space: nowrap;
}
.small_desc {
  margin-bottom: 20px;
}
#page-login {
  margin-bottom: 40px;
}
.button-login {
  background: #5f5f5f;
  border: none;
  color: #fff !important;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  margin: 10px auto 0;
  padding: 10px 30px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.button-login:hover {
  background: #ee1c35;
  transition: background 0.25s ease-in-out 0s;
}
.pagination ul {
  float: right;
  border-radius: 0 !important;
}
.pagination ul > li > span,
.pagination ul > li > a {
  border-radius: 0 !important;
}

.fixed .hidden-desktop {
  display: none;
}


.portfolio .entry-thumbs {
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}
.portfolio .page-header {
  border-bottom: 0;
  margin: 0 10px;
}
.portfolio .page-header.entry-title {
  border-bottom: 0;
  font: 24px/140% !important;
  font-weight: bold;
}
.portfolio .post-date {
  margin-bottom: 20px;
  color: #c9c9c9;
}
.portfolio .entry-utility [class^="icon-"] {
  font-size: 23px;
  color: #333333;
  margin-right: 25px;
}
.portfolio .entry-utility [class^="icon-"]:hover {
  color: #F01C35;
}

#content.container,
.prtfl_portfolio_block,
.portfolio-item {
  position: relative;
}
.prtfl_portfolio_block ul {
  margin: 0 0 10px 15px;
}
.about-responsive {
  float: left;
  text-align: left;
}
.about-responsive h3 {
  width: 100%;
  color: #5f5f5f;
  font: 24px/140%;
  text-transform: capitalize;
  border-bottom: none !important;
}
.about-responsive img {
  float: left;
  max-width: 161px !important;
  max-height: 159px;
  height: 100%;
  border: 5px solid #eee;
  margin-right: 10px;
}
.about-responsive  span {
  font: 11px/25px;
  padding-top: 20px;
}
.woocommerce h2,
.woocommerce h3 {
  border-bottom: none !important;
}

.col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
  width: 52%;
}
.account-login .content {
  min-height: 245px;
  padding: 11px 11px;
}
.account-login .content h2 {
  color: #5f5f5f;
  font-weight: normal;
  font-size: 17px;
  margin: 0 0 1px;
  padding: 0 0 5px 1px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform1: uppercase;
}
.account-login .new-users h2 {
  background-image: url("images/i_page1.gif");
}
.account-login .registered-users h2 {
  background-image: url("images/i_page2.gif");
}
.account-login .buttons-set1 {
  border: 1px solid #bfbfbf;
  border-top: 0;
  margin: 0;
  padding: 8px 13px;
  background: #cccccc url("images/bkg_buttons-set1.gif") 0 0 repeat-x;
}
.account-login .buttons-set1 button.button {
  margin-left: 0;
}
#form-login .col2-set .new-users .content h2 {
  font-size: 17px !important;
  text-transform: capitalize;
  margin-left: -15px;
  padding-top: 10px;
}
#form-login .col2-set .new-users .content h2 .icon-user {
  color: #bfbfbf;
  font-size: 28px;
}
#form-login .col2-set .registered-users .content h2 {
  font-size: 17px !important;
  text-transform: capitalize;
  margin-left: -12px;
  padding-top: 10px;
}
#form-login .col2-set .registered-users .content h2 .icon-lock {
  color: #bfbfbf;
  font-size: 28px;
}
#form-login .col2-set .new-users .content p {
  color: #5f5f5f;
  margin-left: -5px;
  margin-top: 1px;
}
#form-login .col2-set .new-users .content .buttons-set {
  margin-left: -5px;
  margin-top: 20px;
  padding: 0px;
}
#form-login .col2-set .new-users .content {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
}
#form-login .col2-set .new-users .content h2 {
  background: none;
  font-size: 110%;
  margin: 0 -20px;
  padding: 8px 0;
  text-indent: 10px;
}
#form-login .col2-set .new-users .content p {
  font-size: 12px;
  margin: 10px 0 0 -10px;
}
#form-login .col2-set .new-users .buttons-set {
  float: left;
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px 0 10px;
}
#form-login .col2-set .registered-users .content {
  background: none;
  border: none;
  padding: 0 20px;
}
#form-login .col2-set .registered-users .content h2 {
  background: none;
  font-size: 110%;
  margin: 0 -20px;
  text-indent: 10px;
}
#form-login .col2-set .registered-users .content p {
  margin-left: -10px;
  padding: 0;
}
#form-login .col2-set .registered-users .content .form-list {
  margin-left: -10px;
}
#form-login .col2-set .registered-users .buttons-set {
  background: none;
  border: none;
  margin: 0;
  padding: 0 10px 0 10px;
}
#form-login .col2-set .registered-users .buttons-set .f-left {
  float: right !important;
}
.registered-users .buttons-set .f-left {
  float: right !important;
}
#form-login .col2-set .registered-users .buttons-set #send2 {
  float: left !important;
  margin-right: 10px;
}
.registered-users .buttons-set #send2 {
  float: left !important;
  margin-right: 10px;
}
#form-login .col2-set .content {
  min-height: 245px !important;
}
#form-login  .col2-set .col-1 {
  width: 49.4%;
}
#form-login  .col2-set .col-2 {
  width: 49.4%;
}
.form-list label {
  padding-bottom: 5px;
}
.account-login .new-users {
  min-height: 340px !important;
  border: 5px solid #eee;
}
.account-login .registered-users {
  min-height: 340px !important;
  border: 5px solid #eee;
}
.account-login .new-users:hover {
  border: 5px solid #bfbfbf;
}
.account-login .registered-users:hover {
  border: 5px solid #bfbfbf;
}
p.required {
  color: #d83a2e;
  font-size: 11px;
  text-align: left;
}
.registered-users .content .buttons-set .f-left {
  line-height: 31px;
}
.registered-users .buttons-set .button {
  background: #818181;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 11px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.registered-users .buttons-set .button:hover {
  border: 0 none;
  background: #ee1c35 !important;
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.registered-users .facebook-button {
  background: #4777A6 !important;
  margin-left: 10px;
}
.new-users .buttons-set {
  margin: 0;
  padding: 0;
}
.new-users form {
  margin: 0;
  padding: 0;
}
.new-users .buttons-set {
  padding-left: 10px;
}
.new-users .buttons-set .button {
  background: #818181;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 10px 30px;
  font-size: 11px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.new-users .buttons-set .button:hover {
  border: 0 none;
  background: #ee1c35;
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
#primary.row {
  margin-left: none;
}
#contact-us h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: normal;
  color: #0d0d0d;
}
#contact-us #contact-form {
  border: #e1e1e1 1px solid;
  padding-top: 30px;
}
#contact-us #contact-form .control-label {
  float: none;
  padding-left: 20px;
  text-align: left;
}
#contact-us #contact-form .controls {
  margin-left: 20px;
}
#contact-us #contact-form .controls .input-xlarge {
  border-radius: 0;
}
#contact-us #contact-form .controls .button {
  color: #fff !important;
  background: #818181 !important;
  text-shadow: none !important;
  font: 12px/24px 'Arial', sans-serif;
  font-weight: normal !important;
  padding: 10px 30px !important;
  border: 0 none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
#contact-us #contact-form .controls .button:hover {
  background: #ee1c35 !important;
}
#form-login .col2-set .registered-users .content p.account {
  color: #5f5f5f;
  margin-bottom: 10px;
  margin-left: -1px;
  padding: 0;
}
#form-login .col2-set .registered-users .content .form-list {
  list-style: none;
  margin-left: -1px;
}
#form-login .col2-set .registered-users .buttons-set {
  padding: 0;
}
.form-list .input-box {
  clear: both;
  display: block;
  max-width: none;
}
#email {
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
#reg_username {
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
#reg_email {
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
#reg_password {
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
#reg_password2 {
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
#pass {
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
#form-login .col2-set .col-1 {
  width: 48%;
}
#form-login .col2-set .col-2 {
  width: 48%;
}
.form-list {
  list-style: none;
  margin: 0 10px;
}
.form-list li {
  color: #5f5f5f;
  font-size: 12px;
  margin: 0;
  display: block;
}
#form-login .col2-set .registered-users .content p.required {
  color: #ee1c35;
  font-size: 12px;
  margin: 0;
  padding: 0 0 10px 0;
}
.buttons-set {
  clear: both;
  border-top: 0px solid #5f5f5f;
  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;
}
.newsletter-box .form-subscribe-header,
.newsletter-box .input-box {
  float: left;
}
.newsletter-box {
  max-width: 500px;
  width: 100%;
}
.newsletter-box .form-subscribe-header {
  font: 20px/25px 'CaviarDreamsRegular', sans-serif;
  color: #0d0d0d;
  text-transform: uppercase;
  margin: 4px 10px 0px 0px;
}
.newsletter-box .input-box {
  width: 100%;
}
.newsletter-box .input-box .input-text {
  float: left;
  color: #bfbfbf;
  padding: 0 0 0 8px;
  max-width: 290px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 0px;
}
.newsletter-box .input-box .input-text:hover {
  border-color: #999;
}
.newsletter-box .input-box .input-text:focus {
  border-color: #999;
  box-shadow: 0 0 0;
  outline: 0 none;
}
.newsletter-box .input-box button.button {
  float: left;
  background: #0d0d0d !important;
  color: #fff;
  padding: 0px 11px;
  margin-left: 7px;
  height: 34px;
  font-size: 10px;
  font-family: 'Tahoma', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.newsletter-box .input-box button.button:hover {
  background: #818181 !important;
}
.newsletter-box,
.call-info-box,
.shipping-info-box {
  float: left;
}
.newsletter-box .input-box {
  position: relative;
}
.block_left {
  border: 1px solid #eee;
  padding-bottom: 35px;
}
.block_left form {
  margin-bottom: 0;
}
.block_left h3 {
  color: #0D0D0D !important;
  font-size: 17px !important;
  font-weight: normal;
  padding: 5px 0 10px 12px;
  border-bottom: 1px solid #CBCBCB !important;
}
.block_left #loginform {
  margin: 0 12px;
}
.block_left #loginform .login-username input,
.block_left #loginform .login-password input {
  border-radius: 0;
  margin: 2px 0;
  height: 30px;
}
.block_left #loginform .login-remember {
  display: none;
}
.block_left #loginform .login-submit {
  padding-top: 20px;
}
.block_left #loginform .login-submit .button-primary {
  background: #818181;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 1.15em;
  transition: background 0s ease-in-out 0.25s;
}
.block_left #loginform .login-submit .button-primary:hover {
  background: #ee1c35;
  transition: background 0s ease-in-out 0.25s;
}
.block_left ul,
.block_left ul.product-categories,
.block_left ul.sidebar_login_links,
.block_left ul.products-list {
  list-style: none;
  margin: 0 12px !important;
}
.block_left ul li,
.block_left ul.product-categories li,
.block_left ul.sidebar_login_links li,
.block_left ul.products-list li {
  line-height: 30px;
  border-bottom: 1px dotted #eee;
}
.block_left ul.products-list {
  margin-bottom: 12px;
}
.block_left .clear-all {
  margin-left: 12px;
}
.block_left .compare {
  margin-right: 12px !important;
}
.block_left .recent-blog-list {
  position: relative;
}
.block_left .recent-blog-list li:first-child {
  margin-bottom: 15px;
}
.block_left .recent-blog-list li .alignleft {
  float: left;
  max-width: 30%;
  margin: 5px 10px 0 0;
}
.block_left .recent-blog-list li h4 a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.block_left .recent-blog-list li p {
  display: none;
}
.block_left .recent-blog-list li .post-date {
  display: none;
}
.block_left .recent-blog-list li .nova-widget-recent-blog-sml {
  display: none;
}
.block_left .tagcloud a {
  padding: 5px;
  transition: background-color 0s ease 0s, color 0.2s linear 0s;
}
.block_left .tagcloud a:hover {
  color: #ee1c35;
}
.block_left_simple {
  font-size: 12px;
  margin-bottom: 25px;
}
.block_left_simple form {
  margin-bottom: 0;
}
.block_left_simple h3 {
  color: #0d0d0d !important;
  font-size: 17px !important;
  font-weight: normal;
  padding: 5px 0 10px 0;
}
.block_left_simple .wp-polls .Buttons {
  background: #818181;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 1.15em;
  transition: background 0s ease-in-out 0.25s;
}
.block_left_simple .wp-polls .Buttons:hover {
  background: #ee1c35;
  transition: background 0s ease-in-out 0.25s;
}
.block_left_simple .wp-polls-ul {
  margin: 0 0 10px !important;
  border-bottom: 1px solid #eee;
}
.block_left_simple .wp-polls-ul li {
  padding: 5px 0;
}
.block_left_simple .wp-polls-ul li input {
  margin-top: -5px;
}
.block_left_simple .wp-polls-ul li label {
  margin-top: 5px;
  font-size: 12px;
}
.block_left_simple .tagcloud a {
  padding: 5px;
  transition: background-color 0s ease 0s, color 0.2s linear 0s;
}
.block_left_simple .tagcloud a:hover {
  color: #ee1c35;
}
.block_left_simple .flickr_badge_image img {
  width: 65px;
}
#leftsidebar,
#rightsidebar {
  font-size: 12px;
  margin-bottom: 25px;
}
#leftsidebar form,
#rightsidebar form {
  margin-bottom: 0;
}
#leftsidebar h3,
#rightsidebar h3 {
  color: #0d0d0d !important;
  font-size: 17px !important;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 10px;
}
#leftsidebar ul,
#rightsidebar ul {
  list-style: none;
  margin: 0;
}
#leftsidebar ul li,
#rightsidebar ul li {
  line-height: 30px;
  border-bottom: 1px dotted #eee;
}
#leftsidebar ul li:last-child,
#rightsidebar ul li:last-child {
  border-bottom: none;
}
.price_slider_wrapper {
  width: 90%;
  margin: 0 auto;
}
#advice-validate-email-newsletter {
  position: absolute;
  top: 34px;
  max-width: 215px;
  padding: 5px;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.cart-empty {
  border: 3px solid #eee;
  border-radius: 5px 5px 5px 5px;
  max-width: 303px;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
}
.cart-empty a {
  background: #eee;
  color: #818181;
  font-family: 'CaviarDreamsRegular', sans-serif;
  font-size: 16px;
  padding: 7px 23px;
  transition: background 0.25s ease-in-out 0s;
}
.cart-empty a:hover {
  color: #fff !important;
  text-decoration: underline;
  background: #ee1c35;
}
.btn-update {
  background-color: #5f5f5f !important;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 12px !important;
  line-height: 31px !important;
  float: left;
  padding-left: 28px !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
  padding: 10px 30px !important;
  border: none !important;
}
.btn-update:hover {
  background: #ee1c35 !important;
}
.btn-continue {
  background-color: #5f5f5f !important;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 12px !important;
  line-height: 31px !important;
  float: right;
  padding-left: 28px !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
  padding: 10px 30px !important;
  border: none !important;
}
.btn-continue:hover {
  background: #ee1c35 !important;
}
#archive-page h3,
#sitemap-page h3 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.cart_totals {
  width: 100% !important;
}
.cart_totals table {
  float: right;
}
.cart_totals th {
  font-weight: normal;
}
.cart_totals h2 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.cart_totals .amount {
  color: #ee1c35;
  font-size: 16px;
}
.shipping_calculator {
  width: 100% !important;
  margin-bottom: 30px !important;
}
.shipping_calculator h3 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.shipping_calculator .form-row {
  display: inline;
  text-align: left;
}
.shipping_calculator .form-row select {
  border-radius: 0;
}
.shipping_calculator .form-row .input-text {
  border-radius: 0;
  height: 30px;
}
.shipping_calculator .form-row-first {
  width: 27% !important;
  float: left;
  padding-right: 10px !important;
}
.shipping_calculator .form-row-wide {
  width: 27% !important;
  float: left;
}
.shipping_calculator .form-row-last {
  width: 10% !important;
  float: left !important;
  margin: 25px 0 0 !important;
}
.shipping_calculator .form-row-last .button {
  color: #fff;
  background: #5f5f5f;
  text-shadow: none;
  font: 11px/24px 'Arial', sans-serif;
  padding: 3px 7px !important;
  border: 0 none;
  border-radius: 0;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
  float: right;
  width: 100px;
  display: block;
}
.shipping_calculator .form-row-last .button:hover {
  background: #ee1c35;
}
#customer_details h3 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #cccccc;
}
#customer_details .chzn-single {
  border-radius: 0;
  background: none;
}
#customer_details .input-text {
  border-radius: 0;
  height: 30px;
}
#customer_details #order_comments {
  height: 70px;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address, 
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    height: 40px !important;
}
.woocommerce-shipping-fields #ship-to-different-address-checkbox {
	margin-top: -70px;
}
.woocommerce .shop_table.cart .cart_item .quantity .minus {
	height: 16px;
	bottom: 0 !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button, 
.woocommerce-page .cart-collaterals .shipping_calculator .button {
	width: auto !important;
}

.woocommerce h2,
.woocommerce h3 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.woocommerce select {
  border-radius: 0;
}
.woocommerce .input-text {
  border-radius: 0;
  height: 35px;
}
.woocommerce .button {
  color: #fff !important;
  background: #5f5f5f !important;
  text-shadow: none !important;
  font: 12px/24px 'Arial', sans-serif;
  font-weight: normal !important;
  padding: 10px 30px !important;
  border: 0 none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.woocommerce .button:hover {
  background: #ee1c35 !important;
}
form.checkout h3 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #cccccc;
}
form.checkout .button {
  color: #fff !important;
  background: #5f5f5f !important;
  text-shadow: none !important;
  font: 12px/24px 'Arial', sans-serif;
  font-weight: normal !important;
  padding: 10px 30px !important;
  border: 0 none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
form.checkout .button:hover {
  background: #ee1c35 !important;
}
form.checkout_coupon {
  border: 0 none !important;
  padding: 0 !important;
}
form.checkout_coupon .input-text {
  border-radius: 0;
  height: 30px;
}
form.checkout_coupon .button {
  color: #fff !important;
  background: #5f5f5f !important;
  text-shadow: none !important;
  font: 12px/24px 'Arial', sans-serif;
  font-weight: normal !important;
  padding: 3px 7px;
  border: 0 none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
form.checkout_coupon .button:hover {
  background: #ee1c35 !important;
}
form.login {
  border: 0 none !important;
  padding: 0 !important;
}
form.login .input-text {
  border-radius: 0;
  height: 30px;
  max-width: 460px;
  width: 46%;
}
form.login .button {
  color: #fff !important;
  background: #5f5f5f !important;
  text-shadow: none !important;
  font: 12px/24px 'Arial', sans-serif;
  font-weight: normal !important;
  margin-right: 10px !important;
  padding: 10px 30px !important;
  border: 0 none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
form.login .button:hover {
  background: #ee1c35 !important;
}
.call-info-box {
  width: 170px;
  margin-right: 27px;
  margin-bottom: 10px;
}
.shipping-info-box {
  width: 200px;
}
.call-info-icon {
  background: url("images/icon.png") no-repeat -57px -279px;
  float: left;
  width: 34px;
  height: 34px;
}
.call-info-content {
  margin-left: 50px;
}
.shipping-info-icon {
  background: url("images/icon.png") no-repeat -100px -279px;
  float: left;
  width: 39px;
  height: 34px;
}
.shipping-info-content {
  font: 17px/18px 'BebasRegular', sans-serif;
  color: #1a1a1a;
  text-align: left;
  margin-left: 56px;
}
.shipping-info-content span {
  color: #5f5f5f;
  font-size: 13px;
}

.single-product .main-data .yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product .main-data .add-to-links .yith-wcwl-add-to-wishlist {
  display: block;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: left !important;
  margin-right: 10px !important;
  width: 75px !important;
}
.woocommerce-page .row {
  margin-left: 0;
}
.woocommerce-page .row .span5col.product {
  float: left;
  margin-left: 1.75%;
  width: 18.5%;
}
.woocommerce-page .row .span5col.product:first-child {
  margin-left: 0;
}
.woocommerce-page .row .span5col.product.list {
  width: 100%;
  margin-left: 0;
  min-height: 250px;
}
.woocommerce-page .row .product-images a {
  width: 100%;
}
.woocommerce-page .row .product-img-additional {
  width: 100%;
}
.woocommerce-page .row .quickview-box .quickview_small {
  width: 50px !important;
}
.woocommerce-page .row .descriptions-hidden .quick-act a {
  width: auto !important;
}
.widget_shopping_cart_content .buttons {
  text-align: center;
}
.widget_shopping_cart_content .buttons .button {
  background: #5f5f5f !important;
  border: medium none !important;
  color: #fff;
  font-family: 'Arial', sans-serif;
  text-shadow: none !important;
  font-size: 12px !important;
  width: 150px !important;
  padding: 10px 30px !important;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.25s ease-in-out 0s;
  margin: 10px auto 0 auto;
}
.widget_shopping_cart_content .buttons .button:hover {
  background: #ee1c35 !important;
}
.recent_work {
  margin-top: 20px !important;
}
.best_sellers {

}
.best_sellers h3,
.wg_gallery h3 {
  font: 24px/140%;
  text-transform: uppercase !important;
  font-size: 18px;
}
.rencent_post {
  margin-top: 20px !important;
}
.rencent_post h3 {
  font: 24px/140%;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: #999 !important;
}
.rencent_post h3 i {
  color: #5f5f5f;
  font-size: 12px;
  margin-left: 15px;
}
.rencent_post ul {
  list-style: none !important;
  margin: 0 0 10px 0 !important;
}
.rencent_post ul li {
  padding: 10px 0 !important;
  border-bottom: #cccccc 1px solid !important;
}
.rencent_post ul li:last-child {
  border-bottom: none !important;
}
.rencent_post ul li .post-date {
  display: block;
  clear: both;
}
.best_sellers {
  margin-top: 20px !important;
}
.best_sellers img {
  float: left;
  height: auto;
  margin-right: 4px;
  width: 132px !important;
}
.best_sellers a {
  font-weight: bold;
  display: block;
}
.best_sellers .amount {
  font-size: 14px !important;
  margin-top: 10px !important;
  display: block;
}
.best_sellers .star-rating {
  float: left !important;
  margin: 10px 0 !important;
  display: block;
}
.best_sellers h3 {
  text-transform: uppercase !important;
  font-size: 18px !important;
  border-bottom: none !important;
  color: #999 !important;
  padding: 0 !important;
}
.best_sellers h3 i {
  font-size: 12px;
  margin-left: 15px;
  color: #5f5f5f;
}
.best-seller .flex-direction-nav .flex-prev,
.best-seller .flex-direction-nav .flex-next {
  top: 40%;
}
.featured-products .flex-direction-nav .flex-prev,
.featured-products .flex-direction-nav .flex-next {
  top: 40%;
}

#error-page {
  background1: url(images/404-error.png) no-repeat 100% 0;
  min-height: 400px;
  max-width: 850px;
  padding: 19px 39px 29px;
  margin: 20px auto 0;
}
#error-page >div {
  float: right;
  margin-right: 320px;
  text-align: right;
}
#error-page h1.error-code {
  font-family: 'CaviarDreamsRegular', sans-serif;
  font-size: 180px;
  font-style: italic;
  text-align: center;
  line-height: 180px;
  color: #0d0d0d;
  font-size: 125px;
  line-height: 92px;
  margin: 0 0 5px;
  padding: 3px 0;
}
#error-page h2.error-code2 {
  font-family: 'CaviarDreamsRegular', sans-serif;
  font-style: italic;
  text-align: center;
  color: #0d0d0d;
  font-size: 73px;
  line-height: 56px;
  margin: 0 0 5px;
  padding: 3px 0;
  text-transform: none;
}
#error-page p.error-message {
  color: #999;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  margin-right: 10px;
  text-align: left;
  text-shadow: 0 1px #fff;
  width: 220px;
}
#error-page a {
  text-decoration: none;
  color: #0d0d0d;
}
#error-page a:hover {
  text-decoration: underline;
  color: #0d0d0d;
}
.product-img-additional {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.product-images a {
  float: left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.product-images a .front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.product-images a:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.product-images a .back {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.product-images a:hover .back {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
  position: absolute;
}
.price {
  display: block;
  margin-top: 15px;
}
.price .amount {
  color: #E33804;
  font-size: 14px;
  font-weight: bold;
}
.rating {
  display: block;
}
.rating .star-rating {
  float: none !important;
}
.main-data h1.name {
  color: #5f5f5f;
  font-size: 24px;
  text-align: left;
  font-weight: normal;
  line-height: 1.15em;
  margin: 0;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  text-transform: capitalize;
}
#menu-top-header-menu:after,
.product-images:after,
.product-list-tabs:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.featured-products .flex-viewport .slides li {
  width: 180px !important;
}
.featured-products .flex-viewport .slides li:hover .quickview-box {
  opacity: 1;
}
.best-seller .flex-viewport .slides li:hover .quickview-box {
  opacity: 1;
}
.summary .cart .quantity input.qty {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cccccc -moz-use-text-color #cccccc #cccccc;
  border-image: none;
  border-radius: 2px 0 0 2px;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 0 0 2px 0 #f2f2f2 inset;
  float: left;
  font-weight: bold;
  height: 28px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.summary .cart .quantity .plus {
  background: -moz-linear-gradient(center top,#f2f2f2 0px,#cccccc 100%) repeat scroll 0 0 transparent;
  border: 1px solid #cccccc;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.075) inset, 0 1px 0 rgba(255,255,255,0.3) inset, 0 1px 2px rgba(0,0,0,0.1);
  color: #5f5f5f;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  vertical-align: text-top;
  width: 20px;
}
.summary .cart .quantity .minus {
  background: -moz-linear-gradient(center top,#f2f2f2 0px,#cccccc 100%) repeat scroll 0 0 transparent;
  border: 1px solid #cccccc;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.075) inset, 0 1px 0 rgba(255,255,255,0.3) inset, 0 1px 2px rgba(0,0,0,0.1);
  color: #5f5f5f;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  padding: 0;
  float: right;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  vertical-align: text-top;
  width: 20px;
}
.summary .cart button {
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  background: none repeat scroll 0 0 #5f5f5f !important;
  border: 0 none !important;
  border-radius: 0 0 0 0 !important;
  color: #fff !important;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 24px;
  text-shadow: none !important;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.summary .cart button.button: hover {
  background: #ee1c35 !important;
  transition: background 0.25s ease-in-out 0s;
}
.big_image .woocommerce-main-image {
  border: transparent 1px solid;
  cursor: move;
}
.big_image .woocommerce-main-image:hover {
  border: #cccccc 1px solid;
  cursor: move;
}
.big_image.product-images {
  border-bottom: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: none !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: -moz-linear-gradient(center top,#AAAAAA 0px,#999999 100%) !important;
}
#slider_main_div {
  height: 100px;
}
.first-featured-image img {
  display: none !important;
}
.testimonial {
  padding: 20px 0;
}
.img-circle {
  border: #eee 10px solid;
  margin: 0 20px;
}
.img-circle-desc {
  text-align: center;
}
.testimonial-content {
  padding: 16px;
  margin-left: 16px;
  position: relative;
  z-index: 50;
  border: #eee 2px solid;
  border-radius: 10px;
}
.testimonial-content:before {
  background: url("images/testimonial-quote.png") no-repeat top left;
  content: "";
  display: block;
  width: 42px;
  height: 35px;
  left: -42px;
  position: absolute;
  top: 50px;
  z-index: 100;
}
.accordion-group {
  border-bottom: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 2px 0;
}
.accordion-group:first-child {
  border-top: 1px solid #eee;
}
.accordion-inner {
  border-top: 0;
}
.accordion-heading .accordion-toggle {
  background: url("images/common.png") no-repeat 100% -390px;
  transition: none;
}
.accordion-heading .accordion-toggle.collapsed {
  background: url("images/common.png") no-repeat 100% -425px;
  transition: none;
}

.woocommerce-tabs .tabbable .tab-content {
  border-top: #cccccc 1px solid;
  padding-top: 20px;
}
.main-data .ratings {
  margin: 10px 0;
}
.main-data .ratings .star-rating {
  float: left !important;
  margin-right: 3px;
}
.main-data .ratings .rating-links {
  margin: 0;
}
.main-data .add-to-links {
  margin: 10px 0 0;
  list-style: none;
}
.main-data .add-to-links li {
  display: inline-block;
}
.main-data .add-to-links li a i {
  margin-top: 0;
}

.homev4-big {
  border-bottom: 1px solid #eee;
  padding: 10px 0 40px;
  text-align: center;
  margin: 20px 0;
  text-align: center;
}
.homev4-big .homev4-content h2 {
  color: #222;
  font: 20px/30px 'CaviarDreamsRegular', sans-serif;
  padding: 10px 0 5px;
  text-align: center;
  text-transform: none;
}
.homev4-big .homev4-content p {
  line-height: 17px;
}
.homev4-big .homev4-content2 h2 {
  color: #222;
  font: 20px/30px 'CaviarDreamsRegular', sans-serif;
  padding: 10px 0 5px;
  text-align: left;
  text-transform: uppercase;
}
.homev4-big .homev4-content2 p {
  line-height: 17px;
  text-align: left;
}
.recent_works.flat_left .recent-works-title {
  background: none;
}
.recent_works.flat_left .recent-works-title h3 {
  margin: 0;
  text-align: left;
}
.recent_works.flat_left .alignleft .quickshow-box {
  display: none;
}
.recent_works.flat_left .alignleft .quickview-box {
  left: 55%;
  top: 46%;
}
.recent_works.flat_left.vertical .recent-works .slides li {
  margin-right: 10px;
}
.recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-prev,
.recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-next {
  top: 50% !important;
}
.recent_blog.flat_left {
  margin-bottom: 10px;
}
.recent_blog.flat_left .recent-blog-title {
  background: none;
}
.recent_blog.flat_left .recent-blog-title h3 {
  margin: 0;
  text-align: left;
}
.recent_blog.flat_left.four_col .recent-blog-list li {
  margin-right: 10px;
  width: 24.2%;
}
.recent_blog.flat_left.four_col .recent-blog-list li.last {
  margin-left: 0;
  margin-right: 0;
  width: 24.2%;
}
.recent_blog.flat_left.four_col .recent-blog-list li:last-child {
  margin-left: 0;
  margin-right: 0;
  width: 24.2%;
}
.recent_blog.flat_left.four_col .recent-blog-list li .nova-widget-recent-blog-tittle {
  display: block;
  float: left;
  width: 100%;
}
.recent_blog.flat_left.four_col .recent-blog-list li .post-date,
.recent_blog.flat_left.four_col .recent-blog-list li .nova-widget-recent-blog-sml {
  display: none;
}
.features-big {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  margin-top: 20px;
}
.features-big:last-child {
  border-bottom: none;
}
.features-big .features-content h2 {
  color: #222;
  font-weight: normal;
  padding: 10px 0 5px;
  text-align: center;
  text-transform: none;
}
.features-big .features-content p {
  line-height: 17px;
}
.features-big .features-content2 h2 {
  color: #222;
  font: 20px/30px 'CaviarDreamsRegular', sans-serif;
  padding: 10px 0 5px;
  text-align: left;
  text-transform: uppercase;
}
.features-big .features-content2 p {
  line-height: 17px;
  text-align: left;
}
.banner-first h2 {
  color: #222;
  font: 20px/30px 'CaviarDreamsRegular', sans-serif;
  padding: 10px 0 5px;
  text-align: left;
  text-transform: uppercase;
}
.banner-first p {
  line-height: 20px;
  text-align: left;
}
.banner-first .purchase-title {
  background: url("images/tabs-title-line.jpg") repeat-x scroll 100% 50% transparent;
  line-height: 30px;
  margin: 10px 0;
  max-width: 980px;
  width: 100%;
}
.banner-first .purchase-title h3 {
  background: #FFFFFF;
  color: #0D0D0D;
  font: 18px/30px 'CaviarDreamsRegular', sans-serif;
  margin: 0;
  max-width: 150px;
  text-align: left;
  text-transform: none;
}
.banner-first .purchase-title h3 a {
  color: #ee1c35;
}
.homev5-big {
  margin: 30px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #eee;
}
.homev5-content2 h2 {
  color: #222;
  font: 20px/30px 'CaviarDreamsRegular', sans-serif;
  padding: 10px 0 5px;
  text-align: left;
}
.homev5-content2 .test-sign {
  color: #222;
  font: 13px/30px 'CaviarDreamsRegular', sans-serif;
}
.homev5-content h2 {
  color: #222;
  font: 20px/30px 'CaviarDreamsRegular', sans-serif;
  padding: 10px 0 5px;
  text-align: left;
  text-transform: uppercase;
}
.homev5-content p {
  line-height: 20px;
  text-align: left;
}
.homev5-content .purchase-title {
  background: url("images/tabs-title-line.jpg") repeat-x scroll 100% 50% transparent;
  line-height: 30px;
  margin: 10px 0;
  max-width: 980px;
  width: 100%;
}
.homev5-content .purchase-title h3 {
  background: #FFFFFF;
  color: #0D0D0D;
  font: 18px/30px 'CaviarDreamsRegular', sans-serif;
  margin: 0;
  max-width: 150px;
  text-align: left;
  text-transform: none;
}
.homev5-content .purchase-title h3 a {
  color: #ee1c35;
}
.banner-second {
  background: #ee1c35;
  min-height: 115px;
}
.banner-second h2,
.banner-second h3 {
  color: #fff !important;
  font: 20px/20px 'CaviarDreamsRegular', sans-serif !important;
  font-weight: bold !important;
  padding: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.banner-second p {
  text-align: center;
  line-height: 25px;
  font-size: 15px !important;
  font-weight: normal;
  text-shadow: none;
  color: #fff;
}
.red-content {
  margin: 0 !important;
  background: #ee1c35;
  min-height: 115px;
}
.red-content h2,
.red-content h3 {
  color: #fff;
  font: 20px/20px 'CaviarDreamsRegular', sans-serif;
  font-weight: bold;
  padding: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.red-content p {
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  text-shadow: none;
  color: #fff;
}
.recent_blog.flat_left h3 {
  font: 24px/30px 'CaviarDreamsRegular', sans-serif;
}
ul.ourteam {
  list-style: none;
  margin: 20px 0;
}
ul.ourteam li {
  display: inline-block;
  width: 19.2%;
  margin-right: 1%;
  float: left;
}
ul.ourteam li:last-child {
  margin-right: 0;
  float: right;
}
ul.ourteam li .left-content {
  float: left;
  padding: 10px 0;
}
ul.ourteam li .right-content {
  float: right;
  padding: 10px 0;
  color: #222;
}
.feature-block {
  display: block;
  border: #cccccc 1px solid;
  border-bottom: #cccccc 5px solid;
  padding-top: 15px;
  margin-bottom: 13px;
  width: 190px;
}
.feature-block h2,
.feature-block h3 {
  color: #0D0D0D;
  font: 22px/22px 'CaviarDreamsRegular', sans-serif;
  margin: 0;
  text-align: center;
  text-transform: none;
}
.feature-block p {
  text-align: center;
}
.feature-left {
  width: 20%;
}
.feature-right {
  width: 77%;
}
.feature-right .amount {
  color: #E33804;
  font-size: 14px;
  font-weight: bold;
}

.custom-slider.flexslider .slides li {
  margin-right: 0;
}
.circle-hover {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.circle-hover:hover span {
  opacity: 1;
}
.circle-hover span {
  position: absolute;
  background: #ee1c35;
  border-radius: 50%;
  border: #ee1c35 0px solid;
  box-shadow: 0px 0px 1px #ee1c35;
  width: 130px;
  height: 130px;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  font: 15px/20px 'CaviarDreamsRegular', sans-serif;
  transition: all 0.2s linear 0s;
}
.circle-hover span .big-text {
  margin-top: 40%;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.btn-group .btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #5f5f5f !important;
}
.btn-group .btn:hover,
.btn-group .btn.active {
  color: #ee1c35 !important;
}
.btn-group .btn:first-child {
  padding-left: 0 !important;
}
.img-polaroid {
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 0;
}
.col-main .icon-top {
  background: url("images/bg-art-empty.png") no-repeat scroll left top transparent;
  display: block;
  height: 71px;
  left: 285px;
  position: relative;
  width: 71px;
}
.col-main .icon-top .icon-emo-unhappy {
  color: #444444;
  display: block;
  font-size: 33px;
  left: 16px;
  position: absolute;
  top: 15px;
}
.close {
  width: 20px;
  height: 20px;
  right: -32px !important;
  top: -5px !important;
}
.close:hover,
.close:focus {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: -32px;
  top: -5px;
}
.entry-tags {
  display: inline-block;
  width: 90%;
}
.entry-tags li {
  display: inline-block;
  margin-right: 5px;
}
.entry-tags li:after {
  content: ",";
}
.entry-tags li:last-child:after {
  content: "";
}
.feature-info {
  background: url("images/feature-info.png");
  width: 32px;
  height: 50px;
  overflow: hidden;
  text-indent: -999em;
  float: left;
  position: relative;
  margin-top: 5px;
  margin-right: 15px;
}
.page-links {
  float: left;
  text-transform: uppercase;
  border: #cccccc 1px solid;
  padding: 4px 2px 4px 6px;
}
.page-links a span {
  color: #5f5f5f;
}
.page-links a:hover span {
  color: #ee1c35;
}
.page-links span {
  padding: 7px;
  color: #ee1c35;
  border-left: #cccccc 1px solid;
}

.sp-widget {
  margin-top: 20px;
}
.sp-widget:first-child {
  margin-top: 0;
}
.sp-widget h3 {
  color: #545454;
  text-transform: capitalize;
}
.sp-widget.highlighted,
.sp-widget.orange,
.sp-widget.dark,
.sp-widget.green,
.sp-widget.maroon,
.sp-widget.blue,
.sp-widget.gray,
.sp-widget.pink,
.sp-widget.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.sp-widget.highlighted h3,
.sp-widget.orange h3,
.sp-widget.dark h3,
.sp-widget.green h3,
.sp-widget.maroon h3,
.sp-widget.blue h3,
.sp-widget.gray h3,
.sp-widget.pink h3,
.sp-widget.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
}
.sp-widget.orange {
  background: #f89406;
}
.sp-widget.orange a {
  color: #B66B00;
}
.sp-widget.orange a:hover {
  color: #6F4100;
}
.sp-widget.dark {
  background: #000;
}
.sp-widget.dark a {
  color: #777;
}
.sp-widget.dark a:hover {
  color: #888;
}
.sp-widget.green {
  background: #46a546;
}
.sp-widget.green a {
  color: #63E063;
}
.sp-widget.green a:hover {
  color: #43F043;
}
.sp-widget.maroon {
  background: #F35D34;
}
.sp-widget.maroon a {
  color: #B4300D;
}
.sp-widget.maroon a:hover {
  color: #C93F19;
}
.sp-widget.blue {
  background: #049cdb;
}
.sp-widget.blue a {
  color: #47C9FF;
}
.sp-widget.blue a:hover {
  color: #0073A3;
}
.sp-widget.gray {
  background: #555;
}
.sp-widget.gray a {
  color: #999;
}
.sp-widget.gray a:hover {
  color: #777;
}
.sp-widget.pink {
  background: #c3325f;
}
.sp-widget.pink a {
  color: #FF5C8F;
}
.sp-widget.pink a:hover {
  color: #FA2E6E;
}
.sp-widget.red {
  background: #9d261d;
}
.sp-widget.red a {
  color: #EE4538;
}
.sp-widget.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
.sp-blocknumber {
  position: relative;
  padding: 5px 0 5px 70px;
  min-height: 55px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 58px;
  height: 58px;
  line-height: 58px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.rtl .sp-blocknumber {
  padding: 5px 70px 5px 0;
}
.rtl .sp-blocknumber span.bignumber {
  right: 0;
  left: auto;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding-left: 40px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
  left: 0;
  border-left-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.carousel .item >p {
  padding: 0;
  margin: 0;
}

.product-images {
  position: relative;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 1px;
}
.products-list-home {
  position: relative;
}
.products-list-home .amount {
  color: #e33804;
  font-size: 14px;
  font-weight: bold;
}
.nova-product-label {
  font: 16px/48px 'CaviarDreamsRegular';
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  border: #fff solid 3px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  z-index: 999;
}
.nova-new-label {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #d89f04;
}
.nova-sale-label {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: #72b166;
}
.nova-product-title {
  line-height: 12px !important;
  margin: 5px 0 !important;
  border-bottom: none !important;
}
.nova-product-title a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
}
.nova-product-title a:hover {
  color: #ee1c35;
  text-decoration: underline;
}
.product-gallery {
  width: 100% !important;
}
.related_products {
  margin-left: 0 !important;
}
.pager {
  margin: 0 !important;
}
.thumbnails a {
  overflow: hidden;
}
.bx-window {
  left: 0 !important;
}
.bxslider {
  left: -130px;
}
.bxslider li {
  padding: 0 8px !important;
  margin: 0;
}
.thumb-images {
  margin-top: 20px !important;
  position: relative;
}
.thumb-images .attachment-shop_catalog {
  box-shadow: none !important;
}
.thumb-images ul li {
  margin-right: 0 !important;
}
#hs-rsp-div {
  width: 720px;
  height: 420px;
  padding: 20px;
  overflow: auto;
}
#hs-rsp-div .images {
  width: 48%;
  margin-bottom: 2em;
  float: left;
}
#hs-rsp-div .summary {
  width: 47%;
  margin-bottom: 2em;
  float: right;
  text-align: left;
}
#hs-rsp-div .summary h1.name {
  color: #5f5f5f !important;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  line-height: 1.15em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  text-transform: capitalize;
}
#hs-rsp-div .summary .price {
  text-align: left;
}
#hs-rsp-div .summary .price .amount {
  font: 25px/140% Arial, Helvetica, sans-serif;
}
#hs-rsp-div .summary .small_desc {
  margin: 10px 0;
  padding: 20px 0;
}
#hs-rsp-div .summary .small_desc p {
  text-align: left;
}
#hs-rsp-div .summary .cart .quantity {
  float: left;
}
#hs-rsp-div .summary .cart .quantity .minus {
  bottom: 10px !important;
}
#hs-rsp-div .summary .product_meta p {
  text-align: left;
}
#hs-rsp-div .summary .product_meta p a {
  color: #ee1c35;
}
#hs-rsp-div .summary .product_meta p a:hover {
  text-decoration: underline;
}
.cart .quantity {
  float: left;
}
.cart .quantity .minus {
  bottom: 10px !important;
}
.quickview-box {
  position: absolute;
  top: 37%;
  left: 50%;
  margin-left: -25px;
  z-index: 99;
  opacity: 0;
}
.quickview-box .quickview_small {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  background: #222;
  width: 50px;
  height: 45px;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.quickview-box .quickview_small:hover {
  color: #fff;
  text-decoration: none;
}
.quickshow-box {
  position: absolute;
  top: 37%;
  left: 37%;
  z-index: 99;
  opacity: 0;
}
.quickshow-box .quickshow_small {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  background: #222;
  width: 50px;
  height: 45px;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.quickshow-box .quickshow_small:hover {
  color: #fff;
  text-decoration: none;
}
.product-images .descriptions-hidden {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 1px;
  opacity: 0;
  z-index: 999;
}
.product .product-list-item .product-images img {
  width: 100%;
}
.yith-wcwl-add-to-wishlist .icon-ok,
.added_to_cart .icon-ok,
.compare_overhead.added .icon-ok {
  color: #ee1c35 !important;
}
.product-list-item:hover .product-images .descriptions-hidden {
  opacity: 1;
}
.best-seller .flex-viewport .slides li:hover .product-images .descriptions-hidden {
  opacity: 1;
}
.featured-products .flex-viewport .slides li:hover .product-images .descriptions-hidden {
  opacity: 1;
}
.product-list-item:hover .product-images .quickview-box {
  opacity: 1;
}
.quick-act {
  float: left;
  padding: 5px;
}
.quick-act i {
  font-size: 13px;
  padding: 2px 5px;
}
.quick-act a:hover {
  color: #ee1c35;
}
.quick-act .add_to_cart_button.added {
  display: none;
}
.quick-act a.added_to_cart,
.quick-act a.add_to_cart_button {
  text-transform: uppercase;
  padding-top: 0 !important;
}
.woocommerce-result-count {
  float: right !important;
  padding-top: 3px;
}
.woocommerce-ordering {
  float: left !important;
  margin: 0 0.4em 1em 0 !important;
}
.woocommerce-ordering select {
  font-size: 12px;
  height: 25px;
  padding: 3px;
  vertical-align: top;
}
.gridlist-toggle {
  margin-bottom: 35px;
  padding-top: 3px;
}
.gridlist-toggle #grid {
  font-size: 15px;
  background: #f2f2f2;
  border: 1px solid #eee;
  padding: 3px 2px 3px 7px !important;
  height: 21px;
  width: 21px;
}
.gridlist-toggle #grid.active {
  color: #fff !important;
  background-color: #ee1c35 !important;
}

.gridlist-toggle #grid span {
	display: none;
}

.gridlist-toggle #list {
  font-size: 15px;
  background: #f2f2f2;
  border: 1px solid #eee;
  padding: 3px 6px 3px 5px !important;
  height: 21px;
  width: 21px;
}
.gridlist-toggle #list.active {
  color: #ffffff !important;
  background-color: #ee1c35 !important;
}

.gridlist-toggle #list span {
	display: none;
}

.product .details {
  display: none;
}
.product .act-box {
  display: none;
}
.woocommerce-page:not(.single-product) .product.list {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-bottom: 20px !important;
}
.woocommerce-page:not(.single-product) .product.list .product-images {
  width: 25%;
  float: left;
  margin-right: 65px;
  border-bottom: none;
}
.woocommerce-page:not(.single-product) .product.list .product-images .quickview-box {
  display: none;
}
.woocommerce-page:not(.single-product) .product.list .product-images .descriptions-hidden {
  display: none;
}
.woocommerce-page:not(.single-product) .product.list .nova-product-title a {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7em;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-page:not(.single-product) .product.list .nova-product-title a:hover {
  text-decoration: none;
}
.woocommerce-page:not(.single-product) .product.list .price .amount {
  color: #E33804;
  font: bold 20px/140% Arial, Helvetica, sans-serif;
}
.woocommerce-page:not(.single-product) .product.list .rating {
  padding: 10px 0;
}
.woocommerce-page:not(.single-product) .product.list .btn-cart {
  box-shadow: none !important;
  padding: 15px 30px !important;
}
.woocommerce-page:not(.single-product) .product.list .details {
  display: block;
  margin-bottom: 20px;
}
.woocommerce-page:not(.single-product) .product.list .act-box {
  display: block;
}
.recent_works {
  margin-top: 20px;
}
.recent_works .recent-works-title {
  max-width: 980px;
  width: 100%;
  margin: 10px 0px;
  line-height: 30px;
  background: url("images/tabs-title-line.jpg") repeat-x 100% 50%;
}
.recent_works .recent-works-title h3 {
  color: #0d0d0d;
  font: 24px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: none;
  text-align: center;
  line-height: 30px;
  max-width: 53%;
  margin: 0 auto;
  background: #fff;
}
h4.nova-widget-recent-works-tittle {
  color: #0d0d0d;
  font: 16px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: none;
  line-height: 20px;
  padding: 10px 0 5px 0;
  float: left;
}
.recent_blog .recent-blog-title {
  max-width: 980px;
  width: 100%;
  margin: 10px 0px;
  line-height: 30px;
  background: url("images/tabs-title-line.jpg") repeat-x 100% 50%;
}
.recent_blog .recent-blog-title h3 {
  color: #0d0d0d;
  font: 24px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: none;
  text-align: center;
  line-height: 30px;
  max-width: 53%;
  margin: 0 auto;
  background: #fff;
}
.recent_blog ul.recent-blog-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.recent_blog ul.recent-blog-list li {
  display: inline;
  width: 49%;
  float: left;
}
.recent_blog ul.recent-blog-list li img {
  width: 100%;
  height: auto;
}
.recent_blog ul.recent-blog-list li:last-child {
  margin-left: 10px;
  display: inline;
  width: 49%;
  float: right;
}
.recent_blog ul.recent-blog-list li.last {
  margin-left: 10px;
  display: inline;
  width: 49%;
  float: right;
}
h4.nova-widget-recent-blog-tittle a {
  color: #0d0d0d;
  font: 18px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: none;
  line-height: 20px;
  padding: 10px 0 5px 0;
}
.products-tabs {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.products-tabs .tabs-title {
  background: url('images/tabs-title-line.jpg') repeat-x left center;
}
.products-tabs ul.product-list-tabs {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  font: 28px 'CaviarDreamsRegular';
  padding: 0 30px;
}
.products-tabs ul.product-list-tabs li {
  float: left;
  margin-right: 20px;
  line-height: 30px;
  color: #c4c4c4;
}
.products-tabs ul.product-list-tabs li a {
  color: #c4c4c4;
  line-height: 30px;
}
.products-tabs ul.product-list-tabs li a:hover {
  color: #0d0d0d;
}
.products-tabs ul.product-list-tabs li.last {
  margin-right: 0;
}
.products-tabs ul.product-list-tabs li.active a {
  color: #0d0d0d;
}
.products-tabs .tab-content {
  overflow: inherit;
  padding: 20px 0 0 0;
}
.sp-widget.highlighted {
  background: #464646;
}
.sp-widget.highlighted a:not(.btn) {
  color: #797979;
}
.sp-widget.highlighted a:not(.btn):hover {
  color: #2c2c2c;
}

.prtfl_clear {
  content: "";
  display: table;
  line-height: 0;
}
.arconix-portfolio-features {
  list-style-type: none;
  padding: 0 0 10px 0 !important;
}
.arconix-portfolio-features li {
  display: inline;
  margin-right: 2%;
}
.arconix-portfolio-features li a {
  background: #cccccc;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 15px;
  text-decoration: none;
}
.arconix-portfolio-features li a:hover,
.arconix-portfolio-features li.active a {
  background: #0d0d0d;
  color: #fff;
}
.arconix-portfolio-grid {
  list-style-type: none;
  padding: 0 0 10px 0 !important;
}
.portfolio_content {
  padding-top: 10px;
}
.portfolio_content .item_title {
  color: #333;
  font: 18px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: capitalize;
  font-weight: bold;
}
.portfolio_thumb {
  display: block;
  position: relative;
}
.portfolio_thumb img,
.portfolio_images_gallery img {
  border: 0 !important;
  padding: 0 !important;
}
.portfolio_short_content {
  float: none !important;
  width: 100% !important;
}
.portfolio_short_content p {
  font-size: 12px !important;
  padding: 10px 0;
}
.column1 {
  width: 100%;
  display: block;
  float: left;
}
.column1 .item_title {
  padding-top: 0;
}
.column1 .item_title a {
  color: #333;
  font: 18px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: capitalize;
}
.column1 .item_title a:hover {
  color: #ee1c35;
}
.column1 .portfolio_thumb {
  max-width: 460px;
  width: 100%;
  margin-right: 30px;
}
.column1 .portfolio_thumb:hover img {
  opacity: 0.8;
  border: 0 !important;
  padding: 0 !important;
}
.column1 .portfolio_thumb .quickview-box {
  top: 46% !important;
  opacity: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}
.column1 .portfolio_thumb .quickshow-box {
  left: 51%;
  top: 46% !important;
}
.column1 .portfolio_thumb .hover-box {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 98;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.column1 .portfolio_thumb:hover .hover-box {
  box-shadow: #818181 0 0 0 5px inset;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.column2 {
  width: 50%;
  display: block;
  float: left;
}
.column2 .item_title {
  padding-top: 10px;
  float: left;
}
.column2 .item_title a {
  color: #333;
  font: 16px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: capitalize;
}
.column2 .item_title a:hover {
  color: #ee1c35;
}
.column2 .portfolio_thumb {
  width: 100%;
  max-width: 460px;
}
.column2 .portfolio_thumb:hover img {
  opacity: 0.8;
  border: 0 !important;
  padding: 0 !important;
}
.column2 .portfolio_short_content {
  display: none;
}
.column2 .portfolio_thumb .quickview-box {
  top: 46%;
}
.column2 .portfolio_thumb .quickshow-box {
  left: 51%;
  top: 46%;
}
.column2 .portfolio_thumb .hover-box {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 98;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.column2 .portfolio_thumb:hover .hover-box {
  box-shadow: #818181 0 0 0 5px inset;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.column3 {
  width: 33.3%;
  display: block;
  float: left;
}
.column3 .item_title {
  padding-top: 10px;
  float: left;
}
.column3 .item_title a {
  color: #333;
  font: 16px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: capitalize;
}
.column3 .item_title a:hover {
  color: #ee1c35;
}
.column3 .portfolio_short_content {
  display: none;
}
.column3 .portfolio_thumb {
  max-width: 310px;
  width: 100%;
}
.column3 .portfolio_thumb:hover img {
  opacity: 0.8;
  border: 0 !important;
  padding: 0 !important;
}
.column3 .portfolio_thumb img {
  max-width: 310px;
  width: 100%;
}
.column3 .portfolio_thumb .quickview-box {
  top: 46%;
}
.column3 .portfolio_thumb .quickshow-box {
  left: 52%;
  top: 46%;
}
.column3 .portfolio_thumb .hover-box {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 98;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.column3 .portfolio_thumb:hover .hover-box {
  box-shadow: #818181 0 0 0 5px inset;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.column4 {
  width: 25%;
  display: block;
  float: left;
}
.column4 .item_title {
  padding-top: 10px;
  float: left;
}
.column4 .item_title a {
  color: #333;
  font: 16px/140% 'CaviarDreamsRegular', sans-serif;
  text-transform: capitalize;
}
.column4 .item_title a:hover {
  color: #ee1c35;
}
.column4 .portfolio_short_content {
  display: none;
}
.column4.portfolio-item {
  height: 220px;
}
.column4 .portfolio_thumb {
  max-width: 235px;
  width: 100%;
}
.column4 .portfolio_thumb:hover img {
  opacity: 0.8;
  border: 0 !important;
  padding: 0 !important;
}
.column4 .portfolio_thumb img {
  max-width: 235px;
  width: 100%;
}
.column4 .portfolio_thumb .quickview-box {
  top: 46%;
}
.column4 .portfolio_thumb .quickshow-box {
  left: 52%;
  top: 46%;
}
.column4 .portfolio_thumb .hover-box {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 98;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.column4 .portfolio_thumb:hover .hover-box {
  box-shadow: #818181 0 0 0 5px inset;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.portfolio_thumb .quickview-box .quickview_small {
  padding-top: 3px;
  height: 22px;
  width: 20px;
  padding-left: 5px;
  font-size: 15px;
}
.portfolio_thumb .quickshow-box .quickshow_small {
  padding-top: 0;
  height: 25px;
  width: 22px;
  padding-left: 3px;
  font-size: 15px;
}
.portfolio_thumb:hover .quickview-box {
  opacity: 1;
}
.portfolio_thumb:hover .quickshow-box {
  opacity: 1;
}
.portfolio-item {
  margin: 0 auto 50px auto !important;
}
.portfolio_short_content .control a {
  font-size: 24px;
  color: #5f5f5f;
  margin-right: 24px;
}
.portfolio_short_content .control a:hover {
  color: #ee1c35;
}
.flexslider:hover .flex-disabled {
  color: #818181 !important;
  opacity: 0.5 !important;
  cursor: pointer !important;
}
.flex-direction-nav .flex-prev i {
  margin-left: -2px;
}
.flex-direction-nav .flex-next i {
  margin-right: -2px;
}
.recent-works .flex-direction-nav .flex-prev {
  top: 33% !important;
}
.recent-works .flex-direction-nav .flex-next {
  top: 33% !important;
}
.recent-works ul li .alignleft {
  position: relative;
  display: block;
}
.recent-works ul li:hover .alignleft img {
  opacity: 0.8;
}
.recent-works ul li .alignleft .hover-box {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 98;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.recent-works ul li:hover .alignleft .hover-box {
  box-shadow: #818181 0 0 0 5px inset;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.recent-works ul li .alignleft .quickshow-box {
  top: 42%;
  left: 52%;
}
.recent-works ul li .alignleft .quickshow-box .quickshow_small {
  padding-top: 0;
  height: 25px;
  width: 22px;
  padding-left: 3px;
  font-size: 15px;
}
.recent-works ul li:hover .alignleft .quickshow-box {
  opacity: 1;
}
.recent-works ul li .alignleft .quickview-box {
  top: 42%;
}
.recent-works ul li .alignleft .quickview-box .quickview_small {
  padding-top: 3px;
  height: 22px;
  width: 20px;
  padding-left: 5px;
  font-size: 15px;
}
.recent-works ul li:hover .alignleft .quickview-box {
  opacity: 1;
}

.quick-act .yith-wcwl-add-to-wishlist {
  float: right;
  margin-top: 0px !important;
}
.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i {
  margin-right: 0px !important;
}
.wall ul:not(.children) {
  list-style: none;
  margin: 0;
}
.wall ul:not(.children) li {
  padding: 10px 0;
  border-top: #eee 1px solid;
}
.wall ul:not(.children) li:first-child {
  border-top: none;
}
.wall ul:not(.children) li .sp-blocknumber {
  min-height: 20px;
  padding: 5px 0 5px 50px;
  position: relative;
}
.wall ul:not(.children) li .sp-blocknumber span {
  display: block;
  font-weight: normal;
  height: 26px;
  left: 0;
  line-height: 12px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 36px;
}
#archive-page h3,
#sitemap-page h3 {
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.woocommerce form.register, .woocommerce-page form.register {
	border:0 !important;
	padding:0 !important;
}

@media screen and (min-width: 1020px) and (max-width: 1050px) {
  .container {
    width: 100%;
  }
  .circle-hover span {
    width: 132px !important;
    height: 132px !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 790px) {
  .pagination-righted .search-col {
    right: 45px !important;
  }
  #leftsidebar {
    display: none;
  }
  #content .span9 {
    width: 95%;
  }
  .best-seller {
    width: 82%;
    margin: 0 auto !important;
  }
  .best-seller .flex-direction-nav .flex-next {
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .best-seller .flex-direction-nav .flex-prev {
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .featured-products {
    width: 82%;
    margin: 0 auto !important;
  }
  .featured-products .flex-direction-nav .flex-next {
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .featured-products .flex-direction-nav .flex-prev {
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .recent-works .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .recent-works:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .recent-works .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .recent-works:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .best_sellers img {
    float: none !important;
  }
  .best_sellers .star-rating {
    float: left !important;
  }
  .brand-list {
    width: 100%;
  }
  .brand-list .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .brand-list .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .bottom-menu-column .shippingpolicy {
    width: 135px !important;
  }
  .newsletter-box .input-box .input-text {
    max-width: 185px !important;
  }
  .btn.social {
    background: #fff;
    padding: 4px 10px !important;
  }
  #toTop {
    display: none !important;
  }
  .circle-hover span {
    width: 95px !important;
    height: 95px !important;
  }
  .circle-hover span .big-text {
    font-size: 22px !important;
    margin-top: 40% !important;
  }
  .column3.portfolio-item {
    min-height: 245px;
  }
  .about-responsive img {
    width: 90% !important;
  }
  .recent_blog.flat_left .recent-blog-list li {
    width: 23.9% !important;
  }
  .recent_works.flat_left.vertical .recent-works {
    width: 81%;
    margin: 0 auto;
  }
  ul.ourteam li .left-content {
    padding-bottom: 0 !important;
    float: left !important;
    width: 100%;
  }
  ul.ourteam li .right-content {
    padding: 0 !important;
    float: left !important;
    width: 100%;
  }
  .page-id-1970 .fullwidthbanner-container .tp-bullets {
    display: none;
  }
  .page-id-1970 .feature-block {
    width: 144px;
  }
  .page-id-1994 .circle-hover span {
    width: 101px !important;
    height: 101px !important;
  }
}
@media (min-width: 795px) and (max-width: 825px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 780px;
  }
  .pagination-righted .search-col {
    max-width: 203px;
  }
  .quickview-box,
  .quickshow-box,
  #leftsidebar {
    display: none;
  }
  #content .span9 {
    width: 95%;
  }
  .best-seller {
    width: 100%;
    margin: 0 auto !important;
  }
  .best-seller .flex-direction-nav .flex-next {
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .best-seller .flex-direction-nav .flex-prev {
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .featured-products {
    width: 100%;
    margin: 0 auto !important;
  }
  .featured-products .flex-direction-nav .flex-next {
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .featured-products .flex-direction-nav .flex-prev {
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .recent-works {
    width: 93%;
    margin: 0 auto !important;
  }
  .recent-works .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .recent-works:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .recent-works .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .recent-works:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .best_sellers img {
    float: none !important;
  }
  .best_sellers .star-rating {
    float: left !important;
  }
  .brand-list {
    width: 93%;
    margin: 0 auto !important;
  }
  .brand-list .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .brand-list .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .bottom-menu-column .shippingpolicy {
    width: 135px !important;
  }
  .newsletter-box .input-box .input-text {
    max-width: 185px !important;
  }
  .btn.social {
    background: #fff;
    padding: 4px 10px !important;
  }
  .circle-hover span {
    width: 103px !important;
    height: 103px !important;
  }
  .circle-hover span .big-text {
    margin-top: 40% !important;
  }
  #toTop {
    display: none !important;
  }
  .column3.portfolio-item {
    min-height: 260px;
  }
  .portfolio_content .portfolio_thumb {
    width: 100% !important;
  }
  .about-responsive img {
    width: 90% !important;
  }
  .recent_blog.flat_left .recent-blog-list li {
    width: 24% !important;
  }
  .recent_works.flat_left.vertical .recent-works {
    width: 100%;
  }
  .recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-prev {
    left: 0;
  }
  .recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-next {
    right: 0;
  }
  ul.ourteam li .left-content {
    padding-bottom: 0 !important;
    float: left !important;
    width: 100%;
  }
  ul.ourteam li .right-content {
    padding: 0 !important;
    float: left !important;
    width: 100%;
  }
  .page-id-1970 .fullwidthbanner-container .tp-bullets {
    display: none;
  }
  .page-id-1970 .feature-block {
    width: 155px;
  }
  .page-id-1994 .circle-hover span {
    width: 105px !important;
    height: 105px !important;
  }
}
@media (min-width: 590px) and (max-width: 620px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding: 0 0px;
    max-width: 480px;
    min-width: 280px;
    margin: 0 12px;
  }
  #content {
    float: none !important;
    margin-left: auto !important;
    width: 98% !important;
  }
  .i-top-links .span6 {
    width: 50%;
  }
  .i-top-links .top-right-menu {
    float: right !important;
  }
  #sp-header-wrapper #logo {
    margin: 0 !important;
  }
  .pagination-righted .search-col {
    margin-top: -30px !important;
    max-width: 575px;
    padding: 25px 0;
  }
  .pagination-righted .form-search {
    right: 60px !important;
  }
  .pagination-righted .mini-cart {
    top: -25%;
  }
  .pagination-righted .mini-cart .block-content {
    display: none !important;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: left !important;
  }
  img.alignnone {
    text-align: center;
    margin: 0 23%;
  }
  .best-seller .flex-direction-nav .flex-next {
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .best-seller .flex-direction-nav .flex-prev {
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .featured-products .flex-direction-nav .flex-next {
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .featured-products .flex-direction-nav .flex-prev {
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .who-top .span3 {
    width: 50%;
  }
  .column1 .portfolio_thumb {
    max-width: 100% !important;
  }
  .recent-works {
    margin: 0 auto !important;
    width: 82%;
  }
  .recent-works .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .recent-works:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .recent-works .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .recent-works:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .best-sellers .flex-viewport ul li,
  .top-rateds  .flex-viewport ul li,
  .recent_reviews .flex-viewport ul li {
    width: 280px !important;
  }
  .quickview-box,
  .quickshow-box,
  #leftsidebar {
    display: none;
  }
  .brand-list {
    width: 88%;
    margin: 0 auto !important;
  }
  .brand-list .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .brand-list .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  #sp-footer-wrapper .span6 {
    float: left;
    width: 50%;
  }
  #sp-footer-wrapper .footer-right {
    width: 50%;
    float: right;
  }
  #sp-feature-wrapper {
    padding: 20px 0;
  }
  #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 8px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  #toTop {
    display: none !important;
  }
  .circle-hover span {
    width: 217px !important;
    height: 217px !important;
  }
  .circle-hover span .big-text {
    margin-top: 45% !important;
  }
  .column3.portfolio-item {
    min-height: 212px;
  }
  .portfolio_content .portfolio_thumb {
    width: 100% !important;
  }
  .recent_works.flat_left.vertical .recent-works {
    width: 100% !important;
  }
  .recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-prev {
    left: 0 !important;
  }
  .recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-next {
    right: 0 !important;
  }
  .recent_blog.flat_left ul.recent-blog-list li {
    margin-right: 0px !important;
    float: none !important;
  }
  .recent_blog.flat_left ul.recent-blog-list li .alignleft {
    width: 100%;
  }
  ul.ourteam li .left-content {
    padding-bottom: 0 !important;
    float: left !important;
  }
  ul.ourteam li .right-content {
    padding: 0 !important;
    float: left !important;
  }
  .page-id-1970 .fullwidthbanner-container .tp-bullets {
    display: none;
  }
  .page-id-1970 .feature-box .feature-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-id-1970 .feature-box .feature-left img {
    display: none;
  }
  .page-id-1970 .feature-box .feature-left .feature-block,
  .page-id-1970 .feature-box .feature-left img {
    width: 100%;
  }
  .page-id-1970 .feature-box .feature-right {
    width: 100%;
  }
}
@media (min-width: 470px) and (max-width: 500px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding: 0;
    max-width: 480px;
    min-width: 280px;
    margin: 0 5px;
  }
  #content {
    float: none !important;
    margin-left: auto !important;
    width: 98% !important;
  }
  .i-top-links .span6 {
    width: 50%;
  }
  .i-top-links .top-right-menu {
    float: right !important;
  }
  #sp-header-wrapper #logo {
    margin: 0 !important;
  }
  .pagination-righted .search-col {
    margin-top: -30px !important;
    max-width: 475px;
    padding: 25px 0;
  }
  .pagination-righted .form-search {
    right: 60px !important;
  }
  .pagination-righted .mini-cart {
    top: -25%;
  }
  .pagination-righted .mini-cart .block-content {
    display: none !important;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: left !important;
  }
  img.alignnone {
    text-align: center;
    margin: 0 17%;
  }
  .prtfl_portfolio_block ul {
    margin: 0 0 10px 5px;
  }
  .products-tabs ul.product-list-tabs {
    padding: 0 10px !important;
  }
  .products-tabs ul.product-list-tabs li {
    margin-right: 10px !important;
  }
  .quickview-box,
  .quickshow-box,
  #leftsidebar {
    display: none;
  }
  .best-seller {
    width: 80%;
    margin: 0 auto !important;
  }
  .best-seller .flex-direction-nav .flex-next {
    right: -20px;
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .best-seller .flex-direction-nav .flex-prev {
    left: -20px;
    display: none;
  }
  .best-seller:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .featured-products {
    width: 80%;
    margin: 0 auto !important;
  }
  .featured-products .flex-direction-nav .flex-next {
    right: -20px;
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .featured-products .flex-direction-nav .flex-prev {
    left: -20px;
    display: none;
  }
  .featured-products:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .recent-works .flex-direction-nav .flex-next {
    display: none;
  }
  .recent-works:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .recent-works .flex-direction-nav .flex-prev {
    display: none;
  }
  .recent-works:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .recent_blog ul.recent-blog-list li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .best-sellers .flex-viewport ul li,
  .top-rateds .flex-viewport ul li,
  .recent_reviews .flex-viewport ul li {
    width: 210px !important;
  }
  .brand-list .flex-direction-nav .flex-next {
    display: none;
  }
  .brand-list:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .brand-list .flex-direction-nav .flex-prev {
    display: none;
  }
  .brand-list:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  #sp-footer-wrapper {
    text-align: center;
  }
  #sp-footer-wrapper #sp-position-footer {
    width: 100%;
  }
  #sp-footer-wrapper .footer-right {
    text-align: center;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 98% !important;
    margin-bottom: 20px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 98% !important;
  }
  .woocommerce-page .row .span5col.grid {
    float: left;
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-page .row .span5col.grid:first-child {
    margin-left: 0;
  }
  .woocommerce-page .row .span5col.product.list {
    min-height: 250px;
  }
  #form-login .col2-set .col-1 {
    width: 98% !important;
    margin-bottom: 20px;
  }
  #form-login .col2-set .col-2 {
    width: 98% !important;
  }
  #toTop {
    display: none !important;
  }
  .circle-hover span {
    width: 217px !important;
    height: 217px !important;
  }
  .circle-hover span .big-text {
    margin-top: 45% !important;
  }
  .column3.portfolio-item {
    min-height: 200px;
  }
  .portfolio_content .portfolio_thumb {
    width: 100% !important;
  }
  .footer-info-top .footer-info li {
    padding: 10px 15px;
  }
  .recent_works.flat_left.vertical .recent-works {
    width: 82%;
    margin: 0 auto;
  }
  .recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-next {
    right: -20px;
  }
  .recent_works.flat_left.vertical .recent-works .flex-direction-nav .flex-prev {
    left: -20px;
  }
  ul.ourteam li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  ul.ourteam li img {
    width: 100% !important;
  }
  .page-id-1970 .fullwidthbanner-container .tp-bullets {
    display: none;
  }
  .page-id-1970 .feature-box .feature-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-id-1970 .feature-box .feature-left img {
    display: none;
  }
  .page-id-1970 .feature-box .feature-left .feature-block,
  .page-id-1970 .feature-box .feature-left img {
    width: 100%;
  }
  .page-id-1970 .feature-box .feature-right {
    width: 100%;
  }
}
@media (min-width: 310px) and (max-width: 340px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #content {
    float: none !important;
    margin-left: 5px !important;
    width: 97% !important;
  }
  .container {
    padding: 0;
    max-width: 480px;
    min-width: 280px;
    margin: 0 5px;
  }
  .i-top-links .span6 {
    width: 40%;
  }
  .i-top-links .top-right-menu {
    width: 60% !important;
    float: right !important;
  }
  .i-top-links .top-right-menu ul li {
    padding: 0 5px !important;
  }
  #sp-header-wrapper #logo {
    margin: 0 !important;
  }
  .pagination-righted .search-col {
    margin-top: -30px !important;
    max-width: 365px;
    padding: 25px 0;
  }
  .pagination-righted .form-search {
    right: 60px !important;
  }
  .pagination-righted .mini-cart {
    top: -25%;
  }
  .pagination-righted .mini-cart .block-content {
    display: none !important;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: left !important;
  }
  .prtfl_portfolio_block ul {
    margin: 0 0 10px 0;
  }
  #leftsidebar,
  .about-responsive {
    display: none !important;
  }
  .newsletter-box .input-box .input-text {
    max-width: 200px;
  }
  .woocommerce-ordering select.orderby {
    width: 120px !important;
  }
  .quickview-box,
  .quickshow-box {
    display: none;
  }
  .best-seller {
    width: 60%;
    margin: 0 auto !important;
  }
  .best-seller .flex-direction-nav .flex-next {
    display: none;
  }
  .best-seller .flex-direction-nav .flex-prev {
    display: none;
  }
  .featured-products {
    width: 60%;
    margin: 0 auto !important;
  }
  .featured-products .flex-direction-nav .flex-next {
    display: none;
  }
  .featured-products .flex-direction-nav .flex-prev {
    display: none;
  }
  .recent-works {
    width: 75%;
    margin: 0 auto !important;
  }
  .recent-works .flex-direction-nav .flex-next {
    display: none;
  }
  .recent-works .flex-direction-nav .flex-prev {
    display: none;
  }
  ul.recent-blog-list li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .best_sellers {
    width: 100% !important;
  }
  .best-sellers,
  .top-rateds,
  .recent_reviews {
    width: 75%;
    margin: 0 auto !important;
  }
  .brand-list {
    width: 85%;
    margin: 0 auto !important;
  }
  .brand-list .flex-direction-nav .flex-next {
    display: none;
    right: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-next {
    display: block;
  }
  .brand-list .flex-direction-nav .flex-prev {
    display: none;
    left: -20px;
  }
  .brand-list:hover .flex-direction-nav .flex-prev {
    display: block;
  }
  .shippingpolicy {
    width: 100% !important;
  }
  .newsletter-box .input-box .input-text {
    max-width: 240px;
  }
  #sp-footer-wrapper {
    text-align: center;
  }
  #sp-footer-wrapper #sp-position-footer {
    width: 100%;
  }
  #sp-footer-wrapper .footer-right {
    text-align: center;
  }
  .woocommerce-page .row .span5col.grid {
    float: left;
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-page .row .span5col.grid:first-child {
    margin-left: 0;
  }
  .woocommerce-page .row .span5col.product.list {
    min-height: 250px;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 97% !important;
    margin-bottom: 20px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 97% !important;
  }
  .woocommerce-ordering select.orderby {
    width: 100px !important;
  }
  .pagination ul > li > a,
  .pagination ul > li > span {
    padding: 4px 8px;
  }
  #form-login .col2-set .col-1 {
    width: 97% !important;
    margin-bottom: 20px;
  }
  #form-login .col2-set .col-2 {
    width: 97% !important;
  }
  #toTop {
    display: none !important;
  }
  .circle-hover span {
    width: 217px !important;
    height: 217px !important;
  }
  .circle-hover span .big-text {
    margin-top: 45% !important;
  }
  .shop_table .product-thumbnail,
  .shop_table .product-name,
  .shop_table .product-price,
  .shop_table .product-quantity,
  .shop_table .product-subtotal {
    padding: 6px 0 !important;
  }
  .shop_table .btn-update,
  .shop_table .btn-continue {
    padding: 10px !important;
  }
  .arconix-portfolio-features li {
    display: inline-block !important;
    margin-bottom: 10px !important;
    margin-right: 2% !important;
  }
  .column3.portfolio-item {
    min-height: 200px;
  }
  .portfolio_content .portfolio_thumb {
    width: 100% !important;
  }
  .recent_works.flat_left.vertical .recent-works {
    width: 63%;
  }
  .footer-info-top .footer-info li {
    padding: 10px 0;
  }
  ul.ourteam li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  ul.ourteam li img {
    width: 100% !important;
  }
  .recent_works.flat_left.vertical .recent-works-title h3 {
    max-width: 100%;
  }
  .recent_works.flat_left.vertical .recent-works {
    width: 63%;
  }
  .page-id-1970 .fullwidthbanner-container {
    display: none;
  }
  .page-id-1970 .feature-box .feature-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-id-1970 .feature-box .feature-left img {
    display: none;
  }
  .page-id-1970 .feature-box .feature-left .feature-block,
  .page-id-1970 .feature-box .feature-left img {
    width: 100%;
  }
  .page-id-1970 .feature-box .feature-right {
    width: 100%;
  }
}