/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* 
 * product block
 */
/* buttons */
/* 
 * htab module 
 */
/* 
* Mega Menu Module
*/
/* 
 * Box Modules 
 */
/*Contact page*/
/*
	Sidebar
*/
/* 
*layout 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0px;
}
body {
  background-color: #ebebeb;
  color: #78797b;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  /*position: relative; */
  overflow-x: hidden;
}
#page {
  /*position: relative;*/
}
font {
  font-size: 12px;
  font-family: "Arial", Helvetica, Arial, sans-serif;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
button:focus,
.btn:focus,
button:hover,
.btn:hover,
button:active,
.btn:active {
  outline: none;
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
a {
  color: #10b6db;
  cursor: pointer;
  outline: none;
}
a img {
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* TABLE STYLE */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 65%;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #dddddd;
  cursor: pointer;
}
.control-label {
  color: #78797b;
}
/*  PAGINATION STYLE */
.pagination {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin: 0;
}
.pagination li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0px;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: #ffffff;
}
.pagination li:hover {
  background-color: #428bca;
  color: #ffffff;
}
.pagination li.active {
  background-color: #428bca;
  color: #ffffff;
}
.pagination li:first-child span,
.pagination li:last-child span,
.pagination li:first-child a,
.pagination li:last-child a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pagination .results {
  float: right;
  padding-top: 5px;
}
/* button */
a.button,
input.button,
.button {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 15px;
  background-color: #10b6db;
  border: 1px solid #0587a4;
  margin-bottom: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
a.button:hover,
input.button:hover,
.button:hover,
a.button:focus,
input.button:focus,
.button:focus,
a.button:active,
input.button:active,
.button:active {
  outline: none;
}
.buttons {
  background: #ffffff;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons:before,
.buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.buttons:after {
  clear: both;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons.no-padding {
  padding: 0;
  border: 0;
}
/* tab style */
.tab-content {
  border: 0;
  padding: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
/* links style */
.links {
  position: relative;
  margin: 0;
  padding: 0px;
}
.links li {
  display: inline;
}
.links li:first-child a {
  margin-left: 0;
}
.links li b {
  text-transform: none;
}
.links a {
  margin: 0 5px;
}
.links a:hover {
  color: #000000;
}
.links i {
  font-size: 12px;
}
.product-label-special {
  display: table;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #b20d5b;
  padding: 3px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.product-label-special span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tooltip-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  background: #0d8fab;
}
.pav-dropdown {
  position: relative;
}
.pav-dropdown .d-heading {
  padding: 13px 20px 19px;
  background-color: #29c4e6;
  -webkit-box-shadow: -3px 0 3px -3px #1ab9dc, 3px 0 3px -3px #1ab9dc;
  box-shadow: -3px 0 3px -3px #1ab9dc, 3px 0 3px -3px #1ab9dc;
}
.pav-dropdown .d-heading h4 {
  color: #ffffff;
  margin: 0;
  line-height: 17px;
}
.pav-dropdown .d-heading h4:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  vertical-align: top;
  color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: -1px;
}
.pav-dropdown .d-heading h4 > span {
  background-color: #0faed1;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 17px;
  height: 17px;
}
.pav-dropdown .d-heading h4 > span > span {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #ffffff;
  width: 0;
  height: 0;
  float: left;
  margin: 6px 4px;
}
.pav-dropdown .d-content {
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  border-top: 2px solid #000000;
  -webkit-box-shadow: -3px 0 3px -3px #ccc, 3px 0 3px -3px #ccc, 0 3px 3px -2px #ccc;
  box-shadow: -3px 0 3px -3px #ccc, 3px 0 3px -3px #ccc, 0 3px 3px -2px #ccc;
}
.pav-dropdown:hover .d-content {
  display: block;
}
.review .fa-stack {
  width: 1em;
  color: #10b6db;
}
.review .fa-stack-2x {
  font-size: 1em;
  color: #10b6db;
}
.rating .fa-stack-2x {
  font-size: 1em;
  color: #10b6db;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information,
.alert {
  padding: 10px 10px 10px 33px;
  margin: 17px 0;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #fff5cc url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 12px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
  margin-top: 6px;
}
.welcome {
  color: #636E75;
  font: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
.success {
  background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1,
.h1 {
  font-size: 20.57142857px;
  line-height: 46.5px;
}
h1 small,
.h1 small {
  font-size: 18px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 17px;
  }
}
h2,
.h2 {
  font-size: 15.42857143px;
}
h2 small,
.h2 small {
  font-size: 12px;
}
h3,
.h3 {
  font-size: 14px;
  line-height: 31px;
}
h3 small,
.h3 small {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 12px;
  line-height: 31px;
}
h4 small,
.h4 small {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 11px;
  line-height: 31px;
}
h5 small,
.h5 small {
  font-size: 10px;
}
h6,
.h6 {
  font-size: 10px;
  line-height: 31px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: inherit;
  text-transform: uppercase;
}
#content h1 {
  margin-top: 0px;
  margin-bottom: 17px;
  line-height: 22px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  padding: 5px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input,
button,
select,
textarea {
  padding: 5px;
  border: 1px solid #d0d0d0;
}
input[type="image"] {
  border: 0;
}
label {
  color: #78797b;
}
.btn {
  font-size: 12px;
  color: #ffffff;
  padding: 6px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-theme-normal {
  background-color: transparent;
  color: #78797b;
  font-size: 16px;
  padding: 9px 15px;
  border-right: 1px solid #d0d0d0;
  border-left: 0;
}
.btn.btn-default {
  background: #333333;
  border: 1px solid #333333;
}
.control-label {
  padding-top: 7px;
}
.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
  padding: 20px;
}
.review-form-width .buttons {
  border: none;
  padding: 0px;
  margin: 0px;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
body {
  overflow-x: hidden;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern18.png");
}
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #f9f9f9;
  box-shadow: 0 0 5px #f9f9f9;
  margin: 0 auto;
  background: url("../image/pattern/pattern16.png");
}
body.layout-boxed-md .cart-inner h4 {
  display: none;
}
body.layout-boxed-md #topbar .support .left {
  display: none;
}
body.layout-boxed-md .product-block .product-meta {
  padding: 10px 5px;
}
body.layout-boxed-md ul.contact-us li i {
  width: 6%;
  margin: 0;
}
body.layout-boxed-md #powered {
  padding: 25px 0;
}
body.layout-boxed-md .custom li:last-child,
body.layout-boxed-md .custom .last {
  display: none;
}
body.layout-boxed-md .custom p {
  margin-bottom: 12px;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
  display: inline-block;
  float: none;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #f9f9f9;
  box-shadow: 0 0 5px #f9f9f9;
  margin: 0 auto;
  background: url("../image/pattern/pattern16.png");
}
body[class*="layout-boxed-"] .in-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body[class*="layout-boxed-"] .d-heading {
  position: relative;
  -webkit-box-shadow: 5px 0 5px -5px #29c4e6;
  box-shadow: 5px 0 5px -5px #29c4e6;
}
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #29c4e6;
}
body[class*="layout-boxed-"] .d-content {
  border-top: 0;
}
body[class*="layout-boxed-"] .d-content:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  background: #000000;
  width: 105%;
  height: 2px;
}
html {
  overflow-x: hidden;
}
#input-captcha {
  margin-bottom: 10px;
}
/*
* HEADER 
*/
fieldset div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}
#topbar {
  color: #78797b;
  background: url('../image/header-top_bg.png') left bottom repeat-x #ffffff;
  padding: 16px 0;
  min-height: 35px;
}
#topbar .links {
  float: left;
  margin-top: 4px;
}
#topbar .links li {
  float: left;
}
#topbar .links li:hover {
  color: #10b6db;
}
#topbar .links li:hover i {
  color: #0ea2c3;
}
#topbar .links a {
  float: left;
  color: #78797b;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  border-right: 1px solid #d0d0d0;
  padding: 0 8px;
}
#topbar .links a:hover {
  color: #10b6db;
}
#topbar .links a:hover i {
  color: #0ea2c3;
}
#topbar .links a:first-child {
  padding-left: 0;
}
#topbar .top-link {
  line-height: 10px;
}
#topbar .login {
  line-height: 20px;
}
#topbar .login b {
  float: left;
}
#topbar .top-link form {
  display: inline-block;
}
#topbar .support .item {
  padding: 0 10px;
}
#topbar .support .item.col {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#topbar .support .item > div {
  padding-left: 45px;
  font-size: 12px;
  line-height: 18px;
}
#topbar .support .payment {
  background: url('../image/top-payment.png') left bottom no-repeat;
}
#topbar .support .return {
  background: url('../image/top-return.png') left bottom no-repeat;
}
#topbar .support .shipping {
  background: url('../image/top-shipping.png') left bottom no-repeat;
}
#topbar .support h3 {
  color: #2c2c2c;
  text-transform: uppercase;
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
}
#topbar .support p {
  color: #9f9f9f;
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  overflow: hidden;
}
#content {
  padding: 20px;
}
#header-bottom {
  border-top: 1px solid #0a99b9;
  background: #10b6db;
  margin-bottom: 10px;
}
#header-main {
  background: #10b6db;
  border-top: 1px solid #0e9bba;
  border-bottom: 1px solid #29c4e6;
  padding: 30px 0;
}
#header-main .inner {
  display: table;
  position: relative;
  height: 100%;
  margin-top: 30px;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main .logo-store a {
  display: inline-block;
}
#header-main #logo-theme {
  margin-top: 9px;
}
#header-main #logo-theme a {
  background: url('../image/logo.png') no-repeat;
  width: 179px;
  height: 28px;
}
#header-main #logo-theme a span {
  display: none;
}
#header .show-mobile {
  border: 1px solid #d0d0d0;
}
#header .show-mobile:before,
#header .show-mobile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#header .show-mobile:after {
  clear: both;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
}
#header .show-mobile > div:hover .dropdown-menu {
  display: block;
}
#header .show-mobile ul,
#header .show-mobile .links {
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#header .show-mobile ul li,
#header .show-mobile .links li {
  float: none;
  display: block;
}
#header .show-mobile ul a,
#header .show-mobile .links a {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 22px;
}
#header .show-mobile .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 99999;
  min-width: 200px;
}
#header .show-mobile .dropdown-menu .dropdown-menu {
  background: transparent !important;
}
#header .show-mobile .input-search {
  border-color: #d0d0d0;
}
#header .show-mobile .button-search-mobile {
  margin: -5px 20px;
  position: absolute;
  right: 0;
  top: 45%;
}
#header .show-mobile .button-search-mobile span {
  font-size: 12px;
}
#header .show-mobile .mini-access .currency-wrapper,
#header .show-mobile .mini-access .language-wrapper {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
#header .show-mobile .mini-access .currency-wrapper button.btn,
#header .show-mobile .mini-access .language-wrapper button.btn {
  display: none;
}
#header .show-mobile .mini-access .dropdown {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
#header .show-mobile #cart-m .heading {
  display: none;
}
#header .show-mobile #cart-m .content {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 10px;
  min-width: 100px;
  background: transparent;
}
#header .show-mobile #cart-m .content .empty {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 10px;
}
#header .show-mobile .btn-group.active .dropdown-menu {
  display: block;
}
/*
 * NAVIGATION
 */
