html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  
  background-color:#ffffff; 
  color: #223d37;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-weight: 400;
  
}
.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;
}
button:focus,
button:hover,
button:active,
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
}
label {
  color: #000000;
}
.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;
  color: #f9f2ff;
}
a img {
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #7bbd42;
}
b,
strong {
  font-weight: bold;
}
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: #7bbd42;
  color: #FFFFFF;
  border: 1px solid #e9e9e9;
}
.pagination .links b {
  background-color: #7bbd42;
  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;
  border-bottom: 1px solid #e9e9e9;
}
.htabs ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 20px;
  border: none;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.htabs ul li a.selected {
  color: #7bbd42;
  background-color:#ffffff;
  display: block;
  box-shadow: -2px 0 0 0 #7bbd42 inset;
  
}
.htabs ul li a.selected:hover {
  box-shadow: none;
}
.htabs ul li a:hover {
  background-color: #FFFFFF;
  border-right: 2px solid #7bbd42;
}
.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: #7bbd42;
}
#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: 0;
  right: 23px;
  z-index: 12;
}
.product-label {
  width: 0;
  height: 0;
  border-top: 25px solid #7bbd42;
  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;
 
}
.product-label.product-label-special span {
  left: 0;
  padding: 14px 6px;
  background: #7bbd42;
  -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;
  text-transform: uppercase;
}
#content h1 {
  word-break: break-all;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 600;
}
.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;
}
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: #2e3a47;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  height: auto;
}
.btn.btn-theme-default:hover {
  background: #7bbd42;
}
.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: #7bbd42;

}
.btn.btn-theme-normal:hover .fa,
.btn.btn-theme-normal:focus .fa {
  color: #7bbd42;
}
.btn.btn-shopping-cart {
  padding: 5px 18px;
  background-color: #2e3a47;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn.btn-shopping-cart:hover {
    background-color: #7bbd42;
        }

.btn.btn-shopping-cart > * {
  float: left;
}
.btn.blue {
  background-color: #7bbd42;
  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: #7bbd42;
  -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: #2e3a47;
  color: #FFFFFF;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #28313c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
input.button:hover,
input.button:focus {
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #71ac3e;
}
.control-label {
  padding-top: 7px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

.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);
}
  
 .selector-wrapper {
     margin-bottom: 15px;   
      }
  
  .selector-wrapper label {
    margin-right: 10px;
  	display: inline-block;
  	width: 200px;
      }
  
.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 -40px 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(227,242,253,0.4);
  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;
}

#add_product_notification {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #1d1e1a;
    padding: 10px;
  	overflow: hidden;
	border-radius: 6px;
  	border: 1px solid #181818;
  	z-index: 1000001;
}

#own_preloader {
    text-align: center;
	width: 360px;
    z-index: 1000;
    border-radius: 6px;
  	z-index: 1000001;
}

#feedback_content {
    overflow: auto;
    width: 98%;
}

#presence {
 font-size: 14px;
 color: #cd0e0e;
 padding: 10px 0;     

    }

#thanks {
	padding: 10px 0;
	color: #1faee4;	  
}

/* Blog */
.note, .comment-details {
	color: #000000;
	font-size: 11px;
    font-style: italic;
}

.article {margin-bottom:40px;}
.article .title {
    font-size: 18px;
    margin-bottom: 2px; 
}

.article .note {
  padding: 5px 0;
    }
    
.article-title {
   margin-bottom: 1em;  
   font-size: 20px;	
    }

.article .blog-details {
  padding: 5px 0;    
    }

.article .blog-details a {
  text-decoration: underline; 
            }

.article .blog-details a:hover {
  text-decoration: none;      
      }
 
#comments_link, #reviews_link {
    cursor: pointer;
    border-bottom: 1px dashed #646364;  
    font-size: 1.2em;
    padding-bottom: 2px;
}


#comments_link:hover {
 text-decoration: none; 
}


#comments .box, #reviews .box {
  margin-top: 10px;
}

