@font-face {
    font-family: 'pluto';
    src: url("/fonts/rubik/Rubik-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'pluto';
    src: url("/fonts/rubik/Rubik-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'pluto';
    src:url("/fonts/rubik/Rubik-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'pluto';
    src: url("/fonts/rubik/Rubik-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url("/fonts/roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url("/fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src:url("/fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url("/fonts/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 3.0
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) May 2014 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #777777;
  font-size: 13px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 100;
}
a:hover, a:focus{color: #64a70b}
img{max-width: 100%}
.col-full .row {
  margin-left: 0;
  margin-right: 0;
}
.rtl .col-full .row {
  margin-right: 0;
  margin-left: inherit;
}
.rtl .col-full .row {
  margin-left: 0;
  margin-right: inherit;
}
.col-full .row > [class^="col-"], .col-full .row > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.rtl .col-full .row > [class^="col-"], .rtl .col-full .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .col-full .row > [class^="col-"], .rtl .col-full .row > [class*=" col-"] {
  padding-left: 0;
  padding-right: inherit;
}

.col-nopadding .row [class^="col-"], .col-nopadding .row [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.rtl .col-nopadding .row [class^="col-"], .rtl .col-nopadding .row [class*=" col-"] {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .col-nopadding .row [class^="col-"], .rtl .col-nopadding .row [class*=" col-"] {
  padding-left: 0;
  padding-right: inherit;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

ul.bullet li {
  padding: 15px 0;
  position: relative;
}
ul.bullet li a {
  padding-left: 30px;
}
.rtl ul.bullet li a {
  padding-right: 30px;
  padding-left: inherit;
}
ul.bullet li a:before {
  display: block;
  content: "\f064";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #64a70b;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.links li {
  display: inline;
  line-height: normal;
}
ul.links li a {
  margin: 0 9px;
}
ul.links li a:hover {
  color: #64a70b;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
.rtl ul.links li .fa, .rtl ul.links li .icon {
  margin-left: 10px;
  margin-right: inherit;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
.rtl ul.my-account li {
  margin-right: 14px;
  margin-left: inherit;
}
ul.inline li {
  float: left;
}
.rtl ul.inline li {
  float: right;
}

.tree-menu ul, .pav-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.tree-menu > ul > li, .pav-category > ul > li {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #E5E5E5;
  margin-bottom: 15px;
  padding: 10px 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tree-menu > ul > li:hover, .pav-category > ul > li:hover {
  border-color: #000000;
}
.tree-menu > ul > li:last-child > a, .pav-category > ul > li:last-child > a {
  border: none;
}
.tree-menu > ul > li > a, .pav-category > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 13px;
  font-weight: 300;
}
.tree-menu > ul > li > a:hover, .tree-menu > ul > li > a:focus, .pav-category > ul > li > a:hover, .pav-category > ul > li > a:focus {
  color: #64a70b;
  padding-left: 40px;
}
.rtl .tree-menu > ul > li > a:hover, .rtl .tree-menu > ul > li > a:focus, .rtl .pav-category > ul > li > a:hover, .rtl .pav-category > ul > li > a:focus {
  padding-right: 40px;
  padding-left: inherit;
}
.tree-menu > ul > li a.active, .pav-category > ul > li a.active {
  font-weight: bold;
  color: #64a70b;
}
.tree-menu > ul > li a.active + ul, .pav-category > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.rtl .tree-menu > ul > li a.active + ul, .rtl .pav-category > ul > li a.active + ul {
  padding: 0 10px 10px 0;
}
.tree-menu > ul > li ul > li > a, .pav-category > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  padding: 15px;
  color: #a0a0a0;
  font-weight: 300;
  font-size: 11px;
  background: url("../image/category-arrow.png") left center no-repeat;
  text-transform: uppercase;
}
.tree-menu > ul > li ul > li > a:hover, .pav-category > ul > li ul > li > a:hover {
  color: #64a70b;
}
.tree-menu > ul > li ul > li > a.active, .pav-category > ul > li ul > li > a.active {
  font-weight: bold;
  color: #64a70b;
}

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

a:focus {
  outline: none;
}

label {
  font-weight: 100;
  font-size: 13px;
  color: #000000;
}

/* tab style */
.htabs ul {
  border: none;
}
.htabs ul > li {
  margin-left: 5px;
  float: left;
  display: block;
}
.rtl .htabs ul > li {
  margin-right: 5px;
  margin-left: inherit;
}
.rtl .htabs ul > li {
  float: right;
}
.htabs ul > li a {
  border: 1px solid #E5E5E5;
  font-family: "pluto", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px 15px;
  margin-right: 0;
}
.rtl .htabs ul > li a {
  margin-left: 0;
  margin-right: inherit;
}
.htabs ul > li a.selected {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
  display: block;
}
.htabs ul > li a.selected:hover {
  box-shadow: none;
}
.htabs ul > li a:hover {
  border-color: #64a70b;
  color: #FFFFFF;
  background-color: #64a70b;
}

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: #f2f2f2;
  cursor: pointer;
}

ul.nav-theme {
  display: inline-block;
  width: auto;
  position: relative;
}
ul.nav-theme:before, ul.nav-theme:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  background: #E5E5E5;
  height: 1px;
}
ul.nav-theme:after {
  right: 100%;
}
.rtl ul.nav-theme:after {
  left: 100%;
  right: auto;
}
ul.nav-theme:before {
  left: 100%;
}
.rtl ul.nav-theme:before {
  right: 100%;
  left: auto;
}
ul.nav-theme > li {
  float: left;
  width: auto;
}
.rtl ul.nav-theme > li {
  float: right;
}
ul.nav-theme > li a {
  border-left: 1px solid #E5E5E5;
  font-weight: 100;
  color: #a0a0a0;
  font-family: "pluto", sans-serif;
  font-size: 18px;
  padding: 6px 30px;
}
.rtl ul.nav-theme > li a {
  border-right: 1px solid #E5E5E5;
  border-left: inherit;
}
ul.nav-theme > li a:hover {
  background: none;
  color: #65a80d;
}
ul.nav-theme > li a.selected {
  background: none;
  color: #000000;
}
ul.nav-theme > li.active a {
  background: none;
  color: #65a80d;
}
ul.nav-theme > li:first-child a {
  border: none;
}
ul.nav-theme.noborder:before, ul.nav-theme.noborder:after {
  background: none;
}

#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;
}

.no-padding {
  padding: 0;
}

.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 12px;
}

.success, .warning, .attention, .information {
  padding: 10px 10px 10px 33px;
  margin: 18px 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;
}
.rtl .success .close, .rtl .warning .close, .rtl .attention .close, .rtl .information .close {
  float: left;
}
.rtl .success .close, .rtl .warning .close, .rtl .attention .close, .rtl .information .close {
  padding-left: 4px;
  padding-right: inherit;
}

.attention {
  background: #FFF5CC url("../image/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("../image/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("../image/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: #FF0000;
  margin-top: 5px;
}

.welcome {
  color: #636E75;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

.padding-1 {
  padding: 0 10%;
}

.buttons {
  padding: 20px 0;
}
.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .left {
  float: left;
}
.rtl .buttons .left {
  float: right;
}
.buttons .right {
  float: right;
}
.rtl .buttons .right {
  float: left;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-inverse {
  color: #FFFFFF;
  background-color: #64a70b;
  border: 3px double #64a70b;
  font-weight: 700;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  padding: 7px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: #292929 !important;
  background-color: #FFFFFF;
  border-color: #a0a0a0;
  cursor: pointer;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: #292929;
  background-color: #FFFFFF;
  border-color: #a0a0a0;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: #64a70b;
  border-color: #64a70b;
}
.btn-outline-inverse .badge {
  color: #64a70b;
  background-color: #FFFFFF;
}

.btn-outline {
  color: #000000;
  background-color: transparent;
  border: 3px double #000000;
  font-weight: 700;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  padding: 7px 10px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #FFFFFF !important;
  background-color: #64a70b;
  border-color: #64a70b;
  cursor: pointer;
}
.open .btn-outline.dropdown-toggle {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
}
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline .badge {
  color: transparent;
  background-color: #000000;
}

.btn-outline-small {
  color: #FFFFFF;
  background-color: transparent;
  border: 3px double #FFFFFF;
  font-weight: 700;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  padding: 7px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-small:hover, .btn-outline-small:focus, .btn-outline-small:active, .btn-outline-small.active {
  color: #FFFFFF !important;
  background-color: #64a70b;
  border-color: #64a70b;
  cursor: pointer;
}
.open .btn-outline-small.dropdown-toggle {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
}
.btn-outline-small:active, .btn-outline-small.active {
  background-image: none;
}
.open .btn-outline-small.dropdown-toggle {
  background-image: none;
}
.btn-outline-small.disabled, .btn-outline-small.disabled:hover, .btn-outline-small.disabled:focus, .btn-outline-small.disabled:active, .btn-outline-small.disabled.active, .btn-outline-small[disabled], .btn-outline-small[disabled]:hover, .btn-outline-small[disabled]:focus, .btn-outline-small[disabled]:active, .btn-outline-small[disabled].active, fieldset[disabled] .btn-outline-small, fieldset[disabled] .btn-outline-small:hover, fieldset[disabled] .btn-outline-small:focus, fieldset[disabled] .btn-outline-small:active, fieldset[disabled] .btn-outline-small.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-small .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-outline-black {
  color: #000000;
  background-color: transparent;
  border: 3px double #000000;
  font-weight: 700;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black.active {
  color: #FFFFFF !important;
  background-color: #64a70b;
  border-color: #64a70b;
  cursor: pointer;
}
.open .btn-outline-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
}
.btn-outline-black:active, .btn-outline-black.active {
  background-image: none;
}
.open .btn-outline-black.dropdown-toggle {
  background-image: none;
}
.btn-outline-black.disabled, .btn-outline-black.disabled:hover, .btn-outline-black.disabled:focus, .btn-outline-black.disabled:active, .btn-outline-black.disabled.active, .btn-outline-black[disabled], .btn-outline-black[disabled]:hover, .btn-outline-black[disabled]:focus, .btn-outline-black[disabled]:active, .btn-outline-black[disabled].active, fieldset[disabled] .btn-outline-black, fieldset[disabled] .btn-outline-black:hover, fieldset[disabled] .btn-outline-black:focus, fieldset[disabled] .btn-outline-black:active, fieldset[disabled] .btn-outline-black.active {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-black .badge {
  color: transparent;
  background-color: #000000;
}

.btn-outline-white {
  color: #FFFFFF;
  background-color: transparent;
  border: 3px double #FFFFFF;
  font-weight: 700;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active {
  color: #FFFFFF !important;
  background-color: #64a70b;
  border-color: #64a70b;
  cursor: pointer;
}
.open .btn-outline-white.dropdown-toggle {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
}
.btn-outline-white:active, .btn-outline-white.active {
  background-image: none;
}
.open .btn-outline-white.dropdown-toggle {
  background-image: none;
}
.btn-outline-white.disabled, .btn-outline-white.disabled:hover, .btn-outline-white.disabled:focus, .btn-outline-white.disabled:active, .btn-outline-white.disabled.active, .btn-outline-white[disabled], .btn-outline-white[disabled]:hover, .btn-outline-white[disabled]:focus, .btn-outline-white[disabled]:active, .btn-outline-white[disabled].active, fieldset[disabled] .btn-outline-white, fieldset[disabled] .btn-outline-white:hover, fieldset[disabled] .btn-outline-white:focus, fieldset[disabled] .btn-outline-white:active, fieldset[disabled] .btn-outline-white.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-white .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-outline-default {
  color: #000000;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  font-weight: 700;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  padding: 7px;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default.active {
  color: #FFFFFF !important;
  background-color: #64a70b;
  border-color: #64a70b;
  cursor: pointer;
}
.open .btn-outline-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
}
.btn-outline-default:active, .btn-outline-default.active {
  background-image: none;
}
.open .btn-outline-default.dropdown-toggle {
  background-image: none;
}
.btn-outline-default.disabled, .btn-outline-default.disabled:hover, .btn-outline-default.disabled:focus, .btn-outline-default.disabled:active, .btn-outline-default.disabled.active, .btn-outline-default[disabled], .btn-outline-default[disabled]:hover, .btn-outline-default[disabled]:focus, .btn-outline-default[disabled]:active, .btn-outline-default[disabled].active, fieldset[disabled] .btn-outline-default, fieldset[disabled] .btn-outline-default:hover, fieldset[disabled] .btn-outline-default:focus, fieldset[disabled] .btn-outline-default:active, fieldset[disabled] .btn-outline-default.active {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-default .badge {
  color: transparent;
  background-color: #000000;
}

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.ptsothemes.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:ptsothemes$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body, html {
  overflow-x: hidden;
}

body.layout-boxed-md {
  background: url("../image/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 990px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
}
body.layout-boxed-md #page .container {
  width: auto;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
}
body .intro-landingpage {
  display: none;
  height: 0;
}

body[class*="-home"] .intro-landingpage {
  display: block;
  height: auto;
}
body[class*="-home"] .header-top-v4 {
  position: absolute;
  background: transparent !important;
}

body.common-home #content {
  padding-bottom: 0;
}

.main-page > * {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}

#sidebar-left .sidebar,
#sidebar-right .sidebar {
  width: 100%;
  padding: 0;
}

#input-captcha {
  margin-bottom: 10px;
}

.pavmap {
  margin-bottom: 0 !important;
}
.pavmap .gmap {
  border: none !important;
  padding: 0 !important;
}

.layerslider {
  margin: 0 !important;
}

/*
* HEADER 
*/
#topbar {
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  position: relative;
  background: #ececec;
  color: #5e5e5e;
    padding: 18px 0;
    /*border-bottom: 1px solid #fff;*/
}
#topbar a {
  font-size: 13px;
}
#topbar .work a {
    font-size: 15px;
    text-decoration: underline;
}
#topbar .box-language .btn {
  padding: 0;
  font-size: 12px;
}
#topbar .btn-group {
  border: none;
  color: #CCCCCC;
}
#topbar .btn-group .caret-top {
  color: #000000;
}
#topbar .btn-group .text-label {
  color: #a0a0a0;
}
#topbar .btn-group:hover .dropdown-toggle > * {
  color: #64a70b;
}
#topbar .btn-group:hover, #topbar .btn-group:focus, #topbar .btn-group.search-display {
  cursor: pointer;
  color: #000000;
  background: #FFFFFF;
}
#topbar .btn-group:hover > div + div, #topbar .btn-group:focus > div + div, #topbar .btn-group.search-display > div + div {
  display: block;
}
#topbar .btn-group a {
  color: #424242;
}
#topbar .btn-group a:hover, #topbar .btn-group a:focus {
  background-color: transparent;
  color: #64a70b;
}
#topbar .btn-group .dropdown-menu {
    margin-top: 0;
    right: 0;
    left: initial;
    padding: 15px 15px;
    min-width: 400px;
}
.rtl #topbar .btn-group .dropdown-menu {
  right: -1px;
  left: auto;
}
#topbar .box-currency {
  margin-top: 10px;
}
#topbar .box-currency label {
  display: block;
}
#topbar .box-currency a {
  padding: 0 5px;
}
#topbar .quick-action > div {
  margin: 8px 0;
}
#topbar .quick-access > div {
  position: relative;
  padding: 3px 0 0;
  margin: 2px 0;
  float: left;
}
.rtl #topbar .quick-access > div {
  float: right;
}
/*#topbar .quick-access > div:after {*/
  /*content: "";*/
  /*border-right: 1px solid #E5E5E5;*/
  /*height: 40%;*/
  /*right: 0;*/
  /*top: 30%;*/
  /*position: absolute;*/
/*}*/
/*.rtl #topbar .quick-access > div:after {*/
  /*border-left: 1px solid #E5E5E5;*/
  /*border-right: inherit;*/
/*}*/
/*.rtl #topbar .quick-access > div:after {*/
  /*left: 0;*/
  /*right: auto;*/
/*}*/
#topbar .quick-access > div:last-child:after {
  border: none;
}
#topbar .quick-access > div:first-child {
  padding-left: 0;
}
.rtl #topbar .quick-access > div:first-child {
  padding-right: 0;
  padding-left: inherit;
}
#topbar .quick-localisation ul li a {
  border: none;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
