/******************************************************
 * @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 
 */
/* import theme variables using for overriding default  or using on other files */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/* _theme.scss */
/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #777777;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-weight: 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: black;
}

/* 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: black;
}
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;
  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;
  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: black;
  font-weight : 400;
}
.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: black;
}
.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/red/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: black;
}
.tree-menu > ul > li ul > li > a.active, .pav-category > ul > li ul > li > a.active {
  font-weight: bold;
  color: black;
}

a:hover {
  color: black;
  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: black;
  border-color: black;
  display: block;
}
.htabs ul > li a.selected:hover {
  box-shadow: none;
}
.htabs ul > li a:hover {
  border-color: black;
  color: #FFFFFF;
  background-color: black;
}

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: #000000;
}
ul.nav-theme > li a.selected {
  background: none;
  color: #000000;
}
ul.nav-theme > li.active a {
  background: none;
  color: #000000;
}
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/red/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/red/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/red/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: 0px;
  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: black;
  border: 3px double black;
  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: black;
  border-color: black;
}
.btn-outline-inverse .badge {
  color: black;
  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: black;
  border-color: black;
  cursor: pointer;
}
.open .btn-outline.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.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: black;
  border-color: black;
  cursor: pointer;
}
.open .btn-outline-small.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.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: black;
  border-color: black;
  cursor: pointer;
}
.open .btn-outline-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.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: black;
  border-color: black;
  cursor: pointer;
}
.open .btn-outline-white.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.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 double #000000;
  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: black;
  border-color: black;
  cursor: pointer;
}
.open .btn-outline-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.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.layout-boxed-md {
  background: url("../../image/red/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/red/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;
}

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

/*
* HEADER 
*/
#topbar {
  min-height: 40px;
  font-weight: 300;
  border-bottom: none;
  font-size: 11px;
  line-height: 24px;
  position: relative;
  background: #FFFFFF;
  color: #a1a1a1;
}
#topbar a {
  color: black;
}
#topbar a:hover {
  color: black;
}
#topbar a {
  font-size: 11px;
}
#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: black;
}
#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: #a1a1a1;
}
#topbar .btn-group a:hover, #topbar .btn-group a:focus {
  background-color: transparent;
  color: black;
}
#topbar .btn-group .dropdown-menu {
  margin-top: 0;
  left: -1px;
  padding: 15px 15px;
  min-width: 150px;
}
.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: 9px 15px;
  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/red/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;
}
.rtl #topbar.topbar-v1 .quick-action > div {
  float: left;
}
#topbar.topbar-v1 .quick-action > div > div {
  padding: 0px 15px;
}
#topbar.topbar-v1 .quick-action > div > div + div {
  padding: 15px 15px;
}
#topbar.topbar-v1 .quick-action > div:first-child > div {
  padding-right: 0px;
  border-right: none;
}
.rtl #topbar.topbar-v1 .quick-action > div:first-child > div {
  padding-left: 0px;
  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/red/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: #292929;
}
.main-menu.mainnav-v1 .logo-store {
  display: block !important;
  padding: 10px 0;
}
.main-menu.mainnav-v2 {
  background: #292929;
  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/red/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: black;
  margin-bottom: 0;
}
.main-menu.mainnav-v4 .logo-store {
  padding: 10px 0;
}
.main-menu.mainnav-v4 #cart .heading a {
  background: url("../../image/red/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/red/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: black;
}
.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: black;
  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/red/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 {
	/* Espace entre news et footer sur l'accueil
  min-height: 400px;
  */
  padding-bottom: 30px;
}

.sidebar {
  padding-top: 30px;
}

/*end*/
/* FOOTER */
#footer {
  min-height: 90px;
  font-size: 13px;
  margin-top: 0;
  font-weight: 100;
  border-top: 1px solid #E5E5E5;
  position: relative;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  font-size: 11px;
  text-transform: uppercase;
}
#footer ul, #footer ol {
  list-style: none;
}
#footer ul li, #footer ol li {
  padding: 10px 0px;
}
#footer .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: black;
}

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

.footer-bottom {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.footer-bottom .inner {
  background: transparent;
  color: #FFFFFF;
  padding: 30px 0;
}
.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;
  position: relative;
}
#powered .container .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
#powered .container .copyright {
  text-align: left;
  line-height: 20px;
}
.rtl #powered .container .copyright {
  text-align: right;
}
#powered .container a {
  color: #000000;
}