/*
 * SLIDESHOW 
 */
/*
 * SHOWCASE 
 */
/*
 * PROMOTION TOP 
 */
#pavo-promotion {
  background-color: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}
#pavo-promotion .sections {
  border-right: 1px solid #d0d0d0;
}
/*
 * MAIN CONTENT
 */
#content {
  min-height: 400px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  position: relative;
}
.common-home #content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  padding: 0px;
}
/* FOOTER s*/
#footer:before,
#footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#footer:after {
  clear: both;
}
#footer .box .box-heading {
  background: none;
  border-bottom: none;
}
#footer .box .box-heading span {
  font-size: 12px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  color: #4a4b4d;
  padding-left: 0;
}
#footer .box .box-heading span i {
  margin-right: 10px;
  color: #78797b;
}
#footer .box .box-content {
  background: none;
  border: none;
}
#footer .box .box-content p + p {
  margin-bottom: 25px;
}
#footer .footer-center {
  background: url('../image/bg_footer.png') repeat-x scroll left top #e8e8e8;
  padding: 2px 0 20px;
}
#footer .footer-center .box {
  border: none;
  margin-bottom: 0px;
  background: url('../image/br_footer.png') no-repeat scroll right top rgba(0, 0, 0, 0);
}
#footer .footer-center .box:after {
  border: none;
  display: none;
  background: none;
}
#footer h3 {
  color: #2a2a2a;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer ul li {
  line-height: normal;
  padding: 5px 0;
  margin-left: 10px;
}
#footer ul li:before {
  left: -10px;
  top: 10px;
}
#footer .description {
  margin-bottom: 10px;
}
#footer .contact-us li {
  margin-left: 0;
  padding: 0;
}
.column ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.column li {
  margin-bottom: 0px;
  line-height: 27px;
}
.folow li .fa {
  background-color: #bbb;
  color: #ffffff;
  font-size: 18px;
  height: 34px;
  line-height: 35px;
  width: 34px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.folow li:hover .fa-facebook {
  background-color: #395690;
}
.folow li:hover .fa-twitter {
  background-color: #00b0ec;
}
.folow li:hover .fa-google-plus {
  background-color: #dc6465;
}
.folow li:hover .fa-youtube {
  background-color: #c73133;
}
/* POWER BY */
#powered {
  margin: 0;
  clear: both;
  background: #ffffff;
  padding: 22px 0;
  color: #999999;
  border-top: 1px solid #d0d0d0;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
#footer #formNewLestter {
  position: relative;
}
#footer #formNewLestter .form-control {
  height: 35px;
  width: 75%;
  float: left;
}
#footer #formNewLestter span.input-group-btn {
  width: 25%;
  float: left;
}
#footer #formNewLestter span.input-group-btn .button_mini {
  width: 100%;
  height: 35px;
}
#footer #formNewLestter .valid {
  position: absolute;
  top: 105%;
  width: 100%;
  z-index: 2;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* box */