div.reviews {
 margin-bottom: 12px; 
}
#comments, #comment_form, #review_form {margin:20px 0;}
ul.comments, ul.reviews {list-style-type:none; margin:10px 0;}
ul.comments li, ul.reviews li {margin-bottom:20px;}
#comment_form dd, #review_form dd {margin:2px 0 5px 0;}
#comment_form input[type='text'], #review_form input[type='text'] {height: 30px; padding-left: 5px;  border: 1px solid #ababab; width: 100%;}
#comment_form input[type='submit'], #review_form input[type='submit'] {
 margin: 5px 0;
 cursor: pointer; 

}
#comment_form textarea, #review_form textarea {overflow:auto; height: 135px; padding: 4px 0 0 5px;  border: 1px solid #ababab; width: 100%;}
#author_fields, #comment_fields, #review_author_fields {display:block; float:left; margin-right:15px;}
#author_fields dt, #comment_fields dt, #review_author_fields dt {
 padding-bottom: 5px; 
}
.comment-details {
	padding: 5px 0;
}

#moderation_warning {padding: 10px 0; clear: both;}

.error {color:#c33 !important;}
.input-error {border:1px solid red !important;}
.notice { margin:15px 0; font-size: 20px;}
.small {font-size:85%;}

/* Reviews */
#reviews_link {cursor:pointer;}
.review {margin-bottom:40px;}
#reviews, #review_form {margin-top:20px;}

#review_form dd {margin:0px 0 5px 0;}

#review_author_fields, #review_fields {display:block; float:left; margin-right:15px;}
#review_moderation_warning {margin-top:20px; clear: both;}
.review_details { margin:5px 0; font-size:85%;}
.rating_wrapper {overflow:hidden; margin:10px 0;}
.rating_label {float:left; margin-right:10px;}

/* Seo */
#review_confirm_email { position:absolute; left:-2000px; }

#captcha {margin-bottom:10px; overflow: hidden;}
#captcha_challenge {
 float: left;
 margin-bottom: 20px; 
}

#captcha_challenge img {
 float: left; 
}

#captcha_challenge a {
  float: right; 
}

#captcha #comment_captcha_solution {
  width: 238px;
 
}

#comment_form, .product_review {
 overflow: hidden; 
}

.product_review {
   margin-left: 20px; 
  }

.comment-form h3, .review-form h3 {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  line-height: 1em;    
    }

#comment_form input.blog-submit, #review_form input.blog-submit {
  width: 150px;
  margin-left: 117px;
  }

.old-price {
	text-decoration: line-through;
	font-size: 12px;
}  

.article-wrap .edit-content {
     margin-top: 20px;
 	 font-size: 14px; 
  }


.edit-content {
     line-height: 110%; 
    }

.edit-content ul {
	list-style: disc outside;
	margin-left: 15px;
	font-size: 12px;
}

.edit-content ol {
	list-style: decimal outside;
	margin-left: 15px;
	font-size: 12px;
}

.edit-content li {
   padding-bottom: 0.5em;   
    }

.edit-content p {
  padding-bottom: 0.5em;    
  line-height: 110%; 
  word-break: break-all;
  }

.edit-content a {
  color: #000000;
  }

#compare_table th, #compare_table td {
 	text-align: center; 
}

.input-error {
    border: 1px solid red;  
    }
    
.msg-send {
   font-size: 16px;
   text-transform: uppercase;
   color: #fff;         
        }
    


body.layout-boxed-md {
  background: url("pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 958px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  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;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  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;
  -webkit-box-shadow: 5px 0 5px -5px #2e3a47;
  box-shadow: 5px 0 5px -5px #2e3a47;
}
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:#8c8c8c;
  background: #f5f5f5;
  padding: 5px 0;
  min-height: 30px;
  border-bottom: 1px solid #dcdcdc;
  
  
}
#topbar b,
#topbar strong {
  color: #8c8c8c;
}
#topbar .links {
  margin-top: 6px;
}
#topbar .links li {
  float: left;
}
#topbar .links li:hover {
  color: #7bbd42;
}
#topbar .links li:hover .fa {
  color: #7bbd42;
}
#topbar .links li.last,
#topbar .links li:last-child {
  border-right: 0;
}
#topbar .links a {
  margin: 0 8px;
  font-size: 12px;
  color: #8c8c8c;
  text-transform: none;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#topbar .links a:hover {
  color: #7bbd42;
}
#topbar .links a:hover .fa {
  color: #7bbd42;
}
#topbar .fa {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  font-size: 11px;
  margin-right: 10px;
  color: #8c8c8c;  
}
#topbar .login {
  font-size: 12px;
}
#topbar .login a {
  margin: 0;
  color: #8c8c8c;
}
#header-bottom {
  min-height: 47px;
  background: #7bbd42;
}
#header-main {
  background-color: #ffffff;
  min-height: 107px;
 /* color: ;*/
}
#header-main h1,
#header-main h2,
#header-main h3,
#header-main h4,
#header-main h5,
#header-main h6 {
  font-size: 14px;
    color: ;
  margin: 0;
  line-height: normal;
}
#header-main .container {
  position: relative;
}
#header-main a {
    color: #8c8c8c;
}
#header-main a:hover {
    color: #7bbd42;
}
#header-main .btn {
  color: #FFFFFF;
}
#header-main .btn:hover {
  color: #FFFFFF;
}
#header-main .fa {
  color: #ffffff;
  font-size: 12px;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: left;
  margin-top: 25px;
  padding: 0;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main #logo-theme a {
  border: 0;
  min-width: 205px;
  min-height: 55px;
  display: block;
}
    
