/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/*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 <@emai:pavothemes@gmail.com>.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; /*#f5f5f5;*/
  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: "Source Sans Pro", sans-serif;
}
/* line 35, opencart\base.less */
ol,
ul {
  margin: 0;
  padding: 0;
}
/* line 38, opencart\base.less */
ol li,
ul li {
  line-height: 30px;
}
/* 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;
  font-weight:normal;
}
/* 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;
}
/* line 66, opencart\base.less */
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #1bace1;
}
/* line 75, opencart\base.less */
b,
strong {
  color: #353d41;
  font-weight: 400;
}
/* 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 > * > * > 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 > li > a:hover,
.htabs .nav > li > 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: 10px;
  top: -8px;
  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 <@emai:pavothemes@gmail.com>.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: 17%;
}
/* line 55, opencart\typo.less */
.welcome a {
  color: #ff6346;
}
/* line 58, opencart\typo.less */
.welcome .quick-access.btn-group.btn-top {
  margin: 0 15px;
}
/* line 64, opencart\typo.less */
h1,
.h1 {
  font-size: 24px;
  line-height: 46.5px;
}
/* line 67, opencart\typo.less */
h1 small,
.h1 small {
  font-size: 21px;
}
@media (max-width: 767px) {
  /* line 70, opencart\typo.less */
  h1,
  .h1 {
    font-size: 22px;
  }
}
/* line 76, opencart\typo.less */
h2,
.h2 {
  font-size: 18px;
}
/* line 83, opencart\typo.less */
h3,
.h3 {
  font-size: 19px;
  line-height: 31px;
}
/* line 86, opencart\typo.less */
h3 small,
.h3 small {
  font-size: 19px;
}
/* line 91, opencart\typo.less */
h4,
.h4 {
  line-height: 31px;
}
/* line 99, opencart\typo.less */
h5,
.h5 {
  font-size: 13px;
  line-height: 31px;
}
/* line 102, opencart\typo.less */
h5 small,
.h5 small {
  font-size: 12px;
}
/* line 107, opencart\typo.less */
h6,
.h6 {
  font-size: 12px;
  line-height: 31px;
}
/* line 112, opencart\typo.less */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #353d41;
  font-size: 16px;
}
/* line 117, opencart\typo.less */
#content h1 {
  font-size: 24px;
  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: #384044;
  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: #1bace1;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Source Sans Pro", 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:#1bace1;*/ /*#ff6346;*/
  /*border-color: #1bace1;*//*#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 <@emai:pavothemes@gmail.com>.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 > li > 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 2px 0 #121212;
  box-shadow: 0 0 2px 0 #121212;
}
/* 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 {
  background-color: #ffffff;
  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: #ff6346;
}
/* 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: 20px;
}
/* line 199, opencart\layout.less */
#header-main .inner {
  text-align: left;
  margin-top: 28px;
  padding: 0;
}
/* line 203, opencart\layout.less */
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 208, opencart\layout.less */
#header-main #logo {
  padding: 18px 32px 14px 0;
}
/* 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("../content/imgs/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 > div {
  position: relative;
  cursor: pointer;
}
/* line 245, opencart\layout.less */
#header .show-mobile > 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 {
  min-height: 400px;
  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: 30px 9px 20px;
}
/* line 321, opencart\layout.less */
#footer .footer-center {
  border-bottom: 1px solid #2b2b2b;
  padding: 30px 0 10px;
}
/* line 324, opencart\layout.less */
#footer .footer-center .container {
  border-top: 1px solid #2b2b2b;
  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: 35px 0;
  background: #252525;
}
/* line 348, opencart\layout.less */
#powered .copyright {
  text-align: left;
  line-height: 20px;
}
/* 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 {
 
  /*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 <@emai:pavothemes@gmail.com>.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: "museo300", sans-serif;
  padding: 10px 15px;
  font-size: 16px;
}
/* line 30, opencart\box.less */
.box .box-heading.icon .fa {
  display: none;
}
/* line 35, opencart\box.less */
.box .box-content {
  /*background: #ffffff;*/
  /*border: 1px solid #ebeef2;*/
  border-right: none;
  padding: 20px;
}
/* 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 53, opencart\box.less */
.box.orange span.title {
  background-color: #ff6346;
}
/* 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 {

}
/* 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;
  border-bottom: 1px solid #ebeef2;
}
/* 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 <@emai:pavothemes@gmail.com>.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 module 
 */
