/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 3.0
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) May 2014 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*
 * LAYOUT VARIABLES
 */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
  /*color: #787878;*/
  color: #000000;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

ul.bullet li {
  padding: 5px 0;
  position: relative;
}
ul.bullet li a {
  padding-left: 20px;
}
.rtl ul.bullet li a {
  padding-right: 20px;
  padding-left: inherit;
}
ul.bullet li a:before {
  display: block;
  content: "\f064";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #013e7d;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block;
  line-height: normal;
}
ul.links li a {
  transition: color 0.3s linear 0s;
  margin: 0 8px;
}
ul.links li a:hover {
  color: #282828;
  transition: color 0.3s linear 0s;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
.rtl ul.links li .fa, .rtl ul.links li .icon {
  margin-left: 10px;
  margin-right: inherit;
}
ul.list {
  padding: 0;
  margin: 0;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
.rtl ul.my-account li {
  margin-right: 14px;
  margin-left: inherit;
}
ul.inline li {
  float: left;
}
.rtl ul.inline li {
  float: right;
}

.tree-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
  position: absolute;
  right: 30px;
  top: 17px;
  color: #ffffff;
  padding: 2px 6px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  cursor: pointer;
  background: #013e7d;
}
.rtl .tree-menu > ul > li .caret, .rtl .tree-menu > ul > li .head a {
  left: 30px;
  right: auto;
}
.tree-menu > ul > li:last-child a {
  border: none;
}
.tree-menu > ul > li > a {
  display: block;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px 30px;
  border-bottom: 1px dashed #dddddd;
  line-height: 50px;
}
.tree-menu > ul > li > a:hover, .tree-menu > ul > li > a:focus {
  color: #013e7d;
}
.tree-menu > ul > li a.active {
  color: #013e7d;
}
.tree-menu > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li {
  padding-left: 30px;
}
.rtl .tree-menu > ul > li ul > li {
  padding-right: 30px;
  padding-left: inherit;
}
.tree-menu > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
}
.tree-menu > ul > li ul > li > a.active {
  font-weight: bold;
  color: #013e7d;
}
.tree-menu > ul > li ul > li > a {
  border-bottom: 1px dashed #dddddd;
}

.panel-line:before, .panel-line:after {
  content: " ";
  display: table;
}
.panel-line:after {
  clear: both;
}
.panel-line .plabel {
  width: 150px;
  float: left;
  font-weight: normal;
}
.rtl .panel-line .plabel {
  float: right;
}
.panel-line .plabel label {
  font-weight: normal;
}
.panel-line .pcontent {
  width: 70%;
  float: left;
}
.rtl .panel-line .pcontent {
  float: right;
}

.hasline {
  border-bottom: solid 1px #013e7d;
  margin: 10px 0;
}

.underline a {
  color: #013e7d;
}

.form-control {
  box-shadow: none;
  height: 36px;
}

/*start*/
div .fa-stack {
  height: 0.7em;
  line-height: 0.7em;
  width: 0.7em;
  font-size: 10px;
}
div .fa-stack-2x {
  height: 1em;
  font-size: 1em;
}
div .fa-star {
  color: #FAD31F;
}

.btn-switch {
  background: none;
  border: 1px solid #dddddd;
  padding: 7px 10px;
  border-radius: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.btn-switch .fa {
  font-size: 14px;
}
.btn-switch.active, .btn-switch:active {
  box-shadow: none;
}
.btn-switch.active .fa, .btn-switch:active .fa {
  color: black;
}
.btn-switch.list {
  margin-right: 5px;
}
.rtl .btn-switch.list {
  margin-left: 5px;
  margin-right: inherit;
}

.popup-with-form {
  font-size: 12px;
  margin-left: 5px;
  color: #013e7d;
}
.rtl .popup-with-form {
  margin-right: 5px;
  margin-left: inherit;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

.list-unstyled > li {
  line-height: 30px;
}

/*  PAGINATION STYLE */
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 20px 0;
  border: 1px dashed #dbdbdb;
  padding: 15px;
}
.pagination .links {
  float: left;
}
.rtl .pagination .links {
  float: right;
}
.pagination .links a, .pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  margin: 0px 10px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: white;
  border: #dbdbdb;
  color: #787878;
}
.rtl .pagination .links a, .rtl .pagination .links b {
  margin: 0px 0 0 10px;
}
.pagination .links a:active, .pagination .links b:active {
  background-color: #013e7d;
  color: white;
  border: #dbdbdb;
}
.pagination .links b {
  background-color: #013e7d;
  color: white;
  border: #dbdbdb;
}
.pagination .results {
  float: right;
  color: #777777;
}
.rtl .pagination .results {
  float: left;
}

/* tab style */
.htabs ul li {
  margin: 0;
  float: none;
  display: block;
  border-bottom: 1px solid #013e7d;
}
.htabs ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 20px;
  border: none;
  margin-right: 0px;
}
.rtl .htabs ul li a {
  margin-left: 0px;
  margin-right: inherit;
}
.htabs ul li a.selected {
  color: #013e7d;
  background-color: white;
  display: block;
  box-shadow: -2px 0 0 0 #013e7d inset;
}
.htabs ul li a.selected:hover {
  box-shadow: none;
}
.htabs ul li a:hover {
  background-color: white;
  border-right: 2px solid #282828;
}
.rtl .htabs ul li a:hover {
  border-left: 2px solid #282828;
  border-right: inherit;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}

table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  cursor: pointer;
}

.nav-tabs > li {
  float: left;
}
.rtl .nav-tabs > li {
  float: right;
}
.nav-tabs > li > a {
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
}

.input-qty {
  min-width: 45px;
  text-align: center;
}

.navbar-default {
  background: #013e7d;
}
.navbar-default .navbar-nav > li:last-child {
  border-right: 1px solid #013e7d;
}
.rtl .navbar-default .navbar-nav > li:last-child {
  border-left: 1px solid #013e7d;
  border-right: inherit;
}
.navbar-default .navbar-nav > li > a {
  border-left: 1px solid #013e7d;
}
.rtl .navbar-default .navbar-nav > li > a {
  border-right: 1px solid #013e7d;
  border-left: inherit;
}

.nav-pills > li.active > a {
  background: #013e7d;
}

#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.no-padding {
  padding: 0;
}

.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px;
}

.notification-inner {
  position: relative;
}

#notification {
  position: relative;
  width: 100%;
  z-index: 100;
}

.alert {
  margin: 20px 0;
  position: relative;
}

.success, .warning, .attention, .information {
  color: #555555;
  z-index: 10000;
  padding: 10px 10px 10px 45px;
  margin-top: 3px;
  margin-right: 30px;
}
.rtl .success, .rtl .warning, .rtl .attention, .rtl .information {
  padding: 10px 45px 10px 10px;
}
.rtl .success, .rtl .warning, .rtl .attention, .rtl .information {
  margin-left: 30px;
  margin-right: inherit;
}

.success .close, .warning .close, .attention .close, .information .close {
  float: right;
  cursor: pointer;
}
.rtl .success .close, .rtl .warning .close, .rtl .attention .close, .rtl .information .close {
  float: left;
}

.attention {
  background: #fff5cc url("../image/attention.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .attention {
  background-position: right 10px center;
}

.warning {
  background: #ffd1d1 url("../image/warning.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .warning {
  background-position: right 10px center;
}

.success {
  background: #eaf7d9 url("../image/success.png") no-repeat;
  background-position: left 10px center;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .success {
  background-position: right 10px center;
}

.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.error {
  display: block;
  color: #FF0000;
  margin-top: 15px;
}

.welcome {
  color: #636E75;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

select {
  border-radius: 0px !important;
  border: solid 1px gainsboro;
  text-transform: uppercase;
  height: 34px;
  font-size: 11px;
  font-weight: 400;
  width: 165px;
  padding: 8px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #787878;
}

#breadcrumb {
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 50px;
}
#breadcrumb .fa {
  padding-right: 10px;
  font-size: 16px;
}
.rtl #breadcrumb .fa {
  padding-left: 10px;
  padding-right: inherit;
}

a:hover, a:focus {
  color: #013e7d;
}

.navbar-toggle {
  padding: 6px 10px;
}

.nav {
  padding-left: 0;
}
.rtl .nav {
  padding-right: 0;
  padding-left: inherit;
}

.media > .pull-left {
  margin-right: 5px;
}
.rtl .media > .pull-left {
  margin-left: 5px;
  margin-right: inherit;
}
.media > .pull-right {
  margin-left: 5px;
}
.rtl .media > .pull-right {
  margin-right: 5px;
  margin-left: inherit;
}

.category_filter {
  border-right: none;
}
.rtl .category_filter {
  border-left: none;
  border-right: inherit;
}

#_atssh {
  display: none !important;
}

.input-group-btn .btn {
  padding: 9px 8px;
}

.input-group-search {
  border: none;
}

.buttons {
  padding: 20px 0;
}
.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .left {
  float: left;
}
.rtl .buttons .left {
  float: right;
}
.buttons .right {
  float: right;
}
.rtl .buttons .right {
  float: left;
}

.btn-search {
	font-family:FontAwesome;
	font-size:16px;
}

.btn-search:hover {
	color:#10B765;
}

.btn-outline-inverse {
  color: white;
  background-color: #10B765;
  border-color: #10B765;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #0a713f;
  border-color: #0a713f;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #10B765;
  border-color: #10B765;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: black;
  border-color: #4c4c4c;
}
.btn-outline-inverse .badge {
  color: black;
  background-color: white;
}

.btn-inverse {
  color: #787878;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: #013e7d;
  background-color: none;
  border-color: none;
}
.open .btn-inverse.dropdown-toggle {
  color: #013e7d;
  background-color: none;
  border-color: none;
}
.btn-inverse:active, .btn-inverse.active {
  background-image: none;
}
.open .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}
.btn-inverse .badge {
  color: #fcfcfc;
  background-color: #787878;
}

.btn-outline {
  color: white;
  background-color: dimgrey;
  border-color: dimgrey;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  background-color: #013e7d;
  border-color: #013e7d;
}
.open .btn-outline.dropdown-toggle {
  color: white;
  background-color: #013e7d;
  border-color: #013e7d;
}
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: dimgrey;
  border-color: dimgrey;
}
.btn-outline .badge {
  color: dimgrey;
  background-color: white;
}

.btn-quickview {
  padding: 7px 8px;
}
.btn-quickview .fa {
  padding-right: 5px;
}
.rtl .btn-quickview .fa {
  padding-left: 5px;
  padding-right: inherit;
}

