/******************************************************
 * @package editWEB
 * @version 2
*******************************************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900,400italic,100,300italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:700,900&subset=latin,latin-ext);
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*
 * LAYOUT VARIABLES
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
/* line 4, ../scss/app/_base.scss */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0; }

/* line 9, ../scss/app/_base.scss */
body {
  background-color: #FFFFFF;
  font-family: "Roboto";
  color: #494949;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

/* line 21, ../scss/app/_base.scss */
ul.bullet li {
  padding: 5px 0;
  position: relative; }
  /* line 24, ../scss/app/_base.scss */
  ul.bullet li a {
    padding-left: 20px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl ul.bullet li a {
      padding-right: 20px;
      padding-left: inherit; }
    /* line 26, ../scss/app/_base.scss */
    ul.bullet li a:before {
      display: block;
      content: "\f064";
      font-family: "FontAwesome";
      font-size: 14px;
      position: absolute;
      left: 0;
      top: 6px; }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl ul.bullet li a:before {
        right: 0;
        left: auto; }
    /* line 36, ../scss/app/_base.scss */
    ul.bullet li a:hover:before {
      color: #265c84; }

/* links style */
/* line 45, ../scss/app/_base.scss */
ul.links {
  margin: 0;
  padding: 0; }
  /* line 48, ../scss/app/_base.scss */
  ul.links li {
    display: inline-block;
    line-height: normal; }
    /* line 51, ../scss/app/_base.scss */
    ul.links li a {
      transition: color 0.3s linear 0s;
      margin: 0 8px; }
      /* line 54, ../scss/app/_base.scss */
      ul.links li a:hover {
        color: #282828;
        transition: color 0.3s linear 0s; }
    /* line 59, ../scss/app/_base.scss */
    ul.links li .fa, ul.links li .icon {
      margin-right: 10px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl ul.links li .fa, .rtl ul.links li .icon {
        margin-left: 10px;
        margin-right: inherit; }
/* line 64, ../scss/app/_base.scss */
ul.list {
  padding: 0;
  margin: 0; }
  /* line 67, ../scss/app/_base.scss */
  ul.list li {
    list-style: none;
    padding: 6px 0; }
/* line 73, ../scss/app/_base.scss */
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl ul.my-account li {
    margin-right: 14px;
    margin-left: inherit; }
/* line 80, ../scss/app/_base.scss */
ul.inline li {
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl ul.inline li {
    float: right; }

/* line 87, ../scss/app/_base.scss */
.tree-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px; }
/* line 93, ../scss/app/_base.scss */
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative; }
  /* line 96, ../scss/app/_base.scss */
  .tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
    position: absolute;
    right: 30px;
    top: 17px;
    color: #ffffff;
    padding: 0 6px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    cursor: pointer;
    background: #265c84;
    text-align: center;
    width: 17px; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl .tree-menu > ul > li .caret, .rtl .tree-menu > ul > li .head a {
      left: 30px;
      right: auto; }
  /* line 108, ../scss/app/_base.scss */
  .tree-menu > ul > li:last-child a {
    border: none; }
  /* line 114, ../scss/app/_base.scss */
  .tree-menu > ul > li > a {
    display: block;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 30px;
    border-bottom: 1px dashed #dddddd;
    line-height: 50px; }
    /* line 123, ../scss/app/_base.scss */
    .tree-menu > ul > li > a:hover, .tree-menu > ul > li > a:focus {
      color: #265c84; }
  /* line 131, ../scss/app/_base.scss */
  .tree-menu > ul > li a.active {
    color: #265c84; }
    /* line 133, ../scss/app/_base.scss */
    .tree-menu > ul > li a.active + ul {
      display: block;
      padding: 0 0 10px 10px; }
  /* line 138, ../scss/app/_base.scss */
  .tree-menu > ul > li ul > li {
    padding-left: 30px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .tree-menu > ul > li ul > li {
      padding-right: 30px;
      padding-left: inherit; }
    /* line 140, ../scss/app/_base.scss */
    .tree-menu > ul > li ul > li > a {
      text-decoration: none;
      display: block;
      padding: 10px 0 10px 10px;
      text-transform: uppercase; }
      /* line 145, ../scss/app/_base.scss */
      .tree-menu > ul > li ul > li > a.active {
        font-weight: bold;
        color: #265c84; }
    /* line 151, ../scss/app/_base.scss */
    .tree-menu > ul > li ul > li:first-child > a {
      border-top: 1px dashed #dddddd !important; }

/* line 20, ../scss/mixins/_bootstrap.scss */
.panel-line:before, .panel-line:after {
  content: " ";
  display: table; }
/* line 25, ../scss/mixins/_bootstrap.scss */
.panel-line:after {
  clear: both; }
/* line 161, ../scss/app/_base.scss */
.panel-line .plabel {
  width: 150px;
  float: left;
  font-weight: normal; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .panel-line .plabel {
    float: right; }
  /* line 165, ../scss/app/_base.scss */
  .panel-line .plabel label {
    font-weight: normal; }
/* line 169, ../scss/app/_base.scss */
.panel-line .pcontent {
  width: 70%;
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .panel-line .pcontent {
    float: right; }

/* line 174, ../scss/app/_base.scss */
.hasline {
  border-bottom: solid 1px #1d4664;
  margin: 10px 0; }

/* line 178, ../scss/app/_base.scss */
.underline a {
  color: #265c84; }

/* line 1, ../scss/app/_blog.scss */
.pav-header {
  position: relative; }
  /* line 3, ../scss/app/_blog.scss */
  .pav-header .rss-wrapper {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-indent: -999em; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl .pav-header .rss-wrapper {
      left: 0;
      right: auto; }

/* line 15, ../scss/app/_blog.scss */
.blog-meta {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 12px; }
  /* line 19, ../scss/app/_blog.scss */
  .blog-meta > span {
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 10px 0 0; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .blog-meta > span {
      float: right; }
    /* line 24, ../scss/app/_blog.scss */
    .blog-meta > span:last-child {
      border-right: none; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .blog-meta > span:last-child {
        border-left: none;
        border-right: inherit; }
    /* line 27, ../scss/app/_blog.scss */
    .blog-meta > span span {
      font-weight: normal; }
    /* line 30, ../scss/app/_blog.scss */
    .blog-meta > span i {
      margin: 0px 5px 0px 0px;
      position: relative;
      top: -1px; }
      /* line 344, ../scss/mixins/_app.scss */
      .rtl .blog-meta > span i {
        margin: 0px 0px 0px 5px; }

/* line 37, ../scss/app/_blog.scss */
.created {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 0 12px 5px;
  color: #000000;
  background: #eadd4b;
  text-align: center; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .created {
    left: 15px;
    right: auto; }
  /* line 45, ../scss/app/_blog.scss */
  .created .day {
    font-size: 25px;
    display: block;
    line-height: 30px; }

/* line 52, ../scss/app/_blog.scss */
.pav-comment label {
  display: block; }
/* line 55, ../scss/app/_blog.scss */
.pav-comment input[type="text"] {
  width: 50%; }

/* line 63, ../scss/app/_blog.scss */
.blog-item .description {
  overflow: hidden;
  padding: 0; }

/* line 68, ../scss/app/_blog.scss */
.blog-title {
  overflow: hidden;
  margin: 12px 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 900;
  font-size: 30px; }

/* line 78, ../scss/app/_blog.scss */
.site-title {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 30px; }

/* line 84, ../scss/app/_blog.scss */
#blog-info .blog-title {
  overflow: hidden;
  margin: 12px 0; }

/**
 * Category Page
 */
/* line 93, ../scss/app/_blog.scss */
div[class*="pavcol"] {
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl div[class*="pavcol"] {
    float: right; }

/* line 97, ../scss/app/_blog.scss */
.pavcol1 {
  width: 100%; }

/* line 101, ../scss/app/_blog.scss */
.pavcol2 {
  width: 50%; }

/* line 105, ../scss/app/_blog.scss */
.pavcol3 {
  width: 33.33%; }

/* line 109, ../scss/app/_blog.scss */
.pavcol4 {
  width: 25%; }

/* line 113, ../scss/app/_blog.scss */
.pavcol5 {
  width: 20%; }

/* line 117, ../scss/app/_blog.scss */
.blog-item {
  padding: 0; }

/* line 121, ../scss/app/_blog.scss */
.btn-more-link {
  margin: 10px 0 20px 0; }

/* line 125, ../scss/app/_blog.scss */
.pav-blogs a {
  text-decoration: none; }

/**
* Blog Page
*/
/* line 132, ../scss/app/_blog.scss */
.blogs-col {
  padding-bottom: 30px; }

/* line 136, ../scss/app/_blog.scss */
.pav-blog .description {
  font-weight: normal; }
/* line 139, ../scss/app/_blog.scss */
.pav-blog .blog-content, .pav-blog .blog-bottom {
  margin-bottom: 20px; }

/* line 144, ../scss/app/_blog.scss */
.comment-item {
  padding-bottom: 10px; }
  /* line 146, ../scss/app/_blog.scss */
  .comment-item img {
    float: left;
    padding-right: 12px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .comment-item img {
      float: right; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .comment-item img {
      padding-left: 12px;
      padding-right: inherit; }

/* line 152, ../scss/app/_blog.scss */
.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s; }
  /* line 163, ../scss/app/_blog.scss */
  .comment-wrap .comment-meta {
    border-bottom: 1px solid #E2E2E2;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px; }

/* line 171, ../scss/app/_blog.scss */
.blog-tags, .blog-social {
  margin-bottom: 10px; }

/* line 175, ../scss/app/_blog.scss */
.comment-wrap .comment-meta > span {
  font-weight: bold; }
  /* line 177, ../scss/app/_blog.scss */
  .comment-wrap .comment-meta > span span {
    font-weight: normal; }

/* line 183, ../scss/app/_blog.scss */
.blog-social .social-wrap > div {
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .blog-social .social-wrap > div {
    float: right; }
/* line 186, ../scss/app/_blog.scss */
.blog-social .social-heading {
  padding-right: 12px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .blog-social .social-heading {
    padding-left: 12px;
    padding-right: inherit; }

/* line 191, ../scss/app/_blog.scss */
.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid #E2E2E2;
  display: block;
  float: right;
  font-weight: bold;
  margin: -11px -20px -10px 0;
  padding: 10px 20px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .comment-link {
    border-right: 1px solid #E2E2E2;
    border-left: inherit; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .comment-link {
    float: left; }
  /* line 344, ../scss/mixins/_app.scss */
  .rtl .comment-link {
    margin: -11px 0 -10px -20px; }

/* line 202, ../scss/app/_blog.scss */
#comment-form .message {
  background: #FCF8E3;
  padding: 12px;
  color: #000;
  margin-bottom: 12px;
  line-height: 30px; }
/* line 209, ../scss/app/_blog.scss */
#comment-form .comment-warning {
  color: #b94a48; }

/**
* Module
*/
/* line 218, ../scss/app/_blog.scss */
.pavblogs-comments-box {
  font-size: 13px; }
  /* line 220, ../scss/app/_blog.scss */
  .pavblogs-comments-box .pav-comment {
    padding-bottom: 15px;
    border-bottom: 1px dashed #DDDDDD; }
    /* line 223, ../scss/app/_blog.scss */
    .pavblogs-comments-box .pav-comment:last-child {
      border-bottom: none; }
  /* line 227, ../scss/app/_blog.scss */
  .pavblogs-comments-box .comment-author {
    font-weight: 400;
    color: #000; }

/* line 233, ../scss/app/_blog.scss */
.blog-list-item {
  margin-bottom: 0; }

/* line 238, ../scss/app/_blog.scss */
.secondary.blog-list-item {
  margin-bottom: 0; }
/* line 241, ../scss/app/_blog.scss */
.secondary .col-lg-3 .blog-title, .secondary .col-lg-4 .blog-title, .secondary .col-lg-6 .blog-title {
  font-size: 112%;
  line-height: normal;
  margin: 10px 0; }

/* line 248, ../scss/app/_blog.scss */
.pav-pagination {
  margin: 0;
  text-align: right; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .pav-pagination {
    text-align: left; }
  /* line 251, ../scss/app/_blog.scss */
  .pav-pagination .results {
    padding-top: 0; }

/* line 256, ../scss/app/_blog.scss */
#input-captcha {
  margin: 10px 0;
  width: 20%; }

/* line 261, ../scss/app/_blog.scss */
.buttons-wrap.right {
  text-align: right; }

/* line 265, ../scss/app/_blog.scss */
.sample-blog-category > li {
  line-height: 30px; }

/* line 269, ../scss/app/_blog.scss */
.sub-description {
  margin: 15px 0; }

/* Latest Blog module */
/* line 276, ../scss/app/_blog.scss */
.latest_blog .created {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 0 11px 5px;
  line-height: 13px;
  text-align: center; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .latest_blog .created {
    left: 15px;
    right: auto; }
  /* line 283, ../scss/app/_blog.scss */
  .latest_blog .created .day {
    font-size: 24px;
    display: block;
    line-height: 30px; }
  /* line 288, ../scss/app/_blog.scss */
  .latest_blog .created .month {
    text-transform: uppercase;
    font-size: 11px; }
/* line 293, ../scss/app/_blog.scss */
.latest_blog .blog-title {
  text-transform: none;
  font-size: 14px;
  font-family: "Roboto"; }
/* line 299, ../scss/app/_blog.scss */
.latest_blog .box-content {
  padding-top: 30px; }
/* line 302, ../scss/app/_blog.scss */
.latest_blog .create-info {
  padding-bottom: 15px; }

/* line 1, ../scss/opencart/_typo.scss */
h1, h2,
.h1, .h2 {
  color: #265c84;
  text-transform: uppercase;
  margin-top: 12px; }

/* line 7, ../scss/opencart/_typo.scss */
h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  color: #265c84;
  text-transform: none; }

/* line 13, ../scss/opencart/_typo.scss */
dt {
  float: left;
  margin-right: 10px; }

/*  PAGINATION STYLE */
/* line 20, ../scss/opencart/_typo.scss */
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 20px 0;
  border: 1px dashed #dbdbdb;
  padding: 15px; }
  /* line 26, ../scss/opencart/_typo.scss */
  .pagination .links {
    float: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .pagination .links {
      float: right; }
    /* line 28, ../scss/opencart/_typo.scss */
    .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: 30px;
      height: 30px;
      -webkit-transition: background-color 350ms ease-in;
      transition: background-color 350ms ease-in;
      padding: 0;
      line-height: 30px;
      text-decoration: none;
      margin: 0px 10px 0 0;
      text-align: center;
      font-weight: normal;
      background-color: #fff;
      border: #dbdbdb;
      color: #494949; }
      /* line 344, ../scss/mixins/_app.scss */
      .rtl .pagination .links a, .rtl .pagination .links b {
        margin: 0px 0 0 10px; }
      /* line 42, ../scss/opencart/_typo.scss */
      .pagination .links a:active, .pagination .links b:active {
        background-color: #265c84;
        color: #fff;
        border: #dbdbdb; }
    /* line 48, ../scss/opencart/_typo.scss */
    .pagination .links b {
      background-color: #265c84;
      color: #fff;
      border: #dbdbdb; }
  /* line 54, ../scss/opencart/_typo.scss */
  .pagination .results {
    float: right;
    color: #777777;
    padding: 5px 0; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .pagination .results {
      float: left; }

/* tab style */
/* line 64, ../scss/opencart/_typo.scss */
.htabs ul li {
  margin: 0;
  float: none;
  display: block;
  border-bottom: 1px solid #1d4664; }
  /* line 69, ../scss/opencart/_typo.scss */
  .htabs ul li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 20px;
    border: none;
    margin-right: 0px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .htabs ul li a {
      margin-left: 0px;
      margin-right: inherit; }
    /* line 75, ../scss/opencart/_typo.scss */
    .htabs ul li a.selected {
      color: #265c84;
      background-color: #FFFFFF;
      display: block;
      box-shadow: -2px 0 0 0 #265c84 inset; }
      /* line 80, ../scss/opencart/_typo.scss */
      .htabs ul li a.selected:hover {
        box-shadow: none; }
    /* line 84, ../scss/opencart/_typo.scss */
    .htabs ul li a:hover {
      background-color: #FFFFFF;
      border-right: 2px solid #282828; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .htabs ul li a:hover {
        border-left: 2px solid #282828;
        border-right: inherit; }

/* line 93, ../scss/opencart/_typo.scss */
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  /* line 99, ../scss/opencart/_typo.scss */
  table.form > * > * > td {
    color: #000000; }
  /* line 104, ../scss/opencart/_typo.scss */
  table.form td {
    padding: 4px; }
  /* line 108, ../scss/opencart/_typo.scss */
  table.form tr td:first-child {
    width: 170px; }

/* line 113, ../scss/opencart/_typo.scss */
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table; }
  /* line 118, ../scss/opencart/_typo.scss */
  table.radio td {
    padding: 5px; }
    /* line 120, ../scss/opencart/_typo.scss */
    table.radio td label {
      display: block;
      margin-bottom: 0px;
      margin-top: 1px; }
    /* line 125, ../scss/opencart/_typo.scss */
    table.radio td input[type="radio"] {
      margin: 0; }
  /* line 130, ../scss/opencart/_typo.scss */
  table.radio tr td:first-child {
    width: 1px; }
    /* line 132, ../scss/opencart/_typo.scss */
    table.radio tr td:first-child input {
      margin-top: 1px; }
  /* line 138, ../scss/opencart/_typo.scss */
  table.radio tr.highlight:hover td {
    cursor: pointer; }

/* line 145, ../scss/opencart/_typo.scss */
.well .table-hover > tbody > tr:hover > td,
.well .table-hover > tbody > tr:hover > th {
  background-color: #e8e8e8; }

/* line 151, ../scss/opencart/_typo.scss */
.nav-tabs > li {
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .nav-tabs > li {
    float: right; }
  /* line 153, ../scss/opencart/_typo.scss */
  .nav-tabs > li > a {
    font-family: "Roboto"; }

/* line 157, ../scss/opencart/_typo.scss */
.input-qty {
  min-width: 45px;
  text-align: center; }

/* line 162, ../scss/opencart/_typo.scss */
.navbar-default {
  background: #265c84; }
  /* line 165, ../scss/opencart/_typo.scss */
  .navbar-default .navbar-nav > li:last-child {
    border-right: 1px solid #1d4664; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .navbar-default .navbar-nav > li:last-child {
      border-left: 1px solid #1d4664;
      border-right: inherit; }
  /* line 168, ../scss/opencart/_typo.scss */
  .navbar-default .navbar-nav > li > a {
    border-left: 1px solid #1d4664; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .navbar-default .navbar-nav > li > a {
      border-right: 1px solid #1d4664;
      border-left: inherit; }

/* line 175, ../scss/opencart/_typo.scss */
.nav-pills > li.active > a {
  background: #265c84; }

/* line 183, ../scss/opencart/_typo.scss */
#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 190, ../scss/opencart/_typo.scss */
.no-padding {
  padding: 0; }

/* line 193, ../scss/opencart/_typo.scss */
.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px; }

/* line 198, ../scss/opencart/_typo.scss */
.notification-inner {
  position: relative; }

/* line 201, ../scss/opencart/_typo.scss */
#notification {
  position: absolute;
  width: 100%;
  z-index: 9999; }

/* line 206, ../scss/opencart/_typo.scss */
.success, .warning, .attention, .information {
  color: #555555;
  z-index: 10000;
  padding: 10px 10px 10px 45px;
  margin-top: 3px;
  margin-right: 30px; }
  /* line 344, ../scss/mixins/_app.scss */
  .rtl .success, .rtl .warning, .rtl .attention, .rtl .information {
    padding: 10px 45px 10px 10px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .success, .rtl .warning, .rtl .attention, .rtl .information {
    margin-left: 30px;
    margin-right: inherit; }

/* line 213, ../scss/opencart/_typo.scss */
.success .close, .warning .close, .attention .close, .information .close {
  float: right;
  cursor: pointer; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .success .close, .rtl .warning .close, .rtl .attention .close, .rtl .information .close {
    float: left; }

/* line 217, ../scss/opencart/_typo.scss */
.attention {
  background: #FFF5CC url("../img/layout/attention.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  /* line 460, ../scss/mixins/_app.scss */
  .rtl .attention {
    background-position: right 10px center; }

/* line 223, ../scss/opencart/_typo.scss */
.warning {
  background: #FFD1D1 url("../img/layout/warning.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  /* line 460, ../scss/mixins/_app.scss */
  .rtl .warning {
    background-position: right 10px center; }

/* line 229, ../scss/opencart/_typo.scss */
.success {
  background: #EAF7D9 url("../img/layout/success.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  /* line 460, ../scss/mixins/_app.scss */
  .rtl .success {
    background-position: right 10px center; }

/* line 235, ../scss/opencart/_typo.scss */
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block; }

/* line 241, ../scss/opencart/_typo.scss */
.error {
  display: block;
  color: #FF0000;
  margin-top: 5px; }

/* line 248, ../scss/opencart/_typo.scss */
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  color: inherit;
  margin-top: 5px;
  margin-bottom: 3px; }

/* line 255, ../scss/opencart/_typo.scss */
.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01); }

/* line 265, ../scss/opencart/_typo.scss */
select {
  border-radius: 0px !important;
  border: solid 1px #dcdcdc;
  text-transform: uppercase;
  height: 34px;
  font-size: 11px;
  font-weight: 400;
  width: 165px;
  padding: 8px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #DDDDDD;
  background: none;
  cursor: pointer; }

/* line 284, ../scss/opencart/_typo.scss */
#breadcrumb {
  border-bottom: 1px dashed #DDDDDD;
  margin-bottom: 20px; }
  /* line 287, ../scss/opencart/_typo.scss */
  #breadcrumb .fa {
    padding-right: 6px;
    font-size: 16px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl #breadcrumb .fa {
      padding-left: 6px;
      padding-right: inherit; }

/* line 292, ../scss/opencart/_typo.scss */
img {
  margin: 3px 6px; }

/* line 295, ../scss/opencart/_typo.scss */
a, a:hover, a:focus {
  color: #265c84; }

/* line 298, ../scss/opencart/_typo.scss */
a:hover, a:focus {
  text-decoration: underline; }
  /* line 301, ../scss/opencart/_typo.scss */
  .breadcrumb a:hover, .nav a:hover, .sidebar a:hover, #topbar a:hover, #footer a:hover, .pav-masshead a:hover, .breadcrumb a:focus, .nav a:focus, .sidebar a:focus, #topbar a:focus, #footer a:focus, .pav-masshead a:focus {
    text-decoration: none; }
  /* line 305, ../scss/opencart/_typo.scss */
  .blog-item header a:hover, .blog-item header a:focus {
    text-decoration: none; }

/* line 309, ../scss/opencart/_typo.scss */
.navbar-toggle {
  padding: 6px 10px; }

/* line 312, ../scss/opencart/_typo.scss */
.nav {
  padding-left: 0; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .nav {
    padding-right: 0;
    padding-left: inherit; }

/* line 320, ../scss/opencart/_typo.scss */
.media > .pull-left {
  margin-right: 10px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .media > .pull-left {
    margin-left: 10px;
    margin-right: inherit; }
/* line 323, ../scss/opencart/_typo.scss */
.media > .pull-right {
  margin-left: 10px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .media > .pull-right {
    margin-right: 10px;
    margin-left: inherit; }

/* line 328, ../scss/opencart/_typo.scss */
.category_filter {
  border-right: none; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .category_filter {
    border-left: none;
    border-right: inherit; }

/* line 1, ../scss/app/_form.scss */
.buttons {
  padding: 20px 0; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  .buttons:after {
    clear: both; }
  /* line 4, ../scss/app/_form.scss */
  .buttons .left {
    float: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .buttons .left {
      float: right; }
  /* line 7, ../scss/app/_form.scss */
  .buttons .right {
    float: right; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .buttons .right {
      float: left; }

/* line 12, ../scss/app/_form.scss */
.btn-outline-inverse {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #4c4c4c; }
  /* line 219, ../scss/mixins/_app.scss */
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: #FFFFFF;
    background-color: #265c84;
    border-color: #265c84; }
  /* line 227, ../scss/mixins/_app.scss */
  .open .btn-outline-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: #265c84;
    border-color: #265c84; }
  /* line 232, ../scss/mixins/_app.scss */
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none; }
  /* line 236, ../scss/mixins/_app.scss */
  .open .btn-outline-inverse.dropdown-toggle {
    background-image: none; }
  /* line 242, ../scss/mixins/_app.scss */
  .btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
    background-color: #000000;
    border-color: #4c4c4c; }
  /* line 252, ../scss/mixins/_app.scss */
  .btn-outline-inverse .badge {
    color: #000000;
    background-color: #FFFFFF; }

/* line 15, ../scss/app/_form.scss */
.btn-inverse {
  color: #787878;
  background-color: #fcfcfc;
  border-color: #fcfcfc; }
  /* line 219, ../scss/mixins/_app.scss */
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
    color: #265c84;
    background-color: none;
    border-color: none; }
  /* line 227, ../scss/mixins/_app.scss */
  .open .btn-inverse.dropdown-toggle {
    color: #265c84;
    background-color: none;
    border-color: none; }
  /* line 232, ../scss/mixins/_app.scss */
  .btn-inverse:active, .btn-inverse.active {
    background-image: none; }
  /* line 236, ../scss/mixins/_app.scss */
  .open .btn-inverse.dropdown-toggle {
    background-image: none; }
  /* line 242, ../scss/mixins/_app.scss */
  .btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
    background-color: #fcfcfc;
    border-color: #fcfcfc; }
  /* line 252, ../scss/mixins/_app.scss */
  .btn-inverse .badge {
    color: #fcfcfc;
    background-color: #787878; }

/* line 18, ../scss/app/_form.scss */
.btn-outline {
  color: #FFFFFF;
  background-color: #696969;
  border-color: #696969; }
  /* line 219, ../scss/mixins/_app.scss */
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #FFFFFF;
    background-color: #265c84;
    border-color: #265c84; }
  /* line 227, ../scss/mixins/_app.scss */
  .open .btn-outline.dropdown-toggle {
    color: #FFFFFF;
    background-color: #265c84;
    border-color: #265c84; }
  /* line 232, ../scss/mixins/_app.scss */
  .btn-outline:active, .btn-outline.active {
    background-image: none; }
  /* line 236, ../scss/mixins/_app.scss */
  .open .btn-outline.dropdown-toggle {
    background-image: none; }
  /* line 242, ../scss/mixins/_app.scss */
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
    background-color: #696969;
    border-color: #696969; }
  /* line 252, ../scss/mixins/_app.scss */
  .btn-outline .badge {
    color: #696969;
    background-color: #FFFFFF; }

/* line 22, ../scss/app/_form.scss */
.btn-quickview {
  padding: 7px 8px; }
  /* line 24, ../scss/app/_form.scss */
  .btn-quickview .fa {
    font-size: 14px;
    padding-right: 5px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .btn-quickview .fa {
      padding-left: 5px;
      padding-right: inherit; }

/* line 29, ../scss/app/_form.scss */
.btn-action {
  font-size: 11px;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  cursor: pointer; }
  /* line 36, ../scss/app/_form.scss */
  .btn-action:before {
    content: "+";
    padding-right: 5px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .btn-action:before {
      padding-left: 5px;
      padding-right: inherit; }

/* line 1, ../scss/opencart/_offcanvas.scss */
.navbar-toggle {
  float: left;
  background: none;
  color: #000000;
  font-size: 15px;
  margin: 8px 0; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .navbar-toggle {
    float: right; }

/* line 10, ../scss/opencart/_offcanvas.scss */
#menu-offcanvas .verticalmenu {
  display: none; }
/* line 13, ../scss/opencart/_offcanvas.scss */
#menu-offcanvas .menu-offcanvas-inner {
  background-color: #265c84; }
/* line 17, ../scss/opencart/_offcanvas.scss */
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  /* line 27, ../scss/opencart/_offcanvas.scss */
  #menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 20px; }
    /* line 29, ../scss/opencart/_offcanvas.scss */
    #menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
      list-style: none; }
    /* line 32, ../scss/opencart/_offcanvas.scss */
    #menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
      font-size: 14px; }
/* line 38, ../scss/opencart/_offcanvas.scss */
#menu-offcanvas .product-block .image {
  text-align: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl #menu-offcanvas .product-block .image {
    text-align: right; }

/* line 44, ../scss/opencart/_offcanvas.scss */
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%; }

/* line 52, ../scss/opencart/_offcanvas.scss */
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0; }

/* line 66, ../scss/opencart/_offcanvas.scss */
.offcanvas-pusher {
  right: 0px;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .offcanvas-pusher {
    left: 0px;
    right: auto; }

/* line 75, ../scss/opencart/_offcanvas.scss */
.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;
  z-index: 9999; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .offcanvas-pusher::after {
    left: 0;
    right: auto; }

/* line 89, ../scss/opencart/_offcanvas.scss */
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

/* line 97, ../scss/opencart/_offcanvas.scss */
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  /* line 419, ../scss/mixins/_app.scss */
  .rtl .offcanvas-menu {
    right: 0px;
    left: auto; }
  /* line 107, ../scss/opencart/_offcanvas.scss */
  .offcanvas-menu .dropdown {
    position: absolute; }

/* line 111, ../scss/opencart/_offcanvas.scss */
.rtl .offcanvas-menu {
  display: none; }

/* line 115, ../scss/opencart/_offcanvas.scss */
.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 426, ../scss/mixins/_app.scss */
  .rtl .offcanvas-menu::after {
    left: 0;
    right: auto; }

/* line 128, ../scss/opencart/_offcanvas.scss */
.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 138, ../scss/opencart/_offcanvas.scss */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
  list-style: none; }

/* line 145, ../scss/opencart/_offcanvas.scss */
.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 154, ../scss/opencart/_offcanvas.scss */
.offcanvas-menu ul.megamenu > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 165, ../scss/opencart/_offcanvas.scss */
  .offcanvas-menu ul.megamenu > li > a .caret {
    color: #FFFFFF; }
  /* line 168, ../scss/opencart/_offcanvas.scss */
  .offcanvas-menu ul.megamenu > li > a:hover {
    text-decoration: none; }

/* Individual effects */
/* Effect 1: Slide in on top */
/* line 176, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 181, ../scss/opencart/_offcanvas.scss */
.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 184, ../scss/opencart/_offcanvas.scss */
  .offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu .dropdown {
    position: relative; }

/* line 187, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-1.offcanvas-menu::after {
  display: none; }

/* Effect 2: Reveal */
/* line 192, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

/* line 195, ../scss/opencart/_offcanvas.scss */
.rtl .offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

/* line 199, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1; }

/* line 203, ../scss/opencart/_offcanvas.scss */
.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); }
  /* line 207, ../scss/opencart/_offcanvas.scss */
  .offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu .dropdown {
    position: relative; }

/* Effect 3: Push*/
/* line 211, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

/* line 214, ../scss/opencart/_offcanvas.scss */
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

/* line 218, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1; }

/* line 223, ../scss/opencart/_offcanvas.scss */
.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); }
  /* line 227, ../scss/opencart/_offcanvas.scss */
  .offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu .dropdown {
    position: relative; }

/* Effect 5: Reverse slide out */
/* line 232, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

/* line 235, ../scss/opencart/_offcanvas.scss */
.rtl .offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

/* line 239, ../scss/opencart/_offcanvas.scss */
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

/* line 243, ../scss/opencart/_offcanvas.scss */
.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);
  display: block; }
  /* line 247, ../scss/opencart/_offcanvas.scss */
  .offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu .dropdown {
    position: relative; }

/* RESPONSIVE */
/*@media (max-width: 768px) {
	#mainmenutop .navbar-nav{
		display: none;
	}
	** OFFCANVAS SIDEBAR **
	.offcanvas-siderbars{
		position: relative;
		.offcanvas-sidebar{
			display: none;
			width: 100%;
		}
		&.column-left-active #oc-column-left{
			display: block;
		}
		&.column-right-active #oc-column-right{
			display: block;
		}
		&.column-left-active .main-column{
			display: none;
		}
		&.column-right-active .main-column{
			display: none;
		}
	}
}

@media (max-width: 991px) {
    ** OFFCANVAS SIDEBAR **
    .offcanvas-siderbars{
        position: relative;
        .offcanvas-sidebar{
            display: none;
            width: 100%;
        }
        &.column-left-active #oc-column-left{
            display: block;
        }
        &.column-right-active #oc-column-right{
            display: block;
        }
        &.column-left-active .main-column{
            display: none;
        }
        &.column-right-active .main-column{
            display: none;
        }
    }
}*/
/* line 301, ../scss/opencart/_offcanvas.scss */
.offcanvas-sidebars-buttons {
  margin-top: 5px;
  position: relative; }
  /* line 304, ../scss/opencart/_offcanvas.scss */
  .offcanvas-sidebars-buttons .siders-buttons {
    position: absolute;
    right: 0; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl .offcanvas-sidebars-buttons .siders-buttons {
      left: 0;
      right: auto; }

/* line 309, ../scss/opencart/_offcanvas.scss */
#menu-offcanvas .pavo-widget .widget-inner iframe {
  width: 250px !important; }

/* line 312, ../scss/opencart/_offcanvas.scss */
.button-close-menu {
  float: right;
  color: #FFFFFF;
  cursor: pointer; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .button-close-menu {
    float: left; }
  /* line 316, ../scss/opencart/_offcanvas.scss */
  .button-close-menu > * {
    font-size: 20px; }

/* line 2, ../scss/app/_layout.scss */
body.layout-boxed-md {
  background: url("../img/layout/pattern/pattern19.png"); }
  /* line 4, ../scss/app/_layout.scss */
  body.layout-boxed-md #pavo-page {
    max-width: 1060px;
    margin: 0 auto;
    background: #FFFFFF; }
/* line 11, ../scss/app/_layout.scss */
body.layout-boxed-lg {
  background: url("../img/layout/pattern/pattern19.jpg") no-repeat black; }
  /* line 13, ../scss/app/_layout.scss */
  body.layout-boxed-lg #pavo-page {
    max-width: 1290px;
    margin: 0 auto;
    background: none; }
  /* line 18, ../scss/app/_layout.scss */
  body.layout-boxed-lg #header ul.navbar-nav > li > a {
    color: #FFFFFF; }
  /* line 22, ../scss/app/_layout.scss */
  body.layout-boxed-lg .quick-top-link .form-control {
    background: none;
    border: none; }
  /* line 27, ../scss/app/_layout.scss */
  body.layout-boxed-lg .links-outline a {
    color: #FFFFFF; }
  /* line 30, ../scss/app/_layout.scss */
  body.layout-boxed-lg .search-wrapper .search_block {
    border: none; }
  /* line 34, ../scss/app/_layout.scss */
  body.layout-boxed-lg #header-main {
    background: none; }
  /* line 38, ../scss/app/_layout.scss */
  body.layout-boxed-lg .cart-inner h4 {
    color: white; }
  /* line 41, ../scss/app/_layout.scss */
  body.layout-boxed-lg .cart-inner a {
    color: white; }
  /* line 46, ../scss/app/_layout.scss */
  body.layout-boxed-lg #cart .pull-left {
    background: url("../img/layout/cart_icon.png") no-repeat; }
  /* line 50, ../scss/app/_layout.scss */
  body.layout-boxed-lg #topbar {
    border-bottom: 1px solid #292929;
    background: none;
    color: #9c9c9c; }
    /* line 283, ../scss/mixins/_app.scss */
    body.layout-boxed-lg #topbar a {
      color: #FFFFFF; }
      /* line 285, ../scss/mixins/_app.scss */
      body.layout-boxed-lg #topbar a:hover {
        color: #FFFFFF; }
    /* line 53, ../scss/app/_layout.scss */
    body.layout-boxed-lg #topbar .fa-angle-down {
      color: #FFFFFF; }
    /* line 57, ../scss/app/_layout.scss */
    body.layout-boxed-lg #topbar .quick-top-link a {
      color: #494949; }
  /* line 62, ../scss/app/_layout.scss */
  body.layout-boxed-lg #columns, body.layout-boxed-lg #pavo-showcase, body.layout-boxed-lg #pavo-mass-bottom {
    background: #FFFFFF; }

/*
* HEADER 
*/
/* line 71, ../scss/app/_layout.scss */
#topbar {
  padding: 5px 0;
  min-height: 30px;
  font-weight: 300;
  font-size: 13px;
  border-bottom: none;
  background: #f6f5f5;
  color: #9c9c9c; }
  /* line 283, ../scss/mixins/_app.scss */
  #topbar a {
    color: #9c9c9c; }
    /* line 285, ../scss/mixins/_app.scss */
    #topbar a:hover {
      color: #000000; }
  /* line 78, ../scss/app/_layout.scss */
  #topbar a {
    font-size: 13px; }
  /* line 82, ../scss/app/_layout.scss */
  #topbar .box-currency a {
    border: 1px solid #e1e1e1;
    color: #9c9c9c;
    cursor: pointer;
    padding: 4px 8px; }
  /* line 89, ../scss/app/_layout.scss */
  #topbar .links {
    float: left;
    line-height: 30px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #topbar .links {
      float: right; }
    /* line 93, ../scss/app/_layout.scss */
    #topbar .links div {
      display: inline; }
    /* line 96, ../scss/app/_layout.scss */
    #topbar .links h1, #topbar .links h2 {
      display: inline;
      padding: 5px 0;
      font-weight: 300;
      font-size: 13px;
      line-height: 1;
      text-transform: none;
      background: #f6f5f5;
      color: #9c9c9c; }
      /* line 283, ../scss/mixins/_app.scss */
      #topbar .links h1 a, #topbar .links h2 a {
        color: #9c9c9c; }
        /* line 285, ../scss/mixins/_app.scss */
        #topbar .links h1 a:hover, #topbar .links h2 a:hover {
          color: #000000; }
  /* line 107, ../scss/app/_layout.scss */
  #topbar .links-outline a {
    color: #000000; }
  /* line 109, ../scss/app/_layout.scss */
  #topbar .form-control {
    line-height: 0px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px; }
  /* line 116, ../scss/app/_layout.scss */
  #topbar .btn-group.open .form-control {
    border: 1px solid #265c84; }
  /* line 120, ../scss/app/_layout.scss */
  #topbar .fa-angle-down {
    color: #000000; }
  /* line 123, ../scss/app/_layout.scss */
  #topbar .box-language {
    padding-left: 7px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: color 0.3s linear 0s; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl #topbar .box-language {
      padding-right: 7px;
      padding-left: inherit; }
    /* line 127, ../scss/app/_layout.scss */
    #topbar .box-language li {
      line-height: 25px; }
    /* line 131, ../scss/app/_layout.scss */
    #topbar .box-language span:hover {
      color: #000;
      transition: color 0.3s linear 0s; }
  /* line 136, ../scss/app/_layout.scss */
  #topbar .currency {
    padding-left: 7px;
    padding-bottom: 10px;
    cursor: pointer; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl #topbar .currency {
      padding-right: 7px;
      padding-left: inherit; }

/* line 144, ../scss/app/_layout.scss */
#header-main {
  background-color: #FFFFFF;
  min-height: 60px;
  color: #9c9c9c; }
  /* line 148, ../scss/app/_layout.scss */
  #header-main .header-wrap {
    min-height: 94px;
    margin: 0; }
  /* line 152, ../scss/app/_layout.scss */
  #header-main .inner {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #header-main .inner {
      text-align: right; }
  /* line 158, ../scss/app/_layout.scss */
  #header-main .header-content {
    margin: 10px 0; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    #header-main .header-content:before, #header-main .header-content:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    #header-main .header-content:after {
      clear: both; }

/* line 165, ../scss/app/_layout.scss */
#logo-theme a {
  background: url("../img/layout/logo.png") no-repeat;
  background-position: center center;
  display: block;
  width: 410px;
  height: 55px; }
  /* line 170, ../scss/app/_layout.scss */
  #logo-theme a span {
    display: none; }

/* line 178, ../scss/app/_layout.scss */
#header #pav-mainnav {
  background: none; }
/* line 181, ../scss/app/_layout.scss */
#header .navbar-header {
  float: right; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl #header .navbar-header {
    float: left; }
/* line 184, ../scss/app/_layout.scss */
#header .navbar-default {
  background: none; }
/* line 189, ../scss/app/_layout.scss */
#header ul.navbar-nav > li:last-child {
  border: none; }
/* line 192, ../scss/app/_layout.scss */
#header ul.navbar-nav > li.current > a {
  color: #265c84; }
/* line 195, ../scss/app/_layout.scss */
#header ul.navbar-nav > li > a {
  border: none;
  color: black; }
  /* line 198, ../scss/app/_layout.scss */
  #header ul.navbar-nav > li > a:hover {
    color: #265c84; }
  /* line 201, ../scss/app/_layout.scss */
  #header ul.navbar-nav > li > a span:before {
    background: #265c84;
    bottom: 10px; }
  /* line 205, ../scss/app/_layout.scss */
  #header ul.navbar-nav > li > a > .caret {
    display: none; }
/* line 209, ../scss/app/_layout.scss */
#header ul.navbar-nav > li:hover {
  background: none; }
/* line 213, ../scss/app/_layout.scss */
#header ul.navbar-nav > li:after {
  content: "\f067";
  position: absolute;
  top: 23px;
  margin-left: -4px;
  font-family: "FontAwesome";
  font-size: 7px;
  color: #cfcfcf; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl #header ul.navbar-nav > li:after {
    margin-right: -4px;
    margin-left: inherit; }
/* line 222, ../scss/app/_layout.scss */
#header ul.navbar-nav > li:first-child:after {
  content: ""; }
/* line 228, ../scss/app/_layout.scss */
#header .show-mobile {
  text-align: right; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  #header .show-mobile:before, #header .show-mobile:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  #header .show-mobile:after {
    clear: both; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl #header .show-mobile {
    text-align: left; }
  /* line 231, ../scss/app/_layout.scss */
  #header .show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    display: inline-block; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #header .show-mobile > div {
      float: right; }
    /* line 238, ../scss/app/_layout.scss */
    #header .show-mobile > div:hover .inner-toggle {
      display: block; }
  /* line 243, ../scss/app/_layout.scss */
  #header .show-mobile .quickaccess-toggle {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dcdcdc; }
    /* line 249, ../scss/app/_layout.scss */
    #header .show-mobile .quickaccess-toggle .fa {
      margin: 0;
      font-size: 14px; }
    /* line 253, ../scss/app/_layout.scss */
    #header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
      background-color: #FFFFFF; }
  /* line 257, ../scss/app/_layout.scss */
  #header .show-mobile .inner-toggle {
    color: #8c8c8c;
    display: none;
    position: absolute;
    right: 0px;
    left: auto;
    min-width: 160px;
    display: none;
    z-index: 99999;
    border: 1px solid #dcdcdc;
    background: #FFFFFF;
    padding: 15px;
    text-align: left; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl #header .show-mobile .inner-toggle {
      left: 0px;
      right: auto; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #header .show-mobile .inner-toggle {
      text-align: right; }
/* line 272, ../scss/app/_layout.scss */
#header .navbar-toggle {
  color: #000000; }

/* line 277, ../scss/app/_layout.scss */
#pav-masshead {
  background: #265c84; }
  /* line 279, ../scss/app/_layout.scss */
  #pav-masshead .inner {
    background: none;
    color: #494949; }
    /* line 283, ../scss/mixins/_app.scss */
    #pav-masshead .inner a {
      color: #494949; }
      /* line 285, ../scss/mixins/_app.scss */
      #pav-masshead .inner a:hover {
        color: #265c84; }
  /* line 284, ../scss/app/_layout.scss */
  #pav-masshead .search-box, #pav-masshead .cart-top {
    margin: 10px 0 5px; }
  /* line 287, ../scss/app/_layout.scss */
  #pav-masshead .pav-verticalmenu {
    margin-top: 11px; }
  /* line 290, ../scss/app/_layout.scss */
  #pav-masshead .shapes {
    color: #FFFFFF; }
  /* line 294, ../scss/app/_layout.scss */
  #pav-masshead .cart-inner h4 {
    color: #FFFFFF; }
  /* line 297, ../scss/app/_layout.scss */
  #pav-masshead .cart-inner a {
    color: #FFFFFF; }
    /* line 299, ../scss/app/_layout.scss */
    #pav-masshead .cart-inner a:hover {
      color: #FFFFFF; }
  /* line 305, ../scss/app/_layout.scss */
  #pav-masshead #cart .media .pull-left {
    background: url("../img/layout/cart_icon.png") no-repeat; }
  /* line 308, ../scss/app/_layout.scss */
  #pav-masshead .product-block a {
    color: #000000; }
  /* line 311, ../scss/app/_layout.scss */
  #pav-masshead .input-search {
    border: none; }

