/******************************************************
 * @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 
*/
/* TEXT SHADOW */
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #232323;
  color: #222;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-weight: normal;
  line-height: 1.6;
  text-align: justify;
  font-family: raleway;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

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

/* links style */
ul.links {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.links li {
  display: inline;
  line-height: normal;
}
ul.links li a {
  margin: 0 9px;
}
ul.links li a:hover {
  color: #EA3A3C;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
ul.inline li {
  float: left;
}

.tree-menu .head {
  position: absolute;
  top: 15px;
  right: 10px;
}
.rtl .tree-menu .head {
  left: 10px;
  right: auto;
}
.tree-menu ul {
  list-style: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative;
}
.tree-menu > ul > li .badge {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.rtl .tree-menu > ul > li .badge {
  left: 10px;
  right: auto;
}
.tree-menu > ul > li:last-child > a {
  border: none;
}
.tree-menu > ul > li > a {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  text-transform: inherit;
  font-weight: 300;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tree-menu > ul > li > a:hover, .tree-menu > ul > li > a:focus {
  color: #EA3A3C;
  padding-left: 10px;
}
.rtl .tree-menu > ul > li > a:hover, .rtl .tree-menu > ul > li > a:focus {
  padding-right: 10px;
  padding-left: inherit;
}
.tree-menu > ul > li a.active {
  font-weight: bold;
  color: #EA3A3C;
}
.tree-menu > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li > a {
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
  display: block;
  padding: 15px 0px 15px 30px;
  color: #777;
  font-weight: 300;
  background: url("../images/category-arrow.png") 0 center no-repeat;
}
.rtl .tree-menu > ul > li ul > li > a {
  padding: 15px 30px 15px 0px;
}
.tree-menu > ul > li ul > li > a:hover {
  color: #EA3A3C;
}
.tree-menu > ul > li ul > li > a.active {
  font-weight: bold;
  color: #EA3A3C;
}

a:hover {
  color: #EA3A3C;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*  PAGINATION STYLE */
.paging {
  margin: 18px 0;
}

.pagination .links {
  float: left;
}
.rtl .pagination .links {
  float: right;
}
.pagination .links a, .pagination .links b {
  display: inline-block;
  -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: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  border: #dbdbdb;
}
.rtl .pagination .links a, .rtl .pagination .links b {
  margin: 0 0 0 3px;
}
.pagination .links a:active, .pagination .links b:active {
  background-color: #EA3A3C;
  color: #fff;
  border: #dbdbdb;
}
.pagination .links b {
  background-color: #EA3A3C;
  color: #fff;
  border: #dbdbdb;
}
.pagination .results {
  float: right;
  color: #FFFFFF;
}
.rtl .pagination .results {
  float: left;
}

/* tab style */
.htabs ul {
  border: none;
}
.htabs ul > li {
  margin-right: 5px;
  float: left;
  display: block;
}
.rtl .htabs ul > li {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .htabs ul > li {
  float: right;
}
.htabs ul > li.active a {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
  display: block;
}
.htabs ul > li a {
  border: 1px solid #ebebeb;
  font-family: "proxima_nova";
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px 15px;
  margin-right: 0;
}
.htabs ul > li a:hover {
  border-color: #EA3A3C;
  color: #FFFFFF;
  background-color: #EA3A3C;
}

ul.nav-theme {
  display: inline-block;
  width: auto;
  position: relative;
}
ul.nav-theme:before, ul.nav-theme:after {
  content: "";
  position: absolute;
  top: 13px;
  width: 10px;
  background: #000000;
  height: 3px;
}
ul.nav-theme:after {
  left: -10px;
}
.rtl ul.nav-theme:after {
  right: -10px;
  left: auto;
}
ul.nav-theme:before {
  right: -10px;
}
.rtl ul.nav-theme:before {
  left: -10px;
  right: auto;
}
ul.nav-theme li {
  float: left;
  width: auto;
}
.rtl ul.nav-theme li {
  float: right;
}
ul.nav-theme li a {
  font-weight: 700;
  color: #BBBBBB;
  font-family: "proxima_nova";
  font-size: 13px;
  padding: 6px 12px;
}
ul.nav-theme li a:hover {
  background: none;
  color: #000000;
}
ul.nav-theme li.active a {
  background: none;
  color: #000000;
}

.no-padding {
  padding: 0;
}

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

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proximanova-black-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-black-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-black-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-black-webfont.svg#proxima_novablack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proximanova-regular-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_novaregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proximanova-light-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham/gotham-book-webfont.eot");
  src: url("../fonts/gotham/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-book-webfont.svg#gotham_book") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham/gotham-bold-webfont.eot");
  src: url("../fonts/gotham/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-bold-webfont.svg#gotham_bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham/gotham-light-webfont.eot");
  src: url("../fonts/gotham/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-light-webfont.svg#gotham_light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham/gotham-ultra-webfont.eot");
  src: url("../fonts/gotham/gotham-ultra-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-ultra-webfont.woff") format("woff"), url("../fonts/gotham/gotham-ultra-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-ultra-webfont.svg#gotham_black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosan/museosans_700-webfont.eot");
  src: url("../fonts/museosan/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosan/museosans_700-webfont.woff") format("woff"), url("../fonts/museosan/museosans_700-webfont.ttf") format("truetype"), url("../fonts/museosan/museosans_700-webfont.svg#museo_sans700") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosan/museosans_500-webfont.eot");
  src: url("../fonts/museosan/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosan/museosans_500-webfont.woff") format("woff"), url("../fonts/museosan/museosans_500-webfont.ttf") format("truetype"), url("../fonts/museosan/museosans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosan/museosans-300-webfont.eot");
  src: url("../fonts/museosan/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosan/museosans-300-webfont.woff") format("woff"), url("../fonts/museosan/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosan/museosans-300-webfont.svg#museo_sans300") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosan/museosans-100italic-webfont.eot");
  src: url("../fonts/museosan/museosans-100italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosan/museosans-100italic-webfont.woff") format("woff"), url("../fonts/museosan/museosans-100italic-webfont.ttf") format("truetype"), url("../fonts/museosan/museosans-100italic-webfont.svg#museo_sans100_italic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosan/museosans-100-webfont.eot");
  src: url("../fonts/museosan/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosan/museosans-100-webfont.woff") format("woff"), url("../fonts/museosan/museosans-100-webfont.ttf") format("truetype"), url("../fonts/museosan/museosans-100-webfont.svg#museo_sans100_italic") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local("Abril Fatface"), local("AbrilFatface-Regular"), url(http://themes.googleusercontent.com/static/fonts/abrilfatface/v6/X1g_KwGeBV3ajZIXQ9VnDvn8qdNnd5eCmWXua5W-n7c.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/boeCNmOCCh-EWFLSfVffDg.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff) format("woff");
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format("woff");
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/IczWvq5y_Cwwv_rBjOtT0w.woff) format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local("Raleway Heavy"), local("Raleway-Heavy"), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/PKCRbVvRfd5n7BTjtGiFZBsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJR_xHqYgAV9Bl_ZQbYUxnQU.woff) format("woff");
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format("woff");
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format("woff");
}
.buttons {
  padding: 20px 0;
}
.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .left {
  float: left;
}
.buttons .right {
  float: right;
}

.btn-outline-inverse {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border: 2px solid #EA3A3C;
  font-weight: 700;
  font-family: "proxima_nova";
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: #777777 !important;
  background-color: #FFFFFF;
  border-color: #BBBBBB;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: #777777;
  background-color: #FFFFFF;
  border-color: #BBBBBB;
}
.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: #EA3A3C;
  border-color: #EA3A3C;
}
.btn-outline-inverse .badge {
  color: #EA3A3C;
  background-color: #FFFFFF;
}

.btn-outline {
  color: #222222;
  background-color: transparent;
  border: 2px solid #BBBBBB;
  font-weight: 700;
  font-family: "proxima_nova";
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #FFFFFF !important;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.open .btn-outline.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.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: transparent;
  border-color: #BBBBBB;
}
.btn-outline .badge {
  color: transparent;
  background-color: #BBBBBB;
}

.btn-outline-small {
  color: #BBBBBB;
  background-color: #FFFFFF;
  border: 2px solid #BBBBBB;
  font-weight: 700;
  font-family: "proxima_nova";
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  padding: 5px;
  font-size: 10px;
  text-transform: uppercase;
}
.btn-outline-small:hover, .btn-outline-small:focus, .btn-outline-small:active, .btn-outline-small.active {
  color: #FFFFFF !important;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.open .btn-outline-small.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.btn-outline-small:active, .btn-outline-small.active {
  background-image: none;
}
.open .btn-outline-small.dropdown-toggle {
  background-image: none;
}
.btn-outline-small.disabled, .btn-outline-small.disabled:hover, .btn-outline-small.disabled:focus, .btn-outline-small.disabled:active, .btn-outline-small.disabled.active, .btn-outline-small[disabled], .btn-outline-small[disabled]:hover, .btn-outline-small[disabled]:focus, .btn-outline-small[disabled]:active, .btn-outline-small[disabled].active, fieldset[disabled] .btn-outline-small, fieldset[disabled] .btn-outline-small:hover, fieldset[disabled] .btn-outline-small:focus, fieldset[disabled] .btn-outline-small:active, fieldset[disabled] .btn-outline-small.active {
  background-color: #FFFFFF;
  border-color: #BBBBBB;
}
.btn-outline-small .badge {
  color: #FFFFFF;
  background-color: #BBBBBB;
}

.btn-outline-default {
  color: #BBBBBB;
  background-color: #FFFFFF;
  border: 2px solid #BBBBBB;
  font-weight: 700;
  font-family: "proxima_nova";
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default.active {
  color: #FFFFFF !important;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.open .btn-outline-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.btn-outline-default:active, .btn-outline-default.active {
  background-image: none;
}
.open .btn-outline-default.dropdown-toggle {
  background-image: none;
}
.btn-outline-default.disabled, .btn-outline-default.disabled:hover, .btn-outline-default.disabled:focus, .btn-outline-default.disabled:active, .btn-outline-default.disabled.active, .btn-outline-default[disabled], .btn-outline-default[disabled]:hover, .btn-outline-default[disabled]:focus, .btn-outline-default[disabled]:active, .btn-outline-default[disabled].active, fieldset[disabled] .btn-outline-default, fieldset[disabled] .btn-outline-default:hover, fieldset[disabled] .btn-outline-default:focus, fieldset[disabled] .btn-outline-default:active, fieldset[disabled] .btn-outline-default.active {
  background-color: #FFFFFF;
  border-color: #BBBBBB;
}
.btn-outline-default .badge {
  color: #FFFFFF;
  background-color: #BBBBBB;
}

.btn-highlighted {
  color: #BBBBBB;
  background-color: #000000;
  font-weight: 700;
  font-family: "proxima_nova";
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
}
.btn-highlighted:hover, .btn-highlighted:focus, .btn-highlighted:active, .btn-highlighted.active {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.open .btn-highlighted.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.btn-highlighted:active, .btn-highlighted.active {
  background-image: none;
}
.open .btn-highlighted.dropdown-toggle {
  background-image: none;
}
.btn-highlighted.disabled, .btn-highlighted.disabled:hover, .btn-highlighted.disabled:focus, .btn-highlighted.disabled:active, .btn-highlighted.disabled.active, .btn-highlighted[disabled], .btn-highlighted[disabled]:hover, .btn-highlighted[disabled]:focus, .btn-highlighted[disabled]:active, .btn-highlighted[disabled].active, fieldset[disabled] .btn-highlighted, fieldset[disabled] .btn-highlighted:hover, fieldset[disabled] .btn-highlighted:focus, fieldset[disabled] .btn-highlighted:active, fieldset[disabled] .btn-highlighted.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-highlighted .badge {
  color: #000000;
  background-color: #BBBBBB;
}

.btn-special {
  color: #BBBBBB;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 2px;
  font-weight: 700;
  font-family: "proxima_nova";
  text-transform: uppercase;
  padding: 11px 25px;
  position: relative;
}
.btn-special:before {
  top: 0;
  left: 0;
  border: 2px solid #BBBBBB;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-special:hover, .btn-special:focus, .btn-special:active, .btn-special.active {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.btn-special:hover:before, .btn-special:focus:before, .btn-special:active:before, .btn-special.active:before {
  border-color: #EA3A3C;
}
.open .btn-special.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.btn-special:active, .btn-special.active {
  background-image: none;
}
.open .btn-special.dropdown-toggle {
  background-image: none;
}
.btn-special.disabled, .btn-special.disabled:hover, .btn-special.disabled:focus, .btn-special.disabled:active, .btn-special.disabled.active, .btn-special[disabled], .btn-special[disabled]:hover, .btn-special[disabled]:focus, .btn-special[disabled]:active, .btn-special[disabled].active, fieldset[disabled] .btn-special, fieldset[disabled] .btn-special:hover, fieldset[disabled] .btn-special:focus, fieldset[disabled] .btn-special:active, fieldset[disabled] .btn-special.active {
  background-color: #FFFFFF;
  border-color: #BBBBBB;
}
.btn-special .badge {
  color: #FFFFFF;
  background-color: #BBBBBB;
}

/******************************************************
 * $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 {
  background: #000;
}
body.layout-boxed-md {
  background: url("../images/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 990px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: #FFFFFF;
}
body.layout-boxed-md #page .container {
  width: auto;
}
body.layout-boxed-lg {
  background: url("../images/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: #FFFFFF;
}

#page {
  /*background: url("../images/content-bg.png") repeat;*/
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
#page .background-top {
  top: 0;
  position: absolute;
  height: 440px;
  background: url("../images/bg-header.png") no-repeat;
  width: 100%;
  z-index: 0;
}
#page .bg-top-header2 {
  top: 0;
  position: absolute;
  height: 440px;
  background: url("../images/bg-header2.jpg") no-repeat;
  width: 100%;
  z-index: 0;
}

body[class*="-home"] #page .background-top {
  height: 720px;
}

/*
* HEADER 
*/
#topbar {
  padding: 5px 0;
  min-height: 30px;
  font-weight: 300;
  border-bottom: none;
  font-size: 12px;
  position: relative;
  z-index: 10;
  background: nocolor;
  color: #777777;
}
#topbar a {
  color: #bbbbbb;
}
#topbar a:hover {
  color: #EA3A3C;
}
#topbar a {
  font-size: 12px;
}
#topbar .links {
  float: left;
}
.rtl #topbar .links {
  float: right;
}
#topbar .login {
  padding: 7px 15px 7px 0;
}
.rtl #topbar .login {
  padding: 7px 0 7px 15px;
}
#topbar .btn-group .btn-theme-normal {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  color: #FFFFFF;
}
#topbar .btn-group:hover, #topbar .btn-group:focus, #topbar .btn-group.open, #topbar .btn-group.search-display {
  /* > div + div {
      display: block;
  } */
}
#topbar .btn-group:hover .btn-theme-normal, #topbar .btn-group:focus .btn-theme-normal, #topbar .btn-group.open .btn-theme-normal, #topbar .btn-group.search-display .btn-theme-normal {
  cursor: pointer;
  color: #000000;
  background: #FFFFFF;
}
#topbar .btn-group a {
  color: #777777;
}
#topbar .btn-group a:hover, #topbar .btn-group a:focus {
  background-color: transparent;
  color: #EA3A3C;
}
#topbar .btn-group .dropdown-menu {
  margin-top: 0;
  left: 0;
  padding: 10px 15px;
  min-width: 150px;
}
.rtl #topbar .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
#topbar .btn-group .quick-search {
  left: auto;
  right: -1px;
  top: 29px;
  padding: 10px;
}
.rtl #topbar .btn-group .quick-search {
  right: auto;
  left: auto;
}
.rtl #topbar .btn-group .quick-search {
  left: -1px;
  right: auto;
}
#topbar .btn-group .quick-search .search-control {
  width: 200px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#topbar .btn-group .quick-search .search-control:focus {
  width: 250px;
}
#topbar .btn-group .quick-search .button-search {
  border: none;
  background: transparent;
  padding: 0;
}
#topbar .quick-action > div:first-child {
  margin: 0 5px;
}
#topbar .quick-access > div:first-child {
  padding-left: 0;
  padding-right: 15px;
}
.rtl #topbar .quick-access > div:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.rtl #topbar .quick-access > div:first-child {
  padding-left: 15px;
  padding-right: inherit;
}
#topbar .quick-localisation ul li a {
  border: none;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