.btn-variant {
  padding: 9px 9px;
  font-size: 11px;
  line-height: 1.42857;
  border-radius: 4px;
}

.btn-action {
  font-size: 11px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  cursor: pointer;
}
.btn-action:before {
  content: "+";
  padding-right: 5px;
}
.rtl .btn-action:before {
  padding-left: 5px;
  padding-right: inherit;
}

div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.ptsothemes.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:ptsothemes$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-md {
  background: url("../image/pattern/pattern19.png");
}
body.layout-boxed-md #pavo-page {
  max-width: 1060px;
  margin: 0 auto;
  background: white;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern19.jpg") no-repeat black;
}
body.layout-boxed-lg #pavo-page {
  max-width: 1290px;
  margin: 0 auto;
  background: none;
}
body.layout-boxed-lg .pavo-container {
  background: white;
}
body.layout-boxed-lg #header ul.navbar-nav > li > a {
  color: white;
}
body.layout-boxed-lg .quick-top-link .form-control {
  background: none;
  border: none;
}
body.layout-boxed-lg .links-outline a {
  color: white;
}
body.layout-boxed-lg .search-wrapper .search_block {
  border: none;
}
body.layout-boxed-lg #header-main {
  background: none;
}
body.layout-boxed-lg .cart-inner h4 {
  color: white;
}
body.layout-boxed-lg .cart-inner a {
  color: white;
}
body.layout-boxed-lg #cart .cart-icon {
  background: url("../image/shop-cart-2.png") no-repeat;
}
body.layout-boxed-lg #topbar {
  border-bottom: 1px solid #292929;
  background: none;
  color: #9c9c9c;
}
body.layout-boxed-lg #topbar a {
  color: white;
}
body.layout-boxed-lg #topbar a:hover {
  color: white;
}
body.layout-boxed-lg #topbar .fa-angle-down {
  color: white;
}
body.layout-boxed-lg #topbar .quick-top-link a {
  color: #787878;
}
body.layout-boxed-lg #columns, body.layout-boxed-lg #pavo-showcase, body.layout-boxed-lg #pavo-mass-bottom {
  background: white;
}

/*
* HEADER
*/
#topbar {
  padding: 5px 0;
  min-height: 30px;
  font-weight: 300;
  font-size: 13px;
  border-bottom: none;
  background: #f6f5f5;
  color: #9c9c9c;
}
#topbar a {
  color: #9c9c9c;
}
#topbar a:hover {
  color: black;
}
#topbar a {
  font-size: 13px;
}
#topbar .box-currency a {
  border: 1px solid #e1e1e1;
  color: #9c9c9c;
  cursor: pointer;
  padding: 4px 8px;
}
#topbar .links {
  float: left;
  line-height: 30px;
}
.rtl #topbar .links {
  float: right;
}
#topbar .links-outline a {
  color: black;
}
#topbar .form-control {
  height: 30px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 0;
  font-size: 13px;
}
#topbar .btn-group.open .form-control {
  border: 1px solid #013e7d;
}
#topbar .fa-angle-down {
  color: black;
}
#topbar .box-language {
  padding-left: 7px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: color 0.3s linear 0s;
}
.rtl #topbar .box-language {
  padding-right: 7px;
  padding-left: inherit;
}
#topbar .box-language li {
  line-height: 25px;
}
#topbar .box-language span:hover {
  color: #000;
  transition: color 0.3s linear 0s;
}
#topbar .currency {
  padding-left: 7px;
  padding-bottom: 10px;
  cursor: pointer;
}
.rtl #topbar .currency {
  padding-right: 7px;
  padding-left: inherit;
}

#header-main {
  background-color: white;
  min-height: 53px;
  color: #9c9c9c;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: left;
  margin-top: 15px;
}

.rtl #header-main .inner {
  text-align: right;
}
#header-main .header-content {
  margin: 10px 0;
}

#logo-theme a {
  background: url("../image/logo.png") no-repeat;
  background-position: center center;
  display: block;
  width: 170px;
  height: 55px;
}
#logo-theme a span {
  display: none;
}

#header #pav-mainnav {
  background: none;
}
#header .navbar-header {
  float: right;
}
.rtl #header .navbar-header {
  float: left;
}
#header .navbar-default {
  background: none;
}
#header ul.navbar-nav > li:last-child {
  border: none;
}
#header ul.navbar-nav > li > a {
  border: none;
  color: black;
}
#header ul.navbar-nav > li > a:hover {
  color: #013e7d;
}
#header ul.navbar-nav > li > a span:before {
  background: #013e7d;
  bottom: 10px;
}
#header ul.navbar-nav > li > a > .caret {
  display: none;
}
#header ul.navbar-nav > li:hover {
  background: none;
}
.rtl #header ul.navbar-nav > li:after {
  margin-right: -4px;
  margin-left: inherit;
}
#header ul.navbar-nav > li:first-child:after {
  content: "";
}
#header .show-mobile {
  text-align: right;
}
#header .show-mobile:before, #header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
.rtl #header .show-mobile {
  text-align: left;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: inline-block;
}
.rtl #header .show-mobile > div {
  float: right;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 14px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: white;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0px;
  left: auto;
  min-width: 160px;
  display: none;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: white;
  padding: 15px;
  text-align: left;
}
.rtl #header .show-mobile .inner-toggle {
  left: 0px;
  right: auto;
}
.rtl #header .show-mobile .inner-toggle {
  text-align: right;
}
#header .navbar-toggle {
  color: black;
  float: right !important;
}

#pav-masshead {
  background: #013e7d;
}
#pav-masshead .inner {
  background: none;
  color: #787878;
}
#pav-masshead .inner a {
  color: #787878;
}
#pav-masshead .inner a:hover {
  color: #013e7d;
}
#pav-masshead .search-box, #pav-masshead .cart-top {
  margin: 5px 0;
}
#pav-masshead .pav-verticalmenu {
  margin-top: 12px;
}
#pav-masshead .shapes {
  color: white;
}
#pav-masshead .cart-inner h4 {
  color: white;
}
#pav-masshead .cart-inner a {
  color: white;
}
#pav-masshead .cart-inner a:hover {
  color: white;
}
#pav-masshead .product-block a {
  color: black;
}
#pav-masshead .input-search {
  border: none;
}

/*
* NAVIGATION
*/
/*
* SLIDESHOW
*/
/*
* SHOWCASE
*/
/*
* MASS-BOTTOM
*/
/*
* PROMOTION TOP
*/
/*
* MAIN CONTENT
*/
#content {
  min-height: 400px;
  margin-bottom: 25px;
}

/*end*/

/* POWER BY */
#powered {
  position: relative;
  margin: 0;
  clear: both;
  background: #171717;
  padding: 35px 0;
  color: #787878;
  border-top: 1px solid none;
  font-size: 14px;
  position: relative;
}
#powered .copyright {
  text-align: center;
  line-height: 24px;
  font-weight: 300;
}
#powered a {
  color: #bdbdbd;
}

/* block */
.box {
  margin: 30px 0;
  position: relative;
  /* block styles */
}
.box .box-heading {
  color: #013e7d;
  position: relative;
  text-transform: uppercase;
  padding: 7px 50px;
  font-size: 18px;
  letter-spacing: 0px;
  background: transparent;
  font-weight: 900;
  margin: 0;
  line-height: 26px;
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
}
.box .box-content {
  /*padding: $block-module-content-padding;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}
.box .box-content:before, .box .box-content:after {
  content: " ";
  display: table;
}
.box .box-content:after {
  clear: both;
}
.box.nopadding .box-content {
  padding: 0;
  margin: 0;
}
.box.padding .box-content {
  padding: 30px;
  margin: 0;
}
.box.box-margin .box-content > * {
  margin: 30px 30px 0;
}
.box .lnk {
  padding-top: 0px;
}

.box-default {
  border-color: #dddddd;
}
.box-default .box-heading {
  color: #013e7d;
  background-color: white;
  border-color: #dddddd;
}
.box-default .box-heading + .box-collapse .box-content {
  border-top-color: #dddddd;
}
.box-default > .box-footer + .box-collapse .box-body {
  border-bottom-color: #dddddd;
}

.box-primary {
  border-color: #013e7d;
}
.box-primary .box-heading {
  color: white;
  background-color: #013e7d;
  border-color: #013e7d;
}
.box-primary .box-heading + .box-collapse .box-content {
  border-top-color: #013e7d;
}
.box-primary > .box-footer + .box-collapse .box-body {
  border-bottom-color: #013e7d;
}

.box-success {
  border-color: #d6e9c6;
}
.box-success .box-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.box-success .box-heading + .box-collapse .box-content {
  border-top-color: #d6e9c6;
}
.box-success > .box-footer + .box-collapse .box-body {
  border-bottom-color: #d6e9c6;
}

.box-info {
  border-color: #bce8f1;
}
.box-info .box-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.box-info .box-heading + .box-collapse .box-content {
  border-top-color: #bce8f1;
}
.box-info > .box-footer + .box-collapse .box-body {
  border-bottom-color: #bce8f1;
}

.box-warning {
  border-color: #faebcc;
}
.box-warning .box-heading {
  color: #eadd4b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.box-warning .box-heading + .box-collapse .box-content {
  border-top-color: #faebcc;
}
.box-warning > .box-footer + .box-collapse .box-body {
  border-bottom-color: #faebcc;
}

.box-danger {
  border-color: #ebccd1;
}
.box-danger .box-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.box-danger .box-heading + .box-collapse .box-content {
  border-top-color: #ebccd1;
}
.box-danger > .box-footer + .box-collapse .box-body {
  border-bottom-color: #ebccd1;
}

.box-highlight.box .box-heading {
  border: 1px dashed #353535;
  color: #eadd4b;
}
.box-highlight.box .box-heading:before {
  border: 1px solid #eadd4b;
  background: none;
  color: #eadd4b;
}
.box-highlight.box .countdown_num {
  color: #eadd4b;
}
.box-highlight.box .carousel-controls a {
  border: 1px solid #666666;
}
.box-highlight.box .carousel-controls a i {
  color: #a0a0a0;
}
.box-highlight.box .carousel-controls a:hover {
  border-color: #eadd4b;
}
.box-highlight.box .carousel-controls a:hover i {
  color: #eadd4b;
}

.box-highlighted {
  border-color: #282828;
}
.box-highlighted .box-heading {
  color: white;
  background-color: #282828;
  border-color: #013e7d;
}
.box-highlighted .box-heading + .box-collapse .box-content {
  border-top-color: #282828;
}
.box-highlighted > .box-footer + .box-collapse .box-body {
  border-bottom-color: #282828;
}
.box-highlighted .box-content {
  border-color: #282828;
  border-width: 2px;
}

/* block inline style */
.box-inline .icon {
  font-size: 35px;
}
.box-inline .explain {
  font-size: 14px;
}
.box-inline .box-content {
  color: white;
  position: relative;
  text-transform: uppercase;
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
  font-size: 18px;
}

.sidebar .box {
  border: 1px dashed #dddddd;
}
.sidebar .box .box-heading {
  border-top: none;
  border-left: none;
  border-right: none;
}
.rtl .sidebar .box .box-heading {
  border-right: none;
  border-left: inherit;
}
.rtl .sidebar .box .box-heading {
  border-left: none;
  border-right: inherit;
}
.sidebar .box .nav-tabs {
  border-top: none;
  border-left: none;
  border-right: none;
}
.rtl .sidebar .box .nav-tabs {
  border-right: none;
  border-left: inherit;
}
.rtl .sidebar .box .nav-tabs {
  border-left: none;
  border-right: inherit;
}
.sidebar .box .products-row {
  padding: 0 30px 0px;
}
.sidebar .box:first-child {
  margin-top: 0px;
}
.sidebar .pav-custom {
  border: none;
}
.sidebar .pav-custom .box-heading {
  border: none;
  background: none;
  color: white;
}
.sidebar .pav-custom .box-content {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.rtl .sidebar .pav-custom .box-content {
  padding-right: 0px;
  padding-left: inherit;
}
.rtl .sidebar .pav-custom .box-content {
  padding-left: 0px;
  padding-right: inherit;
}
.sidebar .banner {
  border: none;
}
.sidebar .box.highlights {
  border: none;
}
.sidebar .box.highlights .box-heading {
  padding: 14px 30px;
  background: #013e7d;
  color: white;
  border: 1px solid #013e7d;
}
.sidebar .box.highlights .box-content {
  border-bottom: 1px dashed #dddddd;
  border-left: 1px dashed #dddddd;
  border-right: 1px dashed #dddddd;
}
.sidebar .box.highlights .box-content li > a {
  border-top: 1px dashed #dddddd;
  border-bottom: none;
}
.sidebar .box.highlights .box-content li:first-child > a {
  border-top: none;
}
.sidebar .verticalmenu {
  display: block;
  position: relative;
}
.sidebar .blog .box-content {
  padding: 30px 30px 0;
}

/* block style in main content */
.pav-custom .box-content {
  border: none;
  background: none;
}
.pav-custom .box-content {
  border: none;
}

.box-content {
  padding: 0;
  margin-bottom: 30px;
}

.box {
  border: none;
}
.box .box-heading {
  border: 1px dashed #dddddd;
}
.box .nav-tabs {
  border: 1px dashed #dddddd;
}

.producttabs .nav-tabs {
  border: none;
  position: absolute;
  top: 0px;
  left: 24%;
  margin-top: 0;
}
.rtl .producttabs .nav-tabs {
  right: 24%;
  left: auto;
}

/* block style in footer */
#footer .box {
  margin-bottom: 0;
  border: none;
}
#footer .box .box-heading {
  border: none;
  background: none;
  color: white;
  padding-left: 0px;
}
.rtl #footer .box .box-heading {
  padding-right: 0px;
  padding-left: inherit;
}
#footer .box .box-heading:before {
  border: none;
  content: none;
}
#footer .box .box-content {
  border: none;
  padding: 0;
}