#topbar .quick-localisation a {
  cursor: pointer;
}
#topbar #cart .heading a {
  background: url("../image/icon-cart-small.png") no-repeat;
  line-height: 24px;
}
#topbar.topbar-v1 .container {
  position: relative;
}
#topbar.topbar-v1 .quick-action > div {
  float: right;
  padding: 0;
    margin: 0;
    width: 400px;
}
.rtl #topbar.topbar-v1 .quick-action > div {
  float: left;
}
#topbar.topbar-v1 .quick-action > div > div {
  padding: 0 15px;
}
#topbar.topbar-v1 .quick-action > div > div + div {
  padding: 15px 15px;
}
#topbar.topbar-v1 .quick-action > div:first-child > div {
  padding-right: 0;
  border-right: none;
}
.rtl #topbar.topbar-v1 .quick-action > div:first-child > div {
  padding-left: 0;
  padding-right: inherit;
}
.rtl #topbar.topbar-v1 .quick-action > div:first-child > div {
  border-left: none;
  border-right: inherit;
}
#topbar.topbar-v1 .quick-action > div.search-focus {
  padding-left: 15px;
  background: url("../image/icon-search.png") 0 4px no-repeat;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  height: 24px;
  border-right: 1px solid #E5E5E5;
}
.rtl #topbar.topbar-v1 .quick-action > div.search-focus {
  border-left: 1px solid #E5E5E5;
  border-right: inherit;
}
#topbar.topbar-v1 .quick-action > div.search-focus .text-label {
  color: #000000;
}
#topbar.topbar-v1 .quick-action > div.search-focus:hover {
  background-position: 0 -18px;
}
#topbar.topbar-v1 .quick-action > div.search-focus .dropdown-menu {
  min-width: 250px;
}
#topbar.topbar-v2 {
  padding-left: 45px;
}
.rtl #topbar.topbar-v2 {
  padding-right: 45px;
  padding-left: inherit;
}

.main-menu {
  text-align: left;
}
.rtl .main-menu {
  text-align: right;
}
.main-menu.mainnav-v1 {
  background: #64a70b;
}
.main-menu.mainnav-v1 .logo-store {
  display: block !important;
  padding: 7px 0 0;
}
.main-menu.mainnav-v2 {
  background: #64a70b;
  position: relative;
}
.main-menu.mainnav-v2:after {
  content: "";
  background: #E5E5E5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.rtl .main-menu.mainnav-v2:after {
  right: 0;
  left: auto;
}
.main-menu.mainnav-v2 .logo-store {
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.main-menu.mainnav-v2 #cart h4 {
  color: #FFFFFF;
}
.main-menu.mainnav-v2 #cart .content {
  right: 30px;
}
.rtl .main-menu.mainnav-v2 #cart .content {
  left: 30px;
  right: auto;
}
.main-menu.mainnav-v2 .quick-action > div {
  float: right;
  padding-top: 15px;
  margin-top: 10px;
}
.rtl .main-menu.mainnav-v2 .quick-action > div {
  float: left;
}
.main-menu.mainnav-v2 .quick-action > div:first-child > div {
  border-right: none;
  margin: 0;
}
.rtl .main-menu.mainnav-v2 .quick-action > div:first-child > div {
  border-left: none;
  border-right: inherit;
}
.main-menu.mainnav-v2 .quick-action > div > div {
  padding: 0 30px;
  margin: 10px 0;
  border-right: 1px solid #E5E5E5;
}
.rtl .main-menu.mainnav-v2 .quick-action > div > div {
  border-left: 1px solid #E5E5E5;
  border-right: inherit;
}
.main-menu.mainnav-v2 .btn-group .text-label {
  color: #FFFFFF;
}
.main-menu.mainnav-v2 .btn-group .dropdown-menu {
  margin-top: 0;
  left: -1px;
  padding: 15px 15px;
  min-width: 250px;
}
.rtl .main-menu.mainnav-v2 .btn-group .dropdown-menu {
  right: -1px;
  left: auto;
}
.main-menu.mainnav-v2 .btn-group.search-focus .dropdown-toggle {
  padding-left: 25px;
  background: url("../image/icon-search-white.png") 0 0 no-repeat;
  height: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}
.main-menu.mainnav-v2 .btn-group.search-focus .dropdown-toggle:hover {
  background-position: 0 -20px;
}
.main-menu.mainnav-v4 {
  background: #292929;
  margin-bottom: 0;
}
.main-menu.mainnav-v4 .logo-store {
  padding: 10px 0;
}
.main-menu.mainnav-v4 #cart .heading a {
  background: url("../image/icon-cart-small.png") no-repeat scroll center center transparent;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0;
}
.main-menu.mainnav-v4 #cart .heading a > * {
  display: none;
}
.main-menu.mainnav-v4 .quick-action {
  line-height: 30px;
}
.main-menu.mainnav-v4 .quick-action > div {
  padding: 30px 0 0 15px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
}
.rtl .main-menu.mainnav-v4 .quick-action > div {
  padding: 30px 15px 0 0;
}
.rtl .main-menu.mainnav-v4 .quick-action > div {
  float: right;
}
.main-menu.mainnav-v4 .quick-action > div:first-child {
  border-right: 1px solid #FFFFFF;
}
.rtl .main-menu.mainnav-v4 .quick-action > div:first-child {
  border-left: 1px solid #FFFFFF;
  border-right: inherit;
}
.main-menu.mainnav-v4 .quick-action > div.search-focus {
  padding: 0 15px;
  background: url("../image/icon-search-white.png") 0 4px no-repeat;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 25px;
  height: 25px;
  margin-top: 30px;
}
.main-menu.mainnav-v4 .quick-action > div.search-focus:hover {
  background-position: 0 -18px;
  cursor: pointer;
}
.main-menu.mainnav-v4 .quick-action > div .dropdown-menu {
  padding: 15px;
  left: auto;
  right: 0;
}
.rtl .main-menu.mainnav-v4 .quick-action > div .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .main-menu.mainnav-v4 .quick-action > div .dropdown-menu {
  left: 0;
  right: auto;
}
.main-menu.mainnav-v4 .quick-action > div:hover {
  color: #64a70b;
}
.main-menu.mainnav-v4 .quick-action > div:hover .dropdown-menu {
  display: block;
}

#header-main {
  background-color: nocolor;
  padding: 50px 0 20px 0;
  color: #777777;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: left;
}
.rtl #header-main .inner {
  text-align: right;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}

#header .show-mobile {
  text-align: right;
}
#header .show-mobile:before, #header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
.rtl #header .show-mobile {
  text-align: left;
}
#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: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 13px;
}
#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;
  min-width: 160px;
  display: none;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: #FFFFFF;
  padding: 15px;
  text-align: left;
}
.rtl #header .show-mobile .inner-toggle {
  left: 0;
  right: auto;
}
.rtl #header .show-mobile .inner-toggle {
  text-align: right;
}

#header-top {
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 999;
  border: none;
}
#header-top .links {
  float: left;
}
.rtl #header-top .links {
  float: right;
}
#header-top .links li {
  border: none;
  display: block;
}
#header-top .links li > a {
  padding: 5px 0;
}
#header-top.hide-bar {
  margin-top: -41px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 999 !important;
}
#header-top.navbar-fixed-top {
  position: fixed !important;
}
#header-top.header-logo-v2 {
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header-top.header-logo-v2.hide-bar {
  margin-top: -240px;
}
#header-top .nav-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 0 none;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  top: -47px;
  -webkit-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
  z-index: 9;
}
.rtl #header-top .nav-search {
  right: 0;
  left: auto;
}
#header-top .nav-search.open {
  height: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  visibility: visible;
}
#header-top .nav-search input {
  width: 100%;
  height: 100%;
  background: transparent;
  min-height: 90px;
  font-size: 35px;
  border: none;
  color: #000000;
}
#header-top .nav-search .button-close:hover {
  cursor: pointer;
  background: #64a70b;
  color: #FFFFFF;
}
#header-top.header-top-v2 .nav-search {
  position: relative;
}
#header-top.header-top-v4 {
  background: #121212;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
}
#header-top.header-top-v4 #topbar .search-focus {
  background-image: url("../image/icon-zoom.png") !important;
}

#pav-masshead .inner {
  background: #a0a0a0;
  color: #aab2bd;
  padding: 8px 0;
}
#pav-masshead .inner a {
  color: #aab2bd;
}
#pav-masshead .inner a:hover {
  color: #b8bfc8;
}

/*
* NAVIGATION
*/
/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
/*
* PROMOTION TOP 
*/
#pav-mass-bottom, #pavo-mass-bottom {
  background: #000000;
}

/*
* MAIN CONTENT
*/
#content {
  min-height: 400px;
  padding-bottom: 30px;
}
.page-themecontrol-product #content{
    padding-bottom: 0;
}
.sidebar {
  padding-top: 0;
}

/*end*/
/* FOOTER */
#footer {
  min-height: 90px;
  font-size: 13px;
  margin-top: 0;
  font-weight: 100;
  position: relative;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  font-size: 12px;
  text-transform: uppercase;
}
#footer ul, #footer ol {
  list-style: none;
}
#footer ul li, #footer ol li {
  padding: 4px 0;
}
#footer p, #footer address, #footer .box {
    margin: 0;
}
.footer-bottom .box {
  margin-bottom: 0;
}

.footer-top {
  position: relative;
  background: transparent;
}
.footer-top .inner {
  background: transparent;
  color: #fff;
}
.footer-top .inner a {
  color: #fff;
}
.footer-top .inner a:hover {
  color: #64a70b;
}

.footer-center {
  border-top: 1px solid #E5E5E5;
  position: relative;
  background: transparent;
}
.footer-center .inner {
  background: transparent;
  color: #a0a0a0;
  padding: 30px 0 0;
}
.footer-center .inner a {
  color: #a0a0a0;
}
.footer-center .inner a:hover {
  color: #64a70b;
}
.footer-center .box .box-heading {
  padding: 0;
  padding-bottom: 10px;
}

.footer-bottom {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.footer-bottom .inner {
  background: transparent;
  color: #FFFFFF;
  padding: 0 0 10px;
}
.footer-bottom .inner a {
  color: #000000;
}
.footer-bottom .inner a:hover {
  color: #FFFFFF;
}

/* POWER BY */
#powered .container {
  position: relative;
  margin: 0 auto;
  clear: both;
  background: transparent;
  color: #777777;
  font-family: "pluto", sans-serif;
  font-size: 13px;
}
#powered .container .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}
#powered .container .copyright {
  text-align: left;
  line-height: 20px;
}
#powered .container .copyright, #powered .container .paypal {
    /*margin-bottom: 10px;*/
    /*height: 80px;*/
}
#powered .container .copyright > p{
    /*position: absolute;*/
    /*bottom: 0;*/
    margin: 0;
    padding: 5% 0 0;
}
.rtl #powered .container .copyright {
  text-align: right;
}
#powered .container a {
  color: #000000;
}
#powered .container img{
    image-rendering:   -o-crisp-edges !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
    -ms-interpolation-mode: nearest-neighbor;
}
#push-top {
  background-color: #65a80d;
  box-shadow: 0 0 0 0 #1cba37 inset;
  color: #414141;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 80%;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
#footer #push-top a{
    color: white;
    font-size: 25px;
}
.rtl #push-top {
  left: 15px;
  right: auto;
}
#search-show-all {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
#search-show-all span{
    padding: 8px;
    background: #65a80d;
}
#search-show-all:hover span {
    box-shadow: 0 0 10px rgb(100, 167, 11);
}
.widget-images .image-item:hover {
  cursor: pointer;
}
.widget-images .image-item{
    position: relative;
}
.widget-images .image-item .img-extra{
    position: absolute;
    top: 80%;
    left: 45%;
    width: 50%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.widget-images .image-item .img-extra img{
    width: 100%;
    max-width: initial;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.widget-images .image-item:hover .img-extra{
    top: 30%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.widget-images .image-item:hover .img-extra:hover{
    width: 52%;
    top: 28%;
    left: 44%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.widget-images .image-item .img-extra.mobile {
    top: 30%;
}
.checkout-cart .form-control {
  min-width: 80px;
}

/* block */
.box {
  margin-bottom: 30px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  /* block styles */
}
.box .box-heading {
  color: #000000;
  position: relative;
  text-transform: uppercase;
  font-family: "pluto", sans-serif;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0;
  background: transparent;
  margin: 0;
  text-align: left;
  font-weight: 100;
}
.rtl .box .box-heading {
  text-align: right;
}
.box .box-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.box .box-content:before, .box .box-content:after {
  content: " ";
  display: table;
}
.box .box-content:after {
  clear: both;
}
.box.nopadding .box-content {
  padding: 0;
  margin: 0;
}

.box-theme {
  padding: 30px;
  background: #64a70b;
}
.box-theme .box-heading {
  color: #fff;
  padding: 0 0 15px;
}

.box-default {
  border-color: #fff;
  background: #fff;
}
.box-default .box-heading {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.box-default .box-heading span:before, .box-default .box-heading span:after {
  background: #FFFFFF;
}
.box-default .box-heading + .box-collapse .box-content {
  border-top-color: #fff;
}
.box-default > .box-footer + .box-collapse .box-body {
  border-bottom-color: #fff;
}

.box-primary {
  border-color: #121212;
  background: #121212;
}
.box-primary .box-heading {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}
.box-primary .box-heading span:before, .box-primary .box-heading span:after {
  background: #FFFFFF;
}
.box-primary .box-heading + .box-collapse .box-content {
  border-top-color: #121212;
}
.box-primary > .box-footer + .box-collapse .box-body {
  border-bottom-color: #121212;
}

.box-success {
  border-color: #d6e9c6;
  background: #dff0d8;
}
.box-success .box-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.box-success .box-heading span:before, .box-success .box-heading span:after {
  background: #FFFFFF;
}
.box-success .box-heading + .box-collapse .box-content {
  border-top-color: #d6e9c6;
}
.box-success > .box-footer + .box-collapse .box-body {
  border-bottom-color: #d6e9c6;
}

.box-info {
  border-color: #bce8f1;
  background: #d9edf7;
}
.box-info .box-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.box-info .box-heading span:before, .box-info .box-heading span:after {
  background: #FFFFFF;
}
.box-info .box-heading + .box-collapse .box-content {
  border-top-color: #bce8f1;
}
.box-info > .box-footer + .box-collapse .box-body {
  border-bottom-color: #bce8f1;
}

.box-warning {
  border-color: #faebcc;
  background: #fcf8e3;
}
.box-warning .box-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.box-warning .box-heading span:before, .box-warning .box-heading span:after {
  background: #FFFFFF;
}
.box-warning .box-heading + .box-collapse .box-content {
  border-top-color: #faebcc;
}
.box-warning > .box-footer + .box-collapse .box-body {
  border-bottom-color: #faebcc;
}

.box-danger {
  border-color: #ebccd1;
  background: #f2dede;
}
.box-danger .box-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.box-danger .box-heading span:before, .box-danger .box-heading span:after {
  background: #FFFFFF;
}
.box-danger .box-heading + .box-collapse .box-content {
  border-top-color: #ebccd1;
}
.box-danger > .box-footer + .box-collapse .box-body {
  border-bottom-color: #ebccd1;
}

.box-highlighted {
  border-color: #64a70b;
  background: #64a70b;
}
.box-highlighted .box-heading {
  color: #FFFFFF;
  background-color: #64a70b;
  border-color: #64a70b;
}
.box-highlighted .box-heading span:before, .box-highlighted .box-heading span:after {
  background: #FFFFFF;
}
.box-highlighted .box-heading + .box-collapse .box-content {
  border-top-color: #64a70b;
}
.box-highlighted > .box-footer + .box-collapse .box-body {
  border-bottom-color: #64a70b;
}
.box-highlighted .box-content {
  border-color: #64a70b;
  border-width: 2px;
}

/* block inline style */
.box-inline .icon {
  font-size: 35px;
}
.box-inline .explain {
  font-size: 11px;
}
.box-inline .box-content {
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
  font-family: "pluto", sans-serif;
  font-size: 14px;
}
.box-inline .input-group {
  width: 98%;
}

.sidebar .pav-custom {
  border: none;
}
.sidebar .pav-custom .box-heading {
  border: none;
  background: #64a70b;
  font-size: 18px;
  text-align: center;
}
.sidebar .pav-custom .box-content {
  border: none;
}
.sidebar .box-heading {
  border: none;
  background: #64a70b;
  font-size: 18px;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-align: center;
}

/* block style in main content */
#content .box-content {
  padding: 0;
  margin: 0;
}
#content .category-list-text{
    text-align: center;
}
#content .box-content.category-list{
    font-size: 20px;
    text-align: center;
}
#content .box-content.category-list li{
    display: inline-block;
    margin: 0 15px 4px;
    padding: 10px;
    /*border: 1px solid #e5e5e5;*/
    box-sizing: content-box;
    background: #64a70b;
    cursor: pointer;
}
#content .box-content.category-list li:hover{
    box-shadow: 0 0 10px rgb(100, 167, 11);
}
#content .box-content.category-list li a, #content .box-content.category-list li a:hover{
    color: white;
}
/*#content .box-content.category-list li:last-child{*/
    /*margin-right: 0;*/
/*}*/
.fixed-footer .box {
  margin-bottom: 0;
  border: none;
}
.fixed-footer .box .box-heading {
  border: none;
  background: none;
  color: #FFFFFF;
  padding: 30px 0 0;
  font-size: 18px;
  font-weight: 100;
  text-align: left;
}
.rtl .fixed-footer .box .box-heading {
  text-align: right;
}
.fixed-footer .box .box-content {
  border: none;
  padding: 0;
}