#topbar .quick-localisation a {
  cursor: pointer;
}
#topbar.topbar-verticalmenu {
  background: #FFFFFF;
  color: #BBBBBB;
}
#topbar.topbar-verticalmenu a {
  color: #777777;
}
#topbar.topbar-verticalmenu a:hover {
  color: #EA3A3C;
}
#topbar.topbar-verticalmenu .btn-group .fa {
  color: #BBBBBB;
}
#topbar.topbar-verticalmenu .btn-group .caret-top {
  color: #000000;
}
#topbar.topbar-verticalmenu .btn-group .text-label {
  color: #BBBBBB;
}
#topbar.topbar-verticalmenu .btn-group:hover .dropdown-toggle > * {
  color: #EA3A3C;
}

.main-menu {
  margin-bottom: 90px;
  text-align: left;
}
.rtl .main-menu {
  text-align: right;
}
.main-menu.mainnav-verticalmenu {
  background: #121212;
  margin-bottom: 0;
  position: relative;
}
.main-menu.mainnav-verticalmenu-v2 {
  margin-bottom: 30px;
  /* .pav-megamenu .navbar-nav{
      display: block;
  } */
}
.main-menu.mainnav-verticalmenu-v2 .row-content > div:first-child {
  padding-right: 0;
}
.main-menu.mainnav-verticalmenu-v2 .row-content > div:last-child {
  padding-left: 0;
}
.main-menu.mainnav-verticalmenu-v2 #pav-verticalmenu {
  background: #121212;
}
.main-menu.mainnav-verticalmenu-v2 .pav-megamenu {
  background: #121212;
}

