@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700,400italic&subset=latin,cyrillic);

html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  color: #2e3a47;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-weight: 400;
  margin-bottom:22px;
}
.content ul {
  list-style: none outside none;
}
font {
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  line-height: 25px;
}
strong {font-weight:bold;} 
button:focus,
button:hover,
button:active,
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
}
label {
  color: #000000;
  margin-right: 15px;
}
a {
 -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
       -o-transition: 0.1s;
       transition: 0.1s;
}
#page {
  
background:  url(loaded_site_bg.png) center center no-repeat;
  background-attachment: fixed;
  
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
a {
  cursor: pointer;
  outline: none;
}
a img {
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #232526;
}
b {
  color: #000000;
  font-weight: 400;
}
table {
  background-color: #FFFFFF;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 65%;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #f6f6f6;
  cursor: pointer;
}
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 20px 0;
  background-color: #FFFFFF;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #e9e9e9;
}
.pagination .links a:active,
.pagination .links b:active {
  background-color: #232526;
  color: #FFFFFF;
  border: 1px solid #e9e9e9;
}
.pagination .links b {
  background-color: #232526;
  color: #FFFFFF;
  border: 1px solid #e9e9e9;
}
.pagination .results {
  float: right;
  color: #8c8c8c;
}
.main-column .pagination .results {
  padding-top: 6px;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons.no-padding {
  padding: 0;
  border: 0;
}
.htabs ul li {
  margin: 0;
  float: none;
  display: block;
}
.htabs ul li a {
 font-size: 18px;
  padding: 10px;
  border: none;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.htabs ul li a.selected {
  color: #000;
  font-weight: bold;
}
.htabs ul li a.selected:hover {
  color: #000;
  font-weight: bold;
}
.htabs ul li a:hover {
  
}
.links {
  margin: 0;
  padding: 0;
}
.links li {
  display: inline;
  text-transform: uppercase;
  line-height: normal;
}
.links li a {
  margin: 0 6px;
}
.links li a:hover {
  color: #232526;
}
#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.carousel-controls {
  position: absolute;
  top: -68px;
  right: 46px;
  z-index: 12;
}
.product-label {
  width: 0;
  height: 0;
  border-top: 25px solid #232526;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 10;
  font-family: 'Open Sans', Arial, sans-serif;
}
.product-label span {
  position: absolute;
  top: -25px;
  line-height: 10px;
}
.product-label.product-label-new {
  left: 0px;
  border-right: 46px solid transparent;
  border-top: 46px solid #4ACFD4;
}
.product-label.product-label-new span {
  left: 5px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.product-label.product-label-special {
  left: 15px;
  border-right: 25px solid transparent;
}
.product-label.product-label-special span {
  left: 0;
  padding: 14px 6px;
  background: #232526;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-weight: 700;
}
.tooltip-inner {
  border-radius: 3px;
}
.padding {
  padding: 20px;
}
.no-padding {
  padding: 0;
}
.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin: 20px 0;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #FFD1D1 url('warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success {
  background: #EAF7D9 url('success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}
.error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
}
.error,
.warning_inline,
.success_inline {
  margin-top: 5px;
}
.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
h1,
.h1 {
  font-size: 24px;
  line-height: 51px;
}
h1 small,
.h1 small {
  font-size: 21px;
}
@media (max-width: 767px) {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 19px;
  line-height: 34px;
}
h3 small,
.h3 small {
  font-size: 19px;
}
h4,
.h4 {
  line-height: 34px;
}
h5,
.h5 {
  font-size: 13px;
  line-height: 34px;
}
h5 small,
.h5 small {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 34px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #2e3a47;
}
#content h1 {
  margin-top: 10px;
  margin-bottom: 10px; text-transform:none;padding: 0 17px;
}
.product-info h1 {padding:0 !important;}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2e3a47;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control,
select.form-control {
  padding: 6px;
}
 
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  padding: 7px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.tabs-group input[type="text"],
.tabs-group input[type="password"] {
  height: 33px;
  padding: 5px;
}
input,
button,
select,
textarea {
  padding: 6px;
  border: 1px solid #e9e9e9;
  color: #2e3a47;
  outline: none;
}
input:hover,
input:focus,
button:hover,
button:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none !important;
}
select {
  padding: 5px;
  border: none;
  cursor: pointer;
  border:1px solid;
  border-radius:3px;
}
input[type="image"] {
  border: 0;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal {
  text-transform: inherit;
  padding: 4px;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover,
.btn-group .btn.dropdown-toggle.btn-theme-normal:active,
.btn-group .btn.dropdown-toggle.btn-theme-normal:focus {
  background-color: #FFFFFF;
  color: #8c8c8c;
  border-color: #dcdcdc;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover .fa,
.btn-group .btn.dropdown-toggle.btn-theme-normal:active .fa,
.btn-group .btn.dropdown-toggle.btn-theme-normal:focus .fa {
  color: #8c8c8c;
}
.btn {
  text-transform: uppercase;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.btn.btn-theme-default {
  text-align: center;
  background-color: #be275a; 
  color: #FFFFFF;
  padding: 7px 27px;
  font-size: 17px;
  font-weight: 300;
  height: 30px;
  border-radius: 0px !important;
  width: auto;
  height: auto;
   -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
       -o-transition: 0.3s;
       transition: 0.3s;
}
.btn.btn-theme-default:hover {
 background:#303030; color:white;
}
.btn.btn-theme-default.btn-small {
  height: 27px;
  line-height: 27px;
  min-height: 20px;
  padding-top: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-danger {
  margin: 10px;
}
.btn.btn-theme-normal {
  background-color: transparent;
  color: #8c8c8c;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-theme-normal .fa {
  color: #8c8c8c;
}
.btn.btn-theme-normal:hover,
.btn.btn-theme-normal:focus {
  color: #232526;
  border-color: #232526;
}
.btn.btn-theme-normal:hover .fa,
.btn.btn-theme-normal:focus .fa {
  color: #232526;
}
.btn.btn-shopping-cart {
  padding: 13px 32px;
  background-color: #fffc00;
  color: #000000;;
  font-size: 15px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  float: left;
}
.add_to_favorites, .add_to_compare {text-align: center;
  padding: 15px 15px 12px 15px;
  background-color: rgb(116, 116, 116);
  color: white;
  margin-left: 0px;
  display: block;
  float: right;
}
.add_to_compare{margin:0px 1px;}


.btn.btn-shopping-cart:hover,
.btn.btn-shopping-cart:focus {
  border: 0;
}

.btn.btn-shopping-cart > * {
  float: left;
}
.btn.blue {
  background-color: #232526;
  border: 0;
  color: #FFFFFF;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.btn.blue span + span {
  border: 0;
  padding: 5px 18px;
  font-size: 13px;
}
.btn.blue .fa {
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  background-color: #6ca63a;
}
.btn.blue:hover,
.btn.blue:focus {
  background-color: #8c8c8c;
  color: #FFFFFF;
}
.btn.blue:hover .fa,
.btn.blue:focus .fa {
  background-color: #7d7d7d;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #c21e79;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
  transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
}
input.button {
  background-color: #303030;
  color: #FFFFFF;
  padding: 1%px 2%;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
input.button:hover,
input.button:focus {
 
}
.control-label {
  padding-top: 7px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
body.layout-boxed-md {
  background: url("pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 958px;
  
  margin: 0 auto;
  background: url("pattern18.png");
}
body.layout-boxed-md .cart-inner h4 {
  display: none;
}
body.layout-boxed-md #topbar .support .left {
  display: none;
}
body.layout-boxed-md .product-block .product-meta {
  padding: 10px 5px;
}
body.layout-boxed-md ul.contact-us li i {
  width: 6%;
  margin: 0;
}
body.layout-boxed-md #powered {
  padding: 25px 0;
}
body.layout-boxed-md .verticalmenu {
  margin-top: 1px;
}
body.layout-boxed-md .verticalmenu > li > a {
  padding-left: 0;
  padding-right: 0;
}
body.layout-boxed-md .custom li:last-child,
body.layout-boxed-md .custom .last {
  display: none;
}
body.layout-boxed-md .custom p {
  margin-bottom: 12px;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
  display: inline-block;
  float: none;
}
body.layout-boxed-lg {
  background: url("pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1188px;
  
  margin: 0 auto;
  background: url("pattern16.png");
}
body[class*="layout-boxed-"] .in-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body[class*="layout-boxed-"] .d-heading {
  position: relative;
 
}
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #2e3a47;
}
body[class*="layout-boxed-"] .d-content {
  border-top: 0;
}
body[class*="layout-boxed-"] .d-content:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  background: #000000;
  width: 105%;
  height: 2px;
}
#topbar {
  color: #ffffff;
  background: #8a9091;
  padding: 3px 0;
min-height: 37px;
 
  margin-bottom: 5px;
}
#topbar b,
#topbar strong {
  color: #8c8c8c;
}
#topbar .links {
  margin-top: 6px;
}
#topbar .links li {
  float: left;
}
#topbar .links li:hover {
  color: #232526;
}
#topbar .links li:hover .fa {
  color: #232526;
}
#topbar .links li.last,
#topbar .links li:last-child {
  border-right: 0;
}
#topbar .links a {
  margin: 0 8px;
  font-size: 14px;
  color: #ffffff;
  text-transform: none;
    position: relative;
    display: inline-block;
    text-decoration:none;

} 

 
#topbar .login {
  font-size: 12px;
}
#topbar .login a {
  margin: 0;
  color: #ffffff; text-transform:uppercase;
    text-transform: uppercase;
letter-spacing: 1px !important;
font-size: 10px;
}
#header-bottom {
  min-height: 47px;
  background: #232526;
}
#header-main { 
  color: #8c8c8c;margin: 23px;
}
#header-main h1,
#header-main h2,
#header-main h3,
#header-main h4,
#header-main h5,
#header-main h6 {
  font-size: 14px;
  color: #2e3a47;
  margin: 0;
  line-height: normal;
}
#header-main .container {
  position: relative;
  
}
#header-main a {
  color: #8c8c8c;
}
#header-main a:hover {
  color: #232526;
}
#header-main .btn {
  color: #FFFFFF;
      margin-right:5px;
}
#header-main .btn:hover {
  color: #FFFFFF;
}
#header-main .fa {
  color: #2e3a47;
  font-size: 12px;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: left;
  margin-top: 8px;
  padding: 0;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main #logo-theme a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  min-width: 205px;
  min-height: 55px;
  display: block;
}
#header-main .logo img {
 
}
#header-main .customer-service {
  width: 55%;
}
#header-main .shopping-cart {
  margin-top: 35px;
}
#header-main .support:before,
#header-main .support:after {
  content: " ";
  display: table;
}
#header-main .support:after {
  clear: both;
}
#header-main .support > div {
  width: 33.3333%;
  margin: 0;
}
#header-main .support .content {
  overflow: hidden;
  margin-left: 37px;
}
#header-main .support .media .pull-left {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  background-color: #ffffff;
}
#header-main .support .fa {
  font-size: 18px;
}
#header-main .support .shapes {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #FFFFFF;
  position: absolute;
  right: -1px;
  margin: -4px 0;
  top: 50%;
}
#search .fa {
  color: #232526;
  cursor: pointer;
}
#search .fa:hover {
  color: #f05423;
}
#header .show-mobile {
  text-align: right;
}
#header .show-mobile:before,
#header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 14px;
  color: #8c8c8c;
}
#header .show-mobile .quickaccess-toggle:hover,
#header .show-mobile .quickaccess-toggle:focus,
#header .show-mobile .quickaccess-toggle:active {
  background-color: #FFFFFF;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 160px;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: #FFFFFF;
  padding: 15px;
  text-align: left;
}
#header ul,
#header ol {
  list-style: none;
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
#aboutBlock {overflow: auto;}
#aboutBlock .controlBtn {
	padding: 10px 15px;
    font-size: 17px;
    display: block;
    float: right;
    background: #FFFC00;
    font-weight: 600;
  	margin-top: 10px;
}
.content-top .box,
.product-related, .product-similar {
  position: relative;
}
.content-top .box .box-heading,
.product-related .box-heading {
  padding: 10px 0;
}
.content-top .box .box-heading span,
.product-related .box-heading span {
 color: #FFFFFF;
  background-color: #747474;
  padding: 15px;
  font-size: 19px;
  display: block;
  text-align: center;
}
#footer {
  background: #FFFFFF;
  min-height: 100px;
  color: #2e3a47;
  font-size: 13px;
  margin-top: 20px;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
   
}
#footer ul,
#footer ol {
  list-style: none;
}
#footer .footer-top .custom {
  padding: 0 5px 15px 0;