#header-main #logo-theme a.shop-name {
   color: #6f0144;
   display: table;  
   width: 100%;          
    }
    
#header-main #logo-theme a.shop-name span {
   display: table-cell;
   vertical-align: middle;
   text-align: center; 
   font-size: 22px;
      }

    
#header-main .logo img {
   background-color: #7bbd42;
}
#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: #7bbd42;
  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: 200px;
  margin-bottom: 25px;
}
    
.content-top .box,
.product-related {
  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: #f05423;
  padding: 11px 20px;
  font-size: 14px;
}
#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 {
  line-height: 20px;
  color: #2e3a47;
}
#footer ul,
#footer ol {
  list-style: none;
}
#footer .footer-top .custom {
  
  background-color: #524354;
  padding: 25px;
}

#footer .footer-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
#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: #2e3a47;
  padding: 0 0 20px;
  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: #7bbd42;
}
  

  
#footer .footer-center li:hover a {
  color: #7bbd42;
}
#footer .footer-center li:hover a .fa {
  color: #7bbd42;
}
#footer .footer-center li:hover span.fa {
  background-color: #7bbd42;
}
    
/*#footer .footer-center li.footer-phone:hover {
    color:  #2e3a47;
    cursor: default;  
    }
*/    
#footer .footer-center li.footer-email:hover a .fa,
#footer .footer-center li.footer-phone:hover a .fa{
    color: #fff;  
    }
    
#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;
}



.top-contacts {
	text-align: left;
}
.top-contacts span:hover,
.top-contacts span a:hover{
	color: #7BBD42;
}

.top-contacts .fa.fa-phone,
.top-contacts .fa.fa-envelope{
  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: 0 5px 5px 0;
}

.top-contacts a:hover .fa.fa-phone,
.top-contacts a:hover .fa.fa-envelope {
  background: #7BBD42;
}

.top-contacts .fa.fa-phone {
	font-size: 14px !important;
}

/*#footer .footer-center li.footer-phone:hover span.fa{
    background-color: #8c8c8c;
    }*/
    
    
#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: #fcfcfc;
  padding: 20px 0;
  color: #2e3a47;
  border-top: 1px solid #e9e9e9;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}
#powered .copyright {
  text-align: left;
  line-height: 20px;
}
#powered a {
  color: #2e3a47;
}
.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;
}

#pav-verticalmenu .box-heading {
 color: #ffffff; 
}

.box .box-heading.icon .fa {
  display: none;
}
#column-left .box {
	border: 1px solid #e9e9e9;
  }
#column-left .box.banner {
  text-align: center;
}

.box .box-content {
  background-color: #2e3a47;
 // border: 1px solid #e9e9e9;
  border-bottom: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}


.featured.box .box-content {
     border: 1px solid #e9e9e9;     
        }


.box .box-content .product-grid {
  border: 0;
  padding: 0;
}
.box.highlighted .box-heading {
  background-color: #7bbd42;
  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: #7bbd42;
}
.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: #7bbd42;
}
.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;
}
.open-drop{
	position: relative;
  	cursor: pointer;
}
.open-drop:after{
	position: absolute;
  	content: '';
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
}
.open-drop.active:after{
	display: none;
}
.open-drop.active > a{
	position: relative;
  	z-index: 5;
}
.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: #7bbd42;
}
.btn-group .item-symbol {
  margin-right: 6px;
}
#header #cart {
  position: relative;
}
#header #cart h4 {
  color: #2e3a47;
  font-weight: 600;
}
#header #cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 0px;
  left: auto;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: #FFFFFF;
  border: 1px solid #e9e9e9;
  z-index: 99999;
  min-width: 270px;
  -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: 390px;
  /*padding-left: 30px;*/
  text-align: right;
}
#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;
  display: inline-block;
  text-align: left;
}
#header #cart .heading a {
  margin-top: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  
}
#header #cart .heading a span {
  margin-right: 5px;
  font-size: 12px;
}
#header #cart .media .pull-left {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  background-color: #7bbd42;
  margin-right: 10px;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
