<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************
 * @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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/*cyan*/
/*blue*/
/*green*/
/**
* Transition-timing-function property.
*/
/*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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
/**
* BASE CSS STYLES
*/
/* line 12, opencart\base.less */
html {
  margin: 0;
  padding: 0;
}
/* line 16, opencart\base.less */
body {
  background-color: #fff;
  color: #3e474b;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
/* line 25, opencart\base.less */
.content ul {
  list-style: none outside none;
}
/* line 30, opencart\base.less */
font {
  font-size: 14px;
  font-family: arial, sans-serif;
}
/* line 35, opencart\base.less */
ol,
ul {
  margin: 0;
  padding: 0;
}
/* line 38, opencart\base.less */
ol li,
ul li {
  line-height: 25px;
}
/* line 44, opencart\base.less */
button:focus,
.btn:focus,
button:hover,
.btn:hover,
button:active,
.btn:active {
  outline: none;
}
/* line 49, opencart\base.less */
label {
  color: #3e474b;
}
/* line 53, opencart\base.less */
.fs9 {
  font-size: 9px;
}
/* line 54, opencart\base.less */
.fs10 {
  font-size: 10px;
}
/* line 55, opencart\base.less */
.fs11 {
  font-size: 11px;
}
/* line 56, opencart\base.less */
.fs12 {
  font-size: 12px;
}
/* line 57, opencart\base.less */
.fs13 {
  font-size: 13px;
}
/* line 58, opencart\base.less */
.fs14 {
  font-size: 14px;
}
/* line 59, opencart\base.less */
.fs15 {
  font-size: 15px;
}
/* line 60, opencart\base.less */
.fs16 {
  font-size: 16px;
}
/* line 62, opencart\base.less */
a {
  cursor: pointer;
  outline: none;
}
/* line 63, opencart\base.less */
a img {
  border: none;
}
img {
	max-width: 100%;
}
.content-bimage ul, .content-bimage ol {
	padding-left: 20px;
}
/* line 66, opencart\base.less */
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #1A73E8;
}
/* line 75, opencart\base.less */
b,
strong {
  font-weight: bold;
}
/* TABLE STYLE */
/* line 81, opencart\base.less */
table {
  background-color: #ffffff;
}
/* line 86, opencart\base.less */
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 93, opencart\base.less */
table.list thead td {
  padding: 0px 5px;
}
/* line 97, opencart\base.less */
table.list .center {
  text-align: center;
  padding: 7px;
}
/* line 102, opencart\base.less */
table.list tbody td {
  padding: 0px 5px;
}
/* line 106, opencart\base.less */
table.list td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
/* line 110, opencart\base.less */
table.list .right {
  text-align: right;
  padding: 7px;
}
/* line 114, opencart\base.less */
table.list .left {
  text-align: left;
  padding: 7px;
}
/* line 119, opencart\base.less */
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
/* line 124, opencart\base.less */
input.large-field,
select.large-field {
  width: 65%;
}
/* line 127, opencart\base.less */
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* line 133, opencart\base.less */
table.form &gt; * &gt; * &gt; td {
  color: #000000;
}
/* line 138, opencart\base.less */
table.form td {
  padding: 4px;
}
/* line 142, opencart\base.less */
table.form tr td:first-child {
  width: 170px;
}
/* line 147, opencart\base.less */
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
/* line 152, opencart\base.less */
table.radio td {
  padding: 5px;
}
/* line 154, opencart\base.less */
table.radio td label {
  display: block;
}
/* line 157, opencart\base.less */
table.radio td input[type="radio"] {
  margin: 0;
}
/* line 162, opencart\base.less */
table.radio tr td:first-child {
  width: 1px;
}
/* line 164, opencart\base.less */
table.radio tr td:first-child input {
  margin-top: 1px;
}
/* line 170, opencart\base.less */
table.radio tr.highlight:hover td {
  background: #fafbfc;
  cursor: pointer;
}
/*  PAGINATION STYLE */
/* line 179, opencart\base.less */
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
}
/* line 185, opencart\base.less */
.pagination .links {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ebeef2;
}
/* line 189, opencart\base.less */
.pagination .links a,
.pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 20px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  color: #aa8255;
}
/* line 201, opencart\base.less */
.pagination .links a:active,
.pagination .links b:active {
  color: #ff6346;
}
/* line 205, opencart\base.less */
.pagination .links b {
  color: #ff6346;
  margin-left: 10px;
}
/* line 210, opencart\base.less */
.pagination .results {
  float: right;
  color: #333;
}
/* line 218, opencart\base.less */
.main-column .pagination .results {
  padding-top: 5px;
}
/* button */
/* line 20, mixins\bootstrap.less */
.buttons:before,
.buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.buttons:after {
  clear: both;
}
/* line 227, opencart\base.less */
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 232, opencart\base.less */
.buttons .right {
  float: right;
  text-align: right;
}
/* line 236, opencart\base.less */
.buttons .left {
  float: left;
  text-align: left;
}
/* line 240, opencart\base.less */
.buttons.no-padding {
  padding: 0;
  border: 0;
}
/* tab style */
/* line 247, opencart\base.less */
.htabs {
  position: relative;
}
/* line 249, opencart\base.less */
.htabs .nav &gt; li &gt; a:hover,
.htabs .nav &gt; li &gt; a:focus {
  background-color: transparent;
}
/* line 252, opencart\base.less */
.htabs a {
  float: left;
  font-size: 17px;
  font-family: #5e90af;
  color: #353d41;
}
/* line 258, opencart\base.less */
.htabs li.active a {
  color: #ff6346;
}
/* line 263, opencart\base.less */
.tab-content {
  list-style-position: inside;
}
/* links style */
/* line 268, opencart\base.less */
.links {
  margin: 0;
  padding: 0;
}
/* line 276, opencart\base.less */
#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;
}
/* line 286, opencart\base.less */
.carousel-controls {
  position: absolute;
  right: 0;
  top: -29px;
  width: 50px;
  height: 30px;
  z-index: 12;
}
/* line 299, opencart\base.less */
.product-label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  width: 44px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  right: 0;
  z-index: 2;
}
/* line 312, opencart\base.less */
.product-label:before {
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  bottom: 4px;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
}
/* line 321, opencart\base.less */
.product-label.product-label-new {
  left: 0px;
  border-right: 46px solid transparent;
  border-top: 46px solid #4acfd4;
}
/* line 325, opencart\base.less */
.product-label.product-label-new span {
  left: 5px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
/* line 330, opencart\base.less */
.product-label.product-label-special {
  background: #5ca7d1;
}
/* line 332, opencart\base.less */
.product-label.product-label-special:before {
  border-bottom: 7px solid #5ca7d1;
  left: -3px;
}
/* line 339, opencart\base.less */
.tooltip-inner {
  border-radius: 3px;
}
/* line 345, opencart\base.less */
.padding {
  padding: 20px;
}
/* line 348, opencart\base.less */
.no-padding {
  padding: 0;
}
/* line 353, opencart\base.less */
#pav-mainnav .navbar {
  margin: 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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
/* line 9, opencart\typo.less */
.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px;
}
/* line 14, opencart\typo.less */
div.required .control-label::before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}
/* line 19, opencart\typo.less */
.alert-success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin: 20px 0;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 25, opencart\typo.less */
.alert-success .close,
.warning .close,
.attention .close,
.information .close {
  cursor: pointer;
}
/* line 28, opencart\typo.less */
.attention {
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 32, opencart\typo.less */
.warning {
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 36, opencart\typo.less */
.alert-success {
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 40, opencart\typo.less */
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}
/* line 47, opencart\typo.less */
.error {
  display: block;
  color: #FF0000;
  margin-top: 5px;
}
/* line 53, opencart\typo.less */
.welcome {
  margin-right: 23%;
}
/* line 55, opencart\typo.less */
.welcome a {
  color: #ff6346;
}
/* line 60, opencart\typo.less */
h1,
.h1 {
  font-size: 24px;
}
/* line 63, opencart\typo.less */
h1 small,
.h1 small {
  font-size: 21px;
}
@media (max-width: 767px) {
  /* line 66, opencart\typo.less */
  h1,
  .h1 {
    font-size: 22px;
  }
}
/* line 72, opencart\typo.less */
h2,
.h2 {
  font-size: 18px;
}
/* line 79, opencart\typo.less */
h3,
.h3 {
  font-size: 19px;
  line-height: 31px;
}
/* line 82, opencart\typo.less */
h3 small,
.h3 small {
  font-size: 19px;
}
/* line 87, opencart\typo.less */
h4,
.h4 {
  line-height: 31px;
}
/* line 95, opencart\typo.less */
h5,
.h5 {
  font-size: 13px;
  line-height: 31px;
}
/* line 98, opencart\typo.less */
h5 small,
.h5 small {
  font-size: 12px;
}
/* line 103, opencart\typo.less */
h6,
.h6 {
  font-size: 12px;
  line-height: 31px;
}
/* line 113, opencart\typo.less */
#content h1 {
  font-size: 20px;
  text-transform: capitalize;
}
/* line 1, opencart\form.less */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #93999d;
}
/* line 4, opencart\form.less */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 15, opencart\form.less */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
/* line 34, opencart\form.less */
.tabs-group input[type="text"],
.tabs-group input[type="password"] {
  height: 33px;
  padding: 5px;
}
/* line 42, opencart\form.less */
input,
button,
select,
textarea {
  padding: 5px;
  border: 1px solid #ebeef2;
  color: #93999d;
  outline: none;
}
/* line 47, opencart\form.less */
input:hover,
button:hover,
select:hover,
textarea:hover,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
/* line 51, opencart\form.less */
select {
  padding: 4px;
  cursor: pointer;
}
/* line 55, opencart\form.less */
input[type="image"] {
  border: 0;
}
/* line 62, opencart\form.less */
.btn {
  text-transform: uppercase;
}
/* line 64, opencart\form.less */
.btn.btn-theme-default {
  text-align: center;
  background-color: #4f87f4;
  color: #ffffff;
  padding: 4px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 70, opencart\form.less */
.btn.btn-theme-default.btn-small {
  padding: 0 5px 2px;
  text-transform: capitalize;
}
/* line 75, opencart\form.less */
.btn.btn-danger {
  border-color: transparent;
}
/* line 78, opencart\form.less */
.btn.btn-theme-normal {
  background-color: transparent;
  color: #93999d;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 86, opencart\form.less */
.btn.btn-theme-normal .fa {
  color: #93999d;
}
/* line 89, opencart\form.less */
.btn.btn-theme-normal:hover,
.btn.btn-theme-normal:focus {
  color: #ff6346;
  border-color: #ff6346;
}
/* line 92, opencart\form.less */
.btn.btn-theme-normal:hover .fa,
.btn.btn-theme-normal:focus .fa {
  color: #ff6346;
}
/* line 97, opencart\form.less */
.btn.btn-shopping-cart {
  padding: 5px 10px;
  background: #05cd0b;
  color: #ffffff;
  text-transform: capitalize;
  font-family: arial, sans-serif;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 105, opencart\form.less */
.btn.btn-shopping-cart .fa {
  line-height: 21px;
  margin-right: 5px;
}
/* line 111, opencart\form.less */
.btn.blue {
  background-color: #ff6346;
  border: 0;
  color: #ffffff;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
/* line 116, opencart\form.less */
.btn.blue span + span {
  border: 0;
  padding: 5px 10px;
  font-size: 13px;
  font-family: "Alegreya", serif;
}
/* line 122, opencart\form.less */
.btn.blue .fa {
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  background-color: #ff3813;
}
/* line 128, opencart\form.less */
.btn.blue:hover,
.btn.blue:focus {
  background-color: #5e90af;
  color: #ffffff;
}
/* line 131, opencart\form.less */
.btn.blue:hover .fa,
.btn.blue:focus .fa {
  background-color: #487692;
}
/* line 136, opencart\form.less */
.btn:hover,
.btn:focus {
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ff6346;
  border-color: #ff6346;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
  transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}
/* line 149, opencart\form.less */
.control-label {
  padding-top: 7px;
  color: #3e474b;
  font-size: 14px;
  font-weight: normal;
}
/* line 155, opencart\form.less */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*margin-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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
/* line 8, opencart\layout.less */
html {
  overflow-x: hidden;
}
/* line 11, opencart\layout.less */
body {
  overflow-x: hidden;
}
/* line 13, opencart\layout.less */
body.layout-boxed-md {
  background: url("../image/pattern/pattern19.png");
}
/* line 15, opencart\layout.less */
body.layout-boxed-md #page {
  max-width: 958px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: url("../image/pattern/pattern18.png");
}
/* line 22, opencart\layout.less */
body.layout-boxed-md .cart-inner h4 {
  display: none;
}
/* line 28, opencart\layout.less */
body.layout-boxed-md #topbar .support .left {
  display: none;
}
/* line 34, opencart\layout.less */
body.layout-boxed-md .product-block .product-meta {
  padding: 10px 5px;
}
/* line 40, opencart\layout.less */
body.layout-boxed-md ul.contact-us li i {
  width: 6%;
  margin: 0;
}
/* line 46, opencart\layout.less */
body.layout-boxed-md #powered {
  padding: 25px 0;
}
/* line 49, opencart\layout.less */
body.layout-boxed-md .verticalmenu {
  margin-top: 1px;
}
/* line 52, opencart\layout.less */
body.layout-boxed-md .verticalmenu &gt; li &gt; a {
  padding-left: 0;
  padding-right: 0;
}
/* line 59, opencart\layout.less */
body.layout-boxed-md .custom li:last-child,
body.layout-boxed-md .custom .last {
  display: none;
}
/* line 62, opencart\layout.less */
body.layout-boxed-md .custom p {
  margin-bottom: 10px;
}
/* line 67, opencart\layout.less */
body.layout-boxed-md .pavcontentslider .carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 71, opencart\layout.less */
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
  display: inline-block;
  float: none;
}
/* line 78, opencart\layout.less */
body.layout-boxed-lg {
  background: url("../image/pattern/pattern18.png");
}
/* line 80, opencart\layout.less */
body.layout-boxed-lg #page {
  max-width: 1188px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: url("../image/pattern/pattern16.png");
}
/* line 91, opencart\layout.less */
body[class*="layout-boxed-"] .in-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 95, opencart\layout.less */
body[class*="layout-boxed-"] .d-heading {
  position: relative;
  -webkit-box-shadow: 5px 0 5px -5px #353d41;
  box-shadow: 5px 0 5px -5px #353d41;
}
/* line 98, opencart\layout.less */
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #353d41;
}
/* line 108, opencart\layout.less */
body[class*="layout-boxed-"] .d-content {
  border-top: 0;
}
/* line 110, opencart\layout.less */
body[class*="layout-boxed-"] .d-content:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  background: #000000;
  width: 105%;
  height: 2px;
}
/*
* HEADER 
*/
/* line 126, opencart\layout.less */
#header {
  -webkit-box-shadow: 0 0 1px 0 #aaa;
  box-shadow: 0 0 1px 0 #aaa;
  background: #fafafa;
}
/* line 129, opencart\layout.less */
#topbar {
  color: #93999d;
  font-size: 14px;
  background: #353d41;
  padding-top: 11px;
  min-height: 46px;
}
/* line 135, opencart\layout.less */
#topbar b,
#topbar strong {
  color: #93999d;
}
/* line 138, opencart\layout.less */
#topbar .links li:hover {
  color: #ff6346;
}
/* line 141, opencart\layout.less */
#topbar .links li.last,
#topbar .links li:last-child {
  border-right: 0;
}
/* line 146, opencart\layout.less */
#topbar .links a .fa {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
/* line 150, opencart\layout.less */
#topbar .links a:hover {
  color: #ffffff;
}
/* line 155, opencart\layout.less */
#topbar .fa {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  font-size: 11px;
  vertical-align: top;
  margin-top: -2px;
}
/* line 162, opencart\layout.less */
#topbar .login a {
  margin: 0;
  color: #ff6346;
}
/* line 169, opencart\layout.less */
#header-bottom {
  min-height: 47px;
  background: #ff6346;
}
/* line 174, opencart\layout.less */
#header-main {
  min-height: 95px;
  color: #5e90af;
}
/* line 178, opencart\layout.less */
#header-main .container {
  position: relative;
}
/* line 182, opencart\layout.less */
#header-main a:hover {
  color: #1A73E8;
}
/* line 186, opencart\layout.less */
#header-main .btn {
  color: #ffffff;
}
/* line 188, opencart\layout.less */
#header-main .btn:hover {
  color: #ffffff;
}
/* line 192, opencart\layout.less */
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
/* line 196, opencart\layout.less */
#header-main .shopping-cart {
  margin-top: 23px;
}
/* line 199, opencart\layout.less */
#header-main .inner {
  text-align: left;
  margin-top: 28px;
  padding: 0;
}
/* line 203, opencart\layout.less */
#header-main .inner &gt; * {
  display: table-cell;
  vertical-align: middle;
}
/* line 208, opencart\layout.less */
#header-main #logo {
  padding: 28px 20px 15px 20px;
  float: left;
}
#header-main .after-logo {
  float: left;
  width: calc(100% - 145px);
}
/* line 211, opencart\layout.less */
#header-main #logo-theme {
  padding: 18px 32px 14px 0;
}
/* line 213, opencart\layout.less */
#header-main #logo-theme a {
  background: url("../image/logo.png") no-repeat;
  display: block;
  width: 233px;
  height: 56px;
}
/* line 217, opencart\layout.less */
#header-main #logo-theme a span {
  display: none;
}
/* line 222, opencart\layout.less */
#header-main .customer-service {
  width: 55%;
}
/* line 228, opencart\layout.less */
#search .fa {
  color: #96999b;
  cursor: pointer;
}
/* line 231, opencart\layout.less */
#search .fa:hover {
  color: #f05423;
}
/* line 238, opencart\layout.less */
#header .show-mobile {
  text-align: right;
}
/* line 20, mixins\bootstrap.less */
#header .show-mobile:before,
#header .show-mobile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
#header .show-mobile:after {
  clear: both;
}
/* line 241, opencart\layout.less */
#header .show-mobile &gt; div {
  position: relative;
  cursor: pointer;
}
/* line 245, opencart\layout.less */
#header .show-mobile &gt; div:hover .inner-toggle {
  display: block;
}
/* line 251, opencart\layout.less */
#header .show-mobile .quickaccess-toggle a {
  color: #93999D;
}
/* line 254, opencart\layout.less */
#header .show-mobile .quickaccess-toggle .fa {
  font-size: 14px;
}
/* line 259, opencart\layout.less */
#header .show-mobile .quickaccess-toggle:hover a,
#header .show-mobile .quickaccess-toggle:focus a,
#header .show-mobile .quickaccess-toggle:active a {
  color: #ffffff;
}
/* line 265, opencart\layout.less */
#header .show-mobile .inner-toggle {
  display: none;
  padding: 10px;
  background-color: #394044;
  text-align: left;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 8px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  min-width: 200px;
}
/* line 279, opencart\layout.less */
#header ul,
#header ol {
  list-style: none;
}
/* line 283, opencart\layout.less */
#content {
  margin-bottom: 25px;
}
/* FOOTER */
/* line 288, opencart\layout.less */
#footer {
  background: #202020;
  color: #949595;
  font-weight: 400;
}
/* line 20, mixins\bootstrap.less */
#footer:before,
#footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
#footer:after {
  clear: both;
}
/* line 293, opencart\layout.less */
#footer a {
  color: #949595;
}
/* line 295, opencart\layout.less */
#footer a:hover {
  color: #ff6346;
}
/* line 299, opencart\layout.less */
#footer ul,
#footer ol {
  list-style: none;
}
/* line 302, opencart\layout.less */
#footer .box-heading {
  background: transparent;
  border: none;
  font-size: 15px;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 309, opencart\layout.less */