/*
* NAVIGATION
*/
/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
/*
* MASS-BOTTOM
*/
/*
* PROMOTION TOP 
*/
/*
* MAIN CONTENT
*/
/* line 345, ../scss/app/_layout.scss */
#content {
  min-height: 240px;
  margin-bottom: 25px; }

/* line 349, ../scss/app/_layout.scss */
#content-home {
  margin-bottom: 25px; }

/*end*/
/* FOOTER */
/* line 365, ../scss/app/_layout.scss */
#footer {
  background: #FFFFFF;
  min-height: 100px;
  color: #494949;
  font-size: 14px;
  font-weight: 300;
  position: relative; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  #footer:after {
    clear: both; }
  /* line 372, ../scss/app/_layout.scss */
  #footer .box-heading {
    font-size: 12px;
    padding-bottom: 15px;
    font-family: "Roboto"; }
  /* line 377, ../scss/app/_layout.scss */
  #footer ul, #footer ol {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    /* line 381, ../scss/app/_layout.scss */
    #footer ul li, #footer ol li {
      font-weight: 400;
      padding: 6px 0px;
      font-size: 11px; }
  /* line 389, ../scss/app/_layout.scss */
  #footer .ads {
    margin-top: 15px;
    margin-left: -15px; }
    /* line 393, ../scss/app/_layout.scss */
    #footer .ads img {
      margin: 0;
      max-width: 100%; }
  /* line 400, ../scss/app/_layout.scss */
  #footer .payu_info img {
    max-width: 100%;
    margin: 0; }
  /* line 408, ../scss/app/_layout.scss */
  #footer .powered a {
    color: #494949;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none; }
    /* line 416, ../scss/app/_layout.scss */
    #footer .powered a:hover {
      text-decoration: none; }
  /* line 421, ../scss/app/_layout.scss */
  #footer .powered strong {
    color: #BDBDBD; }