/* 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: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  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: black;
}
.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: black;
  background: black;
}
.box-highlighted .box-heading {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.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: black;
}
.box-highlighted > .box-footer + .box-collapse .box-body {
  border-bottom-color: black;
}
.box-highlighted .box-content {
  border-color: black;
  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: black;
  font-size: 18px;
  text-align: center;
}
.sidebar .pav-custom .box-content {
  border: none;
}
.sidebar .box-heading {
  border: none;
  font-size: 18px;
  margin-bottom: 15px;
  color: black;
}

/* block style in main content */
#content .box-content {
  padding: 0;
  margin: 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: 5px;
}

.price {
  color: #000;
  font-size: 16px;
  font-family: "pluto", sans-serif;
  text-align: left;
}
.rtl .price {
  text-align: right;
}
.price .price-old, .price .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 300;
}
.price .text-price, .price .price-new {
  color: black;
}

.price-quick {
  position: absolute;
  bottom: 80px;
  left: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding-left: 5px;
}
.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: 0;
  position: absolute;
  right: 0;
  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;
}
.products-rows > .carousel-controls .carousel-control i {
  display: none;
}
.products-rows > .carousel-controls .carousel-control.right {
  background: url("../../image/red/carousel-control-right.png") no-repeat scroll center 8px #FFFFFF;
}
.products-rows > .carousel-controls .carousel-control.left {
  background: url("../../image/red/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: 0px solid #E5E5E5;
  margin-bottom: 30px;
}
.rtl .products-row .product-col {
  border-left: 0px 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: 0px solid #E5E5E5;
}
.rtl .products-row .product-col:nth-child(1) {
  border-left: 0px 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: 0px;
  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: 0;
  width: 100%;
  z-index: 99;
  padding: 20px;
}
.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/red/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: black;
}
.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 {
  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/red/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 {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 10;
  right: 50%;
  text-align: center;
  background: url("../../image/red/icon-compare.png") no-repeat 0 0;
  width: 25px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.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/red/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;
}
.product-block .rating span:first-child:after {
  background: #a0a0a0;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  right: 100%;
  top: 10px;
  margin-right: 10px;
}
.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;
}
.product-block .rating span:last-child:before {
  background: #a0a0a0;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
.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 !important;
  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: black;
}
.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: 0px;
  text-align: center;
  z-index: 9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*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-label {
  color: #e53838;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 85px;
  height: 85px;
  background: url("../../image/red/bg-sale.png") no-repeat transparent;
  font-family: "bebas_neue";
  line-height: 85px;
}
.rtl .product-label {
  right: 20px;
  left: auto;
}

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

/* mini basket */
#cart {
  position: relative;
}
#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: 0px;
  padding: 15px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #a1a1a1;
}
.rtl #cart .content {
  right: auto;
  left: auto;
}
.rtl #cart .content {
  left: 0px;
  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/red/icon-cart.png") no-repeat;
  padding: 0 0 0 38px;
  margin-top: 0;
  line-height: 36px;
  height: 33px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.rtl #cart .heading a {
  padding: 0 38px 0 0;
}
#cart .heading a span {
  margin-right: 8px;
  font-size: 11px;
  color: black;
}
.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 .quantity {
  text-align: right;
}
.rtl #cart .mini-cart-info .quantity {
  text-align: left;
}
#cart .mini-cart-info .name {
  font-size: 11px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#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 {
  width: 1px;
}
#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;
}
.rtl #cart .mini-cart-info .remove {
  text-align: left;
}
#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: 0px;
  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/red/icon-cart.png") no-repeat center center black;
  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: black;
  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: black;
  border-color: black;
  color: #FFFFFF;
}

/* Specials product */
.special .box-heading:before {
  content: "";
  width: 85px;
  height: 85px;
  background: url("../../image/red/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: black;
}
.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: "bebas_neue";
  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/red/slide-control-left.png") no-repeat scroll center 0px transparent;
}
.tparrows.tp-rightarrow {
  background: url("../../image/red/slide-control-right.png") no-repeat scroll center 0px 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: "bebas_neue";
  line-height: 110px;
  letter-spacing: 0px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.promotion-center .theme-color {
  color: black;
}

/**/
.pavgooglemap {
  background: black;
}

/**/
.intro-landingpage {
  position: relative;
}
.intro-landingpage .bg-glare {
  background: url("../../image/red/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/red/slide-intro-control-left.png") no-repeat scroll center 0px transparent;
  left: 100px;
}
.rtl .intro-landingpage .landingpage .carousel-control.left {
  right: 100px;
  left: auto;
}
.intro-landingpage .landingpage .carousel-control.right {
  background: url("../../image/red/slide-intro-control-right.png") no-repeat scroll center 0px 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;
  background: transparent;
  padding: 5px 0 0;
  margin: 0;
  font-size: 11px;
}

#breadcrumb {
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
#breadcrumb h1 {
  font-size: 30px;
  color: #000000;
  display: inline;
  position: relative;
  font-family: "pluto", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

.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: 0px;
}

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