overflow: hidden;
}
#footer .footer-center {
  padding: 25px 0 10px 0;
  background: rgb(116, 116, 116);
  /*margin-top: 4px;*/
}
#footer .footer-center .box {
  margin-bottom: 0px;
}
#footer .footer-center .box .box-heading {
  border: 0;
  line-height: normal;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  padding: 0 0 11px;
  letter-spacing: normal;
}
#footer .footer-center .box .box-content {
  border: none;
}
#footer .footer-center ul li,
#footer .footer-center ol li {
  padding: 6px 0;
  margin: 0;
  line-height: normal;
  cursor: pointer;
}
#footer .footer-center ul li a,
#footer .footer-center ol li a {
  letter-spacing: 1px;
}
#footer .footer-center ul li a .fa,
#footer .footer-center ol li a .fa {
  margin-right: 6px;
}
#footer .footer-center li:hover {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #232526;
}
#footer .footer-center li:hover a {
  color: white;
}
#footer .footer-center a { color: white; }
#footer .footer-center li:hover a .fa {
  color: #232526;
}
#footer .footer-center li:hover span.fa {
  background-color: #232526;
}
#footer .footer-center a .fa {
  font-size: 5px;
  vertical-align: middle;
}
#footer .footer-center span.fa {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #8c8c8c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 30px;
  padding: 0 8px;
  text-align: center;
  margin-right: 5px;
}
#footer h3 {
  color: #2e3a47;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer .about-us .box-content {
  padding: 0;
}
.column ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.column li {
  margin-bottom: 0px;
  line-height: 30px;
}
#powered {
  margin: 0;
  clear: both;
  background: #303030;
  padding: 10px 0;
  color: #fff; 
  font-family: 'Comfortaa', cursive;
letter-spacing: 0.5px;
  font-size: 12px;
}
#powered .copyright {
  text-align: left;
  line-height: 20px;
}
#powered a {
  color: #232526;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.wrapper {
  background-color: #FFFFFF;
  padding: 15px 15px 30px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.box-outer {
  margin: 0;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  color: #FFFFFF;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  padding: 11px 20px 10px;
  font-size: 14px;
  font-weight: 700;
}
.box .box-heading.icon .fa {
  display: none;
}
.box .box-content {
  margin-top:15px;
}
.box .box-content .product-grid {
  border: 0;
  padding: 0;
}
.box.highlighted .box-heading {
  background-color: #232526;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
}
.box.orange .box-heading {
  background-color: #8c8c8c;
}
.box.dark .box-heading {
  background-color: #8c8c8c;
}
.box.green .box-heading {
  background-color: #8c8c8c;
}
.box.maroon .box-heading {
  background-color: #8c8c8c;
}
.box.blue .box-heading {
  background-color: #232526;
}
.box.gray .box-heading {
  background-color: #8c8c8c;
}
.box.pink .box-heading {
  background-color: #8c8c8c;
}
.box.red .box-heading {
  background-color: #2e3a47;
}
.box.white .box-heading {
  background-color: #FFFFFF;
  color: #000000;
}
.box.white .box-heading .shapes.right {
  border-left-color: #e9e9e9;
}
.box.white .box-heading .line {
  background-color: #e9e9e9;
}
.box.box-product .box-content {
  padding-top: 0;
  padding-bottom: 0;
}
.quick-setting {
  font-size: 14px;
}
.quick-setting .language {
  margin-bottom: 10px;
}
.quick-setting label {
  color: #828282;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.quick-setting .langs-wrapper li {
  cursor: pointer;
}
.quick-setting .langs-wrapper li:hover {
  color: #232526;
}
.quick-setting .langs-wrapper li img {
  padding-right: 5px;
}
.quick-setting .box-currency a {
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-setting .box-currency label {
  padding-bottom: 10px;
}
.store a b {
  font-weight: 300;
}
.btn-dropdown {
  background: transparent;
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  color: #2e3a47;
  padding: 3px 6px;
}
.btn-dropdown .caret {
  border-color: #8c8c8c transparent;
}
.btn-dropdown:hover {
  color: #000000;
}
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .btn-dropdown span {
  color: #000000;
}
.btn-group .dropdown-menu {
  min-height: 145px;
  height: 145px;
  height: auto !important;
  min-width: 160px;
  margin: -2px 0 0;
  border: 0;
  z-index: 99999;
  right: 0;
  left: auto;
  display: block;
  color: #8c8c8c;
  padding: 15px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-group .list-item {
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #232526;
}
.btn-group .item-symbol {
  margin-right: 6px;
}
#header #cart {
  position: relative;
}
#header #cart h4 {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
#header #cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 17px;
  left: auto;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: #FFFFFF;
  border: 1px solid #e9e9e9;
  z-index: 99999;
  min-width: 414px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header #cart .heading {
  min-width: 200px;line-height: 39px;
}
#header #cart .heading:before,
#header #cart .heading:after {
  content: " ";
  display: table;
}
#header #cart .heading:after {
  clear: both;
}
#header #cart .heading .cart-inner {
  min-height: 47px;
  height: 47px;
  height: auto !important;
}
#header #cart .heading a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #232526;
}
#header #cart .heading a span {
  margin-right: 5px;
  font-size: 12px;
}
#header #cart .media .pull-left {
  width: 56px;
height: 52px;
  text-align: center;
  position: relative;
  background:  url(loaded_cart.png) top left no-repeat;
  margin-right: 3px;
}
#header #cart .icon-cart {
  color: #FFFFFF;
  font-size: 16px;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 12px;
  border-bottom: 1px solid #e9e9e9;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
}
.ui-menu {
  z-index: 30 !important;
  background-color: #fff !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.ui-menu li {
  display: block;
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #fff !important;
  padding: 10px;
}
.ui-menu li img,
.ui-menu li .name {
  cursor: pointer;
}
.ui-menu li .name:hover {
  color: #232526;
}
.ui-menu li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
#search {
  margin-top: 5px;
}
#search .button-search {
  color: #fff;
  background-color: #303030;
  border: none;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