.box {
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  position: relative;
  /* box styles */
}
.box .box-heading {
  border-bottom: 1px solid #d0d0d0;
  line-height: 43px;
  font-size: 12px -2;
  display: block;
  background: none repeat scroll 0 0 #f4f4f4;
  color: #2a2a2a;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
.box .box-heading img {
  display: none;
}
.box .box-heading span {
  padding: 0 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.box .box-content {
  background: #ffffff;
}
.box.highlighted .box-heading,
.box.orange .box-heading,
.box.dark .box-heading,
.box.green .box-heading,
.box.maroon .box-heading,
.box.blue .box-heading,
.box.gray .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
}
.box.orange .box-heading {
  background: #ffb44d;
}
.box.orange .box-content {
  background: #ff9400;
}
.box.orange li {
  border-top-color: #ffb44d;
}
.box.orange a {
  color: #B66B00;
}
.box.orange a:hover {
  color: #6F4100;
}
.box.dark {
  background: #000000;
}
.box.dark a {
  color: #777;
}
.box.dark a:hover {
  color: #888;
}
.box.green {
  background: #10b6db;
}
.box.green a {
  color: #63E063;
}
.box.green a:hover {
  color: #43F043;
}
.box.maroon {
  background: #F35D34;
}
.box.maroon a {
  color: #B4300D;
}
.box.maroon a:hover {
  color: #C93F19;
}
.box.blue {
  background: #0088a6;
}
.box.blue a {
  color: #47C9FF;
}
.box.blue a:hover {
  color: #0073A3;
}
.box.gray {
  background: #78797b;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #b20d5b;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #d56868;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
.box .nav-tabs {
  border-top: 0;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
/* currency */
.currency img,
.language img {
  cursor: pointer;
  margin-left: 5px;
}
.currency button,
.language button {
  background: transparent;
  border: none;
  color: #78797b;
}
/*dropdown*/
.btn-dropdown {
  background: transparent;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
  font-size: 9px;
  color: #78797b;
  padding: 3px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-dropdown .caret {
  border-color: #ffffff transparent;
}
.btn-dropdown:hover {
  color: #000000;
}
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .btn-dropdown span {
  color: #000000;
}
.btn-group .dropdown-menu {
  padding: 10px;
  z-index: 99999;
  right: 0;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-group .list-item {
  line-height: 19px;
  font-size: 9px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #10b6db;
}
.btn-group .item-symbol {
  margin-right: 6px;
}
.btn-group a,
.btn-group span {
  color: #78797b;
}
.btn-group a:hover,
.btn-group span:hover {
  color: #10b6db;
}
/* cart info */
#header #cart {
  border-radius: 20px;
  float: right;
  height: 34px;
  padding: 0 10px 0 10px;
  position: relative;
  z-index: 999;
  background: #0088a6;
  width: 70%;
  margin-top: 5px;
}
#header #cart .dropdown-menu {
  clear: both;
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  padding: 15px;
  min-height: 100px;
  border: 1px solid #eeeeee;
  -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;
  background: #ffffff;
  z-index: 99999;
  min-width: 392px;
}
#header #cart i {
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
  margin: 0 5px;
}
#header #cart .cart-inner {
  overflow: hidden;
  float: right;
  width: 85%;
}
#header #cart .cart-inner a {
  text-decoration: none;
  font-size: 10px;
  color: #ffffff;
  margin-left: 10px;
  line-height: 35px;
}
#header #cart .cart-inner a span {
  background: url('../image/arrow-down.png') no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
  padding-right: 15px;
}
#header #cart .cart-inner h4 {
  color: #ffffff;
  float: left;
  font-size: 12px;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
}
#header #cart.open .dropdown-menu {
  display: block;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 12px;
  border-bottom: 1px solid #d0d0d0;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info .remove .btn {
  background: none;
  border: none;
}
.mini-cart-info .remove .btn i {
  color: #10b6db !important;
}
.mini-cart-info td.total {
  text-align: right;
}
/*
 * search module
 */
#search {
  height: 43px;
  background: #ffffff;
  float: left;
  width: 100%;
  border: 4px solid #40c5e2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
}
#search .button-search {
  background: url('../image/button-search.png') center center no-repeat;
  width: 40px;
  height: 35px;
  cursor: pointer;
  float: right;
  border: none;
}
#search .icon-search {
  color: #ffffff;
  -webkit-transition: color 500ms ease-in;
  transition: color 500ms ease-in;
}
#search .icon-search:hover {
  color: #0d8fab;
}
.input-search {
  width: calc(100% - 40px);
  height: 35px;
  float: left;
  font-size: 12px;
  margin: 0px;
  border: none;
  color: #838383;
  box-shadow: none;
}
/*
 * box products
 */