#header-main {
  padding: 50px 0 20px 0;
  color: #777777;
  position: relative;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  text-align: left;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main.has-search {
  padding: 80px 0;
}
#header-main.has-search #logo-theme {
  text-align: left;
}
#header-main.has-search .search-control {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
#header-main.has-search .input-group-addon {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
#header-main.has-search .button-search {
  background: transparent;
  border: none;
  padding: 0;
}
#header-main.has-search .button-search:hover {
  color: #FFFFFF;
}
#header-main.has-search .search, #header-main.has-search .cart-has-search {
  padding-top: 20px;
}
#header-main.header-logo-v2 {
  padding: 50px 0 65px;
}

#logo-theme {
  display: block !important;
  text-align: center;
}

#header .show-mobile {
  text-align: right;
}
#header .show-mobile:before, #header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 13px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: #FFFFFF;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 160px;
  display: none;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: #FFFFFF;
  padding: 15px;
  text-align: left;
}

#header-top {
  max-width: 1370px;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#header-top.hide-bar {
  margin-top: -43px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#header-top.header-logo-v2 {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#header-top.header-logo-v2.hide-bar {
  margin-top: -240px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#pav-masshead .inner {
  background: #BBBBBB;
  color: #aab2bd;
  padding: 8px 0;
}
#pav-masshead .inner a {
  color: #aab2bd;
}
#pav-masshead .inner a:hover {
  color: #b8bfc8;
}

/*
* NAVIGATION
*/
/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
/*
* PROMOTION TOP 
*/
/*
* MAIN CONTENT
*/
#sidebar-main #content {
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#sidebar-main #content.content {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar-main #content.content .sidebar-left .box {
  margin-bottom: 0;
  padding: 0 30px 30px;
}
#sidebar-main #content.content .sidebar-left .box.bannerbuilder {
  padding: 0 0 30px;
}

.home-layout2 .sidebar .box {
  padding-top: 0;
  margin-bottom: 0;
}
.home-layout2 .sidebar .box .product-block {
  padding-top: 0;
}
.home-layout2 .sidebar .box .product-block:after, .home-layout2 .sidebar .box .product-block:before {
  content: none;
}

#sys-notification {
  position: relative;
}

/*end*/
/* FOOTER */
#footer {
  min-height: 90px;
  font-size: 13px;
  margin-top: 40px;
  font-weight: 300;
  background: #232323;
  color: #777777;
  position: relative;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  color: #777777;
}
#footer a:hover {
  color: #EA3A3C;
}
#footer ul, #footer ol {
  list-style: none;
}
#footer ul li, #footer ol li {
  padding: 10px 0px;
}

.footer-top {
  position: relative;
  background: transparent;
  border-bottom: none;
  margin-top: -40px;
}
.footer-top .inner {
  background: #EA3A3C;
  color: #fff;
  padding: 22px;
}
.footer-top .inner a {
  color: #fff;
}
.footer-top .inner a:hover {
  color: #EA3A3C;
}

.footer-center {
  position: relative;
  background: transparent;
}
.footer-center .inner {
  background: transparent;
  color: #777777;
  padding: 30px 0;
}
.footer-center .inner a {
  color: #777777;
}
.footer-center .inner a:hover {
  color: #EA3A3C;
}

.footer-bottom {
  position: relative;
  background: transparent;
}
.footer-bottom .inner {
  background: transparent;
  color: #777777;
  padding: 30px 0;
}
.footer-bottom .inner a {
  color: #777777;
}
.footer-bottom .inner a:hover {
  color: #EA3A3C;
}

/* POWER BY */
#powered .container {
  position: relative;
  margin: 0 auto;
  clear: both;
  background: transparent;
  color: #777777;
  font-family: "museo_sans";
  font-size: 13px;
  position: relative;
}
#powered .container .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
}
#powered .container .copyright {
  text-align: left;
  line-height: 20px;
}
#powered .container a {
  color: #FFFFFF;
}

