/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * Heading Page
 */
/* 
 * product block
 */
/* buttons */
/* 
 * htab module 
 */
/* 
 * Mega Menu Module
 */
/* 
 * Box Modules 
 */
/* 
  * LAYOUTS VAIRABLES 
  */
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * BASE CSS STYLES
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic');
html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow-x: hidden;
}
.fs9{font-size: 9px}
.fs10{font-size: 10px}
.fs11{font-size: 11px}
.fs12{font-size: 12px}
.fs13{font-size: 13px}
.fs14{font-size: 14px}
.fs15{font-size: 15px}
.fs16{font-size: 16px}
a {
    /*cursor : hand;*/
    cursor: pointer;
}
a img{border: none}
a:hover {
    text-decoration: none;
    color: #C83A3A;
}
a:focus {
    outline: none;
    outline-offset: -2px;
    color: #C83A3A;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
ul,
ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul li,
ol li{line-height: 20px}
body,
td,
th,
input,
textarea,
select,
a{outline: 0 none}
a,
a:hover,
a:focus {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
.quantity input,
input[name="quantity"] {
    width: auto;
    display: inline;
    text-align: center;
}
/* TABLE STYLE */
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list thead td {
    background-color: transparent;
    padding: 0 5px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.list tbody td{padding: 0 5px}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list thead td a,
.list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
input.large-field,
select.large-field{width: 300px}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form > * > * > td{color: #000000}
table.form td{padding: 4px}
table.form tr td:first-child{width: 150px}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td{padding: 5px}
table.radio td label{display: block}
table.radio tr td:first-child{width: 1px}
table.radio tr td:first-child input{margin-top: 1px}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
/*  Breadcrumb */
.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
}
.breadcrumb li:last-child:before{color: #C83A3A}
.breadcrumb li:last-child a{color: #C83A3A}
/*  PAGINATION STYLE */
.paginations {
    border-top: 1px solid #E7E7E7;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.paginations .links{float: left}
.paginations .links a,
.paginations .links b{border: 1px solid #E7E7E7}
.paginations .links a {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    color: #A3A3A3;
}
.paginations .links a:hover {
    background-color: #7DB641;
    color: #FFFFFF;
    border: 1px solid #7DB641;
}
.paginations .links b {
    display: inline-block;
    border-left-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #7DB641;
}
.paginations .results {
    float: right;
    padding-top: 22px;
}
/* button */
input.button {
    margin: 0;
    border: 0;
    height: 35px;
    padding: 0 20px;
}
.button,
input.button {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #7DB641;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.button:hover,
input.button:hover {
    -webkit-box-shadow: 0 0 0 30px #C83A3A inset;
    box-shadow: 0 0 0 30px #C83A3A inset;
    color: #FFFFFF;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 8px 12px 10px;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    overflow: auto;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .left {
    float: left;
    text-align: left;
}
/* tab style */
.htabs{border-bottom: 1px solid #DDDDDD}
.htabs a {
    padding: 7px 25px 7px 25px;
    float: left;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #292929;
    margin-right: 2px;
    margin-bottom: -1px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #7DB641;
    color: #FFFFFF;
}
.tab-content {
    padding: 15px 0;
    margin-bottom: 15px;
    z-index: 2;
}
/* carousel */
.carousel-controls {
    position: absolute;
    top: 10px;
    right: 0;
    width: 45px;
    height: 20px;
}
.carousel-controls .carousel-control {
    font-size: 17px;
    border: 1px solid #DFDFDF;
    width: 20px;
    color: #C7C7C7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.carousel-controls .carousel-control:hover {
    border: 1px solid #7DB641;
    color: #7DB641;
}
.carousel-control{text-shadow: none}
.carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: linear-gradient(to right, transparent 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: linear-gradient(to right, transparent 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
/* links style */
ul.links {
    position: relative;
    margin: 0;
    padding: 0;
}
ul.links li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.42857143;
}
ul.links li > a span {
    font-size: 13px;
    margin-right: 10px;
}
ul.list > li{padding: 8px 0 8px}
ul.list > li ul{display: none}
ul.list > li ul > li{padding: 10px 0 0 25px}
ul.list > li ul > li > a {
    text-decoration: none;
    display: block;
}
ul.list > li > a {
    text-decoration: none;
    text-transform: uppercase;
    background: url('../image/default/arrow-li.png') no-repeat left 3px;
    padding-left: 15px;
}
ul.list > li > a:hover,
ul.list > li > a.active{background-position: left -45px}
ul.list > li a:hover .badge,
ul.list > li a.active .badge{background-color: #C83A3A}
ul.list > li a.active{color: #C83A3A}
ul.list > li a.active + ul{display: block}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
.required{font-weight: bold}
.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-left: 4px;
    cursor: pointer;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.help {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    /*font-size   : 12px;*/
    display: block;
}
.error {
    display: block;
    color: #FF0000;
}
.welcome {
    margin-top: 0;
    font-size: 11px;
    font-weight: normal;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Slab', serif;
}
h1 {
    font-size: 25px;
    line-height: 31px;
}
h1 small{font-size: 18px}
h2 {
    font-size: 20px;
    line-height: 31px;
    text-transform: uppercase;
}
h2 small{font-size: 12px}
h3 {
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
}
h3 small{font-size: 14px}
h4 {
    font-size: 15px;
    text-transform: uppercase;
}
h4 small {
    font-size: 12px;
    color: #52514D;
    display: block;
    margin-top: 2px;
}
h5{font-size: 13px}
h5 small{font-size: 10px}
h6 {
    font-size: 12px;
    line-height: 31px;
}
button,
input,
textarea,
select {
    border: 1px solid #CCCCCC;
    margin: 2px;
}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
#page{margin: 0 auto}
body.layout-boxed-md #page {
    max-width: 970px;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 0 0 5px #888888;
}
body.layout-boxed-lg #page {
    max-width: 1170px;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 0 0 5px #888888;
}
/*
 * HEADER
 */
#topbar {
    color: #999999;
    font-size: 11px;
    background: #E4DCD2;
    padding: 10px 0;
}
#topbar ul li a {
    font-size: 11px;
    color: #777777;
}
#topbar ul li:before{color: #AAAAAA}
#topbar ul li:hover a{color: #C83A3A}
#topbar .show-mobile:before,
#topbar .show-mobile:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
#topbar .show-mobile:after{clear: both}
#topbar .show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative;
}
#topbar .show-mobile > div:hover .inner-toggle{display: block}
#topbar .show-mobile .quickaccess-toggle {
    width: 35px;
    height: 35px;
    background-color: #997747;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-left: 1px;
}
#topbar .show-mobile .quickaccess-toggle:hover {
    color: #FFFFFF;
    background-color: #9A8362;
}
#topbar .show-mobile .inner-toggle {
    display: none;
    position: absolute;
    background: #FFFFFF;
    right: 0;
    top: 100%;
    min-width: 170px;
    padding: 10px;
    z-index: 99999;
    border: 1px solid #CCCCCC;
    border-top: 5px solid #CCCCCC;
}
#topbar .show-mobile ul,
#topbar .show-mobile .links {
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
#topbar .show-mobile ul li,
#topbar .show-mobile .links li {
    float: none;
    display: block;
}
#topbar .show-mobile ul a,
#topbar .show-mobile .links a {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 22px;
    background-color: transparent;
    color: #7DB641;
    border: none;
}
#topbar .show-mobile ul a:hover,
#topbar .show-mobile .links a:hover{color: #E7E7E7}
#topbar .show-mobile #search-mobile {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
}
#topbar .show-mobile .currency,
#topbar .show-mobile .language{margin: 0 5px}
#topbar .show-mobile .currency .dropdown-menu,
#topbar .show-mobile .language .dropdown-menu {
    left: 0;
    right: auto;
}
#topbar .show-mobile .currency button,
#topbar .show-mobile .language button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    padding: 0 10px;
}
#header{background: #F6EEE3}
#header-main .header-wrap > div{height: 115px}
#header-main .inner {
    display: table;
    position: relative;
    height: 100%;
}
#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}
#header-main #logo{padding: 18px 32px 14px 0}
#header-main #logo-theme a{display: block}
#header-main #logo-theme a span{display: none}
/*
 * NAVIGATION
 */