#footer .box-content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
/* line 316, opencart\layout.less */
#footer .footer-top .container {
  padding: 15px 9px 0px;
}
/* line 324, opencart\layout.less */
#footer .footer-center .container {
  padding-top: 30px;
}
/* line 333, opencart\layout.less */
.column ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
/* line 338, opencart\layout.less */
.column li {
  margin-bottom: 0px;
  line-height: 30px;
}
/* POWER BY */
/* line 345, opencart\layout.less */
#powered {
  padding: 8px 0;
  background: #317cc0;
}
/* line 348, opencart\layout.less */
#powered .copyright {
  text-align: left;
  line-height: 20px;
  color: #fff;
}
/* line 352, opencart\layout.less */
#powered a {
  color: #ff6346;
}
/* line 359, opencart\layout.less */
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
/* line 366, opencart\layout.less */
.wrapper,
.search {
  padding: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ebeef2;
}
/******************************************************
 * @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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* box */
/* line 11, opencart\box.less */
.box-outer {
  margin: 0;
}
/* line 14, opencart\box.less */
.box {
  margin-bottom: 20px;
  /* box styles */
}
/* line 17, opencart\box.less */
.box.pav-custom .box-content {
  padding: 0;
}
/* line 21, opencart\box.less */
.box .box-heading {
  color: #ffffff;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  padding: 10px 15px;
  font-size: 16px;
}
.box.orange .box-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #05cd0b;
}
.box.orange .box-heading span {
  border-bottom: 1px solid;
}

.box .box-heading.icon .fa {
  display: none;
}
/* line 35, opencart\box.less */
.box .box-content {
  border-right: none;
  padding: 20px 0;
}
/* line 40, opencart\box.less */
.box .box-content .product-grid {
  border: 0;
  padding: 0;
}
/* line 47, opencart\box.less */
.box.highlighted .box-heading {
  background-color: #5e90af;
  letter-spacing: normal;
}
/* line 58, opencart\box.less */
.box.dark .box-heading {
  background-color: #ff6346;
}
/* line 63, opencart\box.less */
.box.green .box-heading {
  background-color: #ff6346;
}
/* line 68, opencart\box.less */
.box.maroon .box-heading {
  background-color: #ff6346;
}
/* line 73, opencart\box.less */
.box.blue .box-heading {
  background-color: #5e90af;
}
/* line 78, opencart\box.less */
.box.gray .box-heading {
  background-color: #ff6346;
}
/* line 83, opencart\box.less */
.box.pink .box-heading {
  background-color: #ff6346;
}
/* line 88, opencart\box.less */
.box.red .box-heading {
  background-color: #353d41;
}
/* line 93, opencart\box.less */
.box.white .box-heading {
  background-color: #ffffff;
  color: #000000;
}
/* line 97, opencart\box.less */
.box.white .box-heading .shapes.right {
  border-left-color: #ebeef2;
}
/* line 101, opencart\box.less */
.box.white .box-heading .line {
  background-color: #ebeef2;
}
/* line 107, opencart\box.less */
.box .nav-tabs {
  font-size: 13px;
}
/* line 110, opencart\box.less */
.box .nav-tabs a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 115, opencart\box.less */
.box.box-product .box-content {
  padding-top: 0;
  padding-bottom: 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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
/* language */
/* line 10, opencart\opencart-modules.less */
.quick-setting {
  font-size: 14px;
}
/* line 12, opencart\opencart-modules.less */
.quick-setting .language {
  margin-bottom: 10px;
}
/* line 15, opencart\opencart-modules.less */
.quick-setting label {
  color: #828282;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}
/* line 22, opencart\opencart-modules.less */
.quick-setting .langs-wrapper li {
  cursor: pointer;
}
/* line 24, opencart\opencart-modules.less */
.quick-setting .langs-wrapper li:hover {
  color: #ff6346;
}
/* line 27, opencart\opencart-modules.less */
.quick-setting .langs-wrapper li img {
  padding-right: 5px;
}
/* line 33, opencart\opencart-modules.less */
.quick-setting .box-currency a {
  border: 1px solid #ebeef2;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 38, opencart\opencart-modules.less */
.quick-setting .box-currency label {
  padding-bottom: 10px;
}
/* line 46, opencart\opencart-modules.less */
.store a b {
  font-weight: 300;
}
/*dropdown*/
/* line 53, opencart\opencart-modules.less */
.btn-dropdown {
  background: #394044;
  border: 1px solid #454d50;
  text-transform: capitalize;
  padding: 3px 6px;
}
/* line 58, opencart\opencart-modules.less */
.btn-dropdown .caret {
  border-color: #5e90af transparent;
}
/* line 61, opencart\opencart-modules.less */
.btn-dropdown:hover {
  color: #000000;
}
/* line 64, opencart\opencart-modules.less */
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 71, opencart\opencart-modules.less */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 75, opencart\opencart-modules.less */
.btn-group.open .btn-dropdown span {
  color: #000000;
}
/* line 79, opencart\opencart-modules.less */
.btn-group.open .dropdown-menu {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 84, opencart\opencart-modules.less */
.btn-group .dropdown-menu {
  border: 0;
  z-index: 99999;
  display: block;
  top: 120%;
  color: #93999d;
  background-color: #394044;
  padding: 10px;
  border: none;
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s;
  transition-duration: 0.4s, 0.6s, 0.6s;
  -webkit-transition-property: opacity, transform, max-height;
  transition-property: opacity, transform, max-height;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
/* line 102, opencart\opencart-modules.less */
.btn-group .dropdown-menu a {
  color: #93999d;
}
/* line 106, opencart\opencart-modules.less */
.btn-group .list-item {
  line-height: 15px;
  text-transform: capitalize;
  cursor: pointer;
  border: 0;
  display: block;
}
/* line 112, opencart\opencart-modules.less */
.btn-group .list-item:hover {
  color: #ffffff;
}
/* line 116, opencart\opencart-modules.less */
.btn-group .item-symbol {
  margin-right: 5px;
  margin-top: -1px;
}
/* cart info */
/* line 124, opencart\opencart-modules.less */
#header #cart {
  position: relative;
}
/* line 126, opencart\opencart-modules.less */
#header #cart h4 {
  color: #353d41;
}
/* line 129, opencart\opencart-modules.less */
#header #cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 17px;
  left: auto;
  padding: 10px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: #ffffff;
  border: 1px solid #ebeef2;
  z-index: 100;
  min-width: 350px;
  visibility: hidden;
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s;
  transition-duration: 0.4s, 0.6s, 0.6s;
  -webkit-transition-property: opacity, transform, max-height;
  transition-property: opacity, transform, max-height;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
/* line 155, opencart\opencart-modules.less */
#header #cart .heading {
  padding-left: 30px;
  padding-top: 10px;
}
/* line 20, mixins\bootstrap.less */
#header #cart .heading:before,
#header #cart .heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
#header #cart .heading:after {
  clear: both;
}
/* line 159, opencart\opencart-modules.less */
#header #cart .heading .cart-inner {
  min-height: 47px;
  height: 47px;
  height: auto !important;
}
/* line 164, opencart\opencart-modules.less */
#header #cart .heading a {
  margin-top: 1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 170, opencart\opencart-modules.less */