/* block */
.box {
  margin-bottom: 30px;
  border: 1px solid none;
  background-color: #FFFFFF;
  position: relative;
  /* block styles */
}
.box .box-heading {
  color: #000000;
  position: relative;
  text-transform: uppercase;
  font-family: "proxima_nova";
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 0;
  background: transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  margin: 0;
  text-align: center;
  font-weight: 900;
}
.box .box-heading span {
  position: relative;
  display: inline-block;
}
.box .box-heading span:before {
  content: "";
  position: absolute;
  bottom: 45%;
  left: -20px;
  width: 10px;
  background: #000000;
  height: 3px;
}
.rtl .box .box-heading span:before {
  right: -20px;
  left: auto;
}
.box .box-heading span:after {
  content: "";
  position: absolute;
  bottom: 45%;
  right: -20px;
  width: 10px;
  background: #000000;
  height: 3px;
}
.rtl .box .box-heading span:after {
  left: -20px;
  right: auto;
}
.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: 15px;
}
.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-default {
  border-color: #fff;
  background: #fff;
}
.box-default .box-heading {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.box-default .box-heading span:before, .box-default .box-heading span:after {
  background: #FFFFFF;
}
.box-default .box-heading + .box-collapse .box-content {
  border-top-color: #fff;
}
.box-default > .box-footer + .box-collapse .box-body {
  border-bottom-color: #fff;
}

.box-primary {
  border-color: #121212;
  background: #121212;
}
.box-primary .box-heading {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}
.box-primary .box-heading span:before, .box-primary .box-heading span:after {
  background: #FFFFFF;
}
.box-primary .box-heading + .box-collapse .box-content {
  border-top-color: #121212;
}
.box-primary > .box-footer + .box-collapse .box-body {
  border-bottom-color: #121212;
}

.box-success {
  border-color: #26e8fc;
  background: #3FCBFC;
}
.box-success .box-heading {
  color: #fff;
  background-color: #3FCBFC;
  border-color: #26e8fc;
}
.box-success .box-heading span:before, .box-success .box-heading span:after {
  background: #FFFFFF;
}
.box-success .box-heading + .box-collapse .box-content {
  border-top-color: #26e8fc;
}
.box-success > .box-footer + .box-collapse .box-body {
  border-bottom-color: #26e8fc;
}

.box-info {
  border-color: #1ce7fb;
  background: #3FCBFC;
}
.box-info .box-heading {
  color: #fff;
  background-color: #3FCBFC;
  border-color: #1ce7fb;
}
.box-info .box-heading span:before, .box-info .box-heading span:after {
  background: #FFFFFF;
}
.box-info .box-heading + .box-collapse .box-content {
  border-top-color: #1ce7fb;
}
.box-info > .box-footer + .box-collapse .box-body {
  border-bottom-color: #1ce7fb;
}

.box-warning {
  border-color: #faebcc;
  background: #fcf8e3;
}
.box-warning .box-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.box-warning .box-heading span:before, .box-warning .box-heading span:after {
  background: #FFFFFF;
}
.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;
  background: #f2dede;
}
.box-danger .box-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.box-danger .box-heading span:before, .box-danger .box-heading span:after {
  background: #FFFFFF;
}
.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-highlighted {
  border-color: #EA3A3C;
  background: #EA3A3C;
}
.box-highlighted .box-heading {
  color: #FFFFFF;
  background-color: #EA3A3C;
  border-color: #EA3A3C;
}
.box-highlighted .box-heading span:before, .box-highlighted .box-heading span:after {
  background: #FFFFFF;
}
.box-highlighted .box-heading + .box-collapse .box-content {
  border-top-color: #EA3A3C;
}
.box-highlighted > .box-footer + .box-collapse .box-body {
  border-bottom-color: #EA3A3C;
}
.box-highlighted .box-content {
  border-color: #EA3A3C;
  border-width: 2px;
}

/* block inline style */
.box-inline .icon {
  font-size: 35px;
}
.box-inline .explain {
  font-size: 11px;
}
.box-inline .box-content {
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
  font-family: "proxima_nova";
  font-size: 13px;
}
.box-inline .input-group {
  width: 98%;
}

.sidebar .pav-custom {
  border: none;
}
.sidebar .pav-custom .box-heading {
  border: none;
  background: none;
}
.sidebar .pav-custom .box-content {
  border: none;
}
.sidebar .box {
  padding: 20px 15px;
}
.sidebar .box.bannerbuilder {
  padding: 30px;
  text-align: center;
}

/* block style in main content */
#content .pav-custom .box-content {
  border: none;
  background: none;
  color: #FFFFFF;
}
#content .pav-custom .box-content {
  border: none;
}
#content .box-content {
  /* padding:0;
  margin: 0; */
}

/* block style in footer */
#footer .box {
  margin-bottom: 0;
  border: none;
  background: transparent;
}
#footer .box .box-heading {
  border: none;
  background: none;
  color: #FFFFFF;
  padding-left: 0;
  text-align: left;
  padding-bottom: 20px;
}
.rtl #footer .box .box-heading {
  text-align: right;
}
#footer .box .box-heading span:before {
  background: transparent;
}
#footer .box .box-heading span:after {
  background: #FFFFFF;
}
#footer .box .box-content {
  border: none;
  padding: 0;
}

/*Banner builder*/
.banner-style {
  background: transparent;
}
.banner-style .banner-wrapper {
  background: #fff;
  padding: 30px;
}
.banner-style2 .banner-wrapper {
  margin-top: 15px;
}

.gallery-carousel {
  position: relative;
}

.price {
  color: #000;
  font-size: 13px;
  font-family: "proxima_nova";
  font-weight: 700;
  text-align: left;
}
.rtl .price {
  text-align: right;
}
.price .price-old, .price .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
}
.price .price-new {
  color: #EA3A3C;
}

.box-products {
  margin-top: 30px;
}

.products-rows > .carousel-controls {
  top: 0;
  position: absolute;
  right: 0;
}
.rtl .products-rows > .carousel-controls {
  left: 0;
  right: auto;
}
.products-rows > .carousel-controls .carousel-control {
  position: relative;
  background: #fff;
  color: #DADADA;
  border: 1px solid #DADADA;
  text-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
}
.rtl .products-rows > .carousel-controls .carousel-control {
  float: right;
}
.rtl .products-rows > .carousel-controls .carousel-control {
  margin-left: 5px;
  margin-right: inherit;
}
.products-rows > .carousel-controls .carousel-control:hover {
  background: #EA3A3C;
  color: #FFFFFF;
  border-color: #EA3A3C;
}
.products-rows:hover .carousel-control {
  display: block;
}

.products-row {
  position: relative;
}
.products-row .product-col {
  border-right: 0px solid #ebebeb;
  margin-bottom: 30px;
}
.rtl .products-row .product-col {
  border-left: 0px solid #ebebeb;
  border-right: inherit;
}
.products-row .product-col:last-child {
  border-right: none;
}
.rtl .products-row .product-col:last-child {
  border-left: none;
  border-right: inherit;
}
.products-row .product-col:nth-child(1) {
  border-right: 0px solid #ebebeb;
}
.rtl .products-row .product-col:nth-child(1) {
  border-left: 0px solid #ebebeb;
  border-right: inherit;
}
.products-row:last-child .product-col {
  margin-bottom: 0;
}