#footer .button-cart{height:35px;margin:0px;}

.gallery-carousel {
  position: relative;
}

.price {
  color: #013e7d;
  font-size: 24px;
}
.price .price-old, .price .old-price {
  color: #787878;
  text-decoration: line-through;
  font-size: 14px;
}
.price .special-price, .price .price-new {
  line-height: 24px;
}
.price .price-tax {
  font-size: 16px;
}

.products-row {
  position: relative;
}
.products-row .product-col {
  margin-top: 30px;
}

/* product style */
.product-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white;
  margin: 0;
  text-align: center;
  border: 1px solid #f2f2f2;
}
.product-block a:hover, .product-block a:focus, .product-block a:active {
  box-shadow: none;
}
.product-block .rating {
  padding-top: 5px;
}
.product-block .price {
  margin-top: 20px;
  padding-bottom: 30px;
  font-weight: 300;
}
.product-block .action {
  z-index: 5;
  display: block;
  text-align: center;
  word-spacing: -4px;
}
.product-block .action:before, .product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.product-block .action > * {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
.rtl .product-block .action > * {
  margin-left: 1px;
  margin-right: inherit;
}
.product-block .action > *:last-child {
  margin-right: 0px;
}
.rtl .product-block .action > *:last-child {
  margin-left: 0px;
  margin-right: inherit;
}
.product-block .bg-hover {
  background: white;
  min-height: 30px;
  display: block;
}
.product-block .description {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
.product-block .product-rating, .product-block .norating {
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
  font-size: 12px;
}
.product-block .name {
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  height: 36px;
  height: auto !important;
  line-height: 15px;
  position: relative;
  display: inline-block;
  padding: 20px 0;
  font-size: 12px;
}
.product-block .name a {
  color: black;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #013e7d;
}
.product-block .name:after {
  position: absolute;
  content: "";
  width: 30px;
  background: black;
  height: 1px;
  bottom: 0px;
  margin-left: -15px;
  left: 50%;
}
.rtl .product-block .name:after {
  margin-right: -15px;
  margin-left: inherit;
}
.rtl .product-block .name:after {
  right: 50%;
  left: auto;
}
.product-block .image-gallery {
  border: solid 4px #251317;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.rtl .product-block .image-gallery {
  right: -80px;
  left: auto;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #251317;
  border-top: 5px solid rgba(0, 0, 0, 0);
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.rtl .product-block .image-gallery .arrow {
  border-right: 5px solid #251317;
  border-left: inherit;
}
.rtl .product-block .image-gallery .arrow {
  left: -9px;
  right: auto;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.product-block .image .img-responsive {
  display: inline-block;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.rtl .product-block .image .hover-image {
  right: 0px;
  left: auto;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta {
  position: relative;
  background: none;
}
.product-block .product-zoom {
  text-align: center;
}
.product-block .pts-atchover {
  left: 50%;
}
.rtl .product-block .pts-atchover {
  right: 50%;
  left: auto;
}
.product-block:hover .image-gallery {
  display: block;
  z-index: 9999;
}
.product-block .availability {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .availability span {
  padding: 7px 15px;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: white;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: white;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #f0ad4e;
  color: white;
}

.product-label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 0px;
}
.product-label span {
  padding: 3px 12px;
  background-color: #df5050;
  text-transform: uppercase;
  font-size: 10px;
}
.product-label span[href]:hover, .product-label span[href]:focus {
  background-color: #d52727;
}
.product-label.product-label-new, .product-label.new-box {
  background-color: #d9534f;
  top: 2px;
}
.product-label.product-label-new[href]:hover, .product-label.product-label-new[href]:focus, .product-label.new-box[href]:hover, .product-label.new-box[href]:focus {
  background-color: #c9302c;
}
.product-label.product-label-special, .product-label.sale-box {
  top: 20px;
}
.product-label.sale-percent-box {
  background-color: #df5050;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #d52727;
}
.rtl .product-label.sale-percent-box {
  left: 0;
  right: auto;
}
.rtl .product-label.sale-percent-box {
  right: inherit;
  left: auto;
}

.carousel-controls {
  height: 42px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
  z-index: 1;
}
.rtl .carousel-controls {
  left: 0;
  right: auto;
}
.carousel-controls a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  opacity: 1;
  text-shadow: none;
  width: 42px;
  line-height: 40px;
  color: #dddddd;
  border: 1px solid #dddddd;
  font-size: 15px;
}
.carousel-controls a:hover {
  transition: all 0.6s ease 0s;
  color: black;
  border-color: black;
}
.carousel-controls .left:hover {
  z-index: 20;
}

/* mini basket */
#cart {
  margin-top: 5px;
}
#cart .cart-icon {
  background: url("../image/shop-cart.png") no-repeat;
  width: 32px;
  height: 37px;
}
#cart h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
#cart .content {
  clear: both;
  position: absolute;
  right: 17px;
  left: auto;
  padding: 15px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: white;
  z-index: 999;
  min-width: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl #cart .content {
  left: 17px;
  right: auto;
}
#cart.active .content {
  display: block;
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .heading .cart-inner {
  min-height: 40px;
  height: 40px;
  height: auto !important;
  margin-left: 35px;
  padding-top: 5px;
}
.rtl #cart .heading .cart-inner {
  margin-right: 35px;
  margin-left: inherit;
}
#cart .heading a {
  margin-top: 4px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
#cart .heading a span {
  margin-right: 3px;
  font-size: 12px;
}
.rtl #cart .heading a span {
  margin-left: 3px;
  margin-right: inherit;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
.rtl #cart .checkout {
  text-align: left;
}
#cart .checkout a, #cart .checkout a:hover, #cart .checkout a:focus {
  color: white;
}
#cart .empty {
  padding-top: 20px;
  text-align: center;
}
#cart .mini-cart-total {
  text-align: right;
}
.rtl #cart .mini-cart-total {
  text-align: left;
}
#cart .mini-cart-total td {
  color: #000;
  padding: 4px;
}
#cart .mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
#cart .mini-cart-info .quantity {
  text-align: right;
}
.rtl #cart .mini-cart-info .quantity {
  text-align: left;
}
#cart .mini-cart-info .name {
  font-size: 12px;
  font-weight: bold;
}
#cart .mini-cart-info .name small {
  color: #666;
}
#cart .mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 6px;
  border-bottom: 1px dashed #dddddd;
}
#cart .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#cart .mini-cart-info .image {
  width: 1px;
}
#cart .mini-cart-info .image img {
  text-align: left;
}
.rtl #cart .mini-cart-info .image img {
  text-align: right;
}
#cart .mini-cart-info .remove {
  text-align: left;
}
.rtl #cart .mini-cart-info .remove {
  text-align: right;
}
#cart .mini-cart-info .remove img {
  cursor: pointer;
}
#cart .mini-cart-info td.total {
  text-align: right;
}
.rtl #cart .mini-cart-info td.total {
  text-align: left;
}

.logo-store {
  display: inline-block;
  position: relative;
  z-index: 99;
  margin-top:6px;
}

.scrollLogo{width:40%;opacity:0;display:none;}

#pav-masshead #cart .cart-icon {
  background: url("../image/shop-cart-2.png") no-repeat;
  margin-top: 5px;
}
#pav-masshead .input-group-addon {
  border: none;
}