/* line 271, opencart\opencart-modules.less */
#search {
  position: absolute;
  right: 0;
  top: -38px;
}
/* line 276, opencart\opencart-modules.less */
#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: -1px;
  right: 5px;
}
/* line 289, opencart\opencart-modules.less */
#search .input-search {
  border: none;
  padding: 4px 25px 5px 10px;
  background-color: #434a4e;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  width: auto;
  height: 29px;
}
/* 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 334, opencart\opencart-modules.less */
.product-cols {
  border-right: 1px solid #ebeef2;
}
/* 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;
  padding: 10px 0;
  margin: 0;
}
/* 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 > * {
  float: left;
}
/* line 374, opencart\opencart-modules.less */
.product-block .action .button-group > 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: #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 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;
  min-height: 36px;
  height: 36px;
  height: auto !important;
  line-height: 18px;
}
/* line 425, opencart\opencart-modules.less */
.product-block .name a {
  color: #3e474b;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  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;
  margin-bottom: 10px;
  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: 14px;
  font-weight: 600;
  line-height:21px
}
/* 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 > li {
  border: 0;
  background-color: transparent;
}
/* line 541, opencart\opencart-modules.less */
ul.box-filter > li span {
  color: #66A0C1;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
/* line 548, opencart\opencart-modules.less */
ul.box-filter > li > ul {
  padding-bottom: 0;
}
/* line 550, opencart\opencart-modules.less */
ul.box-filter > li > ul > li {
  padding: 4px 0;
  border-bottom: 1px dotted #adb9ca;
}
/* line 20, mixins\bootstrap.less */
ul.box-filter > li > ul > li:before,
ul.box-filter > li > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, mixins\bootstrap.less */
ul.box-filter > li > ul > li:after {
  clear: both;
}
/* line 554, opencart\opencart-modules.less */
ul.box-filter > li > ul > li > * {
  margin: 0;
}
/* line 557, opencart\opencart-modules.less */
ul.box-filter > li > ul > li label {
  font-weight: normal;
  color: #8c8c8c;
  margin-left: 5px;
  font-size: 15px;
}
/* line 566, opencart\opencart-modules.less */
ul.box-filter > li > 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: #ff6346;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-top: 3px solid #ff6346;
  border-left: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  background: #ffffff;
}
/* line 635, opencart\opencart-modules.less */
.sidebar .box.nopadding .box-heading {
  padding: 10px 15px;
}
/* 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: 20px;
}
/* line 653, opencart\opencart-modules.less */
.sidebar .box .box-content {
  border: 1px solid #ebeef2;
  border-bottom: none;
}
/* 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 728, 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 740, opencart\opencart-modules.less */
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 743, opencart\opencart-modules.less */
.sidebar ul > li {
  margin: 0;
  padding: 0;
  line-height: normal;
  border-bottom: 1px solid #ebeef2;
  position: relative;
}
/* line 749, opencart\opencart-modules.less */
.sidebar ul > li a {
  color: #353d41;
  font-size: 14px;
  padding: 10px 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: capitalize;
}
/* line 756, opencart\opencart-modules.less */
.sidebar ul > li a:hover {
  color: #ff6346;
}
/* line 759, opencart\opencart-modules.less */
.sidebar ul > li a.active {
  color: #ff6346;
}
/* line 765, opencart\opencart-modules.less */
.sidebar ul > li > ul > li > a {
  padding-left: 40px;
}
/* line 771, opencart\opencart-modules.less */
.sidebar ul > 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 > 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: "Source Sans Pro", 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: "museo300", 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;
}
/* 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 {
  margin-top: 1px;
  -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;
  border-top: 2px solid #ff6346;
  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: "museo300", 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;
}
/* line 1146, opencart\opencart-modules.less */
.tooltip-inner {
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 1152, opencart\opencart-modules.less */
.quick-link button {
  margin: 0 10px;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* line 10, opencart\opencart-pages.less */
#pav-mainnav {
  margin-bottom: 10px;
  background-color: #fcfcfc;
  border-top: 1px solid #E9E9E9;
}
/* line 15, opencart\opencart-pages.less */
.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 > span {
  margin: 0 3px;
}
/* line 154, opencart\opencart-pages.less */
.product-filter .display button > 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: "Source Sans Pro", 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: 5px 10px;
   background-color:#fff;
}
/* line 311, opencart\opencart-pages.less */
.product-items {
  border-bottom: 1px solid #ebeef2;
  margin: 0;
}
/* 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;
  padding: 15px;
  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: "museo300", 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: "Source Sans Pro", 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 > div {
  padding: 0;
  border: 0;
}
/* line 529, opencart\opencart-pages.less */
.product-info .review > div > 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 > 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 > thead > tr > td {
  color: #353d41;
  font-size: 15px;
  font-weight: bold;
  background: #fafafa;
}
/* line 774, opencart\opencart-pages.less */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > 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 > li {
  line-height: 1.92857143;
  font-weight: bold;
  list-style: disc inside none;
}
/* line 942, opencart\opencart-pages.less */
.sitemap-info ul > li > ul {
  margin-left: 20px;
}
/* line 944, opencart\opencart-pages.less */
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
/* line 947, opencart\opencart-pages.less */
.sitemap-info ul > li > 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 > .dropdown > a .caret {
  border: 0;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/* line 38, opencart\menu.less */
.pav-megamenu .navbar-default .navbar-nav > .dropdown > 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 > .dropdown:hover > a .caret:before,
.pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
  color: #ff6346;
}
/* line 56, opencart\menu.less */
.pav-megamenu .navbar-nav > li > a {
  padding: 15px 24px;
  text-transform: uppercase;
  font-weight: 400;
  border-right: 1px solid #ebeef2;
  color: #353d41;
  background-color: transparent!important;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
/* line 64, opencart\menu.less */
.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus,
.pav-megamenu .navbar-nav > li > a.active,
.navbar-nav > li > a.active
 {
  color: #ff6346 !important;
  border-color: #ebeef2 !important;
}

/* line 68, opencart\menu.less */
.pav-megamenu .navbar-nav > li > 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;*/
  width:100%;
}
.pav-megamenu .navbar-nav > li > a.active:before 
{  
  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;*/
  width:100%;
}
/* line 81, opencart\menu.less */
.pav-megamenu .navbar-nav > li.first > a {
  padding: 15px 35px;
  border-left: 1px solid #ebeef2;
}
/* line 89, opencart\menu.less */
.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
/* line 94, opencart\menu.less */
.pav-megamenu .navbar-nav > li:hover > a:before,
.pav-megamenu .navbar-nav > li > .active:before{
  background-color: #ff6346;
  height: 3px;
  width: 100%;
}