/* product style */
.product-block {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 0 0 10px 0;
  text-align: center;
}
.product-block:after {
  content: "";
  background: #E4E4E4;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 0;
  position: absolute;
  height: 1px;
  width: 100%;
  margin: auto;
}
.rtl .product-block:after {
  right: 0;
  left: auto;
}
.rtl .product-block:after {
  left: 0;
  right: auto;
}
.product-block:before {
  content: "";
  background: #EA3A3C;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 0;
  position: absolute;
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  transition: width 0.5s ease 0s, height 0.5s ease 0s;
  width: 5px;
  margin: auto;
  z-index: 9;
}
.rtl .product-block:before {
  right: 0;
  left: auto;
}
.rtl .product-block:before {
  left: 0;
  right: auto;
}
.product-block .bottom {
  padding: 17px 0 0 0;
  overflow: hidden;
  min-height: 55px;
}
.product-block .bottom .cart {
  float: right;
  width: auto;
}
.rtl .product-block .bottom .cart {
  float: left;
}
.product-block .bottom .cart i {
  font-size: 13px;
}
.product-block .bottom .price {
  float: left;
  margin-top: 0;
}
.rtl .product-block .bottom .price {
  float: right;
}
.product-block .action {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.product-block .action:before, .product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.rtl .product-block .action {
  left: 0;
  right: auto;
}
.product-block .action > div {
  border-left: 1px solid;
  padding: 0;
}
.rtl .product-block .action > div {
  border-right: 1px solid;
  border-left: inherit;
}
.product-block .action > div a {
  line-height: 20px;
}
.product-block .action > div a span {
  display: none;
}
.product-block .action > div.quick-view i {
  margin-right: 3px;
}
.rtl .product-block .action > div.quick-view i {
  margin-left: 3px;
  margin-right: inherit;
}
.product-block .action > div.quick-view a span {
  display: inherit;
}
.product-block .action > div > * {
  width: 100%;
}
.product-block .description {
  display: none;
  font-size: 14px;
}
.product-block .rating {
  font-size: 5px;
  text-align: left;
}
.rtl .product-block .rating {
  text-align: right;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  min-height: 36px;
  height: 36px;
  height: auto !important;
  line-height: 18px;
  text-align: left;
  font-weight: 300;
}
.rtl .product-block .name {
  text-align: right;
}
.product-block .name a {
  color: #777777;
  font-size: 13px;
  font-family: "museo_sans";
  text-decoration: none;
  display: inline-block;  
}
.product-block .name a:hover {
  color: #EA3A3C;
}
.product-block .image-gallery {
  border: solid 4px #b8b8b8;
  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 transparent;
  border-left: 5px solid #b8b8b8;
  border-top: 5px solid transparent;
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.rtl .product-block .image-gallery .arrow {
  border-right: 5px solid #b8b8b8;
  border-left: inherit;
}
.rtl .product-block .image-gallery .arrow {
  left: -9px;
  right: auto;
}
.product-block .image {
  padding-bottom: 0;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.product-block .image :hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta {
  position: relative;
  padding: 10px 0px;
  overflow: hidden;
}
.product-block .product-zoom, .product-block .quickview {
  width: auto;
  height: 100%;
  font-size: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .product-zoom:hover, .product-block .quickview:hover {
  background-color: #EA3A3C;
  color: #FFFFFF;
}
.product-block .product-zoom {
  z-index: 10;
  color: #BBBBBB;
  background-color: #000;
  right: 50%;
  text-align: center;
}
.rtl .product-block .product-zoom {
  left: 50%;
  right: auto;
}
.product-block .pts-atchover {
  left: 50%;
}
.rtl .product-block .pts-atchover {
  right: 50%;
  left: auto;
}
.product-block:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.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: #FFFFFF;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: #FFFFFF;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 22px;
  background: #EA3A3C;
  font-family: "proxima_nova";
  line-height: 25px;
}
.rtl .product-label {
  right: 10px;
  left: auto;
}

/* mini basket */
#cart {
  position: relative;
  float: left;
}
.rtl #cart {
  float: right;
}
#cart:hover {
  cursor: pointer;
}
#cart .text-cart {
  color: #777777;
  font-weight: 300;
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: none;
}
#cart #cart-total {
  margin-right: 8px;
  font-size: 11px;
  color: #EA3A3C;
}
.rtl #cart #cart-total {
  margin-left: 8px;
  margin-right: inherit;
}
#cart .icon-cart {
  color: #FFFFFF;
  font-size: 15px;
}
#cart .content {
  clear: both;
  top: 100%;
  left: auto;
  right: 0px;
  padding: 15px;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  z-index: 99999;
  -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 {
  right: auto;
  left: auto;
}
.rtl #cart .content {
  left: 0px;
  right: auto;
}
#cart.open #cart-total, #cart.open .icon-cart, #cart.open .text-cart {
  color: #000000;
}
#cart .heading:before, #cart .heading:after {
  content: " ";
  display: table;
}
#cart .heading:after {
  clear: both;
}
#cart .heading a {
  padding: 0 7px;
  margin-top: 0;
  line-height: 30px;
  display: inline-block;
}
#cart .media {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#cart .media .pull-left {
  text-align: center;
  position: relative;
  margin-right: 10px;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
.rtl #cart .checkout {
  text-align: left;
}
#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;
  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: 11px;
  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 solid #ebebeb;
}
#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: right;
}
.rtl #cart .mini-cart-info .remove {
  text-align: left;
}
#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;
}

.cart-has-search #cart {
  float: right;
}
.rtl .cart-has-search #cart {
  float: left;
}
.cart-has-search #cart .heading {
  min-height: 38px;
  border: none;
}
.cart-has-search #cart .heading .cart-inner {
  padding-top: 0px;
  height: auto;
}
.cart-has-search #cart .heading .cart-inner a {
  padding: 0;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 38px;
}
.rtl .cart-has-search #cart .heading .cart-inner a {
  padding-left: 10px;
  padding-right: inherit;
}
.cart-has-search #cart .heading .cart-inner a .icon-cart {
  margin-right: 10px;
  line-height: 36px;
  padding: 0 18px;
  height: 38px;
  background: url("../images/icon-cart.png") no-repeat center center #EA3A3C;
  float: left;
}
.rtl .cart-has-search #cart .heading .cart-inner a .icon-cart {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .cart-has-search #cart .heading .cart-inner a .icon-cart {
  float: right;
}
.cart-has-search #cart .heading .cart-inner a .icon-cart:before {
  content: "";
}
.cart-has-search #cart .heading .cart-inner a .text-cart {
  font-family: "proxima_nova";
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}
.cart-has-search #cart.open .heading .cart-inner a {
  color: #FFFFFF;
}
.cart-has-search #cart.open .heading .cart-inner a #cart-total, .cart-has-search #cart.open .heading .cart-inner a .icon-cart, .cart-has-search #cart.open .heading .cart-inner a h4 {
  color: #FFFFFF;
}

.header-logo-v2 #cart .heading a {
  padding: 0 7px;
}

/** apply general product block **/
.sidebar .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid none;
  padding: 0;
  margin-bottom: 0;
}
.rtl .sidebar .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.sidebar .products-row:first-child > .product-col:first-child .product-block {
  padding-top: 0;
}
.sidebar .product-block {
  padding: 20px 0 20px;
  text-align: left;
}
.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 .image {
  float: left;
  width: 33%;
  text-align: left;
  margin-right: 10px;
  position: relative;
}
.rtl .sidebar .product-block .image {
  float: right;
}
.rtl .sidebar .product-block .image {
  text-align: right;
}
.rtl .sidebar .product-block .image {
  margin-left: 10px;
  margin-right: inherit;
}
.sidebar .product-block .action, .sidebar .product-block .pav-colorbox, .sidebar .product-block .colorbox, .sidebar .product-block .cart, .sidebar .product-block .image-gallery {
  display: none;
}
.sidebar .product-meta {
  width: 59.5%;
  float: left;
  padding: 0;
}
.rtl .sidebar .product-meta {
  float: right;
}
.sidebar .product-label {
  display: none;
}
.sidebar .name {
  min-height: auto;
  font-size: 12px;
  min-height: 1px;
}
.sidebar .bottom {
  padding: 10px 0 0;
}