/** apply general product block **/
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  margin: 0;
}
.rtl .sidebar .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.sidebar .product-block {
  max-width: 300px;
  text-align: left;
  border: none;
  margin-top: 30px;
}
.sidebar .product-block:before, .sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.rtl .sidebar .product-block {
  text-align: right;
}
.sidebar .product-block .block-img {
  float: left;
  margin-right: 5%;
  width: 40%;
}
.rtl .sidebar .product-block .block-img {
  float: right;
}
.rtl .sidebar .product-block .block-img {
  margin-left: 5%;
  margin-right: inherit;
}
.sidebar .product-block .action, .sidebar .product-block .action-btn, .sidebar .product-block .pav-colorbox, .sidebar .product-block .colorbox, .sidebar .product-block .image-gallery, .sidebar .product-block .right {
  display: none;
}
.sidebar .product-block .price {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.sidebar .product-block .rating {
  padding: 0;
}
.sidebar .product-block:hover .price {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sidebar .product-block:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.sidebar .product-meta {
  width: 55%;
  float: left;
}
.rtl .sidebar .product-meta {
  float: right;
}
.sidebar .name {
  padding: 0px;
  line-height: 18px;
}
.sidebar .name:after {
  background: none;
}
.sidebar .product-label {
  display: none;
}
.sidebar .w-product {
  width: 100%;
}

/*  */
/* social internal module */
.social {
  padding-left: 15px;
  padding-top: 15px;
}
.rtl .social {
  padding-right: 15px;
  padding-left: inherit;
}
.social ul {
  display: block;
}
.social li {
  float: left;
}
.rtl .social li {
  float: right;
}
.social li:first-child a {
  margin-left: 0px;
}
.rtl .social li:first-child a {
  margin-right: 0px;
  margin-left: inherit;
}
.social span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
}
.social a {
  cursor: pointer;
  text-align: center;
  background-color: none;
  border: 1px solid #313131;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  text-decoration: none;
}
.rtl .social a {
  margin-right: 10px;
  margin-left: inherit;
}
.social .fa-facebook:hover {
  color: #346da6 !important;
  border: 1px solid #346da6;
}
.social .fa-twitter:hover {
  color: #4c91d7 !important;
  border: 1px solid #4c91d7;
}
.social .fa-rss:hover {
  color: #f05423 !important;
  border: 1px solid #f05423;
}
.social .fa-google-plus:hover {
  color: #c9242d !important;
  border: 1px solid #c9242d;
}
.social .fa-pinterest:hover {
  color: #fb9e3a !important;
  border: 1px solid #fb9e3a;
}

/* back top top */
.scrollup {
  background: #171717;
  bottom: 90px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}

/* social Information module */
.box.information {
  padding: 0;
}

.latest_blog .created {
  background: #eadd4b;
  color: black;
}

.dropdown-menu.autosearch {
  right: 0 !important;
}

.category_filter {
  padding: 0;
  color: black;
  position: relative;
  background: white;
}
.category_filter select {
  border: none;
  border-radius: 6px !important;
}

.media-body > .name {
  font-weight: bold;
}

.input-search {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  border-left: none;
  border-right: none;
  height: 36px;
  font-style: italic;
  padding: 0 15px;
}
.rtl .input-search {
  border-right: none;
  border-left: inherit;
}
.rtl .input-search {
  border-left: none;
  border-right: inherit;
}
.input-search:hover, .input-search:focus {
  outline: none;
}

.button-search {
  padding: 12px 14px;
  border: none;
  border-radius: 4px !important;
  font-size: 12px;
}

.search-input-wrappers {
  position: relative;
  background: none;
  width: 100%;
}

.pav-select {
  padding: 0;
  background: white;
}

.search-input-wrappers input {
  border-radius: 0;
  background: white;
}

/*Home*/
/* category */
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 10px;
}

.categoryInfo{padding-top:10px;border-top:1px dashed #DDDDDD;}
.categoryInfo .col-sm-2 img{padding-top:4px;}

.refine-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 1px dashed #dddddd;
  border-left: 1px dashed #dddddd;
  border-right: 1px dashed #dddddd;
  margin-bottom: 0px;
}
.rtl .refine-search {
  border-right: 1px dashed #dddddd;
  border-left: inherit;
}
.rtl .refine-search {
  border-left: 1px dashed #dddddd;
  border-right: inherit;
}
.refine-search .box-heading.noicon {
  padding: 15px 15px 0;
  font-size: 12px;
  color: black;
  border: none;
}
.refine-search ul, .refine-search ol {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}
.rtl .refine-search ul, .rtl .refine-search ol {
  padding-right: 15px;
  padding-left: inherit;
}
.refine-search ul li, .refine-search ol li {
  padding: 5px 0;
  padding-left: 10px;
  margin-right: 30px;
  line-height: 30px;
  position: relative;
  float: left;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  padding-right: 10px;
  padding-left: inherit;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  margin-left: 30px;
  margin-right: inherit;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  float: right;
}
.refine-search ul li a, .refine-search ol li a {
  color: #787878;
}
.refine-search ul li:before, .refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0px;
  background-color: #282828;
}
.rtl .refine-search ul li:before, .rtl .refine-search ol li:before {
  right: 0px;
  left: auto;
}