#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;
  min-width: 60px;
}
.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;
  width: 130px;
}
.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: #7bbd42;
}
.ui-menu li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
#search {
  margin-top: 35px;
}
#search .button-search {
  color: #7bbd42;
  background-color: transparent;
  border: none;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#search .input-search {
  font-size: 12px;
  border: none;
  height: 36px;
  background-color: #FFFFFF;
  font-style: italic;
  min-width: 350px;
  font-family: 'Open Sans', Arial, sans-serif;
}
#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;
}

.heading > span, .mobile-top-phone {
  vertical-align: top;
  /*font-weight: bold; */
  display: inline-block;
  padding-right: 10px;
  font-size: 1.2em;   
  }
  
.mobile-top-phone {
	vertical-align: middle;        
      }

.box-product {
  margin: 0;
}
.product-cols {
  border-right: 1px solid #e9e9e9;
}


.product-cols-cor  .product-block {
 padding-left: 9px;
 padding-right: 9px; 
    
        }

.product-cols.last,
.product-cols:last-child {
  border: 0;
}
.product-list + .pagination {
  border-top: 0;
}
.product-list {
  background-color: #FFFFFF;
  overflow: hidden;
}
.product-list .product-label.product-label-special {
  left: 0;
}
.product-block {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 0;
  margin: 0;
}
.product-block a:hover {
  color: #7bbd42;
}
.product-block .action:before,
.product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.product-block .action > * {
  float: left;
}
.product-block .action .button-group > div {
  float: left;
}
.product-block .description {
  display: none;
  font-size: 15px;
}
.product-block .product-icon {
  margin-left: 5px;
  cursor: pointer;
  color: #ffffff;
  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: #7bbd42;
  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 #7bbd42;
  background: #7bbd42;
  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: 36px;
  height: 36px;
 // height: auto !important;
  overflow: hidden;
  line-height: 18px;
  font-weight: 600;
}
.product-block .name a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

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

.product-block .image {
  display: block;
  position: relative;
  overflow: hidden;
  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-related .product-block .image {
 max-width: 240px;  
    }


aside .product-block .image {
  margin-bottom: 0;
}

.product-cols-cor {
    float: left;
	width: 294px;
  	border: 0 !important;

    }

.product-block.product-cols {
      background: #ffffff;  
    }

.product-info {
   background: #ffffff;    
    }
    
.product-cols-cor .product-block {
              background: none;         
              
            }
            
.caroufredsel_wrapper {
   background: #ffffff !important;         
              
            }     

#image-additional-carousel .caroufredsel_wrapper {
  background: none !important;
}	
        
.product-block.product-cols .image {
    height: 240px;      
        }
    
.product-block.product-cols .image a:first-child, .caroufredsel_wrapper .product-block .image a{
     line-height: 240px; 
    }



.product-grid .product-block .image {
   min-height: 240px;
   max-height: 240px;   
}




.product-block .image a {
     display: block;
    }

.product-block .image a img {
	max-height: 100%;
  	max-width: 100%;
    vertical-align: middle;
    }

.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: #7bbd42;
  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 {
  background-color: #7bbd42;
}
.price {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #f05423;
  font-size: 16px;
  font-weight: 600;
}
.price .price-old {
  color: #f05423;
  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;
  z-index: 1000012 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
  z-index: 1000012 !important;
}



.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-vk:hover {
  background-color: #54769A;
}

.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 {
  border: 1px solid #e9e9e9;
}
.producttabs .nav-tabs {
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}
.producttabs .nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 13px 17px 12px;
      color: black;
}
.producttabs .nav-tabs > li.active > a,
.producttabs .nav-tabs > li > a:hover,
.producttabs .nav-tabs > li > a:focus {
  background-color: #FFFFFF;
  border-top: 3px solid #7bbd42;
  color: #7bbd42;
}