#search .input-search {
  font-size: 12px;
  border: 1px solid #dcdcdc;
  height: 30px;
  background-color: #FFFFFF;
  font-style: italic;
  min-width: 350px;
   
}
#search .input-search:hover,
#search .input-search:focus {
  outline: none;
}
#search .input-group {
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
#search .category_filter {
  position: relative;
}
#search .category_filter select {
  height: 36px;
  font-size: 13px;
  color: #8c8c8c;
  width: 165px;
  padding: 8px;
  background-color: #f9f9f9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
}
#search .category_filter span {
  background-color: #F9F9F9;
  width: 30px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  padding: 0 10px;
}
.box-product {
  margin: 0;
}
.product-cols {
  
}
.product-cols.last,
.product-cols:last-child {
  border: 0;
}
.product-list + .pagination {
  border-top: 0;
}
.product-list {
  background-color: #FFFFFF;
}
.product-list .product-label.product-label-special {
  left: 0;
}
.product-block {
 position: relative;
  background-color: #FFFFFF;
  padding: 20px 0;
  margin: 0;
  border: 3px solid rgba(115, 115, 115, 0.14);
  margin-top: 7px;
}
.product-block:hover {border: 3px solid #232526;}
.product-block a:hover {
  color: #232526;
}
.product-block a.btn:hover {
  color: #fff;
}
.product-block .action:before,
.product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.product-block .action > * {
  
}
.product-block .action .button-group > div {
  float: left;
}
.product-block .description {
  display: none;
  font-size: 15px;
}
.product-block .product-icon {
  margin-left: 5px;
  padding-left: 3px;
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid #28313c;
  text-align: center;
  line-height: 30px;
  background-color: #2e3a47;
  font-size: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.product-block .product-icon:hover {
  background-color: #232526;
  border: 1px solid #629735;
  color: #FFFFFF;
}
.product-block .product-icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-block .shopping-cart {
  border: 1px solid #232526;
  background: #232526;
  color: #FFFFFF;
}
.product-block .rating,
.product-block .norating {
  margin: 3px 0 20px;
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  min-height: 40px;
  height: 40px;
  height: auto !important;
  line-height: 18px;
  font-weight: 600;
}
.product-block .name  {
   text-align:center;
}
.product-block .name a {font-size:17px;}
.product-block .name a:hover {
  color: #232526;
}
.product-block .image {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta:before,
.product-block .product-meta:after {
  content: " ";
  display: table;
}
.product-block .product-meta:after {
  clear: both;
}
.product-block .product-zoom,
.product-block .pav-colorbox {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px 7px;
  z-index: 20;
}
.product-block .product-zoom:hover,
.product-block .pav-colorbox:hover {
  background-color: #232526;
  color: #FFFFFF;
  border: 1px solid #6ca63a;
}
.product-block .product-zoom {
  right: 50%;
  text-align: center;
}
.product-block .pav-colorbox {
  left: 50%;
  display: block;
}
.product-block .pav-colorbox span {
  display: none;
}
.product-block .pav-colorbox .fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
  
}
.product-block:hover .btn.btn-shopping-cart {
  border:0;
 border-radius:0;
  
}
.price {
  margin-bottom: 3px;
  margin-top: 3px;
  color: #CA181F;
  font-size: 16px;
  text-align:center;
  margin-bottom: 10px;
}
.price .price-old {
  color: #5b5f64;
  text-decoration: line-through;
  font-size: 15px;
}
#button-filter {
  margin-bottom: 20px;
  margin-top: 10px;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
ul.box-filter > li {
  border: 0;
  background-color: transparent;
}
ul.box-filter > li span {
  text-transform: uppercase;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #000000;
  font-family: 'Open Sans', Arial, sans-serif;
}
ul.box-filter > li > ul {
  padding-bottom: 0;
}
ul.box-filter > li > ul > li {
  padding: 6px 0;
  border-bottom: 1px dotted #b6b6b6;
}
ul.box-filter > li > ul > li:before,
ul.box-filter > li > ul > li:after {
  content: " ";
  display: table;
}
ul.box-filter > li > ul > li:after {
  clear: both;
}
ul.box-filter > li > ul > li > * {
  float: left;
  margin: 0;
}
ul.box-filter > li > ul > li label {
  font-weight: normal;
  color: #8c8c8c;
  margin-left: 6px;
  font-size: 15px;
}
ul.box-filter > li > ul ul li.last {
  border: 0;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
}
.social li,
.social span {
  float: left;
}
.social span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  margin: 10px 20px 0 0;
}
.social a {
  font-size: 14px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  color: #524354;
}
.social a:hover {
  color: #FFFFFF !important;
}
.social .fa-facebook:hover {
  background-color: #346da6;
}
.social .fa-twitter:hover {
  background-color: #4c91d7;
}
.social .fa-rss:hover {
  background-color: #f05423;
}
.social .fa-google-plus:hover {
  background-color: #c9242d;
}
.social .fa-pinterest:hover {
  background-color: #fb9e3a;
}
.box.pav-custom .box-content {
  border: none;
  background-color: transparent;
}
.banner-group {
  overflow: hidden;
}
.banner-group > div:last-child {
  margin-left: -1px;
}
.banner-group .effect {
  padding: 0;
}
.banner-center {
  position: relative;
  margin-bottom: 16px;
}
.img-banner {
 max-width: 260px;
  height: auto;
}
.producttabs .nav-tabs {
    margin-left: 15px;
}
.producttabs .nav-tabs > li > a {
  color:black; border-bottom:0; font-size:23px;font-weight:bold;font-family: 'Cuprum', sans-serif;
 
  
}
.producttabs .nav-tabs > li.active > a,
.producttabs .nav-tabs > li > a:hover,
.producttabs .nav-tabs > li > a:focus {
  
  
          
        
}
.producttabs .tab-content {
  border-top: none;
  background-color: #FFFFFF;
}
ul.contact-us li:hover i {
  color: #76b53f;
}
ul.contact-us li i {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  color: #8c8c8c;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
ul.contact-us li .icon-newsletter {
  font-size: 13px;
}
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
ul.contact-us li a {
  color: #232526;
}
.sidebar .box .box-heading {
  background-color: #303030;
padding: 5px 20px 5px 5px;
}
.sidebar .box .box-content a b {
  color: #2e3a47;
}
.sidebar .box .box-content a b:hover {
  color: #232526;
}
.sidebar .box .box-content .carousel-inner {
  overflow: inherit;
}
.sidebar .box .box-content .carousel-controls {
  display: none;
}
.sidebar .box.highlighted .box-heading {
  background-color: #232526;
  border: 1px solid #232526;
}
.sidebar .box.white {
  border: 1px solid #e9e9e9;
}
.sidebar .box.white .box-heading {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .box.white .box-content {
  border: 0;
  margin: 0;
  padding: 0 19px;
}
.sidebar .box.black .box-heading {
  border: 0;
  background-color: #2e3a47;
}
.sidebar .highlights .box-heading {
  background-color: #232526;
  border: 1px solid #232526;
}
.sidebar .highlights .box-content {
  background-color: #FFFFFF;
  border: 2px solid #232526;
  padding: 0;
}
.sidebar .highlights li {
  border-bottom: 1px solid #e0e0e0;
}
.sidebar .product-grid [class*="col-"],
.sidebar .product-grid [class^="col-"],
.sidebar .pavblog-latest [class*="col-"],
.sidebar .pavblog-latest [class^="col-"] {
  width: 100%;
}
.sidebar .banner {
  padding: 0;
  background-color: transparent;
}
.sidebar .box-category li .fa {
  font-size: 13px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 12px;
  height: 12px;
}
.sidebar .box-category li > ul > li {
  background-color: #e6e6e6;
}
.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul > li,
.sidebar ol > li {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sidebar ul > li a,
.sidebar ol > li a {
  color: #2e3a47;
  font-size: 14px;
  
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.filters ul > li a,
.filters ol > li a{   }

.sidebar ul > li a:hover,
.sidebar ol > li a:hover {
  color: #232526;
}
.sidebar ul > li a.active,
.sidebar ol > li a.active {
  color: #232526;
}
.sidebar ul > li > ul > li > a,
.sidebar ol > li > ul > li > a {
  padding-left: 40px;
}
.sidebar ul > li .head a,
.sidebar ol > li .head a {
  padding-left: 0;
  padding-right: 10px;
}
.sidebar ul .haschild,
.sidebar ol .haschild {
  position: relative;
}
.sidebar ul li.last,
.sidebar ol li.last {
  border-bottom: 0;
}
.sidebar .box-filter > li {
  border: 0;
}
.sidebar .carousel-inner .product-grid {
  margin: 0;
  padding: 0;
}
.sidebar .product-grid {
  margin: 0;
  padding: 0;
}
.sidebar .product-grid .row {
  padding: 0;
}
.sidebar .product-grid .row.last .last .product-block {
  padding-top: 20px;
  border-bottom: 0;
}
.sidebar .product-grid .left {
  border: 0;
}
.sidebar .product-grid [class*="col-"]:first-child .product-block,
.sidebar .product-grid [class^="col-"]:first-child .product-block {
  padding-top: 0;
}
.sidebar .product-grid [class*="col-"]:last-child .product-block,
.sidebar .product-grid [class^="col-"]:last-child .product-block {
  padding-bottom: 0;
}
.sidebar .product-cols {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar .product-cols:last-child .product-block,
.sidebar .product-cols.last .product-block {
  border: 0;
}
.sidebar .product-block, #verticalmenu .product-block {
  margin: 0;
  padding: 30px 15px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .product-block:before,
.sidebar .product-block:after,
#verticalmenu .product-block:before,
#verticalmenu .product-block:after, {
  content: " ";
  display: table;
}
.sidebar .product-block:after, #verticalmenu .product-block:after {
  clear: both;
}
.sidebar .product-block:hover .image img, #verticalmenu .product-block:hover .image img {
  opacity: 1;
}
.sidebar .product-block .image {
  overflow: inherit;
  float: left;
  width: 40%;
}
                                              #verticalmenu .product-block .image { width: 100%; }
.sidebar .product-block .image .product-label-special, #verticalmenu .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .image:hover .img, #verticalmenu .product-block .image:hover .img {
  padding-left: 0;
}
.sidebar .product-block .image .hover-image, #verticalmenu .product-block .image .hover-image {
  display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .label,
.sidebar .product-block .pav-colorbox,
.sidebar .product-block .product-zoom {
  display: none;
}
.sidebar .product-block .name {
  min-height: 25px;
  height: 25px;
  height: auto !important;
}
.sidebar .product-block .price {
  margin-bottom: 0;
}
.sidebar .product-block .left {
  border-bottom: 0;
}
.sidebar .product-block .image.swap img {
  width: 100%;
}
.sidebar .product-list {
  background-color: #FFFFFF;
}
.sidebar .product-list .product-block {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar .product-list .product-block:hover .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.sidebar .product-meta {
  padding: 0;
  min-height: 20px;
  width: 60%;
  float: left;
  height: 20px;
  height: auto !important;
}
.sidebar .product-grid .product-meta,
.sidebar .product-list .product-meta {
  min-height: 20px;
  height: 20px;
  height: auto !important;
}
.sidebar .blog-title {
  font-weight: bold;
  text-transform: none;
  line-height: normal;
  font-size: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0 0 5px 0;
}
.sidebar .blog-title a {
  color: #000000;
}
.sidebar .blog-title a:hover {
  color: #232526;
}
.sidebar .description {
  line-height: 18px;
}
.sidebar .blog-body {
  position: relative;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .blog-body:before,
.sidebar .blog-body:after {
  content: " ";
  display: table;
}
.sidebar .blog-body:after {
  clear: both;
}
.sidebar .blog-body .create-date {
  width: 17%;
  height: auto;
}
.sidebar .blog-body .create-info {
  width: 83%;
  height: auto;
  min-height: 90px;
  height: 90px;
  height: auto !important;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9999;
  margin-top: -21px;
}
.sidebar .blog-body .create-info .inner {
  padding: 12px 15px 15px;
}
.sidebar .blog-body .created {
  background-color: #232526;
  color: #FFFFFF;
  font-size: 13px;
  font-family: ;
  padding: 6px 10px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  margin-top: 1px;
}
.sidebar .blog-body .created span {
  display: block;
}
.sidebar .blog-body .created .day {
  font-size: 21px;
}
.sidebar .blog-body .created .month {
  font-family: 'Open Sans', Arial, sans-serif;
}
.sidebar .blog-body .created hr {
  margin: 2px 0;
}
.sidebar .blog-body .buttons-wrap {
  display: none;
}
.sidebar [class^="col-"]:last-child .blog-body {
  border: 0;
}
.sidebar .product-items {
  border-bottom: 0;
}
.sidebar .product-items .product-cols {
  margin: 0;
  border: 0;
  width: 100%;
  height: auto;
}
.sidebar .product-items .product-cols.last .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .product-items .product-cols:last-child .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.pavtwitter .customize p {
  color: #2e3a47;
}
.pavcarousel {
  border: 1px solid #e9e9e9;
  background-color: #FFFFFF;
  min-height: 222px;
  height: 222px;
  height: auto !important;
  margin: 0;
}
.pavcarousel .box-heading {
  border-bottom: 1px solid #e9e9e9;
}
.pavcarousel .box-content {
  border: 0;
  margin: 0;
}
.pavcarousel .carousel-controls {
  display: none;
}
.pavcarousel img {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pavcarousel img:hover {
  
}
.pavcarousel .row {
  margin-bottom: 20px;
}
.pavcarousel .row:last-child {
  margin-bottom: 0;
}
.blog-wrapper .blog-item {
  position: relative;
}
.blog-wrapper .blog-item .description {
  overflow: hidden;
  max-height: 60px;
}
.blog-wrapper .blog-title {
  font-size: 20px;
}
.blog-wrapper .blog-title a {
  color: #000000;
}
.blog-wrapper .blog-title a:hover {
  color: #232526;
}
.blog-wrapper .blog-header .created {
  background-color: #232526;
  border: 3px solid rgba(255,255,255,0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.blog-wrapper .t-color {
  color: #232526;
}
.blog-wrapper ul li,
.blog-wrapper ol li {
  list-style-position: inside;
}
.blog-wrapper .blog-tags a {
  color: #232526;
}
.no-box .box-content {
  padding-top: 0;
  padding-bottom: 0;
}
.productcarousel .carousel-controls {
  left: auto;
  right: 0;
  top: -30px;
  position: absolute;
}
.main-column .productcarousel .btn-shopping-cart span {
  padding-left: 6px;
  padding-right: 6px;
}
.newsletter_block p {
  line-height: 20px;
  margin: 0;
}
.newsletter_block .input-group {
  width: 92%;
}
.newsletter_block .box-heading {
  float: left;
  padding: 0;
  width: 6%;
  margin-right: 15px;
}
.newsletter_block .box-heading > div {
  overflow: hidden;
}
.newsletter_block .box-heading .title_newletter {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 0;
}
.newsletter_block .box-heading .fa {
  font-size: 27px; 
  color: #be275a;
}
.newsletter_block .box-heading p {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
.newsletter_block .inputNew {
  width: 70%;
  display: inline-block;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 40px;
}
.newsletter_block .button_mini {
  width: 29%;
  margin-left: -5px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #be275a;
  color: #FFFFFF;
  font-size: 14px -1;
  height: 35px;
  padding: 0 15px;
}
.newsletter_block .button_mini:hover {
  background-color: #f05423;
}
.newsletter_block .valid {
  position: absolute;
  top: 100%;
  left: 0;
  width: 98%;
  z-index: 9999;
}
.quickview {
  background-color: #FFFFFF;
}
.quickview #content {
  padding: 10px;
  border: 0;
}
.quickview .product-info .action {
  clear: both;
}
.quickview .product-info .action > div {
  margin-top: 10px;
}
.deal_detail_num .price {
  font-family: 'Open Sans', Arial, sans-serif;
}
.product-related, .product-similar {
  margin: 30px 0 0;
}
.product-related .box-heading {
  padding: 10px 0;
  z-index: 10;
}
.box-module-pavreassurances .column:hover {
  cursor: pointer;
}
.box-module-pavreassurances .column:hover .icon-name,
.box-module-pavreassurances .column:hover .description h4 {
  color: #232526;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-module-pavreassurances .column:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-module-pavreassurances .column:last-child {
  border: none;
}
.box-module-pavreassurances .column .arrow {
  font-size: 25px;
  position: absolute;
  bottom: 0;
  right: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip-inner {
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-link button {
  margin: 0 10px;
}
body[class*="-home"] #pav-mainnav { 
   
  margin-bottom: 6px;
 
}
body[class*="-home"] .success,
body[class*="-home"] .warning,
body[class*="-home"] .attention,
body[class*="-home"] .information {
  margin-top: 0px;
}
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
}
.category-description {
  display: none;
}
.refine-search {
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.refine-search ul,
.refine-search ol {
  list-style: none;
}
.refine-search ul li,
.refine-search ol li {
  padding: 5px 0;
  margin: 0 8px;
  line-height: normal;
  position: relative;
  float: left;
}
.refine-search ul li:before,
.refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  
}
.refine-search .box-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #000000;
}
.refine-search .box-content {
  margin: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.category-list {
  border: 0;
  margin: 0;
}
.category-list ul {
  float: left;
  margin-right: 15px;
}
.category-list ul li a {
  font-size: 15px;
 
}
.refine-search ul li {
list-style:none;
  text-align:center;
}
.category-list ul li a:hover {
  color: #232526;
}
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #ffffff;
}
.manufacturer-list {
  border: 0;
  padding: 6px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  padding: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: #2e3a47;
}
.product-filter .sort span,
.product-filter .limit span {
  display: none;
}
.product-filter .sort {
  float: right;
  margin-right: 45px;
  margin-top: 4px;
  
}
.product-filter .limit {
  float: right;
  margin-right: 5px;
  
}
.product-filter .display {
  float: left;
  line-height: 33px;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  background: url('icon-grid-list.png') no-repeat 0 0 #fafafa scroll;
  width: 35px;
  height: 33px;
  display: inline-block;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
  background-color: #232526;
  background-position: 10px -29px;
}
.product-filter .display a.list {
  background-position: -30px 11px;
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
  background-color: #232526;
  background-position: -30px -29px;
}
.product-filter .display a.active,
.product-filter .display a:hover {
  background-color: #232526;
  border: 1px solid #232526;
}
.product-filter .display a.active .fa,
.product-filter .display a:hover .fa {
  color: #FFFFFF;
}
.product-filter .display i {
  font-size: 13px;
  color: #9c9b9b;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.product-filter .product-compare {
  float: right;
}
.product-filter .product-compare .btn-compare {
  padding: 7px 20px !important;
}
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
.product-list .product-cols {
  border-right: none;
  border-bottom: 1px solid #e9e9e9;
}
.product-list .product-items {
  border: none;
}
.product-list .product-block {
  padding: 20px 10px;
}
.product-list .product-block:hover .wishlist a,
.product-list .product-block:hover .compare a {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
}
.product-list .rating,
.product-list .norating {
  margin: 0;
}
.product-list .description {
  display: block;
  font-size: 12px;
  text-align: justify;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 14px;
}
.product-list .price-tax {
  display: block;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
 text-align: left;
  border-bottom: 1px solid rgba(116, 116, 116, 0.24);
  margin-bottom: 22px;
}
.product-list .product-icons {  top: 67px;}
.product-list .product-block__color-list {top: 68px;}
.product-list .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  text-align: center;
  width: 280px;
}
.product-list .image img {
  padding: 0;
  border: 0;
}
.product-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .action {
  margin-top: 18px;
}
.product-list .action .wishlist .fa-heart {
  margin-right: 0;
}
.product-list .action .wishlist,
.product-list .action .compare {
  margin: 0;
  padding: 0;
}
.product-list .action .wishlist a,
.product-list .action .compare a {
  margin: 0 12px;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  visibility: visible;
  padding: 0 10px;
}
.product-list .action .wishlist span,
.product-list .action .compare span {
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.product-grid {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}
.product-grid.last {
  border: 0;
}
.product-grid .description,
.product-grid .price-tax {
  display: none;
}
.products-block {
  margin: 5px 0;
}
.product-meta {
  min-height: 40px;
  
}
.product-items {
  border-bottom: 0;
  margin: 0;
}
.product-items.last,
.product-items:last-child {
  border-bottom: 0;
}
.product-detail {
  background-color: #FFFFFF;
}
.product-info {
  
  margin-bottom: 15px;
  padding: 10px;
}
.product-info .image-container {
  padding-right: 0;
}
.product-info .product-view {
  padding-left: 30px;
}
.product-info .carousel-control {
  top: 45%;
  font-size: 15px;
  color: #75716c;
  text-align: center;
  border: 1px solid #e9e9e9;
  margin: -9px 0 -9px 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  width: 20px;
  height: 40px;
  padding-top: 4px;
  background-color: #FFFFFF;
  color:#2e3a47;
  background-color: rgba(0,0,0,0.1);
}

.product-info .carousel-control .fa{
   font-size: 28px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 36px;
  margin-top: 0;
  font-weight: bold;
}
.product-info ul,
.product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.product-info .share {
  padding: 20px 0;
}
.product-info .share:before,
.product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  padding: 6px 15px;
  font-size: 37px;
  text-align: left;
  float: left;
  background-color: rgba(255, 252, 0, 0.1);
  border: 1px dashed rgb(116, 116, 116);
  border-radius: 5px;
}
.product-info .price .text-price {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #000;
}
.product-info .price .price-gruop,
 {
  font-size: 18px; 
  text-transform: uppercase;
  color: #f05423;
}
.product-info .price .price-old {color:black;}
.product-info .price .other-price {
  margin-top: 6px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 6px;
}
.product-info .price-gruop:before,
.product-info .price-gruop:after {
  content: " ";
  display: table;
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .description {
  border: 0;
  margin-bottom: 6px;
  padding: 0;
  font-size: 13px;clear: both;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.product-info .description .fa {
  color: #FFFFFF;
  background-color: #232526;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 6px 5px 0 0;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 15px;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  border: 1px solid #e9e9e9;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .options input[type="file"] {
  background-color: transparent;
  color: #8c8c8c;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-info .options input[type="file"] .fa {
  color: #8c8c8c;
}
.product-info .options input[type="file"]:hover {
  color: #232526;
}
.product-info .options input[type="file"]:hover .fa {
  color: #232526;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
  padding: 12px;    border: 1px solid rgb(247, 247, 247);float: right;
}
.product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin: 0;
}
.product-info .product-extra .quantity-adder input {
  border: 1px solid #e9e9e9;
}
.product-info .product-extra .cart {
  margin-left: 10px;
  margin-right: 10px;
}
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 24px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 23px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: white; background:#B75788;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #629735;
}
.product-info .product-extra .quantity-number input {
  min-width: 57px;
  width: 57px;
  width: auto !important;
  height: 49px;
  text-align: center;
}
.product-info .action:before,
.product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}
.tabs-group {
  overflow: hidden;
  
}
.tabs-group .htabs {
 
  padding: 0;
  min-height: 300px;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-content {
  padding:11px;
  margin-left: -1px;
}
.product-properties .product-properies-title {display:block;margin:0 10px;padding:10px 0px;background-color:#fffc00;font-weight:bold;text-align:center;border:1px solid #fffc00;}
              .product-properties ul {list-style:none;
                  margin-left: 11px;
    margin-top: 12px;
              }
.product-tabs {border-left:1px solid #7C7C7C;}
.tabs-group .tab-content ul {padding-left:20px;}
.tabs-group .nav-tabs {border-bottom:none;padding-left:11px;}
.tabs-group .nav-tabs > li > a {background-color:#fff; border:1px solid #7C7C7C; padding: 10px 15px; text-align:center;}
.tabs-group .nav-tabs > li > a.description-tab {  }
.tabs-group .nav-tabs > li > a.reviews-tab {width:120px;}

.tabs-group .nav-tabs > li > a:hover, .tabs-group .nav-tabs > li > a.selected {background-color:#fffc00; font-weight:bold;border:1px solid #fffc00;color:#000; }
.review-list {padding:10px;margin-bottom:20px;border:1px solid #EEEEEE;}
#related .carousel-controls, #similar .carousel-controls {top: 19px;}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-left: 0;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info .tools a {display: table-cell;padding: 5px 10px;font-size: 14px;}
.compare-info .buys button {float: none;text-align: center;}
.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-weight: bold;
  font-size: 19px;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}
.wishlist-info table tr td,
.cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td img,
.wishlist-info table tr td input,
.cart-info table tr td img,
.cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.order-list .list-content {
  margin-bottom: 12px;
}
.order-detail {
  background: #e9e9e9;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 12px;
}
.return-opened textarea {
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 24px;
}
.cart-module {
  margin: 24px 0;
}
.cart-module table td {
  padding: 5px;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  padding: 8px;
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.928571429;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 24px;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230%;
  color: #629735;
  margin: 120px 0 12px 0;
}
.page-not-found span {
  margin-right: 12px;
}
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.contact-content {
  background-color: #ffffff;
  padding: 20px;
  border: 0;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #a2a2a2;
  font-size: 19px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #232526;
}
.pav-megamenu {
  background-color: #FFFFFF;
}
.pav-megamenu .megamenu {
  position: relative;
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-height: 0 !important;
}
.pav-megamenu .navbar-default {
  background-color: beige;
  
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret {
  border: 0;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: -10px;
  top: 0;
  color: #FFFFFF;
   color:black; 
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before,
.pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
 color:black; 
  /* color: #232526;*/
}
  
.pav-megamenu .navbar-nav > li > a {
 padding: 17px 25px;
  font-size: 18px;
   color:black; 
/*  color: #ffffff; */
}
 
.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus,
.pav-megamenu .navbar-nav > li > a:active {
  background-color: white  !important; color:#232526;
}
.pav-megamenu .navbar-nav > li > a:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid #FFFFFF;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 300ms ease-out 0s;
  transition: border 300ms ease-out 0s;
}
.pav-megamenu .navbar-nav > li.first > a {
  
}

.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
.pav-megamenu .navbar-nav > li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom: 6px solid #FFFFFF;
}
.pav-megamenu .navbar-inverse {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pav-megamenu .navbar-collapse {
  padding: 0;
}
.pav-megamenu .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  font-weight: 400;
  color: #fff; 
  min-width: 190px;
  padding: 15px 8px;
background: #282828;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; 
}
.pav-megamenu .dropdown-menu li {
  line-height: 30px;
  font-size: 13px;
}
.pav-megamenu .dropdown-menu li a {
  padding: 0;
  line-height: 30px;
  color:white;
}
.pav-megamenu .dropdown-menu h3 {color:white  !important; }

.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #232526;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #232526;
}
.pav-megamenu .dropdown-menu li.title {
  color: #2e3a47;
  font-weight: 600;
}
.pav-megamenu .dropdown-menu .fa {
  margin-left: 0;
  color: #8c8c8c;
}
.pav-megamenu .dropdown-menu .menu-title .fa {
  margin-right: 5px;
  display: none;
}
.pav-megamenu .dropdown-menu ul li.parent {
  position: relative;
}
.pav-megamenu .dropdown-menu ul li.parent .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.pav-megamenu .dropdown-menu ul li.parent:hover > .dropdown-menu {
  left: 100%;
  display: block;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.pav-megamenu .dropdown:hover > a {
  color: #232526;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #232526;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #FFFFFF;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: -115%;
  left: auto;
  top: 0;
}
.pav-megamenu .dropdown-submenu b.fa {
  margin-left: 3px;
}
.pav-megamenu h1,
.pav-megamenu h2,
.pav-megamenu h3,
.pav-megamenu h4,
.pav-megamenu h5,
.pav-megamenu h6 {
  letter-spacing: normal;
  border: 0;
  text-transform: uppercase;
  line-height: 10px;
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 600;
}
.pav-megamenu .fa {
  margin-right: 3px;
  color: #fff;
}
.pav-megamenu ul,
.pav-megamenu ol {
  list-style: none;
}
.pav-megamenu .pavo-widget .fa {
  margin-right: 0;
}
.pav-megamenu .product-block {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.pav-megamenu .product-block .w-product {
  margin-right: 28px;
}
.pav-megamenu .product-block .image {
  text-align: left;
}
.pav-megamenu .product-block .product-meta {
  min-height: inherit;
  text-align: left;
}
.pav-megamenu .product-block .name {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
.pav-megamenu .product-block .name a {
  color: #2e3a47;
}
.pav-megamenu .product-block .name a:hover {
  color: #232526;
}
.pav-megamenu .product-block .product-icon {
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #FFFFFF;
}
.pav-megamenu .product-block .product-icon:hover {
  color: #000000;
}
.pav-megamenu .product-block .cart .product-icon {
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.pav-megamenu .product-block .cart .product-icon:hover {
  color: #232526;
}
.pav-megamenu .product-block .rating {
  padding-top: 3px;
}
.pav-megamenu .product-block .action {
  margin-top: 6px;
}
.pav-megamenu .product-block .pav-colorbox {
  display: none !important;
}
.pav-megamenu .product-block:last-child .w-product {
  margin: 0;
}
.pav-megamenu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hidden-heading-title .menu-title {
  display: none;
}
#pav-verticalmenu .box-content { 
  padding: 0; 
  position: static;
}
#pav-verticalmenu .box-content .navbar-default {
  position: static;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
#pav-verticalmenu .box-content .navbar-default .navbar-header {
  float: none;
  width: 100%;
}
#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
  padding: 0;
  max-width: auto;
}
#pav-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
  margin-left: 12px;
}
#pav-verticalmenu .navbar-nav > li {
 width: 100%;
  height: auto;
  position: relative;
  background: #FAFAFA;
  border-bottom: 1px solid rgb(240, 240, 240);
  padding: 0; 
  margin-bottom: 3px;
  border-left: 3px solid #232526;
  margin-left: 3px;
}
#pav-verticalmenu .navbar-nav > li:hover {
background:#e5e4e2;
}
#pav-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #000;
  font-size: 18px;
 padding: 15px 10px 15px 20px;
  font-weight: normal;
  line-height: 26px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 13px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
#pav-verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999999;
}
#pav-verticalmenu .navbar-nav > li.last a,
#pav-verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
#pav-verticalmenu .navbar-nav > li:hover > a {
  color: #232526;
}
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #232526;
}
#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#pav-verticalmenu .navbar-nav > li .parent {
  position: relative;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #2e3a47;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #232526;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  
}
#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*#pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid #FFFFFF;
  z-index: 9999;
}*/
#pav-verticalmenu .verticalmenu li a:hover {
  color: black;
}
#pav-verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: #FFFFFF;
}
#pav-verticalmenu .pav-colorbox {
  display: none !important;
}
#pav-verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 225px;
  padding: 20px 28px;
  background: #FFFFFF;
  color: #8c8c8c;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #737373;
}
#pav-verticalmenu .dropdown-menu li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
  font-size: 13px;
}
#pav-verticalmenu .dropdown-menu li a {
  color: #2e3a47;
  font-weight: 400;
  padding: 0;
  line-height: 16px;
}
#pav-verticalmenu .dropdown-menu li.title {
  color: #2e3a47;
  font-weight: 600;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: #000000;
}
#pav-verticalmenu .dropdown-menu .dropdown-toggle,
#pav-verticalmenu .dropdown-menu h1,
#pav-verticalmenu .dropdown-menu h2,
#pav-verticalmenu .dropdown-menu h3,
#pav-verticalmenu .dropdown-menu h4,
#pav-verticalmenu .dropdown-menu h5,
#pav-verticalmenu .dropdown-menu h6 {
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
#pav-verticalmenu .dropdown-menu .action {
  display: none;
}
#pav-verticalmenu .widget-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#pav-verticalmenu .w-product {
  padding: 5px;
}
#pav-verticalmenu .w-product .image {
  float: none;
}
#pav-verticalmenu .product-block {
  width: 50%;
  height: auto;
  padding: 5px;
  background: none transparent;
  border: 0;
}
#pav-verticalmenu .product-block .name {
  min-height: 32px;
  height: 32px;
  height: auto !important;
  padding: 0;
  margin: 0;
}
#pav-verticalmenu .product-block .name a {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
#pav-verticalmenu .product-block .name a:hover {
  color: #232526;
}
#pav-verticalmenu .product-block .image a {
  padding: 0;
}
#pav-verticalmenu .product-block .product-meta {
  min-height: inherit;
}
.megamenu .aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.megamenu  .aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.megamenu .aligned-fullwidth {
  position: inherit !important;
}
.megamenu  .aligned-fullwidth .dropdown-menu {
  width: 100% !important;
  left: 0;
}
#mainmenutop .navbar-toggle {
  float: left;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#canv-menu-collections li {
  display: block;
  width: 100%;
}
#canv-menu-collections li a {
  	display: block;
	font-size: 18px;
    padding: 10px 10px;
    border-bottom: 1px #eee solid;
    width: 100%;	
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
  list-style: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
  font-size: 14px;
}
#menu-offcanvas .product-block .image {
  text-align: left;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul.megamenu  > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  
  color: #000;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media (max-width: 768px) {
  #mainmenutop .navbar-nav {
    display: none;
  }
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-sidebars-buttons {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}
#menu-offcanvas .pavo-widget .widget-inner iframe {
  width: 250px !important;
}
*****************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http:
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/