.gallery-carousel {
  position: relative;
}

.rating span.fa {
  font-size: 12px;
    color: #ff9800;
}

.price {
  color: #000;
  font-size: 16px;
  font-family: "pluto", sans-serif;
  font-weight: 600;
  text-align: left;
}
.rtl .price {
  text-align: right;
}
.price .price-old, .price .old-price {
  color: #787a53;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
}
.price .text-price, .price .price-new {
  color: #000;
}
.product-view .price .text-price, .product-view .price .price-new {
  color: #777;
}

.price-quick {
    position: absolute;
    bottom: 65px;
    /* left: 25px; */
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding: 0 20px;
    width: 100%;
    z-index: 99;
}
.price-quick .price-quick-body {
    padding: 10px 20px 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
}
.rtl .price-quick {
  right: 25px;
  left: auto;
}
.rtl .price-quick {
  padding-right: 5px;
  padding-left: inherit;
}

/*.products-rows {*/
  /*margin-top: 30px;*/
/*}*/
.products-rows > .carousel-controls {
  top: -65px;
  position: absolute;
  right: 20px;
  padding-left: 10px;
}
.rtl .products-rows > .carousel-controls {
  left: 0;
  right: auto;
}
.rtl .products-rows > .carousel-controls {
  padding-right: 10px;
  padding-left: inherit;
}
.products-rows > .carousel-controls .carousel-control {
  position: relative;
  color: #DADADA;
  border: 1px solid #DADADA;
  text-shadow: none;
  width: 40px;
  height: 40px;
  float: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    cursor: pointer;
}
.products-rows > .carousel-controls .carousel-control i {
  display: none;
}
.products-rows > .carousel-controls .carousel-control.right {
  background: url("../image/carousel-control-right.png") no-repeat scroll center 8px #FFFFFF;
}
.products-rows > .carousel-controls .carousel-control.left {
  background: url("../image/carousel-control-left.png") no-repeat scroll center 8px #FFFFFF;
}
.products-rows > .carousel-controls .carousel-control:last-child {
  border-left: none;
}
.products-rows > .carousel-controls .carousel-control:hover {
  background-position: center -39px;
}
.products-rows:hover .carousel-control {
  display: block;
}

.products-row {
  position: relative;
}
.products-row .product-col {
  border-right: 0 solid #E5E5E5;
  margin-bottom: 30px;
}
.rtl .products-row .product-col {
  border-left: 0 solid #E5E5E5;
  border-right: inherit;
}
.products-row .product-col:last-child {
  border-right: none;
}
.rtl .products-row .product-col:last-child {
  border-left: none;
  border-right: inherit;
}
.products-row .product-col:nth-child(1) {
  border-right: 0 solid #E5E5E5;
}
.rtl .products-row .product-col:nth-child(1) {
  border-left: 0 solid #E5E5E5;
  border-right: inherit;
}

/* product style */
.product-block {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 0 15px;
  text-align: center;
}
.product-block .bottom {
  padding: 10px 0 0 0;
  overflow: hidden;
  min-height: 55px;
}
.product-block .bottom .cart i {
  font-size: 13px;
}
.product-block .bottom .price {
  margin-top: 0;
  text-align: center;
}
.product-block .action {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 100%;
  z-index: 99;
  padding: 20px 20px 0;
}
.product-block .action:before, .product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.rtl .product-block .action {
  left: 0;
  right: auto;
}
.product-block .action > div {
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  height: 55px;
  padding: 20px 0;
}
.product-block .action .quick-view {
  text-align: left;
  padding: 0;
  padding-left: 5px;
}
.rtl .product-block .action .quick-view {
  text-align: right;
}
.rtl .product-block .action .quick-view {
  padding-right: 5px;
  padding-left: inherit;
}
.product-block .action .quick-view a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: url("../image/icon-qview.png") no-repeat 0 0;
  padding-left: 25px;
  width: 25px;
  height: 20px;
}
.product-block .action .quick-view a span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  display: inherit;
  color: #000000;
}
.product-block .action .quick-view a:hover {
  background-position: 0 -20px;
}
.product-block .action .quick-view a:hover span {
  color: #64a70b;
}
.product-block .action .btn-action {
  padding: 0;
}
.product-block .action .btn-action > div {
  float: right;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.product-block .action .btn-action > div a span, .product-block .cart > div a span {
  display: none;
}
.rtl .product-block .action .btn-action > div {
  float: left;
}
.rtl .product-block .action .btn-action > div {
  margin-left: 5px;
  margin-right: inherit;
}
.product-block .action .btn-action .wishlist a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 10;
  right: 50%;
  text-align: center;
  background: url("../image/icon-wishlist.png") no-repeat 0 0;
  width: 25px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.rtl .product-block .action .btn-action .wishlist a {
  left: 50%;
  right: auto;
}
.product-block .action .btn-action .wishlist a:hover {
  background-position: 0 -20px;
}
.product-block .action .btn-action .compare a, .product-block .cart .compare a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 10;
  right: 50%;
  text-align: center;
  background: url("../image/icon-compare.png") no-repeat 0 0;
  width: 25px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.custom-hidden{
    display: none;
}
.rtl .product-block .action .btn-action .compare a {
  left: 50%;
  right: auto;
}
.product-block .action .btn-action .compare a:hover {
  background-position: 0 -20px;
}
.product-block .action .btn-action .zoom a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 10;
  color: #a0a0a0;
  background-color: #000;
  right: 50%;
  text-align: center;
  background: url("../image/icon-zoom.png") no-repeat 0 0;
  width: 25px;
  height: 20px;
  display: block;
}
.rtl .product-block .action .btn-action .zoom a {
  left: 50%;
  right: auto;
}
.product-block .action .btn-action .zoom a:hover {
  background-position: 0 -20px;
}
.product-block .description {
  display: none;
}
.product-block .rating {
  position: relative;
  top: -5px;
  color: #ff9800;
  height: 18px;
}
.rtl .product-block .rating span:first-child:after {
  left: 100%;
  right: auto;
}
.rtl .product-block .rating span:first-child:after {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .product-block .rating span:last-child:before {
  right: 100%;
  left: auto;
}
.rtl .product-block .rating span:last-child:before {
  margin-right: 10px;
  margin-left: inherit;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  min-height: 36px;
  /*height: 36px;*/
  height: auto;
  line-height: 18px;
  font-weight: 100;
  padding-top: 10px;
}
.product-block .name a {
  color: #000000;
  font-size: 16px;
  font-family: "pluto", sans-serif;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #64a70b;
}
.product-block .image-gallery {
  border: solid 4px #b2b2b2;
  position: absolute;
  top: 0;
  right: -80px;
  display: none;
}
.rtl .product-block .image-gallery {
  left: -80px;
  right: auto;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b2b2b2;
  border-top: 5px solid transparent;
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.rtl .product-block .image-gallery .arrow {
  border-right: 5px solid #b2b2b2;
  border-left: inherit;
}
.rtl .product-block .image-gallery .arrow {
  left: -9px;
  right: auto;
}
.product-block .image {
  padding-bottom: 0;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 0;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /*swap image*/
}
.product-block .image .img {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  z-index: -3;
}
.product-block .image .hover-image {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -3;
}
.rtl .product-block .image .hover-image {
  right: 0;
  left: auto;
}
.product-block .product-meta {
  position: relative;
  padding: 15px 0 0 0;
  overflow: hidden;
}
.product-block .pts-atchover {
  left: 50%;
}
.rtl .product-block .pts-atchover {
  right: 50%;
  left: auto;
}
.product-block:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.product-block:hover .image-gallery {
  display: block;
  z-index: 9999;
}
.product-block .availability {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .availability span {
  padding: 7px 15px;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: #FFFFFF;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: #FFFFFF;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* product style when screen width less then 991px */
@media (max-width: 991px) {
  .products-row .product-block .product-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products-row .product-block .product-meta .name {
    width: 100%;
    overflow: hidden;
    order: 1;
  }
  .products-row .product-block .product-meta .rating {
    order: 2;
    width: 100%;
    height: 20px;
    top: 0;
  }
  .products-row .product-block .product-meta .bottom {
    width: 100%;
    order: 3;
  }
  .products-row .product-block .product-meta .bottom .wrap-hover {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
  }
  .products-row .product-block .product-meta .bottom .wrap-hover .cart {
    margin-top: 5px;
  }
}

.product-label {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 110px;
    /* background: url(../image/bg-sale.png) no-repeat transparent; */
    font-family: "pluto";
    line-height: 35px;
    color: #fff;
}
.product-label .product-label-new, .product-label .product-label-special{
    width: 100%;
    height: 35px;
    background: #55afe8;
    display: block;
}
.product-label .product-label-new{
    background: #FF9800;
    margin-top: 10px;
}
.rtl .product-label {
  right: 20px;
  left: auto;
}

#header-top .logo-store img {
  max-width: 180px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    /*display: none;*/
}
#header-top .logo-store span.img {
    display: block;
    height: 63px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../image/logo.gif) no-repeat;
}
#header-top .pav-megamenu .navbar-nav > li > a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#header-top .main-menu.mainnav-v2 .quick-action > div {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#header-top.hide-bar .logo-store img {
  max-width: 45%;
}
#header-top.hide-bar .pav-megamenu .navbar-nav > li > a {
  padding: 22px 0;
}
#header-top.hide-bar .main-menu.mainnav-v2 .quick-action > div {
  padding-top: 0;
}
#header-top.header-top-v4.hide-bar {
  background: #212121 !important;
  padding-top: 0;
}
#header-top.header-top-v4.hide-bar .logo-store img {
  max-width: 45%;
}
#header-top.header-top-v4.hide-bar .pav-megamenu .navbar-nav > li > a {
  padding: 22px 0;
}
#header-top.header-top-v4.hide-bar .main-menu.mainnav-v2 .quick-action > div {
  padding: 11px 0;
}
#header-top.header-top-v4.hide-bar .quick-action > div {
  padding: 15px 0 0 15px;
}
.rtl #header-top.header-top-v4.hide-bar .quick-action > div {
  padding: 15px 15px 0 0;
}
#header-top.header-top-v4.hide-bar .quick-action > div.search-focus {
  margin-top: 15px;
  padding-right: 17px;
}
.rtl #header-top.header-top-v4.hide-bar .quick-action > div.search-focus {
  padding-left: 17px;
  padding-right: inherit;
}

.product-block .action {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .bottom {
  position: relative;
}
.product-block .bottom .wrap-hover {
  height: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-block .bottom .wrap-hover .cart {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  text-align: center;
}
.rtl .product-block .bottom .wrap-hover .cart {
  right: -110%;
  left: auto;
}
.product-block .bottom .wrap-hover .price {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.rtl .product-block .bottom .wrap-hover .price {
  right: 0;
  left: auto;
}
.product-block .swap.image .img {
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
}
.product-block .img {
    -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
    transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.product-block .swap.image .hover-image {
  height: 100%;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 100%;
}
.rtl .product-block .swap.image .hover-image {
  right: 0;
  left: auto;
}
.product-block .swap.image:hover .hover-image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-block .swap.image:hover .img {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.product-block .image {
  outline: 1px solid transparent;
  outline-offset: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.product-block:hover .price-quick {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .image {
  outline-color: #C1C1C3;
  outline-offset: -10px;
}
.product-block:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .wrap-hover .price {
  left: 110%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .product-block:hover .wrap-hover .price {
  right: 110%;
  left: auto;
}
.product-block:hover .wrap-hover .cart {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .product-block:hover .wrap-hover .cart {
  right: 0;
  left: auto;
}
.product-block .image:hover .product-zoom, .product-block .image:hover .pts-atchover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.pavo-banners .img1 .title {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  letter-spacing: 0;
}
.pavo-banners .img1 img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pavo-banners .img1:hover .title {
  letter-spacing: 3px;
}
.pavo-banners .img1:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sidebar .product-block .img, .sidebar .product-block .hover-image {
  -webkit-transition: none;
  transition: none;
}
.sidebar .product-block .rating, .sidebar .product-block .product-rating, .sidebar .product-block .norating {
  display: none;
}
.sidebar .product-block:hover .rating, .sidebar .product-block:hover .product-rating, .sidebar .product-block:hover .norating {
  display: none;
}
.sidebar .product-block:hover .price {
  display: block;
  left: 0;
}
.rtl .sidebar .product-block:hover .price {
  right: 0;
  left: auto;
}
.sidebar .product-block:hover .hover-image {
  display: none;
}
.sidebar .product-block:hover .img {
  display: block;
}

/* mini basket */
#cart {
    position: relative;
    font-family: "roboto", sans-serif;
}
#cart:hover {
  cursor: pointer;
}
#cart h4 {
  color: #000000;
  font-weight: 300;
  font-size: 11px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
#cart #cart-total {
  text-transform: uppercase;
}
#cart .content {
  left: auto;
  right: 0;
  padding: 15px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #a1a1a1;
}
.rtl #cart .content {
  right: auto;
  left: auto;
}
.rtl #cart .content {
  left: 0;
  right: auto;
}
#cart.active .heading #cart-total, #cart.active .heading .icon-cart, #cart.active .heading h4 {
  color: #000000;
}
#cart.active .heading a {
  color: #000000;
  background-color: #FFFFFF;
}
#cart.active .content {
  display: block;
}
#cart .heading {
  /* min-width: 220px; */
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .heading a {
  /*background: url("../image/icon-cart.png") no-repeat;*/
  padding: 0;
  margin-top: 0;
  line-height: 20px;
  height: 33px;
  display: inline-block;
  *display: inline;
  zoom: 1;
    position: relative;
}
#cart .heading a i.fa {
    font-size: 34px;
    float: left;
    margin-right: 5px;
    color: #fff;
}
#cart .badge{
    position: absolute!important;
    top: -10px;
    right: -10px;
    padding: 5px;
    min-width: 23px;
    line-height: 11px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #64a70b!important;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.rtl #cart .heading a {
  padding: 0 38px 0 0;
}
#cart .heading a span {
    color: #64a70b;
    font-weight: 600;
    font-size: 14px;
}
#cart .heading a span#cart-total {
    color: #fff;
    position: absolute;
    text-transform: initial;
    text-align: right;
    font-size: 16px;
    top: 50%;
    margin-top: -14px;
    font-weight: 400;
    right: 50px;
    width: 80px;
}
.rtl #cart .heading a span {
  margin-left: 8px;
  margin-right: inherit;
}
#cart .media {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#cart .media .pull-left {
  text-align: center;
  position: relative;
  margin-right: 10px;
}
.rtl #cart .media .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
.rtl #cart .checkout {
  text-align: left;
}
#cart .empty {
  padding-top: 20px;
  text-align: center;
}
#cart .mini-cart-total {
  text-align: right;
}
.rtl #cart .mini-cart-total {
  text-align: left;
}
#cart .mini-cart-total td {
  color: #000;
  padding: 4px;
}
#cart .mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
#cart .mini-cart-info {
  min-width: 300px;
}
#cart .mini-cart-info .table {
  overflow: hidden;
  position: relative;
}
#cart .mini-cart-info .name {
  font-size: 13px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#cart .mini-cart-info .name a {
  font-size: 13px;
}
#cart .mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 6px;
  border-bottom: 1px solid #E5E5E5;
}
#cart .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#cart .mini-cart-info .image {
  float: left;
  margin-right: 10px;
}
.rtl #cart .mini-cart-info .image {
  float: right;
}
.rtl #cart .mini-cart-info .image {
  margin-left: 10px;
  margin-right: inherit;
}
#cart .mini-cart-info .image img {
  text-align: left;
}
.rtl #cart .mini-cart-info .image img {
  text-align: right;
}
#cart .mini-cart-info .remove {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 0;
}
.rtl #cart .mini-cart-info .remove {
  text-align: left;
}
.rtl #cart .mini-cart-info .remove {
  left: 10px;
  right: auto;
}
#cart .mini-cart-info .remove img {
  cursor: pointer;
}
#cart .mini-cart-info td.total {
  text-align: right;
}
.rtl #cart .mini-cart-info td.total {
  text-align: left;
}

.cart-has-search #cart {
  float: right;
}
.rtl .cart-has-search #cart {
  float: left;
}
.cart-has-search #cart .heading {
  min-height: 38px;
  border: none;
}
.cart-has-search #cart .heading .cart-inner {
  padding-top: 0;
  height: auto;
}
.cart-has-search #cart .heading .cart-inner a {
  padding: 0;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 38px;
}
.rtl .cart-has-search #cart .heading .cart-inner a {
  padding-left: 10px;
  padding-right: inherit;
}
.cart-has-search #cart .heading .cart-inner a .icon-cart {
  margin-right: 10px;
  line-height: 36px;
  padding: 0 18px;
  height: 38px;
  background: url("../image/icon-cart.png") no-repeat center center #64a70b;
  float: left;
}
.rtl .cart-has-search #cart .heading .cart-inner a .icon-cart {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .cart-has-search #cart .heading .cart-inner a .icon-cart {
  float: right;
}
.cart-has-search #cart .heading .cart-inner a .icon-cart:before {
  content: "";
}
.cart-has-search #cart .heading .cart-inner a h4 {
  font-family: "pluto", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}