/* 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 > .dropdown-menu {
  left: 100%;
  display: block;
}
/* line 179, opencart\menu.less */
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
/* line 183, opencart\menu.less */
.pav-megamenu .dropdown:hover > a {
  color: #ff6346;
}
/* line 185, opencart\menu.less */
.pav-megamenu .dropdown:hover > a .fa {
  color: #ff6346;
}
/* line 192, opencart\menu.less */
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "museo300", sans-serif;
  color: #384044;
}
/* line 199, opencart\menu.less */
.pav-megamenu .mega-group > .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 > .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 > li:hover > .dropdown-menu {
  left: auto;
  right: 100%;
}
/* line 321, opencart\menu.less */
#column-right #pav-verticalmenu .navbar-nav > li.parent:hover > 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 > li {
  width: 100%;
  height: auto;
  position: static;
  border-bottom: 1px solid #ebeef2;
}
/* line 368, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #3e474b;
  padding: 10px;
}
/* line 372, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li > a:before {
  color: #AAB2BD;
  content: "\f009";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  padding: 0 5px;
  font-size: 10px;
}
/* line 381, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li > a .menu-desc {
  display: none;
}
/* line 384, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999999;
}
/* line 395, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li.last {
  border: none;
}
/* line 398, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li.last a,
#pav-verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
/* line 404, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li:hover a:before {
  color: #ff6346;
}
/* line 407, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li:hover > a {
  color: #ff6346;
}
/* line 410, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
/* line 413, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #ff6346;
}
/* line 417, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 423, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li .parent {
  position: relative;
}
/* line 426, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #ff6346;
}
/* line 430, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
/* line 437, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 444, opencart\menu.less */
#pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid #ffffff;
  z-index: 9999;
}
/* line 456, opencart\menu.less */
#pav-verticalmenu .pav-colorbox {
  display: none !important;
}
/* line 459, 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 476, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  list-style: none;
}
/* line 480, 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 485, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a .caret {
  position: absolute;
  top: 17px;
  right: -10px;
}
/* line 490, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #ff6346;
}
/* line 494, opencart\menu.less */
#pav-verticalmenu .dropdown-menu ul li a:hover .fa {
  color: #ff6346;
}
/* line 501, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
/* line 503, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
/* line 508, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: #000000;
}
/* line 512, opencart\menu.less */
#pav-verticalmenu .dropdown-menu .action {
  display: none;
}
/* line 516, opencart\menu.less */
#pav-verticalmenu .widget-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #EBEEF2;
}
/* line 521, opencart\menu.less */
#pav-verticalmenu .w-product {
  padding: 5px;
}
/* line 523, opencart\menu.less */
#pav-verticalmenu .w-product .image {
  float: none;
}
/* line 527, opencart\menu.less */
#pav-verticalmenu .product-block {
  width: 33.3333%;
  height: auto;
  padding: 0;
  background: none transparent;
  border: 0;
}
/* line 532, opencart\menu.less */
#pav-verticalmenu .product-block .name {
  min-height: 32px;
  height: 32px;
  height: auto !important;
  padding: 0;
  margin: 0;
}
/* line 538, opencart\menu.less */
#pav-verticalmenu .product-block .name a {
  color: #75716c;
  padding: 0;
}
/* line 541, opencart\menu.less */
#pav-verticalmenu .product-block .name a:hover {
  color: #ff6346;
}
/* line 547, opencart\menu.less */
#pav-verticalmenu .product-block .image a {
  padding: 0;
}
/* line 552, opencart\menu.less */
#pav-verticalmenu .product-block .product-meta {
  min-height: inherit;
  width: auto;
}
/* line 556, 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 564, 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 572, opencart\menu.less */
.megamenu .aligned-right .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
/* line 576, opencart\menu.less */
.megamenu .aligned-fullwidth {
  position: inherit!important;
}
/* line 579, 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 > li {
  float: none;
}
/* line 106, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li .caret {
  display: none;
}
/* line 110, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li.home .menu-icon {
  background: none !important;
}
/* line 115, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > li .dropdown-menu .click-canavs-menu {
  padding: 12px 6px;
}
/* line 119, opencart\offcanvas.less */
#offcanvasmenu .navbar-nav > 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 > li > 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 > 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 > li.home .menu-title {
  margin-right: 0;
}
/* line 219, opencart\offcanvas.less */
.rtl #offcanvasmenu .navbar-nav > 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 > li > 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 <@emai:pavothemes@gmail.com>.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:focus{
    color: #ffffff;
}
/*.carousel-control:focus,*/ 
.carousel-control:hover

{
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ff6346;
}
/* line 242, opencart\style.less */

/*.carousel-control:focus .fa,*/
.carousel-control:hover .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{
    border-color: #1BACE1;
    background-color:#fff;
}

.carousel-indicators .active {
  border-color: #1BACE1;
  background-color:#1BACE1 !important
}
/*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 > 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: 20px !important;
}
/* line 343, opencart\style.less */
.media-body h3,
.media-body h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353d41;
  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: 200px;
  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 #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  position: relative;
  text-align: center;
  padding-left: 2px;
  -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: #5D686E;
  font-size: 15px;
}
/* line 386, opencart\style.less */
.support .box-services .media-body {
  padding-left: 10px;
}
/* line 388, opencart\style.less */
.support .box-services .media-body h3 {
  line-height: 20px;
  margin: 0;
}
/* 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: #5F224D;
    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: 13% !important;
    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 <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
 *******************************************************/