#header #cart .media .icon-cart {
  padding: 20px;
  background: url('../image/icon-cart.png') no-repeat center #ff6346 scroll;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  margin-right: 10px;
}
/* line 181, opencart\opencart-modules.less */
#header #cart .media h4 {
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 18px;
}
/* line 186, opencart\opencart-modules.less */
#header #cart .media a {
  padding-left: 15px;
  color: #9B9D9E;
}
/* line 193, opencart\opencart-modules.less */
#header #cart.active .content {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 205, opencart\opencart-modules.less */
#header #cart .checkout {
  text-align: right;
  clear: both;
}
/* line 209, opencart\opencart-modules.less */
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
/* line 217, opencart\opencart-modules.less */
.mini-cart-total {
  text-align: right;
}
/* line 219, opencart\opencart-modules.less */
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
/* line 223, opencart\opencart-modules.less */
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
/* line 230, opencart\opencart-modules.less */
.mini-cart-info .quantity {
  text-align: right;
}
/* line 234, opencart\opencart-modules.less */
.mini-cart-info .name small {
  color: #666;
}
/* line 238, opencart\opencart-modules.less */
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #ebeef2;
}
/* line 244, opencart\opencart-modules.less */
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
/* line 249, opencart\opencart-modules.less */
.mini-cart-info .image {
  padding: 0;
}
/* line 251, opencart\opencart-modules.less */
.mini-cart-info .image img {
  text-align: left;
}
/* line 255, opencart\opencart-modules.less */
.mini-cart-info .remove {
  text-align: right;
}
/* line 257, opencart\opencart-modules.less */
.mini-cart-info .remove img {
  cursor: pointer;
}
/* line 261, opencart\opencart-modules.less */
.mini-cart-info td.total {
  text-align: right;
}
#search:hover .input-search {
  background: #ffffff;
}
/* line 280, opencart\opencart-modules.less */
#search .button-search {
  color: #96999b;
  background-color: transparent;
  border: none;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 15px;
}
#search .input-group {
	margin-top: 22px;
}
#search .input-search {
    border: none;
    width: auto;
    height: 29px;
    border: 1px solid #ddd;
    padding: 20px;
	min-width: 350px;
}
/* line 295, opencart\opencart-modules.less */
#search .input-search:hover,
#search .input-search:focus {
  outline: none;
}
/*topbar*/
/* line 302, opencart\opencart-modules.less */
.blog .form-control .form-control {
  color: #ffffff;
}
/* line 306, opencart\opencart-modules.less */
.btn-top {
  margin-right: 5px;
}
/* line 308, opencart\opencart-modules.less */
.btn-top .form-control {
  background-color: #394044;
  border: 1px solid #454D50;
  height: 24px;
  line-height: 10px;
}
/* line 313, opencart\opencart-modules.less */
.btn-top .form-control:hover,
.btn-top .form-control:active,
.btn-top .form-control:focus {
  color: #ffffff;
}
/* line 322, opencart\opencart-modules.less */
.box-product {
  margin: 0;
}
/* line 325, opencart\opencart-modules.less */
.pavcol-lg-5 {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
/* line 330, opencart\opencart-modules.less */
.pavcol-lg-5.last,
.pavcol-lg-5:last-child {
  border: 0;
}
/* line 336, opencart\opencart-modules.less */
.product-cols.last,
.product-cols:last-child {
  border-right: none;
}
/* line 341, opencart\opencart-modules.less */
.product-list + .pagination {
  border-top: 0;
}
/* line 345, opencart\opencart-modules.less */
.product-list {
  background-color: #ffffff;
  overflow: hidden;
}
/* line 348, opencart\opencart-modules.less */
.product-list .product-label.product-label-special {
  left: 0;
}
/* line 352, opencart\opencart-modules.less */
.product-block {
  position: relative;
  margin: 0;
  background: #fff;
  margin: 10px 0;
  box-shadow: 3px 3px 3px #ddd;
}
/* line 356, opencart\opencart-modules.less */
.product-block a:hover {
  color: #ff6346;
}
/* line 359, opencart\opencart-modules.less */
.product-block .price {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 20, mixins\bootstrap.less */
.product-block .action:before,
.product-block .action:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.product-block .action:after {
  clear: both;
}
/* line 365, opencart\opencart-modules.less */
.product-block .action &gt; * {
  float: left;
}
/* line 374, opencart\opencart-modules.less */
.product-block .action .button-group &gt; div {
  float: left;
}
/* line 379, opencart\opencart-modules.less */
.product-block .description {
  display: none;
}
/* line 383, opencart\opencart-modules.less */
.product-block .product-icon {
  margin-left: 5px;
  padding-left: 3px;
  cursor: pointer;
  color: #05cd0b;
  text-align: center;
  line-height: 32px;
  border: 1px solid #05cd0b;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
/* line 395, opencart\opencart-modules.less */
.product-block .product-icon:hover {
  background-color: #ff6346;
  color: #ffffff;
  border-color: transparent;
}
/* line 400, opencart\opencart-modules.less */
.product-block .product-icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 404, opencart\opencart-modules.less */
.product-block .shopping-cart {
  border: 1px solid #ff6346;
  background: #ff6346;
  color: #ffffff;
}
/* line 410, opencart\opencart-modules.less */
.product-block .rating,
.product-block .norating {
  margin: 12px 0;
  border-top: 1px solid #f2f3f4;
  border-bottom: 1px solid #f2f3f4;
  padding: 7px 0;
  font-size: 7px;
}
/* line 418, opencart\opencart-modules.less */
.product-block .name {
  text-transform: none;
  margin: 0;
  height: auto !important;
  line-height: 18px;
}
/* line 425, opencart\opencart-modules.less */
.product-block .name a {
  color: #3e474b;
  font-size: 15px;
  font-family: arial, sans-serif;
  font-weight: lighter;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 432, opencart\opencart-modules.less */
.product-block .name a:hover {
  color: #ff6346;
}
/* line 438, opencart\opencart-modules.less */
.product-block .image {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
/* line 449, opencart\opencart-modules.less */
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
/* line 462, opencart\opencart-modules.less */
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
/* line 20, mixins\bootstrap.less */
.product-block .product-meta:before,
.product-block .product-meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.product-block .product-meta:after {
  clear: both;
}
/* line 473, opencart\opencart-modules.less */
.product-block .product-zoom,
.product-block .pav-colorbox {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 478, opencart\opencart-modules.less */
.product-block .product-zoom:hover,
.product-block .pav-colorbox:hover {
  background-color: #ff6346;
  color: #ffffff;
}
/* line 483, opencart\opencart-modules.less */
.product-block .product-zoom {
  z-index: 10;
  color: #ffffff;
  background-color: #353d41;
  line-height: 30px;
  right: 50%;
  text-align: center;
}
/* line 491, opencart\opencart-modules.less */
.product-block .pav-colorbox {
  left: 50%;
  background-color: #353d41;
  padding: 5px 7px;
  z-index: 9999;
  display: block;
}
/* line 497, opencart\opencart-modules.less */
.product-block .pav-colorbox span {
  display: none;
}
/* line 500, opencart\opencart-modules.less */
.product-block .pav-colorbox .fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 512, opencart\opencart-modules.less */
.price {
  color: #f05423;
  font-size: 16px;
  font-weight: 600;
}
/* line 516, opencart\opencart-modules.less */
.price .price-old,
.price .price-tax {
  color: #aab2bd;
  text-decoration: line-through;
  font-size: 14px;
}
/* box filter */
/* line 524, opencart\opencart-modules.less */
.filter .box-content {
  padding: 0 10px;
}
/* line 527, opencart\opencart-modules.less */
#button-filter {
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 531, opencart\opencart-modules.less */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 538, opencart\opencart-modules.less */
ul.box-filter &gt; li {
  border: 0;
  background-color: transparent;
}
/* line 541, opencart\opencart-modules.less */
ul.box-filter &gt; li span {
  color: #66A0C1;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
/* line 548, opencart\opencart-modules.less */
ul.box-filter &gt; li &gt; ul {
  padding-bottom: 0;
}
/* line 550, opencart\opencart-modules.less */
ul.box-filter &gt; li &gt; ul &gt; li {
  padding: 4px 0;
  border-bottom: 1px dotted #adb9ca;
}
/* line 20, mixins\bootstrap.less */
ul.box-filter &gt; li &gt; ul &gt; li:before,
ul.box-filter &gt; li &gt; ul &gt; li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
ul.box-filter &gt; li &gt; ul &gt; li:after {
  clear: both;
}
/* line 554, opencart\opencart-modules.less */
ul.box-filter &gt; li &gt; ul &gt; li &gt; * {
  margin: 0;
}
/* line 557, opencart\opencart-modules.less */
ul.box-filter &gt; li &gt; ul &gt; li label {
  font-weight: normal;
  color: #8c8c8c;
  margin-left: 5px;
  font-size: 15px;
}
/* line 566, opencart\opencart-modules.less */
ul.box-filter &gt; li &gt; ul ul li.last {
  border: 0;
}
/* popup */
/* line 575, opencart\opencart-modules.less */
#colorbox *:before,
#colorbox *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* zoom function in product page */
/* line 583, opencart\opencart-modules.less */
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
/* line 586, opencart\opencart-modules.less */
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
}
/* pav-custom */
/* line 593, opencart\opencart-modules.less */
.box.pav-custom .box-content {
  border: none;
}
/*Contact Us*/
/* line 602, opencart\opencart-modules.less */
ul.contact-us li:hover i {
  color: #ff5a3c;
}
/* line 605, opencart\opencart-modules.less */
ul.contact-us li i {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  color: #5e90af;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
/* line 611, opencart\opencart-modules.less */
ul.contact-us li .icon-newsletter {
  font-size: 13px;
}
/* line 612, opencart\opencart-modules.less */
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
/* line 613, opencart\opencart-modules.less */
ul.contact-us li a {
  color: #ff6346;
}
/* 
*  Sidebar Module
*/
/* line 623, opencart\opencart-modules.less */
.sidebar .box .box-heading {
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  background: #f2f2f2;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
/* line 635, opencart\opencart-modules.less */
.sidebar .box.nopadding .box-heading {
  padding: 10px 25px;
  text-transform: none;
}
/* line 637, opencart\opencart-modules.less */
.sidebar .box.nopadding .box-heading span {
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 643, opencart\opencart-modules.less */
.sidebar .box.nopadding .box-content {
  margin: 0;
  padding: 0;
}
/* line 647, opencart\opencart-modules.less */
.sidebar .box.nopadding #pav-categorymenu {
  padding: 0 20px;
}
/* line 657, opencart\opencart-modules.less */
.sidebar .box .box-content a b {
  color: #353d41;
}
/* line 659, opencart\opencart-modules.less */
.sidebar .box .box-content a b:hover {
  color: #ff6346;
}
/* line 664, opencart\opencart-modules.less */
.sidebar .box .box-content .carousel-inner {
  overflow: inherit;
}
/* line 667, opencart\opencart-modules.less */
.sidebar .box .box-content .carousel-controls {
  display: none;
}
/* line 671, opencart\opencart-modules.less */
.sidebar .box .rating,
.sidebar .box .norating {
  border: none;
  padding: 0;
  margin: 5px 0;
}
/* line 677, opencart\opencart-modules.less */
.sidebar .box.highlighted .box-heading {
  background-color: #5e90af;
}
/* line 681, opencart\opencart-modules.less */
.sidebar .box.white {
  border: 1px solid #ebeef2;
}
/* line 683, opencart\opencart-modules.less */
.sidebar .box.white .box-heading {
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #ebeef2;
}
/* line 688, opencart\opencart-modules.less */
.sidebar .box.white .box-content {
  border: 0;
  margin: 0;
  padding: 0 19px;
}
/* line 695, opencart\opencart-modules.less */
.sidebar .box.black .box-heading {
  border: 0;
  background-color: #353d41;
}
/* line 702, opencart\opencart-modules.less */
.sidebar .heighlight .box-heading {
  background-color: #ff6346;
  border: 1px solid #ff6346;
}
/* line 706, opencart\opencart-modules.less */
.sidebar .heighlight .box-content {
  background-color: #ffffff;
  border: 2px solid #ff6346;
  padding: 0;
}
/* line 711, opencart\opencart-modules.less */
.sidebar .heighlight li {
  border-bottom: 1px solid #e0e0e0;
}
/* line 717, opencart\opencart-modules.less */
.sidebar .product-grid [class*="col-"],
.sidebar .pavblog-latest [class*="col-"],
.sidebar .product-grid [class^="col-"],
.sidebar .pavblog-latest [class^="col-"] {
  width: 100%;
}
/* line 722, opencart\opencart-modules.less */
.sidebar .banner {
  padding: 0;
  background-color: transparent;
}
/* line 729, opencart\opencart-modules.less */
.sidebar .box-category li .fa {
  font-size: 8px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 12px;
  height: 12px;
}
/* line 741, opencart\opencart-modules.less */
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 744, opencart\opencart-modules.less */
.sidebar ul &gt; li {
  margin: 0;
  padding: 0;
  line-height: normal;
}
/* line 749, opencart\opencart-modules.less */
.sidebar ul &gt; li a {
  color: #606060;
  font-size: 14px;
  padding: 10px 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: capitalize;
  line-height: normal;
}
/* line 756, opencart\opencart-modules.less */
.sidebar ul &gt; li a:hover {
  color: #ff6346;
}
/* line 759, opencart\opencart-modules.less */
.sidebar ul &gt; li a.active {
  color: #ff6346;
}
/* line 765, opencart\opencart-modules.less */
.sidebar ul &gt; li &gt; ul &gt; li &gt; a {
  padding-left: 40px;
}
/* line 771, opencart\opencart-modules.less */
.sidebar ul &gt; li .head a {
  padding-left: 0;
  padding-right: 10px;
  font-size: 12px;
}
/* line 778, opencart\opencart-modules.less */
.sidebar ul .haschild {
  position: relative;
}
/* line 781, opencart\opencart-modules.less */
.sidebar ul li.last {
  border-bottom: 0;
}
/* line 785, opencart\opencart-modules.less */
.sidebar .box-filter &gt; li {
  border: 0;
}
/* line 791, opencart\opencart-modules.less */
.sidebar .carousel-inner .product-grid {
  margin: 0;
  padding: 0;
}
/* line 797, opencart\opencart-modules.less */
.sidebar .product-grid {
  margin: 0;
  padding: 0;
}
/* line 800, opencart\opencart-modules.less */
.sidebar .product-grid .row {
  padding: 0;
}
/* line 804, opencart\opencart-modules.less */
.sidebar .product-grid .row.last .last .product-block {
  padding-top: 20px;
  border-bottom: 0;
}
/* line 811, opencart\opencart-modules.less */
.sidebar .product-grid .left {
  border: 0;
}
/* line 815, opencart\opencart-modules.less */
.sidebar .product-grid [class*="col-"]:first-child .product-block,
.sidebar .product-grid [class^="col-"]:first-child .product-block {
  padding-top: 0;
}
/* line 820, opencart\opencart-modules.less */
.sidebar .product-grid [class*="col-"]:last-child .product-block,
.sidebar .product-grid [class^="col-"]:last-child .product-block {
  padding-bottom: 0;
}
/* line 825, opencart\opencart-modules.less */
.sidebar .product-block {
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebeef2;
}
/* line 20, mixins\bootstrap.less */
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.sidebar .product-block:after {
  clear: both;
}
/* line 831, opencart\opencart-modules.less */
.sidebar .product-block:hover .image img {
  opacity: 1;
}
/* line 835, opencart\opencart-modules.less */
.sidebar .product-block .image {
  overflow: inherit;
  float: left;
  width: 40%;
}
/* line 839, opencart\opencart-modules.less */
.sidebar .product-block .image .product-label-special {
  display: none;
}
/* line 842, opencart\opencart-modules.less */
.sidebar .product-block .image:hover .img {
  padding-left: 0;
}
/* line 845, opencart\opencart-modules.less */
.sidebar .product-block .image .hover-image {
  display: none;
}
/* line 850, opencart\opencart-modules.less */
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .label,
.sidebar .product-block .pav-colorbox,
.sidebar .product-block .product-zoom {
  display: none;
}
/* line 853, opencart\opencart-modules.less */
.sidebar .product-block .name {
  min-height: 25px;
  height: 25px;
  height: auto !important;
}
/* line 858, opencart\opencart-modules.less */
.sidebar .product-block .price {
  margin-bottom: 0;
}
/* line 861, opencart\opencart-modules.less */
.sidebar .product-block .left {
  border-bottom: 0;
}
/* line 866, opencart\opencart-modules.less */
.sidebar .product-block .image.swap img {
  width: 100%;
}
/* line 872, opencart\opencart-modules.less */
.sidebar .product-list {
  background-color: #ffffff;
}
/* line 874, opencart\opencart-modules.less */
.sidebar .product-list .product-block {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 878, opencart\opencart-modules.less */
.sidebar .product-list .product-block:hover .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
/* line 890, opencart\opencart-modules.less */
.sidebar .product-meta {
  padding: 0;
  min-height: 20px;
  width: 60%;
  float: left;
  height: 20px;
  height: auto !important;
}
/* line 900, opencart\opencart-modules.less */
.sidebar .product-grid .product-meta,
.sidebar .product-list .product-meta {
  min-height: 20px;
  height: 20px;
  height: auto !important;
}
/* line 907, opencart\opencart-modules.less */
.sidebar .blog-title {
  font-weight: bold;
  text-transform: none;
  line-height: normal;
  font-size: 15px;
  font-family: arial, sans-serif;
  margin: 0 0 5px 0;
}
/* line 914, opencart\opencart-modules.less */
.sidebar .blog-title a {
  color: #000000;
}
/* line 916, opencart\opencart-modules.less */
.sidebar .blog-title a:hover {
  color: #ff6346;
}
/* line 921, opencart\opencart-modules.less */
.sidebar .description {
  line-height: 18px;
}
/* line 924, opencart\opencart-modules.less */
.sidebar .blog-body {
  position: relative;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ebeef2;
}
/* line 20, mixins\bootstrap.less */
.sidebar .blog-body:before,
.sidebar .blog-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.sidebar .blog-body:after {
  clear: both;
}
/* line 929, opencart\opencart-modules.less */
.sidebar .blog-body .create-date {
  width: 17%;
  height: auto;
}
/* line 932, opencart\opencart-modules.less */
.sidebar .blog-body .create-info {
  width: 83%;
  height: auto;
  min-height: 90px;
  height: 90px;
  height: auto !important;
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
  margin-top: -21px;
}
/* line 941, opencart\opencart-modules.less */
.sidebar .blog-body .create-info .inner {
  padding: 12px 15px 15px;
}
/* line 945, opencart\opencart-modules.less */
.sidebar .blog-body .created {
  background-color: #ff6346;
  color: #ffffff;
  font-size: 13px;
  font-family: #5e90af;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  margin-top: 1px;
}
/* line 956, opencart\opencart-modules.less */
.sidebar .blog-body .created span {
  display: block;
}
/* line 959, opencart\opencart-modules.less */
.sidebar .blog-body .created .day {
  font-size: 21px;
}
/* line 962, opencart\opencart-modules.less */
.sidebar .blog-body .created .month {
  font-family: arial, sans-serif;
}
/* line 965, opencart\opencart-modules.less */
.sidebar .blog-body .created hr {
  margin: 2px 0;
}
/* line 969, opencart\opencart-modules.less */
.sidebar .blog-body .buttons-wrap {
  display: none;
}
/* line 974, opencart\opencart-modules.less */
.sidebar [class^="col-"]:last-child .blog-body {
  border: 0;
}
/* line 978, opencart\opencart-modules.less */
.sidebar .product-items {
  /*border-bottom: 0; */
}
/* line 980, opencart\opencart-modules.less */
.sidebar .product-items .product-cols {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/* line 986, opencart\opencart-modules.less */
.sidebar .product-items .product-cols.last .product-block {
  margin-bottom: 20px;
}
/* line 991, opencart\opencart-modules.less */
.sidebar .product-items .product-cols:first-child .product-block {
  /*padding-top: 0;*/
}
/* line 996, opencart\opencart-modules.less */
.sidebar .product-items .product-cols:last-child .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
/*pavcarousel*/
/* line 1006, opencart\opencart-modules.less */
.pavcarousel {
  border: 1px solid #ebeef2;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 1010, opencart\opencart-modules.less */
.pavcarousel .carousel-controls {
  display: none;
}
/* line 1013, opencart\opencart-modules.less */
.pavcarousel .box-heading {
  color: #384044;
  font-size: 26px;
  padding: 6% 0 0;
  text-align: center;
}
/* line 1020, opencart\opencart-modules.less */
.pavcarousel .item-inner {
  border-left: 1px solid #ebeef2;
  border-bottom: 1px solid #ebeef2;
}
/* line 1024, opencart\opencart-modules.less */
.pavcarousel .col-lg-2-2 {
  float: left;
  width: 25%;
  padding: 0;
}
/* line 1029, opencart\opencart-modules.less */
.pavcarousel .carousel-inner {
  width: 83.3333%;
  margin-bottom: -1px;
}
/* line 1034, opencart\opencart-modules.less */
.pavcarousel img:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* line 1041, opencart\opencart-modules.less */
.blog-wrapper .blog-item {
  position: relative;
}
/* line 1043, opencart\opencart-modules.less */
.blog-wrapper .blog-item .description {
  overflow: hidden;
  max-height: 60px;
}
/* line 1048, opencart\opencart-modules.less */
.blog-wrapper .blog-title {
  font-size: 20px;
  margin-top: 0;
  line-height: 20px;
}
/* line 1050, opencart\opencart-modules.less */
.blog-wrapper .blog-title a {
  color: #000000;
}
/* line 1052, opencart\opencart-modules.less */
.blog-wrapper .blog-title a:hover {
  color: #ff6346;
}
/* line 1058, opencart\opencart-modules.less */
.blog-wrapper .blog-header .created {
  background-color: #ff6346;
  border: 3px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
/* line 1064, opencart\opencart-modules.less */
.blog-wrapper .t-color {
  color: #ff6346;
}
/* line 1068, opencart\opencart-modules.less */
.blog-wrapper ul li,
.blog-wrapper ol li {
  list-style-position: inside;
}
/* line 1073, opencart\opencart-modules.less */
.blog-wrapper .blog-tags a {
  color: #ff6346;
}
/* line 1079, opencart\opencart-modules.less */
.nopadding .box-heading {
  padding: 0;
}
/* line 1081, opencart\opencart-modules.less */
.nopadding .box-heading span {
  padding: 7px 20px 3px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* line 1086, opencart\opencart-modules.less */
.nopadding .box-content {
  -webkit-border-radius: 0 2px 4px;
  -moz-border-radius: 0 2px 4px;
  -ms-border-radius: 0 2px 4px;
  -o-border-radius: 0 2px 4px;
  border-radius: 0 2px 4px;
  padding: 0;
}
/* line 1097, opencart\opencart-modules.less */
.main-column .productcarousel .btn-shopping-cart span {
  padding-left: 6px;
  padding-right: 6px;
}
/*pav-categoryproducts*/
/* line 1105, opencart\opencart-modules.less */
.h-tabs {
  position: relative;
}
/* newsletter */
/* line 1111, opencart\opencart-modules.less */
.newsletter_block .input-group {
  padding: 12px 0;
}
/* line 1114, opencart\opencart-modules.less */
.newsletter_block .btn-primary {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  height: 36px;
  font-family: arial, sans-serif;
  border: none;
  background: #ff6346;
}
/* line 1121, opencart\opencart-modules.less */
.newsletter_block .form-control {
  background: #363636;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: #949595;
  height: 36px;
  border: none;
}
/* line 1129, opencart\opencart-modules.less */
.product-related {
  position: relative;
}
/* line 1131, opencart\opencart-modules.less */
.product-related .box-heading {
  font-size: 19px;
  text-transform: capitalize;
}
/* line 1134, opencart\opencart-modules.less */
.product-related .box-heading span {
  color: #ff6346;
}
/* line 1138, opencart\opencart-modules.less */
.product-related .carousel-controls {
  top: 11px;
  right: 10px;
}
.tooltip-inner {
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-link button {
  margin: 0 10px;
}
.success,
.warning,
.attention,
.information {
  margin-top: 0px;
}
/* category */
/* line 20, opencart\opencart-pages.less */
.category-info {
  padding: 0;
}
/* line 22, opencart\opencart-pages.less */
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
}
/* line 26, opencart\opencart-pages.less */
.category-info h1 {
  margin: 10px 0 0;
  font-weight: 600;
}
/* line 31, opencart\opencart-pages.less */
.refine-search {
  border-top: 1px solid #ebeef2;
}
/* line 33, opencart\opencart-pages.less */
.refine-search ul,
.refine-search ol {
  list-style: none;
}
/* line 35, opencart\opencart-pages.less */
.refine-search ul li,
.refine-search ol li {
  padding: 5px 0;
  margin: 0 8px;
  line-height: normal;
  position: relative;
  float: left;
}
/* line 41, opencart\opencart-pages.less */
.refine-search ul li:before,
.refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #ff6346;
}
/* line 51, opencart\opencart-pages.less */
.refine-search .box-heading {
  color: #353d41;
  font-weight: bold;
  background: #ffffff;
  text-transform: capitalize;
  border-bottom: 1px solid #ebeef2;
}
/* line 58, opencart\opencart-pages.less */
.refine-search .box-content {
  margin: 0;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 73, opencart\opencart-pages.less */
.category-list {
  border: 0;
  margin: 0;
}
/* line 76, opencart\opencart-pages.less */
.category-list ul {
  float: left;
  margin-right: 15px;
}
/* line 80, opencart\opencart-pages.less */
.category-list ul li a {
  font-size: 15px;
  padding-left: 10px;
}
/* line 83, opencart\opencart-pages.less */
.category-list ul li a:hover {
  color: #ff6346;
}
/* manufacturer */
/* line 92, opencart\opencart-pages.less */
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #f5f5f5;
}
/* line 100, opencart\opencart-pages.less */
.manufacturer-list {
  border: 0;
  padding: 5px;
}
/* line 103, opencart\opencart-pages.less */
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
/* line 112, opencart\opencart-pages.less */
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
/* line 123, opencart\opencart-pages.less */
.product-filter {
  padding: 12px 10px;
  text-transform: capitalize;
  background-color: #ffffff;
  color: #353d41;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 130, opencart\opencart-pages.less */
.product-filter .sort,
.product-filter .limit {
  float: left;
}
/* line 132, opencart\opencart-pages.less */
.product-filter .sort select,
.product-filter .limit select {
  color: #ff6346;
}
/* line 136, opencart\opencart-pages.less */
.product-filter .sort {
  margin: 0 10px;
}
/* line 139, opencart\opencart-pages.less */
.product-filter .display {
  float: left;
}
/* line 141, opencart\opencart-pages.less */
.product-filter .display span {
  margin-right: 5px;
  padding-top: 5px;
}
/* line 145, opencart\opencart-pages.less */
.product-filter .display button {
  background: url('../image/icon-grid-list.png') no-repeat 0 0 scroll;
  width: 31px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ebeef2;
}
/* line 150, opencart\opencart-pages.less */
.product-filter .display button &gt; span {
  margin: 0 3px;
}
/* line 154, opencart\opencart-pages.less */
.product-filter .display button &gt; i {
  display: none;
}
/* line 157, opencart\opencart-pages.less */
.product-filter .display button.grid {
  background-position: 8px 8px;
  border-left: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 161, opencart\opencart-pages.less */
.product-filter .display button.grid.active,
.product-filter .display button.grid:hover {
  background-position: 8px -29px;
}
/* line 165, opencart\opencart-pages.less */
.product-filter .display button.list {
  background-position: -31px 8px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
/* line 168, opencart\opencart-pages.less */
.product-filter .display button.list.active,
.product-filter .display button.list:hover {
  background-position: -31px -29px;
}
/* line 173, opencart\opencart-pages.less */
.product-filter .display button.active .fa,
.product-filter .display button:hover .fa {
  color: #ffffff;
}
/* line 178, opencart\opencart-pages.less */
.product-filter .display em {
  font-size: 13px;
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
/* line 184, opencart\opencart-pages.less */
.product-filter .product-compare {
  float: right;
}
/* product list mode  */
/* line 192, opencart\opencart-pages.less */
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
/* line 197, opencart\opencart-pages.less */
.product-list .product-cols {
  border-right: none;
  border-bottom: 1px solid #ebeef2;
  width: 100%;
}
/* line 202, opencart\opencart-pages.less */
.product-list .product-items {
  border: none;
}
/* line 205, opencart\opencart-pages.less */
.product-list .product-block {
  overflow: hidden;
  padding: 20px 10px;
}
/* line 210, opencart\opencart-pages.less */
.product-list .product-block:hover .wishlist a,
.product-list .product-block:hover .compare a {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
/* line 215, opencart\opencart-pages.less */
.product-list .product-block .product-icon {
  background: #353d41;
  color: #ffffff;
  border: none;
}
/* line 219, opencart\opencart-pages.less */
.product-list .product-block .product-icon:hover {
  background: #ff6346;
}
/* line 224, opencart\opencart-pages.less */
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
}
/* line 229, opencart\opencart-pages.less */
.product-list .rating,
.product-list .norating {
  margin: 0;
}
/* line 232, opencart\opencart-pages.less */
.product-list .description {
  display: block;
}
/* line 235, opencart\opencart-pages.less */
.product-list .price-tax {
  display: block;
}
/* line 238, opencart\opencart-pages.less */
.product-list .price-new {
  font-weight: bold;
}
/* line 241, opencart\opencart-pages.less */
.product-list .name {
  min-height: 20px;
}
/* line 244, opencart\opencart-pages.less */
.product-list .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  text-align: center;
}
/* line 249, opencart\opencart-pages.less */
.product-list .image img {
  padding: 0;
  border: 0;
}
/* line 254, opencart\opencart-pages.less */
.product-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 259, opencart\opencart-pages.less */
.product-list .action {
  margin-top: 15px;
}
/* line 262, opencart\opencart-pages.less */
.product-list .action .wishlist .fa-heart {
  margin-right: 0;
}
/* line 266, opencart\opencart-pages.less */
.product-list .action .wishlist,
.product-list .action .compare {
  margin: 0;
  padding: 0;
}
/* line 269, opencart\opencart-pages.less */
.product-list .action .wishlist a,
.product-list .action .compare a {
  margin: 0 10px;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  padding: 0 10px;
  visibility: visible;
}
/* line 277, opencart\opencart-pages.less */
.product-list .action .wishlist span,
.product-list .action .compare span {
  color: #ffffff;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-transform: uppercase;
}
/* product grid mode */
/* line 287, opencart\opencart-pages.less */
.product-grid {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
/* line 291, opencart\opencart-pages.less */
.product-grid .products-block {
  border-bottom: 1px solid #ebeef2;
}
/* line 294, opencart\opencart-pages.less */
.product-grid.last {
  border: 0;
}
/* line 297, opencart\opencart-pages.less */
.product-grid .description,
.product-grid .price-tax {
  display: none;
}
/* line 301, opencart\opencart-pages.less */
.products-block {
  overflow: hidden;
  border-top: 1px solid #ebeef2;
  margin: 5px 0;
}
/* line 306, opencart\opencart-pages.less */
.product-meta {
  min-height: 110px;
  padding: 15px;
}
/* line 311, opencart\opencart-pages.less */
.product-items {
  border-bottom: 1px solid #ebeef2;
}
/* line 314, opencart\opencart-pages.less */
.product-items.last,
.product-items:last-child {
  border-bottom: 0;
}
/* 
* PRODUCT INFORMATION PAGE
*/
/* line 322, opencart\opencart-pages.less */
.product-info {
  border: 1px solid #ebeef2;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 327, opencart\opencart-pages.less */
.product-info .product-label {
  top: 10px;
  right: 10px;
}
/* line 331, opencart\opencart-pages.less */
.product-info .image-container {
  padding-right: 0;
}
/* line 334, opencart\opencart-pages.less */
.product-info .carousel {
  padding: 30px 0 0;
  min-height: 415px;
}
/* line 338, opencart\opencart-pages.less */
.product-info .carousel-control {
  font-size: 15px;
  color: #75716c;
  text-align: center;
  width: 96%;
  padding-top: 2px;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 346, opencart\opencart-pages.less */
.product-info .carousel-control:hover,
.product-info .carousel-control:focus {
  /*border-color: transparent;*/
}
/* line 350, opencart\opencart-pages.less */
.product-info .carousel-control.right .fa,
.product-info .carousel-control.left .fa {
  font-weight: normal;
  margin-top: -2px;
}
/* line 355, opencart\opencart-pages.less */
.product-info .carousel-control.right {
  top: auto;
  right: 5px;
}
/* line 359, opencart\opencart-pages.less */
.product-info .carousel-control.left {
  left: -2px;
}
/* line 363, opencart\opencart-pages.less */
.product-info .carousel-inner {
  margin: -3px;
  clear: both;
  overflow: hidden;
}
/* line 367, opencart\opencart-pages.less */
.product-info .carousel-inner .item {
  text-align: center;
}
/* line 370, opencart\opencart-pages.less */
.product-info .carousel-inner a {
  display: inline-block;
  margin: 2px 0;
}
/* line 373, opencart\opencart-pages.less */
.product-info .carousel-inner a:last-child {
  margin: 0;
}
/* line 376, opencart\opencart-pages.less */
.product-info .carousel-inner a img {
  border: 1px solid #ebeef2;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 75px;
}
/* line 385, opencart\opencart-pages.less */
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
/* line 389, opencart\opencart-pages.less */
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
/* line 394, opencart\opencart-pages.less */
.product-info h1 {
  margin-top: 0;
}
/* line 397, opencart\opencart-pages.less */
.product-info ul,
.product-info ol {
  list-style: none;
}
/* line 400, opencart\opencart-pages.less */
.product-info .price-tax {
  font-weight: normal;
}
/* line 403, opencart\opencart-pages.less */
.product-info .image {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ebeef2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 410, opencart\opencart-pages.less */
.product-info .share {
  padding: 20px 0;
}
/* line 20, mixins\bootstrap.less */
.product-info .share:before,
.product-info .share:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.product-info .share:after {
  clear: both;
}
/* line 414, opencart\opencart-pages.less */
.product-info .price {
  padding: 10px 0;
  color: #3e474b;
  font-size: 13px;
}
/* line 418, opencart\opencart-pages.less */
.product-info .price .text-price {
  display: none;
}
/* line 421, opencart\opencart-pages.less */
.product-info .price .price-gruop,
.product-info .price .price-old {
  font-size: 18px;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  color: #f05423;
}
/* line 427, opencart\opencart-pages.less */
.product-info .price .other-price {
  margin-top: 5px;
}
/* line 430, opencart\opencart-pages.less */
.product-info .price .reward {
  font-weight: normal;
}
/* line 433, opencart\opencart-pages.less */
.product-info .price .discount {
  font-weight: normal;
  margin-top: 5px;
}
/* line 20, mixins\bootstrap.less */
.product-info .price-gruop:before,
.product-info .price-gruop:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.product-info .price-gruop:after {
  clear: both;
}
/* line 441, opencart\opencart-pages.less */
.product-info .description {
  border: 0;
  margin-bottom: 5px;
  padding-top: 20px;
}
/* line 445, opencart\opencart-pages.less */
.product-info .description a {
  text-decoration: none;
}
/* line 448, opencart\opencart-pages.less */
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
  color: #3E474B;
  font-weight: bold;
}
/* line 454, opencart\opencart-pages.less */
.product-info .description .fa {
  color: #ffffff;
  background-color: #ff6346;
  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;
}
/* line 465, opencart\opencart-pages.less */
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
/* line 468, opencart\opencart-pages.less */
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 473, opencart\opencart-pages.less */
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
/* line 480, opencart\opencart-pages.less */
.product-info .options {
  margin-bottom: 20px;
}
/* line 482, opencart\opencart-pages.less */
.product-info .options h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  font-weight: bold;
}
/* line 488, opencart\opencart-pages.less */
.product-info .options b {
  font-size: 13px;
  font-weight: bold;
  color: #3e474b;
}
/* line 493, opencart\opencart-pages.less */
.product-info .options input[type="file"] {
  background-color: transparent;
  color: #93999d;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 501, opencart\opencart-pages.less */
.product-info .options input[type="file"] .fa {
  color: #93999d;
}
/* line 504, opencart\opencart-pages.less */
.product-info .options input[type="file"]:hover {
  color: #ff6346;
}
/* line 506, opencart\opencart-pages.less */
.product-info .options input[type="file"]:hover .fa {
  color: #ff6346;
}
/* line 512, opencart\opencart-pages.less */
.product-info .review {
  border-top: 1px solid #ebeef2;
  border-bottom: 1px solid #ebeef2;
  padding: 10px;
}
/* line 516, opencart\opencart-pages.less */
.product-info .review a {
  color: #aab2bd;
  text-transform: capitalize;
}
/* line 520, opencart\opencart-pages.less */
.product-info .review .share {
  line-height: normal;
}
/* line 522, opencart\opencart-pages.less */
.product-info .review .share a {
  text-decoration: none;
}
/* line 526, opencart\opencart-pages.less */
.product-info .review &gt; div {
  padding: 0;
  border: 0;
}
/* line 529, opencart\opencart-pages.less */
.product-info .review &gt; div &gt; span {
  color: #38B0E3;
}
/* line 534, opencart\opencart-pages.less */
.product-info .product-extra {
  padding: 10px 0;
}
/* line 20, mixins\bootstrap.less */
.product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.product-info .product-extra:after {
  clear: both;
}
/* line 537, opencart\opencart-pages.less */
.product-info .product-extra .quantity-adder {
  margin: 0;
}
/* line 539, opencart\opencart-pages.less */
.product-info .product-extra .quantity-adder input {
  border: 1px solid #ebeef2;
}
/* line 543, opencart\opencart-pages.less */
.product-info .product-extra .cart {
  margin-left: 10px;
  display: inline-block;
}
/* line 547, opencart\opencart-pages.less */
.product-info .product-extra .action {
  display: inline-block;
}
/* line 550, opencart\opencart-pages.less */
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #ebeef2;
  border-bottom: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
/* line 560, opencart\opencart-pages.less */
.product-info .product-extra .add-action:hover {
  color: #ff3813;
}
/* line 564, opencart\opencart-pages.less */
.product-info .product-extra .add-up {
  border-bottom: 0;
}
/* line 567, opencart\opencart-pages.less */
.product-info .product-extra .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #ff3813;
}
/* line 573, opencart\opencart-pages.less */
.product-info .product-extra .quantity-number input {
  min-width: 57px;
  width: 57px;
  width: auto !important;
  height: 32px;
  text-align: center;
}
/* line 581, opencart\opencart-pages.less */
.product-info .product-extra .product-icon {
  margin-left: 5px;
  cursor: pointer;
  color: #353d41;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ebeef2;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
/* line 592, opencart\opencart-pages.less */
.product-info .product-extra .product-icon:hover {
  background-color: #ff6346;
  color: #ffffff;
  border-color: transparent;
}
/* line 600, opencart\opencart-pages.less */
.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
}
/* line 605, opencart\opencart-pages.less */
.option {
  bottom: 21px;
  position: relative;
}
/* line 610, opencart\opencart-pages.less */
#related .box-content {
  padding: 0 !important;
}
/* line 614, opencart\opencart-pages.less */
.heighlight {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-top: 2px solid #ff6346;
  border-left: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  background: #ffffff;
}
/* line 621, opencart\opencart-pages.less */
.buttons {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}
/* line 627, opencart\opencart-pages.less */
.tabs-group {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 632, opencart\opencart-pages.less */
.tabs-group .htabs .nav-tabs {
  border: none;
}
/* line 636, opencart\opencart-pages.less */
.tabs-group .tab-content {
  padding: 20px;
  border: 1px solid #ebeef2;
}
/**
 *
 */
/* line 645, opencart\opencart-pages.less */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
/* line 649, opencart\opencart-pages.less */
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
/* line 653, opencart\opencart-pages.less */
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
/* line 657, opencart\opencart-pages.less */
.review-list .text {
  clear: both;
}
/* attribute */
/* line 665, opencart\opencart-pages.less */
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #f5f5f5;
  text-align: left;
}
/* line 672, opencart\opencart-pages.less */
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 678, opencart\opencart-pages.less */
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-left: 0;
  border-bottom: 1px solid #dddddd;
}
/* line 688, opencart\opencart-pages.less */
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
/* line 699, opencart\opencart-pages.less */
.compare-info .price-old {
  text-decoration: line-through;
}
/* line 702, opencart\opencart-pages.less */
.compare-info .price-new {
  font-weight: bold;
}
/* line 706, opencart\opencart-pages.less */
.compare-info .name a {
  font-weight: bold;
}
/* line 710, opencart\opencart-pages.less */
.compare-info td {
  text-align: center;
  vertical-align: top;
}
/* line 715, opencart\opencart-pages.less */
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
/* 
* WISHTLIST PAGE 
/* 
 * CART PAGE
 */
/* line 729, opencart\opencart-pages.less */
.checkout .radio {
  margin-bottom: 10px;
}
/* line 732, opencart\opencart-pages.less */
.checkout .buttons {
  border: 1px solid #ebeef2;
  padding: 10px;
  margin: 0;
}
/* line 737, opencart\opencart-pages.less */
.checkout .cart-total {
  border-top: 1px solid #ebeef2;
}
/* line 739, opencart\opencart-pages.less */
.checkout .cart-total table {
  float: right;
}
/* line 742, opencart\opencart-pages.less */
.checkout .cart-total td {
  text-align: right;
  padding: 5px;
}
/* line 745, opencart\opencart-pages.less */
.checkout .cart-total td &gt; b {
  font-weight: bold;
}
/* line 750, opencart\opencart-pages.less */
.checkout .cart-module {
  padding: 10px 5px;
}
/* line 752, opencart\opencart-pages.less */
.checkout .cart-module #button-quote {
  margin-top: 10px;
}
/* line 758, opencart\opencart-pages.less */
.wishlist-info table tr td,
.cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
/* line 761, opencart\opencart-pages.less */
.wishlist-info table tr td img,
.cart-info table tr td img,
.wishlist-info table tr td input,
.cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
/* line 768, opencart\opencart-pages.less */
.table-bordered &gt; thead &gt; tr &gt; td {
  color: #353d41;
  font-size: 15px;
  font-weight: bold;
  background: #fafafa;
}
/* line 774, opencart\opencart-pages.less */
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 1px;
}
/* 
 * ORDERS PAGE 
 */
/* line 780, opencart\opencart-pages.less */
#content .content {
  margin-bottom: 20px;
}
/* line 783, opencart\opencart-pages.less */
.order-list {
  margin-bottom: 10px;
}
/* line 785, opencart\opencart-pages.less */
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
/* line 791, opencart\opencart-pages.less */
.order-list .order-content {
  padding: 10px 0px;
}
/* line 794, opencart\opencart-pages.less */
.order-list .order-info {
  text-align: right;
}
/* line 797, opencart\opencart-pages.less */
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
/* line 802, opencart\opencart-pages.less */
.order-list .list-content {
  margin-bottom: 10px;
}
/* line 806, opencart\opencart-pages.less */
.order-detail {
  background: #ebeef2;
  font-weight: bold;
}
/* RETURN PAGE*/
/* line 811, opencart\opencart-pages.less */
.return-list {
  margin-bottom: 10px;
}
/* line 813, opencart\opencart-pages.less */
.return-list .return-content {
  padding: 10px 0px;
}
/* line 816, opencart\opencart-pages.less */
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
/* line 821, opencart\opencart-pages.less */
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
/* line 827, opencart\opencart-pages.less */
.return-list .return-info {
  text-align: right;
}
/* line 830, opencart\opencart-pages.less */
.return-list .list-content {
  margin-bottom: 10px;
}
/* line 834, opencart\opencart-pages.less */
.return-opened textarea {
  vertical-align: top;
}
/* line 837, opencart\opencart-pages.less */
.return-captcha {
  float: left;
}
/* line 840, opencart\opencart-pages.less */
.download-list {
  margin-bottom: 10px;
}
/* line 842, opencart\opencart-pages.less */
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
/* line 848, opencart\opencart-pages.less */
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
/* line 853, opencart\opencart-pages.less */
.download-list .download-content {
  padding: 10px 0px;
}
/* line 856, opencart\opencart-pages.less */
.download-list .download-info {
  text-align: right;
}
/* line 859, opencart\opencart-pages.less */
.download-list .list-content {
  margin-bottom: 20px;
}
/* CHECKOUT PAGE*/
/* line 864, opencart\opencart-pages.less */
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #ebeef2;
  padding: 8px;
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
}
/* line 871, opencart\opencart-pages.less */
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
/* line 879, opencart\opencart-pages.less */
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
/* line 883, opencart\opencart-pages.less */
.checkout-content .buttons {
  clear: both;
}
/* line 888, opencart\opencart-pages.less */
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
/* line 891, opencart\opencart-pages.less */
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
/* line 896, opencart\opencart-pages.less */
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
}
/* line 904, opencart\opencart-pages.less */
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
/* line 910, opencart\opencart-pages.less */
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
/* line 915, opencart\opencart-pages.less */
.checkout-product td {
  padding: 7px;
}
/* line 918, opencart\opencart-pages.less */
.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;
}
/* line 927, opencart\opencart-pages.less */
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
/* line 930, opencart\opencart-pages.less */
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
/* CONTENT INFOMATION */
/* line 935, opencart\opencart-pages.less */
.sitemap-info {
  margin-bottom: 30px;
}
/* line 938, opencart\opencart-pages.less */
.sitemap-info ul &gt; li {
  line-height: 1.92857143;
  font-weight: bold;
  list-style: disc inside none;
}
/* line 942, opencart\opencart-pages.less */
.sitemap-info ul &gt; li &gt; ul {
  margin-left: 20px;
}
/* line 944, opencart\opencart-pages.less */
.sitemap-info ul &gt; li &gt; ul li {
  font-weight: normal;
  list-style: circle inside none;
}
/* line 947, opencart\opencart-pages.less */
.sitemap-info ul &gt; li &gt; ul li li {
  list-style: square inside none;
}
/*PAGE NOT FOUND*/
/* line 957, opencart\opencart-pages.less */
.page-not-found {
  text-align: center;
}
/* line 959, opencart\opencart-pages.less */
.page-not-found h2 {
  font-size: 230%;
  color: #ff3813;
  margin: 100px 0 10px 0;
}
/* line 964, opencart\opencart-pages.less */
.page-not-found span {
  margin-right: 10px;
}
/*Contact Page*/
/* line 970, opencart\opencart-pages.less */
.contact-location {
  margin-bottom: 10px;
}
/* line 972, opencart\opencart-pages.less */
.contact-location img {
  max-width: none;
}
/* line 976, opencart\opencart-pages.less */
.contact-content {
  padding: 20px;
  border-top: 1px solid #ebeef2;
}
/* line 980, opencart\opencart-pages.less */
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
/* line 985, opencart\opencart-pages.less */
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
/* line 989, opencart\opencart-pages.less */
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
/* line 993, opencart\opencart-pages.less */
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #a2a2a2;
  font-size: 19px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 1003, opencart\opencart-pages.less */
.contact-content .fa:hover {
  background-color: #ff6346;
}
/* line 1009, opencart\opencart-pages.less */
.page-themecontrol-product .alert {
  margin-top: 20px;
}
/* line 1015, opencart\opencart-pages.less */
.account-wishlist table td {
  min-width: 100px;
}
/* line 5, opencart\menu.less */
.verticalmenu h1,
.pav-megamenu h1,
.verticalmenu h2,
.pav-megamenu h2,
.verticalmenu h3,
.pav-megamenu h3,
.verticalmenu h4,
.pav-megamenu h4,
.verticalmenu h5,
.pav-megamenu h5,
.verticalmenu h6,
.pav-megamenu h6 {
  text-transform: uppercase;
  line-height: 20px;
  margin: 10px 0;
  color: #384044;
}
/* line 12, opencart\menu.less */
.pav-megamenu {
  /*Widget Megamenu*/
  /* Product Grid */
}
/* line 13, opencart\menu.less */
.pav-megamenu .megamenu {
  position: relative;
}
/* line 16, opencart\menu.less */
.pav-megamenu .pav-colorbox {
  display: none !important;
}
/* line 19, opencart\menu.less */
.pav-megamenu .navbar {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none;
}
/* line 30, opencart\menu.less */
.pav-megamenu .navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {
  border: 0;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/* line 38, opencart\menu.less */
.pav-megamenu .navbar-default .navbar-nav &gt; .dropdown &gt; a .caret:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: -10px;
  top: -1px;
  color: #353d41;
}
/* line 48, opencart\menu.less */
.pav-megamenu .navbar-default .navbar-nav &gt; .dropdown:hover &gt; a .caret:before,
.pav-megamenu .navbar-default .navbar-nav &gt; .dropdown:active &gt; a .caret:before {
  color: #ff6346;
}
/* line 56, opencart\menu.less */
.pav-megamenu .navbar-nav &gt; li &gt; a {
  padding: 15px 10px;
  font-weight: 400;
  color: #848484;
  background-color: transparent!important;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
/* line 64, opencart\menu.less */
.pav-megamenu .navbar-nav &gt; li &gt; a:hover,
.pav-megamenu .navbar-nav &gt; li &gt; a:focus,
.pav-megamenu .navbar-nav &gt; li &gt; a:active {
  color: #1A73E8 !important;
  border-color: #1A73E8 !important;
}
/* line 68, opencart\menu.less */
.pav-megamenu .navbar-nav &gt; li &gt; a:before {
  background-color: transparent;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 3px;
}
/* line 89, opencart\menu.less */
.pav-megamenu .navbar-nav &gt; li.full-width {
  position: static;
}
/* line 94, opencart\menu.less */
.pav-megamenu .navbar-nav &gt; li:hover &gt; a:before {
}
/* line 103, opencart\menu.less */
.pav-megamenu .navbar-inverse {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 110, opencart\menu.less */
.pav-megamenu .navbar-collapse {
  padding: 0;
}
/* line 114, opencart\menu.less */
.pav-megamenu .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  border: 0;
  min-width: 200px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
/* line 125, opencart\menu.less */
.pav-megamenu .dropdown-menu li {
  line-height: 30px;
}
/* line 128, opencart\menu.less */
.pav-megamenu .dropdown-menu li a {
  color: #75716c;
  background: url('../image/icon-menu.png') no-repeat scroll 0 7px rgba(0, 0, 0, 0);
  line-height: 28px;
  padding: 0 0 0 15px;
}
/* line 133, opencart\menu.less */
.pav-megamenu .dropdown-menu li a .caret {
  position: absolute;
  top: 15px;
  right: -10px;
}
/* line 138, opencart\menu.less */
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #ff6346;
}
/* line 142, opencart\menu.less */
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #ff6346;
}
/* line 148, opencart\menu.less */
.pav-megamenu .dropdown-menu .fa {
  margin-left: 0;
  color: #75716c;
}
/* line 153, opencart\menu.less */
.pav-megamenu .dropdown-menu .menu-title .fa {
  display: none;
}
/* line 159, opencart\menu.less */
.pav-megamenu .dropdown-menu ul li.parent {
  position: relative;
}
/* line 161, opencart\menu.less */
.pav-megamenu .dropdown-menu ul li.parent .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
/* line 168, opencart\menu.less */
.pav-megamenu .dropdown-menu ul li.parent:hover &gt; .dropdown-menu {
  left: 100%;
  display: block;
}
/* line 179, opencart\menu.less */
.pav-megamenu .dropdown:hover &gt; .dropdown-menu {
  display: block;
  left: 0px;
}
/* line 183, opencart\menu.less */
.pav-megamenu .dropdown:hover &gt; a {
  color: #ff6346;
}
/* line 185, opencart\menu.less */
.pav-megamenu .dropdown:hover &gt; a .fa {
  color: #ff6346;
}
/* line 192, opencart\menu.less */
.pav-megamenu .mega-group &gt; .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  color: #384044;
}
/* line 199, opencart\menu.less */
.pav-megamenu .mega-group &gt; .dropdown-toggle .fa {
  color: #ffffff;
}
/* line 204, opencart\menu.less */
.pav-megamenu .dropdown-submenu {
  position: relative;
}
/* line 207, opencart\menu.less */
.pav-megamenu .dropdown-submenu:hover &gt; .dropdown-menu {
  right: -115%;
  left: auto;
  top: 0;
}
/* line 213, opencart\menu.less */
.pav-megamenu .dropdown-submenu b.fa {
  margin-left: 3px;
}
/* line 217, opencart\menu.less */
.pav-megamenu p {
  font-size: 13px;
  line-height: 20px;
}
/* line 221, opencart\menu.less */
.pav-megamenu .fa {
  margin-left: 3px;
  color: #000000;
}
/* line 225, opencart\menu.less */
.pav-megamenu ul,
.pav-megamenu ol {
  list-style: none;
}
/* line 232, opencart\menu.less */
.pav-megamenu .pavo-widget .fa {
  margin-right: 0;
}
/* line 240, opencart\menu.less */
.pav-megamenu .product-block .w-product {
  margin-right: 28px;
}
/* line 243, opencart\menu.less */
.pav-megamenu .product-block .image {
  text-align: left;
}
/* line 246, opencart\menu.less */
.pav-megamenu .product-block .product-meta {
  min-height: inherit;
  text-align: left;
}
/* line 250, opencart\menu.less */
.pav-megamenu .product-block .name {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
/* line 257, opencart\menu.less */
.pav-megamenu .product-block .name a {
  color: #353d41;
}
/* line 259, opencart\menu.less */
.pav-megamenu .product-block .name a:hover {
  color: #ff6346;
}
/* line 264, opencart\menu.less */
.pav-megamenu .product-block .product-icon {
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #ffffff;
}
/* line 268, opencart\menu.less */
.pav-megamenu .product-block .product-icon:hover {
  color: #000000;
}
/* line 273, opencart\menu.less */
.pav-megamenu .product-block .cart .product-icon {
  border: 1px solid #ebeef2;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  font-family: "Alegreya", serif;
}
/* line 280, opencart\menu.less */
.pav-megamenu .product-block .cart .product-icon:hover {
  color: #ff6346;
}
/* line 285, opencart\menu.less */
.pav-megamenu .product-block .rating {
  padding-top: 3px;
}
/* line 288, opencart\menu.less */
.pav-megamenu .product-block .action {
  margin-top: 5px;
}
/* line 291, opencart\menu.less */
.pav-megamenu .product-block .pav-colorbox {
  display: none !important;
}
/* line 295, opencart\menu.less */
.pav-megamenu .product-block:last-child .w-product {
  margin: 0;
}
/* line 299, opencart\menu.less */
.pav-megamenu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*hide text*/
/* line 307, opencart\menu.less */
.hidden-heading-title .menu-title {
  display: none;
}
/*
** Vertical menu
*/
/* line 317, opencart\menu.less */
#column-right #pav-verticalmenu .navbar-nav &gt; li:hover &gt; .dropdown-menu {
  left: auto;
  right: 100%;
}
/* line 321, opencart\menu.less */
#column-right #pav-verticalmenu .navbar-nav &gt; li.parent:hover &gt; a:after {
  left: -5px;
  right: 0;
}
/* line 328, opencart\menu.less */
#pav-verticalmenu .box-heading {
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  padding: 13px 15px;
  font-weight: normal;
  color: #ffffff;
}
/* line 335, opencart\menu.less */
#pav-verticalmenu .box-heading .fa {
  font-size: 16px;
  padding-right: 10px;
}
/* line 340, opencart\menu.less */
#pav-verticalmenu .box-content {
  background: #ffffff;
  padding: 0;
  min-height: 320px;
  position: static;
}
/* line 345, opencart\menu.less */
#pav-verticalmenu .box-content .navbar-default {
  position: static;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
}
/* line 351, opencart\menu.less */
#pav-verticalmenu .box-content .navbar-default .navbar-header {
  float: none;
  width: 100%;
}
/* line 354, opencart\menu.less */
#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
  padding: 0;
  max-width: auto;
  min-height: 320px;
}
/* line 361, opencart\menu.less */
#pav-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
/* line 364, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li {
  width: 100%;
  height: auto;
  position: static;
  border-bottom: 1px solid #ebeef2;
}
/* line 368, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li &gt; a {
  display: block;
  color: #3e474b;
  padding: 10px;
}
/* line 372, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li &gt; a:before {
  color: #AAB2BD;
  content: "\f013";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  padding: 0 5px;
}
/* line 380, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li &gt; a .menu-desc {
  display: none;
}
/* line 383, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li &gt; a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999999;
}
/* line 394, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li.last {
  border: none;
}
/* line 397, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li.last a,
#pav-verticalmenu .navbar-nav &gt; li:last-child a {
  border: 0;
}
/* line 403, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li:hover a:before {
  color: #ff6346;
}
/* line 406, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li:hover &gt; a {
  color: #ff6346;
}
/* line 409, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li:hover &gt; a .menu-icon {
  background-position: left bottom !important;
}
/* line 412, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li:hover &gt; a .caret {
  border-left-color: #ff6346;
}
/* line 416, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li:hover &gt; .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 422, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li .parent {
  position: relative;
}
/* line 425, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li .parent &gt; .dropdown-toggle:hover {
  color: #ff6346;
}
/* line 429, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li .parent &gt; .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
/* line 436, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li .parent:hover &gt; .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 443, opencart\menu.less */
#pav-verticalmenu .navbar-nav &gt; li.parent:hover &gt; a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid #ffffff;
  z-index: 9999;
}
/* line 455, opencart\menu.less */
#pav-verticalmenu .pav-colorbox {
  display: none !important;
}
/* line 458, opencart\menu.less */
#pav-verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 215px;
  padding: 15px;
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  color: #75716c;
}
/* line 475, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  list-style: none;
}
/* line 479, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a {
  color: #75716c;
  padding: 2px 0;
  background: url('../image/icon-menu.png') no-repeat scroll 0 7px rgba(0, 0, 0, 0);
  padding-left: 15px;
}
/* line 484, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a .caret {
  position: absolute;
  top: 17px;
  right: -10px;
}
/* line 489, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #ff6346;
}
/* line 493, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a:hover .fa {
  color: #ff6346;
}
/* line 500, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
/* line 502, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
/* line 507, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: #000000;
}
/* line 511, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .action {
  display: none;
}
/* line 515, opencart\menu.less */
#pav-verticalmenu .widget-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #EBEEF2;
}
/* line 520, opencart\menu.less */
#pav-verticalmenu .w-product {
  padding: 5px;
}
/* line 522, opencart\menu.less */
#pav-verticalmenu .w-product .image {
  float: none;
}
/* line 526, opencart\menu.less */
#pav-verticalmenu .product-block {
  width: 33.3333%;
  height: auto;
  padding: 0;
  background: none transparent;
  border: 0;
}
/* line 531, opencart\menu.less */
#pav-verticalmenu .product-block .name {
  min-height: 32px;
  height: 32px;
  height: auto !important;
  padding: 0;
  margin: 0;
}
/* line 537, opencart\menu.less */
#pav-verticalmenu .product-block .name a {
  color: #75716c;
  padding: 0;
}
/* line 540, opencart\menu.less */
#pav-verticalmenu .product-block .name a:hover {
  color: #ff6346;
}
/* line 546, opencart\menu.less */
#pav-verticalmenu .product-block .image a {
  padding: 0;
}
/* line 551, opencart\menu.less */
#pav-verticalmenu .product-block .product-meta {
  min-height: inherit;
  width: auto;
}
/* line 555, opencart\menu.less */
#pav-verticalmenu .product-block .rating,
#pav-verticalmenu .product-block .norating {
  margin: 15px 0;
  border-top: 1px solid #f2f3f4;
  border-bottom: 1px solid #f2f3f4;
  padding: 3px 0 6px;
}
/* line 563, opencart\menu.less */
.megamenu .aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
/* line 571, opencart\menu.less */
.megamenu .aligned-right .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
/* line 575, opencart\menu.less */
.megamenu .aligned-fullwidth {
  position: inherit!important;
}
/* line 578, opencart\menu.less */
.megamenu .aligned-fullwidth .dropdown-menu {
  width: 100%!important;
  left: 0;
}
@media screen and (max-width: 992px) {
  /* line 2, opencart\offcanvas.less */
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  /* line 9, opencart\offcanvas.less */
  .row-offcanvas-right {
    right: 0;
  }
  /* line 12, opencart\offcanvas.less */
  .rtl .row-offcanvas-right {
    left: 0;
  }
  /* line 15, opencart\offcanvas.less */
  .row-offcanvas-left {
    left: 0;
  }
  /* line 18, opencart\offcanvas.less */
  .rtl .row-offcanvas-left {
    right: 0;
  }
  /* line 21, opencart\offcanvas.less */
  .row-offcanvas-right .sidebar-offcanvas {
    right: -80%;
  }
  /* line 25, opencart\offcanvas.less */
  .rtl .row-offcanvas-right .sidebar-offcanvas {
    left: -80%;
  }
  /* line 30, opencart\offcanvas.less */
  .row-offcanvas-left .sidebar-offcanvas {
    left: -80%;
  }
  /* line 34, opencart\offcanvas.less */
  .rtl .row-offcanvas-left .sidebar-offcanvas {
    right: -80%;
  }
  /* line 39, opencart\offcanvas.less */
  .row-offcanvas-right.active {
    right: 90%;
  }
  /* line 42, opencart\offcanvas.less */
  .rtl .row-offcanvas-right.active {
    left: 80%;
  }
  /* line 45, opencart\offcanvas.less */
  .row-offcanvas-left.active {
    left: 80%;
  }
  /* line 48, opencart\offcanvas.less */
  .rtl .row-offcanvas-left.active {
    right: 80%;
  }
  /* line 51, opencart\offcanvas.less */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%;
  }
  /* line 56, opencart\offcanvas.less */
  .sidebar-offcanvas .box .box-content {
    border: 1px solid #e9e9e9;
    padding: 10;
  }
  /* line 61, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li {
    padding: 8px 5px;
    border: none;
  }
  /* line 65, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li ul li {
    padding: 5px 5px 0px 10px;
  }
  /* line 67, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li ul li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
  }
  /* line 74, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
  }
  /* line 78, opencart\offcanvas.less */
  .sidebar-offcanvas .box ul.box-category li a:hover {
    color: #222;
  }
}
/*offcanvas-menu*/
/* line 92, opencart\offcanvas.less */
#offcanvasmenu .menu-title .fa {
  display: none;
}
/* line 97, opencart\offcanvas.less */
#offcanvasmenu .badges.new,
#offcanvasmenu .badges.hot {
  right: auto;
  left: 50px;
}
/* line 102, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav {
  float: none;
}
/* line 104, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav &gt; li {
  float: none;
}
/* line 106, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav &gt; li .caret {
  display: none;
}
/* line 110, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav &gt; li.home .menu-icon {
  background: none !important;
}
/* line 115, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav &gt; li .dropdown-menu .click-canavs-menu {
  padding: 12px 6px;
}
/* line 119, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav &gt; li .click-canavs-menu {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 128, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav &gt; li &gt; a {
  padding: 15px 0x;
  background-color: transparent !important;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 22px;
}
/* line 138, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto!important;
  opacity: 1;
}
/* line 151, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  line-height: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
}
/* line 156, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .level2 {
  padding: 0;
}
/* line 160, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
  border: none;
}
/* line 162, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-left: 0px;
}
/* line 166, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .widget-heading {
  color: #000;
}
/* line 172, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .pavo-widget .widget-inner ul &gt; li:before {
  display: none;
}
/* line 179, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu a {
  background: none;
  color: #000;
}
/* line 182, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu a:hover {
  color: #ff6346;
}
/* line 186, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
/* line 189, opencart\offcanvas.less */
#offcanvasmenu .dropdown-menu .box-heading {
  color: #353d41;
}
/* line 193, opencart\offcanvas.less */
#offcanvasmenu .product-block {
  border: none;
}
/* line 195, opencart\offcanvas.less */
#offcanvasmenu .product-block .product-zoom,
#offcanvasmenu .product-block .product-label-special {
  display: none;
}
/* line 198, opencart\offcanvas.less */
#offcanvasmenu .product-block a {
  padding: 0;
}
/* line 207, opencart\offcanvas.less */
.rtl #offcanvasmenu .badges.new,
.rtl #offcanvasmenu .badges.hot {
  left: auto;
  right: 50px;
}
/* line 215, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav &gt; li.home .menu-title {
  margin-right: 0;
}
/* line 219, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav &gt; li .click-canavs-menu {
  left: 0;
  right: auto;
}
/* line 227, opencart\offcanvas.less */
.rtl #offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  padding-right: 20px;
  padding-left: 0;
}
/* line 233, opencart\offcanvas.less */
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-right: 0px;
  padding-left: 0;
}
/* line 242, opencart\offcanvas.less */
#mainmenutop .navbar-toggle {
  float: left;
}
/* line 245, opencart\offcanvas.less */
.offcanvas-menu .button-close-menu {
  color: #424242;
  cursor: pointer;
  float: left;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
}
/* line 255, opencart\offcanvas.less */
.offcanvas-sidebars-buttons {
  margin-top: 25px;
}
/* line 259, opencart\offcanvas.less */
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px;
}
/* line 263, opencart\offcanvas.less */
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 100% !important;
}
/* line 277, opencart\offcanvas.less */
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
/* line 285, opencart\offcanvas.less */
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
/* line 290, opencart\offcanvas.less */
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
/* line 295, opencart\offcanvas.less */
.offcanvas-container {
  position: relative;
}
/* line 300, opencart\offcanvas.less */
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/* line 308, opencart\offcanvas.less */
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* line 321, opencart\offcanvas.less */
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 329, opencart\offcanvas.less */
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 341, opencart\offcanvas.less */
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 354, opencart\offcanvas.less */
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
/* line 363, opencart\offcanvas.less */
.offcanvas-menu .pav-menu-video iframe {
  width: 270px;
}
/* line 366, opencart\offcanvas.less */
.offcanvas-menu ul.megamenu &gt; li &gt; a,
.offcanvas-menu .dropdown-toggle {
  font-size: 16px;
}
/* line 370, opencart\offcanvas.less */
.offcanvas-menu .pavo-widget .menu-title {
  font-weight: normal;
  padding: 10px 0 12px 0;
}
/* line 374, opencart\offcanvas.less */
.offcanvas-menu .pavo-widget a {
  border: none;
  padding: 0;
}
/* line 378, opencart\offcanvas.less */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
/* line 383, opencart\offcanvas.less */
.offcanvas-menu ul ul {
  margin-left: 10px;
}
/* line 386, opencart\offcanvas.less */
.offcanvas-menu ul ul.list li {
  border-bottom: 1px solid #EEEEEE;
}
/* line 389, opencart\offcanvas.less */
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
/* line 398, opencart\offcanvas.less */
.offcanvas-menu ul li a {
  display: block;
  padding: 0.7em 1em 0.7em 1.2em;
  outline: none;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
/* line 407, opencart\offcanvas.less */
.offcanvas-menu ul li:firoffcanvas-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
/* line 411, opencart\offcanvas.less */
.offcanvas-menu ul li a:hover {
  color: #df995e;
  background: #FDFDFD;
}
/*widget*/
/* line 419, opencart\offcanvas.less */
.offcanvas-menu .product-block:hover {
  box-shadow: none;
}
/* line 422, opencart\offcanvas.less */
.offcanvas-menu .product-block .pav-colorbox {
  display: none !important;
}
/* line 425, opencart\offcanvas.less */
.offcanvas-menu .product-block .name {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
/* line 430, opencart\offcanvas.less */
.offcanvas-menu .product-block .rating {
  margin-bottom: 8px;
}
/* line 433, opencart\offcanvas.less */
.offcanvas-menu .product-block .price {
  font-size: 15px;
  padding: 0;
}
/* line 437, opencart\offcanvas.less */
.offcanvas-menu .product-block .price-old {
  float: left;
  line-height: 20px;
}
/* Individual effects */
/* Effect 1: Slide in on top */
/* line 448, opencart\offcanvas.less */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 452, opencart\offcanvas.less */
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 456, opencart\offcanvas.less */
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
/* Effect 2: Reveal */
/* line 461, opencart\offcanvas.less */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
/* line 464, opencart\offcanvas.less */
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
/* line 467, opencart\offcanvas.less */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 3: Push*/
/* line 477, opencart\offcanvas.less */
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
/* line 480, opencart\offcanvas.less */
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
/* line 484, opencart\offcanvas.less */
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 5: Reverse slide out */
/* line 493, opencart\offcanvas.less */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
/* line 496, opencart\offcanvas.less */
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
/* line 500, opencart\offcanvas.less */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* RESPONSIVE */
@media (max-width: 480px) {
  /* line 508, opencart\offcanvas.less */
  #mainmenutop .navbar-nav {
    display: none;
  }
  /*** OFFCANVAS SIDEBAR ***/
  /* line 514, opencart\offcanvas.less */
  .offcanvas-siderbars {
    position: relative;
  }
  /* line 516, opencart\offcanvas.less */
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  /* line 521, opencart\offcanvas.less */
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  /* line 524, opencart\offcanvas.less */
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  /* line 527, opencart\offcanvas.less */
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  /* line 530, opencart\offcanvas.less */
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
/*****************************************************
 * @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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* line 10, opencart\style.less */
ul.list li {
  line-height: 30px;
}
/* line 13, opencart\style.less */
ul.list li a {
  color: #75716c;
  background: url('../image/icon-menu.png') no-repeat scroll 0 7px rgba(0, 0, 0, 0);
  line-height: 26px;
  padding: 0 0 0 15px;
}
/* line 18, opencart\style.less */
ul.list li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #ff6346;
}
/* line 22, opencart\style.less */
ul.list li a:hover .fa {
  color: #ff6346;
}
/* line 31, opencart\style.less */
ul.social li {
  min-height: 45px;
  cursor: pointer;
}
/* line 34, opencart\style.less */
ul.social li span {
  border: 2px solid #B6B6B6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #B6B6B6;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-right: 5px;
  padding-left: 4px;
  text-align: center;
}
/* line 46, opencart\style.less */
ul.social li:hover {
  color: #ff6346;
}
/* line 48, opencart\style.less */
ul.social li:hover a,
ul.social li:hover span {
  color: #ff6346 !important;
  border-color: #ff6346;
}
/* line 56, opencart\style.less */
.img-ft img {
  margin-top: 12px;
}
/* line 61, opencart\style.less */
.link-more {
  color: darker(#ff6346, 10%);
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
  color: #ff2b04;
}
/* line 67, opencart\style.less */
.link-more .icon-read-more-2 {
  font-size: 12px;
  color: #ff3813;
}
/* line 71, opencart\style.less */
.link-more:hover {
  color: #ff2b04;
}
/* line 75, opencart\style.less */
.copyright {
  text-align: left;
}
/* line 77, opencart\style.less */
.copyright a {
  color: #ff2b04;
}
/* line 82, opencart\style.less */
.pagination .links a:hover {
  color: #ff6346;
}
/* line 86, opencart\style.less */
#back-top {
  margin: 0px;
  position: relative;
  text-align: center;
}
/* line 90, opencart\style.less */
#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 #ebeef2;
  background-color: #ffffff;
  font-size: 26px;
  position: absolute;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  overflow: auto;
}
/* line 104, opencart\style.less */
#back-top a:hover {
  border-color: #ff5a3c;
  background-color: #ff5a3c;
}
/* line 107, opencart\style.less */
#back-top a:hover i {
  color: #ffffff;
}
/* line 114, opencart\style.less */
.megamenu .navbar-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
/* line 121, opencart\style.less */
.megamenu .navbar-toggle .fa {
  color: #ff6346;
  margin: 0;
}
/* line 125, opencart\style.less */
.megamenu .navbar-toggle:hover,
.megamenu .navbar-toggle:focus,
.megamenu .navbar-toggle:active {
  background-color: #ff6346;
  border-color: transparent;
}
/* line 128, opencart\style.less */
.megamenu .navbar-toggle:hover .fa,
.megamenu .navbar-toggle:focus .fa,
.megamenu .navbar-toggle:active .fa {
  color: #ffffff;
}
/* line 133, opencart\style.less */
.shapes {
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 0px;
}
/* line 138, opencart\style.less */
.shapes.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #f5f5f5;
  right: 0;
  margin: -4px 0;
}
/* line 145, opencart\style.less */
.shapes.bottom {
  border-top: 7px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  top: 8px;
  right: 0;
  margin: 0 auto;
}
/* line 154, opencart\style.less */
.shapes.round {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #79a3bd;
  border: #ff6346;
  top: 25%;
  right: 10px;
}
/*breadcrumb*/
/* line 170, opencart\style.less */
#breadcrumb .breadcrumb li a {
  position: relative;
}
/* line 172, opencart\style.less */
#breadcrumb .breadcrumb li a:hover {
  color: #ff6346;
}
/* line 175, opencart\style.less */
#breadcrumb .breadcrumb li a span {
  color: #353d41;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
}
/* line 181, opencart\style.less */
#breadcrumb .breadcrumb li:hover {
  color: #ff4d2c;
}
/* line 184, opencart\style.less */
#breadcrumb .breadcrumb li:hover span:before {
  background: #ff4d2c;
}
/* line 191, opencart\style.less */
#breadcrumb .breadcrumb li.last a span {
  color: #ff6346;
}
/* line 192, opencart\style.less */
#breadcrumb .breadcrumb li.last a:hover {
  color: #ff6346;
}
/* line 199, opencart\style.less */
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
/* line 210, opencart\style.less */
.no-margin h3 {
  margin-top: 0px;
}
/* line 213, opencart\style.less */
.no-margin .buttons {
  margin-bottom: 0px;
}
/* line 216, opencart\style.less */
.no-margin table {
  margin-bottom: 0px;
}
/* line 221, opencart\style.less */
.no-margin-top {
  margin-top: 0px;
}
/*carousel*/
/* line 227, opencart\style.less */
.carousel-control {
  cursor: pointer;
  height: auto;
  text-align: center;
  background-image: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #384044;
  border: 1px solid #ebeef2;
  width: 23px;
  height: 23px;
  -webkit-text-shadow: none;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 239, opencart\style.less */
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ff6346;
}
/* line 242, opencart\style.less */
.carousel-control:hover .fa,
.carousel-control:focus .fa {
  color: #ff6346;
}
/* line 246, opencart\style.less */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  line-height: 22px;
}
/* line 251, opencart\style.less */
.carousel-control.left {
  top: 0;
}
/* line 254, opencart\style.less */
.carousel-control .fa {
  color: #AAB2BD;
  display: block;
  font-weight: bold;
  line-height: 21px;
}
/* line 264, opencart\style.less */
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #ff6346;
}
/*Button Add to cart - Product Detail*/
/* line 269, opencart\style.less */
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 15px;
}
/* line 274, opencart\style.less */
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 276, opencart\style.less */
.btn-cart span + span {
  padding: 6px 10px 0;
}
/* line 280, opencart\style.less */
.btn-cart .icon-cart {
  font-size: 15px;
  color: #ffffff;
  width: 30px;
  height: 31px;
  line-height: 30px;
  vertical-align: top;
  background: #ff3813;
}
/*Custom Block*/
/* line 292, opencart\style.less */
.custom-block {
  margin: 0px 15px 0px -15px;
}
/* line 294, opencart\style.less */
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #ebeef2;
  padding-bottom: 5px;
  padding-top: 15px;
  position: relative;
}
/* line 300, opencart\style.less */
.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: #ebeef2;
  border-width: 7px;
  margin-left: -7px;
  left: 50%;
}
/* line 313, opencart\style.less */
.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: -6px;
  left: 50%;
  z-index: 1;
}
/* line 327, opencart\style.less */
.custom-block .box-heading &gt; span {
  font-weight: normal;
  border: 0;
  padding: 0;
}
/* line 333, opencart\style.less */
.custom-block .box-content {
  padding-top: 20px;
}
/* line 337, opencart\style.less */
.bold_green_text {
  color: #ff6346;
}
/* line 340, opencart\style.less */
.owl-carousel {
  margin-bottom: 0 !important;
}
/* line 343, opencart\style.less */
.media-body h3,
.media-body h4 {
  font-family: arial, sans-serif;
  color: #05cd0b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
/* line 20, mixins\bootstrap.less */
.support:before,
.support:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
.support:after {
  clear: both;
}
/* line 352, opencart\style.less */
.support .box-services {
  color: #9B9D9E;
  display: inline-block;
  font-size: 14px;
  min-height: 50px;
  min-width: 300px;
  cursor: pointer;
}
/* line 360, opencart\style.less */
.support .box-services:hover span {
  border: 1px solid #ff6346;
}
/* line 362, opencart\style.less */
.support .box-services:hover span i {
  color: #ff6346;
}
/* line 366, opencart\style.less */
.support .box-services:hover .media-body h3 {
  color: #ff6346;
}
/* line 370, opencart\style.less */
.support .box-services span {
  border: 1px solid #05cd0b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 55px;
  position: relative;
  text-align: center;
  padding-left: 6px;
  -webkit-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  z-index: 1;
}
/* line 381, opencart\style.less */
.support .box-services span i {
  color: #05cd0b;
  font-size: 25px;
}
/* line 386, opencart\style.less */
.support .box-services .media-body {
  padding-left: 10px;
}
/* line 388, opencart\style.less */
.support .box-services .media-body h3 {
  margin: 0;
  font-size: 25px;
}
/* line 392, opencart\style.less */
.support .box-services .media-body small {
  font-size: 14px;
}
/* line 399, opencart\style.less */
.nomargin {
  margin-bottom: -20px;
}
/* line 402, opencart\style.less */
.scrollup {
  background: #ff6346;
  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;
}
/* line 417, opencart\style.less */
.scrollup .fa {
  display: block;
}
@media (max-width: 767px) {
  /* line 420, opencart\style.less */
  .in-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
  }
}
/* line 425, opencart\style.less */
.error,
.alert-danger,
.alert-success {
  border: medium none;
  margin-top: 0;
}
/* line 429, opencart\style.less */
.hide-bar {
  display: none;
}
/* line 433, opencart\style.less */
.a-center {
  text-align: center;
}
/* line 437, opencart\style.less */
.a-left {
  text-align: left;
}
/* line 441, opencart\style.less */
.a-right {
  text-align: right;
}
/* Background body */
/* line 446, opencart\style.less */
.pattern1 {
  background-image: url('../image/pattern/pattern1.png');
}
/* line 449, opencart\style.less */
.pattern2 {
  background-image: url('../image/pattern/pattern2.png');
}
/* line 452, opencart\style.less */
.pattern3 {
  background-image: url('../image/pattern/pattern3.png');
}
/* line 455, opencart\style.less */
.pattern4 {
  background-image: url('../image/pattern/pattern4.png');
}
/* line 458, opencart\style.less */
.pattern5 {
  background-image: url('../image/pattern/pattern5.png');
}
/* line 461, opencart\style.less */
.pattern6 {
  background-image: url('../image/pattern/pattern6.png');
}
/* line 464, opencart\style.less */
.pattern7 {
  background-image: url('../image/pattern/pattern7.png');
}
/* line 467, opencart\style.less */
.pattern8 {
  background-image: url('../image/pattern/pattern8.png');
}
/* line 470, opencart\style.less */
.pattern9 {
  background-image: url('../image/pattern/pattern9.png');
}
/* line 473, opencart\style.less */
.pattern10 {
  background-image: url('../image/pattern/pattern10.png');
}
/* line 476, opencart\style.less */
.pattern11 {
  background-image: url('../image/pattern/pattern11.png');
}
/* line 479, opencart\style.less */
.pattern12 {
  background-image: url('../image/pattern/pattern12.png');
}
/* line 482, opencart\style.less */
.pattern13 {
  background-image: url('../image/pattern/pattern13.png');
}
/* line 485, opencart\style.less */
.pattern14 {
  background-image: url('../image/pattern/pattern14.png');
}
/* line 488, opencart\style.less */
.pattern15 {
  background-image: url('../image/pattern/pattern15.png');
}
/* line 491, opencart\style.less */
.pattern16 {
  background-image: url('../image/pattern/pattern16.png');
}
/* line 494, opencart\style.less */
#input-captcha {
  margin-bottom: 10px;
}
/* line 497, opencart\style.less */
.currency-select,
.language-select {
  border: none;
  background-color: transparent;
}
/* line 503, opencart\style.less */
table td .button {
  margin-bottom: 10px;
}
/* line 509, opencart\style.less */
.rating .fa-stack {
  width: 12px;
  height: 12px;
}
/* line 513, opencart\style.less */
.rating .fa-stack-1x,
.rating .fa-stack-2x {
  font-size: 13px;
}
/* line 518, opencart\style.less */
#cart .button .fa {
  padding: 0 5px;
}
/* line 521, opencart\style.less */
#cart .cart-number {
  min-width: 50px !important;
}
/* line 525, opencart\style.less */
.sidebar-offcanvas ul li,
.sidebar-offcanvas ol li {
  list-style: outside none none;
  position: relative;
}
/* line 529, opencart\style.less */
.margin-bottom-20 {
  margin-bottom: 20px;
}
/******************************************************
 * @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 &lt;@emai:pavothemes@gmail.com&gt;.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/*@media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 1200px) {
  /* line 10, opencart\responsive.less */
  .product-cols {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  /* line 16, opencart\responsive.less */
  .product-info .carousel {
    min-height: 0;
    padding: 0;
  }
  /* line 19, opencart\responsive.less */
  .product-info .carousel .carousel-control {
    width: 23px;
  }
  /* line 21, opencart\responsive.less */
  .product-info .carousel .carousel-control.left {
    bottom: 10px;
    left: 0;
    top: auto;
  }
  /* line 26, opencart\responsive.less */
  .product-info .carousel .carousel-control.right {
    bottom: 10px;
    right: 0;
    top: auto;
  }
  /* line 32, opencart\responsive.less */
  .product-info .carousel .carousel-inner a {
    margin: 0 -2px 5px 5px;
  }
  /* line 36, opencart\responsive.less */
  .tab-content.pull-left {
    width: 100%;
  }
  /* line 39, opencart\responsive.less */
  .valid {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 45, opencart\responsive.less */
  .pavcol-lg-5 {
    width: 20%;
  }
  /* line 49, opencart\responsive.less */
  .hasbanner .tabright {
    width: 75%;
    float: left;
  }
  /* line 54, opencart\responsive.less */
  .hasbanner .tableft {
    width: 24.8%;
    float: left;
  }
  /* line 59, opencart\responsive.less */
  .rtl .hasbanner .tableft {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 66, opencart\responsive.less */
  .support .box-services {
    min-width: 181px;
  }
  /* line 68, opencart\responsive.less */
  .support .box-services .media-body small {
    font-size: 13px;
  }
  /* line 72, opencart\responsive.less */
  .product-block .product-icon {
    margin: 5px 5px 0 0;
  }
  /* line 76, opencart\responsive.less */
  .product-grid .product-block .product-icon,
  .product-related .product-block .product-icon {
    margin: 0 0 0 5px;
  }
  /* line 82, opencart\responsive.less */
  #pav-verticalmenu .navbar-nav &gt; li &gt; a .caret {
    right: 0;
  }
  /* line 89, opencart\responsive.less */
  .product-info .carousel-inner a {
    margin-right: 5px;
  }
  /* line 93, opencart\responsive.less */
  .offcanvas-menu {
    display: none;
  }
  /* line 96, opencart\responsive.less */
  #powered {
    padding: 20px 0;
  }
  /* line 99, opencart\responsive.less */
  .effect:hover .overlay {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 104, opencart\responsive.less */
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none!important;
  }
  /* line 107, opencart\responsive.less */
  .checkout .cart-total {
    border-top: none;
  }
  /* line 110, opencart\responsive.less */
  .pav-categoryproducts .tab-nav {
    width: 100% !important;
  }
}
/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 117, opencart\responsive.less */
  .col-sm-9 {
    width: 100%;
  }
  /* line 120, opencart\responsive.less */
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  /* line 123, opencart\responsive.less */
  .box.productcarousel {
    margin-top: 30px;
  }
  /* line 127, opencart\responsive.less */
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  /* line 131, opencart\responsive.less */
  #search {
    padding-right: 0;
  }
  /* line 133, opencart\responsive.less */
  #search .input-search {
    min-width: 244px;
  }
  /* line 137, opencart\responsive.less */
  .img-responsive {
    display: inline-block;
  }
  /* line 140, opencart\responsive.less */
  .product-block .product-icon {
    margin-left: 3px;
  }
  /* line 143, opencart\responsive.less */
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  /* line 147, opencart\responsive.less */
  .sidebar .product-block .image {
    width: 15%;
  }
  /* line 150, opencart\responsive.less */
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
  /* line 153, opencart\responsive.less */
  .product-cols.last,
  .product-cols:last-child {
    border-right: 1px solid #ebeef2;
  }
}
/*@media (max-width: 767px) {*/
@media (max-width: 767px) {
  /* line 161, opencart\responsive.less */
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none!important;
  }
  /* line 165, opencart\responsive.less */
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  /* line 169, opencart\responsive.less */
  #header-main .inner {
    text-align: center;
  }
  /* line 171, opencart\responsive.less */
  #header-main .inner &gt; * {
    display: block;
  }
  /* line 175, opencart\responsive.less */
  #pav-mainnav {
    background: #353D41;
  }
  /* line 178, opencart\responsive.less */
  #search {
    right: 15px;
    top: 106px;
    z-index: 3;
  }
  /* line 183, opencart\responsive.less */
  .megamenu .navbar-toggle {
    border: 1px solid #454D50;
  }
  /* line 186, opencart\responsive.less */
  .megamenu .navbar-toggle .fa {
    color: #93999D;
  }
  /* line 190, opencart\responsive.less */
  .btn-top {
    margin-bottom: 10px;
  }
  /* line 193, opencart\responsive.less */
  .product-cols {
    border-right: none;
    border-bottom: 1px solid #ebeef2;
  }
  /* line 197, opencart\responsive.less */
  .img-responsive {
    display: inline-block;
  }
  /* line 200, opencart\responsive.less */
  .box-module-pavreassurances .column {
    border-right: none;
    border-bottom: 1px solid #ebeef2;
  }
  /* line 204, opencart\responsive.less */
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
  /* line 207, opencart\responsive.less */
  .tabs-group .htabs {
    min-height: 0;
  }
  /* line 210, opencart\responsive.less */
  .product-extra .action {
    margin-top: 10px;
  }
  /* line 213, opencart\responsive.less */
  .product-list .action .wishlist span,
  .product-list .action .compare span {
    display: none;
  }
  /* line 216, opencart\responsive.less */
  .product-block .wishlist a,
  .product-block .compare a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    visibility: visible!important;
  }
  /* line 221, opencart\responsive.less */
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  /* line 225, opencart\responsive.less */
  embed {
    width: 100%;
  }
  /* line 229, opencart\responsive.less */
  .wishlist-info td,
  .wishlist-info th,
  table.history-list td,
  table.history-list th,
  table.order-info td,
  table.order-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  /* line 247, opencart\responsive.less */
  .wishlist-info tr td:before,
  table.history-list tr td:before,
  table.order-info tr td:before,
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  /* line 258, opencart\responsive.less */
  .wishlist-info tr td,
  table.order-info tr td,
  table.history-list tr td,
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  /* line 268, opencart\responsive.less */
  table.history-list thead,
  table.order-info thead,
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
}
/*@media (max-width: 480px) {*/
@media (max-width: 480px) {
  /* line 278, opencart\responsive.less */
  .btn-top {
    margin-right: 3px;
  }
  /* line 281, opencart\responsive.less */
  #footer .footer-center {
    padding: 0 !important;
  }
  /* line 284, opencart\responsive.less */
  #search .input-search {
    min-width: 0;
  }
  /* line 287, opencart\responsive.less */
  .product-list .image {
    float: none;
  }
  /* line 290, opencart\responsive.less */
  .product-info .carousel-inner a {
    margin-right: 0;
  }
  /* line 294, opencart\responsive.less */
  .product-extra .cart {
    clear: both;
    margin-top: 10px;
    margin-left: 0!important;
    width: 100%;
  }
  /* line 300, opencart\responsive.less */
  .product-extra .action {
    width: 100%;
  }
  /* line 304, opencart\responsive.less */
  .comment-link {
    float: none !important;
    margin: 0 !important;
  }
  /* line 308, opencart\responsive.less */
  .pavcol2 {
    width: 100% !important;
  }
  /* line 312, opencart\responsive.less */
  .newsletter_block .box-heading {
    width: 100%;
  }
  /* line 315, opencart\responsive.less */
  .newsletter_block .input-group {
    clear: both;
    width: 100%;
    padding-top: 20px;
  }
  /* line 321, opencart\responsive.less */
  .layerslider-wrapper {
    margin-bottom: 20px !important;
  }
  /* line 325, opencart\responsive.less */
  .product-filter .display {
    display: none;
  }
  /* line 328, opencart\responsive.less */
  .product-filter .product-compare,
  .product-filter .sort {
    margin-bottom: 10px;
  }
  /* line 333, opencart\responsive.less */
  .rtl .product-filter .sort,
  .rtl .product-filter .limit {
    float: right;
    margin-bottom: 10px;
  }
  /* line 339, opencart\responsive.less */
  .product-search .product-filter {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 344, opencart\responsive.less */
  td .input-group .form-control {
    width: 100px;
  }
}
@media (max-width: 360px) {
  /* line 349, opencart\responsive.less */
  embed {
    display: none!important;
  }
  /* line 352, opencart\responsive.less */
  .nav-tabs {
    border: 1px solid #ebeef2;
  }
  /* line 354, opencart\responsive.less */
  .nav-tabs &gt; li {
    border-bottom: 1px solid #E9E9E9;
    float: none!important;
    margin-bottom: 0;
  }
  /* line 358, opencart\responsive.less */
  .nav-tabs &gt; li .active &gt; a,
  .nav-tabs &gt; li &gt; a,
  .nav-tabs &gt; li &gt; a:hover,
  .nav-tabs &gt; li &gt; a:focus {
    border: none!important;
  }
  /* line 363, opencart\responsive.less */
  .social &gt; span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  /* line 368, opencart\responsive.less */
  .btn.btn-theme-default {
    padding: 4px 12px;
  }
}
/* line 3, opencart\animation.less */
.product-block .img {
  -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  display: inline-block;
}
/* line 8, opencart\animation.less */
.product-block .pav-colorbox,
.product-block .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 16, opencart\animation.less */
.product-block .pav-colorbox {
  margin: -10px 0 0 -60px;
}
/* line 19, opencart\animation.less */
.product-block .product-zoom {
  margin: -10px -70px 0 0;
}
/* line 22, opencart\animation.less */
.product-block .wishlist a,
.product-block .compare a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block:hover .product-zoom,
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .product-zoom {
  margin: -10px -35px 0 0;
}
.product-block:hover .pav-colorbox {
  margin: -10px 0 0 -30px;
}
.product-block:hover .wishlist a,
.product-block:hover .compare a {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect {
  position: relative;
}
.overlay {
  background: none repeat scroll 0 0 rgba(227, 242, 253, 0.2);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  width: 0;
}
.effect:hover .overlay {
  left: 0;
  width: 100%;
  opacity: 1;
}
.rtl .sidebar ul &gt; li .head a {
  float: left !important;
}
.rtl .sidebar ul &gt; li &gt; ul &gt; li &gt; a {
  padding-left: 5px !important;
  padding-right: 40px;
}
.rtl #pav-verticalmenu .navbar-nav &gt; li &gt; a .caret {
  right: auto;
  left: 18px;
}
.center { text-align: center; }
.image--basic p {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 12px;
    font-size: 12px;
	color: #70757a;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.image--basic a {
	font-size: 11px;
    color: rgba(112, 117, 122, 0.65) !important;
}
.image--basic h2 a {
	font-size: 14px;
	color: #4f87f4;
}
.pav-megamenu .navbar-nav &gt; li.first &gt; a {
    /* padding-left: 0; */
}