.cart-has-search #cart.active .heading .cart-inner a {
  color: #FFFFFF;
}
.cart-has-search #cart.active .heading .cart-inner a #cart-total, .cart-has-search #cart.active .heading .cart-inner a .icon-cart, .cart-has-search #cart.active .heading .cart-inner a h4 {
  color: #FFFFFF;
}

.header-logo-v2 #cart .heading a {
  padding: 0 7px;
}

/** apply general product block **/
.sidebar .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin-bottom: 0;
}
.rtl .sidebar .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.sidebar .products-row:first-child > .product-col:first-child .product-block {
  padding-top: 0;
}
.sidebar .product-block {
  padding: 20px 0 20px;
  text-align: left;
}
.sidebar .product-block:before, .sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.rtl .sidebar .product-block {
  text-align: right;
}
.sidebar .product-block .image {
  float: left;
  width: 33%;
  text-align: left;
  margin-right: 10px;
  position: relative;
}
.rtl .sidebar .product-block .image {
  float: right;
}
.rtl .sidebar .product-block .image {
  text-align: right;
}
.rtl .sidebar .product-block .image {
  margin-left: 10px;
  margin-right: inherit;
}
.sidebar .product-block .action, .sidebar .product-block .pav-colorbox, .sidebar .product-block .colorbox, .sidebar .product-block .cart, .sidebar .product-block .image-gallery {
  display: none;
}
.sidebar .product-meta {
  width: 59.5%;
  float: left;
  padding: 0;
}
.rtl .sidebar .product-meta {
  float: right;
}
.sidebar .product-label {
  display: none;
}
.sidebar .left .name {
  min-height: auto;
  font-size: 12px;
  min-height: 1px;
}
.sidebar .left .bottom {
  padding: 10px 0 0;
}

/*  */
/* social internal module */
.social {
  padding: 30px 10px;
}
.social span {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 20px 0 0;
}
.rtl .social span {
  float: right;
}
.rtl .social span {
  margin: 10px 0 0 20px;
}
.social a {
  cursor: pointer;
  text-align: center;
  margin-right: 15px;
  padding: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border: 3px double #FFFFFF;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .social a {
  margin-left: 15px;
  margin-right: inherit;
}
.social a i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  padding: 5px 8px;
  color: #FFFFFF;
}
.social a:hover.facebook {
  background-color: #346da6;
}
.social a:hover.twitter {
  background-color: #4c91d7;
}
.social a:hover.rss {
  background-color: #f05423;
}
.social a:hover.google-plus {
  background-color: #c9242d;
}
.social a:hover.pinterest {
  background-color: #fb9e3a;
}

/* back top top */
.scrollup {
  background: #64a70b;
  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: 13px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}

/* Popular tag */
.pavpopulartag a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  text-transform: uppercase;
  float: left;
  margin: 3px;
}
.rtl .pavpopulartag a {
  float: right;
}
.pavpopulartag a:hover {
  background: #64a70b;
  border-color: #64a70b;
  color: #FFFFFF;
}

/* Specials product */
.special .box-heading:before {
  content: "";
  width: 85px;
  height: 85px;
  background: url("../image/product-hot.png") no-repeat 0 0;
  position: absolute;
  top: -35px;
  right: -10px;
}
.rtl .special .box-heading:before {
  left: -10px;
  right: auto;
}

/* Footer intro */
.contact-info {
  line-height: 27px;
}
.contact-info ul li {
  padding: 5px 0;
}
.contact-info .title {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
.contact-info .service {
  padding-top: 5px;
}

/* Sliderlayer */
.layerslider-wrapper .tparrows.default {
  opacity: 0;
  filter: alpha(opacity=0);
}
.layerslider-wrapper .tparrows.default:hover {
  background: #64a70b;
}
.layerslider-wrapper:hover .tparrows.default {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Advertise banner */
.pavo-banners .img1 {
  position: relative;
  overflow: hidden;
}
.pavo-banners .img1 .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 13% 3% 0;
  cursor: pointer;
}
.rtl .pavo-banners .img1 .description {
  right: 0;
  left: auto;
}
.pavo-banners .img1 .description .title {
  font-family: "pluto";
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
.pavo-banners .img1 .description .text {
  color: #c6c6c6;
}
.pavo-banners .img1 .description .button {
  margin-top: 15px;
  display: none;
}

/*Slider layer*/
.bannercontainer:hover .tparrows {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tparrows {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tparrows.tp-leftarrow {
  background: url("../image/slide-control-left.png") no-repeat scroll center 0 transparent;
}
.tparrows.tp-rightarrow {
  background: url("../image/slide-control-right.png") no-repeat scroll center 0 transparent;
}
.tparrows:hover {
  background-position: center -110px;
}

/**/
.promotion-center {
  text-align: center;
  position: relative;
  margin: 6% 0 4%;
}
.promotion-center:hover .text_large {
  letter-spacing: 2px;
}
.promotion-center .text_small {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 18px;
}
.promotion-center .text_medium {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 18px;
}
.promotion-center .text_large {
  padding: 20px 15px;
  margin: 15px 24%;
  border: 2px solid #FFFFFF;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "pluto";
  line-height: 110px;
  letter-spacing: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.promotion-center .theme-color {
  color: #64a70b;
}

/**/
.pavgooglemap {
  background: #64a70b;
}

/**/
.intro-landingpage {
  position: relative;
}
.intro-landingpage .bg-glare {
  background: url("../image/bg-intro.png") repeat transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rtl .intro-landingpage .bg-glare {
  right: 0;
  left: auto;
}
.intro-landingpage .landingpage .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 60px;
  height: 105px;
  top: 48%;
}
.intro-landingpage .landingpage .carousel-control.left {
  background: url("../image/slide-intro-control-left.png") no-repeat scroll center 0 transparent;
  left: 100px;
}
.rtl .intro-landingpage .landingpage .carousel-control.left {
  right: 100px;
  left: auto;
}
.intro-landingpage .landingpage .carousel-control.right {
  background: url("../image/slide-intro-control-right.png") no-repeat scroll center 0 transparent;
  right: 100px;
}
.rtl .intro-landingpage .landingpage .carousel-control.right {
  left: 100px;
  right: auto;
}
.intro-landingpage .landingpage .carousel-control:hover {
  background-position: center -110px;
}
.intro-landingpage .landingpage:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.producttabs .tab-nav {
  width: 100%;
  text-align: center;
}

.box.producttabs .nav {
  margin: 0 auto;
}

/*general*/
.breadcrumb {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  background: transparent;
  padding: 5px 0 0;
  margin: 0;
  font-size: 11px;
}

#breadcrumb .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb,
#breadcrumb {
  text-align: center;
  padding: 15px 0;
  background: #E5E5E5;
  position: relative;
  margin-bottom: 30px;
}
.breadcrumb h1,
#breadcrumb h1 {
  font-size: 30px;
  color: #000000;
  display: inline;
  position: relative;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.breadcrumb:before,
#breadcrumb:before {
  border-color: #E5E5E5 transparent transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 49%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.rtl .breadcrumb:before, .rtl
#breadcrumb:before {
  right: 49%;
  left: auto;
}

/*Home*/
body[class*="-home"] .success, body[class*="-home"] .warning, body[class*="-home"] .attention, body[class*="-home"] .information {
  margin-top: 0;
}

#content h1 {
  margin-top: 0;
}
#content h2 {
  font-size: 17px;
  text-transform: uppercase;
    text-align: center;
}

/* category */
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
    text-align: center;
}
.category-info .description {
  padding-bottom: 10px;
}

.category-description {
  display: none;
}

.refine-search .box-heading {
  padding-left: 0;
}
.rtl .refine-search .box-heading {
  padding-right: 0;
  padding-left: inherit;
}
.refine-search ul, .refine-search ol {
  list-style: none;
}
.refine-search ul > li, .refine-search ol > li {
  padding: 10px 0;
  margin-right: 10px;
  line-height: normal;
}
.rtl .refine-search ul > li, .rtl .refine-search ol > li {
  margin-left: 10px;
  margin-right: inherit;
}

.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;
}
.rtl .cart-total td {
  text-align: left;
}
.cart-total table {
  float: right;
}
.rtl .cart-total table {
  float: left;
}
.cart-total .left b {
  padding-right: 60px;
}
.rtl .cart-total .left b {
  padding-left: 60px;
  padding-right: inherit;
}
.cart-total .right.last {
  font-size: 30px;
}

/* manufacturer */
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #ebebeb;
}

.manufacturer-list {
  border: 0;
  padding: 9px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.rtl .manufacturer-list ul {
  float: right;
}

.manufacturer-content {
  padding: 8px;
  overflow: auto;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  padding: 8px 0;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-size: 13px;
  color: #292929;
  border-style: none;
  margin-bottom: 10px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.rtl .product-filter .filter-right > div {
  padding-right: 5px;
  padding-left: inherit;
}
.product-filter .display a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: 1px solid #E5E5E5;
  float: left;
  cursor: pointer;
  margin-right: 5px;
  color: #E5E5E5;
}
.rtl .product-filter .display a {
  float: right;
}
.rtl .product-filter .display a {
  margin-left: 5px;
  margin-right: inherit;
}
.product-filter .display a.active, .product-filter .display a:hover {
  color: #000;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  height: 34px;
}

/* product list mode  */
.product-list .product-col {
  width: 100%;
}
.product-list .description {
  display: block;
}
.product-list .image {
  float: left;
  margin-right: 20px;
  text-align: center;
}
.rtl .product-list .image {
  float: right;
}
.rtl .product-list .image {
  margin-left: 20px;
  margin-right: inherit;
}
.product-list .product-block:hover .wrap-hover .cart {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: left;
}
.rtl .product-list .product-block:hover .wrap-hover .cart {
  right: 0;
  left: auto;
}
.rtl .product-list .product-block:hover .wrap-hover .cart {
  text-align: right;
}
.product-list .product-block .bottom .price {
  text-align: left;
}
.rtl .product-list .product-block .bottom .price {
  text-align: right;
}
.product-list .product-block .rating {
  overflow: hidden;
}
.product-list .product-block .product-meta {
  text-align: left;
}
.rtl .product-list .product-block .product-meta {
  text-align: right;
}

/* product grid mode */
.product-grid {
  position: relative;
  background-color: #FFFFFF;
}
.product-grid.last {
  border: 0;
}
.product-grid .description, .product-grid .price-tax {
  display: none;
}

.products-block .products-row.last, .products-block .products-row:last-child {
  border-bottom: 0;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: #FFFFFF;
}

.product-info {
  /*margin: 30px 0;*/
}
.product-info .thumbnail, .product-info .img-thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.product-info .image-container {
  padding-right: 15px !important;
}
.rtl .product-info .image-container {
  padding-left: 15px !important;
  padding-right: inherit;
}
.product-info .image-container > div {
  padding: 0.5px !important;
  margin: 0;
}
.product-info .image-container > div#img-detail img {max-width: 500px}
.product-info .title-product {
  font-size: 30px;
  font-weight: 100;
  color: #000000;
  margin: 0 0 20px;
}
.product-info .addthis_toolbox {
  margin: 20px 0;
}
.product-info .product-view {
  padding-left: 15px;
}
.rtl .product-info .product-view {
  padding-right: 5px;
  padding-left: inherit;
}
.product-info .product-view .product-info > div {
  margin-bottom: 20px;
}
.product-info .product-view .summary {
  font-size: 15px;
  color: #000000;
  font-weight: 100;
  line-height: 28px;
}
.product-info .product-view .price .list-unstyled {
    display: inline-block;
}
.product-info .carousel-controls {
  float: left;
}
.rtl .product-info .carousel-controls {
  float: right;
}
.product-info .carousel-control {
  position: absolute;
    top: 20px;
  color: #DADADA;
  border: 1px solid #DADADA;
  text-shadow: none;
  width: 35px;
  height: 40px;
  float: left;
  margin-top: 3px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.product-info .carousel-control i {
  display: none;
}
.product-info .carousel-control.right {
  background: url("../image/carousel-control-right.png") no-repeat scroll center 8px #FFFFFF;
}
.product-info .carousel-control.left {
  /*margin-left: 5px;*/
  background: url("../image/carousel-control-left.png") no-repeat scroll center 8px #FFFFFF;
}
.product-info .carousel-control:last-child {
  /*border-left: none;*/
}
.product-info .carousel-control:hover {
  background-position: center -39px;
}
.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-weight: bold;
}
.product-info ul, .product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  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 {
  color: #000000;
  font-size: 23px;
  text-align: left;
  margin-bottom: 0;
}
.rtl .product-info .price {
  text-align: right;
}
.product-info .price .price-gruop {
  font-size: 30px;
  font-family: "pluto", sans-serif;
  /*text-transform: uppercase;*/
  color: #000000;
}
.product-info .price .price-old {
  color: #bbbbbb;
  font-size: 23px;
    margin-left: 7px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 9px;
}
.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: 20px 0;
  font-size: 20px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.rtl .product-info .description b {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .description b {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .description .fa {
  color: #64a70b;
  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: 15px;
  margin: 3px 5px 0 0;
}
.rtl .product-info .description .fa {
  float: right;
}
.rtl .product-info .description .fa {
  margin: 3px 0 0 5px;
}
.product-info .description p {
  margin-top: 5px;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
  overflow: visible;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 0;
  padding: 0 1px 1px !important;
  text-align: center;
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
}
.rtl .product-info .carousel-inner a {
  margin-left: 0;
  margin-right: inherit;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  display: inline;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  max-width: 80px;
}
.product-info .carousel-inner.owl-carousel .owl-buttons div{
    color: #65a80d;
}
.product-info .carousel-inner.owl-carousel:hover .owl-buttons div{
    opacity: 1;
}
.product-info .carousel-inner.owl-carousel .owl-buttons div.owl-prev{
    left: -5px;
}
.product-info .carousel-inner.owl-carousel .owl-buttons div.owl-next{
    right: -15px;
}

.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 #E5E5E5;
  cursor: pointer;
}
.rtl .product-info .option-image img {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .option-image img {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
    padding: 15px;
  /*border: 1px solid #E5E5E5;*/
  text-align: center;
}
.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,
.product-info .product-view .price .quantity-adder {
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
.product-info .product-view .price .quantity-adder {
    float: right;
    padding: 5px 10px;
}
.product-info .product-extra .quantity-adder{
    padding-bottom: 20px;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-view .price .quantity-adder input {
  border: 1px solid #E5E5E5;
}
.product-info .product-extra .add-action,
.product-info .product-view .price .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  position: relative;
  cursor: pointer;
  font-size: 6.5px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
.rtl .product-info .product-extra .add-action,
.rtl .product-info .product-view .price .add-action {
  border-left: 1px solid #E5E5E5;
  border-right: inherit;
}
.product-info .product-extra .add-action:hover,
.product-info .product-view .price .add-action:hover {
  color: #64a70b;
}
.product-info .product-extra .add-up,
.product-info .product-view .price .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon,
.product-info .product-view .price .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: #64a70b;
}
.product-info .product-extra .quantity-number span,
.product-info .product-view .price .quantity-number span {
  padding: 5px 20px;
}
.product-info .product-extra .quantity-number input,
.product-info .product-view .price .quantity-number input {
  text-align: center;
  width: 57px;
  height: 32px;
}
.product-info .product-extra .quantity-number input{
    display: inline-block;
}
.product-info .product-extra .cart{
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
}
.product-info .product-extra .cart.callback_user{
    width: 100%;
}
.product-info #button-cart, .product-info #button-cart-credit {
    width: 100%;
    color: #FFFFFF !important;
}
.product-info #button-cart{
    background-color: #64a70b;
    border-color: #64a70b;
}
.product-info #button-cart-credit{
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}
.product-info #button-cart:hover{
    background-color: #488b0b;
     border-color: #488b0b;
}
.product-info #button-cart-credit:hover{
    background-color: #64a70b;
    border-color: #64a70b;
}
.product-info .action:before, .product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin-left: 0;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}
.rtl .product-info .action > div {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .action > div a {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 7px 0;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.product-info .action > div a:hover {
  background: #64a70b;
  color: #FFFFFF;
}
.product-info .action > div:first-child {
  border: none;
}

.tabs-group {
  /*border-top: 1px solid #E5E5E5;*/
  /*padding-top: 20px;*/
  overflow: hidden;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .tab-content {
  /*padding-top: 20px;*/
  font-size: 15px;
  line-height: 25px;
}
.tabs-group .tab-content ul {
  margin-left: 10px;
}
.rtl .tabs-group .tab-content ul {
  margin-right: 10px;
  margin-left: inherit;
}
.tabs-group .tab-content li {
  display: list-item;
  list-style: inside disc;
}

.product-related .box-heading {
  text-align: center !important;
  color: #000000;
  font-family: "pluto", sans-serif;
  font-size: 18px;
  font-weight: 100;
  padding: 20px 30px;
}
.product-related .box-heading span {
  padding: 0 20px;
  position: relative;
  background: #FFFFFF;
}
.tab-content .box-heading{
    text-align: center;
    padding: 0;
}
.tab-content .box-heading h2{
    display: inline-block;
    position: relative;
    margin-top: 50px;
}
.tab-content .box-heading h2:before, .tab-content .box-heading h2:after, .product-related .box-heading span:before, .product-related .box-heading span:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #E5E5E5;
  width: 1000px;
  height: 1px;
}
.tab-content .box-heading h2:after, .product-related .box-heading span:after {
  right: 100%;
}
.rtl .product-related .box-heading span:after {
  left: 100%;
  right: auto;
}
.tab-content .box-heading h2:before, .product-related .box-heading span:before {
  left: 100%;
}
.rtl .product-related .box-heading span:before {
  right: 100%;
  left: auto;
}
.product-related .carousel-control {
  top: 10px;
}

.product-related .products-rows {
  position: relative;
}

/**
 *
 */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.rtl .review-list .rating {
  float: left;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.rtl .review-list .author {
  float: right;
}
.review-list .author span {
  color: #000000;
}
.review-list .text {
  clear: both;
}

/* attribute */
.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
  text-align: left;
}
.rtl .attribute thead td, .rtl .attribute thead tr td:first-child {
  text-align: right;
}

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.rtl .attribute {
  border-right: 1px solid #ddd;
  border-left: inherit;
}
.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;
}
.rtl .attribute td {
  border-left: 1px solid #ddd;
  border-right: inherit;
}
.rtl .attribute td {
  border-right: 0;
  border-left: inherit;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.rtl .attribute tr td:first-child {
  text-align: left;
}

.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%;
}
.rtl .compare-info tr td:first-child {
  text-align: right;
}

.compare-info thead td, .compare-info thead tr td:first-child {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}
.rtl .compare-info thead td, .rtl .compare-info thead tr td:first-child {
  text-align: right;
}

/* 
* WISHTLIST PAGE 
/* 
 * CART PAGE
 */
.account-wishlist .btn {
  min-width: 28px;
}

.wishlist-info table tr td, .cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
}