.producttabs .tab-content {
  border: 1px solid #e9e9e9;
  border-top: none;
  background-color: #FFFFFF;
}

ul.contact-us li:hover i {
  color: #7bbd42;
}
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: #7bbd42;
}

.sidebar .box .box-heading {
  background-color: #2e3a47;

}
.sidebar .box .box-content a b {
  color: #2e3a47;
}
.sidebar .box .box-content a b:hover {
  color: #7bbd42;
}
.sidebar .box .box-content .carousel-inner {
  overflow: inherit;
}
.sidebar .box .box-content .carousel-controls {
  display: none;
}
.sidebar .box.highlighted .box-heading {
  background-color: #7bbd42;
  border: 1px solid #7bbd42;
}
.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: #7bbd42;
  border: 1px solid #7bbd42;
}
.sidebar .highlights .box-content {
  background-color: #FFFFFF;
  border: 2px solid #7bbd42;
  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: #ffffff;
  
}
.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;
  padding: 12px 0 12px 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sidebar ul > li a:hover,
.sidebar ol > li a:hover {
  color: #7bbd42;
}
.sidebar ul > li a.active,
.sidebar ol > li a.active {
  color: #7bbd42;
}
.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 {
  margin: 0;
  padding: 30px 15px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9 !important;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block:hover .image img {
  opacity: 1;
}
.sidebar .product-block .image {
  overflow: inherit;
  float: left;
  width: 40%;
}

.sidebar .product-block .image a {
   display: block; 
   max-width: 80px;     
      }
.sidebar .product-block .image a img {
           max-width: 100%;
           max-height: 100%; 
              
            }
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .image:hover .img {
  padding-left: 0;
}
.sidebar .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: #7bbd42;
}
.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: #7bbd42;
  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 {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.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: #f9f2ff;
}
.blog-wrapper .blog-title a:hover {
  color: #7bbd42;
}
.blog-wrapper .blog-header .created {
  background-color: #7bbd42;
  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: #7bbd42;
}
.blog-wrapper ul li,
.blog-wrapper ol li {
  list-style-position: inside;
}
.blog-wrapper .blog-tags a {
  color: #7bbd42;
}
.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: 64%;
}
.newsletter_block .box-heading {
  float: left;
  padding: 0;
  width: 33%;
  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: 35px;
  margin: 3px 13px 0 0;
  color: #FFFFFF;
}
.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: 30%;
  margin-left: -5px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #7bbd42;
  color: #ffffff;
  font-size: 14px -1;
  height: 40px;
  padding: 0 20px;
}
.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 {
  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: #7bbd42;
  -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: 19px;
}
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;
}

.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;
	padding: 8px;
}
.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;
  background-color: #7bbd42;
}
.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: 10px;
  padding-bottom: 10px;
  background: none;
}
.category-list {
  border: 0;
  margin: 0;
}
.category-list ul {
  display: block;
  overflow: hidden;
  margin-right: 15px;
  
}
.category-list ul li.filter-name {
     list-style-type: none;
     font-weight: bold; 
    }
    
.category-list ul li.filter-name:before {
   display: none;         
       }

.category-list ul li a {
  font-size: 15px;
  padding-left: 10px;
}
.category-list ul li a:hover, .category-list ul li a.active {
  color: #7bbd42;
}
.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;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #2e3a47;
}
.product-filter .sort span,
.product-filter .limit span {
  display: none;
}
.product-filter .sort {
  float: right;
  margin-right: 5px;
  border: 1px solid #d8d8d8;
}
.product-filter .limit {
  float: right;
  margin-right: 5px;
  border: 1px solid #d8d8d8;
}
.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: #7bbd42;
  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: #7bbd42;
  background-position: -30px -29px;
}
.product-filter .display a.active,
.product-filter .display a:hover {
  background-color: #7bbd42;
  border: 1px solid #7bbd42;
}
.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 {
  overflow: hidden;
  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;
}
.product-list .price-tax {
  display: block;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  min-height: 20px;
}
.product-list .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  text-align: center;
}
.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 {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  margin: 5px 0;
}
.product-meta {
  min-height: 110px;
  padding: 20px;
}
.product-items {
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}
.product-items.last,
.product-items:last-child {
  border-bottom: 0;
}
.product-detail {
  background-color: #FFFFFF;
}
.product-info {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 20px;
}
.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: 25px;
  padding-top: 4px;
  background-color: none;
}
.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-param span{
  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: 10px 0;
  color: #f05423;
  font-size: 13px;
}