/* line 427, ../scss/app/_layout.scss */
.footer-top {
  position: relative;
  background: #696969;
  border-bottom: 1px solid #505862; }
  /* line 432, ../scss/app/_layout.scss */
  .footer-top .inner {
    background: #696969;
    color: #aab2bd;
    padding: 30px; }
    /* line 283, ../scss/mixins/_app.scss */
    .footer-top .inner a {
      color: #aab2bd; }
      /* line 285, ../scss/mixins/_app.scss */
      .footer-top .inner a:hover {
        color: #b8bfc8; }

/* line 437, ../scss/app/_layout.scss */
.footer-center {
  color: #787878;
  position: relative;
  background: #222222; }
  /* line 441, ../scss/app/_layout.scss */
  .footer-center .row *[class*='col-']:before {
    border-right: 1px solid #2d2d2d;
    position: absolute;
    width: 1px;
    height: 300%;
    top: 0;
    right: 0px;
    content: ""; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .footer-center .row *[class*='col-']:before {
      border-left: 1px solid #2d2d2d;
      border-right: inherit; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl .footer-center .row *[class*='col-']:before {
      left: 0px;
      right: auto; }
  /* line 451, ../scss/app/_layout.scss */
  .footer-center .row *[class*='col-']:last-child:before {
    border-right: none; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .footer-center .row *[class*='col-']:last-child:before {
      border-left: none;
      border-right: inherit; }
  /* line 455, ../scss/app/_layout.scss */
  .footer-center .box {
    padding: 0 15px;
    margin-top: 10px; }
  /* line 459, ../scss/app/_layout.scss */
  .footer-center .row {
    position: relative;
    overflow: hidden; }
  /* line 463, ../scss/app/_layout.scss */
  .footer-center .inner {
    background: none;
    color: #787878;
    margin: 50px 0 80px; }
    /* line 283, ../scss/mixins/_app.scss */
    .footer-center .inner a {
      color: #787878; }
      /* line 285, ../scss/mixins/_app.scss */
      .footer-center .inner a:hover {
        color: #265c84; }
  /* line 468, ../scss/app/_layout.scss */
  .footer-center hr {
    border-color: #2d2d2d; }

/* line 473, ../scss/app/_layout.scss */
.footer-bottom {
  position: relative;
  background: #696969; }
  /* line 476, ../scss/app/_layout.scss */
  .footer-bottom .inner {
    background: #696969;
    color: #aab2bd;
    padding: 30px 0; }
    /* line 283, ../scss/mixins/_app.scss */
    .footer-bottom .inner a {
      color: #aab2bd; }
      /* line 285, ../scss/mixins/_app.scss */
      .footer-bottom .inner a:hover {
        color: #b8bfc8; }

/* POWER BY */
/* line 484, ../scss/app/_layout.scss */
#powered {
  position: relative;
  margin: 0;
  clear: both;
  background: #171717;
  padding: 10px 0;
  color: #494949;
  border-top: 1px solid none;
  font-size: 14px;
  position: relative; }
  /* line 494, ../scss/app/_layout.scss */
  #powered .copyright {
    text-align: center;
    line-height: 24px;
    font-weight: 300; }
  /* line 499, ../scss/app/_layout.scss */
  #powered a {
    color: #BDBDBD; }

/** static **/
/* line 506, ../scss/app/_layout.scss */
.button-close-menu {
  background: none repeat scroll 0 0 #bbb;
  color: black;
  cursor: pointer;
  padding: 6px 9px 7px;
  position: absolute;
  right: 3px;
  top: 3px; }

/* line 515, ../scss/app/_layout.scss */
.rtl .button-close-menu {
  left: 3px;
  right: auto; }

/* line 519, ../scss/app/_layout.scss */
.button-close-menu > * {
  font-size: 14px;
  text-shadow: 0 1px 0 #ffffff; }

/* line 524, ../scss/app/_layout.scss */
.menu-offcanvas-content ul > li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  outline: medium none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  transition: all 0.3s ease 0s; }

/* line 535, ../scss/app/_layout.scss */
.menu-offcanvas-content > li > a {
  font-size: 12px; }

@media screen and (max-width: 991px) {
  /* line 540, ../scss/app/_layout.scss */
  #menu-offcanvas .dropdown .dropdown-menu {
    display: none; }

  /* line 543, ../scss/app/_layout.scss */
  #menu-offcanvas .dropdown.open .dropdown-menu {
    display: block; }

  /* line 546, ../scss/app/_layout.scss */
  #menu-offcanvas .caret {
    color: white; } }
/* line 551, ../scss/app/_layout.scss */
#header .show-mobile {
  text-align: right; }

/* line 554, ../scss/app/_layout.scss */
#header .show-mobile:before, #header .show-mobile:after {
  content: " ";
  display: table; }

/* line 558, ../scss/app/_layout.scss */
#header .show-mobile:after {
  clear: both; }

/* line 561, ../scss/app/_layout.scss */
.rtl #header .show-mobile {
  text-align: left; }

/* line 564, ../scss/app/_layout.scss */
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: inline-block; }

/* line 571, ../scss/app/_layout.scss */
.rtl #header .show-mobile > div {
  float: right; }

/* line 574, ../scss/app/_layout.scss */
#header .show-mobile > div:hover .inner-toggle {
  display: block; }

/* line 577, ../scss/app/_layout.scss */
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc; }

/* line 585, ../scss/app/_layout.scss */
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 14px; }

/* line 589, ../scss/app/_layout.scss */
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: white; }

/* line 592, ../scss/app/_layout.scss */
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0px;
  left: auto;
  min-width: 160px;
  display: none;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: white;
  padding: 15px;
  text-align: left; }

/* line 606, ../scss/app/_layout.scss */
.rtl #header .show-mobile .inner-toggle {
  left: 0px;
  right: auto; }

/* line 610, ../scss/app/_layout.scss */
.rtl #header .show-mobile .inner-toggle {
  text-align: right; }

/* line 613, ../scss/app/_layout.scss */
#header .navbar-toggle {
  color: black;
  float: right !important; }