.cart-total {
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.rtl .cart-total table {
  float: left;
}
.cart-total .left b {
  padding-right: 60px;
}
.rtl .cart-total .left b {
  padding-left: 60px;
  padding-right: inherit;
}
.cart-total .right.last {
  font-size: 30px;
  color: #013e7d;
}

.resize h2 {
  font-size: 18px;
}

.bannercontainer {
  background-image: -webkit-linear-gradient(top, #f3f2e8 0%, #f3f2e8 100%);
  background-image: linear-gradient(to bottom, #f3f2e8 0%, #f3f2e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F2E8', endColorstr='#FFF3F2E8', GradientType=0);
}

/* manufacturer */
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: black;
  background-color: #ebebeb;
}

.manufacturer-list {
  border: 0;
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.rtl .manufacturer-list ul {
  float: right;
}

.manufacturer-content {
  padding: 8px;
  overflow: auto;
}

/*
 *  LISTING PRODUCTS PAGE
 */
.product-filter {
  font-size: 14px;
  color: #434a54;
  padding: 10px;
  border: 1px dashed #dddddd;
}
.product-filter .filter-right > div {
  padding-left: 10px;
}
.rtl .product-filter .filter-right > div {
  padding-right: 10px;
  padding-left: inherit;
}
.product-filter .form-control {
  height: 30px;
  padding: 4px;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.rtl .product-filter .display {
  float: right;
}
.product-filter .display span {
  margin-right: 5px;
}
.rtl .product-filter .display span {
  margin-left: 5px;
  margin-right: inherit;
}
.product-filter .display a {
  background: url("../image/icon-grid-list.png") no-repeat 0 0 white scroll;
  width: 32px;
  height: 30px;
  display: block;
  border: 1px solid #dddddd;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.rtl .product-filter .display a {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-filter .display a {
  float: right;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
  background-position: 10px -29px;
}
.product-filter .display a.list {
  background-position: -31px 9px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  border: 1px solid #dddddd;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: black;
}
.product-filter .display i {
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.product-filter .product-compare {
  float: right;
}
.rtl .product-filter .product-compare {
  float: left;
}

/* product list mode  */
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
.product-list .products-row {
  border: none;
}
.product-list .products-row .product-col {
  border-right: none;
}
.rtl .product-list .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.product-list .product-block {
  padding: 30px 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid 1px solid #013e7d;
  text-align: left;
}
.rtl .product-list .product-block {
  border-right: none;
  border-left: inherit;
}
.rtl .product-list .product-block {
  border-left: none;
  border-right: inherit;
}
.rtl .product-list .product-block {
  text-align: right;
}
.product-list .product-block .category-name {
  top: 0px;
  line-height: 25px;
  display: inline-block;
  margin: 0;
}
.product-list .product-block .category-name:after {
  background: none;
}
.product-list .product-block .bg-hover {
  display: none;
}
.product-list .product-block .action-btn {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  margin-bottom: 0px;
}
.product-list .product-block .btn-shopping-cart {
  margin-right: 30px;
}
.rtl .product-list .product-block .btn-shopping-cart {
  margin-left: 30px;
  margin-right: inherit;
}
.product-list .product-block:hover .action-btn, .product-list .product-block:hover .price {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
}
.product-list .description {
  display: block;
  padding-top: 15px;
  margin: 0;
}
.product-list .price-tax {
  display: block;
}
.product-list .name {
  min-height: 20px;
}
.product-list .block-img {
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  overflow: hidden;
  width: 35%;
}
.rtl .product-list .block-img {
  float: right;
}
.rtl .product-list .block-img {
  margin: 0 0 0 30px;
}
.product-list .block-img img {
  padding: 0;
  border: 0;
}
.product-list .block-img:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid white;
  text-align: center;
}
.rtl .product-list .product-icon {
  border-right: 1px solid white;
  border-left: inherit;
}
.product-list .product-icon span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
}
.product-list .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  position: relative;
}

.product-list{margin-bottom:30px;}
.product-list .product-block{padding:30px 0 0 0;border-bottom:1px solid #C1C1C1;}
.product-list .product-block .block-img{width:97px;height:97px;margin-bottom:7px;}
.product-list .product-block .product-meta .left .review{width:50%;}
.product-list .product-block .product-meta .left .price{width:50%;margin:7px 0 0 0;padding:0px;}
.product-list .product-block .product-meta .left .review .name{margin:0px;padding:0 0 19px 0;display:block;}
.product-list .product-block .product-meta .left .review .rating{padding-top:3px;}
.product-list .product-block .action-btn{position:absolute;top:0px;right:0px;width:280px;}

/* product grid mode */
.product-grid {
  position: relative;
  background-color: white;
}
.product-grid.last {
  border: 0;
}
.product-grid .description, .product-grid .price-tax {
  display: none;
}

/*
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: white;
}

.product-info {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-info .carousel-controls {
  width: auto;
}
.product-info .carousel-control {
  font-size: 13px;
  color: #DDDDDD;
  text-align: center;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 40px;
  height: 40px;
  background-color: white;
  display: block;
  clear: both;
  position: relative;
}
.product-info .carousel-control.right {
  margin-top: -1px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 24px;
  margin-top: 0;
  font-weight: 900;
  line-height: 30px;
}
.product-info ul, .product-info ol {
  list-style: none;
}
.product-info ul.description > li, .product-info ol.description > li {
  margin-bottom: 10px;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.product-info .share {
  padding-top: 20px;
}
.product-info .share:before, .product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  padding: 10px 0;
  font-size: 14px;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-old {
  font-weight: 900;
}
.product-info .price .price-gruop {
  font-weight: 900;
  font-size: 30px;
}
.product-info .price .price-new {
  font-weight: 900;
  font-size: 30px;
}
.product-info .price .reward {
  color: #787878;
}
.product-info .price .other-price {
  margin-top: 8px;
}
.product-info .price .discount {
  margin-top: 8px;
  color: #787878;
}
.product-info .price-gruop:before, .product-info .price-gruop:after {
  content: " ";
  display: table;
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .review {
  padding-bottom: 10px;
  font-size: 12px;
}
.product-info .review a {
  color: #787878;
}
.product-info .description {
  border: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 13px;
}
.product-info .description a {
  text-decoration: none;
  color: #787878;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0px;
}
.rtl .product-info .description b {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .description b {
  margin-right: 0px;
  margin-left: inherit;
}
.product-info .description .fa {
  color: white;
  background-color: #282828;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 3px 5px 0 0;
  font-size: 7px;
  margin: 5 30px 0 0;
}
.rtl .product-info .description .fa {
  margin: 3px 0 0 5px;
}
.rtl .product-info .description .fa {
  margin: 5 0 0 30px;
}
.product-info .tags > a {
  color: #787878;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .carousel-inner .item {
  text-align: left;
}
.rtl .product-info .carousel-inner .item {
  text-align: right;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 15px;
}
.rtl .product-info .carousel-inner a {
  margin-left: 15px;
  margin-right: inherit;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.rtl .product-info .option-image img {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .option-image img {
  margin-right: 0px;
  margin-left: inherit;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .options h2 {
  font-size: 16px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.product-info .product-extra:before, .product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-page .quantity-adder {
  margin: 0;
}
.product-page .quantity-adder input {
  border: 1px solid #dddddd;
}
.product-info .product-extra .cart {
  margin: 0 30px;
}
.product-page .add-action {
  display: block;
  width: 40px;
  height: 25px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height:25px;
  text-align: center;
  color: #6f6f6f;
}
.rtl .product-page .add-action {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.product-page .add-action:hover {
  color: #0e0e0e;
}
.product-page .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #0e0e0e;
}
.product-page .quantity-number span {
  font-size: 16px;
  padding-right: 0px;
}
.rtl .product-page .quantity-number span {
  padding-left: 0px;
  padding-right: inherit;
}
.product-page .quantity-number input {
  min-width: 90px;
  width: 90px;
  width: auto !important;
  height: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
.product-info .action:before, .product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin: 0px 25px 0px 0px;
}
.rtl .product-info .action > div {
  margin: 0px 0px 0px 25px;
}

.tabs-group {
  overflow: hidden;
}
.tabs-group .htabs {
  border-right: 1px solid #013e7d;
  padding: 0;
  min-height: 300px;
}
.rtl .tabs-group .htabs {
  border-left: 1px solid #013e7d;
  border-right: inherit;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-content {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.tabs-group h2 {
  font-size: 16px;
}

/**
 *
 */
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.rtl .review-list .rating {
  float: left;
}
.review-list .author {
  float: right;
  margin-bottom: 20px;
}
.rtl .review-list .author {
  float: left;
}
.review-list .text {
  clear: both;
}

/* attribute */
.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
  text-align: left;
}
.rtl .attribute thead td, .rtl .attribute thead tr td:first-child {
  text-align: right;
}

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.rtl .attribute {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-left: none;
  border-bottom: 1px solid #dddddd;
}
.rtl .attribute td {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.rtl .attribute td {
  border-right: none;
  border-left: inherit;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}

.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
.rtl .compare-info tr td:first-child {
  text-align: right;
}

.compare-info thead td, .compare-info thead tr td:first-child {
  color: black;
  font-weight: bold;
  font-size: 19px;
  background: #9e9e9e;
  text-align: left;
  border: 0;
}
.rtl .compare-info thead td, .rtl .compare-info thead tr td:first-child {
  text-align: right;
}

/*
* WISHTLIST PAGE
/*
 * CART PAGE
 */
.wishlist-info table tr td, .cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
}

/**
 * LOGIN PAGE
 */
/*
 * ORDERS PAGE
 */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .order-list .order-status {
  float: left;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .order-list .order-id {
  float: right;
}
.order-list .list-content {
  margin-bottom: 12px;
}

.order-detail {
  background: #013e7d;
  font-weight: bold;
}

/* RETURN PAGE
 *
 */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .return-list .return-id {
  float: right;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .return-list .return-status {
  float: left;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 12px;
}

.return-opened textarea {
  vertical-align: top;
}

.return-captcha {
  float: left;
}
.rtl .return-captcha {
  float: right;
}

.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 24px;
}
.rtl .download-list .download-status {
  float: left;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 24px;
}
.rtl .download-list .download-id {
  float: right;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 24px;
}

/*
 * VIEWCART PAGE
 */
.viewcart-heading {
  padding: 10px 0 5px;
}

.viewcart-content {
  font-size: 16px;
}

.cart-info .price {
  font-size: 14px;
}
.cart-info thead td {
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}

#cboxLoadedContent h2 {
  font-size: 14px;
  line-height: 30px;
}

/*
 * CHECKOUT PAGE
 */
.checkout-heading {
  border: 1px dashed #dddddd;
  padding: 8px;
  font-size: 14px;
  color: #013e7d;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.rtl .checkout-heading a {
  float: left;
}

.checkout-content {
  padding: 0px 0px 15px 0px;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-content h2 {
  font-size: 18px;
  font-weight: 700;
}
.checkout-content .price {
  font-size: 14px;
}

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left;
}
.rtl .checkout-product tbody .name, .rtl .checkout-product tbody .model {
  text-align: right;
}

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left;
}
.rtl .checkout-product thead .name, .rtl .checkout-product thead .model {
  text-align: right;
}

.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #ebebeb;
  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;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.rtl .checkout-product table {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.rtl .checkout-product table {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right;
}

/*
 * CONTENT INFOMATION
 */
.sitemap-info {
  margin-bottom: 36px;
}
.sitemap-info ul > li {
  line-height: 1.92857;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 32px;
}
.rtl .sitemap-info ul > li > ul {
  margin-right: 32px;
  margin-left: inherit;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}

/*PAGE NOT FOUND*/
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230.0%;
  color: #0e0e0e;
  margin: 120px 0 12px 0;
}
.page-not-found span {
  margin-right: 12px;
}
.rtl .page-not-found span {
  margin-left: 12px;
  margin-right: inherit;
}

/*Contact Page*/
.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}

.contact-content {
  background-color: white;
  padding: 20px;
  border: 0;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #a2a2a2;
  font-size: 19px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #013e7d;
}

/* Quick View */
#page-quickview {
  padding: 30px;
}
#page-quickview .product-detail {
  padding-top: 30px;
}
#page-quickview .action {
  padding-left: 130px;
}
#page-quickview .action > * {
  display: block;
  width: 100%;
}
.rtl #page-quickview .action {
  padding-right: 130px;
  padding-left: inherit;
}
#page-quickview .product-label {
  left: 15px;
}
#page-quickview .tabs-group {
  display: none;
}

.rtl .zoomWindow {
  right: 100% !important;
}

#pav-mainnav {
  background: #013e7d;
}

.pav-megamenu {
  background: transparent;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pav-megamenu .navbar-header {
  float: left;
}
.rtl .pav-megamenu .navbar-header {
  float: right;
}
.pav-megamenu .navbar-nav > li {
  float: left;
}
.rtl .pav-megamenu .navbar-nav > li {
  float: right;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0px;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0px;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.pav-megamenu .navbar-nav > li > a > span:before {
  background: #eadd4b;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  line-height: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease 0s;
  width: 5px;
}
.pav-megamenu .navbar-nav > li:hover > a > span:before {
  opacity: 1;
  width: 70%;
  transition: all 0.4s ease-out 0s;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 12px 22px;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  background-color: transparent!important;
  font-weight: 900;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: white;
}
.pav-megamenu .navbar-nav > li > a:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0px;
  margin: 0 auto;
  line-height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid white;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 300ms ease-out 0s;
  transition: border 300ms ease-out 0s;
}
.rtl .pav-megamenu .navbar-nav > li > a:after {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li > a:after {
  left: 0px;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li > a:after {
  border-right: 6px solid transparent;
  border-left: inherit;
}
.rtl .pav-megamenu .navbar-nav > li > a:after {
  border-left: 6px solid transparent;
  border-right: inherit;
}
.pav-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: relative;
}
.pav-megamenu .navbar-nav > li > a .caret:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: -15px;
  top: -15px;
  color: white;
}
.rtl .pav-megamenu .navbar-nav > li > a .caret:before {
  left: -15px;
  right: auto;
}
.pav-megamenu .navbar-nav > li:hover {
  background: black;
}
.pav-megamenu .navbar-nav > li:hover > a .caret:before, .pav-megamenu .navbar-nav > li:hover:active > a .caret:before {
  color: white;
}
.pav-megamenu .dropdown-menu {
  top: 100%;
  height: auto;
  font-weight: 300;
  color: #777777;
  border: 0;
  min-width: 185px;
  padding: 20px;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}
.pav-megamenu .dropdown-menu ul {
  padding: 0;
  margin: 0;
}
.pav-megamenu .dropdown-menu li {
  list-style: none;
  line-height: 30px;
}
.pav-megamenu .dropdown-menu li a {
  color: #777777;
  padding: 0;
  font-size: 11px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #013e7d;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #013e7d;
}
.pav-megamenu .dropdown-menu .menu-title {
  margin-bottom: 25px;
  font-size: 11px;
}
.pav-megamenu .dropdown-menu .dropdown-menu-inner > .row {
  display: table;
}
.pav-megamenu .dropdown-menu .mega-col {
  display: table-cell;
  float: none;
  vertical-align: top;
  border-right: 1px dashed #e5e5e5;
}
.rtl .pav-megamenu .dropdown-menu .mega-col {
  border-left: 1px dashed #e5e5e5;
  border-right: inherit;
}
.pav-megamenu .dropdown-menu .mega-col:last-child {
  border-right: none;
}
.rtl .pav-megamenu .dropdown-menu .mega-col:last-child {
  border-left: none;
  border-right: inherit;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}
.rtl .pav-megamenu .dropdown:hover > .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .dropdown:hover > a {
  color: white;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: white;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
  min-width: 150px;
}
.pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: 0%;
  left: 100%;
  position: absolute;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  left: 0%;
  right: auto;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto;
}
.pav-megamenu .dropdown-submenu .dropdown-menu li:last-child {
  padding-bottom: 0px;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  left: 100% !important;
  display: block;
  top: 0;
}
.rtl .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: 100% !important;
  left: auto;
}
.pav-megamenu .dropdown-submenu .caret {
  margin-left: 10px;
  color: #777777;
}
.rtl .pav-megamenu .dropdown-submenu .caret {
  margin-right: 10px;
  margin-left: inherit;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  color: white;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: white;
}
.pav-megamenu .widget-title {
  color: black;
}
.pav-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.pav-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.pav-megamenu .megamenu .cols3 {
  min-width: 740px;
}