/**
 * LOGIN PAGE
 */
/* 
 * ORDERS PAGE 
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .order-list .order-status {
  float: left;
}
.rtl .order-list .order-status {
  text-align: left;
}
.order-list .order-content {
  padding: 10px 0;
}
.order-list .order-info {
  text-align: right;
}
.rtl .order-list .order-info {
  text-align: left;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .order-list .order-id {
  float: right;
}
.order-list .list-content {
  margin-bottom: 12px;
}

.order-detail {
  background: #E5E5E5;
  font-weight: bold;
}

/* RETURN PAGE
 *
 */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .return-list .return-id {
  float: right;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .return-list .return-status {
  float: left;
}
.rtl .return-list .return-status {
  text-align: left;
}
.return-list .return-info {
  text-align: right;
}
.rtl .return-list .return-info {
  text-align: left;
}
.return-list .list-content {
  margin-bottom: 12px;
}

.return-opened textarea {
  vertical-align: top;
}

.return-captcha {
  float: left;
}
.rtl .return-captcha {
  float: right;
}

.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .download-list .download-status {
  float: left;
}
.rtl .download-list .download-status {
  text-align: left;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .download-list .download-id {
  float: right;
}
.download-list .download-content {
  padding: 10px 0;
}
.download-list .download-info {
  text-align: right;
}
.rtl .download-list .download-info {
  text-align: left;
}
.download-list .list-content {
  margin-bottom: 24px;
}

/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #E5E5E5;
  padding: 8px;
  font-size: 17px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.rtl .checkout-heading a {
  float: left;
}

.checkout-content {
  padding: 0 0 15px 0;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left;
}
.rtl .checkout-product tbody .name, .rtl .checkout-product tbody .model {
  text-align: right;
}

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left;
}
.rtl .checkout-product thead .name, .rtl .checkout-product thead .model {
  text-align: right;
}

.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #ebebeb;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.rtl .checkout-product tfoot td {
  text-align: left;
}
.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;
}
.rtl .checkout-product table {
  border-right: 1px solid #ddd;
  border-left: inherit;
}
.rtl .checkout-product table {
  border-left: 1px solid #ddd;
  border-right: inherit;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right;
}
.rtl .checkout-product tbody .quantity, .rtl .checkout-product tbody .price, .rtl .checkout-product tbody .total {
  text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right;
}
.rtl .checkout-product thead .quantity, .rtl .checkout-product thead .price, .rtl .checkout-product thead .total {
  text-align: left;
}

/*
 * CONTENT INFOMATION
 */
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.92857;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 36px;
}
.rtl .sitemap-info ul > li > ul {
  margin-right: 36px;
  margin-left: inherit;
}
.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*/
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230%;
  color: #64a70b;
  margin: 120px 0 12px 0;
}
.page-not-found span {
  margin-right: 12px;
}
.rtl .page-not-found span {
  margin-left: 12px;
  margin-right: inherit;
}

/*Contact Page*/
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}

.contact-content {
  background-color: transparent;
  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: 18px;
  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: #64a70b;
}

.zoomContainer {
  moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none !important;
  transform: none;
}

.body.quickview .zoomContainer {
  display: none !important;
}
.body.quickview .product-detail > .product-info {
  padding-right: 0;
}
.rtl .body.quickview .product-detail > .product-info {
  padding-left: 0;
  padding-right: inherit;
}

/* SEARCH PAGE */
.page-product-search .search .content-search {
  padding-left: 30px;
}
.rtl .page-product-search .search .content-search {
  padding-right: 30px;
  padding-left: inherit;
}

.main-menu.menu_fixed {
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1000;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: auto !important;
}
.main-menu.menu_fixed .pav-megamenu .navbar-nav > li > a {
  padding: 23px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-menu.menu_fixed .logo-store {
  padding: 0;
}
.main-menu.menu_fixed .canvas-menu {
  margin-top: 12px;
}
.main-menu.menu_fixed.mainnav-v4 .quick-action > div {
  padding-top: 18px;
}
.main-menu.menu_fixed.mainnav-v4 .quick-action > div.search-focus {
  margin-top: 18px;
}

.pav-megamenu {
  background: transparent;
  font-family: "pluto", sans-serif;
  text-align: center;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  background: transparent;
  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;
}
.pav-megamenu .navbar-nav {
  float: right;
  width: auto;
}
.rtl .pav-megamenu .navbar-nav {
  float: left;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 36px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  background-color: transparent !important;
  font-weight: 700;
  font-family: "roboto", sans-serif;
  margin: 0 30px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pav-megamenu .navbar-nav > li:first-child > a {
    margin-left: 0;
}
.pav-megamenu .navbar-nav > li:last-child > a {
    margin-right: 0;
}
.pav-megamenu .navbar-nav > li:hover > a, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: #fff !important;
}
/*.pav-megamenu .navbar-nav > li > a:hover .caret:before, .pav-megamenu .navbar-nav > li > a:focus .caret:before, .pav-megamenu .navbar-nav > li > a:active .caret:before {*/
  /*color: #fff !important;*/
/*}*/
.pav-megamenu .navbar-nav > li > a:after {
  content: "";
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  line-height: 0;
  position: absolute;
  height: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  width: 4px;
  margin: auto;
  z-index: 9;
}
.rtl .pav-megamenu .navbar-nav > li > a:after {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: relative;
}
.pav-megamenu .navbar-nav > li > a .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -10px;
  top: -10px;
  font-weight: 100;
  color: #FFFFFF;
}
.rtl .pav-megamenu .navbar-nav > li > a .caret:before {
  left: -10px;
  right: auto;
}
.pav-megamenu .navbar-nav > li:hover > a .caret:before, .pav-megamenu .navbar-nav > li:hover:active > a .caret:before {
  /*color: #64a70b;*/
}
.pav-megamenu .navbar-nav > li:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
.pav-megamenu .navbar-nav .aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
    max-width: 1000px;
}
.pav-megamenu .navbar-nav .aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
.rtl .pav-megamenu .navbar-nav .aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav .aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .pav-megamenu .navbar-nav .aligned-right > .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav .aligned-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.pav-megamenu .navbar-nav .aligned-right > .dropdown-menu .dropdown-menu {
  left: auto;
  right: 105%;
}
.rtl .pav-megamenu .navbar-nav .aligned-right > .dropdown-menu .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav .aligned-right > .dropdown-menu .dropdown-menu {
  left: 105%;
  right: auto;
}
.pav-megamenu .navbar-nav .aligned-left > .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav .aligned-left > .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav .aligned-left > .dropdown-menu .dropdown-menu {
  left: 100%;
}
.rtl .pav-megamenu .navbar-nav .aligned-left > .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}
.pav-megamenu .navbar-nav .aligned-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.rtl .pav-megamenu .navbar-nav .aligned-center > .dropdown-menu {
  right: 50%;
  left: auto;
}
.pav-megamenu .dropdown-menu {
  text-align: left;
  top: 110%;
    left: 50%;
    margin-left: -500px;
  height: auto;
  border: 0;
  min-width: 250px;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
    display: initial;
    visibility: hidden;
    opacity: 0;
}
.rtl .pav-megamenu .dropdown-menu {
  text-align: right;
}
.rtl .pav-megamenu .dropdown-menu {
  right: -9999px;
  left: auto;
}
.pav-megamenu .dropdown-menu li {
  line-height: 28px;
}
.pav-megamenu .dropdown-menu li a {
  color: #000000;
  padding: 0;
  font-size: 13px;
  line-height: 28px;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #64a70b !important;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #64a70b;
}
.pav-megamenu .dropdown-menu .menu-title {
  margin-bottom: 25px;
  font-size: 13px;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  /*display: block;*/
    /*left: 0;*/
    visibility: visible;
    opacity: 1;
    /*-webkit-transition: opacity 0.3s linear 0s;*/
    /*transition: opacity 0.3s linear 0s;*/
    left: 50%;
    margin-left: -500px;
    top:100%;
}
/*.pav-megamenu .megamenu > li:hover{*/
    /*background: #e5e5e5;*/
    /*background: linear-gradient(to top, #fff, #e5e5e5);*/
/*}*/
/*.pav-megamenu .dropdown:hover > a {*/
  /*color: #64a70b;*/
/*}*/
/*.pav-megamenu .dropdown:hover > a .fa {*/
  /*color: #64a70b;*/
/*}*/
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  left: -100%;
  right: auto;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  right: auto;
  left: auto;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  display: block;
  top: 0;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "pluto";
  color: #FFFFFF;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .widget-title {
  color: #000000;
}
.pav-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.pav-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.pav-megamenu .megamenu .cols3 {
  min-width: 740px;
}

.mainnav-v2 .pav-megamenu {
  padding-left: 15px;
}
.rtl .mainnav-v2 .pav-megamenu {
  padding-right: 15px;
  padding-left: inherit;
}
.mainnav-v2 .pav-megamenu .navbar-nav {
  float: left;
}
.rtl .mainnav-v2 .pav-megamenu .navbar-nav {
  float: right;
}

.mainnav-v1 .pav-megamenu .navbar-nav {
  float: right;
}
.rtl .mainnav-v1 .pav-megamenu .navbar-nav {
  float: left;
}

.mainnav-v4 .navbar-nav > li > a {
  padding-bottom: 10px;
  position: relative;
  margin: 0 18px;
}
.mainnav-v4 .navbar-nav > li > a:after {
  content: "";
  background: #FFFFFF;
  left: 0;
  bottom: -100%;
  line-height: 0;
  position: absolute;
  height: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  transition: width 0.5s ease 0s, height 0.5s ease 0s;
  width: 4px;
  margin: auto;
  z-index: 9;
}
.rtl .mainnav-v4 .navbar-nav > li > a:after {
  right: 0;
  left: auto;
}
.mainnav-v4 .navbar-nav > li:hover > a .caret:before, .mainnav-v4 .navbar-nav > li:hover:active > a .caret:before {
  color: #64a70b;
}
.mainnav-v4 .navbar-nav > li:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}

/*** widgets using inside megamenu ***/
.pavo-widget .widget-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.pavo-widget .widget-product-list .w-product {
  width: 100% !important;
}
.pavo-widget .widget-product-list .product-block {
  margin-bottom: 20px;
}
.pavo-widget .widget-product-list .product-block .price-quick, .pavo-widget .widget-product-list .product-block .right, .pavo-widget .widget-product-list .product-block .cart {
  display: none;
}
.pavo-widget .widget-product-list .product-block .image {
  float: left;
}
.rtl .pavo-widget .widget-product-list .product-block .image {
  float: right;
}
.pavo-widget .widget-product-list .product-block:hover .image {
  outline: medium none !important;
  outline-offset: 0 !important;
  outline-color: transparent !important;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}
.pavo-widget .widget-product-list .product-block:hover .wrap-hover .price {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .pavo-widget .widget-product-list .product-block:hover .wrap-hover .price {
  right: 0;
  left: auto;
}

.pts-parallax {
  padding: 0;
}
.pts-parallax .pav-inner {
  background-attachment: fixed;
  background-clip: padding-box;
  background-position: center center;
  background-size: auto;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.canvas-menu {
  /*margin-top: 20px;*/
  padding: 8px 15px;
  font-size: 25px;
  font-family: "pluto",sans-serif;
  float: right;
  background: transparent;
  border: none;
  color: #fff;
}
.rtl .canvas-menu {
  float: left;
}
.under_the_order{ margin-top: 20px; text-align: left;}
.under_the_order .text_under_the_order, .under_the_order .fa, .under_the_order a, .under_the_order .under_the_order_phone{ font-size: 20px }
.under_the_order .fa{ margin-right: 10px }

.box-center .pav-custom .box-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.contact-content .control-label {
  text-align: left;
}
.rtl .contact-content .control-label {
  text-align: right;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background: #64a70b;
    border-color: #4c8e0b;;
}
#tab-description{
    border: 1px solid #dddddd;
    padding: 5px;
}
#tab-downloads{
    font-size: 20px;
}
#topbar.topbar-v1 .quick-action > div > div.search_block{
    min-height: initial;
    overflow: initial;
    padding: 0;
}
#topbar.topbar-v1 .quick-action > div > div.search_block .search {
    padding: 0;
    width: 100%;
}
#topbar.topbar-v1 .quick-action > div > div.search_block .search input {
    border: 0;
    height: 36px;
    padding: 2px 0 2px 15px;
    font-size: 16px;
    display: inline-block;
}
#topbar.topbar-v1 .quick-action > div > div.search_block .search input.form-control {
    background: #fff;
    outline: 0;
    border: 1px solid #599804;
}
#topbar.topbar-v1 .quick-action > div > div.search_block .search input.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(100, 167, 11, 0.075), 0 0 8px rgba(100, 167, 11, 0.6);
    box-shadow: inset 0 1px 1px rgba(100, 167, 11, 0.075), 0 0 8px rgba(100, 167, 11, 0.6);
}
.form-control:focus{
    border-color: #64a70b;
    -webkit-box-shadow: inset 0 1px 1px rgba(100, 167, 11, 0.075), 0 0 8px rgba(100, 167, 11, 0.6);
    box-shadow: inset 0 1px 1px rgba(100, 167, 11, 0.075), 0 0 8px rgba(100, 167, 11, 0.6);
}
#topbar.topbar-v1 .quick-action > div > div.search_block .search .button-search {
    height: initial;
    font-size: 22px;
    border-color: #64a70b;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(100, 167, 11, 0.075), 0 0 8px rgba(100, 167, 11, 0.6);*/
    /*box-shadow: inset 0 1px 1px rgba(100, 167, 11, 0.075), 0 0 8px rgba(100, 167, 11, 0.6);*/
    display: inline-block;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 8px;
    color: #fff;
    background: #64a70b;
}
.quick-access{
    font-weight: 500;
}
.quick-access .phones, .quick-access .work{
    font-size: 14px;
    display: inline-block;
    margin-right: 40px;
}
.quick-access .phones span, .quick-access .work span{
    margin-right: 13px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-transform: capitalize;
}
.quick-access .work span a{
    text-transform: none;
}
.quick-access .phones span:first-child, .quick-access .work span:first-child {
    margin-right: 20px;
}
.quick-access .phones span:last-child, .quick-access .work span:last-child {
    margin-right: 0;
}
.quick-access .phones span.icon, .quick-access .work span.icon{
    float: left;
}
.quick-access .phones .col-md-1, .quick-access .work .col-md-1{
    padding: 0;
}
.quick-access .phones .custom-phone, .quick-access .work .custom-clock-o, .quick-access .work .custom-envelope{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("/catalog/view/theme/irobotrus/image/header-icon.png");
}
.quick-access .phones .custom-phone{
    background-position-x: 50px;
}
.quick-access .work .custom-envelope{
    background-position-x: 25px;
}
.btn-default{
    border: 1px solid #64a70b;
    padding: 7px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
    background-color: #64a70b;
    border-color: #64a70b;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{
    background-color: #64a70b;
    border-color: #64a70b;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus{
    color: #64a70b;
}
.class_scroll{display: none;}
.scroll-button.mobile{ display: none}
/* ��� ������������ ���� � ������������ � �������/��������� */
.success {
    display: none;
    width: 600px;
    margin-left: -300px;
    background: white;
    border: 1px solid #E4E3E3;
    padding: 50px;
    left: 50%;
    top: 22%;
    font-size: 16px;
    color: #333333 !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 15000;
    position: fixed;
}
.success a{
    color: #64a70b;
    text-decoration: none !important;
    font-size: 16px;
}
.success a:hover{
    color: #9cc763;
    text-decoration: underline;
}
.success .close{
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0.7;
}
.success_button {
    background:#64a70b;
    border:1px solid #E4E3E3;
    display:inline-block;
    cursor:pointer;
    color:white !important;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
}
.success_button:hover {
    text-decoration: none !important;
    /*color: #000000 !important;*/
    background:#9cc763;
}
.success_button:active {
    position:relative;
    top:1px;
}
/*��� ���������� ������� - start */
.radio_custom{ margin-left: 10px; padding-left: 10px; }
.radio_custom label{ width: 390px; display: inline-block; font-weight: normal; cursor: pointer; }
.table, .table td.text-left, .table td.text-center, .table td.text-right{ border: 1px solid #ddd; }
.panel-group .panel .panel-heading.buy_page {padding: 0}
.panel-group .panel .panel-heading.buy_page .panel-title{padding: 0}
.panel-group .panel .panel-heading.buy_page .panel-title a{padding: 12px 15px 13px; width: 100%; display: block;}
#shipping_methods a{color: #db011c}
/*.total-item td.bold-red:first-child{width: 60% }*/
#reserve_form{z-index: 99999}
#reserve_form .modal-dialog{top: 25%}
#reserve_form .form-group label{color: initial; float: left; display: initial; font-family: initial; font-size: initial; font-weight: initial; line-height: initial; margin: initial; }
.table-responsive-custom td .input-group-btn button{cursor: pointer;}
.table-responsive-custom .input-group-btn:last-child > .btn{margin: initial;}
.btn-success, .btn-success:hover, .btn-primary, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .open>.dropdown-toggle.btn-primary {background-color:#64a70b ;border-color:#64a70b}
.btn-danger:hover{background-color: #fb3a3c;border-color: #ff2325;}
.custom-pull-right{ float: right}
.btn-primary:hover{background-color: #70b30b;border-color:#70b30b}
/*��� ���������� ������� - end */

#topbar .btn-group #search .dropdown-menu{
    padding: 5px;
}
#topbar .btn-group #search .dropdown-menu li.media{
    margin-top: 0;
    border: 1px solid #fff;
}
#topbar .btn-group #search .dropdown-menu li.media.select{
    border: 1px solid #65a80d;
}
#topbar .btn-group #search .dropdown-menu li.media.select a{
    color: #65a80d;
}
#topbar .btn-group #search .dropdown-menu > li > a{
    padding: 3px 5px;
}
#topbar .btn-group #search .dropdown-menu > li > a:hover {
    background-image: none;
}
#topbar .btn-group #search .dropdown-menu > li > a > img{
    margin-right: 10px;
    width: 64px;
    height: 64px;
}
.callback_user{
    width: 100%;
    background-color: #65a80d;
    border-color: #65a80d;
    color: #fff;
}
.callback_user:hover {
    background-color: #488b0b;
    border-color: #488b0b;
}
.modal {overflow-y: auto;}
.contacts-table-wrapper{padding: 20px}
.contacts-table{width: 800px;}
.contacts-table .mobile-show{display: none;}
.contacts-iframe{width:100%;height:616px;}