.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop,
.product-info .price .price-old {
  font-size: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #f05423;
}

.product-info .price .price-old {
   color: #f05423;
        }

.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: 6px 0;
  padding: 0;
  font-size: 13px;
}
.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: #7bbd42;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 3px 5px 0 0;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
  overflow: hidden;
  padding: 0 30px;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 15px;
  text-align: center;	
}

#image-additional {
	margin-bottom: 10px;  
}

.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: #7bbd42;
}
.product-info .options input[type="file"]:hover .fa {
  color: #7bbd42;
}
.product-info .review .share {
  line-height: normal;
}

.product-info .review {
     margin-bottom: 0px; 
    }

.product-info-popup .caroufredsel_wrapper {
    width: 321px !important;
    margin-right: 0!important;  
  }

.product-info-popup .carousel-inner a {
    max-width: 98px; 
 	width: 98px !important;
    margin-right: 7px;
    }

.product-info-popup .img-responsive {
   max-width: 100% !important;
   max-height: 100%;           
          }
        
        
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
  padding: 10px 0;
}
.product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin: 0;
}
.product-info .product-extra .quantity-adder input {
  border: 1px solid #e9e9e9;
}
.product-info .product-extra .cart {
  margin-left: 10px;

}

.product-info .product-extra .action {
  margin-left: 10px;    
    }

.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: #629735;
}
.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: 32px;
  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;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.tabs-group .htabs {
  border-right: 1px solid #e9e9e9;
  padding: 0;
  min-height: 300px;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-content {
  padding: 20px;
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.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 .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;
}

.cart-info {
     margin-bottom: 20px; 
      
    }
    
#coupon .invalid {
   color: red;        
        }

.cart-info table tr td.product-meta {
   text-align: right;   
    }


#cartform .buttons > div {
  margin-bottom: 5px;
}

.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: #7bbd42;
}
.pav-megamenu {
  background-color: #000000;
}
.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: #000000;
}
.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: #000000;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before,
.pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
  color: #7bbd42;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 14px 24px 13px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background-color: transparent !important;
  font-weight: 600;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus,
.pav-megamenu .navbar-nav > li > a:active {
  color: #7bbd42;
}
.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 {
  padding: 14px 35px 13px;
}
.pav-megamenu .navbar-nav > li.first > a span:before {
  content: "\f015";
  position: absolute;
  top: 14px;
  left: 12px;
  font-family: FontAwesome;
  width: 0;
  height: 0;
  font-size: 17px;
}
.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: #8c8c8c;
  border: 0;
  min-width: 190px;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.pav-megamenu .dropdown-menu li {
  line-height: 30px;
  font-size: 13px;
}
.pav-megamenu .dropdown-menu li a {
  padding: 0;
  line-height: 30px;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #7bbd42;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #7bbd42;
}
.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: #7bbd42;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #7bbd42;
}
.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: 20px;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.pav-megamenu .fa {
  margin-left: 3px;
  color: #000000;
}
.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: #7bbd42;
}
.pav-megamenu .product-block .product-icon {
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #2e3a47;
}
.pav-megamenu .product-block .product-icon:hover {
  color: #000000;
  
  
}
.pav-megamenu .product-block .cart .product-icon {
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.pav-megamenu .product-block .cart .product-icon:hover {
  background:  #7bbd42;
}
.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 {
  background: #FFFFFF;
  padding: 0;
  border: 2px solid #7bbd42;
  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%;
}
#pav-verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
}
#pav-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #2e3a47;
  font-size: 13px;
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  line-height: normal;
  font-size: 14px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
#pav-verticalmenu .navbar-nav > li > a:hover,
#pav-verticalmenu .navbar-nav > li > a:focus {
  color: #FFFFFF;
}
#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: #7bbd42;
}
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #7bbd42;
}
#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: #7bbd42;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
}
#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: -25px;
  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: #7bbd42;
}
#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: 235px;
  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;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