/*
 *
 * Vertical menu
 */
#pav-verticalmenu {
  position: relative;
  z-index: 999;
}
#pav-verticalmenu .box-heading {
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  border: 1px solid #fff;
}
#pav-verticalmenu .box-heading .caret {
  border: none;
  background-image: url(../image/menu-arrow.png);
  width: 12px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 16px;
}
.rtl #pav-verticalmenu .box-heading .caret {
  left: 15px;
  right: auto;
}
#pav-verticalmenu:hover .verticalmenu {
  display: block;
}

div.verticalmenu {
  display: none;
  z-index: 100;
  position: absolute;
  background: white;
  border: 1px solid #dddddd;
}
div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
}
div.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
div.verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
}
div.verticalmenu .navbar-nav > li > a {
  display: block;
  color: black !important;
  font-size: 14px;
  padding: 8px 30px 8px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 400;
}
div.verticalmenu .navbar-nav > li > a .menu-icon {
  display: inline-block;
  height: 20px;
  background-position: left top !important;
}
.rtl div.verticalmenu .navbar-nav > li > a .menu-icon {
  background-position: right top !important;
}
div.verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: 20px;
}
.rtl div.verticalmenu .navbar-nav > li > a .menu-icon span {
  margin-right: 35px;
  margin-left: inherit;
}
div.verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
div.verticalmenu .navbar-nav > li > a:hover, div.verticalmenu .navbar-nav > li > a:focus {
  color: #013e7d;
}
div.verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: transparent;
  font-size: 12px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid black;
}
.rtl div.verticalmenu .navbar-nav > li > a .caret {
  left: 18px;
  right: auto;
}
.rtl div.verticalmenu .navbar-nav > li > a .caret {
  border-right: transparent;
  border-left: inherit;
}
.rtl div.verticalmenu .navbar-nav > li > a .caret {
  border-right: 4px solid black;
  border-left: inherit;
}
div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
div.verticalmenu .navbar-nav > li:hover > a {
  color: #013e7d;
}
div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
.rtl div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: right bottom !important;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #282828;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: -3px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
div.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  font-weight: normal;
  color: #434a54;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #282828;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  margin-top:0px;
}
div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl div.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
div.verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid white;
  z-index: 9999;
}
.rtl div.verticalmenu .navbar-nav > li.parent:hover > a:after {
  left: -5px;
  right: auto;
}
div.verticalmenu .verticalmenu li a:hover {
  color: #013e7d;
}
div.verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: white;
}
div.verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  padding: 0px;
  background: white;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.rtl div.verticalmenu .dropdown-menu {
  right: -9999px;
  left: auto;
}
div.verticalmenu .dropdown-menu ul {
  padding: 0px;
  margin: 0px;
}
div.verticalmenu .dropdown-menu ul li {
  border-bottom: 1px solid #e0e0e0;
  line-height: normal;
  list-style: none;
}
div.verticalmenu .dropdown-menu ul li a {
	display:block;
  color: #434a54;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 30px 8px 20px;
  text-transform: uppercase;
  line-height: 20px;
}
div.verticalmenu .dropdown-menu p {
  line-height: 24px;
  font-size: 14px;
}
div.verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
div.verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
  font-size: 11px;
}
div.verticalmenu .dropdown-menu .action {
  display: none;
}
div.verticalmenu .dropdown-menu .product-meta {
  padding-left: 10px;
}
.rtl div.verticalmenu .dropdown-menu .product-meta {
  padding-right: 10px;
  padding-left: inherit;
}

/*** widgets using inside megamenu ***/
.pav-widget {
  padding: 0 15px;
}

.pav-widget .widget-title, .pavo-widget .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.pav-widget .products-row, .pavo-widget .products-row {
  margin: 0;
}
.pav-widget .products-row .product-col, .pavo-widget .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  padding: 0;
}
.rtl .pav-widget .products-row .product-col, .rtl .pavo-widget .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.pav-widget .product-block, .pavo-widget .product-block {
  display: inline-block;
}
.pav-widget .product-block:before, .pav-widget .product-block:after, .pavo-widget .product-block:before, .pavo-widget .product-block:after {
  content: " ";
  display: table;
}
.pav-widget .product-block:after, .pavo-widget .product-block:after {
  clear: both;
}
.pav-widget .product-block .image, .pavo-widget .product-block .image {
  overflow: inherit;
}
.pav-widget .product-block .action, .pav-widget .product-block .pav-colorbox, .pav-widget .product-block .colorbox, .pav-widget .product-block .image-gallery, .pav-widget .product-block .right, .pavo-widget .product-block .action, .pavo-widget .product-block .pav-colorbox, .pavo-widget .product-block .colorbox, .pavo-widget .product-block .image-gallery, .pavo-widget .product-block .right {
  display: none;
}
.pav-widget h4, .pavo-widget h4 {
  font-size: 14px;
}
.pav-widget .widget-heading, .pavo-widget .widget-heading {
  margin-bottom: 15px;
}
.pav-widget .img-banner, .pavo-widget .img-banner {
  margin-bottom: 15px;
}

.widget-product-list .product-block {
  margin-top: 15px;
}
.widget-product-list .product-block:first-child {
  margin-top: 0;
}

#mainmenutop .navbar-toggle {
  float: left;
}
.rtl #mainmenutop .navbar-toggle {
  float: right;
}

#menu-offcanvas .menu-offcanvas-inner {
  background-color: #013e7d;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  top: 0;
  width: 100% !important;
  min-width: 100%;
  line-height: 30px;
  -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;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
  list-style: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li a {
  text-transform: uppercase;
  color: black;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
  font-size: 10px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .blog-title {
  margin: 5px;
  line-height: 20px;
}
#menu-offcanvas .product-block .image {
  text-align: left;
}
.rtl #menu-offcanvas .product-block .image {
  text-align: right;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  right: 0px;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rtl .offcanvas-pusher {
  left: 0px;
  right: auto;
}

.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999;
}
.rtl .offcanvas-pusher::after {
  left: 0;
  right: auto;
}

.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: 0px;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl .offcanvas-menu {
  right: 0px;
  left: auto;
}
.offcanvas-menu .dropdown {
  position: absolute;
}

.rtl .offcanvas-menu {
  display: none;
}

.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;
}
.rtl .offcanvas-menu::after {
  left: 0;
  right: auto;
}