.information-contact h3 { padding:0 0 20px; font-size:16px; color:#666;}
.information-contact #content h1,.information-contact #content h2 { margin:10px 0 0; }
.information-contact .contact-yandex-map > ymaps{height: 424px !important;}
table.total-item tr td:last-child{width: 100px}
.owl-wrapper-outer {box-shadow:initial !important;-webkit-box-shadow:initial !important;}
.product-col{padding: 0}
#logo-theme{
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#logo-theme a{
    color: #fff;
}
#logo-theme a p{
    margin: 0;
    padding-left: 5px;
    font-size: 13px;
    font-family: "roboto", sans-serif;
}
.main-menu .cart-width{
    padding-right: 0;
}
.main-menu .shopping-cart #cart{
    padding: 32px 0 16px;
}
.main-menu.menu_fixed .shopping-cart #cart{
    padding: 10px 0;
}
.main-menu .shopping-cart .cart-inner{
    /*background: #fff;*/
    padding: 0 20px 0 0;
}
.main-menu .phones a, .main-menu .work a{
    color: #fff;
}
.compare-table{
    text-align: center;
    margin: 0 auto;
}
.compare-table.count-1{ width: 400px; }
.compare-table.count-2{ width: 600px; }
.compare-table.count-3{ width: 800px; }
.compare-table.count-4{ width: 1000px; }
.table-responsive > .table.compare-table > tbody > tr > td{
    width: 200px;
    white-space: normal;
}
.compare-table .btn-danger{
    background-color: #b2b2b2;
    border: 3px double #b2b2b2;
}
.compare-table .btn-danger:hover{
    background-color: #bebebe;
    border: 3px double #bebebe;
}
.product-compare-header{
    position: fixed;
    top: 250px;
    right: 0;
    width: 110px;
    /*height: 100px;*/
    background: white;
    border: 2px solid #c5c5c5;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    z-index: 99;
    text-align: center;
    font-family: "roboto",'sans-seriff';
}
.product-compare-header p{
    margin: 0;
}
.product-compare-header p#compare-total{
    font-weight: 500;
    line-height: 14px;
}
.product-compare-header span.badge{
    display: none;
}
.product-compare-header i{
    font-size: 40px;
}
/*.product-info .image-container > div.image{border: 1px solid #e5e5e5;}*/
.product-info .image-container > div.thumbnails{padding-left: 2px}
.page-themecontrol-product .product-compare-header{display: none!important;}
.page-themecontrol-product #sidebar-main{padding: 20px 10px}
.page-themecontrol-product #sidebar-main .product-info .title-product{margin: 0}
.page-themecontrol-product #sidebar-main .product-info .description{margin: 0}
.page-themecontrol-product #sidebar-main .product-info .description p{margin: 2px 0 4px}
.page-themecontrol-product #sidebar-main .product-info .price{margin: 0}
.page-themecontrol-product #sidebar-main .product-info .product-extra{padding: 15px;}
.producttabs .owl-product-count-3 .owl-item:first-child{margin-left: 10%}
.producttabs .owl-product-count-2 .owl-item:first-child{margin-left: 18%}
.page-information .container .row .row{margin: 0}
/*robots compare*/
.comparison-block {
    max-width: 930px;
    margin: 0 auto 10px
}
.comparison-block .row {
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
    padding: 13px 0
}
.comparison-block .row:first-child {
    /*border-top: 1px solid #ccc*/
}
.comparison-block .row-title {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}
.comparison-block .row-title strong {
    font-weight: 700
}
.comparison-block .description-holder {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px
}
.comparison-block .columns {
    letter-spacing: -4px;
    text-align: right;
    margin: 0;
    white-space: nowrap
}
.comparison-block .row .column {
    display: inline-block;
    vertical-align: middle;
    width: 77px;
    letter-spacing: 0;
    padding: 0 10px;
    white-space: normal;
    text-align: center
}
.comparison-block .radio {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #dbdbdb;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    text-indent: -9999px;
    overflow: hidden;
  min-height: unset;
  padding: 0;
}
.comparison-block .radio.active {
    background: #64a70b;
}
.comparison-block .img-holder {
    margin: 0 -8px 0;
    padding: 22px 0 7px;;
}
.comparison-block .img-holder img {
    width: 100%;
}
.comparison-block .group-holder {
    padding: 0 0 5px 50px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.comparison-block .group-holder .group-name {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 40px;
    background: #64a70b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold
}
.comparison-block .group-holder .group-name span {
    position: absolute;
    top: 50%;
    display: block;
    left: -80px;
    height: 24px;
    margin-top: -16px;
    width: 200px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.comparison-block .group-holder .row:first-child {
    border-top: none
}
.comparison-block .group-holder .row:last-child {
    border-bottom: none
}
.comparison-block .group-holder .row-title {
    padding-left: 7px
}
.comparison-block .designation {
    padding: 35px 0 0 58px;
    letter-spacing: -4px;
    margin: 0 -17px;
    overflow: hidden;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px
}
.comparison-block .designation .column {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 0 17px;
    width: 25%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.comparison-block .designation .radio-holder {
    color: #000
}
.comparison-block .designation .radio {
    margin-right: 5px
}
/*robots compare*/
.holiday_works_bg_wrap{
    position: absolute !important;
    bottom: -20px;
    left: 45px;
    text-align: center;
}
.holiday_works_bg_wrap .holiday_works{
    /*color: white !important;*/
    /*border-bottom: 1px dashed white!important;*/
    /*float: right;*/
}

.container-fluid > .row{padding: 0 20px}
.pav-megamenu .navbar .navbar-header {
    width: initial;
    float: left;
    display: inline-block;
}
.no-margin-home-page > div.row{margin: 0}
#mainmenutop{max-height: 90px}
.advantages img{max-width: initial}
#sidebar-main #tabs{ text-align: center; margin-top: 50px; }
#sidebar-main #tabs li:hover{ cursor: pointer; }
.widget-images.box{ margin-bottom: 0; }
.paging{padding: 30px 10px}
#powered{background: #f1f1f1}
#image-additional-carousel .owl-item{text-align: center}
/*#image-additional-carousel.owl-carousel .owl-buttons .owl-prev{left: 0}*/
/*#image-additional-carousel.owl-carousel .owl-buttons .owl-next{right: 0}*/
/*Contacts start*/
.padding-0{padding: 0}
#content .contacts-table-wrapper h2{text-align: left;margin: 0 0 50px;font-size: 28px;text-transform: none}
.contacts-table-wrapper .mobile-show{display: none;}
/*.bootstrap-center{float:none;margin: 0 auto}*/
.contact-info .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.contact-info .media {
    color: #999999;
}
.contact-info .media-icon i {
    color: #64a70b;
    font-size: 20px;
}
.contact-info .media-heading {
    font-size: 16px;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
.contact-info .captcha fieldset [class*="col-sm"] {
    width: 100% !important;
    padding: 0;
}

.contact-blocks {
    position: relative;
    margin:0;
    font-size: 15px;
}
.contact-blocks .contact-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #64a70b;
    top: 0;
    position: absolute;
}
.contact-blocks .contact-icon i.fa {
    color: #FFFFFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    text-align: center;
}
.contact-blocks .contact-text {
    display: inline-block;
    /*width: calc(100% - 50px);*/
    padding-left: 60px;
    min-height: 60px;
    margin-bottom: 10px;
}
.contact-blocks .contact-text a{
    font-size: 15px;
    color: #64a70b;
}
.contact-blocks .contact-text div.contact-text-b-days div{
    display: inline-block;
}
.contact-blocks .contact-text div.contact-text-b-days div:first-child{
    width: 170px;
}
.contact-blocks .contact-text.phone {
    font-size: 17px;
}
.map_and_enter{
    height: 400px;
    width: 100%;
}
/*.contact-blocks .map_and_enter#map {*/
/*}*/
/*Contacts end*/
#accordion .alert{
    position: relative;
    margin: 0;
    padding-right: 30px;
    border-radius: 0;
}
#accordion .alert button.close{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
}
.page-themecontrol-product .globalClass_ET{
    display: none;
}
.layerslider .counter{display: none}
.logo .holiday_works_bg_wrap{
    position: relative !important;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: left;
}
.logo .holiday_works_bg_wrap .holiday_works{
    color: white !important;
    border-bottom: 1px dashed white!important;
    margin: 0;
    /*float: right;*/
}
.table-responsive-custom td.text-center.column-image {
    position: relative;
}
.table-responsive-custom td.text-center.column-image span.product-label{
    font-size: 8px;
    line-height: 12px;
    max-width: 50px;
    max-height: 20px;
    right: 0;
    top: 0;
    left: initial;
}
.table-responsive-custom td.text-center.column-image span.product-label span.product-label-special{
    min-width: initial;
    padding: 5px;
}
.page-information #content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.page-information #content ul li {
    list-style: disc;
}
@media (max-width: 1800px){
    #header-top .custom-padding{
        padding: 0 50px;
    }
}
@media (max-width: 1700px){
    #header-top .custom-padding{
        padding: 0;
    }
}
@media (max-width: 1600px){
    .pav-megamenu .navbar-nav > li > a{
        margin: 0 23px;
    }
}
@media (min-width: 1401px){
    .pav-megamenu .dropdown:hover > .dropdown-menu {
        left: 40%;
    }
    .pav-megamenu .navbar-nav .aligned-fullwidth > .dropdown-menu {
        max-width: 1200px;
    }
}
@media (min-width: 1401px) and (max-width: 1555px) {
    .dropdown-menu-inner .mega-col{ padding-left:5px; padding-right:5px; }
}
@media (max-width: 1500px) {
    .pav-megamenu .navbar-nav > li > a{ margin: 0 18px }
}
@media (min-width: 1400px) {
    .custom-padding{padding: 0 100px}
}
@media (max-width: 1400px) {
    .pav-megamenu .navbar-nav > li > a{ margin: 0 12px }
    .quick-access{
        font-family:"Arial";
    }
    .quick-access .phones, .quick-access .work{
        font-size: 13px;
        margin-right: 20px;
    }
    .quick-access .phones span, .quick-access .work span{
        margin-right: 12px;
    }
    .quick-access .phones span:first-child, .quick-access .work span:first-child{
        margin-right: 12px;
    }
    .holiday_works_bg_wrap {
        left: 37px;
    }
}
@media (max-width: 1355px) {
    .dropdown-menu-inner .mega-col{ padding-left:5px; padding-right:5px; }
}
@media (max-width: 1299px) {
    .main-menu.mainnav-v1 .logo-store{
        padding-top: 16px;
    }
    #header-top .logo-store img{
        max-width: 145px;
    }
    #logo-theme a p{
        font-size: 10px;
    }
    .pav-megamenu .navbar-nav > li > a {
        margin: 0 10px;
    }
    #header-top .pav-megamenu .navbar-nav > li > a{
        letter-spacing: -0.5px;
    }
    .main-menu .shopping-cart #cart{
        padding-top: 33px;
    }
    #cart .heading a i.fa{
        font-size: 28px;
        margin-right: 0;
    }
    #cart .heading a span{
        font-size: 12px;
        padding: 0;
        min-width: 18px;
        min-height: 18px;
        line-height: 18px;
    }
    #cart .heading a span#cart-total{
        right: 30px;
        font-size: 14px;
    }
}