@font-face {
  font-family: 'museo300';
  src: url('../fonts/museo300-regular-webfont.eot');
  /*src: url('../fonts/museo300-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');*/
  /*src: url('../fonts/museo300-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/*@media (min-width: 992px) and (max-width: 1199px)*/
@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 > li > 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;
  }
  /* line 156, opencart\responsive.less */
  #search {
    right: 15px;
    top: 106px;
    z-index: 3;
  }
}
@media (max-width: 991px) {
  /* line 164, opencart\responsive.less */
  .welcome {
    margin: 0;
  }
  /* line 167, opencart\responsive.less */
  .pull-right.shopping-cart {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*@media (max-width: 767px) {*/
@media (max-width: 767px) {
  /* line 174, opencart\responsive.less */
  #header-main {
    padding: 10px 0;
  }
  /* line 177, opencart\responsive.less */
  #header-main #logo-theme {
    padding: 0;
    text-align: center;
  }
  /* line 181, opencart\responsive.less */
  #header-main #logo-theme a {
    display: inline-block;
  }
  /* line 184, opencart\responsive.less */
  #header-main .shopping-cart {
    margin-top: 0;
  }
  /* line 187, opencart\responsive.less */
  #search {
    right: 15px;
    top: 139px;
    z-index: 3;
  }
  /* line 192, opencart\responsive.less */
  #topbar {
    min-height: auto;
    padding-bottom: 11px;
  }
  /* line 196, opencart\responsive.less */
  #topbar .btn-top.pull-left .text {
    /*display: none;*/
  }
  /* line 200, opencart\responsive.less */
  #topbar .welcome {
    font-size: 12px;
  }
  /* line 202, opencart\responsive.less */
  #topbar .welcome .form-control {
    font-size: 12px;
  }
  /* line 207, opencart\responsive.less */
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none!important;
  }
  /* line 211, opencart\responsive.less */
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  /* line 215, opencart\responsive.less */
  #header-main .inner {
    text-align: center;
  }
  /* line 217, opencart\responsive.less */
  #header-main .inner > * {
    display: block;
  }
  /* line 221, opencart\responsive.less */
  #pav-mainnav {
    background: #353D41;
  }
  /* line 229, opencart\responsive.less */
  .megamenu .navbar-toggle {
    background: #394044;
    border: 1px solid #454D50;
  }
  /* line 232, opencart\responsive.less */
  .megamenu .navbar-toggle .fa {
    color: #93999D;
  }
  /* line 236, opencart\responsive.less */
  .btn-top {
    margin-bottom: 10px;
  }
  /* line 239, opencart\responsive.less */
  .product-cols {
    border-right: none;
    border-bottom: 1px solid #ebeef2;
  }
  /* line 243, opencart\responsive.less */
  .img-responsive {
    display: inline-block;
  }
  /* line 246, opencart\responsive.less */
  .box-module-pavreassurances .column {
    border-right: none;
    border-bottom: 1px solid #ebeef2;
  }
  /* line 250, opencart\responsive.less */
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
  /* line 253, opencart\responsive.less */
  .tabs-group .htabs {
    min-height: 0;
  }
  /* line 256, opencart\responsive.less */
  .product-extra .action {
    margin-top: 10px;
  }
  /* line 259, opencart\responsive.less */
  .product-list .action .wishlist span,
  .product-list .action .compare span {
    display: none;
  }
  /* line 262, 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 267, opencart\responsive.less */
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  /* line 271, opencart\responsive.less */
  embed {
    width: 100%;
  }
  /* line 275, 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 293, 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 304, 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 314, 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 324, opencart\responsive.less */
  .btn-top {
    margin-right: 3px;
  }
  /* line 327, opencart\responsive.less */
  #footer .footer-center {
    padding: 0 !important;
  }
  /* line 330, opencart\responsive.less */
  #search .input-search {
    min-width: 0;
  }
  /* line 333, opencart\responsive.less */
  .product-list .image {
    float: none;
  }
  /* line 336, opencart\responsive.less */
  .product-info .carousel-inner a {
    margin-right: 0;
  }
  /* line 340, opencart\responsive.less */
  .product-extra .cart {
    clear: both;
    margin-top: 10px;
    margin-left: 0!important;
    width: 100%;
  }
  /* line 346, opencart\responsive.less */
  .product-extra .action {
    width: 100%;
  }
  /* line 350, opencart\responsive.less */
  .comment-link {
    float: none !important;
    margin: 0 !important;
  }
  /* line 354, opencart\responsive.less */
  .pavcol2 {
    width: 100% !important;
  }
  /* line 358, opencart\responsive.less */
  .newsletter_block .box-heading {
    width: 100%;
  }
  /* line 361, opencart\responsive.less */
  .newsletter_block .input-group {
    clear: both;
    width: 100%;
    padding-top: 20px;
  }
  /* line 367, opencart\responsive.less */
  .layerslider-wrapper {
    /*margin-bottom: 20px !important;*/
  }
  /* line 371, opencart\responsive.less */
  .product-filter .display {
    display: none;
  }
  /* line 374, opencart\responsive.less */
  .product-filter .product-compare,
  .product-filter .sort {
    margin-bottom: 10px;
  }
  /* line 379, opencart\responsive.less */
  .rtl .product-filter .sort,
  .rtl .product-filter .limit {
    float: right;
    margin-bottom: 10px;
  }
  /* line 385, opencart\responsive.less */
  .product-search .product-filter {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 390, opencart\responsive.less */
  td .input-group .form-control {
    width: 100px;
  }
}
@media (max-width: 360px) {
  /* line 395, opencart\responsive.less */
  embed {
    display: none!important;
  }
  /* line 398, opencart\responsive.less */
  .nav-tabs {
    border: 1px solid #ebeef2;
  }
  /* line 400, opencart\responsive.less */
  .nav-tabs > li {
    border-bottom: 1px solid #E9E9E9;
    float: none!important;
    margin-bottom: 0;
  }
  /* line 404, opencart\responsive.less */
  .nav-tabs > li .active > a,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: none!important;
  }
  /* line 409, opencart\responsive.less */
  .social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  /* line 414, 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;
}
/* line 29, opencart\animation.less */
.product-block:hover .product-zoom,
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 33, opencart\animation.less */
.product-block:hover .product-zoom {
  margin: -10px -35px 0 0;
}
/* line 36, opencart\animation.less */
.product-block:hover .pav-colorbox {
  margin: -10px 0 0 -30px;
}
/* line 39, opencart\animation.less */
.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);
}
/* line 48, opencart\animation.less */
.effect {
  position: relative;
}
/* line 51, opencart\animation.less */
.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;
}
/* line 62, opencart\animation.less */
.effect:hover .overlay {
  left: 0;
  width: 100%;
  opacity: 1;
}