/* block */
/* line 3, ../scss/app/_block.scss */
.box {
  margin: 30px 0;
  position: relative;
  /* block styles */ }
  /* line 6, ../scss/app/_block.scss */
  .box .box-heading {
    color: #265c84;
    position: relative;
    text-transform: uppercase;
    padding: 7px 50px;
    font-size: 18px;
    letter-spacing: 0px;
    background: transparent;
    font-weight: 900;
    margin: 0;
    line-height: 26px;
    font-family: "Roboto"; }
  /* line 19, ../scss/app/_block.scss */
  .box .box-content {
    /*padding: $block-module-content-padding;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0px; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    .box .box-content:before, .box .box-content:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    .box .box-content:after {
      clear: both; }
  /* line 28, ../scss/app/_block.scss */
  .box.nopadding .box-content {
    padding: 0;
    margin: 0; }
  /* line 34, ../scss/app/_block.scss */
  .box.padding .box-content {
    padding: 30px;
    margin: 0; }
  /* line 40, ../scss/app/_block.scss */
  .box.box-margin .box-content > * {
    margin: 30px 30px 0; }
  /* line 44, ../scss/app/_block.scss */
  .box .lnk {
    padding-top: 0px; }

/* line 51, ../scss/app/_block.scss */
.box-default {
  border-color: #ddd; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-default .box-heading {
    color: #787878;
    background-color: #f5f5f5;
    border-color: #ddd; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-default .box-heading + .box-collapse .box-content {
      border-top-color: #ddd; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-default > .box-footer + .box-collapse .box-body {
    border-bottom-color: #ddd; }

/* line 54, ../scss/app/_block.scss */
.box-primary {
  border-color: #428bca; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-primary .box-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-primary .box-heading + .box-collapse .box-content {
      border-top-color: #428bca; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-primary > .box-footer + .box-collapse .box-body {
    border-bottom-color: #428bca; }

/* line 57, ../scss/app/_block.scss */
.box-success {
  border-color: #d6e9c6; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-success .box-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-success .box-heading + .box-collapse .box-content {
      border-top-color: #d6e9c6; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-success > .box-footer + .box-collapse .box-body {
    border-bottom-color: #d6e9c6; }

/* line 60, ../scss/app/_block.scss */
.box-info {
  border-color: #bce8f1; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-info .box-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-info .box-heading + .box-collapse .box-content {
      border-top-color: #bce8f1; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-info > .box-footer + .box-collapse .box-body {
    border-bottom-color: #bce8f1; }

/* line 63, ../scss/app/_block.scss */
.box-warning {
  border-color: #faebcc; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-warning .box-heading {
    color: #eadd4b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-warning .box-heading + .box-collapse .box-content {
      border-top-color: #faebcc; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-warning > .box-footer + .box-collapse .box-body {
    border-bottom-color: #faebcc; }

/* line 66, ../scss/app/_block.scss */
.box-danger {
  border-color: #ebccd1; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-danger .box-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-danger .box-heading + .box-collapse .box-content {
      border-top-color: #ebccd1; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-danger > .box-footer + .box-collapse .box-body {
    border-bottom-color: #ebccd1; }

/* line 71, ../scss/app/_block.scss */
.box-highlight.box .box-heading {
  border: 1px dashed #353535;
  color: #eadd4b; }
  /* line 74, ../scss/app/_block.scss */
  .box-highlight.box .box-heading:before {
    border: 1px solid #eadd4b;
    background: none;
    color: #eadd4b; }
/* line 80, ../scss/app/_block.scss */
.box-highlight.box .countdown_num {
  color: #eadd4b; }
/* line 83, ../scss/app/_block.scss */
.box-highlight.box .carousel-controls a {
  border: 1px solid #666666; }
  /* line 85, ../scss/app/_block.scss */
  .box-highlight.box .carousel-controls a i {
    color: #a0a0a0; }
  /* line 88, ../scss/app/_block.scss */
  .box-highlight.box .carousel-controls a:hover {
    border-color: #eadd4b; }
    /* line 90, ../scss/app/_block.scss */
    .box-highlight.box .carousel-controls a:hover i {
      color: #eadd4b; }

/* line 97, ../scss/app/_block.scss */
.box-highlighted {
  border-color: #282828; }
  /* line 264, ../scss/mixins/_app.scss */
  .box-highlighted .box-heading {
    color: #FFFFFF;
    background-color: #282828;
    border-color: #265c84; }
    /* line 268, ../scss/mixins/_app.scss */
    .box-highlighted .box-heading + .box-collapse .box-content {
      border-top-color: #282828; }
  /* line 273, ../scss/mixins/_app.scss */
  .box-highlighted > .box-footer + .box-collapse .box-body {
    border-bottom-color: #282828; }
  /* line 99, ../scss/app/_block.scss */
  .box-highlighted .box-content {
    border-color: #282828;
    border-width: 2px; }

/* block inline style */
/* line 112, ../scss/app/_block.scss */
.box-inline .icon {
  font-size: 35px; }
/* line 115, ../scss/app/_block.scss */
.box-inline .explain {
  font-size: 14px; }
/* line 118, ../scss/app/_block.scss */
.box-inline .box-content {
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px; }

/* line 133, ../scss/app/_block.scss */
.sidebar .box {
  border: 1px dashed #DDDDDD; }
  /* line 135, ../scss/app/_block.scss */
  .sidebar .box .box-heading {
    border-top: none;
    border-left: none;
    border-right: none; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .box .box-heading {
      border-right: none;
      border-left: inherit; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .box .box-heading {
      border-left: none;
      border-right: inherit; }
  /* line 140, ../scss/app/_block.scss */
  .sidebar .box .nav-tabs {
    border-top: none;
    border-left: none;
    border-right: none; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .box .nav-tabs {
      border-right: none;
      border-left: inherit; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .box .nav-tabs {
      border-left: none;
      border-right: inherit; }
  /* line 145, ../scss/app/_block.scss */
  .sidebar .box .products-row {
    padding: 0 30px 0px; }
  /* line 148, ../scss/app/_block.scss */
  .sidebar .box:first-child {
    margin-top: 0px; }
/* line 152, ../scss/app/_block.scss */
.sidebar .pav-custom {
  border: none; }
  /* line 154, ../scss/app/_block.scss */
  .sidebar .pav-custom .box-heading {
    border: none;
    background: none;
    color: #FFFFFF; }
  /* line 159, ../scss/app/_block.scss */
  .sidebar .pav-custom .box-content {
    border: none;
    padding-left: 0px;
    padding-right: 0px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .pav-custom .box-content {
      padding-right: 0px;
      padding-left: inherit; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .pav-custom .box-content {
      padding-left: 0px;
      padding-right: inherit; }
/* line 165, ../scss/app/_block.scss */
.sidebar .banner {
  border: none; }
/* line 168, ../scss/app/_block.scss */
.sidebar .box.highlights {
  border: none; }
  /* line 170, ../scss/app/_block.scss */
  .sidebar .box.highlights .box-heading {
    padding: 14px 30px;
    background: #265c84;
    color: #FFFFFF;
    border: 1px solid #265c84; }
  /* line 176, ../scss/app/_block.scss */
  .sidebar .box.highlights .box-content {
    border-bottom: 1px dashed #DDDDDD;
    border-left: 1px dashed #DDDDDD;
    border-right: 1px dashed #DDDDDD; }
    /* line 180, ../scss/app/_block.scss */
    .sidebar .box.highlights .box-content li > a {
      border-top: 1px dashed #DDDDDD;
      border-bottom: none;
      color: #000; }
      /* line 185, ../scss/app/_block.scss */
      .sidebar .box.highlights .box-content li > a.current {
        color: #265c84; }
    /* line 189, ../scss/app/_block.scss */
    .sidebar .box.highlights .box-content li:first-child > a {
      border-top: none; }
/* line 194, ../scss/app/_block.scss */
.sidebar .verticalmenu {
  display: block;
  position: relative; }

/* block style in main content */
/* line 202, ../scss/app/_block.scss */
.pav-custom .box-content {
  border: none;
  background: none; }
/* line 206, ../scss/app/_block.scss */
.pav-custom .box-content {
  border: none; }

/* line 210, ../scss/app/_block.scss */
.box-content {
  padding: 0;
  margin-bottom: 30px; }

/* line 214, ../scss/app/_block.scss */
.box {
  border: none; }
  /* line 216, ../scss/app/_block.scss */
  .box .box-heading {
    border: 1px dashed #DDDDDD; }
  /* line 219, ../scss/app/_block.scss */
  .box .nav-tabs {
    border: 1px dashed #DDDDDD; }

/* line 226, ../scss/app/_block.scss */
.producttabs .nav-tabs {
  border: none;
  position: absolute;
  top: 0px;
  left: 24%;
  margin-top: 0; }
  /* line 419, ../scss/mixins/_app.scss */
  .rtl .producttabs .nav-tabs {
    right: 24%;
    left: auto; }

/* block style in footer */
/* line 236, ../scss/app/_block.scss */
#footer .box {
  margin-bottom: 0;
  border: none; }
  /* line 239, ../scss/app/_block.scss */
  #footer .box .box-heading {
    border: none;
    background: none;
    color: #FFFFFF;
    padding-left: 0px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl #footer .box .box-heading {
      padding-right: 0px;
      padding-left: inherit; }
    /* line 245, ../scss/app/_block.scss */
    #footer .box .box-heading:before {
      border: none;
      content: none; }
  /* line 250, ../scss/app/_block.scss */
  #footer .box .box-content {
    border: none;
    padding: 0; }

/* line 263, ../scss/app/_block.scss */
#maps {
  width: 100%;
  height: 480px;
  background-color: #f6fafa;
  border: #d9e6e7 1px solid;
  margin-top: 12px; }
  /* line 270, ../scss/app/_block.scss */
  #maps img {
    border: none;
    margin: 0;
    padding: 0;
    background: none; }

/* line 1, ../scss/app/_product.scss */
.gallery-carousel {
  position: relative; }

/* line 5, ../scss/app/_product.scss */
.price {
  color: #265c84;
  font-size: 24px; }
  /* line 8, ../scss/app/_product.scss */
  .price .price-old, .price .old-price {
    color: #787878;
    text-decoration: line-through;
    font-size: 14px; }
  /* line 13, ../scss/app/_product.scss */
  .price .special-price, .price .price-new {
    line-height: 24px; }
  /* line 16, ../scss/app/_product.scss */
  .price .price-tax {
    font-size: 16px; }
  /* line 19, ../scss/app/_product.scss */
  .price p {
    font-size: 14px; }
  /* line 22, ../scss/app/_product.scss */
  .price .storage {
    color: #434a54;
    font-size: 14px; }
  /* line 26, ../scss/app/_product.scss */
  .price .price-super {
    font-size: 14px;
    color: #df5050;
    margin-bottom: -20px; }
    /* line 31, ../scss/app/_product.scss */
    .price .price-super span {
      display: inline-block;
      padding-left: 10px; }

/* line 38, ../scss/app/_product.scss */
.availability-box .availability {
  width: 200px; }
  /* line 41, ../scss/app/_product.scss */
  .availability-box .availability .progress {
    height: 17px; }

/* line 47, ../scss/app/_product.scss */
.unit {
  margin: 5px 0px 0 10px; }

/* line 51, ../scss/app/_product.scss */
.products-row {
  position: relative; }
  /* line 53, ../scss/app/_product.scss */
  .products-row .product-col {
    margin-top: 30px; }

/* product style */
/* line 59, ../scss/app/_product.scss */
.product-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
  text-align: center;
  border: 1px solid #f2f2f2; }
  /* line 68, ../scss/app/_product.scss */
  .product-block a:hover, .product-block a:focus, .product-block a:active {
    box-shadow: none; }
  /* line 74, ../scss/app/_product.scss */
  .product-block .rating {
    padding-top: 5px; }
  /* line 77, ../scss/app/_product.scss */
  .product-block .price {
    padding-top: 15px;
    padding-bottom: 30px;
    font-weight: 300; }
  /* line 82, ../scss/app/_product.scss */
  .product-block .action {
    z-index: 5;
    display: block;
    text-align: center;
    word-spacing: -4px; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    .product-block .action:before, .product-block .action:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    .product-block .action:after {
      clear: both; }
    /* line 88, ../scss/app/_product.scss */
    .product-block .action > * {
      display: inline-block;
      margin-right: 1px;
      margin-bottom: 1px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-block .action > * {
        margin-left: 1px;
        margin-right: inherit; }
      /* line 92, ../scss/app/_product.scss */
      .product-block .action > *:last-child {
        margin-right: 0px; }
        /* line 331, ../scss/mixins/_app.scss */
        .rtl .product-block .action > *:last-child {
          margin-left: 0px;
          margin-right: inherit; }
  /* line 97, ../scss/app/_product.scss */
  .product-block .badge {
    font-size: 10px;
    padding: 1px 7px 2px;
    text-transform: none;
    margin-left: 5px; }
  /* line 103, ../scss/app/_product.scss */
  .product-block .bg-hover {
    background: #FFFFFF;
    min-height: 30px;
    display: block; }
  /* line 108, ../scss/app/_product.scss */
  .product-block .description {
    font-size: 14px;
    line-height: 24px; }
  /* line 112, ../scss/app/_product.scss */
  .product-block .product-rating, .product-block .norating {
    line-height: 22px;
    min-height: 25px;
    height: 25px;
    height: auto !important;
    font-size: 12px; }
  /* line 119, ../scss/app/_product.scss */
  .product-block .name {
    font-family: "Roboto";
    text-transform: none;
    margin: 0;
    height: 36px;
    height: auto !important;
    line-height: 15px;
    position: relative;
    display: inline-block;
    padding: 5px 0 5px;
    font-size: 16px; }
    /* line 130, ../scss/app/_product.scss */
    .product-block .name a {
      color: #000000;
      display: inline-block;
      *display: inline;
      zoom: 1; }
      /* line 133, ../scss/app/_product.scss */
      .product-block .name a:hover {
        color: #265c84;
        text-decoration: none; }
      /* line 138, ../scss/app/_product.scss */
      .product-block .name a em {
        font-weight: 300;
        color: #787878;
        font-style: normal; }
        /* line 143, ../scss/app/_product.scss */
        .product-block .name a em.size {
          font-style: italic; }
    /* line 148, ../scss/app/_product.scss */
    .product-block .name:after {
      position: absolute;
      content: "";
      width: 30px;
      height: 1px;
      bottom: 0px;
      margin-left: -15px;
      left: 50%; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-block .name:after {
        margin-right: -15px;
        margin-left: inherit; }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl .product-block .name:after {
        right: 50%;
        left: auto; }
  /* line 159, ../scss/app/_product.scss */
  .product-block .image-gallery {
    border: solid 4px #060f15;
    position: absolute;
    top: 0;
    left: -80px;
    display: none; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .product-block .image-gallery {
      right: -80px;
      left: auto; }
    /* line 167, ../scss/app/_product.scss */
    .product-block .image-gallery .product-image {
      width: 75px;
      overflow: hidden;
      cursor: hand;
      cursor: pointer; }
    /* line 172, ../scss/app/_product.scss */
    .product-block .image-gallery .arrow {
      border-bottom: 5px solid transparent;
      border-left: 5px solid #060f15;
      border-top: 5px solid transparent;
      margin: -5px 0;
      position: absolute;
      right: -9px;
      top: 50%; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-block .image-gallery .arrow {
        border-right: 5px solid #060f15;
        border-left: inherit; }
      /* line 426, ../scss/mixins/_app.scss */
      .rtl .product-block .image-gallery .arrow {
        left: -9px;
        right: auto; }
  /* line 183, ../scss/app/_product.scss */
  .product-block .image {
    position: relative;
    overflow: hidden;
    border: 0px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*swap image*/ }
    /* line 189, ../scss/app/_product.scss */
    .product-block .image .img-responsive {
      display: inline-block; }
    /* line 193, ../scss/app/_product.scss */
    .product-block .image .hover-image {
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      left: 0px;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      visibility: hidden;
      opacity: 0; }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl .product-block .image .hover-image {
        right: 0px;
        left: auto; }
    /* line 205, ../scss/app/_product.scss */
    .product-block .image:hover .hover-image {
      opacity: 1;
      visibility: visible; }
  /* line 213, ../scss/app/_product.scss */
  .product-block .product-meta {
    position: relative;
    background: none; }
  /* line 217, ../scss/app/_product.scss */
  .product-block .product-zoom {
    color: #FFFFFF;
    text-align: center; }
  /* line 221, ../scss/app/_product.scss */
  .product-block .pts-atchover {
    left: 50%; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .product-block .pts-atchover {
      right: 50%;
      left: auto; }
  /* line 225, ../scss/app/_product.scss */
  .product-block:hover .image-gallery {
    display: block;
    z-index: 9999; }
  /* line 232, ../scss/app/_product.scss */
  .product-block .availability {
    margin-top: 20px;
    margin-bottom: -20px; }
    /* line 237, ../scss/app/_product.scss */
    .product-block .availability .progress-bar {
      line-height: normal;
      font-size: 10px;
      text-align: center; }
    /* line 242, ../scss/app/_product.scss */
    .product-block .availability .available-now {
      background: #428bca;
      border: 1px solid #6aa3d5;
      color: #FFFFFF; }
    /* line 247, ../scss/app/_product.scss */
    .product-block .availability .out-of-stock {
      background: red;
      border: 1px solid #cc0000;
      color: #FFFFFF; }
    /* line 252, ../scss/app/_product.scss */
    .product-block .availability .stock-info {
      display: block;
      font-size: 10px;
      text-align: center; }
  /* line 259, ../scss/app/_product.scss */
  .product-block .product-flags {
    opacity: 100;
    filter: alpha(opacity=10000); }

/* line 266, ../scss/app/_product.scss */
.product-label {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 0px; }
  /* line 274, ../scss/app/_product.scss */
  .product-label span {
    padding: 3px 12px;
    background-color: #df5050;
    text-transform: uppercase;
    font-size: 10px; }
    /* line 603, ../scss/mixins/_bootstrap.scss */
    .product-label span[href]:hover, .product-label span[href]:focus {
      background-color: #d52727; }
  /* line 280, ../scss/app/_product.scss */
  .product-label.product-label-new, .product-label.new-box {
    background-color: #d9534f;
    top: 2px; }
    /* line 603, ../scss/mixins/_bootstrap.scss */
    .product-label.product-label-new[href]:hover, .product-label.product-label-new[href]:focus, .product-label.new-box[href]:hover, .product-label.new-box[href]:focus {
      background-color: #c9302c; }
  /* line 286, ../scss/app/_product.scss */
  .product-label.product-label-special, .product-label.sale-box {
    top: 20px; }
  /* line 290, ../scss/app/_product.scss */
  .product-label.sale-percent-box {
    background-color: #df5050;
    right: 0;
    left: inherit;
    bottom: 0; }
    /* line 603, ../scss/mixins/_bootstrap.scss */
    .product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
      background-color: #d52727; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl .product-label.sale-percent-box {
      left: 0;
      right: auto; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .product-label.sale-percent-box {
      right: inherit;
      left: auto; }

/* line 298, ../scss/app/_product.scss */
.carousel-controls {
  height: 42px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
  z-index: 1; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .carousel-controls {
    left: 0;
    right: auto; }
  /* line 306, ../scss/app/_product.scss */
  .carousel-controls a {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    opacity: 1;
    text-shadow: none;
    width: 42px;
    line-height: 40px;
    color: #DDDDDD;
    border: 1px solid #DDDDDD;
    font-size: 15px; }
    /* line 317, ../scss/app/_product.scss */
    .carousel-controls a:hover {
      transition: all 0.6s ease 0s;
      color: #000;
      border-color: #000000; }
  /* line 323, ../scss/app/_product.scss */
  .carousel-controls .left:hover {
    z-index: 20; }

/* mini basket */
/* line 2, ../scss/opencart/_opencart-modules.scss */
#cart {
  position: relative; }
  /* line 4, ../scss/opencart/_opencart-modules.scss */
  #cart h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    margin: 0; }
  /* line 11, ../scss/opencart/_opencart-modules.scss */
  #cart .content {
    clear: both;
    display: block;
    position: absolute;
    top: 100%;
    right: 17px;
    left: auto;
    padding: 15px;
    min-height: 100px;
    height: 100px;
    height: auto !important;
    background: #FFFFFF;
    border: 1px solid #1d4664;
    z-index: 99999;
    min-width: 500px;
    -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;
    display: none; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl #cart .content {
      left: 17px;
      right: auto; }
  /* line 32, ../scss/opencart/_opencart-modules.scss */
  #cart.active .content {
    display: block; }
  /* line 36, ../scss/opencart/_opencart-modules.scss */
  #cart .heading {
    min-width: 170px; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    #cart .heading:before, #cart .heading:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    #cart .heading:after {
      clear: both; }
    /* line 39, ../scss/opencart/_opencart-modules.scss */
    #cart .heading .cart-inner {
      min-height: 40px;
      height: 40px;
      height: auto !important; }
    /* line 44, ../scss/opencart/_opencart-modules.scss */
    #cart .heading a {
      margin-top: 4px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      cursor: pointer; }
      /* line 48, ../scss/opencart/_opencart-modules.scss */
      #cart .heading a span {
        margin-right: 3px;
        font-size: 12px; }
        /* line 331, ../scss/mixins/_app.scss */
        .rtl #cart .heading a span {
          margin-left: 3px;
          margin-right: inherit; }
  /* line 55, ../scss/opencart/_opencart-modules.scss */
  #cart .media .pull-left {
    width: 32px;
    height: 32px;
    line-height: 38px;
    text-align: center;
    position: relative;
    margin-right: 5px;
    background: url("../img/layout/shop-cart.png") no-repeat; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl #cart .media .pull-left {
      margin-left: 5px;
      margin-right: inherit; }
  /* line 64, ../scss/opencart/_opencart-modules.scss */
  #cart .checkout {
    text-align: right;
    clear: both; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #cart .checkout {
      text-align: left; }
    /* line 67, ../scss/opencart/_opencart-modules.scss */
    #cart .checkout a, #cart .checkout a:hover, #cart .checkout a:focus {
      color: #FFFFFF; }
  /* line 71, ../scss/opencart/_opencart-modules.scss */
  #cart .empty {
    padding-top: 20px;
    text-align: center; }
  /* line 76, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-total {
    text-align: right; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #cart .mini-cart-total {
      text-align: left; }
    /* line 78, ../scss/opencart/_opencart-modules.scss */
    #cart .mini-cart-total td {
      color: #000;
      padding: 4px; }
    /* line 82, ../scss/opencart/_opencart-modules.scss */
    #cart .mini-cart-total table {
      border-collapse: collapse;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 5px; }
  /* line 89, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info .quantity {
    text-align: right; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #cart .mini-cart-info .quantity {
      text-align: left; }
  /* line 92, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info .name {
    font-size: 12px;
    font-weight: bold; }
    /* line 93, ../scss/opencart/_opencart-modules.scss */
    #cart .mini-cart-info .name small {
      color: #666; }
  /* line 99, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 6px;
    border-bottom: 1px dashed #DDDDDD; }
  /* line 105, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px; }
  /* line 110, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info .image {
    width: 1px; }
    /* line 112, ../scss/opencart/_opencart-modules.scss */
    #cart .mini-cart-info .image img {
      text-align: left; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl #cart .mini-cart-info .image img {
        text-align: right; }
  /* line 116, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info .remove {
    text-align: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #cart .mini-cart-info .remove {
      text-align: right; }
    /* line 118, ../scss/opencart/_opencart-modules.scss */
    #cart .mini-cart-info .remove img {
      cursor: pointer; }
  /* line 122, ../scss/opencart/_opencart-modules.scss */
  #cart .mini-cart-info td.total {
    text-align: right; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl #cart .mini-cart-info td.total {
      text-align: left; }

/** apply general product block **/
/* line 132, ../scss/opencart/_opencart-modules.scss */
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  margin: 0; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .sidebar .products-row .product-col {
    border-left: none;
    border-right: inherit; }
/* line 138, ../scss/opencart/_opencart-modules.scss */
.sidebar .product-block {
  max-width: 300px;
  text-align: left;
  border: none;
  margin-top: 30px; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  .sidebar .product-block:before, .sidebar .product-block:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  .sidebar .product-block:after {
    clear: both; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .sidebar .product-block {
    text-align: right; }
  /* line 144, ../scss/opencart/_opencart-modules.scss */
  .sidebar .product-block .block-img {
    float: left;
    width: 40%; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .sidebar .product-block .block-img {
      float: right; }
  /* line 148, ../scss/opencart/_opencart-modules.scss */
  .sidebar .product-block .action, .sidebar .product-block .action-btn, .sidebar .product-block .pav-colorbox, .sidebar .product-block .colorbox, .sidebar .product-block .image-gallery, .sidebar .product-block .right {
    display: none; }
  /* line 151, ../scss/opencart/_opencart-modules.scss */
  .sidebar .product-block .price {
    margin: 0;
    padding: 0;
    font-size: 18px; }
  /* line 156, ../scss/opencart/_opencart-modules.scss */
  .sidebar .product-block .rating {
    padding: 0; }
  /* line 160, ../scss/opencart/_opencart-modules.scss */
  .sidebar .product-block:hover .price {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  /* line 164, ../scss/opencart/_opencart-modules.scss */
  .sidebar .product-block:hover:before {
    opacity: 0;
    filter: alpha(opacity=0); }
/* line 169, ../scss/opencart/_opencart-modules.scss */
.sidebar .product-meta {
  width: 59.5%;
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .sidebar .product-meta {
    float: right; }
/* line 173, ../scss/opencart/_opencart-modules.scss */
.sidebar .name {
  padding: 0px;
  line-height: 18px; }
  /* line 176, ../scss/opencart/_opencart-modules.scss */
  .sidebar .name:after {
    background: none; }
/* line 180, ../scss/opencart/_opencart-modules.scss */
.sidebar .product-label {
  display: none; }

/*  */
/* social internal module */
/* line 188, ../scss/opencart/_opencart-modules.scss */
.social {
  padding-left: 15px;
  padding-top: 15px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .social {
    padding-right: 15px;
    padding-left: inherit; }
  /* line 191, ../scss/opencart/_opencart-modules.scss */
  .social ul {
    display: block; }
  /* line 194, ../scss/opencart/_opencart-modules.scss */
  .social li {
    float: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .social li {
      float: right; }
    /* line 196, ../scss/opencart/_opencart-modules.scss */
    .social li:first-child a {
      margin-left: 0px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .social li:first-child a {
        margin-right: 0px;
        margin-left: inherit; }
  /* line 200, ../scss/opencart/_opencart-modules.scss */
  .social span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px; }
  /* line 207, ../scss/opencart/_opencart-modules.scss */
  .social a {
    cursor: pointer;
    text-align: center;
    background-color: none;
    border: 1px solid #313131;
    margin-left: 10px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    text-decoration: none; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .social a {
      margin-right: 10px;
      margin-left: inherit; }
  /* line 219, ../scss/opencart/_opencart-modules.scss */
  .social .fa-facebook:hover {
    color: #346da6 !important;
    border: 1px solid #346da6; }
  /* line 223, ../scss/opencart/_opencart-modules.scss */
  .social .fa-twitter:hover {
    color: #4c91d7 !important;
    border: 1px solid #4c91d7; }
  /* line 227, ../scss/opencart/_opencart-modules.scss */
  .social .fa-rss:hover {
    color: #f05423 !important;
    border: 1px solid #f05423; }
  /* line 231, ../scss/opencart/_opencart-modules.scss */
  .social .fa-google-plus:hover {
    color: #c9242d !important;
    border: 1px solid #c9242d; }
  /* line 235, ../scss/opencart/_opencart-modules.scss */
  .social .fa-pinterest:hover {
    color: #fb9e3a !important;
    border: 1px solid #fb9e3a; }

/* back top top */
/* line 242, ../scss/opencart/_opencart-modules.scss */
.scrollup {
  background: #171717;
  bottom: 90px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .scrollup {
    left: 10px;
    right: auto; }
  /* line 257, ../scss/opencart/_opencart-modules.scss */
  .scrollup .fa {
    display: block; }

/* social Information module */
/* line 260, ../scss/opencart/_opencart-modules.scss */
.box.information {
  padding: 0; }

/* line 264, ../scss/opencart/_opencart-modules.scss */
.latest_blog .created {
  background: #eadd4b;
  color: #000000; }

/*Home*/
/* category */
/* line 11, ../scss/opencart/_opencart-pages.scss */
.category-info {
  padding: 0 0 10px;
  border-bottom: 1px dashed #dddddd; }
  /* line 14, ../scss/opencart/_opencart-pages.scss */
  .category-info .image {
    padding: 0;
    margin-bottom: 10px; }

/* line 23, ../scss/opencart/_opencart-pages.scss */
.refine-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 1px dashed #DDDDDD;
  border-left: 1px dashed #DDDDDD;
  border-right: 1px dashed #DDDDDD;
  margin-bottom: 0px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .refine-search {
    border-right: 1px dashed #DDDDDD;
    border-left: inherit; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .refine-search {
    border-left: 1px dashed #DDDDDD;
    border-right: inherit; }
  /* line 30, ../scss/opencart/_opencart-pages.scss */
  .refine-search .box-heading.noicon {
    padding: 15px 15px 0;
    font-size: 12px;
    color: #000000;
    border: none; }
  /* line 36, ../scss/opencart/_opencart-pages.scss */
  .refine-search ul, .refine-search ol {
    list-style: none;
    padding-left: 15px;
    margin: 0; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .refine-search ul, .rtl .refine-search ol {
      padding-right: 15px;
      padding-left: inherit; }
    /* line 40, ../scss/opencart/_opencart-pages.scss */
    .refine-search ul li, .refine-search ol li {
      padding: 5px 0;
      padding-left: 10px;
      margin-right: 30px;
      line-height: 30px;
      position: relative;
      float: left; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .refine-search ul li, .rtl .refine-search ol li {
        padding-right: 10px;
        padding-left: inherit; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .refine-search ul li, .rtl .refine-search ol li {
        margin-left: 30px;
        margin-right: inherit; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl .refine-search ul li, .rtl .refine-search ol li {
        float: right; }
      /* line 47, ../scss/opencart/_opencart-pages.scss */
      .refine-search ul li a, .refine-search ol li a {
        color: #494949; }
      /* line 50, ../scss/opencart/_opencart-pages.scss */
      .refine-search ul li:before, .refine-search ol li:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        top: 50%;
        left: 0px;
        background-color: #282828; }
        /* line 419, ../scss/mixins/_app.scss */
        .rtl .refine-search ul li:before, .rtl .refine-search ol li:before {
          right: 0px;
          left: auto; }

/* line 65, ../scss/opencart/_opencart-pages.scss */
.wrapper-cart-total .cart-total-h {
  text-align: right; }
/* line 69, ../scss/opencart/_opencart-pages.scss */
.wrapper-cart-total .coupon {
  float: left;
  margin-top: 15px; }

/* line 76, ../scss/opencart/_opencart-pages.scss */
.cart-total {
  border-top: 1px solid #DDDDDD;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px; }
  /* line 82, ../scss/opencart/_opencart-pages.scss */
  .cart-total td {
    padding: 3px;
    text-align: right; }
  /* line 86, ../scss/opencart/_opencart-pages.scss */
  .cart-total table {
    float: right; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .cart-total table {
      float: left; }
  /* line 89, ../scss/opencart/_opencart-pages.scss */
  .cart-total .left b {
    padding-right: 60px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .cart-total .left b {
      padding-left: 60px;
      padding-right: inherit; }
  /* line 92, ../scss/opencart/_opencart-pages.scss */
  .cart-total .right.last {
    font-size: 30px;
    color: #265c84; }

/* line 104, ../scss/opencart/_opencart-pages.scss */
.resize h2 {
  font-size: 18px; }

/* line 125, ../scss/opencart/_opencart-pages.scss */
.bannercontainer {
  background-image: -webkit-linear-gradient(top, #f3f2e8 0%, #f3f2e8 100%);
  background-image: linear-gradient(to bottom, #f3f2e8 0%, #f3f2e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F2E8', endColorstr='#FFF3F2E8', GradientType=0); }

/* manufacturer */
/* line 131, ../scss/opencart/_opencart-pages.scss */
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #ebebeb; }

/* line 139, ../scss/opencart/_opencart-pages.scss */
.manufacturer-list {
  border: 0;
  padding: 8px; }
  /* line 142, ../scss/opencart/_opencart-pages.scss */
  .manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .manufacturer-list ul {
      float: right; }

/* line 151, ../scss/opencart/_opencart-pages.scss */
.manufacturer-content {
  padding: 8px;
  overflow: auto; }

/*
 *  LISTING PRODUCTS PAGE
 */
/* line 159, ../scss/opencart/_opencart-pages.scss */
.product-filter {
  font-size: 14px;
  color: #434a54;
  padding: 10px;
  border-bottom: 1px dashed #DDDDDD;
  height: 52px; }
  /* line 165, ../scss/opencart/_opencart-pages.scss */
  .product-filter .filter-right > div {
    padding-left: 10px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .product-filter .filter-right > div {
      padding-right: 10px;
      padding-left: inherit; }
  /* line 168, ../scss/opencart/_opencart-pages.scss */
  .product-filter .form-control {
    height: 30px;
    padding: 4px;
    display: inline-block;
    width: 200px; }
  /* line 174, ../scss/opencart/_opencart-pages.scss */
  .product-filter .display {
    float: left;
    line-height: 30px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .product-filter .display {
      float: right; }
    /* line 177, ../scss/opencart/_opencart-pages.scss */
    .product-filter .display span {
      margin-right: 5px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-filter .display span {
        margin-left: 5px;
        margin-right: inherit; }
    /* line 180, ../scss/opencart/_opencart-pages.scss */
    .product-filter .display strong {
      float: left;
      margin-right: 5px; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl .product-filter .display strong {
        float: right; }
    /* line 184, ../scss/opencart/_opencart-pages.scss */
    .product-filter .display a {
      background: url("../img/layout/icon-grid-list.png") no-repeat 0 0 #FFFFFF scroll;
      height: 30px;
      display: block;
      border: 1px dashed #DDDDDD;
      padding-left: 5px;
      padding-right: 5px;
      margin-right: 5px;
      float: left;
      cursor: pointer; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-filter .display a {
        margin-left: 5px;
        margin-right: inherit; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl .product-filter .display a {
        float: right; }
      /* line 194, ../scss/opencart/_opencart-pages.scss */
      .product-filter .display a > span {
        margin: 0 3px; }
      /* line 198, ../scss/opencart/_opencart-pages.scss */
      .product-filter .display a > em {
        display: none; }
      /* line 201, ../scss/opencart/_opencart-pages.scss */
      .product-filter .display a.grid {
        background-position: 10px 9px; }
        /* line 203, ../scss/opencart/_opencart-pages.scss */
        .product-filter .display a.grid.active, .product-filter .display a.grid:hover {
          background-position: 10px -29px; }
      /* line 207, ../scss/opencart/_opencart-pages.scss */
      .product-filter .display a.list {
        background-position: -31px 9px; }
        /* line 209, ../scss/opencart/_opencart-pages.scss */
        .product-filter .display a.list.active, .product-filter .display a.list:hover {
          background-position: -31px -31px; }
      /* line 213, ../scss/opencart/_opencart-pages.scss */
      .product-filter .display a.active, .product-filter .display a:hover {
        border: 1px solid #aaaaaa;
        background-color: #f5f5f5;
        text-decoration: none; }
        /* line 217, ../scss/opencart/_opencart-pages.scss */
        .product-filter .display a.active .fa, .product-filter .display a:hover .fa {
          color: #000000; }
    /* line 222, ../scss/opencart/_opencart-pages.scss */
    .product-filter .display i {
      font-size: 13px;
      color: #9c9b9b;
      -webkit-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
  /* line 228, ../scss/opencart/_opencart-pages.scss */
  .product-filter .sort {
    float: right;
    line-height: 30px;
    width: 320px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .product-filter .sort {
      float: left; }
  /* line 234, ../scss/opencart/_opencart-pages.scss */
  .product-filter .product-compare {
    float: right; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .product-filter .product-compare {
      float: left; }
  /* line 238, ../scss/opencart/_opencart-pages.scss */
  .product-filter ::before {
    border-bottom: none; }

/* product list mode  */
/* line 246, ../scss/opencart/_opencart-pages.scss */
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0; }
/* line 251, ../scss/opencart/_opencart-pages.scss */
.product-list .products-row {
  border: none; }
  /* line 253, ../scss/opencart/_opencart-pages.scss */
  .product-list .products-row .product-col {
    border-right: none; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .product-list .products-row .product-col {
      border-left: none;
      border-right: inherit; }
/* line 257, ../scss/opencart/_opencart-pages.scss */
.product-list .product-block {
  padding: 30px 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid 1px solid #1d4664;
  text-align: left; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .product-list .product-block {
    border-right: none;
    border-left: inherit; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .product-list .product-block {
    border-left: none;
    border-right: inherit; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .product-list .product-block {
    text-align: right; }
  /* line 264, ../scss/opencart/_opencart-pages.scss */
  .product-list .product-block .category-name {
    top: 0px;
    line-height: 25px;
    display: inline-block;
    margin: 0; }
    /* line 269, ../scss/opencart/_opencart-pages.scss */
    .product-list .product-block .category-name:after {
      background: none; }
  /* line 273, ../scss/opencart/_opencart-pages.scss */
  .product-list .product-block .bg-hover {
    display: none; }
  /* line 277, ../scss/opencart/_opencart-pages.scss */
  .product-list .product-block .action-btn {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-bottom: 0px; }
  /* line 283, ../scss/opencart/_opencart-pages.scss */
  .product-list .product-block .btn-shopping-cart {
    margin-right: 30px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .product-list .product-block .btn-shopping-cart {
      margin-left: 30px;
      margin-right: inherit; }
  /* line 287, ../scss/opencart/_opencart-pages.scss */
  .product-list .product-block:hover .action-btn, .product-list .product-block:hover .price {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100); }
/* line 294, ../scss/opencart/_opencart-pages.scss */
.product-list .product-meta {
  padding: 0;
  overflow: hidden; }
/* line 302, ../scss/opencart/_opencart-pages.scss */
.product-list .description {
  display: block;
  padding-top: 15px;
  margin: 0; }
/* line 307, ../scss/opencart/_opencart-pages.scss */
.product-list .price-tax {
  display: block; }
/* line 313, ../scss/opencart/_opencart-pages.scss */
.product-list .name {
  min-height: 20px; }
/* line 316, ../scss/opencart/_opencart-pages.scss */
.product-list .block-img {
  float: left;
  margin: 0 30px 0 0;
  background-color: #f1f1f1;
  text-align: center;
  overflow: hidden;
  width: 25%;
  min-height: 220px;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .product-list .block-img {
    float: right; }
  /* line 344, ../scss/mixins/_app.scss */
  .rtl .product-list .block-img {
    margin: 0 0 0 30px; }
  /* line 326, ../scss/opencart/_opencart-pages.scss */
  .product-list .block-img img {
    padding: 0;
    border: 0;
    max-width: 80%; }
  /* line 332, ../scss/opencart/_opencart-pages.scss */
  .product-list .block-img:hover .info-view {
    opacity: 1;
    filter: alpha(opacity=100); }
/* line 338, ../scss/opencart/_opencart-pages.scss */
.product-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid #FFFFFF;
  text-align: center; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .product-list .product-icon {
    border-right: 1px solid #FFFFFF;
    border-left: inherit; }
  /* line 343, ../scss/opencart/_opencart-pages.scss */
  .product-list .product-icon span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: "Roboto"; }
/* line 348, ../scss/opencart/_opencart-pages.scss */
.product-list .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  position: relative; }

/* product grid mode */
/* line 355, ../scss/opencart/_opencart-pages.scss */
.product-grid {
  position: relative;
  background-color: #FFFFFF; }
  /* line 358, ../scss/opencart/_opencart-pages.scss */
  .product-grid.last {
    border: 0; }
  /* line 361, ../scss/opencart/_opencart-pages.scss */
  .product-grid .description, .product-grid .price-tax {
    display: none; }

/* line 367, ../scss/opencart/_opencart-pages.scss */
.products-rows .block-img {
  background-color: #f1f1f1;
  text-align: center;
  overflow: hidden;
  height: 240px;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 374, ../scss/opencart/_opencart-pages.scss */
  .products-rows .block-img img {
    padding: 0;
    border: 0;
    max-width: 80%; }
  /* line 380, ../scss/opencart/_opencart-pages.scss */
  .products-rows .block-img:hover .info-view {
    opacity: 1;
    filter: alpha(opacity=100); }
/* line 385, ../scss/opencart/_opencart-pages.scss */
.products-rows .meta {
  background-color: #fcfcfc;
  color: #787878;
  padding: 5px; }

/*
* PRODUCT INFORMATION PAGE
*/
/* line 397, ../scss/opencart/_opencart-pages.scss */
.product-detail {
  background-color: #FFFFFF; }

/* line 400, ../scss/opencart/_opencart-pages.scss */
.product-info {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px; }
  /* line 404, ../scss/opencart/_opencart-pages.scss */
  .product-info .carousel-controls {
    width: auto; }
  /* line 407, ../scss/opencart/_opencart-pages.scss */
  .product-info .carousel-control {
    font-size: 13px;
    color: #DDDDDD;
    text-align: center;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    display: block;
    clear: both;
    position: relative; }
    /* line 417, ../scss/opencart/_opencart-pages.scss */
    .product-info .carousel-control.right {
      margin-top: -1px; }
  /* line 422, ../scss/opencart/_opencart-pages.scss */
  .product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px; }
  /* line 426, ../scss/opencart/_opencart-pages.scss */
  .product-info .cart .links {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  /* line 431, ../scss/opencart/_opencart-pages.scss */
  .product-info h1 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 900;
    line-height: 30px; }
    /* line 439, ../scss/opencart/_opencart-pages.scss */
    .product-info h1 em {
      font-weight: 300;
      color: #787878;
      font-style: normal; }
      /* line 444, ../scss/opencart/_opencart-pages.scss */
      .product-info h1 em.size {
        font-style: italic; }
  /* line 449, ../scss/opencart/_opencart-pages.scss */
  .product-info ul, .product-info ol {
    list-style: none; }
  /* line 452, ../scss/opencart/_opencart-pages.scss */
  .product-info .price-tax {
    font-weight: normal; }
  /* line 455, ../scss/opencart/_opencart-pages.scss */
  .product-info .image {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    background-color: #f1f1f1;
    min-height: 220px;
    padding-top: 20px;
    padding-bottom: 20px; }
    /* line 465, ../scss/opencart/_opencart-pages.scss */
    .product-info .image img {
      max-width: 80%; }
  /* line 469, ../scss/opencart/_opencart-pages.scss */
  .product-info .share {
    padding-top: 20px; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    .product-info .share:before, .product-info .share:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    .product-info .share:after {
      clear: both; }
  /* line 473, ../scss/opencart/_opencart-pages.scss */
  .product-info .price {
    padding: 10px 0;
    font-size: 14px; }
    /* line 476, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .text-price {
      /*display: none;*/ }
    /* line 479, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .price-old {
      font-weight: 900; }
    /* line 482, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .price-gruop {
      font-weight: 900;
      font-size: 30px; }
    /* line 486, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .price-new {
      font-weight: 900;
      font-size: 30px; }
    /* line 490, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .reward {
      color: #494949; }
    /* line 493, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .other-price {
      margin-top: 8px; }
    /* line 497, ../scss/opencart/_opencart-pages.scss */
    .product-info .price .discount {
      margin-top: 8px;
      color: #494949; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  .product-info .price-gruop:before, .product-info .price-gruop:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  .product-info .price-gruop:after {
    clear: both; }
  /* line 505, ../scss/opencart/_opencart-pages.scss */
  .product-info .review {
    padding-bottom: 10px;
    font-size: 12px; }
    /* line 508, ../scss/opencart/_opencart-pages.scss */
    .product-info .review a {
      color: #494949; }
  /* line 512, ../scss/opencart/_opencart-pages.scss */
  .product-info .description {
    border: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 13px; }
    /* line 517, ../scss/opencart/_opencart-pages.scss */
    .product-info .description a {
      text-decoration: none;
      color: #494949; }
    /* line 521, ../scss/opencart/_opencart-pages.scss */
    .product-info .description b {
      margin-right: 5px;
      margin-left: 0px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .description b {
        margin-left: 5px;
        margin-right: inherit; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .description b {
        margin-right: 0px;
        margin-left: inherit; }
    /* line 525, ../scss/opencart/_opencart-pages.scss */
    .product-info .description .fa {
      color: #FFFFFF;
      background-color: #282828;
      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;
      margin: 3px 5px 0 0;
      font-size: 7px;
      margin: 5 30px 0 0; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl .product-info .description .fa {
        float: right; }
      /* line 344, ../scss/mixins/_app.scss */
      .rtl .product-info .description .fa {
        margin: 3px 0 0 5px; }
      /* line 344, ../scss/mixins/_app.scss */
      .rtl .product-info .description .fa {
        margin: 5 0 0 30px; }
  /* line 537, ../scss/opencart/_opencart-pages.scss */
  .product-info .availability {
    width: 270px; }
    /* line 541, ../scss/opencart/_opencart-pages.scss */
    .product-info .availability p, .product-info .availability div.p {
      margin: 5px 0; }
    /* line 545, ../scss/opencart/_opencart-pages.scss */
    .product-info .availability .fa {
      color: #000000;
      padding: 3px;
      text-align: center;
      float: left;
      margin: -4px 5px 0 0;
      font-size: 20px;
      margin: 5 30px 0 0;
      width: auto; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl .product-info .availability .fa {
        float: right; }
      /* line 344, ../scss/mixins/_app.scss */
      .rtl .product-info .availability .fa {
        margin: -4px 0 0 5px; }
      /* line 344, ../scss/mixins/_app.scss */
      .rtl .product-info .availability .fa {
        margin: 5 0 0 30px; }
      /* line 555, ../scss/opencart/_opencart-pages.scss */
      .product-info .availability .fa.available-now {
        color: #428bca; }
      /* line 558, ../scss/opencart/_opencart-pages.scss */
      .product-info .availability .fa.out-of-stock {
        color: red; }
  /* line 564, ../scss/opencart/_opencart-pages.scss */
  .product-info .tags > a {
    color: #494949; }
  /* line 568, ../scss/opencart/_opencart-pages.scss */
  .product-info .carousel-inner {
    margin: 0;
    clear: both;
    overflow: hidden; }
    /* line 572, ../scss/opencart/_opencart-pages.scss */
    .product-info .carousel-inner .item {
      text-align: left; }
      /* line 320, ../scss/mixins/_app.scss */
      .rtl .product-info .carousel-inner .item {
        text-align: right; }
    /* line 575, ../scss/opencart/_opencart-pages.scss */
    .product-info .carousel-inner a {
      display: inline-block;
      margin-right: 15px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .carousel-inner a {
        margin-left: 15px;
        margin-right: inherit; }
      /* line 578, ../scss/opencart/_opencart-pages.scss */
      .product-info .carousel-inner a:last-child {
        margin: 0; }
      /* line 581, ../scss/opencart/_opencart-pages.scss */
      .product-info .carousel-inner a img {
        -webkit-transition: border-color 500ms ease;
        transition: border-color 500ms ease; }
  /* line 586, ../scss/opencart/_opencart-pages.scss */
  .product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px; }
    /* line 589, ../scss/opencart/_opencart-pages.scss */
    .product-info .option-image label {
      display: block;
      width: 100%;
      height: 100%; }
    /* line 594, ../scss/opencart/_opencart-pages.scss */
    .product-info .option-image img {
      margin-right: 5px;
      margin-left: 0px;
      border: 1px solid #CCCCCC;
      cursor: pointer; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .option-image img {
        margin-left: 5px;
        margin-right: inherit; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .option-image img {
        margin-right: 0px;
        margin-left: inherit; }
  /* line 601, ../scss/opencart/_opencart-pages.scss */
  .product-info .options {
    margin-bottom: 20px; }
    /* line 603, ../scss/opencart/_opencart-pages.scss */
    .product-info .options h2 {
      font-size: 16px; }
  /* line 608, ../scss/opencart/_opencart-pages.scss */
  .product-info .review .share {
    line-height: normal; }
    /* line 610, ../scss/opencart/_opencart-pages.scss */
    .product-info .review .share a {
      text-decoration: none; }
  /* line 614, ../scss/opencart/_opencart-pages.scss */
  .product-info .review > div {
    padding: 0;
    border: 0; }
    /* line 617, ../scss/opencart/_opencart-pages.scss */
    .product-info .review > div > span {
      color: #38B0E3; }
  /* line 622, ../scss/opencart/_opencart-pages.scss */
  .product-info .product-extra {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    .product-info .product-extra:before, .product-info .product-extra:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    .product-info .product-extra:after {
      clear: both; }
    /* line 631, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .quantity-adder {
      margin: 0; }
      /* line 633, ../scss/opencart/_opencart-pages.scss */
      .product-info .product-extra .quantity-adder input {
        border: 1px solid #DDDDDD; }
    /* line 637, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .cart {
      margin: 0 30px; }
    /* line 640, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .add-action {
      display: block;
      width: 27px;
      height: 16px;
      border-top: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      border-right: 1px solid #DDDDDD;
      position: relative;
      cursor: pointer;
      font-size: 7px;
      line-height: 15px;
      text-align: center;
      color: #6f6f6f; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .product-extra .add-action {
        border-left: 1px solid #DDDDDD;
        border-right: inherit; }
      /* line 652, ../scss/opencart/_opencart-pages.scss */
      .product-info .product-extra .add-action:hover {
        color: #0e0e0e; }
    /* line 656, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .add-up {
      border-bottom: 0; }
    /* line 659, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .add-to-icon {
      font-size: 19px;
      padding: 6px;
      background: #0e0e0e; }
    /* line 665, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .quantity-number span {
      font-size: 16px;
      padding-right: 0px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .product-info .product-extra .quantity-number span {
        padding-left: 0px;
        padding-right: inherit; }
    /* line 669, ../scss/opencart/_opencart-pages.scss */
    .product-info .product-extra .quantity-number input {
      min-width: 57px;
      width: 57px;
      width: auto !important;
      height: 32px;
      text-align: center;
      font-weight: 900;
      font-size: 16px; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  .product-info .action:before, .product-info .action:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  .product-info .action:after {
    clear: both; }
  /* line 684, ../scss/opencart/_opencart-pages.scss */
  .product-info .action > div {
    margin: 0px 25px 0px 0px; }
    /* line 344, ../scss/mixins/_app.scss */
    .rtl .product-info .action > div {
      margin: 0px 0px 0px 25px; }

/* line 691, ../scss/opencart/_opencart-pages.scss */
.storage .fa {
  width: 16px;
  text-align: center; }

/* line 697, ../scss/opencart/_opencart-pages.scss */
.tabs-group {
  overflow: hidden; }
  /* line 699, ../scss/opencart/_opencart-pages.scss */
  .tabs-group .htabs {
    border-right: 1px solid #1d4664;
    padding: 0;
    min-height: 300px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .tabs-group .htabs {
      border-left: 1px solid #1d4664;
      border-right: inherit; }
    /* line 703, ../scss/opencart/_opencart-pages.scss */
    .tabs-group .htabs .nav-tabs {
      border: none; }
  /* line 707, ../scss/opencart/_opencart-pages.scss */
  .tabs-group .tab-content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px; }
  /* line 712, ../scss/opencart/_opencart-pages.scss */
  .tabs-group h2 {
    font-size: 16px; }

/**
 *
 */
/* line 720, ../scss/opencart/_opencart-pages.scss */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE; }
  /* line 724, ../scss/opencart/_opencart-pages.scss */
  .review-list .rating {
    float: right;
    margin-bottom: 20px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .review-list .rating {
      float: left; }
  /* line 728, ../scss/opencart/_opencart-pages.scss */
  .review-list .author {
    float: right;
    margin-bottom: 20px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .review-list .author {
      float: left; }
  /* line 732, ../scss/opencart/_opencart-pages.scss */
  .review-list .text {
    clear: both; }

/* attribute */
/* line 740, ../scss/opencart/_opencart-pages.scss */
.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
  text-align: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .attribute thead td, .rtl .attribute thead tr td:first-child {
    text-align: right; }

/* line 747, ../scss/opencart/_opencart-pages.scss */
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-left: 1px solid #ddd;
  margin-bottom: 20px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .attribute {
    border-right: 1px solid #ddd;
    border-left: inherit; }
  /* line 752, ../scss/opencart/_opencart-pages.scss */
  .attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-left: none;
    border-bottom: 1px solid #ddd; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .attribute td {
      border-left: 1px solid #ddd;
      border-right: inherit; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .attribute td {
      border-right: none;
      border-left: inherit; }
  /* line 762, ../scss/opencart/_opencart-pages.scss */
  .attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%; }

/* line 773, ../scss/opencart/_opencart-pages.scss */
.compare-info .price-old {
  text-decoration: line-through; }
/* line 776, ../scss/opencart/_opencart-pages.scss */
.compare-info .price-new {
  font-weight: bold; }
/* line 780, ../scss/opencart/_opencart-pages.scss */
.compare-info .name a {
  font-weight: bold; }
/* line 784, ../scss/opencart/_opencart-pages.scss */
.compare-info td {
  text-align: center;
  vertical-align: top; }
/* line 789, ../scss/opencart/_opencart-pages.scss */
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .compare-info tr td:first-child {
    text-align: right; }

/* line 796, ../scss/opencart/_opencart-pages.scss */
.compare-info thead td, .compare-info thead tr td:first-child {
  color: #000000;
  font-weight: bold;
  font-size: 19px;
  background: #9e9e9e;
  text-align: left;
  border: 0; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .compare-info thead td, .rtl .compare-info thead tr td:first-child {
    text-align: right; }

/*
* WISHTLIST PAGE
/*
 * CART PAGE
 */
/* line 813, ../scss/opencart/_opencart-pages.scss */
.wishlist-info table tr td, .cart-info table tr td {
  text-align: center;
  vertical-align: middle; }
  /* line 816, ../scss/opencart/_opencart-pages.scss */
  .wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
    display: inline-block;
    vertical-align: middle; }
/* line 821, ../scss/opencart/_opencart-pages.scss */
.wishlist-info .image, .cart-info .image {
  background-color: #f1f1f1; }

/**
 * LOGIN PAGE
 */
/*
 * ORDERS PAGE
 */
/* line 834, ../scss/opencart/_opencart-pages.scss */
.order-list {
  margin-bottom: 10px; }
  /* line 836, ../scss/opencart/_opencart-pages.scss */
  .order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 24px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .order-list .order-status {
      float: left; }
  /* line 842, ../scss/opencart/_opencart-pages.scss */
  .order-list .order-content {
    padding: 10px 0px; }
  /* line 845, ../scss/opencart/_opencart-pages.scss */
  .order-list .order-info {
    text-align: right; }
  /* line 848, ../scss/opencart/_opencart-pages.scss */
  .order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 24px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .order-list .order-id {
      float: right; }
  /* line 853, ../scss/opencart/_opencart-pages.scss */
  .order-list .list-content {
    margin-bottom: 12px; }

/* line 857, ../scss/opencart/_opencart-pages.scss */
.order-detail {
  background: #1d4664;
  font-weight: bold; }

/* RETURN PAGE
 *
 */
/* line 865, ../scss/opencart/_opencart-pages.scss */
.return-list {
  margin-bottom: 10px; }
  /* line 867, ../scss/opencart/_opencart-pages.scss */
  .return-list .return-content {
    padding: 10px 0px; }
  /* line 870, ../scss/opencart/_opencart-pages.scss */
  .return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 24px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .return-list .return-id {
      float: right; }
  /* line 875, ../scss/opencart/_opencart-pages.scss */
  .return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 24px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .return-list .return-status {
      float: left; }
  /* line 881, ../scss/opencart/_opencart-pages.scss */
  .return-list .return-info {
    text-align: right; }
  /* line 884, ../scss/opencart/_opencart-pages.scss */
  .return-list .list-content {
    margin-bottom: 12px; }

/* line 910, ../scss/opencart/_opencart-pages.scss */
.return-opened textarea {
  vertical-align: top; }

/* line 913, ../scss/opencart/_opencart-pages.scss */
.return-captcha {
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .return-captcha {
    float: right; }

/* line 918, ../scss/opencart/_opencart-pages.scss */
.download-list {
  margin-bottom: 10px; }
  /* line 920, ../scss/opencart/_opencart-pages.scss */
  .download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 24px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .download-list .download-status {
      float: left; }
  /* line 926, ../scss/opencart/_opencart-pages.scss */
  .download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 24px; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .download-list .download-id {
      float: right; }
  /* line 931, ../scss/opencart/_opencart-pages.scss */
  .download-list .download-content {
    padding: 10px 0px; }
  /* line 934, ../scss/opencart/_opencart-pages.scss */
  .download-list .download-info {
    text-align: right; }
  /* line 937, ../scss/opencart/_opencart-pages.scss */
  .download-list .list-content {
    margin-bottom: 24px; }

/*
 * VIEWCART PAGE
 */
/* line 945, ../scss/opencart/_opencart-pages.scss */
.viewcart-heading {
  padding: 10px 0 5px; }

/* line 948, ../scss/opencart/_opencart-pages.scss */
.viewcart-content {
  font-size: 16px; }

/* line 952, ../scss/opencart/_opencart-pages.scss */
.cart-info .price {
  font-size: 14px; }
/* line 955, ../scss/opencart/_opencart-pages.scss */
.cart-info .price-old {
  text-decoration: line-through; }
/* line 958, ../scss/opencart/_opencart-pages.scss */
.cart-info .total {
  color: #282828; }
/* line 961, ../scss/opencart/_opencart-pages.scss */
.cart-info thead td {
  color: #000000;
  font-weight: 900;
  text-transform: uppercase; }

/* line 968, ../scss/opencart/_opencart-pages.scss */
#cboxLoadedContent h2 {
  font-size: 14px;
  line-height: 30px; }

/*
 * CHECKOUT PAGE
 */
/* line 976, ../scss/opencart/_opencart-pages.scss */
.checkout-heading {
  border: 1px dashed #e5e5e5;
  padding: 8px;
  font-size: 14px;
  color: #787878;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px; }
  /* line 984, ../scss/opencart/_opencart-pages.scss */
  .checkout-heading a {
    font-weight: 900;
    color: #787878;
    text-decoration: none; }
    /* line 989, ../scss/opencart/_opencart-pages.scss */
    .checkout-heading a.current {
      color: #265c84; }
  /* line 994, ../scss/opencart/_opencart-pages.scss */
  .checkout-heading.active {
    border: 1px solid #DDDDDD; }

/* line 999, ../scss/opencart/_opencart-pages.scss */
.checkout-content {
  padding: 0px 0px 15px 0px; }
  /* line 1001, ../scss/opencart/_opencart-pages.scss */
  .checkout-content .buttons {
    clear: both; }
  /* line 1004, ../scss/opencart/_opencart-pages.scss */
  .checkout-content h2 {
    font-size: 18px;
    font-weight: 700; }
  /* line 1008, ../scss/opencart/_opencart-pages.scss */
  .checkout-content .price {
    font-size: 14px; }

/* line 1013, ../scss/opencart/_opencart-pages.scss */
.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .checkout-product tbody .name, .rtl .checkout-product tbody .model {
    text-align: right; }

/* line 1016, ../scss/opencart/_opencart-pages.scss */
.checkout-product thead .name, .checkout-product thead .model {
  text-align: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .checkout-product thead .name, .rtl .checkout-product thead .model {
    text-align: right; }

/* line 1021, ../scss/opencart/_opencart-pages.scss */
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #ebebeb;
  border-bottom: 1px solid #ddd; }
/* line 1029, ../scss/opencart/_opencart-pages.scss */
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd; }
/* line 1035, ../scss/opencart/_opencart-pages.scss */
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd; }
/* line 1040, ../scss/opencart/_opencart-pages.scss */
.checkout-product td {
  padding: 7px; }
/* line 1043, ../scss/opencart/_opencart-pages.scss */
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .checkout-product table {
    border-right: 1px solid #ddd;
    border-left: inherit; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .checkout-product table {
    border-left: 1px solid #ddd;
    border-right: inherit; }

/* line 1053, ../scss/opencart/_opencart-pages.scss */
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: center; }

/*
 * CONTENT INFOMATION
 */
/* line 1060, ../scss/opencart/_opencart-pages.scss */
.sitemap-info {
  margin-bottom: 36px; }
  /* line 1063, ../scss/opencart/_opencart-pages.scss */
  .sitemap-info ul > li {
    line-height: 1.92857;
    font-weight: bold;
    list-style: disc inside none; }
    /* line 1067, ../scss/opencart/_opencart-pages.scss */
    .sitemap-info ul > li > ul {
      margin-left: 32px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .sitemap-info ul > li > ul {
        margin-right: 32px;
        margin-left: inherit; }
      /* line 1069, ../scss/opencart/_opencart-pages.scss */
      .sitemap-info ul > li > ul li {
        font-weight: normal;
        list-style: circle inside none; }
        /* line 1072, ../scss/opencart/_opencart-pages.scss */
        .sitemap-info ul > li > ul li li {
          list-style: square inside none; }

/*PAGE NOT FOUND*/
/* line 1082, ../scss/opencart/_opencart-pages.scss */
.page-not-found {
  text-align: center; }
  /* line 1084, ../scss/opencart/_opencart-pages.scss */
  .page-not-found h2 {
    font-size: 230.0%;
    color: #0e0e0e;
    margin: 120px 0 12px 0; }
  /* line 1089, ../scss/opencart/_opencart-pages.scss */
  .page-not-found span {
    margin-right: 12px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .page-not-found span {
      margin-left: 12px;
      margin-right: inherit; }

/*Contact Page*/
/* line 1096, ../scss/opencart/_opencart-pages.scss */
.contact-location {
  margin-bottom: 12px; }
  /* line 1098, ../scss/opencart/_opencart-pages.scss */
  .contact-location img {
    max-width: none; }

/* line 1102, ../scss/opencart/_opencart-pages.scss */
.contact-content {
  background-color: #fff;
  padding: 20px;
  border: 0; }
  /* line 1107, ../scss/opencart/_opencart-pages.scss */
  .contact-content .buttons {
    border: 0;
    padding: 0;
    margin-top: 20px; }
  /* line 1112, ../scss/opencart/_opencart-pages.scss */
  .contact-content .contact-customhtml {
    border: 0;
    padding: 0;
    margin-top: 20px; }
    /* line 1116, ../scss/opencart/_opencart-pages.scss */
    .contact-content .contact-customhtml .content {
      min-height: 338px; }
  /* line 1120, ../scss/opencart/_opencart-pages.scss */
  .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 1130, ../scss/opencart/_opencart-pages.scss */
    .contact-content .fa:hover {
      background-color: #265c84; }

/* Quick View */
/* line 1137, ../scss/opencart/_opencart-pages.scss */
#page-quickview .product-detail {
  padding-top: 30px; }
/* line 1140, ../scss/opencart/_opencart-pages.scss */
#page-quickview .action {
  padding-top: 10px; }
/* line 1143, ../scss/opencart/_opencart-pages.scss */
#page-quickview .product-label {
  left: 15px; }

/* line 1147, ../scss/opencart/_opencart-pages.scss */
.rtl .zoomWindow {
  right: 100% !important; }

/* line 4, ../scss/app/_menu.scss */
#pav-mainnav {
  background: #265c84; }

/* line 7, ../scss/app/_menu.scss */
.pav-megamenu {
  background: transparent;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */ }
  /* line 10, ../scss/app/_menu.scss */
  .pav-megamenu .pav-colorbox {
    display: none !important; }
  /* line 13, ../scss/app/_menu.scss */
  .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; }
  /* line 19, ../scss/app/_menu.scss */
  .pav-megamenu .navbar-header {
    float: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .pav-megamenu .navbar-header {
      float: right; }
  /* line 24, ../scss/app/_menu.scss */
  .pav-megamenu .navbar-nav > li {
    float: left; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .pav-megamenu .navbar-nav > li {
      float: right; }
    /* line 26, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li.aligned-fullwidth {
      position: static; }
      /* line 28, ../scss/app/_menu.scss */
      .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        /*width: 100%!important;*/ }
        @media (min-width: 992px) {
          /* line 28, ../scss/app/_menu.scss */
          .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
            width: 930px;
            left: -290px; } }
        @media (min-width: 1200px) {
          /* line 28, ../scss/app/_menu.scss */
          .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
            width: 1160px;
            left: -405px; } }
    /* line 41, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
      right: 0px;
      left: auto; }
      /* line 426, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
        left: 0px;
        right: auto; }
    /* line 47, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
      left: 0;
      right: auto; }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        right: 0;
        left: auto; }
    /* line 53, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
      left: 50%;
      transform: translate(-50%); }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        right: 50%;
        left: auto; }
    /* line 59, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li > a > span:before {
      background: #eadd4b;
      bottom: 0;
      content: "";
      height: 3px;
      left: 0;
      line-height: 0;
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: all 0.4s ease 0s;
      width: 5px; }
    /* line 74, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li:hover > a > span:before {
      opacity: 1;
      width: 70%;
      transition: all 0.4s ease-out 0s; }
    /* line 81, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li > a {
      padding: 12px 20px;
      text-transform: uppercase;
      font-size: 12px;
      color: #FFFFFF;
      background-color: transparent !important;
      font-weight: 900;
      -webkit-transition: all 350ms ease-out;
      transition: all 350ms ease-out;
      font-family: "Roboto"; }
      /* line 91, ../scss/app/_menu.scss */
      .pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
        color: #FFFFFF; }
      /* line 94, ../scss/app/_menu.scss */
      .pav-megamenu .navbar-nav > li > a:after {
        content: "";
        bottom: 0;
        left: 0;
        right: 0px;
        margin: 0 auto;
        line-height: 0;
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 0px solid #FFFFFF;
        width: 0px;
        height: 0px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: border 300ms ease-out 0s;
        transition: border 300ms ease-out 0s; }
        /* line 419, ../scss/mixins/_app.scss */
        .rtl .pav-megamenu .navbar-nav > li > a:after {
          right: 0;
          left: auto; }
        /* line 426, ../scss/mixins/_app.scss */
        .rtl .pav-megamenu .navbar-nav > li > a:after {
          left: 0px;
          right: auto; }
        /* line 331, ../scss/mixins/_app.scss */
        .rtl .pav-megamenu .navbar-nav > li > a:after {
          border-right: 6px solid transparent;
          border-left: inherit; }
        /* line 331, ../scss/mixins/_app.scss */
        .rtl .pav-megamenu .navbar-nav > li > a:after {
          border-left: 6px solid transparent;
          border-right: inherit; }
      /* line 110, ../scss/app/_menu.scss */
      .pav-megamenu .navbar-nav > li > a .caret {
        border: 0;
        position: relative; }
        /* line 113, ../scss/app/_menu.scss */
        .pav-megamenu .navbar-nav > li > a .caret:before {
          content: '\f0d7';
          font-family: 'FontAwesome';
          position: absolute;
          right: -15px;
          top: -15px;
          color: #FFFFFF; }
          /* line 426, ../scss/mixins/_app.scss */
          .rtl .pav-megamenu .navbar-nav > li > a .caret:before {
            left: -15px;
            right: auto; }
    /* line 123, ../scss/app/_menu.scss */
    .pav-megamenu .navbar-nav > li:hover {
      background: #000000; }
      /* line 125, ../scss/app/_menu.scss */
      .pav-megamenu .navbar-nav > li:hover > a .caret:before, .pav-megamenu .navbar-nav > li:hover:active > a .caret:before {
        color: #FFFFFF; }
  /* line 131, ../scss/app/_menu.scss */
  .pav-megamenu .spec-btn {
    padding: 12px 10px;
    float: left; }
    /* line 134, ../scss/app/_menu.scss */
    .pav-megamenu .spec-btn a.btn-image {
      background-color: transparent;
      border-color: transparent;
      background-image: url("../img/layout/bardahl.png");
      background-repeat: no-repeat;
      height: 30px;
      width: 109px; }
      /* line 141, ../scss/app/_menu.scss */
      .pav-megamenu .spec-btn a.btn-image:hover, .pav-megamenu .spec-btn a.btn-image.current {
        background-color: #000;
        border-color: #000; }
  /* line 148, ../scss/app/_menu.scss */
  .pav-megamenu .dropdown-menu {
    top: 100%;
    height: auto;
    font-weight: 300;
    color: #777777;
    border: 0;
    min-width: 225px;
    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); }
    /* line 159, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-menu ul {
      padding: 0;
      margin: 0; }
    /* line 163, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-menu li {
      list-style: none;
      line-height: 22px; }
      /* line 166, ../scss/app/_menu.scss */
      .pav-megamenu .dropdown-menu li a {
        color: #777777;
        padding: 0;
        font-size: 11px;
        line-height: 22px;
        font-weight: 400;
        text-transform: uppercase; }
        /* line 173, ../scss/app/_menu.scss */
        .pav-megamenu .dropdown-menu li a:hover {
          background-color: transparent;
          color: #265c84; }
          /* line 176, ../scss/app/_menu.scss */
          .pav-megamenu .dropdown-menu li a:hover .fa {
            color: #265c84; }
    /* line 182, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-menu .menu-title {
      margin-bottom: 25px;
      font-size: 11px; }
    /* line 187, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-menu .dropdown-menu-inner > .row {
      display: table; }
    /* line 190, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-menu .mega-col {
      display: table-cell;
      float: none;
      vertical-align: top;
      border-right: 1px dashed #e5e5e5; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .dropdown-menu .mega-col {
        border-left: 1px dashed #e5e5e5;
        border-right: inherit; }
      /* line 195, ../scss/app/_menu.scss */
      .pav-megamenu .dropdown-menu .mega-col:last-child {
        border-right: none; }
        /* line 331, ../scss/mixins/_app.scss */
        .rtl .pav-megamenu .dropdown-menu .mega-col:last-child {
          border-left: none;
          border-right: inherit; }
  /* line 203, ../scss/app/_menu.scss */
  .pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .pav-megamenu .dropdown:hover > .dropdown-menu {
      right: 0;
      left: auto; }
  /* line 208, ../scss/app/_menu.scss */
  .pav-megamenu .dropdown:hover > a {
    color: #FFFFFF; }
    /* line 210, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown:hover > a .fa {
      color: #FFFFFF; }
  /* line 217, ../scss/app/_menu.scss */
  .pav-megamenu .dropdown-submenu {
    position: relative;
    min-width: 150px; }
    /* line 220, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-submenu .dropdown-menu {
      top: 0;
      right: 0%;
      left: 100%;
      position: absolute; }
      /* line 426, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
        left: 0%;
        right: auto; }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
        right: 100%;
        left: auto; }
      /* line 226, ../scss/app/_menu.scss */
      .pav-megamenu .dropdown-submenu .dropdown-menu li:last-child {
        padding-bottom: 0px; }
    /* line 232, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
      left: 100%;
      display: block;
      top: 0; }
      /* line 419, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
        right: 100%;
        left: auto; }
    /* line 238, ../scss/app/_menu.scss */
    .pav-megamenu .dropdown-submenu .caret {
      margin-left: 10px;
      color: #777777; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .pav-megamenu .dropdown-submenu .caret {
        margin-right: 10px;
        margin-left: inherit; }
  /* line 244, ../scss/app/_menu.scss */
  .pav-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    color: #FFFFFF; }
    /* line 251, ../scss/app/_menu.scss */
    .pav-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF; }
  /* line 256, ../scss/app/_menu.scss */
  .pav-megamenu .widget-title {
    color: #000000; }
  /* line 261, ../scss/app/_menu.scss */
  .pav-megamenu .megamenu .cols1 {
    min-width: 200px; }
  /* line 264, ../scss/app/_menu.scss */
  .pav-megamenu .megamenu .cols2 {
    min-width: 500px; }
  /* line 267, ../scss/app/_menu.scss */
  .pav-megamenu .megamenu .cols3 {
    min-width: 740px; }

/*
 *
 * Vertical menu
 */
/* line 276, ../scss/app/_menu.scss */
#pav-verticalmenu {
  position: relative; }
  /* line 278, ../scss/app/_menu.scss */
  #pav-verticalmenu .box-heading {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #282828;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF; }
    /* line 286, ../scss/app/_menu.scss */
    #pav-verticalmenu .box-heading .caret {
      color: #FFFFFF;
      right: 15px;
      position: absolute;
      top: 50%; }
      /* line 426, ../scss/mixins/_app.scss */
      .rtl #pav-verticalmenu .box-heading .caret {
        left: 15px;
        right: auto; }
  /* line 294, ../scss/app/_menu.scss */
  #pav-verticalmenu:hover .verticalmenu {
    display: block; }

/* line 299, ../scss/app/_menu.scss */
div.verticalmenu {
  display: none;
  z-index: 100;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #DDDDDD; }
  /* line 305, ../scss/app/_menu.scss */
  div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0; }
  /* line 309, ../scss/app/_menu.scss */
  div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%; }
    /* line 312, ../scss/app/_menu.scss */
    div.verticalmenu .navbar-nav > li {
      width: 100%;
      height: auto;
      position: static; }
      /* line 315, ../scss/app/_menu.scss */
      div.verticalmenu .navbar-nav > li > a {
        display: block;
        color: #000000 !important;
        font-size: 12px;
        padding: 4px 30px 4px 15px;
        border-bottom: 1px solid #e0e0e0;
        font-weight: 400; }
        /* line 322, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li > a .menu-icon {
          display: inline-block;
          height: 20px;
          background-position: left top !important; }
          /* line 460, ../scss/mixins/_app.scss */
          .rtl div.verticalmenu .navbar-nav > li > a .menu-icon {
            background-position: right top !important; }
          /* line 326, ../scss/app/_menu.scss */
          div.verticalmenu .navbar-nav > li > a .menu-icon span {
            display: inline-block;
            margin-left: 11px;
            line-height: 20px; }
            /* line 331, ../scss/mixins/_app.scss */
            .rtl div.verticalmenu .navbar-nav > li > a .menu-icon span {
              margin-right: 11px;
              margin-left: inherit; }
          /* line 331, ../scss/app/_menu.scss */
          div.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
            display: none; }
        /* line 335, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li > a:hover, div.verticalmenu .navbar-nav > li > a:focus {
          color: #265c84; }
        /* line 338, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li > a .caret {
          position: absolute;
          right: 18px;
          top: 50%;
          margin: -5px 0;
          border-left: transparent;
          font-size: 12px;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #000000; }
          /* line 426, ../scss/mixins/_app.scss */
          .rtl div.verticalmenu .navbar-nav > li > a .caret {
            left: 18px;
            right: auto; }
          /* line 331, ../scss/mixins/_app.scss */
          .rtl div.verticalmenu .navbar-nav > li > a .caret {
            border-right: transparent;
            border-left: inherit; }
          /* line 331, ../scss/mixins/_app.scss */
          .rtl div.verticalmenu .navbar-nav > li > a .caret {
            border-right: 4px solid #000000;
            border-left: inherit; }
      /* line 351, ../scss/app/_menu.scss */
      div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
        border: 0; }
      /* line 356, ../scss/app/_menu.scss */
      div.verticalmenu .navbar-nav > li:hover > a {
        color: #265c84; }
        /* line 358, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
          background-position: left bottom !important; }
          /* line 460, ../scss/mixins/_app.scss */
          .rtl div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
            background-position: right bottom !important; }
        /* line 362, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li:hover > a .caret {
          border-left-color: #282828; }
      /* line 366, ../scss/app/_menu.scss */
      div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
        left: 100%;
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100); }
        /* line 419, ../scss/mixins/_app.scss */
        .rtl div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
          right: 100%;
          left: auto; }
      /* line 372, ../scss/app/_menu.scss */
      div.verticalmenu .navbar-nav > li .parent {
        position: relative; }
        /* line 374, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
          font-weight: normal;
          color: #434a54; }
          /* line 377, ../scss/app/_menu.scss */
          div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
            color: #282828; }
        /* line 381, ../scss/app/_menu.scss */
        div.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 388, ../scss/app/_menu.scss */
        div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
          left: 100%;
          top: 0px;
          opacity: 1;
          filter: alpha(opacity=100); }
          /* line 419, ../scss/mixins/_app.scss */
          .rtl div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
            right: 100%;
            left: auto; }
      /* line 395, ../scss/app/_menu.scss */
      div.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 426, ../scss/mixins/_app.scss */
        .rtl div.verticalmenu .navbar-nav > li.parent:hover > a:after {
          left: -5px;
          right: auto; }
  /* line 410, ../scss/app/_menu.scss */
  div.verticalmenu .verticalmenu li a:hover {
    color: #265c84; }
    /* line 412, ../scss/app/_menu.scss */
    div.verticalmenu .verticalmenu li a:hover .caret {
      border-right-color: #FFFFFF; }
  /* line 419, ../scss/app/_menu.scss */
  div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 0;
    display: block;
    min-width: 215px;
    padding: 20px 28px;
    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); }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl div.verticalmenu .dropdown-menu {
      right: -9999px;
      left: auto; }
    /* line 431, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu ul {
      padding: 0px;
      margin: 0px; }
      /* line 434, ../scss/app/_menu.scss */
      div.verticalmenu .dropdown-menu ul li {
        border: 0;
        padding: 4px 0;
        line-height: normal;
        list-style: none; }
        /* line 439, ../scss/app/_menu.scss */
        div.verticalmenu .dropdown-menu ul li a {
          color: #434a54;
          font-size: 11px;
          font-weight: 400;
          padding: 0;
          text-transform: uppercase;
          line-height: 20px; }
    /* line 449, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu p {
      line-height: 20px; }
    /* line 452, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu .pav-menu-video {
      width: 100%; }
      /* line 454, ../scss/app/_menu.scss */
      div.verticalmenu .dropdown-menu .pav-menu-video iframe {
        margin-bottom: 10px; }
    /* line 459, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
      color: #000000; }
    /* line 463, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu .dropdown-toggle {
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal;
      color: #000000;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 11px; }
    /* line 471, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu .action {
      display: none; }
    /* line 474, ../scss/app/_menu.scss */
    div.verticalmenu .dropdown-menu .product-meta {
      padding-left: 10px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl div.verticalmenu .dropdown-menu .product-meta {
        padding-right: 10px;
        padding-left: inherit; }

/*** widgets using inside megamenu ***/
/* line 484, ../scss/app/_menu.scss */
.pav-widget, .pavo-widget {
  padding: 0 15px; }
  /* line 486, ../scss/app/_menu.scss */
  .pav-widget .widget-title, .pavo-widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  /* line 491, ../scss/app/_menu.scss */
  .pav-widget .products-row, .pavo-widget .products-row {
    margin: 0; }
    /* line 493, ../scss/app/_menu.scss */
    .pav-widget .products-row .product-col, .pavo-widget .products-row .product-col {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #DDDDDD;
      padding: 0; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .pav-widget .products-row .product-col, .rtl .pavo-widget .products-row .product-col {
        border-left: none;
        border-right: inherit; }
  /* line 500, ../scss/app/_menu.scss */
  .pav-widget .product-block, .pavo-widget .product-block {
    display: inline-block; }
    /* line 20, ../scss/mixins/_bootstrap.scss */
    .pav-widget .product-block:before, .pav-widget .product-block:after, .pavo-widget .product-block:before, .pavo-widget .product-block:after {
      content: " ";
      display: table; }
    /* line 25, ../scss/mixins/_bootstrap.scss */
    .pav-widget .product-block:after, .pavo-widget .product-block:after {
      clear: both; }
    /* line 503, ../scss/app/_menu.scss */
    .pav-widget .product-block .image, .pavo-widget .product-block .image {
      overflow: inherit; }
    /* line 506, ../scss/app/_menu.scss */
    .pav-widget .product-block .action, .pav-widget .product-block .pav-colorbox, .pav-widget .product-block .colorbox, .pav-widget .product-block .image-gallery, .pav-widget .product-block .right, .pav-widget .product-block .action-btn, .pavo-widget .product-block .action, .pavo-widget .product-block .pav-colorbox, .pavo-widget .product-block .colorbox, .pavo-widget .product-block .image-gallery, .pavo-widget .product-block .right, .pavo-widget .product-block .action-btn {
      display: none; }
    /* line 510, ../scss/app/_menu.scss */
    .pav-widget .product-block:hover .price, .pavo-widget .product-block:hover .price {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  /* line 516, ../scss/app/_menu.scss */
  .pav-widget h4, .pavo-widget h4 {
    margin: 5px 0;
    text-transform: none;
    font-size: 14px; }
  /* line 522, ../scss/app/_menu.scss */
  .pav-widget .img-banner, .pavo-widget .img-banner {
    margin-bottom: 15px; }

/* line 528, ../scss/app/_menu.scss */
.widget-product-list .product-block {
  margin-top: 15px; }
  /* line 530, ../scss/app/_menu.scss */
  .widget-product-list .product-block:first-child {
    margin-top: 0; }

/* line 2, ../scss/opencart/_style.scss */
.box-heading {
  padding-left: 50px; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .box-heading {
    padding-right: 50px;
    padding-left: inherit; }
  /* line 4, ../scss/opencart/_style.scss */
  .box-heading .fa {
    position: absolute;
    left: 14px;
    line-height: 28px;
    font-size: 16px; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .box-heading .fa {
      right: 14px;
      left: auto; }
  /* line 10, ../scss/opencart/_style.scss */
  .box-heading:before {
    border: solid 1px #265c84;
    background: none;
    position: absolute;
    content: "\f005";
    font-family: FontAwesome;
    text-align: center;
    height: 42px;
    width: 42px;
    top: -1px;
    padding: 8px 10px;
    left: -1px;
    color: #265c84;
    font-size: 15px; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .box-heading:before {
      right: -1px;
      left: auto; }
  /* line 25, ../scss/opencart/_style.scss */
  .box-heading.hasicon:before {
    content: ""; }
  /* line 28, ../scss/opencart/_style.scss */
  .box-heading.noicon {
    padding-left: 30px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .box-heading.noicon {
      padding-right: 30px;
      padding-left: inherit; }
    /* line 30, ../scss/opencart/_style.scss */
    .box-heading.noicon:before {
      content: "";
      height: 0;
      width: 0;
      border: none;
      background: none; }

/* line 42, ../scss/opencart/_style.scss */
.box-addres {
  padding-top: 10px; }
  /* line 44, ../scss/opencart/_style.scss */
  .box-addres div {
    line-height: 30px; }
    /* line 46, ../scss/opencart/_style.scss */
    .box-addres div .fa {
      color: #cccccc;
      padding-right: 5px; }
      /* line 331, ../scss/mixins/_app.scss */
      .rtl .box-addres div .fa {
        padding-left: 5px;
        padding-right: inherit; }

/* line 52, ../scss/opencart/_style.scss */
.nomargin {
  margin: 0; }

/* line 55, ../scss/opencart/_style.scss */
.item-img {
  width: 100%; }

/* line 58, ../scss/opencart/_style.scss */
.grid-view {
  float: left; }
  /* line 320, ../scss/mixins/_app.scss */
  .rtl .grid-view {
    float: right; }

/* line 61, ../scss/opencart/_style.scss */
.caption.color-silder {
  color: #265c84 !important; }

/* line 65, ../scss/opencart/_style.scss */
.container-full {
  padding: 0 15px; }

/* line 68, ../scss/opencart/_style.scss */
.icon-select:after {
  content: "\f107";
  color: #000000;
  background: #FFFFFF;
  border-right: 1px solid #DDDDDD;
  font-family: "FontAwesome";
  right: 0px;
  top: 0px;
  position: absolute;
  pointer-events: none;
  background: #FFFFFF;
  line-height: 36px;
  width: 20px;
  height: 100%;
  text-align: center; }
  /* line 331, ../scss/mixins/_app.scss */
  .rtl .icon-select:after {
    border-left: 1px solid #DDDDDD;
    border-right: inherit; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .icon-select:after {
    left: 0px;
    right: auto; }

/* line 84, ../scss/opencart/_style.scss */
.rtl .category_filter:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #dddddd;
  right: 0; }

/* line 92, ../scss/opencart/_style.scss */
.rtl .input-group-addon.category_filter {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

/* line 96, ../scss/opencart/_style.scss */
.dropdown-menu {
  right: 0; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .dropdown-menu {
    left: 0;
    right: auto; }

/* line 1, ../scss/app/_jscrollpane.scss */
.jspContainer {
  overflow: hidden;
  position: relative; }

/* line 7, ../scss/app/_jscrollpane.scss */
.jspPane {
  position: absolute; }

/* line 12, ../scss/app/_jscrollpane.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: transparent; }

/* line 22, ../scss/app/_jscrollpane.scss */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: transparent; }

/* line 32, ../scss/app/_jscrollpane.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

/* line 39, ../scss/app/_jscrollpane.scss */
.jspCap {
  display: none; }

/* line 44, ../scss/app/_jscrollpane.scss */
.jspHorizontalBar .jspCap {
  float: left; }

/* line 49, ../scss/app/_jscrollpane.scss */
.jspTrack {
  background: #ddd;
  position: relative;
  /*.rounded( $jsRounded );*/ }

/* line 57, ../scss/app/_jscrollpane.scss */
.jspDrag {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  /*.transition( background-color 0.3s ease-in-out );*/
  /*.rounded( $jsRounded );*/ }
  /* line 68, ../scss/app/_jscrollpane.scss */
  .jspDrag:hover {
    background-color: rgba(0, 0, 0, 0.5); }

/* line 74, ../scss/app/_jscrollpane.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

/* line 81, ../scss/app/_jscrollpane.scss */
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

/* line 89, ../scss/app/_jscrollpane.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

/* line 95, ../scss/app/_jscrollpane.scss */
.jspVerticalBar .jspArrow {
  height: 6px; }

/* line 100, ../scss/app/_jscrollpane.scss */
.jspHorizontalBar .jspArrow {
  width: 6px;
  float: left;
  height: 100%; }

/* line 107, ../scss/app/_jscrollpane.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none; }

/* line 112, ../scss/app/_jscrollpane.scss */
.jspCorner {
  background: #ddd;
  float: left;
  height: 100%; }

/* line 2, ../scss/app/_animation.scss */
.product-block .block-img {
  position: relative; }
/* line 5, ../scss/app/_animation.scss */
.product-block .right {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -43px;
  width: 100%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1; }
/* line 13, ../scss/app/_animation.scss */
.product-block .left {
  position: relative;
  background: #FFFFFF;
  z-index: 10; }
/* line 19, ../scss/app/_animation.scss */
.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); }
/* line 23, ../scss/app/_animation.scss */
.product-block .pts-atchover {
  margin: -10px 0 0 -60px; }
/* line 26, ../scss/app/_animation.scss */
.product-block .action {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  /* line 28, ../scss/app/_animation.scss */
  .product-block .action .btn.btn-inverse {
    border-radius: 0px;
    padding: 13px 27px;
    font-size: 14px;
    opacity: 0.8;
    filter: alpha(opacity=80); }
/* line 35, ../scss/app/_animation.scss */
.product-block .price {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 0.4s ease 0s; }
/* line 40, ../scss/app/_animation.scss */
.product-block .action-btn {
  z-index: 5;
  display: block;
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  bottom: 0px;
  opacity: 0;
  line-height: 40px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.4s ease 0s; }
  /* line 20, ../scss/mixins/_bootstrap.scss */
  .product-block .action-btn:before, .product-block .action-btn:after {
    content: " ";
    display: table; }
  /* line 25, ../scss/mixins/_bootstrap.scss */
  .product-block .action-btn:after {
    clear: both; }
  /* line 52, ../scss/app/_animation.scss */
  .product-block .action-btn > * {
    display: inline-block;
    margin-bottom: 1px; }
/* line 57, ../scss/app/_animation.scss */
.product-block:before {
  background: none repeat scroll 0 0 #265c84;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0px;
  transition: all 0.4s ease 0s;
  width: 5px;
  z-index: 100; }
  /* line 419, ../scss/mixins/_app.scss */
  .rtl .product-block:before {
    right: 0;
    left: auto; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .product-block:before {
    left: 0px;
    right: auto; }
/* line 72, ../scss/app/_animation.scss */
.product-block:hover .right {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
/* line 77, ../scss/app/_animation.scss */
.product-block:hover .action-btn {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 0.4s ease 0s; }
  /* line 81, ../scss/app/_animation.scss */
  .product-block:hover .action-btn > * {
    display: inline-block;
    margin-bottom: 3px; }
/* line 87, ../scss/app/_animation.scss */
.product-block:hover .price {
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.4s ease 0s; }
/* line 92, ../scss/app/_animation.scss */
.product-block:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  transition: all 0.4s ease 0s; }

/* line 100, ../scss/app/_animation.scss */
.effect:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0; }
  /* line 419, ../scss/mixins/_app.scss */
  .rtl .effect:before {
    right: 0;
    left: auto; }

/* line 111, ../scss/app/_animation.scss */
.effect:after {
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-out 0s;
  width: 0;
  pointer-events: none; }
  /* line 426, ../scss/mixins/_app.scss */
  .rtl .effect:after {
    left: 0px;
    right: auto; }

/* line 123, ../scss/app/_animation.scss */
.effect:hover:after, .effect:hover:before {
  height: 100%;
  width: 100%;
  pointer-events: none; }

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../scss/app/_responsive.scss */
  #logo-theme a {
    width: 290px;
    height: 55px;
    background: url("../img/layout/logo-md.png") no-repeat; }

  /* line 11, ../scss/app/_responsive.scss */
  .pav-megamenu .dropdown-submenu {
    min-width: 100px; }
  /* line 15, ../scss/app/_responsive.scss */
  .pav-megamenu .navbar-nav > li > a {
    padding-left: 14px;
    padding-right: 14px; }

  /* line 23, ../scss/app/_responsive.scss */
  .widget-inner .img-responsive {
    width: 100%; }

  /* line 28, ../scss/app/_responsive.scss */
  .product-list .product-block .price {
    margin-top: 0;
    padding-bottom: 10px; }

  /* line 34, ../scss/app/_responsive.scss */
  .productdeals ul li {
    padding: 5px 24px !important; }
  /* line 37, ../scss/app/_responsive.scss */
  .productdeals .product-meta {
    max-height: 392px; }
  /* line 40, ../scss/app/_responsive.scss */
  .productdeals .description {
    max-height: 130px;
    overflow: hidden;
    min-height: 50px !important; }
  /* line 45, ../scss/app/_responsive.scss */
  .productdeals .price {
    margin-top: 30px !important; }

  /* line 51, ../scss/app/_responsive.scss */
  .sidebar .block-img {
    padding-right: 5px; }
    /* line 331, ../scss/mixins/_app.scss */
    .rtl .sidebar .block-img {
      padding-left: 5px;
      padding-right: inherit; } }
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, ../scss/app/_responsive-small.scss */
  .login {
    display: none; }

  /* line 8, ../scss/app/_responsive-small.scss */
  .pav-megamenu .navbar-toggle {
    display: block !important; }
  /* line 12, ../scss/app/_responsive-small.scss */
  .pav-megamenu .navbar-collapse.collapse {
    display: none !important; }

  /* line 17, ../scss/app/_responsive-small.scss */
  #header-main .inner {
    float: none; }

  /* line 20, ../scss/app/_responsive-small.scss */
  #mainmenutop .navbar-nav {
    display: block; }

  /* line 23, ../scss/app/_responsive-small.scss */
  #cart {
    max-width: 50px; }
    /* line 25, ../scss/app/_responsive-small.scss */
    #cart h4, #cart #cart-total {
      display: none; }
    /* line 28, ../scss/app/_responsive-small.scss */
    #cart .content {
      right: 0; }

  /* line 33, ../scss/app/_responsive-small.scss */
  .pav-megamenu .dropdown-menu-inner > .row {
    display: inline-block; }
  /* line 36, ../scss/app/_responsive-small.scss */
  .pav-megamenu .dropdown-menu .mega-col {
    display: inline-block;
    float: left;
    border: none; }
    /* line 320, ../scss/mixins/_app.scss */
    .rtl .pav-megamenu .dropdown-menu .mega-col {
      float: right; }

  /* line 42, ../scss/app/_responsive-small.scss */
  .widget-product-list .img-responsive {
    display: inline-block;
    width: auto; }

  /* line 48, ../scss/app/_responsive-small.scss */
  .pav-widget .product-block .image, .pavo-widget .product-block .image {
    float: none; }

  /* line 54, ../scss/app/_responsive-small.scss */
  .product-list .product-block .price {
    margin-top: 0;
    padding-bottom: 10px; }

  /* line 60, ../scss/app/_responsive-small.scss */
  .productdeals .image {
    width: 50% !important; }
  /* line 63, ../scss/app/_responsive-small.scss */
  .productdeals .product-meta {
    width: 50% !important; }
  /* line 66, ../scss/app/_responsive-small.scss */
  .productdeals ul li {
    padding: 5px 30px !important; }
  /* line 69, ../scss/app/_responsive-small.scss */
  .productdeals .btn-quickview {
    margin: 0; }

  /* line 74, ../scss/app/_responsive-small.scss */
  .verticalmenu .parent .dropdown-menu {
    max-width: 530px; }

  /* line 79, ../scss/app/_responsive-small.scss */
  .product-block {
    text-align: center; }
    /* line 81, ../scss/app/_responsive-small.scss */
    .product-block .btn-shopping-cart {
      margin: 0; }
    /* line 84, ../scss/app/_responsive-small.scss */
    .product-block .detail {
      display: none; }

  /* line 89, ../scss/app/_responsive-small.scss */
  .product-block:hover .action-btn .detail {
    display: none; }

  /* line 93, ../scss/app/_responsive-small.scss */
  .zoomContainer {
    display: none !important; }

  /* line 96, ../scss/app/_responsive-small.scss */
  #pav-footer-top {
    background-position: top center !important;
    background-attachment: fixed !important;
    background-size: cover !important; }

  /* line 102, ../scss/app/_responsive-small.scss */
  .icon-select {
    width: 120px; } }
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  /* line 110, ../scss/app/_responsive-small.scss */
  .autosearch {
    display: none; }

  /* line 114, ../scss/app/_responsive-small.scss */
  #hidemenu {
    display: none; }

  /* line 118, ../scss/app/_responsive-small.scss */
  #header-main .logo {
    text-align: center !important; }

  /* line 121, ../scss/app/_responsive-small.scss */
  .logo-store {
    display: inline-block; }

  /* line 124, ../scss/app/_responsive-small.scss */
  .login {
    display: none; }

  /* line 128, ../scss/app/_responsive-small.scss */
  #topbar .btn-group.open .form-control {
    border: none; }
  /* line 131, ../scss/app/_responsive-small.scss */
  #topbar .form-control {
    background: none;
    border: none; }

  /* line 136, ../scss/app/_responsive-small.scss */
  .navbar-toggle {
    background: none; }

  /* line 140, ../scss/app/_responsive-small.scss */
  #pav-mainnav {
    position: relative; }

  /* line 143, ../scss/app/_responsive-small.scss */
  .search-mobile {
    position: absolute;
    top: 8px;
    right: 15px; }
    /* line 426, ../scss/mixins/_app.scss */
    .rtl .search-mobile {
      left: 15px;
      right: auto; }
    /* line 147, ../scss/app/_responsive-small.scss */
    .search-mobile .form-control {
      min-width: 180px; }

  /* line 152, ../scss/app/_responsive-small.scss */
  #cart {
    max-width: 50px; }
    /* line 154, ../scss/app/_responsive-small.scss */
    #cart h4, #cart #cart-total {
      display: none; }
    /* line 157, ../scss/app/_responsive-small.scss */
    #cart .content {
      right: 0; }

  /* line 162, ../scss/app/_responsive-small.scss */
  #header-main .inner {
    float: none; }

  /* line 167, ../scss/app/_responsive-small.scss */
  .producttabs .nav-tabs {
    margin-top: 50px;
    left: 0px; }
    /* line 419, ../scss/mixins/_app.scss */
    .rtl .producttabs .nav-tabs {
      right: 0px;
      left: auto; }
  /* line 171, ../scss/app/_responsive-small.scss */
  .producttabs .tab-content {
    margin-top: 40px; }

  /* line 176, ../scss/app/_responsive-small.scss */
  .product-list .product-filter {
    height: auto; }
    /* line 179, ../scss/app/_responsive-small.scss */
    .product-list .product-filter .display {
      float: none;
      display: block;
      margin-top: 10px; }
    /* line 184, ../scss/app/_responsive-small.scss */
    .product-list .product-filter .sort {
      float: none;
      display: block; }

  /* line 190, ../scss/app/_responsive-small.scss */
  .product-filter .display .list {
    display: none; }

  /* line 194, ../scss/app/_responsive-small.scss */
  .productdeals ul li {
    padding: 5px 24px !important; }
  /* line 197, ../scss/app/_responsive-small.scss */
  .productdeals .img-responsive {
    width: 100%; }
  /* line 200, ../scss/app/_responsive-small.scss */
  .productdeals .btn-quickview {
    margin: 0; }
  /* line 203, ../scss/app/_responsive-small.scss */
  .productdeals .description {
    max-height: 108px;
    min-height: 100px !important;
    overflow: hidden; }
  /* line 208, ../scss/app/_responsive-small.scss */
  .productdeals .action-btn {
    bottom: -20px !important;
    position: relative !important;
    right: 0 !important;
    left: 0 !important; }

  /* line 216, ../scss/app/_responsive-small.scss */
  .pavblog-latest .img-responsive {
    width: 100%; }
  /* line 219, ../scss/app/_responsive-small.scss */
  .pavblog-latest .create-info {
    padding-bottom: 30px; }

  /* line 223, ../scss/app/_responsive-small.scss */
  #pav-masshead .search-box {
    margin: 10px 0; }

  /* line 227, ../scss/app/_responsive-small.scss */
  .blog-wrapper .comment-link {
    display: none; }

  /* line 232, ../scss/app/_responsive-small.scss */
  .product-block {
    text-align: center; }
    /* line 234, ../scss/app/_responsive-small.scss */
    .product-block .btn-shopping-cart {
      margin: 0; }
    /* line 237, ../scss/app/_responsive-small.scss */
    .product-block .detail {
      display: none; }

  /* line 242, ../scss/app/_responsive-small.scss */
  .product-block:hover .action-btn .detail {
    display: none; }

  /* line 249, ../scss/app/_responsive-small.scss */
  .product-list .cart {
    float: none; }
  /* line 253, ../scss/app/_responsive-small.scss */
  .product-list .availability-box .availability {
    margin-left: auto;
    margin-right: auto; }
  /* line 258, ../scss/app/_responsive-small.scss */
  .product-list .product-block {
    text-align: center; }
    /* line 262, ../scss/app/_responsive-small.scss */
    .product-list .product-block .price {
      padding: 5px 0 0;
      font-size: 22px; }
    /* line 267, ../scss/app/_responsive-small.scss */
    .product-list .product-block .name a em {
      font-size: 12px; }
  /* line 272, ../scss/app/_responsive-small.scss */
  .product-list .block-img {
    float: none;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    min-height: auto; }
    /* line 281, ../scss/app/_responsive-small.scss */
    .product-list .block-img .image {
      height: 150px; }
      /* line 284, ../scss/app/_responsive-small.scss */
      .product-list .block-img .image img {
        max-height: 100%;
        margin: 0; }

  /* line 293, ../scss/app/_responsive-small.scss */
  .product-info h1 {
    margin-top: 15px; }

  /* line 296, ../scss/app/_responsive-small.scss */
  .zoomContainer {
    display: none !important; }

  /* line 299, ../scss/app/_responsive-small.scss */
  .image-additional .carousel-controls {
    display: none; }

  /* line 303, ../scss/app/_responsive-small.scss */
  .product-block .right {
    bottom: 0;
    opacity: 1; }
  /* line 307, ../scss/app/_responsive-small.scss */
  .product-block .action-btn {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    position: relative; }
    /* line 311, ../scss/app/_responsive-small.scss */
    .product-block .action-btn > * {
      margin-bottom: 15px; }
  /* line 316, ../scss/app/_responsive-small.scss */
  .product-block:hover .action-btn > * {
    margin-bottom: 15px; }
  /* line 320, ../scss/app/_responsive-small.scss */
  .product-block .price {
    margin: 0px; }
  /* line 323, ../scss/app/_responsive-small.scss */
  .product-block:hover .price {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

  /* line 328, ../scss/app/_responsive-small.scss */
  #colorbox, #cboxOverlay {
    display: none !important; }

  /* line 332, ../scss/app/_responsive-small.scss */
  .icon-select {
    width: 100px; }

  /* line 335, ../scss/app/_responsive-small.scss */
  .js-change-search .bootstrap-select {
    width: 100px !important; }

  /* line 339, ../scss/app/_responsive-small.scss */
  .footer-center .inner {
    margin: 20px 0 30px; }

  /* line 347, ../scss/app/_responsive-small.scss */
  .products-rows .product-block .price {
    padding: 0; }
  /* line 351, ../scss/app/_responsive-small.scss */
  .products-rows .product-block .right {
    position: static; }
  /* line 356, ../scss/app/_responsive-small.scss */
  .products-rows .block-img {
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto; }
    /* line 361, ../scss/app/_responsive-small.scss */
    .products-rows .block-img .image {
      height: 150px; }
      /* line 364, ../scss/app/_responsive-small.scss */
      .products-rows .block-img .image img {
        max-height: 100%;
        margin: 0; } }
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  /* line 376, ../scss/app/_responsive-small.scss */
  .box .box-heading {
    font-size: 15px; }

  /* line 380, ../scss/app/_responsive-small.scss */
  .producttabs .tab-content {
    margin-top: 25px; }

  /* line 385, ../scss/app/_responsive-small.scss */
  .category_filter select {
    width: 110px; }

  /* line 390, ../scss/app/_responsive-small.scss */
  .productdeals ul li {
    padding: 5px 20px !important; }
  /* line 393, ../scss/app/_responsive-small.scss */
  .productdeals .image {
    float: none !important;
    width: 100% !important; }
  /* line 397, ../scss/app/_responsive-small.scss */
  .productdeals .product-meta {
    float: none !important;
    width: 100% !important; }
  /* line 402, ../scss/app/_responsive-small.scss */
  .productdeals .action-btn {
    position: relative !important;
    right: 0 !important;
    left: 0 !important; }

  /* line 409, ../scss/app/_responsive-small.scss */
  .shipping .content-shipping {
    font-size: 55px !important; }

  /* line 414, ../scss/app/_responsive-small.scss */
  .product-block .right {
    bottom: 0;
    opacity: 1; }
  /* line 418, ../scss/app/_responsive-small.scss */
  .product-block .action-btn {
    opacity: 1; }

  /* line 423, ../scss/app/_responsive-small.scss */
  .filter-right {
    display: inline-block; }
    /* line 425, ../scss/app/_responsive-small.scss */
    .filter-right .limit {
      padding-left: 0 !important; }

  /* line 430, ../scss/app/_responsive-small.scss */
  .product-filter .display, .product-filter .product-compare {
    display: none; }

  /* line 434, ../scss/app/_responsive-small.scss */
  .image-additional {
    display: none; }

  /* line 437, ../scss/app/_responsive-small.scss */
  .display {
    margin-bottom: 4px; }

  /* line 441, ../scss/app/_responsive-small.scss */
  .product-info .product-extra .cart {
    margin: 0 10px; }

  /* line 445, ../scss/app/_responsive-small.scss */
  .zoomContainer {
    display: none !important; }

  /* line 448, ../scss/app/_responsive-small.scss */
  .image-additional .carousel-controls {
    display: none; }

  /* line 451, ../scss/app/_responsive-small.scss */
  #colorbox, #cboxOverlay {
    display: none !important; }

  /* line 455, ../scss/app/_responsive-small.scss */
  .icon-select {
    width: 80px; }

  /* line 459, ../scss/app/_responsive-small.scss */
  .js-change-search .bootstrap-select {
    width: 80px !important; }

  /* line 463, ../scss/app/_responsive-small.scss */
  #logo-theme a {
    background: url("../img/layout/logo-md.png") no-repeat;
    width: 290px; }

  /* line 468, ../scss/app/_responsive-small.scss */
  .footer-center .inner {
    margin: 20px 0 30px; }

  /* line 476, ../scss/app/_responsive-small.scss */
  .product-list .product-block .price {
    padding: 5px 0 0;
    font-size: 22px; }
  /* line 481, ../scss/app/_responsive-small.scss */
  .product-list .product-block .name a em {
    font-size: 12px; }
  /* line 486, ../scss/app/_responsive-small.scss */
  .product-list .block-img {
    float: none;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    min-height: auto; }
    /* line 495, ../scss/app/_responsive-small.scss */
    .product-list .block-img .image {
      height: 90px; }
      /* line 498, ../scss/app/_responsive-small.scss */
      .product-list .block-img .image img {
        max-height: 100%; }

  /* line 509, ../scss/app/_responsive-small.scss */
  .products-rows .product-block .price {
    padding: 0; }
  /* line 513, ../scss/app/_responsive-small.scss */
  .products-rows .product-block .right {
    position: static; }
  /* line 518, ../scss/app/_responsive-small.scss */
  .products-rows .block-img {
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto; }
    /* line 523, ../scss/app/_responsive-small.scss */
    .products-rows .block-img .image {
      height: 90px; }
      /* line 526, ../scss/app/_responsive-small.scss */
      .products-rows .block-img .image img {
        max-height: 100%; }

  /* line 533, ../scss/app/_responsive-small.scss */
  #cart {
    max-width: auto; }
    /* line 535, ../scss/app/_responsive-small.scss */
    #cart h4, #cart #cart-total {
      display: inline-block; }
    /* line 538, ../scss/app/_responsive-small.scss */
    #cart #cart-total {
      margin-bottom: 6px; }
    /* line 541, ../scss/app/_responsive-small.scss */
    #cart .content {
      right: auto;
      left: 10px;
      min-width: 400px; }

  /* line 548, ../scss/app/_responsive-small.scss */
  .search-box-parent {
    width: 100%; }

  /* line 551, ../scss/app/_responsive-small.scss */
  .cart-box-parent {
    width: 100%;
    border-top: 1px dashed white; } }
/*tylko fix dla logo*/
@media (max-width: 440px) {
  /* line 562, ../scss/app/_responsive-small.scss */
  #logo-theme a {
    background: url("../img/layout/logo-xs.png") no-repeat;
    width: 210px; } }

/*# sourceMappingURL=default.css.map */