.image-grid {
  width: 100%;
  /* max-width: 1310px; */
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 5px 0;
  margin-bottom: 20px;
}

.image__cell {
  float: left;
  position: relative;
  padding: 2px;
}

.basic__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.image__cell.is-collapsed .image--basic {
  cursor: pointer;
}

.image__cell.is-expanded .image--expand {
  max-height: fit-content;
  margin-bottom: 10px;
}

.image--expand {
  position: relative;
  left: -5px;
  padding: 0 5px;
  box-sizing: content-box;
  overflow: hidden;
  background: #222;
  max-height: 0;
  transition: max-height .3s ease-in-out,margin-bottom .1s .2s;
}

.image__cell.is-collapsed .arrow--up {
  height: 10px;
  width: 100%;
}

.image__cell.is-expanded .arrow--up {
  border-bottom: 8px solid #222;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
}

.expand__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #454545;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  z-index: 2;
}

.expand__close:before {
  content: 'Ã—';
}

.expand__close:hover {
  color: #fff;
}

.image--large {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 530px) {
/*
  .image__cell {
	  width: 50%;
  }

  .image__cell:nth-of-type(2n+2) .image--expand {
	  margin-left: -100%;
  }

  .image__cell:nth-of-type(2n+3) {
	  clear:left;
  }

  .image--expand {
	  width: 200%;
  }
*/
  .image-grid {
	column-count: 2;
    column-gap: 10px;
  }
  .image__cell {
    width: 100%;
	break-inside: avoid;
  }
  .image--expand {
	display: none;
  }
  .arrow--up {
    display: none;
  }
  .image--basic p {
	min-height: auto;
  }
}
@media only screen and (min-width: 531px) and (max-width: 1367px) { 
  .image__cell {
	  max-width: 20%;
  }
  
  .image__cell:nth-of-type(5n+2) .image--expand {
	margin-left: -100%;
  }

  .image__cell:nth-of-type(5n+3) .image--expand {
	margin-left: -200%;
  }

  .image__cell:nth-of-type(5n+4) .image--expand {
	margin-left: -300%;
  }
  
  .image__cell:nth-of-type(5n+5) .image--expand {
	margin-left: -400%;
  }
  
  .image--expand {
	width: 500%;
  }
  .image--basic a.wrap-image-bs {
	height: 180px;
    overflow: hidden;
  }
  
}
@media only screen and (min-width: 1368px) {
  .image__cell {
	  max-width: 14.2857%;
  }
  .image__cell:nth-of-type(7n+2) .image--expand {
	margin-left: -100%;
  }

  .image__cell:nth-of-type(7n+3) .image--expand {
	margin-left: -200%;
  }

  .image__cell:nth-of-type(7n+4) .image--expand {
	margin-left: -300%;
  }
  
  .image__cell:nth-of-type(7n+5) .image--expand {
	margin-left: -400%;
  }
  
  .image__cell:nth-of-type(7n+6) .image--expand {
	margin-left: -500%;
  }
  
  .image__cell:nth-of-type(7n+7) .image--expand {
	margin-left: -600%;
  } 
  .image--expand {
	width: 800%;
  }
  .image--basic a.wrap-image-bs {
	height: 180px;
    overflow: hidden;
  }
}
.image--basic a.wrap-image-bs {
	display: block;
	background: #eee;
}
.description-ct {
	color: #fff;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.navbar-nav &gt; li.right {
		float: right;
	}
	.navbar-header {
		width: 100%;
	}
	#header #bs-megamenu ul {
		width: 100%;
	}
	#contacModal .modal-dialog {
	  width: 400px;
    }
}
#search .input-search, #search .input-group {
	width: 100%;
	border-radius: 50px;
}
#search .input-search:hover {
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
}
.info-top {
    margin-top: 25px;
    margin-right: 15px;
}
.footer-top {
	background: #e1e1e1;
	padding: 75px 0;
}
#footer .footer-top a {
	color: #414141;
}
#footer .footer-top .box-heading {
	color: #388cd4;
	font-weight: bold;
	font-size: 18px;
}
#footer .footer-center {
	background: #398bd5;
	padding: 30px 0;
}
#footer .footer-center .box-heading {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
#footer .footer-center a, #footer .footer-center {
	color: #fff;
}
#footer .footer-center a {
	margin-left: 10px;
}
#footer .footer-center ul li span {
	width: 15px;
	display: inline-block;
}
#footer .footer-center .social ul li {
	float: left;
}
#footer .footer-center .social ul li a {
	display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    color: #398bd5;
    font-size: 20px;
    padding: 8px 11px 8px;
    margin-left: 0;
    margin-right: 10px;
}
.content-exp {
	padding: 40px;
	color: #fff;
	position: relative;
}
.content-exp h2.heading-title {
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.addon-link ul li {
	float: left;
}
.addon-link ul li a {
	background: #3c3c3c;
    color: #d7d7d7;
    padding: 3px 5px;
    border: 1px solid #444444;
	margin-right: 15px;
	margin-top: 10px;
	display: inline-block;
}
.fixed-link a {
	color: #fff;
}
.fixed-link a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
}
.content-exp:before {
    content: " ";
    width: 1px;
    background: 1px #121212;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    box-shadow: 1px 0 #2a2a2a;
}
.border-lnt {
	border-bottom: 1px solid #121212;
    box-shadow: 0 1px #2A2A2A;
    min-height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
}
ul.flex-direction-nav li {
	line-height: 40px;
}
a.gyc {
	display: block;
    background: #f2a83b;
    padding: 10px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.flexslider .slides img.image--large {
    width: auto;
}
.sidebar ul &gt; li a:hover {
    color: #ff6346;
    border: none;
    background-color: transparent;
}
.sidebar .nav-tabs {
	border-bottom: none;
}
.sidebar .nav-tabs &gt; li &gt; a {
	border: none;
}
.sidebar ul &gt; li:before {
    content: '\f111';
    font-family: "FontAwesome";
    color: #a7a7a7;
}
.form-group {
	margin-bottom: 10px;
}
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('https://nhadep24.vn/assets/image/preload.gif');
   background-repeat: no-repeat; 
   background-color: #e3f4fd;
   background-position: center;
}
.open-bst {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.btn.btn-viewmore {
	width: 30%;
    background: #f8f8f8;
    color: #222;
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #c6c6c6;
}
.wrap-viewmore {
    padding-left: 5px;
    padding-right: 5px;
}
 .tags {
	 display: flex;
	 overflow: auto;
	 -webkit-overflow-scrolling: touch;
	 overflow: -moz-scrollbars-none;
	 -ms-overflow-style: none; 
	 margin-top: 7px;
 }
.tags a {
	white-space: nowrap;
	display: block;
	float: left;
	padding: 8px 20px;
	margin: 5px 0;
	margin-left: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0 1px 6px rgba(32,33,36,0.28);
    box-shadow: 0 1px 6px rgba(32,33,36,0.28);
}
.tags a.active {
	background-color: #D2E3FC;
    border-color: #D2E3FC;
}
.view-btn {
	background: rgba(112, 117, 122, 0.65);
    padding: 2px 5px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	font-size: 10px;
}
.tags::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #4f88f3; 
box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.tags::-webkit-scrollbar {
	width: 100px;
	height: 5px;
}
.form-tv input[type="text"] {
	min-width: 350px;
    padding: 10px 25px;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	
}
#header-main #logo img.img-responsive {
	max-width: 100px;
}
#search.has-search .button-search .fa, #search:hover .button-search .fa {
	color: #4285f4;
}

@media (max-width: 769px) {
	.tags::-webkit-scrollbar {
		display: none;
	}
	.navbar {
		min-height: auto;
	}
	#header #bs-megamenu ul::-webkit-scrollbar {
		display: none;
	}
	#header #bs-megamenu ul {
		display: flex;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none; 
	}
	.pav-megamenu .navbar-nav &gt; li &gt; a {
		white-space: nowrap;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	.collapse {
		display: block;
	}
	#pav-mainnav {
		background: transparent;
	}
}
@media only screen and (max-width: 530px) {
	.btn.btn-viewmore {
		width: 100%;
	}
	#header-main #logo {
		width: 100%;
		text-align: center;
		padding: 20px 0 0;
	}
	
	#header-main .after-logo {
		width: 100%;
	}
	
	#search .input-group {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-right: 10px;
	}
	#header #bs-megamenu ul {
		margin-left: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.footer-top {
		padding: 25px 0;
	}
	.form-tv input[type="text"] {
		min-width: auto;
		width: 70%;
	}
	.form-tv input[type="submit"] {
		width: 30%;
	}
}</pre></body></html>