/*custom*/
#topbar .fa {
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    font-size: 13px;
    vertical-align: baseline;
    margin-top: 0px;
    margin-right: 5px;
}
#header #cart .media h4 {
  
    padding: 0 0 0 0px;
  
}
#header-main{
    min-height: 79px;
}
#header-main #logo-theme {
    padding: 8px 32px 7px 0;
}
#header-main .shopping-cart {
    margin-top: 4px;
}
#topbar {
   
    padding-top: 7px;
    min-height: 41px;
}
@media (min-width: 1200px) {
    .container {
        width: 1127px;
    }
}
.rev_slider{
    height:274px !important;
    max-width:753px;
}
.pav-container {margin-bottom:15px;}
.homenews figure {
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #1BACE1;
   
}
.homenews h2 {
    float: left;
    padding: 12px 10px 8px;
    background: #1BACE1;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
}
.homenews h2 a {
    font-size: 14px;
    color: #fff;
}
.homenews figure b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #105771;
}
.homenews ul {
    display: block;
    overflow: hidden;
    background: #fff;
    height: 254px;
}
.homenews li {
    display: block;
    border-bottom: 1px solid #ededed;
    background: #fff;
    margin: 0 10px;
    padding: 8px 0px 0px 0px;
}
.homenews li a {
    display: block;
    overflow: hidden;
}
.homenews li img {
    float: right;
    width: 100px;
    height: 57px;
    margin-left: 10px;
    border: 1px solid #ddd;
}
.homenews li:hover h3 {
    color: #288ad6;
}