.product-block {
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 1px;
}
.product-block a:hover {
  color: #000000;
}
.product-block .price {
  margin: 0;
  min-height: 40px;
  position: relative;
}
.product-block .price .price-old,
.product-block .price .price-new {
  display: block;
}
.product-block .action {
  left: 0;
  position: absolute;
  top: -40%;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.product-block .action .wishlist,
.product-block .action .compare {
  float: left;
  height: 30px;
  width: 30px;
}
.product-block .action .wishlist a,
.product-block .action .compare a {
  display: block;
  height: 30px;
  transition: all 200ms ease-in-out 0s;
  width: 30px;
  color: #ffffff;
}
.product-block .action .wishlist a:hover,
.product-block .action .compare a:hover {
  color: #ffffff;
}
.product-block .cart i {
  margin-left: 8px;
  float: right;
  line-height: 16px;
}
.product-block .product-icon {
  float: left;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-right: 3px;
  text-align: center;
  line-height: 25px;
  padding: 0px;
  cursor: pointer;
  color: #ffffff;
  background: #10b6db;
}
.product-block .product-icon:hover {
  background-color: #40c5e2;
  color: #ffffff;
}
.product-block .product-icon span {
  font-size: 0;
  color: transparent;
}
.product-block .shopping-cart {
  border: 1px solid #10b6db;
  background: #10b6db;
  color: #ffffff;
}
.product-block .description {
  height: 32px;
  line-height: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-block .rating {
  margin: 5px 0;
  display: none;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  line-height: 20px;
}
.product-block .name a {
  color: #10b6db;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding-bottom: 8px;
}
.product-block .name a:hover {
  color: #000000;
}
.product-block .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-block .image .product-zoom {
  z-index: 10;
  color: #000000;
  font-size: 12px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px;
  text-align: center;
}
.product-block .image .product-zoom .icon-zoom-in {
  line-height: 32px;
  vertical-align: middle;
}
.product-block .image .product-zoom:hover {
  background: #10b6db;
  color: #ffffff;
}
.product-block .product-meta {
  margin-top: 12px;
}
.product-block .pav-colorbox {
  background: #ffffff;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 33px;
  overflow: auto;
  display: block !important;
  z-index: 10;
  color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 100px;
  height: 33px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  position: absolute;
  display: none;
}
.product-block .pav-colorbox span {
  margin-right: 6px;
}
.product-block .pav-colorbox .icon-eye {
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .info-view {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  position: absolute;
}
.product-block .info-view .icon-eye {
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.product-block:hover {
  border: 1px solid #10b6db;
  box-shadow: 0px 0px 6px #ddd;
}
.product-block:hover .action {
  left: 0;
  top: 0;
}
.rtl .product-block:hover .action {
  right: 0px !important;
}
.rtl .product-block .action > * {
  float: right;
}
.rtl .product-block .product-label-special {
  left: 10px !important;
  right: auto;
}
.rtl .product-list .product-block {
  text-align: right;
}
.price {
  color: #ff9400;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
}
.price .price-old {
  color: #858585;
  text-decoration: line-through;
  font-weight: normal;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
/* popup */
#colorbox *:before,
#colorbox *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* zoom function in product page */
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
}
/*
*  Social Module
*/
.social {
  padding: 5px 0;
}
.social:before,
.social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.social:after {
  clear: both;
}
.social li {
  margin-right: 6px;
  float: left;
  font-size: 0px;
  color: transparent;
  background: #cccccc;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: border-color 350ms ease-in-out;
  transition: border-color 350ms ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #cccccc;
}
.social li a {
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 0 4px;
  vertical-align: middle;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.social li a:hover {
  color: #0faed1;
}
.social li .icon-facebook {
  margin-left: 3px;
}
.social li:hover {
  background-color: #ffffff;
  border-color: #0faed1;
}
.social li:hover a {
  color: #0d8fab;
}
.social li.last a {
  margin: 0px 0 0 5px;
}
/*Contact Us*/
ul.contact-us li:hover i {
  color: #ffffff;
}
ul.contact-us li i {
  width: 18px;
  height: 20px;
  color: #10b6db;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
ul.contact-us li .icon-newsletter {
  font-size: 8px;
}
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
ul.contact-us li a {
  color: #78797b;
}
ul.contact-us li a:hover {
  color: #10b6db;
}
/*
*  Sidebar Module
*/
.box-products.slide {
  padding: 15px;
  position: static;
}
.sidebar .box-products.slide {
  padding: 0;
}
.sidebar .box .box-heading {
  background: #383838;
  color: #ffffff;
}
.sidebar .box .box-content {
  background-color: #ffffff;
}
.sidebar .highlights .box-content {
  background-color: #10b6db;
  border-top: 1px solid #29c4e6;
}
.sidebar .box-highlight .box-heading {
  background: #10b6db;
  padding: 12px 10px;
  text-align: center;
  border: 0;
  color: #ffffff;
}
.sidebar .box-highlight .box-heading span {
  border: 0;
  padding: 2px 0 0 0;
  min-height: 20px;
}
.sidebar .box-highlight .box-content {
  padding: 20px 20px 0;
  position: relative;
}
.sidebar .box-highlight .box-content:after,
.sidebar .box-highlight .box-content:before {
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sidebar .box-highlight .box-content:after {
  border-color: rgba(39, 247, 10, 0);
  border-top-color: #10b6db;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.sidebar .box-highlight .box-content:before {
  border-color: rgba(226, 127, 122, 0);
  border-top-color: #10b6db;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.sidebar [class*="col-"],
.sidebar [class^="col-"] {
  width: 100%;
}
.sidebar .product-grid [class*="col-"],
.sidebar .product-grid [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .box-banner {
  padding: 0px;
  background-color: transparent;
}
.sidebar .highlights .box-heading {
  margin-bottom: 0;
  background-color: #09a4c7;
  color: #ffffff;
  border-bottom: 0;
}
.sidebar .highlights .box-heading span {
  border: 0;
  display: table;
  vertical-align: middle;
  float: none;
  min-height: 20px;
  padding: 0 20px;
}
.sidebar .badge {
  margin: 9px 22px 0 0;
  padding: 4px 7px;
}
.sidebar ul {
  margin: 0;
  padding: 0px;
}
.sidebar ul > li {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #29c4e6;
  line-height: 36px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background: none;
}
.sidebar ul > li span {
  padding: 0 10px 0 20px;
}
.sidebar ul > li a {
  color: #ffffff;
  padding: 0 10px 0 20px;
}
.sidebar ul > li a:hover {
  color: #ffffff;
}
.sidebar ul > li a.active {
  color: #b2f1ff;
}
.sidebar ul > li > ul > li {
  background-color: #10b6db;
  border-color: #29c4e6;
}
.sidebar ul > li > ul > li > a {
  font-size: 10px;
  color: #b2f1ff;
  padding: 0 0 0 40px;
}
.sidebar ul > li > ul > li > a:hover {
  color: #ffffff;
}
.sidebar ul > li .subcart {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0px;
  font-size: 8px;
  position: absolute;
  top: 16px;
  right: 10px;
}
.sidebar ul > li .subcart.collapsed {
  width: 5px;
  height: 5px;
}
.sidebar ul .haschild {
  position: relative;
}
.sidebar ul li.last {
  border-bottom: 0;
}
.sidebar .product-block {
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
  background: transparent;
  padding: 15px;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .description,
.sidebar .product-block .label {
  display: none;
}
.sidebar .product-block .pav-colorbox {
  display: none !important;
}
.sidebar .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.sidebar .product-block .name {
  min-height: 30px;
}
.sidebar .product-block .name a {
  padding-bottom: 5px;
}
.sidebar .product-list .product-block {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .product-list .price .price-old,
.sidebar .product-list .price .price-new {
  display: block;
}
.sidebar .product-meta {
  padding: 0px;
  min-height: 20px;
}
.sidebar .last .product-block {
  border: 0;
}
.sidebar .product-grid .product-meta,
.sidebar .product-list .product-meta {
  min-height: 20px;
}
.sidebar .highlight .product-block .image {
  float: left;
  width: 40%;
}
.sidebar .highlight .product-block .product-meta {
  min-height: 20px;
  float: left;
  width: calc(60%);
  padding-left: 5px;
  text-align: left;
  margin-top: 0px;
}
.sidebar .highlight .product-block .cart {
  display: none;
}
.no-margin .product-block {
  margin: 0px;
}
/*Has highlight*/
.has-highlight label {
  color: #000000;
  margin-bottom: 15px;
}
.has-highlight .icon-newsletter {
  margin-left: 8px;
  font-size: 8px;
  color: #ffffff;
}
.has-highlight .input-group-addon {
  padding: 0px;
  background: #ffffff;
  border-color: #d0d0d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.has-highlight .input-group-addon i {
  color: #ffffff;
}
.has-highlight .form-control {
  border-left: 0;
}
.has-highlight .btn {
  background: #ffffff;
  border: 0;
  padding: 0px;
  width: 30px;
  height: 30px;
}
.has-highlight .btn .icon-bullet-right {
  font-weight: bold;
  font-size: 10px;
  margin: 2px 0 0 4px;
  color: #0d8fab;
}
.has-highlight .btn i {
  font-size: 14px;
  color: #10b6db;
}
/*Show number product - Grid*/
.product-grid .col-lg-2 .label {
  width: 40px;
  height: 40px;
}
.product-grid .col-lg-2 .name {
  min-height: 70px;
}
.product-grid .col-lg-2 .name a {
  font-size: 10px;
}
.product-grid .col-lg-2 .product-meta {
  min-height: 150px;
}
.product-grid .col-lg-2 .product-block:hover .img-overlay {
  border-width: 60px;
}
.product-grid .col-lg-4 .product-block:hover .img-overlay {
  border-width: 130px;
}
.product-grid .col-lg-6 .product-block:hover .img-overlay {
  border-width: 205px;
}
.product-grid .col-lg-12 .product-block:hover .img-overlay {
  border-width: 260px;
}
.nav-tabs > li {
  margin-bottom: 0px;
  padding: 0 18px;
  border-right: 1px solid #d0d0d0;
}
.nav-tabs > li:last-child {
  border: 0px;
}
.nav-tabs > li > a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  color: #696c6d;
  text-transform: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #78797b;
  background-color: transparent;
  border: 0;
}
.nav-tabs > li > a.selected {
  color: #78797b;
  position: relative;
}
.nav-tabs > li.active {
  position: relative;
  background: #ffffff;
  border-right: 1px solid #ffffff;
}
.nav-tabs > li.active > a {
  background: transparent;
  border: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0d8fab;
  background: transparent;
  border: none;
  border-radius: 0;
}
/*Blog*/
.blog-tags a {
  color: #10b6db;
  text-decoration: underline;
}
/*Pavdeal*/
.deal-qty-box .deal-qty {
  color: #10b6db;
  font-weight: normal;
}
.productdeals .item-countdown ul li:first-child .countdown_num span {
  color: #10b6db;
}
/*End*/
.productcarousel .carousel-controls {
  right: 0;
  left: auto;
}
.productcarousel .left {
  left: -49px;
  right: auto;
}
.productcarousel .right {
  left: auto;
  right: 0;
}
#blog-accordion .box-heading {
  background-color: #09a4c7;
  border-bottom: 0 none;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  line-height: 43px;
  padding: 0px 20px;
}
#blog-accordion .box-content {
  background-color: #10b6db;
  border-top: 1px solid #29c4e6;
}
#blog-accordion .box-content ul li {
  position: relative;
}
#blog-accordion .box-content ul li span {
  padding: 0px;
}
#blog-accordion .box-content ul li i {
  position: absolute;
  right: 5px;
  width: 30px;
  text-align: center;
}
.rtl #blog-accordion .box-content ul li i {
	left: 5px;
	right: auto;
}
.rtl #search {
  padding-left: 0px;
  padding-right: 15px;
}
.rtl #search .input-search {
  float: right !important;
}
.rtl #search .button-search {
  float: left !important;
  background: url('../image/button-search-rtl.png') center center no-repeat;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* category */
.category-info {
  padding: 0px;
}
.category-info .image {
  padding: 0px;
  margin-bottom: 20px;
}
.category-description {
  border: 0;
  padding: 15px;
}
.category-list {
  margin-bottom: 20px;
  border: 0;
}
.category-list ul {
  float: left;
}
.category-list ul li a {
  float: left;
  margin: 0;
  padding: 0 10px;
  line-height: 2.14857143;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  position: relative;
}
.category-list ul li a:hover {
  color: #ffffff;
}
.category-list ul li a:before {
  background-color: #10b6db;
  -webkit-transition: width 0.2s ease 0s;
  transition: width 0.2s ease 0s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
}
.category-list ul li a:hover:before {
  width: 100%;
}
/* manufacturer */
.manufacturer-heading {
  background-color: #eeeeee;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  padding: 6px;
  border: 0;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0px;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  border: 1px solid #e9e9e9;
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 20px;
  font-size: 9px;
  text-transform: uppercase;
}
.product-filter .sort {
  float: right;
  margin-right: 10px;
}
.product-filter .limit {
  float: right;
  margin-right: 10px;
}
.product-filter .display {
  float: left;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display button {
  border: 1px solid #d0d0d0;
  padding: 7px 10px;
  margin-right: 5px;
  background: none;
}
.product-filter .display button > span {
  margin: 0 3px;
}
.product-filter .display button > em {
  display: none;
}
.product-filter .display button.active,
.product-filter .display button:hover {
  color: #0d8fab;
}
.product-filter .product-compare {
  float: right;
  line-height: 26px;
}
/* product list mode  */
.product-list .col-fullwidth {
  width: auto;
  float: none;
}
.product-list .product-block {
  padding: 15px;
  overflow: hidden;
  text-align: left;
}
.product-list .product-meta {
  padding: 0px;
  overflow: hidden;
  margin: 0;
}
.product-list .rating {
  margin: 10px 0;
  display: none;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .price-tax {
  display: block;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  margin-bottom: 5px;
  min-height: 20px;
}
.product-list .image {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 20%;
}
.product-list .image img {
  padding: 0px;
  border: 0;
}
.product-list .price .price-old,
.product-list .price .price-new {
  display: inline;
}
.product-list .price .special-price {
  position: static;
}
.product-list .left {
  float: left;
  width: 70%;
}
.product-list .right {
  float: left;
  margin: 25px 0 0 15px;
  width: 27%;
}
.product-list .price {
  float: none;
  width: auto;
}
.product-list .action {
  float: none;
  width: auto;
}
.product-list .wishlist,
.product-list .compare {
  margin-bottom: 3px;
}
/* product grid mode */
.product-grid {
  position: relative;
}
.product-grid .product-meta {
  min-height: 110px;
}
/* 
 * PRODUCT INFORMATION PAGE
 */
.product-info {
  background: #ffffff;
  padding-bottom: 20px;
}
.product-info .carousel-control {
  top: 30%;
  margin: -9px 0 -9px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.product-info a.carousel-control {
  width: 22px !important;
  margin: 0;
  background: transparent;
}
.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 .price-tax {
  font-weight: normal;
}
.product-info .product-label-special {
  left: 25px;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info .image {
  position: relative;
  margin-bottom: 33px;
  text-align: center;
}
.product-info .share {
  padding: 10px 0;
}
.product-info .share:before,
.product-info .share:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  color: #78797b;
  border-top: 1px solid #d0d0d0;
  padding: 5px 0;
  margin-bottom: 20px;
}
.product-info .price .price-new {
  font-size: 22px;
  color: #ff9400;
}
.product-info .price .price-old {
  font-size: 12px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 5px;
}
.product-info .price-gruop:before,
.product-info .price-gruop:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .price-gruop > * {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.product-info .description {
  border: 0;
  margin-bottom: 20px;
  padding: 0px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
}
.product-info .description .availability {
  background: #85dd66;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 5px;
  text-transform: none;
}
.product-info .image-additional {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 9px;
  margin-left: 9px;
  width: 20%;
}
.product-info .image-additional a:last-child {
  margin: 0;
}
.product-info .image-additional img {
  border: 0;
}
.product-info .image-additional:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #10b6db;
}
.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;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review {
  color: #4D4D4D;
  border: 1px solid #dcdcdc;
  margin: 10px 0 5px;
  padding: 0 10px;
}
.product-info .product-extra {
  padding: 10px 12px;
}
.product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin-right: 12px;
}
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  color: #929394;
}
.product-info .product-extra .add-action:hover {
  color: #0d8fab;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .links {
  line-height: 36px;
  background-color: #f2f2f2;
  color: #4f4f4f;
  border: 1px solid #dcdcdc;
  padding: 0 0 0 42px;
  margin-bottom: 5px;
}
.product-info .links a,
.product-info .links .wrap-share {
  color: #4f4f4f;
  padding: 0 0 0 10px;
  border-left: 1px solid #dcdcdc;
  font-weight: bold;
  font-size: 12px;
  line-height: 36px;
  display: block;
  margin: 0;
}
.product-info .links .wrap-share {
  padding: 5px 0;
}
.product-info .links .wrap-share a {
  border: none;
  line-height: 16px;
}
.product-info .links .fa {
  position: absolute;
  line-height: 36px;
  left: 12px;
  font-size: 20px;
  color: #bbb;
}
.product-info .wishlist,
.product-info .compare {
  font-size: 10px;
  float: left;
  padding: 0 10px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.product-info .wishlist:hover i,
.product-info .compare:hover i {
  color: #10b6db;
  border-color: #10b6db;
}
.product-info .wishlist {
  border-right: 1px solid #d0d0d0;
  padding-left: 0;
}
.product-info .icon-wishlist-compare {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  width: 25px;
  height: 25px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #ffffff;
  padding: 4px;
}
.product-info .icon-wishlist-compare:hover {
  color: #10b6db;
  border-color: #10b6db;
}
#content .product-info h1 {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 36px;
  margin-top: 0;
}
.tabs-group {
  background: #ffffff;
}
.tab-content ul li {
  line-height: 27px;
}
.product-related {
  margin: 0;
  position: relative;
}
.product-related .carousel-controls {
  top: -58px;
  height: 37px;
}
.product-related .carousel-controls .carousel-control {
  height: 37px;
}
.product-related .rating {
  display: none;
}
.product-related .last .product-block {
  margin: 0;
}
/**
 *
 */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
/* attribute */
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 12%;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #eeeeee;
  text-align: left;
  border: 0;
}
/* 
 * WISHTLIST PAGE 
 */
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 0px;
  margin: 0 auto;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
/**
 * LOGIN PAGE
 */
/* 
 * ORDERS PAGE 
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.order-list .list-content {
  margin-bottom: 12px;
}
.order-detail {
  background: #d0d0d0;
  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;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 12px;
}
.return-opened textarea {
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 24px;
}
/* 
 * CART PAGE
 */
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.cart-info tbody td.quantity * {
  float: left;
}
.cart-info tbody td.quantity a {
  display: block;
  padding: 6px 0;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.cart-module {
  margin: 24px 0;
}
.cart-module table td {
  padding: 5px;
}
.cart-total {
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 8px;
  font-weight: bold;
  font-size: 12px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
/*
 * CONTENT INFOMATION
 */
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.92857143;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 24px;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}
/*PAGE NOT FOUND*/
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230%;
  margin: 120px 0 12px 0;
  color: #0d8fab;
}
.page-not-found span {
  margin-right: 12px;
}
.page-not-found p {
  margin-bottom: 36px;
}
/*Contact Page*/
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.contact-content .content {
  background-color: #ebebeb;
  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 .fa {
  width: 20px;
  height: 30px;
  line-height: 18px;
  text-align: center;
  color: #10b6db;
  font-size: 20px;
  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: #10b6db;
}
.pav-megamenu .megamenu {
  position: relative;
}
.pav-megamenu .megamenu .owl-carousel {
  display: block;
  box-shadow: none;
  border: none;
  margin: 0px;
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  border: 0;
  margin: 0;
  background-color: transparent;
}
.pav-megamenu .navbar-nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 18px 20px;
  font-weight: bold;
  color: #b2f1ff;
}
.pav-megamenu .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #40c5e2;
}
.pav-megamenu .navbar-nav > li > a:focus {
  background: transparent;
}
.pav-megamenu .navbar-nav > li > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.pav-megamenu .navbar-nav > li > a .caret:hover {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.pav-megamenu .navbar-inverse {
  margin-bottom: 0;
  border: 0;
}
.pav-megamenu .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.pav-megamenu .product-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.pav-megamenu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pav-megamenu .dropdown-menu {
  padding: 15px;
  top: 52px;
  min-width: 230px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.pav-megamenu .dropdown-menu a {
  color: #10b6db;
}
.pav-megamenu .dropdown-menu a:hover {
  color: #000000;
}
.pav-megamenu .dropdown-menu li {
  line-height: 27px;
  position: relative;
}
.pav-megamenu .dropdown-menu li a {
  padding: 0px;
  line-height: 27px;
}
.pav-megamenu .dropdown-menu li a:hover {
  color: #000000;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 0;
}
.pav-megamenu .dropdown:hover > a {
  color: #ffffff;
}
.pav-megamenu .dropdown:hover > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #E5E5E5;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0px;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-top: -6px;
  top: 0;
}
.pav-megamenu .multi-menu {
  position: static;
}
.pav-megamenu .multi-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
.pav-megamenu ul.nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu ul.nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
.pav-megamenu ul.nav > li.aligned-fullwidth > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 0;
  width: 100%;
}
.pav-megamenu ul.nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu ul.nav > li.aligned-right .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
}
.pav-megamenu ul.nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.pav-megamenu ul.nav > li.aligned-left .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
}
.pav-megamenu ul.nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.nav li a:focus {
  background: transparent;
}
/*Widget Megamenu*/
.pavo-widget .menu-title {
  color: #10b6db;
  font-size: 12px;
  margin-top: 0;
  font-weight: bold;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
ul.list li {
  margin-left: 9px;
  position: relative;
}
ul.list li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  color: #10b6db;
  font-size: 3px;
  vertical-align: top;
  position: absolute;
  left: -7px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
ul.list li:hover:before {
  left: -10px;
}
ul.list li a {
  color: #555;
}
ul.list li a:hover {
  color: #10b6db;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
ul.folow li {
  padding: 1px 0 !important;
}
ul.folow li:before {
  display: none;
}
.link-more {
  color: darker(#10b6db, 10%);
  font-size: 10px;
  text-transform: lowercase;
  font-weight: bold;
  color: #0b839d;
}
.link-more .icon-read-more-2 {
  font-size: 7px;
  color: #0d8fab;
}
.link-more:hover {
  color: #0b839d;
}
.copyright {
  text-align: left;
}
.copyright a {
  color: #0b839d;
}
#back-top {
  margin: 0px;
  position: relative;
  text-align: center;
}
#back-top a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  font-size: 26px;
  position: absolute;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  overflow: auto;
}
#back-top a:hover {
  border-color: #0faed1;
  background-color: #0faed1;
}
#back-top a:hover i {
  color: #ffffff;
}
/*breadcrumb*/
#breadcrumb .breadcrumb {
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
#breadcrumb .breadcrumb li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 6px;
}
#breadcrumb .breadcrumb li:before {
  display: none;
}
#breadcrumb .breadcrumb li a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#breadcrumb .breadcrumb li a:before {
  width: 0;
  height: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-left: 3px solid #ffffff;
  border-top: 3px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  z-index: 99;
}
#breadcrumb .breadcrumb li a span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 18px;
}
#breadcrumb .breadcrumb li a span:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #78797b;
  position: absolute;
  left: 0;
  top: 0;
  margin: 2px 0 0 0;
}
#breadcrumb .breadcrumb li:hover {
  color: #0ea2c3;
}
#breadcrumb .breadcrumb li:hover span:before {
  background: #0ea2c3;
}
#breadcrumb .breadcrumb li.last {
  color: #16c7ee;
}
#breadcrumb .breadcrumb li.first a:before {
  border: none;
}
#breadcrumb .breadcrumb li.first a span {
  color: #78797b;
  margin-left: 0;
}
#breadcrumb .breadcrumb li.first a span:before {
  background: none;
}
.no-margin h3 {
  margin-top: 0px;
}
.no-margin .buttons {
  margin-bottom: 0px;
}
.no-margin table {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.my-account li {
  line-height: 27px;
}
/*carousel*/
.carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 0;
  width: 40px;
  height: 43px;
  padding: 1px;
  background: none;
}
.carousel-controls .carousel-control {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  width: 43px;
  height: 43px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-weight: bold;
  line-height: 43px;
  margin: 0;
  text-decoration: none;
  padding: 0px;
  background: none;
  border-radius: 0;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #dcdcdc;
  color: #999;
}
.carousel-controls .carousel-control:hover,
.carousel-controls .carousel-control:focus {
  color: #10b6db;
}
.carousel-controls .carousel-control.left,
.carousel-controls .carousel-control.right {
  background-color: transparent;
  background-image: none;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-controls .right {
  left: auto;
  right: 0;
}
.carousel-controls .left {
  left: -49px;
  right: auto;
}
.carousel-control {
  background-image: none;
  background-color: transparent;
}
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #10b6db;
}
/*Button Add to cart - Product Detail*/
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 10px;
}
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn-cart span + span {
  padding: 6px 10px 0;
}
.btn-cart .icon-cart {
  font-size: 10px;
  color: #ffffff;
  width: 30px;
  height: 31px;
  line-height: 27px;
  vertical-align: top;
  background: #0d8fab;
}
/*Custom Block*/
.in-border .pavcontentslider {
  margin-right: 0;
  margin-left: -30px;
}
.custom-block {
  margin-left: -14px;
  margin-right: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 6px;
  padding-top: 17px;
  position: relative;
}
.custom-block .box-heading:after {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #cccccc;
  border-color: rgba(204, 204, 204, 0);
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
  width: 0;
  height: 0;
  border-top-color: #d0d0d0;
  border-width: 7px;
  margin-left: -6px;
  left: 50%;
}
.custom-block .box-heading:before {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  width: 0;
  height: 0;
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -5px;
  left: 50%;
  z-index: 1;
}
.custom-block .box-heading > span {
  font-weight: normal;
  border: 0;
  padding: 0px;
}
.custom-block .box-content {
  padding-top: 17px;
}
.custom:before,
.custom:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.custom:after {
  clear: both;
}
.custom i {
  float: left;
  font-size: 25px;
  color: #999999;
  margin-top: 6px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  width: 43px;
  height: auto;
}
.custom h3 {
  margin: 0px;
  color: #000000;
  line-height: normal;
  font-weight: bold;
  min-height: 15px;
}
.custom p {
  color: #858688;
  margin-bottom: 18px;
}
.custom h3,
.custom p {
  font-size: 10px;
  overflow: hidden;
}
.custom li:hover i {
  color: #10b6db;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.underline a {
  text-decoration: underline;
  color: #0d8fab;
}
.advcontent {
  overflow: hidden;
}
.advcontent .wrap-adv {
  float: left;
}
.advcontent .wrap-adv:first-child a {
  border-right: 1px solid #dcdcdc;
}
.advertising a {
  display: block;
}
.facebook-wrapper {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: 10px;
}
.in-border {
  -webkit-box-shadow: -3px 0 3px -2px #e3e3e4;
  box-shadow: -3px 0 3px -2px #e3e3e4;
  border-right: 1px solid #d0d0d0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .in-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
  }
}
/* Background body */
.pattern1 {
  background-image: url('../image/pattern/pattern1.png');
}
.pattern2 {
  background-image: url('../image/pattern/pattern2.png');
}
.pattern3 {
  background-image: url('../image/pattern/pattern3.png');
}
.pattern4 {
  background-image: url('../image/pattern/pattern4.png');
}
.pattern5 {
  background-image: url('../image/pattern/pattern5.png');
}
.pattern6 {
  background-image: url('../image/pattern/pattern6.png');
}
.pattern7 {
  background-image: url('../image/pattern/pattern7.png');
}
.pattern8 {
  background-image: url('../image/pattern/pattern8.png');
}
.pattern9 {
  background-image: url('../image/pattern/pattern9.png');
}
.pattern10 {
  background-image: url('../image/pattern/pattern10.png');
}
.pattern11 {
  background-image: url('../image/pattern/pattern11.png');
}
.pattern12 {
  background-image: url('../image/pattern/pattern12.png');
}
.pattern13 {
  background-image: url('../image/pattern/pattern13.png');
}
.pattern14 {
  background-image: url('../image/pattern/pattern14.png');
}
.pattern15 {
  background-image: url('../image/pattern/pattern15.png');
}
.pattern16 {
  background-image: url('../image/pattern/pattern16.png');
}
/* End */
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-grid .product-block .price {
    width: 34%;
  }
  .product-grid .product-block .action {
    width: 66%;
  }
  .offcanvas-menu {
    display: none;
  }
  #mainmenutop .verticalmenu > li > a {
    padding: 5px 15px;
  }
  .product-grid .product-block .price,
  .product-grid .product-block .action {
    width: 100%;
  }
  .carousel.pavcontentslider .pav-caption {
    display: none;
  }
  .carousel.pavcontentslider .carousel-indicators {
    margin: 0 -270px;
  }
  .sidebar .productdeals .image img {
    width: 100%;
    height: auto;
  }
  .copyright {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pav-megamenu .navbar-nav > li {
    padding-bottom: 15px;
  }
  #topbar button.button {
    margin-top: 6px;
  }
  .support {
    margin-bottom: 10px;
  }
  .cart-top {
    float: right;
  }
  .in-border {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header-main .header-wrap {
    min-height: 40px;
  }
  #header-main .header-wrap:before,
  #header-main .header-wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header-main .header-wrap:after {
    clear: both;
  }
  #header-main .inner {
    margin-top: 20px;
    float: none !important;
    width: 100%;
  }
  #header-main .inner #logo {
    text-align: center;
  }
  .pavcontentslider .carousel-inner .item img {
    width: 100%;
  }
  .pavcontentslider .carousel-inner .item a img {
    width: 100%;
  }
  .carousel.pavcontentslider {
    margin: 0;
  }
  .carousel.pavcontentslider .pav-caption {
    display: none;
  }
  .carousel.pavcontentslider .carousel-indicators {
    margin: 0 -266px;
  }
  #pav-mainnav .dropdown-menu {
    top: 100%;
    right: -30px;
    width: 100% !important;
  }
  #topbar {
    padding: 10px 0;
    border: 0;
  }
  .product-grid .product-block .price,
  .product-grid .product-block .action {
    width: 100%;
    float: left;
  }
  #footer .box .box-heading {
    margin-top: 15px;
  }
  #footer .footer-center {
    padding: 20px 0 30px 0;
  }
  #footer .copyright,
  #footer .paypal {
    float: none !important;
    text-align: center;
    padding-top: 15px;
  }
  .offcanvas-menu {
    display: none;
  }
  #cboxOverlay,
  #colorbox {
    display: none !important;
  }
  .pavcarousel .carousel-controls {
    top: 5px !important;
  }
}
@media (max-width: 480px) {
  #topbar .top-link {
    margin-top: 10px;
  }
  .has-highlight .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    height: 35px;
  }
  .nav-tabs > li {
    padding: 0;
  }
  .htabs ul li {
    float: none;
  }
  .htabs ul li a {
    padding: 6px;
    display: block;
  }
  .custom-block {
    margin: 0;
  }
  .custom-block .box-heading {
    padding: 10px 0;
  }
  .nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .sidebar .box-highlight .image {
    float: none;
  }
  #footer .footer-top .custom {
    padding: 0;
    border: 0;
  }
  #footer .footer-center {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #footer .box .box-heading {
    margin: 15px 0;
  }
  #footer .box .box-content {
    padding: 0;
  }
  #footer #powered {
    padding: 35px 0 30px;
  }
  .product-filter .product-compare,
  .product-filter .sort,
  .product-filter .limit {
    float: none;
  }
  .product-filter .product-compare span,
  .product-filter .sort span,
  .product-filter .limit span {
    width: 70px;
    display: inline-block;
  }
  .product-filter .product-compare select,
  .product-filter .sort select,
  .product-filter .limit select {
    min-width: 100px;
  }
  .product-filter .sort {
    margin: 10px 0px;
  }
  .product-list .image {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .product-list .product-meta {
    overflow: visible;
  }
  .product-list .left,
  .product-list .right {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
  }
  .product-list .product-block .action {
    text-align: right;
  }
  .product-list .product-block .action > * {
    float: none;
    display: inline-block;
  }
  .product-info h1 {
    font-size: 18px;
    margin-top: 20px;
  }
  .product-info .image-additional a {
    margin-right: 5px;
  }
  .product-info .product-extra .quantity-adder {
    margin: 0 0 10px 0;
  }
  .product-info .product-extra .quantity-adder input[type="text"] {
    padding: 5px;
  }
  .product-info .wishlist,
  .product-info .compare {
    padding: 0;
    display: block;
  }
  embed {
    width: 100%;
  }
  .product-related .last .product-block {
    margin-bottom: 24px;
  }
  .product-related .product-block {
    margin-bottom: 24px;
  }
  .htabs .nav-tabs > li.active:before,
  .htabs .nav-tabs > li.active:after {
    display: none;
  }
  #header #topbar {
    border: 0;
  }
  #cboxOverlay,
  #colorbox {
    display: none !important;
  }
  .zoomContainer {
    display: none !important;
  }
}
@media (max-width: 320px) {
  #topbar .login {
    padding: 0px;
  }
  #topbar .top-link {
    padding: 0px;
    margin-bottom: 0px;
  }
  #topbar .links a {
    border: none;
  }
  .product-grid .product-block {
    margin-bottom: 15px;
  }
  .product-block .pav-colorbox,
  .product-block .product-zoom,
  .product-block .img-overlay {
    display: none !important;
  }
  #cboxOverlay,
  #colorbox,
  .pav-colorbox {
    display: none !important;
  }
  .product-filter .sort {
    margin-bottom: 5px;
  }
  .blog-body .image {
    float: none !important;
    margin-bottom: 10px;
  }
  #footer .footer-center {
    padding-top: 3px;
  }
  #footer .box .box-heading {
    line-height: 20px;
    margin: 0;
  }
  #header #cart .dropdown-menu {
    min-width: 282px;
  }
  #header #cart {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  #topbar .support {
    padding-top: 10px;
  }
  #topbar .support .item > div {
    padding: 0px;
    background: none;
  }
  a.button,
  input.button,
  .button {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .blog-meta > span {
    float: none !important;
  }
  #header-main {
    padding: 20px 0px;
  }
  #header {
    margin-bottom: 15px;
  }
  #header #cart {
    width: auto;
  }
  #header #cart .cart-inner {
    width: auto;
  }
  #header #cart .cart-inner a {
    margin: 0px;
    font-size: 12px;
  }
  #footer .footer-center .box {
    background: none;
  }
  .blog-item .image,
  .blog-item .description {
    width: 100%;
    margin: 0px;
  }
  .blog-item .image .img-responsive,
  .blog-item .description .img-responsive {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-checkout-cart .input-group .form-control {
    min-width: 55px;
    text-align: center;
  }
  .blog-meta > span {
    float: none !important;
  }
  #topbar {
    padding: 10px 0px;
  }
  #topbar .navbar-header.pull-left,
  #topbar button.pull-right {
    float: none !important;
  }
  #topbar button.pull-right {
    margin-top: 10px;
  }
  #header-main {
    padding: 10px 0px;
  }
  #header-main #logo-theme {
    margin: 0px 0px 15px 0px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .btn-more-link {
    display: none;
  }
  .layerslider-wrapper {
    display: none;
  }
  #header-main .col-xs-8,
  #header-main .col-xs-4 {
    width: 50% !important;
  }
  #header #cart {
    width: 100%;
  }
  .product-related .carousel-controls {
    display: none;
  }
  .page-product .nav-tabs > li {
    border: none;
  }
}
@media (max-width: 380px) {
  #header-main #logo-theme {
    margin: 0px;
  }
  #header-main .col-xs-8,
  #header-main .col-xs-4 {
    width: 100% !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .page-pavblog-blog #sidebar-right {
  width: 100% !important;
  }
  .page-pavblog-blogs #sidebar-right {
  width: 100% !important;
  }
  .show-desktop {
    position: absolute;
    right: 9px;
  }
  .show-desktop .fa {
    margin: 0px !important;
  }
  .rtl .show-desktop {
    right: auto;
    left: 9px;
  }
  .row-offcanvas .box .box-content {
    margin-top: 0px;
    border: 0px;
  }