ul.list li {
  margin-left: 9px;
}
.link-more {
  color: darker(#232526,10%);
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
  color: #5b8c31;
}
.link-more .icon-read-more-2 {
  font-size: 12px;
  color: #629735;
}
.link-more:hover {
  color: #5b8c31;
}
.copyright {
  text-align: left;
}
.copyright a {
  color: #5b8c31;
}
.pagination .links a:hover {
  color: #232526;
}
#back-top {
  margin: 0px;
  position: relative;
  text-align: center;
}
#back-top a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #FFFFFF;
  font-size: 26px;
  position: absolute;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  overflow: auto;
}
#back-top a:hover {
  border-color: #76b53f;
  background-color: #76b53f;
}
#back-top a:hover i {
  color: #FFFFFF;
}
.megamenu .navbar-toggle {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.megamenu .navbar-toggle .fa {
  color: #8c8c8c;
  margin: 0;
}
.megamenu .navbar-toggle:hover,
.megamenu .navbar-toggle:focus,
.megamenu .navbar-toggle:active {
  background-color: #FFFFFF;
}
.shapes {
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 0px;
}
.shapes.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #ffffff;
  right: 0;
  margin: -4px 0;
}
.shapes.right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  left: 0;
  margin: -5px 0;
}
.shapes.bottom {
  border-top: 7px solid #FFFFFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  top: 8px;
  right: 0;
  margin: 0 auto;
}
.shapes.round {
  width: 20px;
  height: 20px;
  border-radius: 100%; 
  border: #232526;
  top: 25%;
  right: 10px;
}
#breadcrumb .breadcrumb li a {
  color: #8c8c8c;
  text-transform: none;
  position: relative;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#breadcrumb .breadcrumb li a:hover {
  color: #232526;
}
#breadcrumb .breadcrumb li a span {
  color: #2e3a47;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#breadcrumb .breadcrumb li:hover {
  color: #6faa3b;
}
#breadcrumb .breadcrumb li:hover span:before {
  background: #6faa3b;
}
#breadcrumb .breadcrumb li.last a span {
  color: #8c8c8c;
}
#breadcrumb .breadcrumb li.last a:hover {
  color: #232526;
}
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
.margin {
  margin: 20px 0;
}
.no-margin h3 {
  margin-top: 0px;
}
.no-margin .buttons {
  margin-bottom: 0px;
}
.no-margin table {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-border-right {
  border-right: 0;
}
.carousel-control {
  cursor: pointer;
  height: auto;
  text-align: center;
  background-image: none;
  font-size: 39px;
   background:#232526;
  color: #fff; 
  color: black;
  width: 40px;
  height: 32px;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 0;
  margin-left: 3px;
}
.carousel-control:hover,
.carousel-control:focus {
  border-color: #232526;
  color: white;
  color: black;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0%),color-stop(rgba(0,0,0,0) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  line-height: 30px;
   background:beige;
}
.carousel-control.left {
  right: 0;
  left: auto;
  
}
.carousel-control.right {
  left: 0;
  right: auto;
   
}
.carousel-control .fa {
  font-size: 14px;
  display: block;
}
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #232526;
}
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 15px;
}
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn-cart span + span {
  padding: 6px 10px 0;
}
.btn-cart .icon-cart {
  font-size: 15px;
  color: #FFFFFF;
  width: 30px;
  height: 31px;
  line-height: 30px;
  vertical-align: top;
  background: #629735;
}
.btn-shop-now {
color:#232526;
 background: rgba(255, 255, 255, 0.93);
   font-size: 20px;
  position: absolute;
  bottom: 20px;
   padding: 6px 5px;
  display: block;
  width: 90%;
  text-align: center;
}