.homenews li h3 {
    display: block;
    overflow: hidden;
    max-height: 37px;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    margin-top:0px;
    font-weight:600;
}
a {
    text-decoration: none;
}
.homenews li span {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.keyword {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 0;
    background: #e8e8e8;
    text-align: center;
}
.keyword span {
    display: inline-block;
    font-size: 13px;
    color: #a9a9a9;
    padding: 10px 5px 10px 10px;
    vertical-align: middle;
}
.keyword a {
    padding: 10px 5px 10px 10px;
    font-size: 13px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
}
footer {
    width: 100%;
    /*min-width: 1024px;*/
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    clear: both;
}
.rowfoot1 {
    display: block;
    overflow: hidden;
    width: 100%;
    /*min-width: 1024px;
    max-width: 1127px;*/
    margin: 0 auto;
   
}
.colfoot {
    float: left;
   
    margin: 0;
    position: relative;
}
.colfoot li {
    float: none;
    position: relative;
    font-size: 13px;
    color: #444;
}
.colfoot li p {
    display: block;
    padding-top: 5px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin-bottom:2px;
}
.colfoot li p a {
    display: inline;
    font-weight: 600;
    color: #333;
    padding: 0 5px;
}
.colfoot li a {
    display: block;
    color: #288ad6;
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
}
.collast {
  
    float: right;
}
.rowfoot2 {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    padding: 10px 0;
    word-break:break-word;
    margin-top:0px;
  
}
.rowfoot2 p {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 10px;
    color: #999;
    text-align: center;
}
ul, ol {
    list-style: none;
}
[class^="iconge-"], [class*="iconge-"], [class^="iconmobile-"], [class*="iconmobile-"] {
    background-image: url(/Content/imgs/icondesktop@1x.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.colfoot li a.linkfb {
    float: left;
    padding: 0 10px 0 0;
    margin: 9px 0 2px;
    border-right: 1px solid #e9e9e9;
    font-size: 12px;
    line-height: 1;
    color: #288ad6;
}
.iconge-share1 {
    background-position: 0 -30px;
    width: 13px;
    height: 13px;
    margin-right: 3px;
}
.colfoot li a.linkyt {
    float: left;
    padding: 0 0 0 10px;
    margin: 9px 0 2px;
    font-size: 12px;
    color: #288ad6;
    line-height: 1;
}
.iconge-share3 {
    background-position: -16px -30px;
    width: 17px;
    height: 13px;
    margin-right: 3px;
}

.iconge-bct {
    background-position: 0 -50px;
    width: 123px;
    height: 38px;
}
.bannercontainer{
    overflow: hidden;    
    max-height:377px;
    margin-bottom:10px;
    background-color:rgb(51, 51, 51);
}
.carousel-inner .item {
    
    max-height: 377px;
}


.search-bar {
    /*background-color: #fff;*/
    padding: 0px 0;
    /*margin-bottom: 10px;
    border-bottom:1px dotted #eee;*/
}
.search-bar .row { margin-left: -5px; margin-right: -5px; }
.search-bar [class*="col-"] { padding-left: 5px; padding-right: 5px; }
.search-bar .label-search { background-color: #e2e2e2; padding: 0px 5px; height: 28px; text-align: right; position: relative; margin-right: 29px; text-transform: uppercase; white-space: nowrap; color: #1BACE1; }
.search-bar .label-search .fa { margin-right: 5px; }
.search-bar .label-search:after { content: ""; display: block; width: 29px; height: 28px; background: url(../content/imgs/icon-sprite.png) no-repeat 0 0; position: absolute; right: -29px; top: 0; }
.search-bar input, .search-bar select { padding: 5px; width: 100%; outline: none; }
.search-bar input { font-size: 12px; background-color: #f8f8f8; }
.search-bar select { font-size: 11px; font-weight: 700; color: #666; background-color: transparent; }
.search-bar [class*="col-"] ul li { padding-top: 5px; padding-bottom: 5px; }
.search-bar .btn { padding: 4px 12px; width: 100% }
input, select {
    height: 30px;
}
input, button, select, textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
.btn-success {
    color: #ffffff;
    background-color: #5F224D;
    border-color: #5F224D;
}

.custom-input-group { position: relative; }
.custom-input-group .custom-addon { position: absolute; top: 0; left: 0; display: block; padding: 8px 12px; }
.custom-input-group .form-control { padding-left: 35px; background-color: #f5f5f5; }

.btn-dangtaisan{
    padding: 13px 12px 12px 12px;
    background-color: #ff6346;
    cursor:pointer;
}
@media (min-width: 992px){
.cell-left {
    width: 800px;
}
}


@media (min-width: 992px){
    .cell {
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: top;
}
}
.rd-content .item {
    border: 1px solid #ddd;
    height: 287px;
    margin-bottom: 20px;
}
.cover-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.rd-content .item-bg-custom {
    height: 148px;
    background-position: center;
}
.rd-content .item-bg {
    display: block;
    height: 148px;
    position: relative;
    background-position: center 0px;
}
.rd-content .atitle {
    display: block;
    max-height: 55px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.atitle .title {
    margin: 5px 0px;
}
.rd-content .title {
    font-size: 14px;
    /* padding: 10px 10px 5px 0px; */
    background-color: #fff;
    width: 100%;
    /* font-weight: bold; */
}
.line-camp-2 {
    display: block;
    line-height: 22px;
    max-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom:10px;
}
.categorynamemark {
    margin-right: 5px;
    color: #1bace1;
    font-weight: bold;
}
.more-desc {
    width: 100%;
    display: block;
   
    overflow: hidden;
    /*height: 85px;*/
    color: #555;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    font-weight: bold;
}
.more-desc li {
    font-size: 12px;
    padding: 8px 10px;
}

.rd-content .more-desc span {
    color: #000;
    font-size: 14px;
}
.rd-content .action {
    border-top: 1px solid #f2f3f4;   
    padding: 7px 0;
    }
@media (max-width: 480px){
    .col-xxs-12 {
    width: 100%;
}

}
@media (min-width: 992px) {

   
}
.right-sidebar {
    padding: 0px 0 0;
    position: relative;
}
.box-bor {
    margin-bottom: 10px;
    padding: 7px 10px 10px 10px;
    border: 1px solid #1bace1; /*#ddd;*/
}
.white{background-color:#fff}
.cat-title {
   padding: 0px 0 0px 0;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted #eee;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
}
.cat-title-1 {
   padding: 0px 0 0px 10px;
    margin-bottom: 0px;
    position: relative;
    border-bottom: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    background-color:#1bace1
}
    .cat-title-1 a {
        color:#fff;
    }
.cat-title a{
    padding: 12px 0;
    font-size: 14px;
    /*color: #4a90e2;*/
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    /*border-bottom: 2px solid #4a90e2;*/
}
.related-news-custom {
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CBCACA;
}
.related-news-custom .div:nth-child(4n+1){border-right:1px dotted #CBCACA}
.big-news {
    color: #555;
}
.big-news .thumb {
    float: left;
    width: 98px;
    height: 73px;
}
.big-news .cont {
    margin-left: 108px;
}
.related-news-custom p {
    margin-bottom: 0px;
}
/*.btn-special {
    display: inline-block;
    height: 32px;
    overflow: hidden;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative;
    background-color: #fff;
}*/
.btn-special:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
 .btn-special b {
    overflow: hidden;
    font-family: "Roboto Condensed", Helvetica, Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 15px;
    color: #777;    
    position: relative;
}
 .btn-special span {
    float: right;
    height: 30px;
    background-color: #eee;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    position: relative;
}
 .m2{ color: #555;
    font-size: 12px;
    font-weight:bold;
 }
 .m2 .fa {
    padding-right: 5px;
}
 .orange .row{margin-top:10px;}
 .rd-content .duan .atitle {
    display: block;
    /*height: 32px;*/
    -webkit-line-clamp: 4;
    overflow: hidden;
}
 .rd-content .duan .item {
    border: 1px solid #1bace1;
    height: 275px;
    margin-bottom: 20px;
}

 .rd-content .duan .item:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    background-color:#1bace1;
}
 .rd-content .duan .item:hover .price,.rd-content .duan .item:hover .title{color:#fff;}
 .duan .product-meta {
    min-height: 87px;
    padding: 10px 10px;
    background-color: transparent;
}
 .rd-content .duan .atitle .title {
    font-size: 15px;    
    background-color: transparent;
    width: 100%;    
    font-weight: bold;
    color:#555;
}
 .rd-content .duan .price{
     /*color:#1bace1*/
 }
 .special-price .titleprice{color:#f05423}
 .logged-panel a{color:#fff}
 
.success
{
    background: none repeat scroll 0 0 #1bace1;
    border-radius: 3px;
    bottom: 0;
    color: #fff;
    display: none;
    opacity: 1;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    z-index: 99999999;
}
.loading {
background: none repeat scroll 0 0 #000;
border-radius: 3px;
bottom: 0;
color: #fff;
display: none;
opacity: 1;
padding: 10px 15px;
position: fixed;
right: 0;
z-index: 99999999;
}
.error {
background: none repeat scroll 0 0 red;
border-radius: 3px;
bottom: 0;
color: #fff;
display: none;
opacity: 1;
padding: 10px 15px;
position: fixed;
right: 0;
z-index: 99999999;
}
.has-error{border-color:#a94442 !important}
.form-control:focus {
    border-color: #1bace1;
}
.icondel{color:red}
a.iconchkunactive{color:#ddd}
a.iconchkunactive:hover{color:#ddd}
.iconchkactive{color:#1bace1}
.member-body .clearfix{margin-bottom:10px;}
.infohome .lead{text-align:center; text-transform:uppercase;font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;}
.infohome .info{font-size:14px; line-height:28px;font-weight:bold;}
.infohome .lead a{color:#fff; /*#055695*/ }
.infohome {background-color: #1BACE1;
    padding: 14px;
    color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight:bold;
}
.duan{margin-bottom:20px;}
.theadjob td{font-weight:bold}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.the-form-wrapper {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 21px;
    padding: 14px 77px 10px 14px;
    width: 407px;
}
.indenttitle {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.box.orange span.title {
  background-color: #ff6346;
}
.box.blue span.title {
  background-color: #5E90AF;
}
.orange .box-content {
  margin-top: 1px;
  -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;
  border-top: 2px solid #ff6346;
  padding: 0;
}

.blue .box-content {
    margin-top: 1px;
    -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;
    border-top: 2px solid #1BACE1;
    padding:15px 10px 15px 10px;
    padding-left:0px;
    overflow:hidden
}
.box-content {
   
    padding-left:0px !important;
   
}
.blue .row {
    /*margin-top: 10px;*/
}
.yellow{background-color:#FFF5AE}
.infocontact_detailsp{padding:10px;}
.infocontact_detailsp b{font-weight:bold;}
.infocontact_detailsp .name b{color:#1BACE1}
.detailproduct ul li::before {
    /*content: "\2022 ";*/
         color: #1BACE1;font-size: 16px;

}
.infodetailgeneral{border:1px solid #ddd;padding:10px;}
.bolder{font-weight:bold}
.text-uppercase{text-transform:uppercase}
.text-blue{color:#1BACE1}
.text-center{text-align:center;}
.exchange-detail-juridical li{line-height:33px;}
.box.none span.title {
    color:#333
}
.none .box-content {
    margin-top: 1px;
    -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: 15px 10px;
    overflow: hidden;
    border:none !important;
}
.none{margin-top:10px;}
.none .title{font-weight:bold;font-size:15px;}
.title-bar{margin-bottom:10px;}
.title-bar h3,.title-bar strong{font-weight:bold;}
.duan .box-content{
    /*padding-left:10px !important;*/
}
strong,b{font-weight:bold}
/*a{color:#1bace1}*/

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    max-height: 377px;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.panel-heading {
    padding: 10px 10px;
    border-color: #ddd;
}
.panel-heading i {
    color: #2e6da4;
    margin-right:7px;
}
.panel-body{padding-left:20px !important;}
.white{background-color:#fff;}
.middle {
    padding: 10px;
    
}
.boximage_detailnews .carousel-inner > .item > a > img,.boximage_detailnews .carousel-inner > .item > img {
    height: 258px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.boximage_detailnews  .carousel-inner .item {
    height: 258px;
}
.boximage_detailprojects  .carousel-inner .item {
     height: 385px;
    margin-bottom: 9px;
}
.boximage_detailprojects .carousel-inner > .item > a > img,.boximage_detailprojects .carousel-inner > .item > img {
    height: 385px;
    width:100%;
    /*width: 685px;*/
    /*height: 400px;
    width: 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.detailproduct ul.thumbnails-carousel li::before {
    content: "";
}
.rd-content .boximage_detailprojects .carousel-inner .item,
.rd-content .boximage_detailprojects .carousel-inner .item:focus,
.rd-content .boximage_detailprojects .carousel-inner .item:visited,
.rd-content .boximage_detailprojects .carousel-inner .item:hover{border:none;outline:none;
                                                                 -webkit-box-shadow:none;
                                                                 box-shadow:none;
}
.carousel-inner:focus{outline:none;}
.related-news-custom .price{font-size:15px;}
.related-news-custom a{font-weight:600}
.detailproduct .panel-heading{border-color:#1BACE1}
.detailproduct .box-content{padding-left:10px !important;}
.clearfix {
    margin-bottom: 10px;
}
.detailproduct ul li,.detailproduct ul{list-style:inherit !important;}
.detailproduct ul{padding-left:30px !important;}
.detailproduct ul.thumbnails-carousel li{list-style:none !important;margin-bottom:5px;}
.detailproject .exchange-detail-juridical{padding-left:20px;}
.detailproject .exchange-detail-juridical .row{line-height: 24px;
    margin-bottom: 10px;}
.detailproject .exchange-detail-juridical i {
    font-size: 6px;
    color: #1BACE1;
    vertical-align: middle;
    margin-right: 6px;
}
.boximage_detailnews .carousel-indicators{visibility:hidden}
.big-topic li{line-height:22px;}
.big-topic .list-news{font-size:13px;}
.news .big-topic .big-thumb img{height:290px;width:100%;}
.news .news-items .thumb a img{height:100px;width:100%}
.date-time { 
    line-height: 12px;
}
.news .news-items .cont{padding:0px 0px 0px 0px;}
.news .news-items {
    margin-bottom: 10px;
}
@media (max-width: 667px) {
    .rd-content .col-xs-6 .item-bg {    
    height: 113px;
    }

 .rd-content .col-xs-6 .item {
    border: 1px solid #ddd;
    height: 248px;
}

.news .news-items .thumb a {
    display: block;
    height: auto;
}
.detailprojectbody img,.news-detail-body img,.detailprojectbody iframe,.news-detail-body iframe{width:100%!important;height:auto !important}

.boximage_detailprojects .carousel-inner > .item > a > img, .boximage_detailprojects .carousel-inner > .item > img{height:auto !important;width:100% !important}
.boximage_detailprojects  .carousel-inner .item{height:auto !important}

.carousel-icon {    
    top: 25%;
}
.boximage_detailnews .carousel-inner > .item > a > img{height:auto;}
.boximage_detailnews .carousel-inner .item {
    height: auto;
}   
.news .big-topic .big-thumb img{height:auto;}
.news .news-items .thumb a img{height:auto;max-height:182px;}
    .news .big-topic .big-thumb {     
        height: auto;
    }
    #menudetailproject li{height:42px;}
    .nivo-controlNav img {
        width: 50px !important;
        height: 50px !important;
    }
}
#menudetailproject{background-color:#ebeef2;z-index:1000 !important}
#menudetailproject li{list-style:none !important;  border: 1px solid #fff;
    background-color: #1bace1;}
/*#menudetailproject li:nth-child(odd){border-left:none}*/
#menudetailproject ul{padding-left:0px !important;}
#menudetailproject li a{padding: 5px 2px;
    /*text-transform: uppercase;*/
    font-weight: 400;  
    color: #fff;
    background-color: transparent!important;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;}
/*nivo*/
.theme-default .nivo-directionNav a {
    display: block;
    width: 36px;
    height: 34px;
    background-image: url(../Scripts/fancybox_2_1/fancybox_sprite.png);
    text-indent: -9999px;
    border: 0;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-prevNav {
   left: 10px;
    background-position: 0 -36px;
}
.theme-default a.nivo-nextNav {
   right: 10px;
    background-position: 0 -72px;
}
.nivo-controlNav img{width:50px;height:50px;padding:5px;}
.nivo-controlNav .active img{border:1px solid #1bace1}
.news-detail-body ul{margin:10px;list-style-type: disc;padding-left:20px;}
.news-detail-body ul li{list-style:inherit;}
.rowboxprivate li.active{background-color:#ff6346 !important}
.related-news{overflow:hidden;}
.phonecall {
    background: #ff6346;
    bottom: 170px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    z-index: 9999;
}

.video-wrapper {
    /*position: relative;
    padding-bottom: 56.25%;
    height: 0;*/
    /*overflow: hidden;*/
}

    .video-wrapper iframe {
        /*position: absolute;
        top: 0;
        left: 0;*/
        /*width: 100%;
        height: 100%;*/
        width: 100%;
        height: 412px;

    }

@media (min-width: 1208px) {
    .ad-sc-right {
        display: block;
        position: fixed;
        top: 100px;
        right: 0;
        width: 150px;
        height: 550px;
    }

        .ad-sc-right .sc-img {
            position: absolute;
            top: 78px;
        }

    .ad-sc-left {
        display: block;
        position: fixed;
        top: 100px;
        left: 0;
        width: 150px;
        height: 550px;
    }

        .ad-sc-left .sc-img {
            position: absolute;
            top: 78px;
            right: 0;
        }

    .show {
        opacity: 1;
        transform: translateY(0px);
        transition: all .45s ease-out;
    }

        .show .sc-link {
            display: block;
        }
}

@media (min-width: 992px) {
    .ad-sc-right, .ad-sc-left {
        display: none;
    }
}

@media (min-width: 767px) {
    .ad-sc-right, .ad-sc-left {
        display: none;
    }
}
@media (min-width: 1028px) {
    .ad-sc-right, .ad-sc-left {
        display: none;
    }
}
@media (min-width: 1127px) {
    .ad-sc-right, .ad-sc-left {
        display: none;
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.phonecall {
    border: 2px solid transparent;
    opacity: 0.99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.listnewsest h1{font-size:13px;text-align:left}
.listnewsest img{height:138px;}
@media (max-width: 960px) {
    .listnewsest img {
        height: 116px;
    }

    .news .big-topic .big-thumb img {
        height: 244px;
    }

    .news .big-topic .big-thumb { 
        height: 247px;
    }
}
@media (max-width: 667px) {
    .news .big-topic .big-thumb img {
        height:192px;
    }
    .news .big-topic .big-thumb {
        height: 195px;
    }
}
/*@media (max-width: 568px) {
    .news .big-topic .big-thumb img {
        height: 162px;
    }

    .news .big-topic .big-thumb {
        height: 164px;
    }
}*/