.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;
  list-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: #f0f0f0;
  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.megamenu ul li a {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.offcanvas-menu ul.verticalmenu > 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.verticalmenu .menu-desc {
  display: none;
}

.offcanvas-menu ul.verticalmenu .menu-icon {
  background: none!important;
}

/* 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-open .offcanvas-effect-1.offcanvas-menu .dropdown {
  position: relative;
}

.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);
}

.rtl .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);
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu .dropdown {
  position: relative;
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.rtl .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);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu .dropdown {
  position: relative;
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.rtl .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);
  display: block;
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu .dropdown {
  position: relative;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  /*** 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;
  }
}
@media (max-width: 991px) {
  /*** 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-top: 5px;
  position: relative;
}
.offcanvas-sidebars-buttons .siders-buttons {
  position: absolute;
  right: 0;
}
.rtl .offcanvas-sidebars-buttons .siders-buttons {
  left: 0;
  right: auto;
}

#menu-offcanvas .pavo-widget .widget-inner iframe {
  width: 250px!important;
}

.button-close-menu {
  background: none repeat scroll 0 0 #bbb;
  color: black;
  cursor: pointer;
  padding: 6px 9px 7px;
  position: absolute;
  right: 3px;
  top: 3px;
}
.rtl .button-close-menu {
  left: 3px;
  right: auto;
}
.button-close-menu > * {
  font-size: 14px;
  text-shadow: 0 1px 0 #ffffff;
}

.menu-offcanvas-content li a {
  color: black;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  outline: medium none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.menu-offcanvas-content > li > a {
  color: #f0f0f0;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  #menu-offcanvas .dropdown .dropdown-menu {
    display: none;
  }
  #menu-offcanvas .dropdown.open .dropdown-menu {
    display: block;
  }
  #menu-offcanvas .caret {
    color: white;
  }
}
.box-heading {
  padding-left: 50px;
}
.rtl .box-heading {
  padding-right: 50px;
  padding-left: inherit;
}
.box-heading .fa {
  position: absolute;
  left: 14px;
  line-height: 30px;
  font-size: 15px;
}
.rtl .box-heading .fa {
  right: 14px;
  left: auto;
}
.box-heading:before {
  border: solid 1px #013e7d;
  background: none;
  position: absolute;
  content: "\f005";
  font-family: FontAwesome;
  text-align: center;
  height: 42px;
  width: 42px;
  top: -1px;
  padding: 8px 10px;
  left: -1px;
  color: #013e7d;
  font-size: 15px;
}
.rtl .box-heading:before {
  right: -1px;
  left: auto;
}
.box-heading.hasicon:before {
  content: "";
}
.box-heading.noicon {
  padding-left: 30px;
}
.rtl .box-heading.noicon {
  padding-right: 30px;
  padding-left: inherit;
}
.box-heading.noicon:before {
  content: "";
  height: 0;
  width: 0;
  border: none;
  background: none;
}

.box-addres {
  padding-top: 10px;
}
.box-addres div {
  line-height: 30px;
}
.box-addres div .fa {
  color: #cccccc;
  padding-right: 5px;
}
.rtl .box-addres div .fa {
  padding-left: 5px;
  padding-right: inherit;
}

.hide, .hidden {
  display: none;
}

.nomargin {
  margin: 0;
}

.item-img {
  width: 100%;
}

.grid-view {
  float: left;
}
.rtl .grid-view {
  float: right;
}

.caption.color-silder {
  color: #013e7d !important;
}

.container-full {
  padding: 0 15px;
}

.icon-select:after {
  content: "\f107";
  color: black;
  background: white;
  border-right: 1px solid #dddddd;
  font-family: "FontAwesome";
  right: 0px;
  top: 0px;
  position: absolute;
  pointer-events: none;
  background: white;
  line-height: 36px;
  width: 20px;
  height: 100%;
  text-align: center;
}
.rtl .icon-select:after {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.rtl .icon-select:after {
  left: 0px;
  right: auto;
}

.rtl .category_filter:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #dddddd;
  right: 0;
}

.rtl .input-group-addon.category_filter {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.dropdown-menu {
  right: 0;
}
.rtl .dropdown-menu {
  left: 0;
  right: auto;
}

/* Latest Shipping module */
.shipping {
  text-align: center;
  padding: 20px 0;
}
.shipping .title-shipping {
  font-family: 'Kaushan Script';
  font-size: 36px;
  color: white;
  padding-bottom: 5px;
}
.shipping .line-shipping {
  color: white;
  border-top: 1px solid white;
  width: 40%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
}
.shipping .content-shipping {
  font-size: 72px;
  font-weight: 900;
  color: #eadd4b;
  margin-top: 15px;
  font-family: 'Lato';
}
.shipping .description-shipping {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: #0eba9e;
  text-transform: uppercase;
  padding: 0px 0 20px;
}
.shipping span {
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 50px;
}

.mfp-wrap {
  left: 20% !important;
  width: 60% !important;
  z-index: 99999 !important;
}

.product-block .block-img {
  position: relative;
}
.product-block .right {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -43px;
  width: 100%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1;
  display:none;
}
.product-block .left {
  position: relative;
  background: white;
  z-index: 10;
}
.product-block .img {
  -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.product-block .pts-atchover {
  margin: -10px 0 0 -60px;
}
.product-block .action {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .action .btn.btn-inverse {
  border-radius: 0px;
  padding: 13px 27px;
  font-size: 14px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  line-height: 1;
}
.product-block .price {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 0.4s ease 0s;
}
.product-block .action-btn {
  z-index: 5;
  display: block;
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  bottom: 0px;
  opacity: 0;
  line-height: 40px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.4s ease 0s;
}
.product-block .action-btn:before, .product-block .action-btn:after {
  content: " ";
  display: table;
}
.product-block .action-btn:after {
  clear: both;
}
.product-block .action-btn > * {
  display: inline-block;
  margin-bottom: 1px;
}
.product-block:before {
  background: none repeat scroll 0 0 #013e7d;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0px;
  transition: all 0.4s ease 0s;
  width: 5px;
  z-index: 100;
}
.rtl .product-block:before {
  right: 0;
  left: auto;
}
.rtl .product-block:before {
  left: 0px;
  right: auto;
}
.product-block:hover .right {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product-block:hover .action-btn {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 0.4s ease 0s;
}
.product-block:hover .action-btn > * {
  display: inline-block;
  margin-bottom: 3px;
}
.product-block:hover .price {
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.4s ease 0s;
}
.product-block:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  transition: all 0.4s ease 0s;
}

.effect:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.rtl .effect:before {
  right: 0;
  left: auto;
}

.effect:after {
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-out 0s;
  width: 0;
  pointer-events: none;
}
.rtl .effect:after {
  left: 0px;
  right: auto;
}

.effect:hover:after, .effect:hover:before {
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.category-thumb {
	padding-top: 15px;
	padding-bottom: 15px;
}

.category-thumb > .image {
  position: relative;
  border: 1px solid #9d9d9d;
}

.category-thumb > .image > a > .category-name {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  padding: 15px;
  text-transform: uppercase;
  color: #013e7d;
  font-size: 20px;
  font-weight: bold;
}

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .pav-megamenu .dropdown-submenu {
    min-width: 100px;
  }

  .widget-inner .img-responsive {
    width: 100%;
  }

  .product-list .product-block .price {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .productdeals ul li {
    padding: 5px 24px !important;
  }
  .productdeals .product-meta {
    max-height: 392px;
  }
  .productdeals .description {
    max-height: 130px;
    overflow: hidden;
    min-height: 50px !important;
  }
  .productdeals .price {
    margin-top: 10px !important;
  }

  .sidebar .block-img {
    padding-right: 5px;
  }
  .rtl .sidebar .block-img {
    padding-left: 5px;
    padding-right: inherit;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .pav-megamenu .navbar-toggle {
    display: block !important;
  }
  .pav-megamenu .navbar-collapse.collapse {
    display: none !important;
  }

  #mainmenutop .navbar-nav {
    display: block;
  }

  #cart {
    max-width: 50px;
  }
  #cart h4, #cart #cart-total {
    display: none;
  }
  #cart .content {
    right: 0;
  }

  .pav-megamenu .dropdown-menu-inner > .row {
    display: inline-block;
  }
  .pav-megamenu .dropdown-menu .mega-col {
    display: inline-block;
    float: left;
    border: none;
  }
  .rtl .pav-megamenu .dropdown-menu .mega-col {
    float: right;
  }

  .widget-product-list .img-responsive {
    display: inline-block;
    width: auto;
  }

  .pav-widget .product-block .image, .pavo-widget .product-block .image {
    float: none;
  }

  .product-list .product-block .price {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .productdeals .image {
    width: 50% !important;
  }
  .productdeals .product-meta {
    width: 50% !important;
  }
  .productdeals ul li {
    padding: 5px 30px !important;
  }
  .productdeals .btn-quickview {
    margin: 0;
  }

  .verticalmenu .parent .dropdown-menu {
    max-width: 530px;
  }

  .product-block {
    text-align: center;
  }
  .product-block .btn-shopping-cart {
    margin: 0;
  }
  .product-block .detail {
    display: none;
  }

  .product-block:hover .action-btn .detail {
    display: none;
  }

  .zoomContainer {
    display: none !important;
  }

  #pav-footer-top {
    background-position: top center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
  }

  .footer-center .row *[class*='col-']:before {
    content: none;
    border-right: none;
  }
  .rtl .footer-center .row *[class*='col-']:before {
    border-left: none;
    border-right: inherit;
  }

  .autosearch img {
    display: none;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  .autosearch {
    display: none;
  }

  .autosearch img {
    display: none;
  }

  #header-main .logo {
    text-align: center !important;
  }

  .logo-store {
    display: inline-block;
  }

  .login {
    display: none;
  }

  #topbar .btn-group.open .form-control {
    border: none;
  }
  #topbar .form-control {
    background: none;
    border: none;
  }

  .navbar-toggle {
    background: none;
  }

  #pav-mainnav {
    position: relative;
  }

  .search-mobile {
    position: absolute;
    top: 8px;
    right: 15px;
  }
  .rtl .search-mobile {
    left: 15px;
    right: auto;
  }
  .search-mobile .form-control {
    min-width: 180px;
  }

  .producttabs .nav-tabs {
    margin-top: 50px;
    left: 0px;
  }
  .rtl .producttabs .nav-tabs {
    right: 0px;
    left: auto;
  }
  .producttabs .tab-content {
    margin-top: 40px;
  }

  /*
  .product-list {
    display: none;
  }*/

  .product-filter .display .list {
    display: none;
  }

  .productdeals ul li {
    padding: 5px 24px !important;
  }
  .productdeals .img-responsive {
    width: 100%;
  }
  .productdeals .btn-quickview {
    margin: 0;
  }
  .productdeals .description {
    max-height: 108px;
    min-height: 100px !important;
    overflow: hidden;
  }
  .productdeals .action-btn {
    bottom: -20px !important;
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
  }

  .pavblog-latest .img-responsive {
    width: 100%;
  }
  .pavblog-latest .create-info {
    padding-bottom: 30px;
  }

  #pav-masshead .search-box {
    margin: 10px 0;
  }

  .blog-wrapper .comment-link {
    display: none;
  }

  .product-block {
    text-align: center;
  }
  .product-block .btn-shopping-cart {
    margin: 0;
  }
  .product-block .detail {
    display: none;
  }

  .product-block:hover .action-btn .detail {
    display: none;
  }

  /*
  .product-list .product-block {
    text-align: center;
  }
  
  .product-list .block-img {
    float: none;
  }
  */
  .product-list .cart {
    float: none;
  }

  .product-info h1 {
    margin-top: 15px;
  }

  .zoomContainer {
    display: none !important;
  }

  .image-additional .carousel-controls {
    display: none;
  }

  .product-block .right {
    bottom: 0;
    opacity: 1;
  }
  .product-block .action-btn {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    position: relative;
  }
  .product-block .action-btn > * {
    margin-bottom: 15px;
  }
  .product-block:hover .action-btn > * {
    margin-bottom: 15px;
  }
  .product-block .price {
    margin: 0px;
  }
  .product-block:hover .price {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  #colorbox, #cboxOverlay, .banner-wrapper {
    display: none !important;
  }

  .footer-center .row *[class*='col-']:before {
    content: none;
    border-right: none;
  }
  .rtl .footer-center .row *[class*='col-']:before {
    border-left: none;
    border-right: inherit;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .box .box-heading {
    font-size: 15px;
  }

  .producttabs .tab-content {
    margin-top: 85px;
  }

  .category_filter select {
    width: 110px;
  }

  .productdeals ul li {
    padding: 5px 20px !important;
  }
  .productdeals .image {
    float: none !important;
    width: 100% !important;
  }
  .productdeals .product-meta {
    float: none !important;
    width: 100% !important;
  }
  .productdeals .action-btn {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
  }

  .shipping .content-shipping {
    font-size: 55px !important;
  }

  .product-block .right {
    bottom: 0;
    opacity: 1;
  }
  .product-block .action-btn {
    opacity: 1;
  }

  .filter-right {
    display: inline-block;
  }
  .filter-right .limit {
    padding-left: 0 !important;
  }

  .product-filter .display {
    display: none;
  }
  .product-filter .pull-right {
    padding: 5px 0;
  }

  .image-additional {
    display: none;
  }

  .display {
    margin-bottom: 4px;
  }

  .product-info .product-extra .cart {
    margin: 0 10px;
  }

  .zoomContainer {
    display: none !important;
  }

  .image-additional .carousel-controls {
    display: none;
  }

  #colorbox, #cboxOverlay, .banner-wrapper {
    display: none !important;
  }

  .footer-center .row *[class*='col-']:before {
    content: none;
    width: 0px;
  }

  .autosearch img {
    display: none;
  }
}


/* Customisations */

#newsletter.newsletter-collapse {
	height:420px;
	cursor:pointer;
	padding:1px 30px;
}

#newsletter.newsletter-collapse p {
	visibility:hidden;
}

.newsletter-collapse .newletter-expand {
	display:block;
}