#offcanvasmenu .box .box-content li a {
  line-height: 15px;
  padding: 16px;
  width: 100%;
  display: inline-block;
}
  .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: -70%;
  }
  .rtl .row-offcanvas-right .sidebar-offcanvas {
    left: -70%;
    right: auto;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%;
  }
  .rtl .row-offcanvas-left .sidebar-offcanvas {
    right: -70%;
    left: auto;
  }

  .row-offcanvas-right.active {
    right: 70%;
  }
  .rtl .row-offcanvas-right.active {
    left: 70%;
    right: auto;
  }

  .row-offcanvas-left.active {
    left: 70%;
  }
  .rtl .row-offcanvas-left.active {
    right: 70%;
    left: auto;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%;
    background: #ffffff;
    height: 100%;
  }
  .rtl .sidebar-offcanvas {
    border-right: inherit;
  }

  .row-offcanvas.active:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    content: "";
    z-index: 200;
  }
}
/***** offcanvas-menu *****/
.offcanvas-heading .btn {
  margin-right: 10px;
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 12px;
}
.rtl .offcanvas-heading .btn {
  margin-left: 10px;
  margin-right: inherit;
}

#offcanvasmenu .megamenu li a {
  color: #333333;
  line-height: 15px;
  padding: 16px;
}
#offcanvasmenu .caret {
  display: none;
}
#offcanvasmenu ul {
  float: none;
}
#offcanvasmenu ul > li {
  list-style: none;
  float: none;
  border-bottom: 1px solid #ededed;
}
#offcanvasmenu ul > li a span:after {
  display: none;
}
#offcanvasmenu ul > li:last-child {
  border-bottom: none;
}
#offcanvasmenu ul > li.home .menu-icon {
  background: none !important;
}
#offcanvasmenu ul > li.aligned-fullwidth {
  position: relative;
}
#offcanvasmenu ul > li .click-canavs-menu {
  padding: 15.5px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.rtl #offcanvasmenu ul > li .click-canavs-menu {
  left: 0;
  right: auto;
}
#offcanvasmenu .dropdown-menu {
  display: none;
  background: none;
  position: static;
  visibility: visible;
  transform: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0px;
  width: auto !important;
  min-width: auto;
  margin-left: 0px;
}
.rtl #offcanvasmenu .dropdown-menu {
  margin-right: 0px;
  margin-left: inherit;
}
#offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  padding-left: 30px;
}
.rtl #offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  padding-right: 30px;
  padding-left: inherit;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
  border: none;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-left: 0;
}
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-right: 0;
  padding-left: inherit;
}
#offcanvasmenu .dropdown-menu li {
  border: none;
}
#offcanvasmenu .dropdown-menu a {
  padding: 0px 20px !important;
}
#offcanvasmenu .dropdown-menu .widget-video, #offcanvasmenu .dropdown-menu .widget-html {
  display: none;
}
#offcanvasmenu .dropdown-menu .box-heading {
  color: #262a2e;
}
#offcanvasmenu .mega-col {
  padding: 0px;
}
#offcanvasmenu .w-product {
  padding: 0;
}
#offcanvasmenu .product-block {
  border: none;
}
#offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
  display: none;
}
#offcanvasmenu .category .panel-heading {
  padding: 13px 18px;
}
#offcanvasmenu .category .panel-body {
  padding: 0px;
}
#offcanvasmenu .category .panel-body li a {
  color: #222222;
  display: block;
  padding: 13px 18px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}
#offcanvasmenu .category .panel-body li a:hover {
  color: #ea5959;
}
#offcanvasmenu .category .panel-body li ul {
  padding-left: 30px;
}
.rtl #offcanvasmenu .category .panel-body li ul {
  padding-right: 30px;
  padding-left: inherit;
}
#offcanvasmenu .category .panel-body li .accordion-heading {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.rtl #offcanvasmenu .category .panel-body li .accordion-heading {
  left: 0;
  right: auto;
}
#offcanvasmenu .category .panel-body li .accordion-heading span {
  padding: 17px 15px;
  line-height: 1;
  display: block;
}
#offcanvasmenu .category .panel-body li li {
  border-bottom: none;
}
#offcanvasmenu .category .panel-body li li a {
  text-transform: none;
  color: #999999;
}