.btn-shop-now:hover {
 color: white; 
  background: #232526; 
}
.btn-shop-now img {
  margin: 0 0 4px 5px;
  background-color: #232526;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding: 3px;
}
.btn-left {
  left: 20px;
  margin-left: 0;
}
.btn-right {
  right: 20px;
  left: inherit;
}
.custom-block {
  margin: 0px 16px 0px -14px;
}
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  padding-top: 17px;
  position: relative;
}
.custom-block .box-heading:after {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #cccccc;
  border-color: rgba(204,204,204,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
  width: 0;
  height: 0;
  border-top-color: #e9e9e9;
  border-width: 7px;
  margin-left: -6px;
  left: 50%;
}
.custom-block .box-heading:before {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #ffffff;
  border-color: rgba(255,255,255,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  width: 0;
  height: 0;
  border-top-color: #FFFFFF;
  border-width: 6px;
  margin-left: -5px;
  left: 50%;
  z-index: 1;
}
.custom-block .box-heading > span {
  font-weight: normal;
  border: 0;
  padding: 0;
}
.custom-block .box-content {
  padding-top: 20px;
}
.bold_green_text {
  color: #232526;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: #232526 !important;
}
.underline a {
  color: #629735;
}
.underline a:hover {
  text-decoration: underline;
}
.underline a b {
  color: #629735;
}
.button-close-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.button-close-menu .fa {
  color: #000;
  font-size: 30px;
}
.scrollup {
  bottom: 50px;
  display: none;
  position: fixed;
  right: 10px;  
  text-align: center;
  font-size: 17px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
  z-index: 9999;
}
.scrollup .fa {
  display: block;
}
@media (max-width: 767px) {
  .in-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
  }
}
.hide-bar {
  display: none;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.pattern1 {
  background-image: url('pattern1.png');
}
.pattern2 {
  background-image: url('pattern2.png');
}
.pattern3 {
  background-image: url('pattern3.png');
}
.pattern4 {
  background-image: url('pattern4.png');
}
.pattern5 {
  background-image: url('pattern5.png');
}
.pattern6 {
  background-image: url('pattern6.png');
}
.pattern7 {
  background-image: url('pattern7.png');
}
.pattern8 {
  background-image: url('pattern8.png');
}
.pattern9 {
  background-image: url('pattern9.png');
}
.pattern10 {
  background-image: url('pattern10.png');
}
.pattern11 {
  background-image: url('pattern11.png');
}
.pattern12 {
  background-image: url('pattern12.png');
}
.pattern13 {
  background-image: url('pattern13.png');
}
.pattern14 {
  background-image: url('pattern14.png');
}
.pattern15 {
  background-image: url('pattern15.png');
}
.pattern16 {
  background-image: url('pattern16.png');
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header #cart .heading {
    padding-left: 0;
  }
  #pav-verticalmenu .navbar-nav > li > a {
    padding: 10px;
  }
  #pav-verticalmenu .navbar-nav > li > a .caret {
    right: 0;
  }
  .product-meta {
    padding: 9px 9px 10px;
  }
  .box-module-pavreassurances .icon-name {
    display: block !important;
  }
  .social > span {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .product-info .carousel-inner a {
    margin-right: 5px;
  }
  .product-info .action {
    clear: both;
  }
  .product-info .action > div {
    margin-top: 10px;
  }
  .wishlist span,
  .compare span {
    display: none;
  }
  .offcanvas-menu {
    display: none;
  }
  #powered {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .pav-megamenu {
    background-color: transparent;
    position: absolute;
    top: -3px;
  }
  .pav-megamenu .navbar-default {
    background-color: #757c78;
  }
  #search {
    padding-right: 0;
  }
  #search .input-search {
    min-width: 244px;
  }
  .wishlist span,
  .compare span {
    display: none;
  }
  .img-responsive {
    display: inline-block;
  }
  .product-cols {
    border-bottom: 1px solid #e9e9e9;
  }
  .product-block .product-icon {
    margin-left: 3px;
  }
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  .sidebar .product-block .image {
    width: 15%;
  }
  #footer .footer-center .box .box-heading {
    padding: 10px 0; 
  }
}
@media (max-width: 767px) {
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .pav-megamenu {
    background-color: transparent;
    position: absolute;
    top: -3px;
  }
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  #header-main .inner {
    text-align: center;
  }
  #header-main .inner > * {
    display: block;
  }
  #search {
    text-align: center;
  }
  #search .input-group {
    display: inline-block;
  }
  #search .category_filter select {
    width: 115px;
  }
  .product-cols {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .img-responsive {
    display: inline-block;
  }
  .box-module-pavreassurances .column {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
  .tabs-group .htabs {
    min-height: 0;
  }
  .product-extra .action {
    margin-top: 10px;
    clear: both;
  }
  .wishlist span,
  .compare span {
    display: none;
  }
  .product-block .wishlist a,
  .product-block .compare a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    padding: 0 10px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    visibility: visible !important;
  }
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  embed {
    width: 100%;
  }
  .wishlist-info td,
  .wishlist-info th,
  table.history-list td,
  table.history-list th,
  table.order-info td,
  table.order-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  .wishlist-info tr td:before,
  table.history-list tr td:before,
  table.order-info tr td:before,
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  .wishlist-info tr td,
  table.order-info tr td,
  table.history-list tr td,
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  table.history-list thead,
  table.order-info thead,
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
}
@media (max-width: 480px) {
  #search .input-search {
    min-width: 244px;
  }
  .product-list .image {
    float: none;
  }
  .product-info .carousel-inner a {
    margin-right: 0;
  }
  .product-info .action > div {
    clear: both;
    margin-bottom: 10px;
  }
  .product-compare {
    clear: both;
    margin-bottom: 10px;
  }
  .product-extra .cart {
    clear: both;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .product-extra .action {
    clear: both;
  }
  .newsletter_block .box-heading {
    width: 100%;
  }
  .newsletter_block .input-group {
    clear: both;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  embed {
    display: none !important;
  }
  .product-properties .product-properies-title {margin:0;}
  .product-tabs {border-left:none;}
  .nav-tabs {
    border: 1px solid #e9e9e9;
  }
  .tabs-group .nav-tabs {padding-left:0;}
  .nav-tabs > li {
    border-bottom: 1px solid #E9E9E9;
    float: none !important;
    margin-bottom: 0;
  }
  .tabs-group .nav-tabs > li > a.description-tab, .tabs-group .nav-tabs > li > a.reviews-tab {width:100%;}
  .nav-tabs > li .active > a,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: none !important;
  }
  .product-filter .product-compare {
    text-align: right;
    width: 100%;
  }
  .social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  .newsletter_block .input-group {
    text-align: center;
  }
  .newsletter_block .button_mini {
    border-radius: 0 !important;
    margin-top: 10px;
    width: 45%;
  }
  .newsletter_block .inputNew {
    border-radius: 0 !important;
    width: 100%;
  }
}
.btn-group .dropdown-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.btn-group.open .dropdown-menu,
.btn-group.active .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social a {
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.social a:hover {
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
}
.product-block .img {
  -webkit-transition: left .7s cubic-bezier(.75,0,.175,1);
  transition: left .7s cubic-bezier(.75,0,.175,1);
  display: block;
    height: 250px;
}
.product-block .pav-colorbox,
.product-block .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .pav-colorbox {
  margin: -10px 0 0 -60px;
}
.product-block .product-zoom {
  margin: -10px -70px 0 0;
}
.product-block .wishlist a,
.product-block .compare a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block:hover .product-zoom,
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .product-zoom {
  margin: -10px -70px 0 0;
}
.product-block:hover .pav-colorbox {
  margin: -10px 0 0 -25px;
}
.product-block:hover .wishlist a,
.product-block:hover .compare a {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect {
  position: relative;
}
.overlay {
  background: none repeat scroll 0 0 rgba(255, 253, 250, 0.3);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  width: 0;
}
.effect:hover .overlay {
  left: 0;
  width: 100%;
  opacity: 1;
}
.banner_col_text {
position: absolute; top:1%;
  width:100%;
  background: rgba(255,255,255,0.8);
  color: #000;
  padding:1%;
}
 
.tab-nav {
	width: 100%;
}

.pav-verticalmenu{
	position: relative;	
}
.pav-verticalmenu .mega-group .caret {
  display: none;
}
.pav-verticalmenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-verticalmenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.widget-product-list img{
    border: 0;
}
.widget-banner .w-banner{
    margin: 5px;
    float: left;
} 
.sub-menu-hidden .menu-title{
    display: none;
}
.no-magrin .menu-title{
    margin-bottom: 0;
}
.w-product:last-child{
    margin-bottom: 0;
}

.newsletter_block {
    overflow: visible;
    margin-bottom: 0;
}
.newsletter_block .box-content {
    border: none;
    background-color: transparent;
}
.newsletter_block p.success_inline {
    color: #418B19;
    font-weight: bold;
    text-align: center;
}
.newsletter_block p.warning_inline {
    color: #DA0F00;
    font-weight: bold;
    text-align: center;
}
.box-module-pavreassurances{
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #f5f5f5;
}

.box-module-pavreassurances .icon-name{
	font-size: 60px;
	color: #2e3a47;
	margin-right: 10px;
	display: inline-block;
}
.box-module-pavreassurances .description {
	overflow: hidden;
	display: inline-block;
}
.box-module-pavreassurances .description h4, .box-module-pavreassurances .description p {
	margin: 0;
}
.box-module-pavreassurances .description > h4 {
    max-height: 35px;
    overflow: hidden;
}
.box-module-pavreassurances .description p {
	color: #8c8c8c;
	text-align: left;
}
.box-module-pavreassurances .column {
	border-right: 1px solid #e9e9e9;
	padding: 35px 0;
	text-align: center;
}

.title_detail .icon-name {
	font-size: 170px;
	color: #2e3a47;
	margin: 0 20px;
}
.title_detail h4 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
}
div.title_detail p {
	color: #8c8c8c; 
	font-size: 15px;
	margin: 25px 0 0;
}
div.info {
	clear: both;
	padding: 30px;
}

.filter-wrap {
  width:250px;
  padding: 0 10px 0 0;
  word-wrap: break-word;
  min-height: 110px;
	}
.ui-slider-horizontal:hover, .ui-slider-handle:hover {cursor: pointer;}
.filter-wrap a {
	padding: 1px 6px;
	display: block;
	line-height: 16px;
	
}
.filter-wrap a.active {
	font-weight: bold;
}
.filter-wrap a:hover {
	text-decoration: none;
}
.filter-wrap ul {
  margin-top: 15px;
}

#add_product_notification {
 padding: 10px 10px 20px;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
	    border: 1px solid #e9e9e9;
	  
	margin-bottom: 13px;
	overflow: hidden;
  font-size: 14px;
  background-color: #c21e79;
}
#add_product_notification h3 {font-weight: normal;color: #ffffff;}
#add_product_notification a { padding: 5px 10px;color: #ffffff;}
#own_preloader {
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  width: 390px;
  height: 106px;
}
#own_preloader * {color: #ffffff;}