/* category */
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
}

.category-description {
  display: none;
}

.refine-search .box-heading {
  border-bottom: 1px solid #E5E5E5;
  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: 5px 0;
  padding-left: 10px;
  margin-right: 10px;
  line-height: normal;
  float: left;
}
.rtl .refine-search ul > li, .rtl .refine-search ol > li {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .refine-search ul > li, .rtl .refine-search ol > li {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .refine-search ul > li, .rtl .refine-search ol > li {
  float: right;
}

.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;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-size: 13px;
  color: #292929;
  margin-bottom: 8px;
  border-style: none;
}
.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 .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 .title-product {
  font-size: 17px;
  font-weight: 100;
  color: #000000;
  margin: 0 0 20px;
}
.product-info .addthis_toolbox {
  margin: 20px 0;
}
.product-info .product-view {
  padding-left: 5px;
}
.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 .carousel-control {
  position: relative;
  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;
}
.rtl .product-info .carousel-control {
  float: right;
}
.product-info .carousel-control i {
  display: none;
}
.product-info .carousel-control.right {
  background: url("../../image/red/carousel-control-right.png") no-repeat scroll center 8px #FFFFFF;
}
.product-info .carousel-control.left {
  margin-left: 5px;
  background: url("../../image/red/carousel-control-left.png") no-repeat scroll center 8px #FFFFFF;
}
.rtl .product-info .carousel-control.left {
  margin-right: 5px;
  margin-left: inherit;
}
.product-info .carousel-control:last-child {
  border-left: none;
}
.rtl .product-info .carousel-control:last-child {
  border-right: none;
  border-left: inherit;
}
.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: 20px;
}
.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;
}
.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: 13px;
}
.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: black;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 3px 5px 0 0;
}
.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: hidden;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 0px;
  padding: 0 1px 1px !important;
  padding-top: 0;
  text-align: center;
}
.rtl .product-info .carousel-inner a {
  margin-left: 0px;
  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;
}
.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: 0px;
  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: 0px;
  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: 25px;
  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 {
  margin: 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}
.product-info .product-extra .quantity-adder input {
  border: 1px solid #E5E5E5;
}
.product-info .product-extra .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 {
  border-left: 1px solid #E5E5E5;
  border-right: inherit;
}
.product-info .product-extra .add-action:hover {
  color: #e2293a;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: #e2293a;
}
.product-info .product-extra .quantity-number span {
  padding: 5px 20px;
}
.product-info .product-extra .quantity-number input {
  text-align: center;
  display: inline-block;
  width: 57px;
  height: 32px;
}
.product-info #button-cart {
  width: 100%;
}
.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: none;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
}
.product-info .action > div a:hover {
  background: black;
  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: 20px 0;
  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 none 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;
}
.product-related .box-heading span:before, .product-related .box-heading span:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #E5E5E5;
  width: 1000px;
  height: 1px;
}
.product-related .box-heading span:after {
  right: 100%;
}
.rtl .product-related .box-heading span:after {
  left: 100%;
  right: auto;
}
.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;
}

/**
 *
 */
.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
 */
.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 0px;
}
.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 0px;
}
.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 0px;
}
.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: 0px 0px 15px 0px;
  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.0%;
  color: #e2293a;
  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;
  padding: 20px;
  border: 0;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #a2a2a2;
  font-size: 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: black;
}

.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 .navbar-header {
  width: 100%;
}
.pav-megamenu .navbar-nav {
  float: right;
  width: auto;
}
.rtl .pav-megamenu .navbar-nav {
  float: left;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
  margin-right: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 36px 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFFFFF;
  background-color: transparent !important;
  font-weight: 300;
  font-family: "pluto", sans-serif;
  margin: 0 17px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: whitesmoke !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: black !important;
}
.pav-megamenu .navbar-nav > li > a:after {
  content: "";
  background: black;
  left: 0;
  top: 0;
  right: 0;
  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 .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: black;
}
.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 .dropdown-menu {
  text-align: left;
  top: 100%;
  left: -9999px;
  height: auto;
  color: nocolor;
  border: 0;
  min-width: 215px;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.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: black !important;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: black;
}
.pav-megamenu .dropdown-menu .menu-title {
  margin-bottom: 25px;
  font-size: 13px;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.rtl .pav-megamenu .dropdown:hover > .dropdown-menu {
  right: 0px;
  left: auto;
}
.pav-megamenu .dropdown:hover > a {
  color: black;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: black;
}
.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;
}
.rtl .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "bebas_neue";
  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: black;
}
.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;
}