#pav-verticalmenu .dropdown-menu li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
#pav-verticalmenu .dropdown-menu li a {
  color: #2e3a47;
  font-weight: 400;
  padding: 0;
  line-height: 24px;
}
#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;
  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: #7bbd42;
}
#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 .menu-offcanvas-inner {
  background-color: #7bbd42;
}

.offcanvas-menu ul.megamenu > li > div {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    color: #F3EFE0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.offcanvas-menu ul.megamenu > li > div a {
	color: #000;
}
.offcanvas-menu ul.megamenu > li > div a:hover span {
	color: #7BBD42;
  	text-decoration: underline;
}
.open-submenu{
  display: inline-block;
  cursor: pointer;
  padding: 0 2px;
}


#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  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;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
  list-style: none;
  margin-bottom: 10px;
}
#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: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-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 https:
 * @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(#7bbd42,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: #7bbd42;
}
#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-header > span {
  vertical-align: middle;
  display: none;
  margin-top: 14px;
  float: right;          
          }
    
.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: #7bbd42;
}
.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;
}

#pav-verticalmenu .shapes.bottom {
  border-top: 7px solid #ffffff;	 
}

.shapes.round {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  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: #7bbd42;
}
#breadcrumb .breadcrumb li a span {
  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: #7bbd42;
}
#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: inherit;
  background-color: #FFFFFF;
  color: #75716c;
  border: 1px solid #e9e9e9;
  width: 20px;
  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: #7bbd42;
  color: #7bbd42;
  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;
}
.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: #7bbd42;
}
.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: #7bbd42;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
}
.btn-shop-now img {
  margin: 0 0 4px 5px;
  background-color: #7bbd42;
  -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: #7bbd42;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: #7bbd42 !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;
  cursor: pointer;
}
.button-close-menu .fa {
  color: #fff;
  font-size: 20px;
}
.scrollup {
  background: #7bbd42;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 11px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
}
.scrollup .fa {
  display: block;
}

.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 {
 	
    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: #2e3a47;
	text-align: left;
}
.box-module-pavreassurances .column {
	border-right: 1px solid #e9e9e9;
	padding: 35px 0;
	text-align: center;
}

.title_detail .icon-name {
	font-size: 15em;
	color: #2e3a47;
	//margin: 0 20px;
  	width: 30%;
}
.title_detail h4 {
	font-size: 24px;
	line-height: 50px;
	font-weight: 800;
  	
}

.title_detail .description {
     float: left; 
  	 width: 60%;
    }

div.title_detail p {
	color: #2e3a47; 
	font-size: 15px;
	margin: 25px 0 0;
}



div.info {
	clear: both;
	padding: 30px;
}

@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: transparent;
  }
  #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: 20px 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;
    display: block !important;
    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;
  }

#review_author_fields, #review_fields, #comment_fields, #author_fields {
 float: none; 
}
.pavreassurances  {
   display: none; 
  }
  
.box-module-pavreassurances .column:hover {
  cursor: default;
}
  .megamenu .navbar-header > span {
    display: block;   
    color: #8c8c8c;
      }
}
@media (max-width: 480px) {
  #search .input-search {
    min-width: 0;
  }
  .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;
  }

#own_preloader {
	width: 300px;

}
#cartform .buttons > div {
 	float: none;
  	text-align: left;
}

.product-info .product-extra .action {
  margin-left:0;
    }

.rating_label {
	font-size: 11px;
    
}
  
  .div.rating-cancel {
      display: none;    
        }

}
@media (max-width: 360px) {
  embed {
    display: none !important;
  }
  .nav-tabs {
    border: 1px solid #e9e9e9;
  }
  .nav-tabs > li {
    border-bottom: 1px solid #E9E9E9;
    float: none !important;
    margin-bottom: 0;
  }
  .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: 65%;
  }
  .newsletter_block .inputNew {
    border-radius: 0 !important;
    width: 100%;
  }

	.mobile-top-phone {
  		font-size: 1em;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {

.title_detail .icon-name, .title_detail .description {
   float: none;
   text-align: center;
   width: 100%;                                     
    }
}
@media all and (max-width: 700px) {
	
.newsletter_block .button_mini {padding: 0; font-size: 90%;}
}

.menu-offcanvas-inner span.menu-title {
     color: #2E3A47; 
}
.pagination .links a {color:#000;}
.top-contacts {color:#000000!important;}
.top-contacts a{color:#000000!important;}
.top-contacts a:hover{color:#7BBD42!important;}