.filters input.button{ 
margin-bottom: 10px;
  width: 100%;
  font-size: 15px;
    background:beige;
  color:black;
      /*background: rgb(116, 116, 116);*/
}
.filters input.button:hover {background:#963064;}
.style-block ol li, .style-block ul li { margin-left:20px; }

#form_enter {
    background: none repeat scroll 0 0 #f0f1f1;
    border: 1px solid #e3e3e3;
    
    display: none;
    padding: 10px 15px;
    position: absolute;
    right: 90px;
    top: 37px;
    z-index: 999999;
}
#new_client {
    background: none repeat scroll 0 0 #f0f1f1;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 2px 1px 0 #999;
    display: none;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 999999;
}
#form_enter input, #new_client input {
    margin-bottom: 10px;
}
.news_block li {
display: block;
  float:left;
  width: 31%;
  background:rgb(242, 242, 242);
  padding:10px;
  margin: 0 10px;
}
.news_block li a {text-transform:uppercase; color: #232526;
}
.quick-access { position:relative; }
.footer-top {
background:#303030;
  
}
.shop_phone {
  width: 13%;
  position: absolute;
  right: 25%;
  top: 0;
  padding: 10px;
  vertical-align: top;
  color: #000;
  /*background: #FFFC00;*/
  background: beige;
  display: block;
  top: 0px;
}
.code_fone {
  color:#000;
  font-size: 18px;
  float:left;
  line-height: 33px;
}
.fone {
  color: #000;
  font-size: 18px;
  margin-bottom: -3px;
  display: block;
  font-weight: bold;
}
.action {
text-align:center;
}
.list, .grid {
 
}
.filters {
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgb(116, 116, 116);
  margin: 0 13px 0 8px;
}
.ttl_filters {padding: 30px 20px; cursor: pointer;}
.ttl_filters:hover {background:#A52F6C;}
.filters-wrapp {
	width: 750px;
  padding-top: 15px;
  margin: 0 auto;
}
.filter-wrap {
  	margin-bottom: 10px;
    float: left;
}
 
.filters h2 {
text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 8px 0 7px;
  margin: 0;
  background:beige;
  color:black;
      /*background: rgb(116, 116, 116);*/

}
.filters .ttl_filters h2 {
  color: rgb(0, 0, 0);
  background-color: #FFFC00;

}
.filters h2 b,.filters h2 span {float: right; padding: 0 10px; color: #c00; font-weight: bold; text-transform: uppercase;}
.filters h2 span {float: left;}

.price-filter input {
  text-align: center;
  color: rgb(150, 48, 100);
  padding: 5px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 21px;
  border: none;
}
 
.drop_first {
width: 1151px;
}
.drop_sec {
width: 950px;
  left: -150px !important;
}
.comm_prew {
background:#232526;
padding: 5px 10px;
border-radius: 3px;
display: block;
width: 57px;
color: white;
margin: 5px 0;
    float: left;
margin-right: 14px;
   
  }
  .comm_prew:hover{
color: white;
  background:#be275a;
}
.review {
float: right;
width: 30%;
padding: 1%;
 margin-top: -47px;
}
 
.fast_view>div.photo { float:left; width:150px; }
.fast_view>div.desc { float:left; width:450px; margin-left: 50px; }
.fast_view .properties { margin-top: 20px; }
a.colorbox_fast_view {
  display:none;
  position:absolute;
  width:100%;
  top:50%;
  z-index:98;
  text-align:center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color:#000;
  background-color: rgba(255,255,255,0.5);
  padding: 10px 0;
}
.product-block:hover a.colorbox_fast_view { display:block; }
a.colorbox_fast_view:hover { background:#f55525; color:#fff; }

.colors li {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 1px solid #e0e0e0;
    margin: 5px;
    line-height: 40px;
    text-align:center;
}

.colors li.selected, .sizes li.selected {
  border: 3px solid rgb(183, 87, 136);} 
  
.colors li:hover, .sizes li:hover {
  	border: 3px solid rgb(183, 87, 136); cursor:pointer;
}

.sizes li {
  width: 40px;
  height: 40px;
    line-height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
  margin-right: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: bold;
  }

.sizes li:hover { border-color: #F55525; background-color: #F55525; color: #fff; cursor: pointer; }

#topbar .links a,
.pav-megamenu .navbar-nav > li > a,
#pav-verticalmenu .navbar-nav > li > a,
.btn-shop-now,
.banner_col_text,
.producttabs .nav-tabs > li.active > a,
.news_block li a,
#footer .footer-center ul li a,
.box-heading span,
.tp-caption a,
.social span,
.shop_phone,
#header #cart h4,
.product-block .name a,
.price,
#breadcrumb .breadcrumb li a,
#content h1,
.category-list ul li a,
.filter-wrap h2,
input.button,
.filter-wrap a,
.htabs ul li a,
.pav-megamenu .dropdown-menu li a,
.slogan,
.pav-megamenu h3
{font-family: 'Cuprum', sans-serif;
letter-spacing: 0.7px;
}
.slogan {
color: #232526;
  font-size: 30px;
}
.white {
  background: white;
  padding: 17px;
  border-radius: 1px;
  border: 1px solid rgb(238, 234, 232);
  margin: 15px;
}
.coll_main_title img {
margin:auto;
}
  .coll_main_title {margin-bottom:15px; text-align:center;} 
.product-block__color-list {list-style:none;position:absolute;right:10px;top:50px;z-index:9;width:20px;}
.product-block__color-list li {margin-top:5px;width:20px;height:20px;}
.product-block__color-list li img {max-width:100%}
.product-block__color-list li:first-child {margin-top:0;}
.sidebar__category-item {margin-bottom: 20px; padding-right: 10px; position: relative;}
.sidebar__category-link {display:block;color: #fff;background:#737373;padding:10px 2px 10px 24px;font-size:16px;}
.sidebar__category-link:hover {color:#fff;}
.sidebar__subcategory-block {background:#fff;padding:10px 12px 10px 0}
.sidebar__subcategory-block.lvl2 {position: absolute; left: 99%; top:0; border: 1px solid #737373; width: 820px; z-index: 50; display: none;}
.sidebar__category-item:hover .sidebar__subcategory-block.lvl2 {display: block;}
.sidebar__subcategory-block.lvl2>ul>li { margin-bottom:10px;}
.sidebar__subcategory-block.lvl2>ul>li>a {font-weight: bold;}
.sidebar__subcategory-block.lvl3 {padding:5px 12px 5px 0;}
.sidebar__subcategory-block.lvl3 li {}
.sidebar__subcategory-block li a { padding: 3px 10px 3px 25px;display:block;}
.sidebar__subcategory-block li a:hover { text-decoration:underline;color:#B80B09}
.filter-wrap .colors .selected {border-color:#B80B09}
.filter-wrap select {width: 80%;}

.limit label {text-transform: none;font-weight: normal;}
.filter-wrap ul li input[type="checkbox"] + label {width:200px;vertical-align:middle;}

.sort .active {color:#E3080A}
.sort a {font-size: 15px;text-transform: none;}

.product-list .product-block__color-list {left:230px;}  
.product-grid {background: none;}
.product-grid .product-cols {margin-bottom: 20px;}
.product-grid .name {  text-align: center; }
.product-grid .name a {font-size:17px;line-height:20px}
.product-grid .price {
text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 47px;
}
.product-grid .product-meta {margin-top:50px;}
.btn-shopping-cart span i {border-right: 1px solid #F17374;padding-right:13px;}
.product-grid .cart { /* position: absolute;*/ width:100%;
  bottom: 7px; right: 0;margin: auto; }
.product-grid .product-block:hover .cart {display:block;}
.product-grid .properties {display:none;}

.product-list .properties {display:block;margin-bottom:15px;}
.product-list .properties .grey {background: #ccc;}
.product-list .properties .white {background: #fff;}
.product-list .properties p {padding:5px;margin:0;}
.product-list .price {  font-size: 30px;}
.product-list .action {display:inline-block;margin-top:0;}
.product-list .funct-btns {text-align:center;margin-top:20px;}
.product-list .cart {display:block !important;}

.product-icons {position: absolute;z-index: 5;left: -9px;top: 50px;}
.product-icons__sale  {background:url('sale.png') no-repeat center;width: 87px;height: 35px;color: #FFF;text-transform: uppercase;text-align: center;vertical-align: middle;line-height: 26px;}
.product-icons__new {background:url('new.png') no-repeat center;width: 87px;height: 54px;}
.product-icons__hit {background:url('hit.png') no-repeat center;width: 80px;
  height: 53px;}
.product-list .product-icons {left:-18px;}

.carousel-inner .product-block .properties {display:none;}
.home-sales {margin-bottom:20px;}
.home-sales a {display:block;width:100%;overflow:hidden;background:#fff;margin-bottom:5px;border:1px solid #fff;}
.home-sales a p {margin-bottom:3px;}
.home-sales__title {font-size:13px;font-weight:bold;line-height:15px;}
.home-sales__img {float:left;width:34.7222%;height:100%;background:#fff;text-align:center;}
.home-sales__text {
  float:right;width:61.80558%;padding-left:3.47222%;box-sizing: content-box;min-height:100px;
  background:#ececec;
}
.home-sales__price {color:#CC1E79;font-size:28px;line-height:32px;font-weight:bold;padding-top:10px;text-align: center;}
.home-sales__old-price {font-size: 13px;}
.home-sales a:hover, .home-sales a:focus {color:#2E3A47;border:1px solid #232526;}
.home-sales__main-title {font-size:16px;font-weight:bold;}

.home-articles {background:#fff;padding:20px;font-size:12px;margin-bottom:2px;}
.home-articles__item {margin-bottom:15px;overflow:hidden;}
.home-articles___img-link {display:block;width:100px;float:left;margin-right:10px;}
.home-articles__date {color:#666}

.main-carousel-wrapper {;background:#fff;margin-bottom:20px;}
.main-carousel {overflow:hidden;position:relative;margin: 10px 55px;}
.main-carousel ul {width:20000em;position:relative;list-style:none;}
.main-carousel ul li {float:left;margin:10px 15px 10px 0;padding:10px 0;}
.main-carousel ul li a {display:block;}
.main-carousel ul li img {max-height:100%;vertical-align:middle;}

.main-carousel-title { 
  line-height: 50px;
  vertical-align: middle; 
  font-weight: bold;
  font-size: 27px;
  color: #232526;
   font-family: 'Cuprum', sans-serif;
  text-align: center;}

.jcarousel-prev, .jcarousel-next {
 position: absolute;
  width: 30px;
  height: 98px;
  top: 62px;
  background: url(arrows.png) center center ;
  background-repeat: no-repeat;
  display: block;
  transition: none;
  text-indent: -99999px;
}

.jcarousel-prev {
left: 11px;
  background-position: -11px 10px;
}
.jcarousel-next {right: 11px;
  background-position: -53px 8px;}
.main-carousel img {max-height:70px; }
.favorites-button.active i, .add_to_compare.compare-added{color:#E3080A}

.filter-wrap li {padding-left: 25px!important;list-style:none;}
.filter-wrap input[type=checkbox] {display: none;}
.filter-wrap label:before {
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, 0);
    content: "✓";
    display: inline-block;
    font-size: 14px;
  	font-weight: bold;
    height: 18px; line-height: 14px;
    margin-left: -25px;
    margin-right: 7px;
    text-align: center;
    text-indent: 2px;
    width: 18px;
  cursor: pointer;
}
.filter-wrap ul li:hover label:before, .filter-wrap ul li label.active:before {
    color: #EA1A22;
    content: "✓";
}
@media only screen and (max-width: 1150px) {
  .sidebar__subcategory-block.lvl2 {width: 600px;}
}
@media only screen and (max-width: 990px) {
  .sidebar__subcategory-block.lvl2 {width: auto; position: static; top: auto; left: auto;}
}
@media only screen and (max-width: 1239px) {
	
    #search {margin-left: 35px; width: 51%;}
.container.container .shop_phone {width: 13%;}
#topbar .inner-toggle .links a {color: #747474;}
    .container.container .shop_phone {
      width: 22%;
      margin: 10px auto;
      display: block;
      position: relative;
      overflow: auto;
      float: none;
      right: 0;
      top: 25px;
      text-align: center;
    }
    .filters-wrapp {
      width: 90% !important;
      display: none;
    }
  .filters h2 {cursor: pointer;}
}
@media only screen and (max-width: 950px) {
  .container.container .shop_phone {
    width: 30%;
  	top: 0;
    right: auto;
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  #search {width: 83%;}
  .shop_phone .fone {float: left; margin-left: 5px;}
}
@media only screen and (max-width: 600px) {
.container.container .shop_phone {width: 50%;}
}
.products-block .subscribeText{padding-left:18px;}
.menu-title a {
    color: white;
}
.category-list li.lvl1>a {display:block;font-weight:bold;text-align:left;}
.category-list li.lvl2 {display:block;float:none;text-align:left;margin-left:0;}
 
#pav-verticalmenu .dropdown-menu h3 {text-transform: none;}



.nav-tabs > li { 
    margin-right: 15px;
}


#content > .product-grid .funct-btns .price{
  margin-bottom: 10px;
  }
.category-list li.lvl1 > a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
  font-family: "Open Sans",Arial,sans-serif;
}
@media only screen and (max-width: 1200px){
  #content > .product-grid .funct-btns .btn.btn-shopping-cart{
  width: 80%;
  }
.category-list li.lvl1 > a {
    font-size: 15px;
}
  
.product-grid .product-meta {
    padding: 0;
}
}
.new-filter .ttl_filters2 h2{
    background: #fffc00;
    color: rgb(0, 0, 0);
    
}
.ttl_filters2 {
    cursor: pointer;
    padding: 30px 20px;
    background-color: #a52f6c;
    background-color: brown;
}
.ttl_filters2:hover {
    background-color: #a52f6c;
    background-color: brown;
}
  
@media only screen and (min-width: 992px){
  .new-filter .filters-wrapp{
    display: block !important;
}
#footer {
    position: relative;
}
  .new-filter .filters-wrapp{
 max-width: 100%;
   height: 88%;
    position: relative;
    padding-top: 80px;
    margin-top: 10px;
    display: block !important;
}
  .new-filter .scroll-block{
   max-width: 100%;
   max-height: 100%;
   position: relative;
  overflow-x: hidden;
  }
  .new-filter input.button{
   position: absolute;
    top: 0;
  }
  .new-filter input.button:last-of-type{
    top: 45px;
  }
.new-filter {
    border: none;
    clear: both;
}
.new-filter .filter-wrap{
float: none;
    margin: 0 auto 10px;
    padding: 0;
   max-width: 100%;
}
.new-filter.fixed{
	position: fixed;
  top: 0;
  height: 93%;
  /*max-width: 18%;*/
}
  
  
.sidebar .sidebar__category-item{
	float: left;
  padding: 0;
  height: 46px;
  margin-bottom: 10px;
  color:black !important;
}
.sidebar .sidebar__category-item .sidebar__category-link{
  background: none;
  padding: 10px 15px;
  border: 2px solid rgba(0,0,0,0);
  font-weight: bold;
  color:black !important;
}
.sidebar .sidebar__category-item .sidebar__category-link:hover{
	background: #fff200;
  	border: 2px solid #a52f6c;
  color: #2e3a47;
}
.sidebar__subcategory-block.lvl2 {
    border: 2px solid #a52f6c;
    left: 0;
    position: absolute;
    top: 100%;
  min-width: 250px;
  width: auto;
}
.sidebar__subcategory-block.lvl3{
  padding-left: 10px;
}
.sidebar__subcategory-block.lvl2 li:hover .sidebar__subcategory-block.lvl3{
	display: block;
}
.sidebar__subcategory-block.lvl2 > ul > li{
	width: 100%;
}
.sidebar{
 background: url('category_bg.png');
  float: left;
  background:beige;
  
}
}

.product-block .img {
    height: 150px;
}
.product-block .img img{
    max-height: 150px;
}
.product-block .prod-size p span{
	color: #a52f6c;   
}
.product-block .prod-size .left{
float: left;
  width: 55%;
}
.product-block .prod-size .right{
float: right;
  width: 45%;
}
.product-block .prod-size .right span{
	display: block;
}
.product-block .prod-size p{
font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 15px;
}
.product-grid .product-meta {
    margin-top: 10px;
  clear: both;
}

.refine-search .box-content{
	padding: 0;
}
.refine-search .box-content > ul{
	margin: 0;
  width: 100%;
}
.refine-search .box-content > ul > li{
  box-sizing: border-box;
    margin: 0 0 5px;
    padding: 0 7px;
    text-align: center;
    width: 25%;
}
.refine-search .box-content > ul > li:nth-child(4n+5){
	clear: left;
}
.refine-search .box-content > ul > li > a{
text-align: center;
      /*height: 140px;*/
  font-size: 12px;
}
.refine-search .box-content > ul > li img{
	max-width: 100%;
}

@media only screen and (max-width: 767px){
  #content > .product-grid .funct-btns .btn.btn-shopping-cart{
  width: auto;
  }
  .refine-search .box-content > ul > li{
    width: 33.33%;
}
  .refine-search .box-content > ul > li:nth-child(5n+6){
	clear: none;
}
  .refine-search .box-content > ul > li:nth-child(3n+4){
	clear: left;
}
  .refine-search .box-content > ul > li > a {
  /* height: 175px;/**/
}
}
@media only screen and (max-width: 530px){
  #content > .product-grid .funct-btns .btn.btn-shopping-cart{
  width: auto;
  }
  .refine-search .box-content > ul > li{
    width: 50%;
}
    .refine-search .box-content > ul > li:nth-child(3n+4){
	clear: none;
}
    .refine-search .box-content > ul > li:nth-child(2n+3){
	clear: left;
}
  .refine-search .box-content > ul > li > a {
   /* height: 175px;*/
}
}
@media only screen and (max-width: 480px){
.product-meta {
    clear: both;
}
}
@media only screen and (max-width: 370px){
  #content > .product-grid .funct-btns .btn.btn-shopping-cart{
  width: auto;
  }
  .refine-search .box-content > ul > li{
    width: 100%;
    margin-bottom: 15px;
}
  .refine-search .box-content > ul > li > a {
    height: auto;
}
}
.product-grid .product-cols{
	border: none;
}


/* 28.11 */
#header .for_tel {
    font-size: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 100px;
    color: #fffc00;
    text-align: center;
}
#header .shop_phone {
    left: 0;
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
  margin-top: 0;
  display: block;
}
#header-main{
	margin-top: 0;
}
#header .shop_phone span{
 display: inline-block;
  margin: 0 20px;
  float: none;
}
#topbar {
    margin-bottom: 0;
}
#header .container {
    max-width: 100%;
}
#header .input-group {
    margin: auto;
}
#header #search {
    text-align: center;
}
.button-close-filter{
	display: none;
}
  .filters-wrapp input.button{
   position: absolute;
    top: 0px;
     font-size: 15px !important;
    padding: 6px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .filters-wrapp input.button:last-of-type{
    top: 40px;
  }
@media only screen and (max-width: 991px){
.new-filter{
  width: auto !important;
}
    .filters-wrapp input.button{
   position: absolute;
    top: 35px;
     font-size: 15px !important;
    padding: 6px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .filters-wrapp input.button:last-of-type{
    top: 75px;
  }
.category-list li.lvl1 > a img{
	margin-bottom: 15px;
}
  #header-main #logo-theme a {
    display: inline-block;
}
  .button-close-filter{
    display: block;
    font-size: 30px;
    left: -30px;
    position: absolute;
    top: -8px;
	cursor: pointer;
  }
  .filter-open .offcanvas-pusher{
  	  transform: translate3d(-310px, 0px, 0px);
  }
  .filters input.button{
  max-width: 250px;
  }
.filters-wrapp.active-open::before {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -1030px;
    top: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 1000px;
    z-index: 9999;
}
.filters-wrapp {
    left: auto;
  border: medium none;
   padding-top: 115px;
  z-index: 10000;
  background: #fff;
    max-width: 280px;
    position: fixed;
    right: 30px;
    top: 0;
    transition: all 0.5s ease 0s;
  transform: translate3d(350px, 0px, 0px);
}
  .filters-wrapp.active-open{
  transform: translate3d(30px, 0px, 0px);
  }
  .filter-wrap {
    padding: 0;
}
  .ttl_filters2{
    transition: all 0.4s  0s;
  }
  .ttl_filters2.fixed2{
  	position: fixed;
    border: 1px solid #a52f6c;
    height: auto;
    padding: 5px 20px;
     box-shadow: -3px 3px 5px #000;
    z-index: 1000;
    right: 5%;
    top: 0;
    background-color: #fffc00;
    top: 7px;
  }
  .ttl_filters2.fixed2:hover{
  	 background: #a52f6c;
    border-color: #fffc00;
  }
  .ttl_filters2.fixed2 h2{
    background: none;
  font-size: 22px;
    font-weight: normal;
    line-height: 27px;
    padding: 0;
  }
  .ttl_filters2.fixed2:hover h2{
  	text-shadow: -1px -1px #000;
    color: #fff;
   }
  #mainmenutop .navbar-toggle.fixed{
  	position: fixed;
    font-size: 22px;
    height: auto;
    padding: 5px 20px;
    margin: 0;
    top: 7px;
     box-shadow: 3px 3px 5px #000;
    z-index: 1000;
    left: 5%;
  }
#header-main .container{
padding: 0;
}
  #header-main{
  margin: 0;
  }
  #header .show-mobile > div{
  	background: #a52f6c;
  }
  #mainmenutop .navbar-toggle {
    background: #a52f6c;
    width: auto;
    margin-bottom: 0;
    height: 28px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    text-shadow: -1px -1px #000;
    transition: all 0.4s  0s;
}
  #mainmenutop .navbar-toggle:hover {
    background: #fffc00;
    color: #000;
    text-shadow: none;
    border-color: #a52f6c;
  }
  #header-main .logo {
    text-align: center;
    width: 100%;
    float: none;
}
  #header-main .inner > * {
    display: block;
}
#header #search {
    margin: 5px auto 15px;
    width: 100%;
  float: none;
    max-width: 400px;
}
  .offcanvas-sidebar{
  display: none;
  }
}
@media only screen and (max-width: 500px){
	#mainmenutop .navbar-toggle.fixed,
  .ttl_filters2.fixed2{
  	width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .ttl_filters2.fixed2{
  	top: 55px;
  }
}
@media only screen and (max-width: 450px){

#header .shop_phone span {
    margin: 0 10px;
  font-size: 16px;
}
}
  .filters-wrapp .scroll-block{
   max-width: 100%;
   max-height: 100%;
   position: relative;
  overflow-x: hidden;
  }