/*  */
/* social internal module */
.social {
  text-align: center;
}
.social span {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  margin: 10px 20px 0 0;
}
.rtl .social span {
  float: right;
}
.rtl .social span {
  margin: 10px 0 0 20px;
}
.social a {
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  margin-left: 0;
  padding: 0;
  color: #777777 !important;
  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;
  font-size: 16px;
}
.rtl .social a {
  margin-right: 0;
  margin-left: inherit;
}
.social a i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  padding: 8px;
}
.social a:hover i {
  color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.social .fa-facebook:hover {
  background-color: #346da6;
}
.social .fa-twitter:hover {
  background-color: #4c91d7;
}
.social .fa-rss:hover {
  background-color: #f05423;
}
.social .fa-google-plus:hover {
  background-color: #c9242d;
}
.social .fa-pinterest:hover {
  background-color: #fb9e3a;
}

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

/* Popular tag */
.pavpopulartag a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  text-transform: uppercase;
  float: left;
  margin: 3px;
}
.rtl .pavpopulartag a {
  float: right;
}
.pavpopulartag a:hover {
  background: #EA3A3C;
  border-color: #EA3A3C;
  color: #FFFFFF;
}

/* Specials product */
.special .box-heading:before {
  content: "";
  width: 85px;
  height: 85px;
  background: url("../images/product-hot.png") no-repeat 0 0;
  position: absolute;
  top: -35px;
  right: -10px;
}
.rtl .special .box-heading:before {
  left: -10px;
  right: auto;
}

/* Footer intro */
.footer-intro {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 30px;
}
.footer-intro .address {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-intro .address h4 {
  font-weight: 500;
  font-size: 11px;
  color: #BBBBBB;
}
.footer-intro ul li {
  padding: 5px 0 !important;
}
.footer-intro ul li.phone {
  font-weight: 900;
  color: #bbbbbb;
}
.footer-intro ul li .fa {
  margin-right: 5px;
}
.rtl .footer-intro ul li .fa {
  margin-left: 5px;
  margin-right: inherit;
}

/* Sliderlayer */
.layerslider-wrapper .tparrows.default {
  opacity: 0;
  filter: alpha(opacity=0);
}
.layerslider-wrapper .tparrows.default:hover {
  background: #EA3A3C;
}
.layerslider-wrapper:hover .tparrows.default {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Advertise home */
.adv {
  margin: 0 -30px;
}

/*Slider layer*/
.tp-bullets.simplebullets.round .bullet {
  background: url("../images/bullet-carousel.png") no-repeat scroll left top transparent !important;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  background-position: left bottom !important;
}

.pavtestimonial .carousel-navigation .bullet {
  background: url("../images/bullet-carousel.png") no-repeat 0px 0px;
}

.pavo-banners .img3 {
  padding: 10px 15px;
}

.producttabs .carousel-controls {
  right: 30px;
  top: 20px;
}
.rtl .producttabs .carousel-controls {
  left: 30px;
  right: auto;
}

.pav-categoryproducts .carousel-controls {
  right: 30px;
}
.rtl .pav-categoryproducts .carousel-controls {
  left: 30px;
  right: auto;
}

/*general*/
.breadcrumb {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 15px;
}

.page-heading {
  text-align: center;
  width: auto;
  padding: 10px 0;
}
.page-heading h1 {
  font-size: 15px;
  color: #000000;
  display: inline-block;
  position: relative;
  font-family: 'Kaushan Script', cursive;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.page-heading h1:before {
  content: "";
  position: absolute;
  bottom: 35%;
  left: -20px;
  width: 10px;
  background: #000000;
  height: 5px;
}
.rtl .page-heading h1:before {
  right: -20px;
  left: auto;
}
.page-heading h1:after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: -20px;
  width: 10px;
  background: #000000;
  height: 5px;
}
.rtl .page-heading h1:after {
  left: -20px;
  right: auto;
}

/*Home*/
body[class*="-home"] .success, body[class*="-home"] .warning, body[class*="-home"] .attention, body[class*="-home"] .information {
  margin-top: 0px;
}

#content h1 {
  margin-top: 0;
}
#content h2 {
  font-size: 17px;
  text-transform: uppercase;
}

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

.category-description {
  display: none;
}

.refine-search {
  border: none;
  border-bottom: 1px solid #ebebeb;
  -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;
}
.refine-search > div {
  padding-left: 0;
}
.rtl .refine-search > div {
  padding-right: 0;
  padding-left: inherit;
}
.refine-search .panel-title {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  font-family: "proxima_nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.refine-search ul, .refine-search ol {
  list-style: none;
}
.refine-search ul > li, .refine-search ol > li {
  padding-bottom: 10px;
  float: left;
  line-height: normal;
  width: 50%;
  text-align: center;
}
.rtl .refine-search ul > li, .rtl .refine-search ol > li {
  float: right;
}

.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.rtl .cart-total td {
  text-align: left;
}
.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;
}

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

.manufacturer-list {
  border: 0;
  padding: 9px;
}
.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 {
  padding: 8px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-size: 13px;
  color: #777777;
  margin-bottom: 8px;
  border-style: none;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.rtl .product-filter .filter-right > div {
  padding-right: 5px;
  padding-left: inherit;
}
.product-filter .display {
  line-height: 30px;
}
.product-filter .display .btn-switch {
  width: 35px;
  height: 33px;
  display: inline-block;
  border: 1px solid #ebebeb;
  margin-right: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #9c9b9b;
  background: #fafafa;
}
.rtl .product-filter .display .btn-switch {
  margin-left: 5px;
  margin-right: inherit;
}
.product-filter .display .btn-switch:hover, .product-filter .display .btn-switch.active {
  color: #fff;
  border: 1px solid #EA3A3C;
  background-color: #EA3A3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  height: 34px;
}
.product-filter .product-compare {
  float: right;
}
.rtl .product-filter .product-compare {
  float: left;
}
.product-filter .product-compare a {
  font-size: 9px;
}

/* product list mode  */
.product-list .products-row {
  border: none;
}
.product-list .products-row .product-col {
  border-bottom: 0px solid #ebebeb;
  border-right: none;
  width: 100%;
  float: none;
  margin: 0;
}
.rtl .product-list .products-row .product-col {
  border-left: none;
  border-right: inherit;
}
.product-list .product-block {
  padding: 20px;
  text-align: left;
}
.rtl .product-list .product-block {
  text-align: right;
}
.product-list .product-block:hover .product-meta {
  background-color: #FFFFFF;
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
}
.product-list .description {
  display: block;
}
.product-list .price-tax {
  display: block;
}
.product-list .name {
  min-height: 20px;
  margin-bottom: 10px;
}
.product-list .name a {
  font-weight: 700;
}
.product-list .image {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}
.rtl .product-list .image {
  float: right;
}
.rtl .product-list .image {
  margin: 0 0 0 20px;
}
.product-list .image img {
  padding: 0;
  border: 0;
}
.product-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .cart {
  float: left;
}
.rtl .product-list .cart {
  float: right;
}
.product-list .wishlist, .product-list .compare {
  float: right;
}
.rtl .product-list .wishlist, .rtl .product-list .compare {
  float: left;
}
.product-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid #FFFFFF;
  text-align: center;
}
.rtl .product-list .product-icon {
  border-right: 1px solid #FFFFFF;
  border-left: inherit;
}
.product-list .product-icon span {
  display: inline-block;
  font-family: "proxima_nova";
}
.product-list .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

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

.products-block .products-row.last, .products-block .products-row:last-child {
  border-bottom: 0;
}

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