#pav-mainnav{margin-bottom: 15px}
#pav-mainnav .mainnav-wrap{background: #B39770}
/*
 * SLIDESHOW
 */
/*
 * SHOWCASE
 */
/*
 * PROMOTION TOP
 */
/*
 * MAIN CONTENT
 */
#content {
    min-height: 400px;
    margin-bottom: 25px;
}
.sidebar [class*="col-"]{width: 100%}
/* FOOTER s*/
#footer {
    background: #FFFFFF;
    min-height: 100px;
}
#footer:before,
#footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
#footer:after{clear: both}
#footer .box .box-heading {
    color: #3B3B3B;
    font-size: 16px;
    padding: 0;
    background: none;
    border-bottom: none;
}
#footer .box .box-heading span:before{border-bottom: none}
#footer .box .box-content{padding: 0}
#footer .footer-top {
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #F8F8F8;
}
#footer .footer-top a{color: #C83A3A}
#footer .footer-center {
    padding-top: 30px;
    padding-bottom: 15px;
}
#footer .footer-center .box-heading span span{color: #3B3B3B}
#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 15px;
}
#footer h3 {
    color: #3B3B3B;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
}
#footer .column a {
    text-decoration: none;
    color: #3B3B3B;
    -webkit-transition: padding 0.5s ease 0s;
    transition: padding 0.5s ease 0s;
}
#footer .column a:hover {
    color: #C83A3A;
    padding-left: 10px;
}
#footer .column ul li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 0;
    overflow: hidden;
}
#footer .column ul li a {
    background: none;
    padding-left: 0;
    text-transform: none;
}
/* POWER BY */
#powered {
    clear: both;
    background: #292929;
    padding: 30px 0;
    color: #FFFFFF;
}
#powered a{color: #7DB641}
#powered a:hover{color: #C83A3A}
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img{margin-bottom: 20px}
/*/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright   Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license     GNU General Public License version 2
*******************************************************/
/* box */
.box{margin-bottom: 17px}
.box .box-heading {
    background: url('../image/default/box-heading-bg.png') no-repeat left center;
    border-bottom: 2px solid #E7E7E7;
    padding: 8px 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.box .box-heading span:before {
    border-bottom: 2px solid #7DB641;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 20%;
}
.box .box-heading span{color: #3B3B3B}
.box .box-heading span span{color: #7DB641}
.sidebar .box-heading {
    background: #B39770;
    border: none;
    margin-bottom: 0;
}
.sidebar .box-heading span{color: #FFFFFF}
.sidebar .box-heading span:before {
    border-right: 24px solid transparent;
    border-top: 24px solid #7DB641;
    border-bottom: none;
    position: absolute;
    top: 0;
    bottom: inherit;
    width: 24px;
}
.sidebar .box-heading span span{color: #FFFFFF}
.sidebar .box-content {
    background: #EEEEEE;
    padding: 15px;
}
.sidebar .product-block .img:after{visibility: hidden !important}
.sidebar .product-block .pav-colorbox{visibility: hidden !important}
.sidebar .product-block .product-zoom{visibility: hidden !important}
/* box styles */
.box.nopadding .box-content{padding: 10px 0 0}
.box.nopadding ul li {
    border-bottom: 1px solid #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
}
.box.nopadding ul li:last-child{border-bottom: none}
.sidebar .box.highlighted .box-heading,
.box.highlighted .box-heading{background-color: #7DB641}
.sidebar .box.highlighted .box-content,
.box.highlighted .box-content{background-color: #FAFAFA}
.sidebar .box.dark,
.box.dark{color: #FFFFFF}
.sidebar .box.dark .box-heading,
.box.dark .box-heading {
    background-color: #292929 !important;
    border-bottom: 1px solid #3F3F3F !important;
    position: relative;
}
.sidebar .box.dark .box-heading:before,
.box.dark .box-heading:before {
    content: "";
    position: absolute;
    top: 39px;
    left: 30px;
    width: 35px;
    height: 11px;
}
.sidebar .box.dark .box-content,
.box.dark .box-content{background-color: #2E2E2E !important}
.sidebar .box.dark ul li,
.box.dark ul li {
    border-bottom: 1px solid #343434;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.dark ul li a,
.box.dark ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.dark ul li a:hover,
.box.dark ul li a:hover{color: #C83A3A}
.sidebar .box.red,
.box.red{color: #FFFFFF}
.sidebar .box.red .box-heading,
.box.red .box-heading {
    background-color: #B72C2C !important;
    border-bottom: 1px solid #C96666 !important;
    position: relative;
}
.sidebar .box.red .box-content,
.box.red .box-content{background-color: #C83A3A !important}
.sidebar .box.red ul li,
.box.red ul li {
    border-bottom: 1px solid #C96666 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.red ul li a,
.box.red ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.red ul li a:hover,
.box.red ul li a:hover{color: #FFFFFF}
.sidebar .box.yellow,
.box.yellow{color: #FFFFFF}
.sidebar .box.yellow .box-heading,
.box.yellow .box-heading {
    background-color: #D8981A !important;
    border-bottom: 1px solid #E8C174 !important;
    position: relative;
}
.sidebar .box.yellow .box-content,
.box.yellow .box-content{background-color: #EDA81F !important}
.sidebar .box.yellow ul li,
.box.yellow ul li {
    border-bottom: 1px solid #E8C174 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.yellow ul li a,
.box.yellow ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.yellow ul li a:hover,
.box.yellow ul li a:hover{color: #FFFFFF}
.sidebar .box.blue,
.box.blue{color: #FFFFFF}
.sidebar .box.blue .box-heading,
.box.blue .box-heading {
    background-color: #3483BF !important;
    border-bottom: 1px solid #64A0CE !important;
    position: relative;
}
.sidebar .box.blue .box-content,
.box.blue .box-content{background-color: #3C92D4 !important}
.sidebar .box.blue ul li,
.box.blue ul li {
    border-bottom: 1px solid #64A0CE !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.blue ul li a,
.box.blue ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.blue ul li a:hover,
.box.blue ul li a:hover{color: #FFFFFF}
.sidebar .box.orange,
.box.orange{color: #FFFFFF}
.sidebar .box.orange .box-heading,
.box.orange .box-heading {
    background-color: #DA6E3E !important;
    border-bottom: 1px solid #E69673 !important;
    position: relative;
}
.sidebar .box.orange .box-content,
.box.orange .box-content{background-color: #E97846 !important}
.sidebar .box.orange ul li,
.box.orange ul li {
    border-bottom: 1px solid #E69673 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.orange ul li a,
.box.orange ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.orange ul li a:hover,
.box.orange ul li a:hover{color: #FFFFFF}
.sidebar .box.green,
.box.green{color: #FFFFFF}
.sidebar .box.green .box-heading,
.box.green .box-heading {
    background-color: #669435 !important;
    border-bottom: 1px solid #A2CD75 !important;
    position: relative;
}
.sidebar .box.green .box-content,
.box.green .box-content{background-color: #7DB641 !important}
.sidebar .box.green ul li,
.box.green ul li {
    border-bottom: 1px solid #A2CD75 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.green ul li a,
.box.green ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.green ul li a:hover,
.box.green ul li a:hover{color: #FFFFFF}
.sidebar .box.purple,
.box.purple{color: #FFFFFF}
.sidebar .box.purple .box-heading,
.box.purple .box-heading {
    background-color: #A130B9 !important;
    border-bottom: 1px solid #CB6DDF !important;
    position: relative;
}
.sidebar .box.purple .box-content,
.box.purple .box-content{background-color: #B436CE !important}
.sidebar .box.purple ul li,
.box.purple ul li {
    border-bottom: 1px solid #CB6DDF !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.purple ul li a,
.box.purple ul li a {
    color: #FFFFFF;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.purple ul li a:hover,
.box.purple ul li a:hover{color: #FFFFFF}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright   Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license     GNU General Public License version 2
*******************************************************/
/* language */
.language{line-height: 1.42857143}
.language img {
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}
/* currency */
.currency {
    display: inline-block;
    line-height: 1.42857143;
}
.currency a {
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 13px;
}
.currency a:hover{color: #7DB641}
.currency a b {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #7DB641;
    padding: 1px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.currency a:hover b{background-color: #C83A3A}
/* cart info */
#header #cart {
    position: relative;
    z-index: 1003;
}
#header #cart .content {
    background: #FFFFFF;
    clear: both;
    display: none;
    min-height: 150px;
    min-width: 300px;
    padding: 8px;
    position: absolute;
    right: 0;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px #E7E7E7;
    box-shadow: 0 2px 2px #E7E7E7;
    z-index: 20;
}
#header #cart .heading{z-index: 1}
#header #cart .heading a{text-decoration: none}
#header #cart .heading a span {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
    font-size: 13px;
    text-transform: uppercase;
}
#header #cart .heading h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
}
#header #cart > span {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    float: left;
    font-size: 19px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 0 3px #7DB641;
    box-shadow: 0 0 0 3px #7DB641;
    position: relative;
    z-index: 1;
    display: inline-block;
}
#header #cart > span:hover {
    color: #7DB641;
    color: #FFFFFF \9;
}
#header #cart > span:after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: repeat scroll 0 0 #7DB641;
    left: -2px;
    padding: 2px;
    top: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 1;
    filter: alpha(opacity=100);
}
#header #cart > span:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#header #cart.active .content{display: block}
#header #cart .checkout {
    text-align: right;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
.mini-cart-total{text-align: right}
.mini-cart-total td {
    color: #000000;
    padding: 4px;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-info .quantity{text-align: right}
.mini-cart-info .name small{color: #666666}
.mini-cart-info td {
    color: #000000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #DDDDDD;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info .image img {
    border: 1px solid #DDDDDD;
    text-align: left;
}
.mini-cart-info .remove{text-align: right}
.mini-cart-info .remove img{cursor: pointer}
.mini-cart-info td.total {
    text-align: right;
    color: #C83A3A;
    font-weight: bold;
}
/*
 * search module
 */
#search,
#search-mobile {
    margin: 10px;
    position: relative;
    width: 250px;
}
#search input,
#search-mobile input {
    background-color: #9A8362;
    padding: 5px 30px 5px 10px;
    border: none;
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #DACBB7;
    margin: 0;
}
#search .button-search,
#search-mobile .button-search {
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    background: url('../image/default/icon-search.png') no-repeat center center scroll;
}
/*
 * box products
 */
.product-block {
    overflow: hidden;
    border: 1px solid transparent;
    padding: 10px;
}
.product-block .rating,
.product-block .norating {
    margin: 12px 0;
    padding: 7px 0;
    font-size: 7px;
}
.product-block:hover{border: 1px solid #E7E7E7}
.product-block:hover .image{border-bottom: 2px solid transparent}
.product-block:hover .image .img:after {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.product-block:hover .product-meta .wishlist {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}
.product-block:hover .product-meta .compare {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-block:hover .cart input {
    -webkit-box-shadow: 0 0 0 30px #C83A3A inset;
    box-shadow: 0 0 0 30px #C83A3A inset;
    background-color: #C83A3A;
}
.product-block:hover .product-zoom {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 14px;
}
.product-block:hover .pav-colorbox {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 30px;
    line-height: 30px;
    width: 80px;
    font-size: 12px;
}
.product-block .compare,
.product-block .wishlist {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 50%;
    position: absolute;
    top: -32px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}
.product-block .compare a,
.product-block .wishlist a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    display: block;
    background-color: #4C4C4C;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-block .compare a:hover,
.product-block .wishlist a:hover {
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 30px #C83A3A inset;
    box-shadow: 0 0 0 30px #C83A3A inset;
}
.product-block .compare a span,
.product-block .wishlist a span{display: none}
.product-block .product-meta{position: relative}
.product-block .product-meta .wishlist{left: -50%}
.product-block .product-meta .wishlist a{margin-right: 10px}
.product-block .product-meta .compare{right: -50%}
.product-block .product-meta .compare a{margin-left: 10px}
.product-block .description {
    margin-bottom: 10px;
    display: none;
}
.product-block .rating {
    display: block;
    margin-bottom: 10px;
}
.product-block .cart{margin-bottom: 10px}
.product-block .cart input{text-transform: uppercase}
.product-block .name {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.product-block .image {
    display: block;
    margin-bottom: 0;
    position: relative;
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 20px;
    text-align: center;
}
.product-block .image .img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100%;
    opacity: 0;
    width: 100%;
    z-index: 5;
    text-align: left;
}
.product-block .image .img {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.product-block .image .img img {
    display: block;
    width: 100%;
}
.product-block .image .hover-image {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.product-block .image .hover-image .img:after{display: none}
.product-block .image:hover .hover-image {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}
.product-block .price-old {
    color: #292929;
    text-decoration: line-through;
    font-size: 14px;
}
.product-block .price {
    display: block;
    color: #C83A3A;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-block .price .price-tax{display: none}
.product-block .product-label-special {
    background: #C83A3A;
    font-size: 12px;
    width: 41px;
    height: 41px;
    top: 10px;
    right: 10px;
    display: block;
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 3.42857143;
    padding: 0;
    font-weight: normal;
    z-index: 9;
}
.product-block .product-label-special:before {
    border-bottom: 7px solid #C83A3A;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 7px;
    height: 7px;
    bottom: 2px;
    left: 0;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
}
.product-block .product-zoom {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    top: 38%;
    left: 38%;
    height: 0;
    line-height: 8px;
    width: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #7DB641;
    color: #FFFFFF;
    font-size: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-block .product-zoom:hover{color: #FFFFFF}
.product-block .product-zoom:after {
    left: 0;
    padding: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.product-block .pav-colorbox {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 0;
    left: 0;
    height: 0;
    line-height: 8px;
    width: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #7DB641;
    color: #FFFFFF;
    font-size: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-block .pav-colorbox:hover{color: #FFFFFF}
.product-block .pav-colorbox:after {
    left: 0;
    padding: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.sidebar .product-block{border: none}
.sidebar .product-block:hover{border: none}
.sidebar .product-meta{position: inherit}
.sidebar .image {
    float: left;
    margin-right: 10px;
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar .wishlist,
.sidebar .compare,
.sidebar .cart{display: none}
.sidebar .name {
    max-height: 30px;
    overflow: hidden;
}
.sidebar .product-label-special {
    font-size: 11px;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-transform: none;
    line-height: 30px;
}
/*
 * box category
 */
ul.box-category,
ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter > li ul{padding-bottom: 10px}
ul.box-filter span {
    font-weight: bold;
    border-bottom: 1px solid #E7E7E7;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
/* popup */
#colorbox *:before,
#colorbox *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/* zoom function in product page */
.zoomContainer .zoomLens{border-color: #999999 !important}
.zoomContainer .zoomWindow {
    border: 4px solid #E7E7E7 !important;
    display: none;
}
/*
 *
 */
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    color: #828282;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
    background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}
#scrollUp:hover{margin-bottom: 0}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* category */
#content h1 {
    margin-top: 0;
    border-bottom: 2px solid #E7E7E7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
#content h1:after {
    border-bottom: 2px solid #7DB641;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 10%;
}
.category-list {
    margin-top: 10px;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    list-style: disc outside none;
    padding-left: 15px;
}
.category-list ul li{padding: 3px}
.category-info{position: relative}
.category-info .image{margin-bottom: 20px}
.category-info .description{margin-bottom: 20px}
/* manufacturer */
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 10px;
}
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    margin-bottom: 20px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    /*margin-bottom : 10px;*/
}
.manufacturer-content {
    padding: 8px;
    overflow: auto;
}
/*
 *  LISTING PRODUCTS PAGE
 */
.product-filter {
    padding: 5px 0;
    margin-bottom: 20px;
}
.product-filter .product-compare {
    float: right;
    padding-top: 3px;
}
.product-filter .sort{float: right}
.product-filter .limit {
    margin-left: 10px;
    float: right;
}
.product-filter .display {
    margin-right: 10px;
    float: left;
    padding-top: 4px;
}
.product-filter .display a {
    font-size: 14px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-left: 10px;
    background: url('../image/default/icon-grid-list.png') no-repeat 0 0 scroll;
    width: 35px;
    height: 31px;
    display: inline-block;
}
.product-filter .display a > em{display: none}
.product-filter .display a.grid{background-position: 9px 8px}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
    color: #7DB641;
    background-position: 9px -29px;
}
.product-filter .display a.list{background-position: -28px 8px}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
    color: #7DB641;
    background-position: -28px -29px;
}
.product-filter .display span{line-height: 30px}
.product-filter .form-control {
    display: inline-block;
    width: auto;
}
.review-form-width {
    margin: 10% auto;
    max-width: 600px;
    position: relative;
}
/* product list mode  */
.product-list .product-cols{width: 100%}
.product-list .product-block{padding: 0}
.product-list .product-block:hover{border: 1px solid transparent}
.product-list .product-meta .wishlist,
.product-list .product-meta .compare {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    top: inherit;
    left: 0;
    width: auto;
    display: flex;
}
.product-list .product-meta .wishlist a,
.product-list .product-meta .compare a {
    color: #3E3D39;
    background-color: transparent;
    display: inline-block;
    margin: 0;
}
.product-list .product-meta .wishlist a:hover,
.product-list .product-meta .compare a:hover {
    color: #C83A3A;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-list .product-meta .wishlist a span,
.product-list .product-meta .compare a span {
    padding-left: 5px;
    display: inline-block;
}
.product-list .product-meta .wishlist .tooltip,
.product-list .product-meta .compare .tooltip {
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-list:hover .product-meta .wishlist{left: 0}
.product-list:hover .product-meta .compare{right: 0}
.product-list .price-old{text-decoration: line-through}
.product-list .cart{margin-bottom: 3px}
.product-list .price-tax {
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .name{margin-bottom: 3px}
.product-list .name a {
    font-weight: bold;
    text-decoration: none;
}
.product-list .image {
    float: left;
    margin-right: 10px;
    padding-bottom: 0;
    border-bottom: 2px solid transparent;
    width: 24%;
}
.product-list .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
    width: 100%;
}
.product-list .description{display: block}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div{margin-bottom: 15px}
/* product grid mode */
.product-grid{position: relative}
/*
 * PRODUCT INFORMATION PAGE
 */
.product-info{margin-bottom: 20px}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart div > span{color: #999999}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left .right{margin-left: 265px}
.product-info .image {
    border: 1px solid #E7E7E7;
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-info .product-label-special {
    background: #C83A3A;
    font-size: 12px;
    width: 41px;
    height: 41px;
    top: 10px;
    right: 10px;
    display: block;
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 3.42857143;
    padding: 0;
    font-weight: normal;
}
.product-info .product-label-special:before {
    border-bottom: 7px solid #C83A3A;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 7px;
    height: 7px;
    bottom: 2px;
    left: 0;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
}
.product-info .quantity-adder {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.product-info .quantity-adder input {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
    font-size: 16px;
    height: 39px;
}
.product-info .quantity-adder span {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    line-height: 1;
    width: 19px;
    height: 19px;
    background-color: #E8E8E8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #FFFFFF;
}
.product-info .quantity-adder span.add-down {
    font-size: 20px;
    top: 20px;
}
.product-info .product-action{margin-bottom: 10px}
.product-info .product-action input{text-transform: uppercase}
.product-info .product-action .wishlist,
.product-info .product-action .compare {
    background-color: #4C4C4C;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}
.product-info .product-action .wishlist:hover,
.product-info .product-action .compare:hover{background-color: #C83A3A}
.product-info .product-action .wishlist a,
.product-info .product-action .compare a {
    color: #FFFFFF;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px;
}
.product-info .product-action .wishlist span,
.product-info .product-action .compare span{display: none}
.product-info .price {
    margin-bottom: 10px;
    font-size: 20px;
    color: #C83A3A;
}
.product-info .price .price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #292929;
}
.product-info .price .reward{font-size: 12px}
.product-info .price .discount{font-size: 12px}
.product-info .price .price-tax {
    font-size: 12px;
    color: #999999;
}
.product-info .description {
    margin-bottom: 10px;
    line-height: 23px;
}
.product-info .description a{text-decoration: none}
.product-info .description span {
    font-weight: bold;
    padding-right: 10px;
}
.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding: 0 25px;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-bottom: 10px;
}
.product-info .image-additional img{border: 1px solid #E7E7E7}
.product-info .image-additional .carousel-control {
    font-size: 40px;
    top: 25px;
    cursor: pointer;
}
.product-info .item a{margin-left: 10px}
.product-info .item a:first-child{margin-left: 5px}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 10px;
    border: 1px solid #E7E7E7;
    cursor: pointer;
}
.product-info .option{margin-bottom: 10px}
.product-info .review{margin-bottom: 10px}
.product-info .review > div{line-height: 23px}
.product-info .share {
    margin-bottom: 10px;
    line-height: normal;
}
.product-info .share a{text-decoration: none}
.form-review .option{margin-bottom: 10px}
#related .carousel-controls{top: -50px}
#related .item{padding: 0 10px}
/**
 *
 */
.review-list {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #E7E7E7;
}
.review-list .rating {
    float: right;
    margin-bottom: 25px;
}
.review-list .author {
    float: left;
    margin-bottom: 25px;
}
.review-list .text{clear: both}
/* attribute */
.attribute thead td,
.attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info .price-old {
    font-weight: bold;
    color: #FF0000;
    text-decoration: line-through;
}
.compare-info .price-new{font-weight: bold}
.compare-info .name a{font-weight: bold}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
/*
 * WISHTLIST PAGE
 */
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action{text-align: right}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock{text-align: left}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action{text-align: right}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock{text-align: left}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image{text-align: center}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .action img{cursor: pointer}
.wishlist-info tbody .image{text-align: center}
.wishlist-info tbody .image img{border: 1px solid #DDDDDD}
.wishlist-info tbody .price s{color: #C83A3A}
.wishlist-info td{padding: 7px}
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
/**
 * LOGIN PAGE
 */
/*
 * ORDERS PAGE
 */
.order-list{margin-bottom: 10px}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info{text-align: right}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* RETURN PAGE
 *
 */
.return-list{margin-bottom: 10px}
.return-list .return-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-info{text-align: right}
.return-product {
    margin-bottom: 20px;
    clear: both;
    overflow: auto;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha{float: left}
.download-list{margin-bottom: 10px}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info{text-align: right}
/*
 * CART PAGE
 */
.cart-module > div{display: none}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity{text-align: left}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity{text-align: left}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
    position: relative;
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    border: none;
}
.cart-info tbody .price,
.cart-info tbody .total{text-align: right}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image{text-align: center}
.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image{text-align: center}
.cart-info tbody .image img{border: 1px solid #DDDDDD}
.cart-info tbody span.stock {
    color: #FF0000;
    font-weight: bold;
}
.cart-info td{padding: 7px}
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
.cart-total table{float: right}
.cart-info thead .price,
.cart-info thead .total{text-align: right}
/*
 * CHECKOUT PAGE
 */
.checkout-heading {
    background: #E7E7E7;
    border: 1px solid #E7E7E7;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0 0 15px 0;
    display: none;
}
.checkout-content .buttons{clear: both}
.checkout-product tbody .name,
.checkout-product tbody .model{text-align: left}
.checkout-product thead .name,
.checkout-product thead .model{text-align: left}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product td{padding: 7px}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total{text-align: right}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total{text-align: right}
/*
 * CONTENT INFOMATION
 */
#contact-map {
    border: 7px solid #CCCCCC;
    margin-bottom: 25px;
}
.contact-customhtml {
    background: none repeat scroll 0 0 #F0F0F0;
    padding: 20px;
}
.contact-address{margin-bottom: 25px}
.contact-address ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #CCCCCC;
}
.contact-address ul li i {
    color: #888888;
    float: left;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
.contact-address ul li span {
    display: inline-block;
    padding-left: 15px;
}
.contact-customhtml ul li{padding: 7px 0}
.contact-customhtml ul li i {
    float: left;
    font-size: 20px;
    padding: 8px 5px 6px 10px;
}
.contact-customhtml ul li span {
    display: inline-block;
    padding-left: 5px;
}
#content .content{margin: 10px 0}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
#pav-mainnav{position: relative}
#pav-mainnav .dropdown:hover > .dropdown-menu{display: block}
#pav-mainnav .navbar{border: none}
#pav-mainnav .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
#pav-mainnav .navbar ul.nav > li:hover > a {
    background: none;
    background-color: #C83A3A;
}
#pav-mainnav .navbar ul.nav > li:hover > a:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
#pav-mainnav .navbar ul.nav > li > a {
    text-transform: uppercase;
    font-size: 15px;
    z-index: 0;
    overflow: hidden;
}
#pav-mainnav .navbar ul.nav > li > a:before {
    background-color: #C83A3A;
    height: 100%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
#pav-mainnav .dropdown-menu li a {
    background: url('../image/default/circle-li.png') no-repeat 10px 10px;
    padding: 3px 0 3px 20px;
}
#pav-mainnav .dropdown-menu li a:hover {
    background-position: 10px -29px;
    color: #C83A3A;
}
#pav-mainnav .navbar-inverse .navbar-nav > .open > a{background-color: #C83A3A}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner{padding: 10px}
.pav-megamenu .mega-group .caret{display: none}
.pav-megamenu .mega-group > .dropdown-toggle {
    display: block;
    font-weight: bold;
    padding: 6px 5px;
    text-transform: uppercase;
    border-bottom: solid 1px #E5E5E5;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a{margin-left: 6px}
.pav-megamenu .mega-col .mega-col-inner > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
    list-style: none;
    margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
    clear: both;
    color: #555555;
    display: block;
    line-height: 20px;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu{display: block}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -6px;
    margin-top: -6px;
    top: 0;
}
.pav-megamenu .cols2{width: 420px}
.pav-megamenu .cols3{width: 620px}
.pav-megamenu .cols4{width: 820px}
.megamenu .menu-icon {
    background-position: left center !important;
    display: block;
    padding-left: 30px;
}
#mainmenutop .navbar-toggle{float: left}
#menu-offcanvas .menu-offcanvas-inner{background-color: #C83A3A}
#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    width: 100% !important;
    min-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner{padding: 0 20px}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content{min-height: 100%}
.offcanvas-content {
    overflow-y: scroll;
    background: #F3EFE0;
}
.button-close-menu {
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px;
}
.button-close-menu .fa{font-size: 16px}
.offcanvas-pusher {
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.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;
}
.offcanvas-menu-open .offcanvas-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.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;
}
.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 */
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    lioffcanvas-style: none;
}
.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;
}
.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: #F3EFE0;
    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;
}
.offcanvas-menu ul li:firoffcanvas-child a{box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2)}
/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.offcanvas-effect-1.offcanvas-menu::after{display: none}
/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
.offcanvas-effect-2.offcanvas-menu{z-index: 1}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* RESPONSIVE */
@media (max-width: 768px) {
    #mainmenutop .navbar-nav{display: none}
    /*** OFFCANVAS SIDEBAR ***/
    .offcanvas-siderbars{position: relative}
    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }
    .offcanvas-siderbars.column-left-active #oc-column-left{display: block}
    .offcanvas-siderbars.column-right-active #oc-column-right{display: block}
    .offcanvas-siderbars.column-left-active .main-column{display: none}
    .offcanvas-siderbars.column-right-active .main-column{display: none}
}
.offcanvas-sidebars-buttons {
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}
#menu-offcanvas .pavo-widget .widget-inner iframe{width: 250px !important}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
.btn-theme-primary {
    background-color: #7DB641;
    border: none;
    color: #FFFFFF;
}
.btn-theme-primary:hover {
    background-color: #C83A3A;
    color: #FFFFFF;
    /******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright   Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license     GNU General Public License version 2
*******************************************************/
    /*
 *
 */
}
.btn-theme-primary:hover .btn-theme-primary {
    background-color: #7DB641;
    border: none;
    color: #FFFFFF;
}
.btn-theme-primary:hover .btn-theme-primary:hover {
    background-color: #C83A3A;
    color: #FFFFFF;
}
.btn-theme-primary:hover .text-primary-theme{color: #7DB641}
.btn-theme-primary:hover .text-danger-theme{color: #C83A3A}
.btn-theme-primary:hover .iconbox {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 8px;
    font-size: 15px;
}
.btn-theme-primary:hover .iconbox:hover{color: #FFFFFF}
.btn-theme-primary:hover .iconbox i{padding-left: 3px}
.btn-theme-primary:hover .social {
    margin: 35px 0;
    overflow: hidden;
}
.btn-theme-primary:hover .social a {
    color: #FFFFFF !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-theme-primary:hover .social a:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.btn-theme-primary:hover .social a.pinterest{background-color: #F13838}
.btn-theme-primary:hover .social a.youtube{background-color: #E62117}
.btn-theme-primary:hover .social a.instagram{background-color: #7AB7EF}
.btn-theme-primary:hover .social a.facebook{background-color: #395C8C}
.btn-theme-primary:hover .social a.google-plus{background-color: #F2532F}
.btn-theme-primary:hover .social a.twitter{background-color: #5ACEEF}
.btn-theme-primary:hover .box-services {
    font-size: 15px;
    text-transform: uppercase;
}
.btn-theme-primary:hover .box-services .iconbox {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 34px;
    line-height: 34px;
    width: 34px;
    -webkit-box-shadow: 0 0 0 3px #C83A3A;
    box-shadow: 0 0 0 3px #C83A3A;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.btn-theme-primary:hover .box-services .iconbox:after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: repeat scroll 0 0 #C83A3A;
    left: -2px;
    padding: 2px;
    top: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-theme-primary:hover .box-services .iconbox:hover {
    color: #C83A3A;
    color: #FFFFFF \9;
}
.btn-theme-primary:hover .box-services .iconbox:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #C83A3A;
}
.btn-theme-primary:hover .box-services .btn-info {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #4C4C4C;
    box-shadow: 0 0 0 3px #4C4C4C;
}
.btn-theme-primary:hover .box-services .btn-info:after{background: repeat scroll 0 0 #4C4C4C}
.btn-theme-primary:hover .box-services .btn-info:hover {
    color: #4C4C4C;
    color: #FFFFFF \9;
}
.btn-theme-primary:hover .box-media .media {
    color: #939393;
    background-color: #FAFAFA;
    border: 1px solid #F6F6F6;
    padding: 10px;
}
.btn-theme-primary:hover .box-media .media a.pull-left{margin-right: -45px}
.btn-theme-primary:hover .box-media .media a.pull-right{margin-left: -45px}
.btn-theme-primary:hover .box-media .media .media-right{text-align: right}
.btn-theme-primary:hover .box-media .media .media-right p {
    margin-right: 0;
    margin-left: 30px;
}
.btn-theme-primary:hover .box-media .media p{margin-right: 30px}
.btn-theme-primary:hover .media-dark .media {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
}
.btn-theme-primary:hover .newsletter input,
.btn-theme-primary:hover .newsletter button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 19px;
}
.btn-theme-primary:hover .newsletter .navbar-form{padding: 0}
.text-primary-theme{color: #7DB641}
.text-danger-theme{color: #C83A3A}
.owl-carousel{margin-bottom: 20px !important}
.scrollup {
    background: #7DB641;
    bottom: 82px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    z-index: 9999;
}
.scrollup .fa{display: block}
.text-right i{padding-right: 5px}
.iconbox {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 8px;
    font-size: 15px;
}
.iconbox:hover{color: #FFFFFF}
.iconbox i{padding-left: 3px}
.social {
    margin: 35px 0;
    overflow: hidden;
}
.social a {
    color: #FFFFFF !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social a:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.social a.pinterest{background-color: #F13838}
.social a.youtube{background-color: #E62117}
.social a.instagram{background-color: #7AB7EF}
.social a.facebook{background-color: #395C8C}
.social a.google-plus{background-color: #F2532F}
.social a.twitter{background-color: #5ACEEF}
.widget-heading {
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
}
.pavo-widget .product-block{border: none}
.pavo-widget .product-block .pav-colorbox {
    visibility: hidden;
    display: none;
}
.pavo-widget .product-block .wishlist {
    visibility: hidden;
    display: none;
}
.pavo-widget .product-block .compare {
    visibility: hidden;
    display: none;
}
.pavo-widget .product-block .product-zoom {
    visibility: hidden;
    display: none;
}
.pavo-widget .product-block:hover{border: none}
.pavo-widget .product-block:hover .img:after {
    opacity: 0;
    visibility: hidden;
}
.box-services {
    font-size: 15px;
    text-transform: uppercase;
}
.box-services .iconbox {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 34px;
    line-height: 34px;
    width: 34px;
    -webkit-box-shadow: 0 0 0 3px #C83A3A;
    box-shadow: 0 0 0 3px #C83A3A;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.box-services .iconbox:after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: repeat scroll 0 0 #C83A3A;
    left: -2px;
    padding: 2px;
    top: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.box-services .iconbox:hover {
    color: #C83A3A;
    color: #FFFFFF \9;
}
.box-services .iconbox:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #C83A3A;
}
.box-services .btn-info {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #4C4C4C;
    box-shadow: 0 0 0 3px #4C4C4C;
}
.box-services .btn-info:after{background: repeat scroll 0 0 #4C4C4C}
.box-services .btn-info:hover {
    color: #4C4C4C;
    color: #FFFFFF \9;
}
.box-media .media {
    color: #939393;
    background-color: #FAFAFA;
    border: 1px solid #F6F6F6;
    padding: 10px;
}
.box-media .media a.pull-left{margin-right: -45px}
.box-media .media a.pull-right{margin-left: -45px}
.box-media .media .media-right{text-align: right}
.box-media .media .media-right p {
    margin-right: 0;
    margin-left: 30px;
}
.box-media .media p{margin-right: 30px}
.media-dark .media {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
}
.newsletter input,
.newsletter button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 19px;
}
.newsletter .navbar-form{padding: 0}
/* Background body */
.pattern1{background-image: url('../image/pattern/pattern1.png')}
.pattern2{background-image: url('../image/pattern/pattern2.png')}
.pattern3{background-image: url('../image/pattern/pattern3.png')}
.pattern4{background-image: url('../image/pattern/pattern4.png')}
.pattern5{background-image: url('../image/pattern/pattern5.png')}
.pattern6{background-image: url('../image/pattern/pattern6.png')}
.pattern7{background-image: url('../image/pattern/pattern7.png')}
.pattern8{background-image: url('../image/pattern/pattern8.png')}
.pattern9{background-image: url('../image/pattern/pattern9.png')}
.pattern10{background-image: url('../image/pattern/pattern10.png')}
.pattern11{background-image: url('../image/pattern/pattern11.png')}
.pattern12{background-image: url('../image/pattern/pattern12.png')}
.pattern13{background-image: url('../image/pattern/pattern13.png')}
.pattern14{background-image: url('../image/pattern/pattern14.png')}
.pattern15{background-image: url('../image/pattern/pattern15.png')}
.pattern16{background-image: url('../image/pattern/pattern16.png')}
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 1.1
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) Augus 2013 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
@media only screen and (max-width: 1200px) {
    .gallery a{width: auto !important}
}
@media only screen and (max-width: 991px) {
    #logo{text-align: center}
    #header-main{margin-bottom: 10px}
    #header-main .header-wrap > div{height: 60px}
    #pav-mainnav {
        position: absolute !important;
        content: "";
        top: 2px;
        width: 60px;
        height: 60px !important;
    }
    #pav-mainnav .mainnav-wrap{background: transparent}
    .navbar-inverse .navbar-toggle {
        display: block;
        float: none;
        width: 40px;
        height: 35px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background-color: #997747;
        border-color: #997747;
        margin-left: 10px;
    }
    .navbar-inverse .navbar-toggle .icon-bar{width: 18px}
    .navbar-collapse.collapse{display: none !important}
    .navbar-nav > li{float: none}
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus{background-color: #9A8362}
    .zoomContainer{display: none !important}
}
@media only screen and (max-width: 749px) {
    #logo {
        display: block !important;
        text-align: center;
        margin: 10px 0;
    }
    #header #cart,
    .box-services {
        display: block !important;
        margin-bottom: 20px;
        width: 190px;
    }
    .wishlist-info td,
    .wishlist-info th,
    table.history-list td,
    table.history-list th,
    table.order-info td,
    table.order-info th,
    table.compare-info td,
    table.compare-info th,
    table.pav-checkout-product td,
    table.pav-checkout-product th,
    table.pav-shop-cart td,
    table.pav-shop-cart th {
        border-right: 0 none;
        display: block !important;
        float: none !important;
        text-align: left !important;
        width: auto !important;
    }
    .wishlist-info tr td:before,
    table.history-list tr td:before,
    table.order-info tr td:before,
    table.pav-shop-cart tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        width: 50%;
    }
    .wishlist-info tr td,
    table.order-info tr td,
    table.history-list tr td,
    table.pav-shop-cart tr td {
        text-align: right;
        display: block;
        min-height: 20px;
        border-left: none;
        background: none;
    }
    table.history-list thead,
    table.order-info thead,
    .wishlist-info thead,
    table.pav-shop-cart thead{display: none}
    #search {
        position: absolute;
        right: 11px;
        top: -50px;
        z-index: 1001;
        width: 200px;
    }
    #search input{width: 200px}
    #header #cart,
    .box-services{margin-left: 35%}
}
@media (max-width: 768px) {
    .header-hidden{display: none !important}
    .page-home .sidebar{display: none !important}
}
@media only screen and (max-width: 360px) {
    .header-hidden{display: none !important}
}
@media only screen and (max-width: 320px) {
    #topbar .show-mobile .quick-user .inner-toggle{right: -40px}
    .product-info .image-additional{padding: 0}
    .header-hidden{display: none !important}
    #comment-form .recaptcha input {
        width: 150px !important;
        margin-top: 10px !important;
    }
}
.product-block .name,
.box.dark .box-content ul li,
.sidebar .box-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.product-filter .display{padding-top: 0}
#pav-categorymenu{padding: 0}
.box.nopadding #pav-categorymenu ul li{padding: 8px 20px}
#header-main .header-right .row.header-service #sevice-header img {
    width: 70%;
    margin-left: 4px;
    margin-bottom: 3px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a{background-color: #E7E7E7}
/*!
custom
!*/
#cart ul.dropdown-menu {
    width: 400px;
    left: initial;
    right: 15%;
    margin-top: 30px;
}
@media (max-width: 991px) {
    #header .col-cart{position: unset}
    #header #cart {
        position: absolute;
        right: 0;
        top: -50px;
        display: block;
        min-width: 220px;
    }
    .common-home .sidebar{display: none}
}
@media (max-width: 768px) {
    .header-services{display: none}
    #header-main .header-wrap{padding: 15px 0}
    #header-main .header-wrap > div{height: auto}
    #header #cart{top: -40px}
    .product-list .product-meta .wishlist, .product-list .product-meta .compare {
        display: inline-block;
        margin-right: 30px;
    }
    .banner-wrapper img {
        margin: auto;
        margin-top: 10px;
    }
}
@media (max-width: 430px) {
    #header #cart {
        position: unset;
        margin: 0;
        width: 100%;
        margin-top: 30px;
    }
    #cart ul.dropdown-menu {
        width: 95%;
        left: 10px;
        margin-top: 15px;
    }
}
/*! Pav testimonial !*/
.pavtestimonial{position: relative}
.pavtestimonial .carousel-inner{position: relative}
.pavtestimonial .banner-info {
    position: absolute;
    bottom: 25%;
    left: 10%;
    z-index: 4;
    background: #CCCCCC;
    width: 300px;
    padding: 12px;
    min-height: 40px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.pavtestimonial .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.pavtestimonial .carousel-indicators li {
    display: block;
    float: left;
    z-index: 20;
    padding: 10px;
    margin: 3px;
    background: red;
}
.pavtestimonial .carousel-indicators li.active{background: #000000}
.pavtestimonial .thumb-indicators li {
    text-indent: 0;
    display: block;
    float: left;
    height: 97px;
    margin: 3px;
    padding: 3px;
    width: 23%;
    z-index: 20;
}
/*! Pav Carousel !*/
.productcarousel{position: relative}
.productcarousel .carousel-control{z-index: 10}
/*! Pav Gallery !*/
.gallery a {
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    width: 29%;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0B0B0B;
    opacity: 0.8;
    filter: alpha(opacity=80); }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.mfp-align-top .mfp-container:before {
    display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
.mfp-ajax-cur {
    cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
    cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
.mfp-loading.mfp-figure {
    display: none; }
.mfp-hide {
    display: none !important; }
.mfp-preloader {
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCCCCC; }
.mfp-preloader a:hover {
    color: white; }
.mfp-s-ready .mfp-preloader {
    display: none; }
.mfp-s-error .mfp-content {
    display: none; }
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
    color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCCCCC;
    font-size: 12px;
    line-height: 18px; }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }
.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
.mfp-image-holder .mfp-content {
    max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
/*! pav Blog !*/
.clearfix{*zoom: 1}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after{clear: both}
.pav-header{position: relative}
.pav-header .rss-wrapper {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-indent: -999em;
}
.blog-meta ul {
    margin: 10px 0;
    text-align: right;
    color: #909090;
    font-size: 11px;
}
.blog-meta ul li {
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.blog-meta ul li span{font-size: 12px}
/**
* Category Page
*/
.pav-blog .image {
    text-align: center;
    margin-bottom: 20px;
}
.blog-item img{margin-bottom: 20px}
.blog-item{margin-bottom: 20px}
.blog-item .description{margin-bottom: 10px}
.blog-bottom h4{margin: 10px 0}
/**
* Blog Page
*/
.pav-blog .blog-meta{overflow: hidden}
.pav-blog .blog-meta > span {
    display: block;
    float: left;
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
    padding: 0 10px 5px;
}
.pav-blog .blog-meta > span:first-child{padding-left: 0}
.pav-blog .blog-meta > span:last-child{font-size: 90%}
.pav-blog .blog-meta > span span{font-weight: normal}
.pav-blog .blog-content, .pav-blog .blog-bottom{margin-bottom: 20px}
.pav-comment, .pav-blog .blog-bottom{padding-top: 10px}
.pav-blog .blog-bottom ul li {
    list-style: disc;
    margin-left: 20px;
}
.pav-blog .blog-tags{margin-bottom: 15px}
.pav-blog .blog-tags a {
    margin: 0 2px;
    font-style: italic;
}
.comment-item{padding-bottom: 10px}
.comment-item img{padding-right: 12px}
.comment-wrap {
    overflow: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.comment-wrap .comment-meta {
    border-bottom: 1px solid #E5E5E5;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px;
}
.comment-wrap .comment-meta > span{font-weight: bold}
.comment-wrap .comment-meta > span span{font-weight: normal}
.blog-social .social-wrap > div{float: left}
.blog-social .social-heading{padding-right: 12px}
.comment-link {
    background: none repeat scroll 0 0 #F4F4F4;
    border-left: 1px solid #E5E5E5;
    display: block;
    float: right;
    font-weight: bold;
    margin: -11px -20px -10px 0;
    padding: 10px 20px;
}
#comment-form .message {
    background: #FCF8E3;
    padding: 12px;
    color: #000000;
    margin: 12px;
}
#comment-form .comment-warning{color: #B94A48}
#comment-form .input-group {
    clear: both;
    padding: 6px 0;
}
#comment-form label {
    display: block;
    line-height: 27px;
    margin: 0;
    width: 20%;
}
#comment-form input, #comment-form textarea {
    display: block;
    margin: 0;
    width: 77%;
}
#comment-form .recaptcha{padding: 12px}
#comment-form .recaptcha input {
    width: 140px;
    height: 27px;
    display: inline;
    margin: 0 12px 0 0;
}
/**
* Module
*/
.pavblogs-comments-box .pav-comment {
    padding: 10px;
    border-bottom: 1px dashed #F4F4F4
}
.pavblogs-comments-box .pav-comment:last-child{border-bottom: none}
.pavblogs-comments-box img {
    padding-right: 12px;
    float: left
}
.comment-author{color: #C83A3A}
/*category*/
.pavblock .image {
    float: left;
    margin-right: 10px;
}
.pavblock .image img{margin-bottom: 0}
.pavblock .blog-title{margin-bottom: 10px}
.pavblock .blog-title a{font-size: 13px}
.pavblock .description{font-size: 11px}
.children-wrap,
.children-wrap .sub-description,
.children-wrap img{margin-top: 10px}
/*! Pav Newsletter !*/
.newsletter_block {
}
.newsletter_block .title_block, .newsletter_block h4 {
    color: #3B3B3B;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.newsletter_block p{padding: 0}
.newsletter_block input.inputNew {
    width: 80%;
    border-radius: 0;
    line-height: 20px;
    display: inline-block;
}
.newsletter_block input.button_mini{border-radius: 0}
.newsletter_block p.success_inline {
    color: #418B19;
    font-weight: bold;
    text-align: center;
}
.newsletter_block p.warning_inline {
    color: #DA0F00;
    font-weight: bold;
    text-align: center;
}
.valid {
    font-size: 11px;
    position: absolute;
}
@media (max-width: 430px) {
    #header .col-cart.pull-right{width: 100%}
}
/*#footer .footer-top .pav-block.bloglatest .pavblock .image img {max-width: 25%;}*/
#footer .footer-top .pav-block.bloglatest .pavblock .blog-body {display: flex}
#footer .footer-top .pav-block.bloglatest .pavblock .blog-body .image {
    width: 25%;
    margin: 0;
}
#footer .footer-top .pav-block.bloglatest .pavblock .blog-body .group-blog {
    width: 75%;
    padding-left: 10px;
}
#topbar .show-mobile #search_mobile .inner-toggle {right: -70px}