.category-list li.lvl1 > a img{
	margin-bottom: 15px;
  float: left;
  max-width: 84px;
}
.category-list li.lvl1 > .subcollections{
	display: none;
}
.category-list li.lvl1 .sub-open span{
	background-color: #fffc00;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 8px 0;
    padding: 4px 15px 6px;
}
.category-list li.lvl1 .sub-open span:hover{
	color: #fff;
  background: #a52f6c;
}
.characteristics-by-sort p,
.new-mobile-categories-lvl2,
.menu-offcanvas-inner .button-close-menu{
	display: none;
}
.new-mobile-categories-lvl2{
background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
      overflow-y: scroll;
    top: 0;
    width: 100%;
}
#canv-menu-collections .new-mobile-categories-lvl2 a{
    font-size: 15px;
    font-weight: bold;
}
#canv-menu-collections .new-mobile-categories-lvl2 li li a{
font-size: 13px;
    font-weight: normal;
  padding-left: 25px;
}
#canv-menu-collections .new-mobile-categories-lvl2 .closer,
#canv-menu-collections li.closer,
.button-close-filter{
	background: #fffc00 none repeat scroll 0 0;
    border: 2px solid #a52f6c;
    padding: 2px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    cursor: pointer;
  font-size: 15px;
    font-weight: bold;
}
#canv-menu-collections .new-mobile-categories-lvl2 .closer:hover,
#canv-menu-collections li.closer:hover,
.button-close-filter:hover{
	color: #fff;
  	border-color: #000;
  	background-color: #a52f6c;
}
#canv-menu-collections .new-mobile-categories-lvl2 > ul,
#canv-menu-collections{
	padding-top: 25px;
}
.product-line{
 background: #fffc00 url("rounded_down_arrow.png") no-repeat scroll 98% center / 30px 30px;
 
    border: 1px solid #a52f6c;
    bottom: 50px;
    box-shadow: 3px -3px 5px #000;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    font-weight: normal;
    height: auto;
    left: 5%;
    line-height: 27px;
    padding: 5px 40px 5px 10px;
    position: fixed;
    top: auto;
    transition: all 0.4s ease 0s;
    z-index: 1000;
}