.newletter-expand {
	display:none;
}



#newsletter {
	text-align: center;
	padding:60px 30px 40px 30px;
	-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

#newsletter h2 {
	color:white;
	font-size: 40px;
	text-transform:uppercase;
}

#newsletter h3 {
	color:white;
	font-size: 26px;
	text-transform:uppercase;
}

#newsletter p {
	color:white;
	font-size: 18px;
}

#newsletter label {
	display:none;
}

.newsletter-form input {
	height: 46px;
	width: 400px;
	padding: 0px 15px;
	margin-top:10px;
	background: transparent;
	line-height: 46px;

	border: 1px solid white;
	border-radius: 0px;
	outline: none;	
	
	color:white;
	font-size: 16px;
	font-weight:bold;
}


.newsletter-form input::-webkit-input-placeholder {
	color:white;
}

.newsletter-form input:-ms-input-placeholder {
	color:white;
}

.newsletter-form input:-moz-placeholder {
	color:white;
}

.newsletter-form input::-moz-placeholder {
	color:white;
}




#footer {
	padding: 30px 0;
	overflow: hidden;
	margin-bottom:20px;
}

#footer .col-md-3 {
	height:100%;
	border-left:1px solid #D5D5D5;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#footer .col-md-3:first-child {
	border-left:0px;
}

#footer h2 {
	text-transform:uppercase;
	margin-top:0px;
}

#footer h4 {
  color: #444444;
  font-size: 19px;
  font-weight: normal;
}

#footer .links {
	margin-left:20px;
}

#footer .links li:before {
	content: "›"; /* Insert custom bullet */
	padding-right: 10px;
	font-size: 20px;
}

#footer .links li {
  display: block;
  color: #4C4C4C;
  font-size: 14px;
  font-weight:bold;
  line-height: 40px;
}
#footer .links li a {
  margin: 0;
  color: #4C4C4C;
}
#footer .links li a:hover {
  color: #777;
}
#footer p {
  color: #4C4C4C;
  font-size: 16px;
  line-height: 24px;
}

#footer label {
	display:none;
}

#footer input, #footer textarea {
	display:block;
	margin-bottom:8px;
	width:100%;
	color:#444444;
	padding:3px;
	font-size:18px;
}

#footer .btn {
	color:white;
	width:130px;
}

#footer input::-webkit-input-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer input:-ms-input-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer input:-moz-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer input::-moz-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer textarea::-webkit-input-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer textarea:-ms-input-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer textarea:-moz-placeholder {
	color:#444444;
	font-weight:bold;
}

#footer textarea::-moz-placeholder {
	color:#444444;
	font-weight:bold;
}

.header-phone {
  float:none;
  text-align: right;
  padding:0 22px 0 0;
  color: #013e7d;
  font-size: 32px;
  font-weight: bold;
}

.scrollPhone {
  float:left;
  padding:0 22px 0 100px;
  font-size: 32px;
  color: #013E7D;
  text-align: right;
  font-weight: bold;
  display:none;
}

#header-top {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

body {
  padding-top: 198px;
}

.breadcrumb li a {
  text-transform: uppercase;
}

.product-page h2 {
  text-transform: none;
}
h3.section-heading {
    border-top: 1px solid #CAC8CB;
    padding-top: 15px;
    padding-bottom: 10px;
}
.product-page .description,
.product-page .description p {
    color: #000;
    font-size: 16px;
}
.product-page .description {
    min-height: 240px;
}

.thumbnails {
  margin: 20px 0;
}
.thumbnails ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  transition: margin-left 0.2s ease;
}
.thumbnails .overflow-wrapper {
  width: 5000px;
  font-size: 0;
}
.thumbnails .thumbnail {
  padding: 0;
  border-style: none;
  border-radius: 0;
  margin-bottom: 8px;
}
.thumbnails .additional-images {
  overflow-x: hidden;
  position: relative;
}
.thumbnails .image-additional {
  display: inline-block;
}
.thumbnails .image-additional .thumbnail {
  margin-right: 8px;
}
.thumbnails .additional-images .buttons {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42px;
  z-index: 10;
  padding-bottom: 8px;
}
.thumbnails .additional-images .buttons button {
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: #10B765;
  color: white;
  font-weight:bold;
  font-size:20px;
  height: 38px;
}
.thumbnails .additional-images .buttons button:hover {
  background-color: #0a713f;
}
.thumbnails .additional-images .buttons .images-btn-left {
  border: 1px solid white;
  border-bottom: none;
}
.thumbnails .additional-images .buttons .images-btn-right {
  border: 1px solid white;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
  .newsletter {
    font-size: 24px;
  }
  #footer h4 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .newsletter .newsletter-form {
    width: 100%;
  }
  .product-page .description {
      min-height: 0;
  }
  #header-top {
    position: static;
  }
  body {
    padding-top: 0;
  }
}

.button-cart {
    margin-top: 15px;
    width: 158px;
    border-radius: 0;
    height: 40px;
}

table.specifications {
    width: 100%;
}
table.specifications td {
    padding: 0;
    color: #000;
    font-size: 16px;
}

.testimonials_wide {
	background-image:url('/image/blue_gear_bg.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#013E7D;
	padding:30px;	
}

.testimonials_wide p.testimonial {
	color:white;
	font-size:20px;
	font-style:italic;
	text-align:center;
}

.testimonials_wide p.testimonial:before {
	color: white;
	content: open-quote;
	font-size: 30px;
	font-weight:bold;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -5px;
}

.testimonials_wide p.testimonial:after {
	color: white;
	content: close-quote;
	font-size: 30px;
	font-weight:bold;
	line-height: 0.1em;
	margin-left: 0.1em;
	vertical-align: -15px;
}


.testimonials_wide p.author {
	color:white;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.testimonials_wide .testimonial_rule {
	width:50%;
	margin-top:20px;
	margin-bottom:20px;
}




.section {
    margin-bottom: 40px;
}

.accessory-row:not(:last-child) {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.accessory-row > div {
    float: left;
}
.accessory-row .thumb {
    width: 50px;
}
.accessory-row .name {
    width: 762px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
}
.accessory-row .quantity-adder {
    width: 200px;
}
.accessory-row .cart {
    width: 158px;
}
.accessory-row .cart button {
    height: 50px;
    margin: 0;
}
.accessory-row .name a {
    line-height: 50px;
}

@media (max-width: 1199px) {
    .accessory-row .name {
        width: 532px;
    }
}

@media (max-width: 991px) {
    .accessory-row .name {
        width: 312px;
    }
}

@media (max-width: 767px) {
    .clearfix-xs {
        clear: both;
    }
    .accessory-row .cart,
    .accessory-row .quantity-adder {
        margin-top: 5px;
    }
}

.downloads a {
    display: block;
    float: left;
    margin-right: 20px;
}

#search input {
    height: 47px;
    margin:12px 0px;
    background-color: transparent;
}

.btn-primary {
  background-color: #013e7d;
  border-color: #002d6c;
}
.btn-primary:hover {
  background-color: #002d6c;
  border-color: #002d6c;
}

.blue_footer {
	width:100%;
	padding:20px;
	background-color:#013e7d;
}

.blue_footer .links-bottom {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
  float: right;
}

.blue_footer .links-bottom li {
  display: inline;
  color: #B3C4D8;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 1px;
}
.blue_footer .links-bottom li:not(:first-child) {
  padding-left: 7px;
}
.blue_footer .links-bottom li:not(:last-child) {
  border-right: 1px solid #B3C4D8;
  padding-right: 7px;
}
.blue_footer .links-bottom li > a {
  color: inherit;
  font-size: inherit;
}
.blue_footer .links-bottom li > a:hover {
  color: #A7A9AC;
}



.owl-pagination {
  display: none !important;
}
.owl-carousel {
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

div.verticalmenu .dropdown-menu ul li a {
  font-size: 13px !important;
}

#search .btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  height: 47px;
  width: 38px;
}

.nothing{margin:0px;padding:0px;clear:both;}

/* Responsive Changes */
@media only screen and (min-width:1px) and (max-width:479px){
 .header-phone{text-align:center;}
 .noPadding{padding:0px;}
 .category-thumb{padding:15px 7px;}
 #newsletter.newsletter-collapse{padding:1px 15px;}
 .newsletter-form input{width:100%;}
 @media only screen and (min-width:1px) and (max-width:359px){
 #newsletter.newsletter-collapse .button-cart{margin-top:-25px;}
 }
}

@media only screen and (min-width:1px) and (max-width:767px){
 .categoryInfo .col-sm-2 img{margin:0px auto 10px auto !important;}
 #pav-masshead .inner{width:100%;margin:0 auto;display:block !important;}
 #pav-masshead .cart-top{float:unset !important;}
 #cart .content{right:auto;left:0px;min-width:auto;}
 #sys-notification{margin-top:36px;}
 #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr{display:block;}
 #no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px;}
 #no-more-tables tr{padding:10px 0;border-bottom:2px solid #000000;}
 #no-more-tables tr:last-child{padding-bottom:0px;border-bottom:0px;}
 #no-more-tables td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left;}
 #no-more-tables td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
 #no-more-tables td:before{content:attr(data-title);} 
}

@media only screen and (min-width:1px) and (max-width:639px){
 #newsletter.newsletter-collapse{height:460px;}
 .category-thumb > .image > a > .category-name{font-size:15px;}
 @media only screen and (min-width:1px) and (max-width:479px){
  .category-thumb > .image > a > .category-name{font-size:12px;}
 }
}

@media only screen and (min-width:1px) and (max-width:719px){
 .blue_footer .links-bottom{float:none;}
}

@media only screen and (min-width:480px) and (max-width:767px){
 #header-main .logo{width:50%;}
 #header #pav-mainnav{float:right;width:50%;}
 @media only screen and (min-width:480px) and (max-width:639px){
 #header-main .logo{width:35%;}
 #header #pav-mainnav{width:65%;}
 }
}

@media only screen and (min-width:1024px){
 /*.stuck #header-main .inner{margin-top:0px;}*/
 /*.stuck .logo-store {opacity:0;display:none;}*/
 .stuck .scrollLogo{opacity:1;display:none;}
 @media only screen and (min-width:1024px) and (max-width:1279px){
 .scrollPhone {padding:0 5px 0 0;} 
 }
}

@media only screen and (min-width:1px) and (max-width:991px){
 .product-list .product-block .action-btn{width:154px;}
 @media only screen and (min-width:1px) and (max-width:539px){
  .product-list .product-block .action-btn{position:inherit;}
  .product-list .product-block .product-meta .left .review{width:100%;}
 } 
}