.product-info {
  border: none;
  margin-bottom: 20px;
}
.product-info .carousel-control {
  left: auto;
  bottom: auto;
  z-index: 10;
  background: #fff;
  color: #DADADA;
  border: 1px solid #DADADA;
  text-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  display: block;
  top: 35%;
}
.rtl .product-info .carousel-control {
  right: auto;
  left: auto;
}
.product-info .carousel-control.left {
  left: 0;
}
.product-info .carousel-control:hover {
  background: #EA3A3C;
  color: #FFFFFF;
  border-color: #EA3A3C;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.product-info ul, .product-info ol {
  list-style: none;
}
.product-info .image {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
.product-info .price {
  padding: 10px 0;
  color: #777777;
  font-size: 12px;
}
.product-info .price .text-price {
  font-size: 17px;
  font-family: "proxima_nova";
  text-transform: uppercase;
  color: #EA3A3C;
}
.product-info .price .other-price {
  font-weight: normal;
}
.product-info .description {
  border: 0;
  margin-bottom: 9px;
  padding: 0;
  font-size: 13px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.rtl .product-info .description b {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .description b {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .description .fa {
  color: #EA3A3C;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 3px 5px 0 0;
}
.rtl .product-info .description .fa {
  float: right;
}
.rtl .product-info .description .fa {
  margin: 3px 0 0 5px;
}
.product-info .description li {
  margin-top: 5px;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin-right: 0px;
  padding: 2px;
  text-align: center;
}
.rtl .product-info .carousel-inner a {
  margin-left: 0px;
  margin-right: inherit;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  display: inline;
  border: 1px solid #ebebeb;
  -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: 0;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.rtl .product-info .option-image img {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .option-image img {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  padding: 20px 0;
}
.product-info .review .share:before, .product-info .review .share:after {
  content: " ";
  display: table;
}
.product-info .review .share:after {
  clear: both;
}
.product-info .review .rating {
  font-size: 5px;
}
.product-info .product-extra {
  padding: 10px 30px;
  border: 1px solid #ebebeb;
}
.product-info .product-extra:before, .product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 135px;
  overflow: hidden;
}
.product-info .product-extra .quantity-adder input {
  border: 1px solid #ebebeb;
}
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
  font-size: 6.5px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: #da1719;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: #da1719;
}
.product-info .product-extra .quantity-number input {
  min-width: 57px;
  width: 57px;
  width: auto !important;
  height: 32px;
  text-align: center;
}
.product-info #button-cart {
  width: 100%;
}
.product-info .action:before, .product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  margin-left: 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.rtl .product-info .action > div {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .action > div a {
  width: 100%;
  border: none;
}
.product-info .action > div:first-child {
  border: none;
}

.tabs-group {
  overflow: hidden;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .tab-content {
  padding: 20px 0;
  font-size: 15px;
  line-height: 25px;
}

.product-related.box {
  padding: 0 15px;
}
.product-related.box .box-heading {
  margin-bottom: 15px;
}
.product-related.box .box-content {
  padding: 0;
}

/**
 *
 */
.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: left;
  margin-bottom: 20px;
}
.rtl .review-list .author {
  float: right;
}
.review-list .author span {
  color: #000000;
}
.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-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.rtl .attribute {
  border-right: 1px solid #ddd;
  border-left: inherit;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-left: 0;
  border-bottom: 1px solid #ddd;
}
.rtl .attribute td {
  border-left: 1px solid #ddd;
  border-right: inherit;
}
.rtl .attribute td {
  border-right: 0;
  border-left: inherit;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.rtl .attribute tr td:first-child {
  text-align: left;
}

.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: #000000;
  font-weight: bold;
  font-size: 18px;
  background: #e2e2e2;
  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;
}
.rtl .order-list .order-status {
  text-align: left;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.rtl .order-list .order-info {
  text-align: left;
}
.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: #ebebeb;
  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;
}
.rtl .return-list .return-status {
  text-align: left;
}
.return-list .return-info {
  text-align: right;
}
.rtl .return-list .return-info {
  text-align: left;
}
.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;
}
.rtl .download-list .download-status {
  text-align: 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;
}
.rtl .download-list .download-info {
  text-align: left;
}
.download-list .list-content {
  margin-bottom: 24px;
}

/* 
 * CHECKOUT PAGE
 */
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  padding: 8px;
  font-size: 17px;
  color: #555555;
  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;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}

.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 #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.rtl .checkout-product tfoot td {
  text-align: left;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.rtl .checkout-product table {
  border-right: 1px solid #ddd;
  border-left: inherit;
}
.rtl .checkout-product table {
  border-left: 1px solid #ddd;
  border-right: inherit;
}

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

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

/*
 * 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: 36px;
}
.rtl .sitemap-info ul > li > ul {
  margin-right: 36px;
  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: #da1719;
  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: transparent;
  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: #FFFFFF;
  background-color: #a2a2a2;
  font-size: 18px;
  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: #EA3A3C;
}

body.quickview .zoomContainer {
  display: none !important;
}

.pav-megamenu {
  background: transparent;
  font-family: "museo_sans";
  text-align: center;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  background: transparent;
  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 .navbar-header {
  width: 100%;
}
.pav-megamenu .navbar-nav {
  margin: 0 auto;
  float: none;
  display: inline-block;
  width: auto;
  margin-bottom: -5px;
}
.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-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
  margin-right: inherit;
}
.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;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
.rtl .pav-megamenu .navbar-nav > li.aligned-center .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 18px 25px 15px 25px;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  background-color: transparent !important;
  font-weight: 900;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  font-family: 'Kaushan Script', cursive;
  letter-spacing: 1px;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: #EA3A3C !important;
}
.pav-megamenu .navbar-nav > li > a:after {
  content: "";
  background: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 0;
  position: absolute;
  height: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  transition: width 0.5s ease 0s, height 0.5s ease 0s;
  width: 5px;
  margin: auto;
}
.pav-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.pav-megamenu .navbar-nav > li > a .caret:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: -10px;
  top: 0;
  color: #FFFFFF;
}
.rtl .pav-megamenu .navbar-nav > li > a .caret:before {
  left: -10px;
  right: auto;
}
.rtl .pav-megamenu .navbar-nav > li > a .caret:before {
  bottom: 0;
  top: auto;
}
.pav-megamenu .navbar-nav > li:hover > a .caret:before, .pav-megamenu .navbar-nav > li:hover:active > a .caret:before {
  color: #EA3A3C;
}
.pav-megamenu .navbar-nav > li:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
.pav-megamenu .dropdown-menu {
  text-align: left;
  top: 100%;
  left: -9999px;
  height: auto;
  color: nocolor;
  border: 0;
  min-width: 240px;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.rtl .pav-megamenu .dropdown-menu {
  text-align: right;
}
.pav-megamenu .dropdown-menu li {
  line-height: 28px;
}
.pav-megamenu .dropdown-menu li a {
  color: #777777;
  padding: 0;
  font-size: 13px;
  line-height: 28px;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  color: #EA3A3C;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #EA3A3C;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.pav-megamenu .dropdown:hover > a {
  color: #EA3A3C;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #EA3A3C;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  display: block;
  top: 0;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "museo_sans";
  color: #FFFFFF;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .widget-title {
  color: #000000;
}
.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 {
  margin-bottom: 0;
  position: relative;
}
#pav-verticalmenu #verticalmenu {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  z-index: 999;
  background: #FFFFFF;
}
#pav-verticalmenu:hover #verticalmenu {
  display: block;
}
#pav-verticalmenu > .box-heading {
  padding: 16px 20px;
  background: #EA3A3C;
  color: #FFFFFF;
  font-family: "proxima_nova";
  font-size: 13px;
  text-transform: uppercase;
}
#pav-verticalmenu > .box-heading span:before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 32%;
  right: 10px;
}
.rtl #pav-verticalmenu > .box-heading span:before {
  left: 10px;
  right: auto;
}

div.verticalmenu {
  z-index: 100;
}
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: #000;
  font-size: 13px;
  padding: 16px 10px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  text-transform: none;
}
.rtl div.verticalmenu .navbar-nav > li > a {
  text-align: right;
}
div.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
div.verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 13px;
}
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: #FFFFFF;
}
div.verticalmenu .navbar-nav > li > a .fa {
  width: 20px;
}
div.verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 11px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: none;
}
.rtl div.verticalmenu .navbar-nav > li > a .caret {
  left: 11px;
  right: auto;
}
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: #EA3A3C;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #EA3A3C;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  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 {
  text-transform: none;
  font-weight: 300;
  color: #000000;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #EA3A3C;
}
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);
}
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 #FFFFFF;
  z-index: 9999;
}
.rtl div.verticalmenu .navbar-nav > li.parent:hover > a:after {
  left: -5px;
  right: auto;
}
div.verticalmenu .verticalmenu li a:hover {
  color: #EA3A3C;
}
div.verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: #FFFFFF;
}
div.verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 215px;
  padding: 20px 28px;
  background: #FFFFFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
div.verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
div.verticalmenu .dropdown-menu ul li a {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
}
div.verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 13px;
}
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: #000000;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #000000;
  font-family: "museo_sans";
  font-size: 13px;
}
div.verticalmenu .dropdown-menu .action {
  display: none;
}

/*** widgets using inside megamenu ***/
.pavo-widget .widget-heading, .pavo-widget .menu-title, .pav-widget .widget-heading, .pav-widget .menu-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.rtl .pavo-widget .widget-heading, .rtl .pavo-widget .menu-title, .rtl .pav-widget .widget-heading, .rtl .pav-widget .menu-title {
  text-align: right;
}
.pavo-widget .w-product, .pav-widget .w-product {
  width: 100%;
}
.pavo-widget .product-block:before, .pavo-widget .product-block:after, .pav-widget .product-block:before, .pav-widget .product-block:after {
  content: " ";
  display: table;
}
.pavo-widget .product-block:after, .pav-widget .product-block:after {
  clear: both;
}
.pavo-widget .product-block:after, .pavo-widget .product-block:before, .pav-widget .product-block:after, .pav-widget .product-block:before {
  content: none;
}
.pavo-widget .product-block .image, .pav-widget .product-block .image {
  float: left;
  margin-right: 20px;
}
.rtl .pavo-widget .product-block .image, .rtl .pav-widget .product-block .image {
  float: right;
}
.rtl .pavo-widget .product-block .image, .rtl .pav-widget .product-block .image {
  margin-left: 20px;
  margin-right: inherit;
}
.pavo-widget .product-block .bottom, .pav-widget .product-block .bottom {
  padding-top: 0;
}
.pavo-widget .product-block .bottom .wrap-hover, .pav-widget .product-block .bottom .wrap-hover {
  width: 100%;
}
.pavo-widget .product-block .bottom .wrap-hover .rating, .pavo-widget .product-block .bottom .wrap-hover .price, .pav-widget .product-block .bottom .wrap-hover .rating, .pav-widget .product-block .bottom .wrap-hover .price {
  position: static;
}
.pavo-widget .product-block .bottom .wrap-hover .rating, .pav-widget .product-block .bottom .wrap-hover .rating {
  margin-bottom: 15px;
}
.pavo-widget .product-block .action, .pavo-widget .product-block .cart, .pav-widget .product-block .action, .pav-widget .product-block .cart {
  display: none;
}
.pavo-widget .product-meta, .pav-widget .product-meta {
  float: left;
}
.rtl .pavo-widget .product-meta, .rtl .pav-widget .product-meta {
  float: right;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.canvas-menu {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 15px;
  padding: 8px;
  position: relative;
}
.canvas-menu:hover, .canvas-menu:active, .canvas-menu:focus {
  color: #EA3A3C;
  background: transparent;
}

@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
/*offcanvas-menu*/
#offcanvasmenu .navbar-nav {
  float: none;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
}
#offcanvasmenu .navbar-nav > li > a {
  font-size: 15px;
}
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0 20px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 0;
  display: block;
}
#offcanvasmenu .product-block .image {
  float: none;
}