.product-line:hover{
  background-color: #a52f6c;
	color: #fff;
  border-color: #fff;
}


.offcanvas-effect-3.offcanvas-menu {
    background: #fff none repeat scroll 0 0;
    transform: translate3d(-100%, 0px, 0px);
    z-index: 10003;
}
.button-close-filter{
	left: 0;
    right: auto;
  text-align: center;
}
.menu-offcanvas-inner{
	height: 100%;
  overflow-y: scroll;
}

#pav-verticalmenu .col-md-6:nth-child(2) {
      float:right;
}
.bpfone {
    font-size: 27px;
    font-weight: bold;
}
.characteristics-by-sort p{
  font-size: 13px !important;
}
.clear{
  float:none;
  clear:both;
}
.productId {
    color: #888888;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    top: -15px;
}
.js-search-items {
	position: absolute;
    top: 100%;
    background: #fff;
    z-index: 50;
    width: 100%;
  	-webkit-box-shadow: 3px 12px 20px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 12px 20px -4px rgba(0,0,0,0.6);
    box-shadow: 3px 12px 20px -4px rgba(0,0,0,0.6);
  	border: 1px solid #e9e9e9;
  	border-radius: 0 0 4px 4px;
  	padding: 20px 10px;
  	display: none;
}
#search .box {
	margin-bottom: 0;
}
.js-search-items .image {
	text-align: center;
}
.js-search-items .image a {
	width: 70px;
  	height: 70px;
  	display: inline-block;
  	background-size: cover;
  	background-position: center center;
}
.js-search-items .item {
	margin-bottom: 10px;
}
#header-main .js-search-items .btn {
	color: #000;
  	width: 100%;
}
#header-main .js-search-items .btn:hover {
	color: #fff;
}
#search .input-group {
	overflow: visible;
}
.js-search-items .char p {
	display: inline;
  	margin: 0;
}
.char-delimiter {
	display: none;
}
.js-search-items .char-delimiter {
	display: inline;
}
.js-search-items .title {
	margin-bottom: 3px;
}
.js-search-items .title a {
	color: #000!important;
  	font-weight: bold;
}
.js-search-items .content {
	text-align: left;
}
.js-search-items .price {
	margin-top: 0;
}
.js-search-items .price .avalible {
	color: #8c8c8c;
}
.sidebar_categories-flex {
	display: flex;
}
@media (min-width: 1200px) {
  .box-content .col-custom:first-child {
  	margin-left: 150px; 
  }
}
@media (max-width: 992px) {
  .js-search-items .content {
  	text-align: center; 
  }
  .js-search-items .btn {
  	font-size: 10px!important;
  }
}

.cartBaner {
    background: #fef200;
    border: 3px solid;
    padding: 10px;
    text-align: center;
}
.cartBanerTitle {
    color: #ff0000;
    font-size: 150%;
    font-weight: bold;
}
.cartBanerText{
    font-size: 120%;
    font-weight: bold;
}
.cartBanerTel{
    font-size: 150%;
    font-weight: bold;
}
.oneClick{
    background-color: #fffc00;
    border: 0 none;
    border-radius: 0;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 32px;
    margin-bottom: 10px;
    cursor:pointer;
    -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
  transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
}
.oneClick:hover{
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #c21e79;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
  transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
}
.clear{
    clear:both;
}

/*-----CUSTOM MADE-----*/
.glavtext {display:none;}

.mod-category-item {
  float: none !important;
}

.ul-container {
  display: flex !important;
  flex-wrap: wrap;
  align-content: flex-start;
}

.shop_phone .phone-custom {
  	display: inline-block;
    margin: 0 20px;
    float: none !important;
  	color: blue !important;
  	text-decoration: underline;
}


@media screen and (min-width: 992px) {
  .subcategory-block-index-9 { /* МЕБЕЛЬ МАЛАЙЗИИ */
    height: 600px !important;
  	width: 950px !important;
    left: -194px !important
  }

  .subcategory-block-index-9 > ul { /* МЕБЕЛЬ МАЛАЙЗИИ */
  	height: 600px !important;
  	width: 950px !important;
  	flex-direction: column !important;
      /*.sidebar__subcategory-block.lvl2*/
  }
  
  .subcategory-block-index-30 { /* КУХОННАЯ МЕБЕЛЬ ДЛЯ КУХНИ */
    left: -370px  !important;
    height: 405px !important;
  }
  
  .subcategory-block-index-30 > ul { /* КУХОННАЯ МЕБЕЛЬ ДЛЯ КУХНИ */
    height: 400px !important;
    width: 900px !important;
    flex-direction: column;
  }
  
  .subcategory-block-index-44 { /* САДОВАЯ МБЕЛЬ ДЛЯ ДАЧИ */
  	width: 650px !important;
    height: 410px !important;
    left: -259px !important;
  }
  
  .subcategory-block-index-97 { /* ПРЕДМЕТЫ ИНТЕРЬЕРА ДЛЯ ДОМА */
  	left: 0 !important;
    width: 650px !important;
    height: 580px !important;
  }
  
  .subcategory-block-index-97 > ul { /* ПРЕДМЕТЫ ИНТЕРЬЕРА ДЛЯ ДОМА */
    height: 580px !important;
    flex-direction: column;
  }
  
  .subcategory-block-index-114 {  /* ПУФИКИ В ПРИХОЖУЮ */
  	width: 520px !important;
  }
  
  .subcategory-block-index-145 { /* МЕБЕЛЬ ОТ ПРОИЗВОДИТЕЛЯ */
  	height: 330px !important;
  	width: 800px !important;
  }

  .subcategory-block-index-145 > ul { /* МЕБЕЛЬ ОТ ПРОИЗВОДИТЕЛЯ */
  	height: 330px !important;
  	width: 790px !important;
  	flex-direction: column;
  }
  
  .subcategory-block-index-9 > ul > li { /* МЕБЕЛЬ МАЛАЙЗИИ */
  	width: 30% !important;
  }
  
  .subcategory-block-index-30 > ul > li, /* КУХОННАЯ МЕБЕЛЬ ДЛЯ КУХНИ */
  .subcategory-block-index-44 > ul > li, /* САДОВАЯ МБЕЛЬ ДЛЯ ДАЧИ */
  .subcategory-block-index-97 > ul > li, /* ПРЕДМЕТЫ ИНТЕРЬЕРА ДЛЯ ДОМА */
  .subcategory-block-index-114 > ul > li, /* ПУФИКИ В ПРИХОЖУЮ */
  .subcategory-block-index-145 > ul > li { /* МЕБЕЛЬ ОТ ПРОИЗВОДИТЕЛЯ */
    width: 50% !important;
  }
}

@media screen and (min-width: 1024px) {
  .subcategory-block-index-114 { /* ПУФИКИ В ПРИХОЖУЮ */
	left: 0px !important;
  }
}

@media only screen and (min-width: 1200px) { /* МЕБЕЛЬ МАЛАЙЗИИ */
  .subcategory-block-index-9 {
    left: -194px !important;
  }
  
  .subcategory-block-index-30 { /* КУХОННАЯ МЕБЕЛЬ ДЛЯ КУХНИ */
    left: -330px !important;
  }
  
  .subcategory-block-index-44 { /* САДОВАЯ МБЕЛЬ ДЛЯ ДАЧИ */
    left: -325px !important;
    
   
  }
  
  .subcategory-block-index-97 { /* ПРЕДМЕТЫ ИНТЕРЬЕРА ДЛЯ ДОМА */
    left: 0 !important;
  }
  

}
  .subcategory-block-index-155 { /* МЕБЕЛЬ ОТ ПРОИЗВОДИТЕЛЯ */
    left: -184px !important;
  }

#add_product_notification a {
  display: inline-block;
    font-size: 16px;
}

.cat_artik {
font-size: 13px !important;
margin-bottom: 0;
text-align: left;
padding-left: 15px;  
margin-left: 0;  
display: block;
}

.primenitbut, .sbrosbut {
background: #fffc00 !important;
color: rgb(0, 0, 0);
font-weight: bold  !important;
}

.brownfon {background:brown;}
/* two-g style */
.hide-lg {
 display: none;
}

@media screen and (max-width: 768px) {
  .hide-lg {
    display: block; 
  }
  .hide-sm {
	display: none !important;
  }
  
  .btn.btn-shopping-cart {
   	float: none; 
  }
  
  .product-grid .name a {
   font-size: 14px; 
  }
  
  .btn.btn-shopping-cart {
   padding: 10px;
  }
  
}

@media screen and (max-width: 480px) { 
  .panel-default.refine-search {
    margin: 0;
    padding: 5px; 
  }
  
}

@media screen and (max-width: 370px) { 
  .refine-search .box-content > ul > li {
    width: 50%;
    margin-bottom: 15px;
}
  
}

/*Удаление у <a> плавного opacity по тексту*/
a span {
  opacity: 1 !important;
}


/* end */