@media (min-width: 1280px) {
    /*#topbar .show-desktop, #topbar .show-desktop .quick-access{*/
        /*padding-left: 0;*/
    /*}*/
    /*#topbar.topbar-v1 .quick-action {*/
        /*padding: 0;*/
    /*}*/
}
@media (min-width: 1200px) {
    .product-info .carousel-control.left{left: 10%}
    .product-info .carousel-control.right{right: 10%}
}
@media (max-width: 1199px) {
    .producttabs .owl-product-count-2 .owl-item:first-child{margin-left: 242px}
    .mainnav-v2 #cart .heading a h4, .mainnav-v2 #cart .heading a #cart-total {
    display: none;
  }
  .mainnav-v2 .quick-action > div > div {
    padding: 0 20px !important;
  }
  .mainnav-v2.main-menu.menu_fixed .quick-action > div {
    margin-top: 0;
  }
  .information-contact .contact-yandex-map > ymaps{height: 340px !important;}
  .holiday_works_bg_wrap{
      padding: 0;
      left: 30px
  }
    .product-info .image-container > div#img-detail img{max-width: 100%}
    #topbar .quick-access > div{
        padding: 0;
        margin: 0;
    }
    .quick-access .phones, .quick-access .work{
        padding-left: 30px;
        position: relative;
        float: left;
    }
    .quick-access .work:last-child span:last-child{
        padding-top: 6px;
    }
    .quick-access .phones span, .quick-access .work span{
        margin-right: 12px;
        display: block;
        line-height: 17px;
        height: 17px;
    }
    .quick-access .phones span:first-child, .quick-access .work span:first-child{
        position: absolute;
        left: 0;
        line-height: 35px;
        height: 35px;
        padding-top: 4px;
    }
    .pav-megamenu .navbar-nav > li > a{
        font-size: 13px;
    }
}
@media (max-width: 1130px) {
    .pav-megamenu .navbar-nav > li > a{
        font-size: 12px;
    }
}
@media (max-width: 1050px) {
    .pav-megamenu .navbar-nav > li > a{
        font-size: 11px;
    }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
/*robots compare*/
@media only screen and (max-width:960px) {
    .comparison-block .designation {
        padding-left: 0;
        margin-left: -10px;
        margin-right: -10px
    }
    .comparison-block .designation .column {
        padding-left: 10px;
        padding-right: 10px
    }
}
@media (min-width: 992px){
    .holiday_works_search{
        margin-top: 15px;
    }
}
/*robots compare*/
@media (min-width: 992px) and (max-width: 1199px) {
    #topbar > .container{width: 100%}
    .pav-megamenu .navbar-nav > li > a {margin: 0 9px;}
    .main-menu .shopping-cart .cart-inner {padding: 0 20px 0 0}
    .main-menu .phones .col-md-11, .main-menu .work .col-md-11, .main-menu .phones .col-md-11 .col-md-12, .main-menu .work .col-md-11 .col-md-12{
        padding-right: 0;
    }

  .mainnav-v2 .pav-megamenu {
    text-align: center;
  }
  .mainnav-v2 .navbar-nav {
    display: inline-block;
    float: none !important;
  }

  .mainnav-v4 .navbar-nav > li > a {
    padding: 25px 0;
  }
  .mainnav-v4 .quick-action > div {
    padding-top: 18px !important;
  }
  .mainnav-v4 .quick-action .search-focus {
    margin-top: 18px !important;
  }

  .mainnav-v2 .pav-megamenu {
    text-align: left;
  }
  .rtl .mainnav-v2 .pav-megamenu {
    text-align: right;
  }
  .mainnav-v2 .pav-megamenu .navbar-nav > li > a {
    margin: 0 15px;
  }
    #powered .container .copyright > p{padding: 6% 0 0}
}
@media (min-width: 992px) and (max-width: 1020px) {
    #logo-theme a p{
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    .holiday_works_bg_wrap{
        left: 16px
    }
    .logo .holiday_works_bg_wrap{
        position: relative !important;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
    }
    #header-top .logo-store img {max-width: 150px}
    #logo-theme a p{padding: 0}
    .producttabs .owl-product-count-3 .owl-item:first-child{margin-left: 0}
    .producttabs .owl-product-count-2 .owl-item:first-child{margin-left: 120px}
    .advantages div{
        padding: 0;
        font-size: 13px !important;
    }
    .advantages div.text{
        padding-left: 10px;
    }
    .main-menu .info{
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0;
    }
    .main-menu .info .col-sm-11,
    .main-menu .info .col-sm-11 .col-sm-12{
        padding-left: 7px;
    }
    .main-menu .phones, .main-menu .work{
        padding: 0;
    }
    .main-menu .info .icon{
        font-size: 40px;
    }
    .main-menu .shopping-cart #cart{ padding: 0}
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .auto-scroll.category {
        display: none;
    }
    .widget-images .image-item {
        text-align: center;
    }
  .mainnav-v4 .canvas-menu {
    font-size: 15px;
    padding: 15px;
  }

  .menu_fixed.mainnav-v4 .canvas-menu {
    padding: 10px;
  }
  .menu_fixed.mainnav-v4 .quick-action > div {
    padding-top: 18px !important;
  }
  .menu_fixed.mainnav-v4 .quick-action .search-focus {
    margin-top: 18px !important;
  }

  .pav-newsletter .input-form input {
    width: auto !important;
  }

  .box-module-pavreassurances .reassurances-center:hover h4 {
    letter-spacing: 1px !important;
  }

  .product-block {
    overflow: visible;
    margin-bottom: 25px;
  }
  .product-block:hover .price-quick {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .product-block:hover .wrap-hover .price {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .rtl .product-block:hover .wrap-hover .price {
    right: 0;
    left: auto;
  }
  .product-block .product-meta {
    overflow: visible;
  }
  .product-block .bottom {
    overflow: visible;
  }
  .product-block .bottom .wrap-hover {
    overflow: visible;
  }
  .product-block .bottom .wrap-hover .cart {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
  }
  .rtl .product-block .bottom .wrap-hover .cart {
    right: 0;
    left: auto;
  }
  .product-block .bottom .wrap-hover .price {
    /*margin: 0 0 15px;*/
    position: static;
  }

  .product-list .product-block .bottom .wrap-hover .cart {
    text-align: left;
  }
  .rtl .product-list .product-block .bottom .wrap-hover .cart {
    text-align: right;
  }
  .product-list .product-block .bottom .wrap-hover .price {
    height: 30px;
  }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }
    .rtl .row-offcanvas-right {
        left: 0;
        right: auto;
    }

    .row-offcanvas-left {
        left: 0;
    }
    .rtl .row-offcanvas-left {
        right: 0;
        left: auto;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -280px;
        /* 6 columns */
    }
    .rtl .row-offcanvas-right
    .sidebar-offcanvas {
        left: -280px;
        right: auto;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -220px;
        /* 6 columns */
    }
    .rtl .row-offcanvas-left
    .sidebar-offcanvas {
        right: -220px;
        left: auto;
    }

    .row-offcanvas-right.active {
        right: 280px;
        /* 6 columns */
    }
    .rtl .row-offcanvas-right.active {
        left: 280px;
        right: auto;
    }
    .row-offcanvas-right.active:before {
        background: rgba(0, 0, 0, 0.3);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
    }

    .row-offcanvas-left.active {
        left: 220px;
        /* 6 columns */
    }
    .rtl .row-offcanvas-left.active {
        right: 220px;
        left: auto;
    }
    .row-offcanvas-left.active:before {
        background: rgba(0, 0, 0, 0.3);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 220px;
        /* 6 columns */
    }

    #offcanvasmenu .navbar-nav {
        float: none;
        padding: 0 10px;
    }
    #offcanvasmenu .navbar-nav > li {
        float: none;
        border-bottom: 1px solid #E5E5E5;
        padding: 0;
    }
    #offcanvasmenu .navbar-nav > li > a {
        background: transparent;
        padding: 12px 20px;
        font-family: "pluto", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        display: inline-block;
    }
    #offcanvasmenu .navbar-nav > li:last-child {
        border-bottom: none;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .widget-images a {
        padding: 0;
        margin-bottom: 10px;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block {
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0;
        margin-bottom: 0;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img {
        margin-right: 20px;
        border: 1px solid #E5E5E5;
    }
    .rtl #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img {
        margin-left: 20px;
        margin-right: inherit;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img a.img {
        padding: 0;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img img {
        max-width: 100px;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img:before {
        display: none;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-label {
        display: none;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .product-block .media-body {
        text-align: left;
    }
    .rtl #offcanvasmenu .navbar-nav .pavo-widget .product-block .media-body {
        text-align: right;
    }
    #offcanvasmenu .navbar-nav .pavo-widget .widget-heading {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }
    #offcanvasmenu .navbar-nav .mega-col {
        padding: 0;
    }
    #offcanvasmenu .dropdown-menu {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        float: none;
        margin: 0;
        padding: 0 4px;
        position: static;
        visibility: visible;
        width: auto !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #offcanvasmenu .dropdown-menu ul {
        padding: 0;
    }
    #offcanvasmenu .dropdown-menu ul li {
        list-style: none;
        position: relative;
        padding: 0;
        border-bottom: 1px solid #E5E5E5;
    }
    #offcanvasmenu .dropdown-menu ul li:last-child {
        border-bottom: none;
    }
    #offcanvasmenu .dropdown-menu a {
        font-size: 13px;
        padding: 12px 20px;
        display: inline-block;
        font-family: "pluto", sans-serif;
        background: none;
    }
    #offcanvasmenu .dropdown-menu .level2 a {
        padding-left: 30px;
        padding-right: 30px;
    }
    #offcanvasmenu .dropdown-menu .widget-video {
        display: none;
    }
    #offcanvasmenu .dropdown-menu .box-heading {
        color: #64a70b;
    }
    #offcanvasmenu .click-canavs-menu.fa {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        float: right;
    }
    .rtl #offcanvasmenu .click-canavs-menu.fa {
        float: left;
    }
    #offcanvasmenu .dropdown-menu-inner {
        padding: 0 12px;
    }
    #offcanvasmenu .w-product {
        padding: 0;
    }
    #offcanvasmenu .w-product a {
        padding: 0;
    }
    #offcanvasmenu .pavo-widget {
        /*padding: 0 10px;*/
    }
    #offcanvasmenu .caret {
        display: none;
    }
    #offcanvasmenu .product-block {
        border: none;
    }
    #offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
        display: none;
    }
    #offcanvasmenu .product-block .price {
        text-align: left;
    }
    .rtl #offcanvasmenu .product-block .price {
        text-align: right;
    }
    /*��� ���������� ������� - start */
    .radio_custom {margin-left: 0;padding-left: 0}
    .table-responsive td .input-group-btn, .table-responsive-custom td .input-group-btn {margin: 0;}
    .table-responsive-custom.row{margin-right: 0 }
    .table-responsive-custom table{ width: 100%; border: 0}
    .table-responsive-custom thead{ display: none }
    /*.table-responsive-custom td:first-child{ border: 1px }*/
    .table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table td, .table-responsive-custom .table tr { display: block; width: 100%; }
    .table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table tr { border: 0; }
    .table-responsive-custom .table td{border-bottom: 0}
    .table-responsive-custom .table tr:last-child td:last-child{border-bottom: 1px solid #ddd;}
    .table-responsive-custom td.text-left, .table-responsive-custom td.text-right { position: relative; padding-left: 50% !important; text-align: left !important; font-size: 13px; width: 100% !important; }
    .table-responsive-custom td div.th-title {
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        text-align: right;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-responsive-custom td .input-group input{ width: 50%; float: left; }
    .table-responsive-custom td .input-group .input-group-btn{ width: initial; float: left }
    .table-responsive-custom td .input-group .input-group-btn button{ width: 35px }
    /*.table-responsive tbody td.text-right, .table-responsive-custom tbody td.bold-red, .total-item td.bold-red{font-size: 17px;}*/
    .table-responsive-custom td.text-left a, .table-responsive-custom td.text-right a, .table-responsive td.text-left a{font-size: 13px}
    /*��� ���������� ������� - end */
    .contacts-table{width: 100%;}
    .holiday_works_bg_wrap{
        position: relative;
        text-align: center;
        margin-bottom: 5px;
    }
    .holiday_works_bg_wrap .holiday_works{
        float: none;
    }
    .container-fluid > .row{padding: 0}
    #powered .container .copyright > p{padding: 4% 0 0}
    #topbar .show-desktop{
        padding-left: 15px;
        padding-right: 15px;
    }
    #topbar.topbar-v1 .quick-action {
        z-index: 99;
    }
    #topbar.topbar-v1 .quick-action > div{
        width: 300px;
    }
    #topbar.topbar-v1 .quick-action > div > div.search_block .search input.form-control{
        height: 34px;
        padding-left: 20px;
        font-size: 14px;
    }
    #topbar.topbar-v1 .quick-action > div > div.search_block .search .button-search{
        padding: 5px 7px;
        font-size: 18px;
    }
    #logo-theme, #pav-mainnav {padding: 12px 15px}
    .container-fluid > .row{
        display: flex;
    }
    .container-fluid > .row > .menu-width {
        order: 1;
    }
    .container-fluid > .row > .menu-width .canvas-menu{
        float: left;
        font-size: 28px;
    }
    .container-fluid > .row > .logo {
        order: 2;
        text-align: center;
    }
    .container-fluid > .row > .cart-width {
        order: 3;
        padding-top: 25px;
    }
}
@media (max-width: 850px) {
    #topbar .email-wrap{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-row:last-child .product-col {
        margin-bottom: 30px;
    }

  .zoomContainer {
    display: none !important;
  }

  .footer-intro {
    margin-top: 20px;
  }

  #page {
    padding-top: 0 !important;
  }
  #page .mainnav-v2 .pav-megamenu {
    text-align: center;
  }
  #page .mainnav-v2 .navbar-nav {
    display: inline-block;
    float: none !important;
  }

  #page .header-top-v4 {
    background: #121212 !important;
    position: inherit;
  }

  #footer .contact{
      /*clear: both;*/
  }
  #powered .container .copyright, #powered .container .paypal{height: 40px; padding: 0}
  #content.information-page .row{margin: 0}
    div.row{
        margin-left: 0;
        margin-right: 0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-left: 0;padding-right: 0}
    /*.container- > div.row{*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*}*/
    /*.container- > div.row > div#sidebar-main{*/
    /*padding: 0;*/
    /*}*/
    #page > .container, #page > .main-container, #page #powered, #page #powered{padding: 0 5px}
    .product-info .image-container{padding: 0!important;}
    .product-info .product-view{padding: 0 5px}
    .tab-pane .col-sm-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-info .price .price-gruop{font-size: 28px}
    .filter-right{padding-right: 5px}
    .reassurances-center .description{font-size: 12px;}
    .reassurances-center .description h4{font-size: 15px;}
}
/*robots compare*/
@media only screen and (max-width:860px) {
    .comparison-block .designation .column {
        width: 50%
    }
}
/*robots compare*/
@media (max-width: 767px) {
    #topbar .show-desktop .holiday_works_bg_wrap{
        display: none;
    }
    #topbar.topbar-v1 .quick-action > div > div.search_block .search .button-search{
        line-height: 24px!important;
    }
    #topbar .btn-group .dropdown-menu{
        width: 100%;
        min-width: 100%;
    }
    div.row, .form-horizontal .form-group{
        margin-left: 0;
        margin-right: 0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-left: 0;padding-right: 0}
    /*.container- > div.row{*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*}*/
    /*.container- > div.row > div#sidebar-main{*/
    /*padding: 0;*/
    /*}*/
    #page > .container, #page > .main-container, #page #powered, #page #powered{padding: 0 5px}
    .product-info .image-container{padding: 0!important;}
    .product-info .product-view{padding: 0 5px}

    .fancybox-opened { width: 90% !important; position: fixed !important; left: 5% !important; z-index: 999999 !important;top: 35% !important;}
    .fancybox-opened .fancybox-skin{ padding: 10px !important;}
    .fancybox-opened .fancybox-skin .fancybox-inner{ width: 100% !important;}
    .holiday_table_wrap{font-size: 13px}
    .holiday_table_wrap .holiday_table{width: 100%}
    .holiday_table_wrap .holiday_table td{font-size: 15px}
    .btn-shopping-cart{
        /*color: #FFFFFF !important;*/
        /*background-color: #64a70b;*/
        /*border-color: #64a70b;*/
        cursor: pointer;
        float: left;
    }
    .producttabs .btn-shopping-cart{
        float: none;
    }
    .custom-hidden{
        display: inline-block;
        position: absolute;
        top: 27px;
        right: 0;
    }
    .table-responsive > .table.compare-table > tbody > tr > td{
        width: 150px;
    }
    .compare-table.count-1{ width: 300px; }
    .compare-table.count-2{ width: 450px; }
    .compare-table.count-3{ width: 600px; }
    .compare-table.count-4{ width: 750px; }
    .no-padding {padding: 0 15px}
    .cart-width .no-padding{padding-left: 0; padding-right: 0;}
    .main-menu .shopping-cart .cart-inner{
        background: none;
    }
    .scroll-button.desktop{ display: none }
    .scroll-button.mobile{ display: initial;width:30px }
    .custom-pull-right{ float: none}
    #topbar .quick-access div.links{
        float: initial;
    }
    .product-block .action .btn-action .zoom,
    .product-block .action .quick-view {
        display: none;
    }

    .product-block .action {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .product-block .image {
        outline: none;
        outline-offset: 0;
    }
    .container {
        padding: 0;
    }

    .product-related .box-heading {
        padding-left: 0;
        padding-right: 0;
    }

    .product-related .carousel-controls {
        width: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .product-related .carousel-control {
        top: 50px;
    }

    .widget-images {
        text-align: center;
    }
    .widget-images img {
        display: inline;
    }

    .product-block .image img {
        display: inline;
    }

    .product-filter .display {
        display: none;
    }

    /*.products-rows {*/
        /*margin-top: 20px;*/
    /*}*/

    .producttabs .tab-nav {
        padding-top: 10px;
    }
  .main-menu.menu_fixed {
    position: static;
  }

  #topbar.topbar-v1 .quick-action > div.search-focus {
    width: 25px;
  }

  .bannerbuilder {
    display: none;
  }

  .producttabs .tab-nav {
    text-align: left;
  }
  .rtl .producttabs .tab-nav {
    text-align: right;
  }

  ul.nav-theme > li a {
    padding: 6px 10px;
  }

  .products-row:last-child .product-col {
    margin-bottom: 30px;
  }

  .zoomContainer {
    display: none !important;
  }

  .footer-intro {
    margin-top: 20px;
  }

  .box-module-pavreassurances .column .popover {
    top: 155px !important;
  }

  .footer-center .inner, .footer-top .inner {
    padding: 10px;
  }

  /*Disable effect product block*/
  .product-block .image {
    outline: none !important;
  }
  .product-block:hover .image {
    outline: none !important;
  }
  .product-block:hover .price-quick {
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
  }

  .fixed-footer {
    position: inherit;
  }

  .main-page {
    margin-bottom: 0 !important;
  }

  .promotion-center:after {
    left: 0;
  }
  .rtl .promotion-center:after {
    right: 0;
    left: auto;
  }
  .promotion-center:before {
    right: 0;
  }
  .rtl .promotion-center:before {
    left: 0;
    right: auto;
  }
    .contacts-table-wrapper{padding: 0}
    .contacts-table .mobile-show{display: block;}
    .success{ width: 350px;margin-left: -175px;left: 50%;font-size: 10px;padding: 20px 10px 10px; }
    .success a{ font-size: 13px }
    .success .success_button{ padding: 6px 10px }
    .success .close{ top: 10px; right: 10px }
    #topbar .inner .row{margin: 0}
    .paging .text-right.pag-wrap{text-align: left}
    .promotion-center .text_large{line-height: 50px; font-size: 50px}
    .filter-right{padding-right: 5px}
    .reassurances-center .description{font-size: 12px;}
    .reassurances-center .description h4{font-size: 15px;}
    #powered .container .copyright, #powered .container .paypal{
        float: initial !important;
        text-align: center;
    }
    #powered .container .copyright{
        height: initial;
        /*margin-top: 15px;*/
    }
    #powered .container .copyright > p{padding: 3% 0 0}
    .span-checkbox-inline{
        display: block;
        text-align: center;
    }

    .dropdown-menu .widget-title{display: none}
    #input-search{
        text-align: center;
    }
}
/*$media (max-width: 480px) {*/
@media (max-width: 700px) {
    .producttabs .owl-product-count-2 .owl-item:first-child{margin-left: 0}
    /*robots compare*/
    .comparison-block .row {
        display: block;
        width: auto
    }
    .comparison-block .row-title {
        display: block;
        margin: 0 0 15px;
        font-weight: 400
    }
    .comparison-block .row-title br {
        display: none
    }
    .comparison-block .description-holder {
        display: block;
        padding: 0
    }
    .comparison-block .columns {
        text-align: left
    }
    .comparison-block .row .column {
        width: 20%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 115px
    }
    .comparison-block .img-holder {
        padding: 7px 0
    }
    /*robots compare*/
}
@media (max-width: 660px) {
    #topbar{
        padding: 5px 0;
        height: 44px;
    }
    #topbar .phones a{
        font-size: 14px;
    }
    #topbar .work{
        display: none;
    }
    #topbar .phones > span{
        line-height: 35px;
    }
    #topbar .phones > span:last-child{
        display: none;
    }
    #topbar .btn-group #search .dropdown-menu li.media .media-body > a > span{
        line-height: 16px;
        display: block;
    }
}
@media (max-width: 600px) {
    .main-menu .info{
        font-size: 15px;
        line-height: 18px;
    }
    .main-menu .info .icon{
        font-size: 35px;
    }
}
@media (max-width: 534px) {
    .page-information h3 span strong span img, .page-information h3 > img{
        display: none;
    }
}
/*robots compare*/
@media (max-width: 500px) {
    .comparison-block .group-holder .group-name {
        width: 30px;
        line-height: 30px
    }
    .comparison-block .group-holder {
        padding-left: 37px
    }
}
/*robots compare*/
@media (max-width: 480px) {
    .main-menu .info{
        font-size: 14px;
        line-height: 16px;
    }
    .main-menu .info .icon{
        font-size: 30px;
    }
    #push-top{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .product-compare-header{
        right: 80px;
        position: absolute;
        border-radius: 2px;
        border: none;
        font-size: 11px;
        background: none;
        width: 30px;
        padding: 0;
        top: 15px;
        min-height: 30px;
    }
    .product-compare-header span.badge{
        display: inline-block;
        position: absolute!important;
        top: -10px;
        right: -10px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        background-color: #64a70b;
        border-radius: 10px;
        padding: 0;
        min-width: 18px;
        min-height: 18px;
        line-height: 18px;
    }
    .product-compare-header a{
        color: #64a70b;
    }
    .product-compare-header a i{
        font-size: 25px;
    }
    #logo-theme.disabled{
        opacity: 0;
        visibility: hidden;
    }
    .cart-width{padding: 0}
    .breadcrumb, #breadcrumb{
        padding: 5px 0;
    }
    .breadcrumb h1, #breadcrumb h1{
        font-size: 20px;
    }
    #breadcrumb .breadcrumb{
        margin-top: 10px;
    }
  .quick-access .text-label {
    display: none;
  }

  .owl-controls{display: none!important;}
  .tparrows {
    display: none !important;
  }

  .mainnav-v4 .cols {
    width: 100%;
  }
  .mainnav-v4 .cols.logo {
    text-align: center;
  }

  .mainnav-v2 .row > div {
    width: auto;
  }
  .mainnav-v2 .row > div.logo {
    display: none;
  }
    ul.nav-theme{
        border: 1px dashed #ebebeb;
        text-align: center;
        display: block;
        padding: 2px;
    }
    .tabs-group ul.nav-theme{
        border: none;
    }
    ul.nav-theme > li{
        width: 49.4%;
        display: inline-block;
        float: none;
    }
    .tabs-group ul.nav-theme > li{
        border: 1px dashed #e5e5e5;
        margin-bottom: 2px;
    }
  ul.nav-theme > li a {
    font-size: 15px;
    margin: 0;
    padding: 5px;
    border: none !important;
  }
    ul.nav-theme > li.active a {
        background: #65a80d;
        color: #fff;
    }
    .price .price-old, .price .old-price{font-size: 12px}
  .product-list .image {
    float: none;
  }
  .product-list .price-quick {
    display: none;
  }
  .product-list .product-block .product-meta {
    padding: 20px;
  }

  .filter-right > div {
    display: block;
    float: none !important;
    margin-bottom: 10px;
    text-align: right;
  }
  .rtl .filter-right > div {
    text-align: left;
  }
    .box-module-pavreassurances .column{padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .information-contact .contact-yandex-map > ymaps{height: 300px !important;}

    .product-info .product-extra{
        padding: 5px;
        margin-top: 10px;
    }
    .product-info .product-extra .quantity-adder {
        margin: 0 auto 5px;
        padding-bottom: initial;
    }
    #footer ul li, #footer ol li{
        padding: 2px 0;
    }
    .box{
        margin-bottom: 10px;
    }
    .widget-images.box{
        margin-bottom: 1px;
    }
    .footer-center .box .box-heading{
        padding-top: 10px;
        padding-bottom: 0;
    }
    .product-block .action{
        padding: 0;
    }
    .product-block .action > div{
        padding: 0;
        height: 20px;
    }
    .tabs-group .tab-content{
        font-size: 12px;
    }
    .tab-content .box-heading h2{
        margin-top: 20px;
        font-size: 20px;
    }
    .information-contact h3{
        padding-bottom: 0;
    }
    .form-group{
        margin-bottom: 0;
    }
    fieldset{
        margin-top: 10px;
    }
    legend{
        margin-bottom: 0;
        border-bottom: none;
    }
    /*.modal-dialog{width: 100%}*/
    /*robots compare*/
    .comparison-block .designation .column {
        display: block;
        width: auto
    }
    /*robots compare*/
    .breadcrumb:before,
    #breadcrumb:before {
        left: 46%;
    }
    #topbar.topbar-v1 .quick-action{
        position: absolute;
        right: 15px;
        top: 60px;
        width: 50px;
    }
    #topbar.topbar-v1 .quick-action > div{
        width: 100%;
        background: transparent;
    }
    #topbar.topbar-v1 .quick-action > div > div.search_block .search input.form-control{
        float: right;
        width: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    #topbar.topbar-v1 .quick-action.active {
        width: calc(100% - 100px);
    }
    #topbar.topbar-v1 .quick-action.active > div > div.search_block .search input.form-control {
        width: 100%;
    }
    .product-compare-header p#compare-total,
    #cart .heading a span#cart-total{
        display: none;
    }
    .container-fluid > .row > .cart-width{
        position: absolute;
        right: 0;
        top: 12px;
        padding: 0;
        width: 30px;
    }
    #cart .heading a i.fa{
        color: #64a70b;
    }
    #cart .heading a span{
        color: #fff!important;
        background-color: #64a70b;
        top: -7px;
    }
}
@media (max-width: 420px) {
    /*#header-top .container{*/
        /*padding: 0;*/
    /*}*/
    /*#header-top .container .row{*/
        /*margin: 0;*/
    /*}*/
    /*#header-top .container .row .show-desktop{*/
        /*padding: 0;*/
    /*}*/
    #topbar .quick-access > div{
        padding: 0;
        margin: 0;
    }
    #topbar #cart .heading a{
        padding: 0 0 0 31px;
        background: url(../image/icon-cart-smal-whitel.png) no-repeat;
    }
    #topbar.topbar-v1 .quick-action div.btn-group{
        width: 100%;
    }
    #topbar.topbar-v1 .quick-action > div > div.search_block .search{
        width: 100%;
        position: relative;
    }
    .main-menu .info{
        font-size: 13px;
    }
    .main-menu .phones {
        padding-left: 5px;
    }
    .main-menu .phones .col-md-11, .main-menu .work .col-md-11, .main-menu .phones .col-md-11 .col-md-12, .main-menu .work .col-md-11 .col-md-12{
        padding: 0;
    }
    .main-menu .phones .col-xs-1, .main-menu .work .col-xs-1{
        width: 16.66667%;
    }
    .main-menu .phones .col-xs-11, .main-menu .work .col-xs-11{
        width: 83.33333%;
    }
    /*.main-menu .shopping-cart #cart{padding: 5px 0 0;}*/
    .product-info .description{font-size: 17px; margin: 10px 0}
    .product-info .description p{margin: 0}
    .products-block .products-row .product-col{margin-bottom: 0!important;}
    .products-block .products-row .product-col{border: 1px solid #e5e5e5;}
    .products-block .products-row .product-col{border-bottom: 1px solid #fff;}
    .products-block .products-row .product-col{border-right: 1px solid #fff;}
    /*.products-block .products-row .product-col:nth-child(1){border-right: 1px solid #fff;}*/
    /*.products-block .products-row .product-col:last-child{border: 1px solid #e5e5e5;}*/

    /*.products-block .products-row:first-child .product-col:nth-child(1),*/
    .products-block .products-row:first-child .product-col:nth-child(2){
        border-right: 1px solid #e5e5e5;
    }
    .products-block .products-row:last-child .product-col:nth-last-child(1){
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .products-block .products-row:last-child .product-col:nth-last-child(2){
        border-bottom: 1px solid #e5e5e5
    }
    /*.products-block .products-row:last-child .product-col:nth-last-child(1){border-right: 1px solid #fff; }*/

    .products-block .product-block{margin-bottom: 5px}
    .products-block .product-block .product-meta{padding: 0}
    .products-block .product-block .bottom{padding: 0}
    .products-block .product-block .bottom .wrap-hover .price{margin: 0}
    #content .box-content.category-list li{
        margin: 0 0 2px 0;
        padding: 4px;
    }
    .product-grid .product-label{
        top: 10px;
        right: 0;
        font-size: 10px;
        line-height: 20px;
        width: 65px;
    }
    .product-grid .product-label span {
        height: 20px;
    }
    .product-grid .product-label span.product-label-new {
        margin-top: 5px;
    }

    #modal-agree{width: 400px}
    /*robots compare*/
    /*.comparison-block .columns {*/
        /*margin-right: -8px;*/
        /*margin-left: -8px*/
    /*}*/
    .comparison-block .row .column {
        padding-left: 8px;
        padding-right: 8px
    }
    /*robots compare*/
    .promotion-center .text_large{line-height: 30px; font-size: 30px; margin: 15px 10%;}
    .about-on-main-page{padding: 0 10px}
    .radio_custom label{width: 100%}
    .map_and_enter {
        height: 300px;
    }
}
@media (max-width: 380px) {
    .main-menu .info{
        line-height: 15px;
    }
    .main-menu .phones{
        width: 140px;
    }
    .main-menu .work{
        width: 170px;
    }
    .main-menu .phones a, .main-menu .work a{
        font-size: 11px;
    }
    .main-menu .phones .col-sm-11, .main-menu .work .col-sm-11, .main-menu .phones .col-sm-11 .col-sm-12, .main-menu .work .col-sm-11 .col-sm-12{
        padding: 0 0 0 5px;
    }
    .main-menu .phones .col-sm-1, .main-menu .work .col-sm-1{
        padding-top: 0;
    }
    .main-menu .phones .fa-phone, .main-menu .work .fa-clock-o{
        font-size: 30px;
    }
    .main-menu .shopping-cart #cart{padding: 0}
    /*#cart .badge{top: 0}*/
    #modal-agree{width: auto}
}
@media (max-width: 360px) {
    .product-info .carousel-inner a img{
        max-width: 55px;
    }
    .product-info .carousel-control{top: 5px}
    #logo-theme a p{font-size: 10px;padding: 0}
    .main-menu .phones .col-sm-11, .main-menu .work .col-sm-11, .main-menu .phones .col-sm-11 .col-sm-12, .main-menu .work .col-sm-11 .col-sm-12{
        padding: 0 0 0 2px;
    }
    .main-menu .phones{
        width: 130px;
    }
    .main-menu .work{
        width: 160px;
    }
    .map_and_enter.enter {
        height: 200px;
    }
}
@media (max-width: 320px) {
    .product-info .price .price-gruop{font-size: 25px}
    .product-info .price .price-gruop .price-old{font-size: 15px}
    .product-info .product-view .price .quantity-adder{padding: 0 10px}
    .product-info .carousel-inner a img{
        max-width: 50px;
    }
    .main-menu .info{
        padding-top: 15px;
    }
    .main-menu .phones, .main-menu .work{
        font-size: 11px;
    }
    .main-menu .phones{
        width: 120px;
    }
    .main-menu .work{
        width: 140px;
    }
    .main-menu .phones .col-sm-1, .main-menu .work .col-sm-1{
        padding-top: 3px;
    }
    .main-menu .phones .col-sm-11, .main-menu .work .col-sm-11, .main-menu .phones .col-sm-11 .col-sm-12, .main-menu .work .col-sm-11 .col-sm-12{
        padding: 0 0 0 2px;
    }
    .main-menu .phones .fa-phone, .main-menu .work .fa-clock-o{
        font-size: 25px;
    }
    .success{ width: 300px;margin-left: -150px;left: 50%;font-size: 10px;padding: 20px 10px 10px; }
    .success a{ font-size: 13px }
    .success .success_button{ padding: 6px 10px }
    .success .close{ top: 10px; right: 10px }
    .promotion-center .text_large{line-height: 20px; font-size: 20px;}
    /*Contact start*/
    .contact-blocks .contact-icon{width: 35px; height: 35px;}
    .contact-blocks .contact-icon i.fa{font-size: 25px; padding: 5px; width: 35px;}
    .contact-blocks .contact-text{padding-left: 40px}
    .contact-blocks .contact-text.phone {font-size: 15px}
    /*Contact end*/
    .product-grid .product-label {
        font-size: 9px;
        width: 60px;
    }
}

p.finded-low-cost b {
  text-transform: none;
  font-size: 13px;
  color: #64a70b;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
h3.request__text {margin: 80px 15px !important; text-align: center;}
@media (max-width: 767px) {
  p.finded-low-cost b {
    font-size: 12px;
  }
}
@media (max-width: 468px) {h3.request__text {margin: 40px 15px !important; font-size: 16px !important;}}

.main-title {
  position: absolute;
  left: -9999rem;
  top: -9999rem;
}

#bottom_desc {
  font-size: 14px;
}

#bottom_desc a {
  text-decoration: underline !important;
}

#bottom_desc h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

#bottom_desc h3 {
  font-size: 26px;
}

#bottom_desc ul, #bottom_desc ol {
  margin: 15px 0 15px 15px;
  padding-left: 30px;
}

#bottom_desc h4 {
  font-size: 20px;
  margin: 20px 0;
  padding: 0;
}

#bottom_desc ul li {
  list-style: disc !important;
}

.rev_table .rev_header .rev_stars {
  margin-left: 30px;
    color: #ff9800;
}
.rev_table .rev_content h5, .rev_table .rev_content p {
  display: inline-block;
}

.rev_table .rev_content h5 {
  width: 80px;
text-align: right;
padding-right: 20px;
font-weight: 700;
  vertical-align: top;
margin: 4px 0;
}
.rev_table p {
  width: calc(100% - 90px);
}
#rev_form_header {
  font-size: 16px;
}
.revs_top  {
  cursor: pointer;
}

@media (max-width: 420px) {
  .rev_table .rev_header .rev_stars {
    margin-left: 15px;
  }
}

.for-send-error-press {
  margin: 15px 0;
  font-style: italic;
}

.storage_widget {
  display: none;
}