@font-face {
  font-family: 'pluto';
  src: url("../fonts/plutosans/PlutoSansBlack.eot?") format("eot"), url("../fonts/plutosans/PlutoSansBlack.otf") format("opentype"), url("../fonts/plutosans/PlutoSansBlack.woff") format("woff"), url("../fonts/plutosans/PlutoSansBlack.ttf") format("truetype"), url("../fonts/plutosans/PlutoSansBlack.svg#pluto") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'pluto';
  src: url("../fonts/plutosans/PlutoSansBold.eot?") format("eot"), url("../fonts/plutosans/PlutoSansBold.otf") format("opentype"), url("../fonts/plutosans/PlutoSansBold.woff") format("woff"), url("../fonts/plutosans/PlutoSansBold.ttf") format("truetype"), url("../fonts/plutosans/PlutoSansBold.svg#pluto") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'pluto';
  src: url("../fonts/plutosans/PlutoSansHeavy.eot?") format("eot"), url("../fonts/plutosans/PlutoSansHeavy.otf") format("opentype"), url("../fonts/plutosans/PlutoSansHeavy.woff") format("woff"), url("../fonts/plutosans/PlutoSansHeavy.ttf") format("truetype"), url("../fonts/plutosans/PlutoSansHeavy.svg#pluto") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'pluto';
  src: url("../fonts/plutosans/PlutoSansRegular.eot?") format("eot"), url("../fonts/plutosans/PlutoSansRegular.otf") format("opentype"), url("../fonts/plutosans/PlutoSansRegular.woff") format("woff"), url("../fonts/plutosans/PlutoSansRegular.ttf") format("truetype"), url("../fonts/plutosans/PlutoSansRegular.svg#pluto") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'pluto';
  src: url("../fonts/plutosans/PlutoSansLight.eot?") format("eot"), url("../fonts/plutosans/PlutoSansLight.otf") format("opentype"), url("../fonts/plutosans/PlutoSansLight.woff") format("woff"), url("../fonts/plutosans/PlutoSansLight.ttf") format("truetype"), url("../fonts/plutosans/PlutoSansLight.svg#pluto") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'pluto';
  src: url("../fonts/plutosans/PlutoSansExtraLight.eot?") format("eot"), url("../fonts/plutosans/PlutoSansExtraLight.otf") format("opentype"), url("../fonts/plutosans/PlutoSansExtraLight.woff") format("woff"), url("../fonts/plutosans/PlutoSansExtraLight.ttf") format("truetype"), url("../fonts/plutosans/PlutoSansExtraLight.svg#pluto") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neue';
  src: url("../fonts/bebasneue/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebasneue/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebasneue/bebasneue_bold-webfont.svg#bebas_neue") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neue';
  src: url("../fonts/bebasneue/bebasneue_book-webfont.eot");
  src: url("../fonts/bebasneue/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/bebasneue_book-webfont.woff") format("woff"), url("../fonts/bebasneue/bebasneue_book-webfont.ttf") format("truetype"), url("../fonts/bebasneue/bebasneue_book-webfont.svg#bebas_neue") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neue';
  src: url("../fonts/bebasneue/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue/bebasneue_regular-webfont.svg#bebas_neue") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neue';
  src: url("../fonts/bebasneue/bebasneue_light-webfont.eot");
  src: url("../fonts/bebasneue/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/bebasneue_light-webfont.woff") format("woff"), url("../fonts/bebasneue/bebasneue_light-webfont.ttf") format("truetype"), url("../fonts/bebasneue/bebasneue_light-webfont.svg#bebas_neue") format("svg");
  font-weight: 300;
  font-style: normal;
}
.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;
}

@media (max-width: 1199px) {
  .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;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
@media (max-width: 991px) {
  .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: 20px;
  }
  .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;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@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;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  .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;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .quick-access .text-label {
    display: none;
  }

  .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 > li a {
    font-size: 13px;
    margin: 10px 5px;
    padding: 0;
    border: none;
  }

  .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;
  }
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
.canvas-menu {
  margin-top: 20px;
  padding: 8px 15px;
  font-size: 17px;
  font-family: "pluto",sans-serif;
  float: right;
  background: transparent;
  border: none;
  color: #fff;
}
.rtl .canvas-menu {
  float: left;
}

@media screen and (max-width: 992px) {
  .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: -50%;
    /* 6 columns */
  }
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -50%;
    right: auto;
  }

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

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .rtl .row-offcanvas-right.active {
    left: 50%;
    right: auto;
  }

  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .rtl .row-offcanvas-left.active {
    right: 50%;
    left: auto;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
#header-top .logo-store img {
  max-width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#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 .swap.image .hover-image {
  height: 100%;
  left: 0;
  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: -20px;
}
.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: 0px;
}
.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;
}

.box-module-pavreassurances .reassurances-center .icon-read-more {
  color: black !important;
}