.bg-white {
  background: #fff;
}

.review-form-width {
  margin: 10% auto;
  max-width: 600px;
  position: relative;
}

.alert {
  position: relative;
}

.zoomWindowContainer .zoomWindow {
  left: 390px;
}
.rtl .zoomWindowContainer .zoomWindow {
  right: 390px;
  left: auto;
}

.mfp-figure {
  max-width: 600px;
}

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (max-width: 991px) {
  .sidebar .productdeals .action-deals > div {
    width: auto;
  }

  .box-module-pavreassurances .column {
    margin: 5px 0;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .products-row:last-child .product-col {
    margin-bottom: 30px;
  }

  .zoomContainer {
    display: none !important;
  }

  .footer-intro {
    margin-top: 20px;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  #cart .text-cart, #cart #cart-total {
    display: none;
  }

  #header-main.has-search #logo-theme {
    text-align: center;
  }

  .pav-megamenu {
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 10px 0;
  }

  .products-row:last-child .product-col {
    margin-bottom: 30px;
  }

  .product-block .action > div {
    width: 50%;
  }

  .zoomContainer, .quick-view, .zoom {
    display: none !important;
  }

  .footer-intro {
    margin-top: 20px;
  }

  .box-module-pavreassurances .column .popover {
    top: 155px !important;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .product-filter .filter-right > div {
    margin: 5px 0;
  }

  .quick-action {
    margin-top: 5px;
  }

  .topbar-verticalmenu .text-label {
    display: none;
  }

  .buttons > div {
    float: none !important;
    margin-bottom: 5px;
  }

  .input-group.btn-block > * {
    display: block;
  }
  .input-group.btn-block > input {
    float: none;
    margin-bottom: 5px;
  }
}
.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 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .bottom {
  position: relative;
}
.product-block .bottom .wrap-hover {
  height: 38px;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.product-block .bottom .wrap-hover .rating {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  left: -110%;
}
.rtl .product-block .bottom .wrap-hover .rating {
  right: -110%;
  left: auto;
}
.product-block .bottom .wrap-hover .price {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .product-block .bottom .wrap-hover .price {
  right: 0;
  left: auto;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.product-block:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .wrap-hover .price {
  left: 110%;
}
.rtl .product-block:hover .wrap-hover .price {
  right: 110%;
  left: auto;
}
.product-block:hover .wrap-hover .rating {
  left: 0;
}
.rtl .product-block:hover .wrap-hover .rating {
  right: 0;
  left: auto;
}
.product-block .image:hover .product-zoom, .product-block .image:hover .pts-atchover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.pavo-banners .media.effect {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.pavo-banners .media.effect img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pavo-banners .media.effect:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sidebar .product-block .img, .sidebar .product-block .hover-image {
  -webkit-transition: none;
  transition: none;
}
.sidebar .product-block .rating, .sidebar .product-block .product-rating, .sidebar .product-block .norating {
  display: none;
}
.sidebar .product-block:hover .rating, .sidebar .product-block:hover .product-rating, .sidebar .product-block:hover .norating {
  display: none;
}
.sidebar .product-block:hover .price {
  display: block;
  left: 0;
}
.rtl .sidebar .product-block:hover .price {
  right: 0;
  left: auto;
}
.sidebar .product-block:hover .hover-image {
  display: none;
}
.sidebar .product-block:hover .img {
  display: block;
}
.callTodayHeading{font-family: 'Kaushan Script', cursive !important;font-weight:bold;font-size:40px;text-align:center;margin:30px 0px;color:#fff;font-style: normal;}
.nav > li {margin-right:20px;}
.nav > li > a {font-family: 'Kaushan Script' !important;font-size:18px !important;text-align:center;color:#fff;letter-spacing:4px;}
.nav > li > a:hover{color:#ff9900;padding-bottom:10px;background-color:transparent;}
.nav > li.active a span.menu-title{color:#ff9900 !important;}

.product-meta .name{text-align:center;font-weight:bold;}