/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Import ================================================================================ */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*------------------ User ------------------*/
/* NAV */
/* Heading */
/* Product */
/* Setting */
/*------------------ End User ------------------*/
/*  
 * LAYOUT VARIABLES 
 */
/* 
 * Default Menu
 */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <$emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/*------------------ User ------------------*/
/* 
 * product block
 */
/* Icons */
/* buttons */
/* 
 * Block Modules 
 */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
/**
 * BASE CSS STYLES
 */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  color: #777777;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

ul.bullet li {
  padding: -2px 0;
  position: relative;
}
ul.bullet li a {
  padding-left: 13px;
}
.rtl ul.bullet li a {
  padding-right: 13px;
  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: #515151;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  line-height: normal;
  list-style: none;
}
ul.links li a {
  margin: 0 6px;
}
ul.links li a:hover {
  color: black;
}
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;
}
.rtl ul.inline li {
  float: right !important;
}

.tree-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
  position: absolute;
  right: 18px;
  top: 13px;
  background-color: #428bca;
  color: #FFF;
  padding: 0 6px;
  margin-right: -20px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
}
.tree-menu > ul > li:last-child a {
  border: none;
}
.tree-menu > ul > li > a {
  display: block;
  color: #b34a4a;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.tree-menu > ul > li ul {
  display: none;
}
.tree-menu > ul > li a.active {
  font-weight: bold;
  color: #E02673;
}
.tree-menu > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li {
  padding-left: 30px;
}
.tree-menu > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  color: black;
}
.tree-menu > ul > li ul > li > a.active {
  font-weight: bold;
  color: black;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

/* ======================================================================================= */
/* tab style */
.htabs {
  border-bottom: 1px solid #e4e4e4;
}
.htabs a {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  color: #999;
  display: none;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
  bottom: -1px;
  font-family: 'brandon_grotesque_regularRg';
}
.rtl .htabs a {
  float: right !important;
}
.htabs a.selected {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  border-color: #e4e4e4 #e4e4e4 white;
}

.tab-content {
  padding: 5px 0;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}

table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #f1f1f1;
  cursor: pointer;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
}

#colorbox .tabs-group .tab-contents {
  padding: 0;
  border: 0;
  background: #fff;
}

.validation-advice {
  color: #c83a3a;
  background: url("../images/i_asc_arrow.gif") no-repeat left 15px;
  padding-left: 15px;
  padding-top: 10px;
  text-align: left;
}
.rtl .validation-advice {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .validation-advice {
  text-align: right !important;
}

.tempcp-quickview-view .zoomContainer,
.tempcp-quickview-view .ves-colorbox,
.tempcp-quickview-view .product-zoom {
  display: none !important;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Page Heading */
.page-title h1, .category-title h1 {
  color: black;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: 'brandon_grotesque_regularRg';
  text-transform: uppercase;
  line-height: 36px;
}

.page-title h1 {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Pager */
.pager {
  margin: 0;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
}
.pager .limiter {
  float: right;
}
.pager .limiter label {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.pager .limiter select {
  vertical-align: middle;
  width: auto;
}
.pager .pages {
  float: left;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
  margin: 0 2px;
}

.box-reviews .pager,
.my-account .pager {
  border: 0;
}

/* Sorter */
.sorter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.sorter .view-mode {
  float: left;
  margin: 0;
}
.rtl .sorter .view-mode {
  float: right !important;
}
.sorter .view-mode label {
  float: left;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  margin: 0;
  border-right: 1px solid #e4e4e4;
  font-size: 13px;
}
.rtl .sorter .view-mode label {
  float: right !important;
}
.rtl .sorter .view-mode label {
  border-left: 1px solid #e4e4e4;
  border-right: inherit;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  display: block;
  width: 46px;
  height: 46px;
  text-indent: 9999em;
  overflow: hidden;
  background: url(../images/view-mode.png) 0 0 no-repeat;
  float: left;
  border-right: 1px solid #e4e4e4;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  float: right !important;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  border-left: 1px solid #e4e4e4;
  border-right: inherit;
}
.sorter .view-mode strong.grid {
  background-position: -31px 17px;
}
.sorter .view-mode strong.list {
  background-position: 17px 17px;
}
.sorter .view-mode a.grid {
  background-position: -31px -31px;
}
.sorter .view-mode a.list {
  background-position: 17px -31px;
}
.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:hover {
  background-color: #f8f8f8;
}
.sorter .sort-by {
  float: right;
  padding: 8px 8px 7px;
  margin: 0;
}
.rtl .sorter .sort-by {
  float: left !important;
}
.sorter .sort-by label {
  vertical-align: middle;
  margin: 0;
}
.sorter .sort-by select {
  vertical-align: middle;
  padding: 4px;
  width: auto;
}

/* Toolbar */
.toolbar {
  margin: 20px 0;
  border: 1px solid #e4e4e4;
}
.toolbar .pager {
  display: none;
}
.toolbar .pager strong {
  display: none;
}
.toolbar .pager li > a, .toolbar .pager li > span {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.toolbar .pager li > a, .toolbar .pager li > span, .toolbar .pager .pages li.current {
  padding: 0 9px;
}

.toolbar-bottom {
  color: #666666;
}
.toolbar-bottom .pager {
  display: none;
  padding: 10px 20px;
  line-height: 28px;
  font-family: Noticia Text;
}
.toolbar-bottom .limiter {
  display: none;
}
.toolbar-bottom .amount {
  float: right;
  font-style: italic;
}

/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.rtl .advanced-search .form-list .input-box, .rtl .advanced-search .form-list .input-range {
  float: right !important;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap a {
  text-decoration: none;
  position: relative;
}
.page-sitemap a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* Shopping Cart ========================================================================= */
.cart {
  background: white;
  margin-bottom: 20px;
}
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart button {
  margin-left: 5px;
}
.rtl .cart button {
  margin-right: 5px;
  margin-left: inherit;
}

.crosssell {
  margin-top: 40px;
}
.crosssell .carousel-inner {
  overflow: visible;
}
.crosssell .carousel-inner .products-row {
  margin: 0;
}

.cart-price .price {
  color: black;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Checkout Types */
.cart {
  /* Shopping Cart Collateral boxes */
  /* Discount Codes & Estimate Shipping and Tax Boxes */
  /* Shopping Cart Totals */
}
.cart .product-name a {
  font-size: 14px;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  display: none;
  float: right;
}
.rtl .cart .title-buttons .checkout-types {
  float: left !important;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.rtl .cart .title-buttons .checkout-types li {
  float: right !important;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
.cart .cart-collaterals h2 {
  font-size: 18px;
  color: #333;
}
.cart .crosssell .product-image {
  margin-right: 10px;
}
.cart .crosssell li.item {
  margin: 10px 0;
}
.cart .discount, .cart .shipping {
  border: 1px solid #e4e4e4;
  padding: 12px 15px;
  margin: 0 0 18px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.rtl .cart .discount .buttons-set, .rtl .cart .shipping .buttons-set {
  text-align: right !important;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart .discount input.input-text {
  width: 254px;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
.cart .totals {
  color: #333;
}
.cart .totals table {
  margin: 7px 0;
  border: none;
}
.cart .totals td {
  padding: 5px 0px 10px 35px;
  border: none;
  font-size: 18px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
  font-size: 24px;
}
.cart .totals .checkout-types {
  border-top: 1px solid #e4e4e4;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: right;
}
.rtl .cart .totals .checkout-types {
  text-align: left !important;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.rtl .sp-methods .checkmo-list label {
  text-align: left !important;
}
.sp-methods .checkmo-list address {
  float: left;
}
.rtl .sp-methods .checkmo-list address {
  float: right !important;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.rtl .sp-methods .release-amounts button {
  float: right !important;
}
.sp-methods input[type="checkbox"],
.sp-methods input[type="radio"] {
  height: 26px;
}

.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
  line-height: 34px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.rtl .tool-tip .btn-close {
  text-align: left !important;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .tool-tip .btn-close a {
  text-align: right !important;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.rtl .gift-messages-form .item .product-img-box {
  float: right !important;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .gift-message-row .btn-close {
  float: left !important;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666666;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
  /********** Common Checkout Styles > */
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: black;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/* One Page Checkout */
.checkout-onepage-index #content,
.checkout-onepage-success #content {
  background: white;
  margin: 0;
}

.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.block-progress .block-title strong {
  font-size: 13px;
  color: #0a263c;
}
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #e4e4e4;
  color: #444444;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 10px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress dd {
  background: #F5F5F5;
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 10px;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

.opc {
  position: relative;
}
.opc .buttons-set button.button {
  float: right;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
.opc .ul {
  list-style: disc outside none;
  padding-left: 18px;
}
.opc .section {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.opc .section:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.opc .step-title {
  background-color: #EFEFEF;
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: right;
  overflow: hidden;
}
.rtl .opc .step-title {
  text-align: left !important;
}
.opc .step-title .number {
  background-color: #fff;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px 0 0;
  margin-right: 8px;
  padding: 3px 10px 6px;
}
.rtl .opc .step-title .number {
  float: right !important;
}
.rtl .opc .step-title .number {
  margin-left: 8px;
  margin-right: inherit;
}
.opc .step-title h2 {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.rtl .opc .step-title h2 {
  float: right !important;
}
.opc .step-title a {
  display: none;
  float: right;
  margin-top: 6px;
}
.rtl .opc .step-title a {
  float: left !important;
}
.opc .section.allow {
  cursor: pointer;
}
.opc .section.allow.active {
  cursor: auto;
}
.opc .allow .step-title {
  background: none repeat scroll 0 0 #F5F5F5;
}
.opc .allow .step-title:hover {
  background-color: #E5E5E5;
}
.opc .allow .step-title h2 {
  color: #333333;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title {
  background-color: #E5E5E5;
  cursor: default;
}
.opc .active .step-title .number {
  background-color: #333333;
  color: #FFFFFF;
}
.opc .active .step-title a {
  display: none;
}
.opc .step {
  padding: 10px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .gift-messages-form {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px 0;
}
.opc .gift-messages-form .inner-box {
  overflow: visible;
}

#opc-review .step {
  padding: 0;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  border: 0 none;
  padding: 15px 30px;
}
#opc-review .buttons-set p {
  line-height: 28px;
  margin: 0;
}
#opc-review .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222222;
  font-weight: bold;
  padding: 10px 10px 0;
  text-align: center;
}
#opc-review tfoot {
  border-top: 1px solid #ccc;
}

/* Multiple Addresses Checkout */
.checkout-multishipping-address-newshipping #columns #content,
.checkout-multishipping-addresses #columns #content,
.checkout-multishipping-shipping #columns #content,
.checkout-multishipping-billing #columns #content,
.checkout-multishipping-overview #columns #content,
.checkout-multishipping-succes #columns #content {
  background: white;
  margin: 0px 0 40px;
}

.checkout-progress {
  padding: 0;
  margin: 0 0 40px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 2px 0 0;
  border-top: 10px solid #999999;
  padding: 5px 0 0;
  font-weight: bold;
  font-family: "brandon_grotesquelight";
  text-transform: uppercase;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: black;
  color: black;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.rtl .multiple-checkout .tool-tip {
  left: 20px;
  right: auto;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: black;
}
.multiple-checkout .place-order {
  text-align: right;
}
.rtl .multiple-checkout .place-order {
  text-align: left !important;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.rtl .multiple-checkout .place-order .please-wait {
  float: left !important;
}
.multiple-checkout .place-order .grand-total {
  font-size: 1.5em;
}
.multiple-checkout .place-order .grand-total .inner {
  padding: 14px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: black;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #e4e4e4;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
.rtl .checkout-multishipping-shipping .box-sp-methods .pointer {
  left: -40px;
  right: auto;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account {
  background: white;
}
.my-account .box-reviews,
.my-account .box-tags {
  margin-bottom: 20px;
  border-top: 1px solid #e4e4e4;
  padding: 20px 0;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

.block-account li {
  padding: 5px 0;
}
.block-account li.current strong {
  color: black;
}

/* Address Book */
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  background: white url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: white url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.rtl .order-items .order-links {
  text-align: left !important;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #666666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print {
  /* Price Rewrites */
}
.page-print .print-head {
  margin: 15px 0;
  float: left;
  width: 100%;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wishlist */
#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table .btn-cart {
  margin-top: 10px;
  min-width: 140px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table .cart-cell .add-to-cart-alt {
  padding: 10px 0;
}
#wishlist-table .description {
  padding: 0 0 10px;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove,
.my-tag-edit .btn-remove:hover {
  float: right;
  margin: 4px 0 0 10px;
  line-height: auto;
  height: auto;
  background-color: transparent;
  border: 0;
}
.rtl .my-tag-edit .btn-remove, .rtl
.my-tag-edit .btn-remove:hover {
  float: left !important;
}

#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-tags-table .last {
  text-align: center;
}
#my-tags-table .last .button.btn-cart {
  height: auto;
  padding: 10px 20px;
  width: 150px;
  margin-bottom: 10px;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.rtl .billing-agreements .form-list li select {
  float: right !important;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.rtl .billing-agreements .form-list li button.button {
  float: right !important;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: #c83a3a;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.rtl .cart-msrp-totals {
  text-align: left !important;
}

.map-cart-sidebar-total {
  color: #c83a3a;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.rtl .map-cart-sidebar-total {
  text-align: right !important;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.rtl .map-popup {
  text-align: right !important;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.rtl .map-popup-heading h2 {
  text-align: right !important;
}

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.rtl .map-popup-content {
  text-align: right !important;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.rtl .map-popup-checkout {
  float: left !important;
}
.rtl .map-popup-checkout {
  text-align: left !important;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.rtl .map-popup-checkout span {
  padding-left: 30px;
  padding-right: inherit;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.rtl .map-popup-text {
  text-align: right !important;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: white url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
.short-description {
  color: #666666;
}

.std {
  font-size: 14px;
  line-height: 24px;
}

.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul ul {
  list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

.std i,
.std em {
  font-style: italic;
}

/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-remove {
  float: right;
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .btn-remove {
  float: left !important;
}

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* ======================================================================================= */
/********** < Dashboard */
.dashboard h2 {
  text-transform: uppercase;
  font-family: "brandon_grotesquelight";
  font-weight: 400;
  font-size: 16px;
}
.dashboard .box {
  margin-bottom: 20px;
}
.dashboard .box .box-title {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 10px;
  padding: 0 0 2px;
  text-align: right;
  overflow: hidden;
}
.rtl .dashboard .box .box-title {
  text-align: left !important;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  text-transform: uppercase;
  font-family: "brandon_grotesquelight";
  font-weight: 400;
  font-size: 14px;
}
.rtl .dashboard .box .box-title h3, .rtl .dashboard .box .box-title h4 {
  float: right !important;
}
.dashboard .box .box-title a {
  color: #999999;
  line-height: 38px;
}
.dashboard .box-info h4 {
  font-weight: normal;
  text-transform: uppercase;
}
.dashboard .box-reviews .box-head a, .dashboard .box-tags .box-head a {
  float: right;
  text-align: right;
  margin-top: -10px;
  color: #999999;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  float: left !important;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  text-align: left !important;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 5px;
  background: #999999;
  color: white;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
  float: right !important;
}
.dashboard .box-reviews .details, .dashboard .box-tags .details {
  margin-left: 38px;
}
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-reviews .rating-box, .dashboard .box-tags .rating-box {
  display: inline-block;
}
.dashboard .box-reviews .ratings {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */
p.required, .product-options dt label.required em, .form-list label.required em {
  color: #EE001C;
  margin: 0 3px 0 0;
}

.v-fix {
  float: left;
}
.rtl .v-fix {
  float: right !important;
}

/* Custommer */
.form-list li {
  overflow: hidden;
  padding: 5px 0;
}
.form-list label {
  margin-bottom: 2px;
  color: #666666;
}

.content h2 {
  color: #333;
}

.buttons-set #send2 {
  float: left;
}
.rtl .buttons-set #send2 {
  float: right !important;
}

.form-list .input-text {
  width: 98%;
  min-height: 32px;
}

.account-login,
.account-create {
  margin: 0 0 40px;
  background: white;
}
.account-login .page-title,
.account-create .page-title {
  padding: 0;
}
.account-login .content h2,
.account-create .content h2 {
  font-size: 14px;
  font-weight: 700;
  font-family: "brandon_grotesquelight";
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account-login .content,
.account-login .buttons-set,
.account-create .content,
.account-create .buttons-set {
  padding: 20px 0;
}
.account-login .buttons-set,
.account-create .buttons-set {
  border-top: 1px solid #e4e4e4;
}

.account-create .buttons-set {
  margin-top: 40px;
}

/* crosssell-products-list */
.crosssell #crosssell-products-list:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.crosssell #crosssell-products-list .product-image {
  float: left;
}
.rtl .crosssell #crosssell-products-list .product-image {
  float: right !important;
}

.block-poll li {
  width: 100%;
  float: left;
}
.rtl .block-poll li {
  float: right !important;
}
.block-poll li span.label {
  font-size: 13px;
  line-height: 24px;
}

.sendfriend-product-send .send-friend {
  background: white;
  padding: 20px;
}
.sendfriend-product-send .send-friend .buttons-set button {
  margin-bottom: 20px;
}

.customer-account-login .new-users .content,
.customer-account-login .registered-users .content {
  min-height: 300px;
}

.send-friend .btn-remove {
  float: none;
  margin-top: 40px;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.paneltool {
  position: fixed;
  top: 05px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  left: -322px;
  border: solid 1px #CCC;
  z-index: 9999;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888;
  background: #fff;
}

.paneltool.active {
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.paneltool.active .panelbutton {
  color: red;
}

.paneltool.themetool {
  top: 70px;
  background: #fff;
}

.paneltool .panelcontent {
  background: #FFF;
  width: 320px;
}

.paneltool .panelcontent > div {
  padding: 15px;
}

.panelbutton {
  border: solid 1px #CCC;
  background: #FFF;
  padding: 9px 11px;
  position: absolute;
  right: -35px;
  top: 10px;
  border-left: none;
  cursor: pointer;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888;
}

.editortool .panelbutton {
  top: 517px;
}

#ves-paneltool.panel-open .panel-inner {
  right: 0;
}

#ves-paneltool h4 {
  margin-bottom: 10px;
}

#ves-paneltool .accordion-group {
  margin-bottom: 5px;
}

#ves-paneltool form > * {
  float: left;
}

#ves-paneltool form .group-input {
  margin-right: 5px;
}

#ves-paneltool select {
  padding: 5px;
}

.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: hand;
  cursor: pointer;
  border: solid 1px #f3f3f3;
  margin: 6px;
  border: 1px solid #ccc;
}

.box-patterns div.active {
  border: solid 1px red;
}

#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
  display: none;
}

#customize-form {
  position: relative;
}

#main-preview {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 300px;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
}

#main-preview iframe {
  height: 100%;
  width: 100%;
}

.colorpicker {
  z-index: 99999;
}

#ves-customize {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 3;
  box-shadow: 0 1px 3px #999;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
  background: none repeat scroll 0 0 #F5F5F5;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#ves-customize .wrapper {
  padding: 12px;
}

#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px;
}

#customize-body select {
  color: #888;
}

#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal;
}

#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px;
}

.form-group {
  margin-right: 6px;
}

.accordion-group label, .form-group label {
  display: block;
  font-size: 11px;
}

.accordion-group label {
  float: left;
  min-width: 100px;
  margin-right: 10px;
  margin-top: 5px;
}

#ves-customize .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
}

#ves-customize .btn-show {
  position: absolute;
  top: 39px;
  padding: 6px 18px;
  background: #CCC;
  right: 11px;
  z-index: 99;
  transition: all 1.2s;
  cursor: hand;
  cursor: pointer;
}

#customize-body .nav-tabs {
  border-bottom: 1px solid #d7d7d7;
}

#customize-body .nav-tabs a {
  border: none;
}

#customize-body .nav-tabs a {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 12px;
}

#customize-body .nav-tabs .active a {
  background: #7DB641;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white;
}

.accordion-heading .accordion-toggle {
  font-size: 11px;
}

#customize-body .form-group {
  margin-bottom: 6px;
  clear: both;
}

.clear-bg {
  padding: 3px 6px;
  margin-left: 5px;
}

/* .tab-content > .tab-pane, .pill-content > .pill-pane {
    background: none repeat scroll 0 0 #FFFFFF;    
    padding: 13px;
} */
.bi-wrapper > div {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer;
}

.bi-wrapper > div.active {
  border-color: red;
}

.btn-small {
  border-radius: 0;
  background-color: #7DB641;
  color: #fff;
  padding: 3px 6px;
}

.btn-small:hover {
  background-color: #C83A3A;
  color: #fff;
}

.editortool .label-customize {
  position: absolute;
  right: -155px;
  top: 250px;
  width: 115px;
  height: 74px;
  padding: 0;
  background-image: url(../images/label_customize.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

.editortool .label-customize:hover {
  background-position: 0 -111px;
}

.paneltool.active .label-customize {
  display: none;
}

.paneltool .panelcontent {
  text-align: left;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url("../images/btn_window_close.gif") no-repeat;
  width: 15px;
  height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
  left: 10px;
  right: auto;
}
#menu-offcanvas .button-close-menu i {
  display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
  border-bottom: 1px solid #e4e4e4;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #b34a4a;
  padding: 3px 0 3px 0;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: black;
  text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
  border-bottom: 0;
}
#menu-offcanvas .mega-col {
  width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
#menu-offcanvas .home {
  background: #b34a4a;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  left: 0;
  left: 0;
  z-index: 99;
}
.rtl .offcanvas-pusher {
  right: 0;
  left: auto;
}

.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #b34a4a;
}
.rtl .offcanvas-menu {
  right: 0;
  left: auto;
}

.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
}

.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
  color: #b34a4a;
  display: block;
  padding: 0.8em 1em 0.8em 1.2em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
  padding: 0.8em 1.2em 0.8em 1em;
}

.offcanvas-menu ul li:firoffcanvas-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
  background: #b34a4a;
  color: white;
  border-bottom: 1px solid #53585f;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .navbar-toggle {
    display: block;
  }

  /*** OFFCANVAS SIDEBAR ***/
  #ves-paneltool {
    display: none;
  }

  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #ves-columns-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #ves-columns-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-menu .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
}

h1 {
  font-size: 21px;
  line-height: 32px;
}

h2 {
  font-size: 19px;
  line-height: 32px;
}

h3 {
  font-size: 15px;
  line-height: 32px;
}

h4 {
  font-size: 14px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
  line-height: 32px;
}

.success {
  color: #3d6611;
  font-weight: bold;
  background: white;
  padding: 10px;
  margin-top: 20px;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611;
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.rtl caption, .rtl th, .rtl td {
  text-align: right !important;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font-size: 13px;
  color: #666666;
  background-color: white;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.button, input {
  height: 32px;
  line-height: 1.42857;
}

input, select, textarea {
  width: 100%;
}

.button, input.button {
  background-color: #000;
  border-radius: 0px;
  border: 1px solid #000;
  color: white;
  padding: 5px 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button:hover {
  background: #666;
  border-color: #666;
}

select, textarea {
  padding: 5px;
  width: 100%;
}

option {
  padding-right: 10px;
}
.rtl option {
  padding-left: 10px;
  padding-right: inherit;
}

input.qty, input[title="Qty"] {
  display: inline;
  text-align: center;
  width: 60px;
  height: 30px;
}

input[type="radio"], input[type="checkbox"] {
  float: left;
  margin: 0 3px 0 0;
  width: auto;
  border: 0;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
  float: right !important;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
  margin: 0 0 0 3px;
}

select[multiple], select[size] {
  width: 300px;
}

label {
  padding: 4px;
  font-weight: normal;
  color: #555555;
}
label em {
  padding-right: 5px;
}
.rtl label em {
  padding-left: 5px;
  padding-right: inherit;
}

.label {
  display: table-cell;
  font-size: 100%!important;
}

/* Data Table */
table {
  width: 100%;
  border: 1px solid #e4e4e4;
  margin: 10px 0;
  /* Bundle products tables */
}
table td.last, table th.last {
  border-right: 0;
}
table th {
  padding: 3px 8px;
  font-weight: bold;
  border-right: 1px solid #e4e4e4;
}
.rtl table th {
  border-left: 1px solid #e4e4e4;
  border-right: inherit;
}
table td {
  padding: 10px;
}
table tbody th, table tbody td {
  border-bottom: 1px solid #d9dde3;
  border-left: 1px solid #e4e4e4;
}
.rtl table tbody th, .rtl table tbody td {
  border-right: 1px solid #e4e4e4;
  border-left: inherit;
}
table tbody.odd tr td,
table tbody.even tr td {
  border-bottom: 0;
}
table tbody.odd tr.border td,
table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}
table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
table tbody td .option-value {
  padding-left: 10px;
}
.rtl table tbody td .option-value {
  padding-right: 10px;
  padding-left: inherit;
}

.data-table {
  width: 100%;
}
.data-table h2.product-name {
  font-size: 14px;
  line-height: normal;
}
.data-table th, .data-table td {
  padding: 10px;
}
.data-table thead {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4e4e4;
}
.data-table thead th {
  font-weight: bold;
  vertical-align: bottom;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tr.even td, .data-table tr.even th,
.data-table tr.odd td, .data-table tr.odd th {
  border-right: 1px solid #e4e4e4;
  color: #777;
  padding: 10px;
}
.rtl .data-table tr.even td, .rtl .data-table tr.even th, .rtl
.data-table tr.odd td, .rtl .data-table tr.odd th {
  border-left: 1px solid #e4e4e4;
  border-right: inherit;
}
.data-table tr.even td.last,
.data-table tr.odd td.last {
  border-right: medium none;
}
.rtl .data-table tr.even td.last, .rtl
.data-table tr.odd td.last {
  border-left: medium none;
  border-right: inherit;
}
.data-table tr.odd.last {
  border-bottom: 1px solid #e4e4e4;
}
.data-table tbody tr.product-shop-row:hover {
  background-color: #fff;
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.last {
  border-bottom: 1px solid #e4e4e4;
}
.data-table tbody.even {
  background-color: #fff;
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table th .tax-flag {
  font-weight: normal;
}
.data-table .cell-label {
  display: none;
}
.data-table .value input {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.form-list .field {
  width: 300px;
  margin-right: 10px;
  float: left;
}
.rtl .form-list .field {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .form-list .field {
  float: right !important;
}
.form-list input.input-text {
  width: 300px;
}

.back-link {
  margin-top: 10px;
  float: right;
}
.rtl .back-link {
  float: left !important;
}

.cart .shipping input.input-text, .cart .shipping select {
  width: 100%;
}

.multiple-checkout select {
  width: auto;
}

.box-sp-methods .radio,
.box-sp-methods .checkbox {
  height: 51px !important;
}

.control .radio,
.control .checkbox {
  height: 31px;
  border: 0;
}

/* block */
.block {
  margin-bottom: 20px;
  border: none;
}
.block .block-title {
  background: url(../images/bg-sb-title.png) 10px 8px no-repeat black;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 28px;
}
.block .block-title strong span {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 28px;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content {
  padding: 10px 0;
}
.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block.nopadding .block-content {
  padding: 0;
  margin: 0;
}

.block-theme {
  border-color: #dddddd;
}
.block-theme .block-title {
  color: white;
  background-color: black;
  border-color: #dddddd;
}
.block-theme .block-title + .block-collapse .block-content {
  border-top-color: #dddddd;
}
.block-theme > .block-footer + .block-collapse .block-body {
  border-bottom-color: #dddddd;
}

.block-default {
  border-color: #dddddd;
}
.block-default .block-title {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.block-default .block-title + .block-collapse .block-content {
  border-top-color: #dddddd;
}
.block-default > .block-footer + .block-collapse .block-body {
  border-bottom-color: #dddddd;
}

.block-primary {
  border-color: #428bca;
}
.block-primary .block-title {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.block-primary .block-title + .block-collapse .block-content {
  border-top-color: #428bca;
}
.block-primary > .block-footer + .block-collapse .block-body {
  border-bottom-color: #428bca;
}

.block-success {
  border-color: #d6e9c6;
}
.block-success .block-title {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.block-success .block-title + .block-collapse .block-content {
  border-top-color: #d6e9c6;
}
.block-success > .block-footer + .block-collapse .block-body {
  border-bottom-color: #d6e9c6;
}

.block-info {
  border-color: #bce8f1;
}
.block-info .block-title {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.block-info .block-title + .block-collapse .block-content {
  border-top-color: #bce8f1;
}
.block-info > .block-footer + .block-collapse .block-body {
  border-bottom-color: #bce8f1;
}

.block-warning {
  border-color: #faebcc;
}
.block-warning .block-title {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.block-warning .block-title + .block-collapse .block-content {
  border-top-color: #faebcc;
}
.block-warning > .block-footer + .block-collapse .block-body {
  border-bottom-color: #faebcc;
}

.block-danger {
  border-color: #ebccd1;
}
.block-danger .block-title {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.block-danger .block-title + .block-collapse .block-content {
  border-top-color: #ebccd1;
}
.block-danger > .block-footer + .block-collapse .block-body {
  border-bottom-color: #ebccd1;
}

.block-highlighted {
  border-color: black;
}
.block-highlighted .block-title {
  color: white;
  background-color: black;
  border-color: black;
}
.block-highlighted .block-title + .block-collapse .block-content {
  border-top-color: black;
}
.block-highlighted > .block-footer + .block-collapse .block-body {
  border-bottom-color: black;
}
.block-highlighted .block-content {
  border-color: black;
  border-width: 2px;
}

/* block inline style */
.block-inline .icon {
  font-size: 35px;
}
.block-inline .explain {
  font-size: 11px;
}
.block-inline .block-content {
  color: white;
  position: relative;
  text-transform: uppercase;
  font-family: "brandon_grotesque_regularRg";
  font-size: 16px;
}
.block-inline .input-group {
  width: 98%;
}

.sidebar .ves-custom {
  border: none;
}
.sidebar .ves-custom .block-heading {
  border: none;
  background: black;
  font-size: 18px;
}
.sidebar .ves-custom .block-content {
  border: none;
}
.sidebar .block-heading {
  padding: 20px 40px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 3px solid black;
}
.sidebar .block-heading:after {
  content: "";
  position: absolute;
  bottom: 48%;
  background: black;
  width: 10px;
  height: 3px;
  right: 30px;
}
.rtl .sidebar .block-heading:after {
  left: 30px;
  right: auto;
}

/* block style in main content */
#content .ves-custom .block-content {
  border: none;
  background: none;
  color: white;
}
#content .ves-custom .block-content {
  border: none;
}
#content .block-content {
  padding: 0;
  margin: 0;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.buttons {
  padding: 20px 0;
}
.buttons:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.buttons .left {
  float: left;
}
.buttons .right {
  float: right;
}

.btn-outline-inverse {
  color: #333333;
  background-color: black;
  border-color: black;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #b34a4a;
  border-color: #b34a4a;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #b34a4a;
  border-color: #b34a4a;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: black;
  border-color: black;
}
.btn-outline-inverse .badge {
  color: black;
  background-color: #333333;
}

.btn-outline {
  border: 1px solid #000;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-family: "RobotoRegular";
  font-weight: 400;
  margin: 0 !important;
  padding: 5px 15px;
  line-height: 32px;
  background: #000;
}
.btn-outline:hover {
  background: #666;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.buttons-set.buttons-set2 button {
  margin-bottom: 20px;
}

/******************************************************
 * $package Ves Magento Theme Framework for Magento 1.9.0.1
 * $version 3.0
 * $author http://www.venustheme.com
 * $copyright   Copyright (C) Augus 2013 venustheme.com <$email:venustheme$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-md {
  background: url("../images/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 980px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}
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: 1200px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}

#ves-wrapper {
  width: auto;
  margin: 0 auto;
  background: #fff;
}

/*
* HEADER 
*/
#header {
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 999;
  /* Keep header when scrolling*/
}
#header #header-main {
  color: #8c8c8c;
  min-height: 95px;
}
#header #header-main .header-wrap {
  text-align: center;
  padding: 35px 0;
}
#header #header-main .inner {
  text-align: left;
}
.rtl #header #header-main .inner {
  text-align: right !important;
}
#header #header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header.navbar-fixed-top {
  position: relative;
}
#header.hide-bar {
  -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);
  margin-top: -41px;
  z-index: 9999 !important;
  background: white;
  position: fixed;
}
#header .show-mobile {
  text-align: right;
}
#header .show-mobile:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl #header .show-mobile {
  text-align: left !important;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#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 #e4e4e4;
}
#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: white;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  left: auto;
  min-width: 160px;
  z-index: 99;
  border: 1px solid #e4e4e4;
  background: white;
  padding: 15px;
  text-align: left;
  right: 0;
}
.rtl #header .show-mobile .inner-toggle {
  text-align: right !important;
}
.rtl #header .show-mobile .inner-toggle {
  left: 0;
  right: auto;
}

/**LOGO**/
.logo {
  z-index: 999;
}
.logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

#ves-masshead .inner {
  background: #b34a4a;
  color: #999999;
  padding: 8px 0;
}
#ves-masshead .inner a {
  color: #999999;
}
#ves-masshead .inner a:hover {
  color: #a6a6a6;
}

/*
* NAVIGATION
*/
#ves-mainnav {
  margin-bottom: 25px;
}

/*

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
#ves-showcase .block {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#ves-showcase .block .block-content {
  background: transparent;
}

/*
* PROMOTION TOP 
*/
/*
* Breadcrumbs 
*/
.breadcrumbs {
  font-size: 12px;
  line-height: 1em;
  margin: 0 0 25px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs strong {
  font-weight: normal;
}

/*
* MAIN CONTENT
*/
#content {
  min-height: 400px;
}

#ves-brandcarousel .carousel-inner > .item a {
  display: block;
}
#ves-brandcarousel .carousel-inner > .item a img {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: all 600ms ease-in-out 0s;
}
#ves-brandcarousel .carousel-inner > .item a:hover img {
  transform: rotateY(-360deg);
}

#ves-massbottom img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*end*/
/* FOOTER */
#ves-footer ul, #ves-footer ol {
  list-style: none;
}
#ves-footer ul li, #ves-footer ol li {
  padding: 6px 0px;
}

.footer-top .inner {
  padding: 0;
}
.footer-top .block-ft {
  padding: 43px 0;
}
.footer-top .block-ft .icon-ft {
  color: #fff;
  float: left;
  font-size: 40px;
}
.rtl .footer-top .block-ft .icon-ft {
  float: right !important;
}
.footer-top .block-ft .content-ft {
  color: #fff;
}
.footer-top .block-ft .content-ft .main-content-ft {
  text-transform: uppercase;
  font-size: 20px;
}

.footer-center {
  background: white;
}
.footer-center .inner {
  background: white;
  color: #999999;
  padding: 40px 0;
}
.footer-center .inner a {
  color: #999999;
}
.footer-center .inner a:hover {
  color: #a6a6a6;
}
.footer-center li,
.footer-center a {
  font-size: 14px;
}
.footer-center li:hover,
.footer-center a:hover {
  color: black !important;
  text-decoration: none;
}
.footer-center em {
  padding-right: 10px;
}
.rtl .footer-center em {
  padding-left: 10px;
  padding-right: inherit;
}
.footer-center .aboutus em,
.footer-center .locations em,
.footer-center .locations .media em {
  background: #333;
  line-height: 26px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  padding-right: 0;
  margin-right: 5px;
}
.rtl .footer-center .aboutus em, .rtl
.footer-center .locations em, .rtl
.footer-center .locations .media em {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .footer-center .aboutus em, .rtl
.footer-center .locations em, .rtl
.footer-center .locations .media em {
  margin-left: 5px;
  margin-right: inherit;
}
.footer-center .locations .media > .pull-left {
  margin-right: 10px;
}
.rtl .footer-center .locations .media > .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}
.footer-center .locations .media:hover {
  color: black;
}

.footer-bottom {
  background: white;
}
.footer-bottom .inner {
  background: #b34a4a;
  color: #999999;
  padding: 30px 0;
}
.footer-bottom .inner a {
  color: #999999;
}
.footer-bottom .inner a:hover {
  color: #a6a6a6;
}

/* POWER BY */
#powered {
  position: relative;
  background: white;
  color: #3a3d41;
  font-family: Noticia Text;
  font-size: 13px;
  text-align: center;
}
#powered .container {
  border-top: 1px solid #e4e4e4;
  padding: 45px 0;
}
#powered a {
  color: #d64153;
}
#powered address {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#powered br {
  display: none;
}

.cms-index-index .contentTop {
  overflow: hidden;
  margin: -10px;
  padding: 0 10px;
}

.contact-info i.fa-home {
  margin-top: 20px;
  margin-right: 10px;
}
.rtl .contact-info i.fa-home {
  margin-left: 10px;
  margin-right: inherit;
}

.contact-customhtml li {
  padding-bottom: 10px;
}
.contact-customhtml li em {
  margin-right: 10px;
}
.rtl .contact-customhtml li em {
  margin-left: 10px;
  margin-right: inherit;
}

#ves-mainnav {
  background: transparent;
}

/* Megamenu */
#ves-mainnav .navbar-inverse {
  margin: 0;
  border-style: solid;
}
#ves-mainnav .navbar-nav {
  float: none;
  line-height: 0;
}
#ves-mainnav .navbar-nav > li {
  float: none;
  display: inline-block;
  border: 1px solid transparent;
  border-width: 0 1px;
}
#ves-mainnav .navbar-nav > li:hover {
  border-color: #e4e4e4;
}
#ves-mainnav .navbar-nav > li.dropdown {
  display: inline-block !important;
}
#ves-mainnav .navbar-nav > li.dropdown > a > .caret {
  border-bottom-color: black;
  border-top-color: black;
  margin-top: -3px;
  margin-right: 3px;
}
#ves-mainnav .navbar-nav > li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%;
}
#ves-mainnav .navbar-nav > li > a {
  font-family: "brandon_grotesque_regularRg";
  font-size: 12px;
  display: block;
  line-height: 18px;
  text-decoration: none;
  float: left;
  padding: 16px 20px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
#ves-mainnav .navbar-nav > li .dropdown-menu {
  background: #000;
  min-width: 15em;
  padding: 22px 20px 30px;
  line-height: 1.45;
  color: #999999;
  top: 90px;
  visibility: hidden;
  display: block;
  z-index: 999;
  text-align: left;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl #ves-mainnav .navbar-nav > li .dropdown-menu {
  text-align: right !important;
}
#ves-mainnav .navbar-nav > li .dropdown-menu a {
  display: block;
  line-height: 24px;
}
#ves-mainnav .navbar-nav > li .dropdown-menu a span {
  font-family: Noticia Text;
  font-size: 13px;
  font-weight: 300 !important;
  line-height: 24px;
  color: #999999;
}
#ves-mainnav .navbar-nav > li .dropdown-menu a:hover span {
  color: white;
}
#ves-mainnav .navbar-nav > li .dropdown-menu .name a {
  line-height: 1.35em;
}
#ves-mainnav .navbar-nav > li .dropdown-menu .dropdown-menu-inner {
  padding: 0;
}
#ves-mainnav .navbar-nav > li .dropdown-menu .dropdown-menu-inner .dropdown-submenu {
  position: relative;
}
#ves-mainnav .navbar-nav > li .dropdown-menu .dropdown-menu-inner a {
  color: #999;
}
#ves-mainnav .navbar-nav > li.full-width {
  position: static;
}
#ves-mainnav .navbar-nav > li.full-width .dropdown-menu {
  width: 100% !important;
}
#ves-mainnav .navbar-nav > li.m-left {
  position: static;
}
#ves-mainnav .navbar-nav > li.m-left .dropdown-menu {
  left: 0;
  right: auto;
}
#ves-mainnav .navbar-nav > li.m-right {
  position: static;
}
#ves-mainnav .navbar-nav > li.m-right .dropdown-menu {
  left: auto;
  right: 0;
}
#ves-mainnav .navbar-nav > li .dropdown-submenu > a > span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-family: "brandon_grotesque_regularRg";
  padding-bottom: 6px;
  display: block;
}
#ves-mainnav .navbar-nav > li .mega-col-inner div.menu-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-family: "brandon_grotesque_regularRg";
  font-weight: 300;
  padding-bottom: 10px;
}
#ves-mainnav .dropdown-menu-inner a {
  color: #999;
}
#ves-mainnav .navbar-inverse {
  float: none;
}
#ves-mainnav .navbar-inverse .navbar-collapse {
  padding: 0;
  text-align: center;
}
#ves-mainnav .navbar-inverse {
  margin: 0;
  border-width: 1px 0 2px;
}
#ves-mainnav .navbar-inverse .navbar {
  border: none !important;
  margin: 0;
}
#ves-mainnav .widget-product-list .product-block .image {
  float: left;
  margin-right: 10px;
}
#ves-mainnav .widget-product-list .product-block .image img {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
}
#ves-mainnav .widget-product-list .product-block .price-box .price {
  color: #fff !important;
  font-family: Noticia Text !important;
  font-size: 15px !important;
}
#ves-mainnav .widget-product-list .product-block .cart {
  display: none;
}

/*
 *
 * Vertical menu
 */
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: #b34a4a;
  font-size: 13px;
  padding: 16px 10px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
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: white;
}
div.verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
}
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: black;
}
div.verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
div.verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: black;
}
div.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #b34a4a;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: black;
}
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);
}
div.verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid white;
  z-index: 9999;
}
div.verticalmenu .verticalmenu li a:hover {
  color: #d64153;
}
div.verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: white;
}
div.verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 215px;
  padding: 20px 28px;
  background: white;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
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: #b34a4a;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
  text-align: right !important;
}
div.verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 12px;
}
div.verticalmenu .dropdown-menu .ves-menu-video {
  width: 100%;
}
div.verticalmenu .dropdown-menu .ves-menu-video iframe {
  margin-bottom: 10px;
}
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
div.verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-family: Noticia Text;
  font-size: 12px;
  text-align: left;
}
.rtl div.verticalmenu .dropdown-menu .dropdown-toggle {
  text-align: right !important;
}
div.verticalmenu .dropdown-menu .action {
  display: none;
}

/*Navigation default*/
#ves-mainnav .nav-container #nav li {
  float: left;
  padding: 0;
  position: relative;
}
.rtl #ves-mainnav .nav-container #nav li {
  float: right !important;
}
#ves-mainnav .nav-container #nav li a {
  line-height: 95px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  font-family: "brandon_grotesquelight";
}
#ves-mainnav .nav-container #nav li a span {
  padding: 12px 14px;
  text-transform: uppercase;
  font-size: 18px;
  color: #3a3d41;
  background-color: transparent!important;
  font-weight: 400;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ves-mainnav .nav-container #nav li a:hover span, #ves-mainnav .nav-container #nav li a:focus span, #ves-mainnav .nav-container #nav li a:active span {
  color: #d64153 !important;
  border: 2px solid #f0f0f0;
}
#ves-mainnav .nav-container #nav li > a.over {
  background-color: white;
  text-decoration: none;
}
#ves-mainnav .nav-container #nav li:hover > a {
  background-color: white;
}
#ves-mainnav .nav-container #nav li:hover > a .caret {
  border-bottom-color: white !important;
  border-top-color: white !important;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e4e4e4;
  bottom: 0;
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 40%;
  position: absolute;
  z-index: 2222;
}
#ves-mainnav .nav-container #nav li div {
  position: absolute;
  width: 15em;
  top: 50px;
  left: -10000px;
}
.rtl #ves-mainnav .nav-container #nav li div {
  right: -10000px;
  left: auto;
}
#ves-mainnav .nav-container #nav li div ul {
  position: static;
  width: auto;
  border: none;
}
#ves-mainnav .nav-container #nav li ul {
  position: absolute;
  width: 15em;
  top: 50px;
  left: -10000px;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px lightgrey;
  box-shadow: 0 1px 3px lightgrey;
  padding: 0 10px;
}
.rtl #ves-mainnav .nav-container #nav li ul {
  right: -10000px;
  left: auto;
}
#ves-mainnav .nav-container #nav li ul li {
  float: none;
}
#ves-mainnav .nav-container #nav li ul li a {
  font-family: "Noticia Text";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding: 0;
  line-height: 36px;
}
#ves-mainnav .nav-container #nav li ul li a span {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
#ves-mainnav .nav-container #nav li ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: black;
}
#ves-mainnav .nav-container #nav li ul li.active a {
  padding-left: 20px;
}
.rtl #ves-mainnav .nav-container #nav li ul li.active a {
  padding-right: 20px;
  padding-left: inherit;
}
#ves-mainnav .nav-container #nav li ul li:last-child > a {
  border-bottom: none;
}
#ves-mainnav .nav-container #nav li ul.shown-sub,
#ves-mainnav .nav-container #nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
.rtl #ves-mainnav .nav-container #nav li ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li div.shown-sub {
  right: 0;
  left: auto;
}
#ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub,
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
  left: 0px;
}
.rtl #ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
  right: 0px;
  left: auto;
}

/*Tree menu RTL  */
#ves-accordion > li > a {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0 7px 25px;
  font-weight: bold;
}
#ves-accordion li {
  padding: 0;
}
#ves-accordion ul.level0 > li, #ves-accordion ul.level1 > li {
  line-height: 20px;
  padding: 7px 0 7px 40px;
  background: url(../images/arrow-li.png) 30px 14px no-repeat;
}
#ves-accordion ul li a {
  color: #666666;
}
#ves-accordion .parent span.head a {
  margin-right: 10px;
}
.rtl #ves-accordion .parent span.head a {
  margin-left: 10px;
  margin-right: inherit;
}

/*
 * TOPBAR 
 */
#topbar {
  background-color: white;
  border-style: solid;
  border-width: 5px 0 1px;
  border-color: black transparent #e4e4e4;
}
#topbar:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#topbar a {
  color: #666666;
  font-size: 0.9em;
}
#topbar .links li {
  float: left;
  line-height: 42px;
  display: list-item;
  list-style-type: disc;
  margin: 0 10px 0 15px;
}
.rtl #topbar .links li {
  float: right !important;
}
#topbar .links li.last a {
  border-right: 1px solid #e4e4e4;
  padding-right: 12px;
  border-left: 0;
  padding-left: 0;
}
.rtl #topbar .links li.last a {
  border-right: 0;
  border-left: inherit;
}
.rtl #topbar .links li.last a {
  padding-right: 0;
  padding-left: inherit;
}
#topbar .welcome-msg {
  margin: 0;
  color: white;
  text-align: right;
}
.rtl #topbar .welcome-msg {
  text-align: left !important;
}
#topbar .welcome-msg a {
  color: #666666;
}
#topbar .language {
  padding-top: 13px;
  padding-left: 12px;
}
.rtl #topbar .language {
  padding-right: 12px;
  padding-left: inherit;
}
#topbar .language > div {
  padding-right: 12px;
}
.rtl #topbar .language > div {
  padding-left: 12px;
  padding-right: inherit;
}
#topbar .caret {
  background: url(../images/caret.png) center no-repeat transparent;
  border: none;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-top: -1px;
}
.rtl #topbar .caret {
  margin-right: 4px;
  margin-left: inherit;
}
#topbar .dropdown-menu {
  left: 0;
  text-align: left;
}
.rtl #topbar .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl #topbar .dropdown-menu {
  text-align: right !important;
}
#topbar .form-search {
  position: relative;
  margin-top: 8px;
  margin-right: 6px;
}
#topbar .form-search label {
  display: none;
}
.rtl #topbar .form-search {
  margin-left: 6px;
  margin-right: inherit;
}
#topbar .form-search #search {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 170px;
  height: 28px;
  padding-right: 20px;
  padding-left: 5px;
  color: #666;
  font-size: 12px;
}
#topbar .form-search .button {
  background: url(../images/btn-search.png) center no-repeat transparent;
  text-indent: 9999em;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 28px;
}
.rtl #topbar .form-search .button {
  left: 0;
  right: auto;
}
#topbar .search-autocomplete {
  left: 0 !important;
  top: 100% !important;
  z-index: 999;
}
#topbar .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
#topbar .search-autocomplete ul li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
#topbar .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
#topbar .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
#topbar .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}

.dropdown {
  display: block!important;
}

.form-language a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  text-align: left;
}
.rtl .form-language a {
  background-position: right center;
}
.rtl .form-language a {
  padding-right: 22px;
  padding-left: inherit;
}
.rtl .form-language a {
  text-align: right !important;
}

/* Cart top */
.cart-top .cart-inner {
  margin-top: 8px;
  margin-right: 35px;
}
.rtl .cart-top .cart-inner {
  margin-left: 35px;
  margin-right: inherit;
}
.cart-top .cart-inner .fa {
  background: black;
  color: white;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
  width: 28px;
  height: 28px;
}
.rtl .cart-top .cart-inner .fa {
  margin-left: 10px;
  margin-right: inherit;
}
.cart-top .cart-inner h4 {
  font-size: 12px;
  text-transform: uppercase;
}
.cart-top .cart-inner a {
  text-transform: none;
}
.cart-top #cart {
  position: relative;
  padding-bottom: 9px;
}
.cart-top #cart .content {
  color: #000;
  min-width: 325px;
  position: absolute;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 120%;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .cart-top #cart .content {
  left: 0;
  right: auto;
}
.cart-top #cart .content .empty {
  text-align: center;
  padding: 20px 10px;
}
.cart-top #cart .content .block-subtitle {
  display: none;
}
.cart-top #cart .content .block-content {
  padding: 0;
}
.cart-top #cart .content li.item {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.cart-top #cart .content .btn-edit {
  display: none;
}
.cart-top #cart .content .btn-remove {
  margin-top: 6px;
}
.cart-top #cart .block-cart {
  margin: 0;
  padding: 10px;
}
.cart-top #cart .summary {
  line-height: 40px;
}
.cart-top #cart .summary .label {
  display: inline;
  color: #b34a4a;
}
.cart-top #cart.active .content {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cart-top #cart a {
  color: #666666;
}

/** apply general product block **/
.sidebar .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  padding: 0 !important;
}
.sidebar .product-block {
  border: 0 !important;
  box-shadow: none!important;
  text-align: left;
}
.sidebar .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .sidebar .product-block {
  text-align: right !important;
}
.sidebar .product-block .image {
  float: left;
}
.rtl .sidebar .product-block .image {
  float: right !important;
}
.sidebar .product-block .action,
.sidebar .product-block .ves-colorbox,
.sidebar .product-block .colorbox, .sidebar .product-block .image-gallery,
.sidebar .product-block .add-to-links {
  display: none !important;
}
.sidebar .product-block .product-meta {
  float: right;
  width: 70%;
  padding: 0 20px 20px;
  text-align: left;
}
.rtl .sidebar .product-block .product-meta {
  float: left !important;
}
.rtl .sidebar .product-block .product-meta {
  text-align: right !important;
}
.sidebar .product-block .product-meta .name {
  margin-top: 0;
}
.sidebar .product-block .product-meta .name a {
  text-align: left;
}
.rtl .sidebar .product-block .product-meta .name a {
  text-align: right !important;
}
.sidebar .product-block .product-meta .price, .sidebar .product-block .product-meta .price-box {
  text-align: left;
}
.rtl .sidebar .product-block .product-meta .price, .rtl .sidebar .product-block .product-meta .price-box {
  text-align: right !important;
}
.sidebar .product-block .product-meta .actions {
  display: none!important;
}
.sidebar .product-block .product-meta .deal_detail {
  text-align: left;
}
.rtl .sidebar .product-block .product-meta .deal_detail {
  text-align: right !important;
}
.sidebar .product-block .product-meta .productdeals .item-countdown {
  margin-left: -40%;
}
.rtl .sidebar .product-block .product-meta .productdeals .item-countdown {
  margin-right: -40%;
  margin-left: inherit;
}
.sidebar .product-label {
  display: none;
}
.sidebar .onsale,
.sidebar .new-icon {
  display: none !important;
}

.ves-categoriesmenu .block-title {
  background-image: url(../images/bg-sb-category.png);
  background-position: 10px 9px;
}

.ves-deals .product-block .actions {
  top: -31%;
}

/* Block: Layered Navigation */
/* Block: Layered Navigation */
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav dt {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0 7px 25px;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav dd a {
  color: #666666;
}
.block-layered-nav dd li {
  line-height: 20px;
  padding: 7px 0 7px 40px;
  background: url(../images/arrow-li.png) 30px 14px no-repeat;
}
.block-layered-nav li {
  border: none;
}
.block-layered-nav .currently li span {
  display: inline-block;
  color: #111;
}

/* social internal module */
.social span {
  display: none;
}
.social li {
  margin: 0 4px;
  float: left;
}
.rtl .social li {
  float: right !important;
}
.social .fa {
  color: black;
  font-size: 20px;
}
.social a {
  color: #000000;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.social a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* back to top */
.scrollup {
  background: black;
  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;
  cursor: pointer;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}
.scrollup:hover {
  text-decoration: none;
  background: #b34a4a;
}

.quick-access {
  float: left;
}
.rtl .quick-access {
  float: right !important;
}
.quick-access .welcome-msg {
  line-height: 38px;
  text-transform: uppercase;
}
.quick-access a {
  color: white;
}
.quick-access a:hover {
  color: black;
}

#top-search .btn-toggle {
  display: none;
}
#top-search .inner-toggle {
  display: block;
  top: 0;
  left: 0;
  position: relative;
  min-width: 250px;
}
#top-search div {
  width: 100%;
}
#top-search label {
  display: none;
}
#top-search button {
  background: transparent;
  position: absolute;
  right: 0;
  border: 0;
}
#top-search button span {
  display: none;
}
#top-search button:focus {
  background: transparent;
}
#top-search input {
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #333333;
  border: 0;
  padding: 3px 12px;
}
#top-search input:focus, #top-search input:hover {
  background: #fff !important;
  border-color: #fff!important;
}

.block-layered-nav .block-content {
  padding: 0;
}
.block-layered-nav .block-subtitle {
  font-weight: 700;
}
.block-layered-nav .currently {
  padding: 5px 10px 5px 0;
}
.block-layered-nav .currently li {
  position: relative;
  padding-bottom: 10px;
}
.block-layered-nav .currently .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #323232;
  font-family: Noticia Text;
  font-weight: 400;
  font-size: 13px;
  position: 0;
}
.block-layered-nav .currently .value {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 700;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 9px;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  padding: 5px 15px 10px;
  text-align: right;
}
.rtl .block-layered-nav .actions {
  text-align: left !important;
}
.block-layered-nav .actions a {
  float: none;
}
.block-layered-nav dt {
  cursor: pointer;
  text-transform: uppercase;
  line-height: 100%;
  padding: 10px 0;
  text-align: left;
}
.rtl .block-layered-nav dt {
  text-align: right !important;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
  border-bottom: 0 none;
}
.block-layered-nav dd {
  margin: 0;
  padding: 0;
}
.block-layered-nav dd.last {
  border-bottom: 0 none;
}
.block-layered-nav dd li {
  color: #333;
  line-height: 100%;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}
.rtl .block-layered-nav dd li {
  text-align: right !important;
}
.block-layered-nav dd li a {
  color: #999999;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.block-layered-nav dd li a:hover {
  color: black;
  text-decoration: none;
}
.block-layered-nav dd .price {
  background: 0;
  color: #151515;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 100%;
  padding: 0;
  font-weight: 400;
  font-family: Noticia Text;
}
.block-layered-nav dd.inactive {
  border-bottom: 0 none;
  padding: 0;
}
.block-layered-nav li {
  list-style: none;
}

/* Slideshow */
.ves-slideshow {
  margin: 10px 0;
}
.ves-slideshow .ves-caption {
  border-style: none;
  border-width: 0;
  color: #FFF;
  font-family: "brandon_grotesque_regularRg",serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
}
.ves-slideshow .ves-caption.normal-caption {
  font-weight: 300;
  color: #FFF;
  font-family: Noticia Text, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
}
.ves-slideshow .ves-caption.big-caption {
  color: #FFF;
  font-family: "brandon_grotesquebold",serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  background: url(../images/bulet-slide.png) top center no-repeat;
}
.ves-slideshow .vescontentslider .carousel-control {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ves-slideshow .vescontentslider .carousel-control.left {
  background: url(../images/large_left.png) left center no-repeat;
}
.ves-slideshow .vescontentslider .carousel-control.right {
  background: url(../images/large_right.png) right center no-repeat;
}

/* Tabs Home */
.box.producttabs {
  margin-bottom: 0;
}

.producttabs .nav-tabs {
  text-align: center;
  border: none;
  font-size: 0px;
  display: block;
  position: relative;
}
.producttabs .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 0 0 -4px;
}
.producttabs .nav-tabs > li {
  background: white;
}
.producttabs .nav-tabs > li a {
  color: #666666;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  margin: 0;
  font-family: 'brandon_grotesque_regularRg';
  letter-spacing: 2px;
  padding: 10px 18px 10px 8px;
  background: none;
  position: relative;
}
.producttabs .nav-tabs > li a span {
  font-size: 14px;
  line-height: 1em;
  padding: 0 0 0 5px;
}
.producttabs .nav-tabs > li a:hover, .producttabs .nav-tabs > li a:focus {
  background: none;
}
.producttabs .nav-tabs > li a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: black;
  left: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.producttabs .nav-tabs > li.active a, .producttabs .nav-tabs > li:hover a {
  border: none;
  color: black;
}
.producttabs .nav-tabs > li.active a:before, .producttabs .nav-tabs > li:hover a:before {
  background: #000;
}
.producttabs .nav-tabs > li:first-child a {
  margin-left: 14px;
}
.producttabs .nav-tabs > li:last-child a {
  padding-right: 10px;
}
.producttabs .nav-tabs:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 1px;
  width: 100%;
  background: black;
  content: "";
}
.producttabs .carousel-controls {
  position: static;
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}
.producttabs .carousel-controls .carousel-control {
  position: static;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  border: none;
}
.producttabs .carousel-controls .carousel-control span {
  font-size: 12px;
  font-style: italic;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  background-color: #666;
  text-transform: none;
  padding: 0 15px 2px;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.producttabs .carousel-controls .carousel-control span:before {
  position: absolute;
  top: 0;
  left: -22px;
  content: "";
  border: 11px solid transparent;
  border-right-color: #666;
}
.producttabs .carousel-controls .carousel-control span.cars-next:before {
  border-right-color: transparent;
  border-left-color: #666;
  left: auto;
  right: -22px;
}
.producttabs .carousel-controls .carousel-control span:hover {
  background: #000;
}
.producttabs .carousel-controls .carousel-control span:hover:before {
  border-right-color: #000;
}
.producttabs .carousel-controls .carousel-control span:hover.cars-next:before {
  border-left-color: #000;
  border-right-color: transparent;
}
.producttabs .product-block {
  margin-bottom: 20px;
}

/* Blog */
#ves-custom {
  margin-bottom: 45px;
}

.venus-latest-block .title {
  display: block;
  text-align: center;
  font-family: "brandon_grotesque_regularRg";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 1em;
  padding: 7px 0px 4px;
  margin-bottom: 25px;
}
.venus-latest-block .title:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  background: black;
}
.venus-latest-block .title span {
  background: white;
  padding: 0 10px;
  position: relative;
  z-index: 99;
  color: black;
}
.venus-latest-block .post-item h4 {
  margin-bottom: 10px;
}
.venus-latest-block .post-item h4 a {
  color: black;
  font-size: 16px;
  font-family: Noticia Text;
  font-weight: bold;
  line-height: 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.venus-latest-block .post-item h4 a:hover {
  color: #666666;
}
.venus-latest-block .post-item .blog-time {
  font-style: italic;
  font-size: 1em;
  color: #666666;
  font-family: Noticia Text;
}
.venus-latest-block .latest-description {
  font-size: 1em;
  font-family: Noticia Text;
  line-height: 24px;
  margin-bottom: 10px;
}
.venus-latest-block .blog-readmore a {
  font-style: italic;
  color: black;
  font-size: 1em;
  padding-right: 20px;
  background: url(../images/arrow-links.png) right 8px no-repeat;
}

/* custom-subscribe */
.custom-subscribe {
  background: url(../images/bg-letter.png) right top no-repeat whitesmoke;
  border-top: 1px solid #000;
  margin-top: 13px;
  text-align: center;
  padding: 0 30px 30px;
}
.custom-subscribe .title {
  text-transform: uppercase;
  font-family: "brandon_grotesque_regularRg";
  font-size: 14px;
  color: #000;
  letter-spacing: 2px;
  padding: 15px 0;
  font-weight: 300;
}
.custom-subscribe .form-subscribe-header {
  margin-bottom: 20px;
}
.custom-subscribe .form-control {
  border: none;
  margin-bottom: 10px;
  font-style: italic;
}
.custom-subscribe .button, .custom-subscribe input.button {
  font-style: italic;
}
.custom-subscribe .button span span {
  background: url(../images/arrow-links-white.png) right 7px no-repeat;
  padding-right: 18px;
}

.block-compare li,
.block-reorder li {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
}
.block-compare .actions,
.block-reorder .actions {
  margin-top: 10px;
}
.block-compare .actions button,
.block-reorder .actions button {
  float: right;
}
.rtl .block-compare .actions button, .rtl
.block-reorder .actions button {
  float: left !important;
}

.block-reorder input[type="checkbox"] {
  float: right;
  padding-right: 10px;
}
.rtl .block-reorder input[type="checkbox"] {
  float: left !important;
}
.rtl .block-reorder input[type="checkbox"] {
  padding-left: 10px;
  padding-right: inherit;
}

.tags-list a {
  font-size: 100% !important;
}

/******************************************************

*******************************************************/
.box {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.custom-block .box a {
  position: relative;
  display: block;
}
.custom-block .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.custom-block .box a:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
}
.custom-block .box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.custom-abs {
  border-top: 2px solid black;
  padding-top: 32px;
}

.custom-abs h3,
.custom-footer-links h3 {
  color: black;
  font-family: 'brandon_grotesque_regularRg';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 0 8px;
  text-transform: uppercase;
}

.social span {
  display: none;
}
.social li {
  margin: 0 4px;
  float: left;
}
.rtl .social li {
  float: right !important;
}
.social .fa {
  color: black;
  font-size: 20px;
}
.social a {
  color: #000000;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.social a:hover {
  opacity: .7;
}

.time li {
  background: url(../images/dot.png) left 16px repeat-x;
  line-height: 24px;
}
.time li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.time li span {
  background: white;
}
.time li span.f-left {
  padding-right: 5px;
}
.time li span.f-right {
  padding-left: 5px;
}

.custom-footer-links {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
}
.custom-footer-links .row > div {
  padding-right: 20px;
}
.custom-footer-links .row > div:last-child {
  padding-right: 10px;
}
.custom-footer-links .boxed {
  border-top: 1px solid #e4e4e4;
  padding-top: 26px;
}
.custom-footer-links strong {
  color: black;
}

.custom-links a {
  line-height: 24px;
  color: #666666;
  padding-left: 7px;
}
.rtl .custom-links a {
  padding-right: 7px;
  padding-left: inherit;
}
.custom-links li {
  padding-bottom: 5px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.custom-links li:hover {
  padding-left: 12px;
}
.rtl .custom-links li:hover {
  padding-right: 12px;
  padding-left: inherit;
}
.custom-links .fa {
  font-size: 10px;
}

.ct-p {
  margin-top: 15px;
  line-height: 32px;
}
.ct-p .fa {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid black;
  color: black;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  margin-right: 3px;
}
.rtl .ct-p .fa {
  margin-left: 3px;
  margin-right: inherit;
}
.ct-p strong {
  font-family: 'brandon_grotesque_regularRg';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
}

/* product style */
.product-block {
  margin-bottom: 20px;
}
.product-block a:hover {
  color: #515151;
  text-decoration: none;
}
.product-block .image {
  position: relative;
}
.product-block .image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.product-block .image .onsale,
.product-block .image .new-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  background: #f5ea32;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rtl .product-block .image .onsale, .rtl
.product-block .image .new-icon {
  left: 10px;
  right: auto;
}
.product-block .image .onsale span,
.product-block .image .new-icon span {
  color: black;
  border: 1px solid black;
  border-width: 1px 0;
  text-transform: uppercase;
  padding: 3px 0;
}
.product-block .image .onsale {
  right: 20px;
}
.rtl .product-block .image .onsale {
  left: 20px;
  right: auto;
}
.product-block .product-img {
  position: relative;
}
.product-block .product-img:hover .hover-image {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .price,
.product-block .price-box {
  padding: 5px 0;
  text-align: center;
}
.product-block .price p,
.product-block .price-box p {
  margin-bottom: 0;
}
.product-block .actions {
  background: white;
  border-bottom: 1px solid #e4e4e4;
  top: -88%;
  left: 0;
  position: absolute;
  width: 100%;
  visibility: hidden;
  padding: 0!important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-block .actions:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-block .actions button.btn-cart {
  float: left;
  height: 55px;
  width: 50%;
  background: none;
  border: none;
  margin: 0!important;
}
.rtl .product-block .actions button.btn-cart {
  float: right !important;
}
.product-block .actions button.btn-cart span {
  font-size: 11px;
  font-style: normal;
  padding: 0;
  text-transform: uppercase;
  font-family: 'brandon_grotesque_regularRg';
}
.product-block .actions button.btn-cart span .fa {
  font-size: 13px;
  padding-right: 3px;
}
.product-block .actions button.btn-cart span span {
  color: #000;
}
.product-block .actions button.btn-cart:hover {
  background-color: #f8f8f8;
}
.product-block .add-to-links {
  margin: 0;
}
.product-block .add-to-links li {
  color: #ccc;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  width: 25%;
  overflow: hidden;
  border-left: 1px solid #e4e4e4;
  border-bottom: none!important;
  float: left;
}
.rtl .product-block .add-to-links li {
  border-right: 1px solid #e4e4e4;
  border-left: inherit;
}
.rtl .product-block .add-to-links li {
  float: right !important;
}
.product-block .add-to-links li .fa {
  color: #ccc;
}
.product-block .add-to-links li:hover {
  background-color: #f8f8f8;
}
.product-block .add-to-links li:hover .fa {
  color: #333;
}
.product-block .add-to-links a {
  border: none!important;
  line-height: 55px!important;
  display: block!important;
}
.product-block .a-quickview {
  border-bottom: 1px solid black;
  border-top: 1px solid #e4e4e4;
  color: black;
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-block .a-quickview:hover {
  background: #666;
  border-color: #666;
  color: #fff;
}
.product-block .cart {
  padding: 0;
  background: none;
}
.product-block .description {
  display: none;
  font-size: 14px;
}
.product-block .product-rating, .product-block .norating {
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
  font-size: 12px;
}
.product-block .name {
  margin: 20px 0 5px;
  color: #203548;
  font-family: "brandon_grotesquelight";
  font-size: 15px;
  line-height: 18px;
}
.product-block .name a {
  text-align: center;
  display: block;
  line-height: 1.25;
  color: black;
}
.product-block .name a:hover {
  color: #515151;
}
.product-block .product-meta {
  padding: 0;
  position: relative;
  text-align: center;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: white;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: white;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5192f3;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #f0ad4e;
  color: white;
}

.product-label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 2px;
}
.product-label span {
  padding: 6px 12px;
}
.product-label.product-label-new, .product-label.new-box {
  background-color: #d9534f;
  top: 2px;
}
.product-label.product-label-new[href]:hover, .product-label.product-label-new[href]:focus, .product-label.new-box[href]:hover, .product-label.new-box[href]:focus {
  background-color: #c9302c;
}
.product-label.product-label-special, .product-label.sale-box {
  top: 20px;
  background-color: #d64153;
}
.product-label.product-label-special[href]:hover, .product-label.product-label-special[href]:focus, .product-label.sale-box[href]:hover, .product-label.sale-box[href]:focus {
  background-color: #bc283a;
}
.product-label.sale-percent-box {
  background-color: #d64153;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #bc283a;
}

/* Rating */
.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.rtl .ratings .rating-box {
  float: right !important;
}
.rtl .ratings .rating-box {
  margin-left: 3px;
  margin-right: inherit;
}
.ratings a:hover {
  color: #b34a4a;
}

.rating-box {
  width: 50px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  background: url(../images/rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 9px;
  background: url(../images/rating.png) 0 100% repeat-x;
}
.rtl .rating-box .rating {
  float: right !important;
}

.ratings-table {
  border: none;
}
.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
  border: none;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

#products-grid.products-block .ratings,
.product-grid .ratings,
.products-grid .ratings {
  display: none;
}

.price,
.price-box {
  color: black;
  font-family: "brandon_grotesquebold";
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  /* Old price */
  /* Special price */
}
.price .price-label,
.price-box .price-label {
  display: none !important;
}
.price .price-from,
.price .price-to,
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.price .old-price,
.price .special-price,
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 3px;
}
.price .old-price .price,
.price-box .old-price .price {
  color: #999999;
  text-decoration: line-through;
  font-family: 'brandon_grotesquelight';
}
.price .special-price .price,
.price-box .special-price .price {
  color: #b34a4a;
}

.gallery-carousel {
  position: relative;
}

.minimal-price-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.minimal-price-link .label {
  display: none;
}

/* product list mode  */
.products-list .products-row {
  border: none;
}
.products-list .products-row .col-fullwidth {
  width: 100% !important;
  float: left;
  margin: 0;
}
.rtl .products-list .products-row .col-fullwidth {
  float: right !important;
}
.products-list .products-row .product-col .product-block {
  text-align: left;
}
.rtl .products-list .products-row .product-col .product-block {
  text-align: right !important;
}
.products-list .products-row .product-col:last-child .product-block {
  border-bottom: 0;
}
.products-list .product-block {
  width: 100%;
}
.products-list .product-block .image {
  border: 1px solid #e4e4e4;
  padding: 6px;
  float: left;
  margin-right: 20px;
}
.rtl .products-list .product-block .image {
  float: right !important;
}
.rtl .products-list .product-block .image {
  margin-left: 20px;
  margin-right: inherit;
}
.products-list .product-block .name a {
  text-align: left;
}
.rtl .products-list .product-block .name a {
  text-align: right !important;
}
.products-list .product-block .actions {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  border: 1px solid #e4e4e4;
  top: 93px;
  width: 50%;
  left: 38.8%;
}
.rtl .products-list .product-block .actions {
  right: 38.8%;
  left: auto;
}
.products-list .product-block .actions:after {
  display: none;
}
.products-list .product-block .a-quickview {
  left: 39%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  visibility: visible;
  width: 150px;
  bottom: 53%;
}
.rtl .products-list .product-block .a-quickview {
  right: 39%;
  left: auto;
}
.products-list .product-block .ratings {
  text-align: left;
  clear: both;
}
.rtl .products-list .product-block .ratings {
  text-align: right !important;
}
.products-list .product-block .ratings .rating-box {
  float: left;
  margin-right: 6px;
  margin-top: 3px;
}
.rtl .products-list .product-block .ratings .rating-box {
  float: right !important;
}
.rtl .products-list .product-block .ratings .rating-box {
  margin-left: 6px;
  margin-right: inherit;
}
.products-list .product-block .rating {
  clear: both;
}
.products-list .product-block .no-rating {
  text-align: left;
}
.rtl .products-list .product-block .no-rating {
  text-align: right !important;
}
.products-list .price-box {
  float: left;
  margin-right: 13px;
  margin: 3px 13px 5px 0;
  color: black;
}
.rtl .products-list .price-box {
  float: right !important;
}
.rtl .products-list .price-box {
  margin-left: 13px;
  margin-right: inherit;
}
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 15px 0 15px;
  line-height: 1.35;
  color: #666666;
}
.products-list .desc .link-learn {
  font-size: 11px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

/* ======================================================================================= */
.mini-products-list .image {
  margin-top: 10px;
}
.mini-products-list .price {
  margin: 0 0 10px;
}

/* product grid mode */
.product-grid {
  position: relative;
  background-color: white;
}
.product-grid.last {
  border: 0;
}
.product-grid .description, .product-grid .price-tax {
  display: none;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: white;
}

.product-detail.vesquickview {
  background: #fff;
  padding: 20px;
}
.product-detail.vesquickview .tabs-group .tab-contents {
  padding: 0;
  border: 0;
  background: #fff;
}
.product-detail.vesquickview .product-info .carousel-control {
  width: 25px;
  height: 25px;
  line-height: 15px;
  top: 30%;
}

.product-info {
  margin-bottom: 20px;
}
.product-info .more-views {
  margin: 20px 50px 12px;
}
.product-info .more-views .carousel-control {
  top: 40%;
  line-height: 16px;
  color: #b0b0b0;
  text-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-info .more-views .carousel-control.left {
  left: -50px;
}
.product-info .more-views .carousel-control.right {
  right: -50px;
}
.product-info .more-views .carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-info .product-name {
  margin: 0 0 5px;
  font-family: "brandon_grotesquelight";
  font-size: 15px;
}
.product-info .product-name h1 {
  margin: 0;
  color: black;
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 12px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}
.product-info ul, .product-info ol {
  list-style: none;
  width: 100%;
  float: left;
}
.rtl .product-info ul, .rtl .product-info ol {
  float: right !important;
}
.product-info ul li, .product-info ol li {
  display: inline;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: white;
  border: 1px solid #e4e4e4;
}
.product-info .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-info .share {
  padding: 20px 0;
}
.product-info .share:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .product-brand strong {
  display: none;
}
.product-info .price {
  padding: 10px 0;
  font-size: 30px;
}
.product-info .price .other-price {
  margin-top: 6px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 6px;
}
.product-info .availability {
  margin: 5px 0 25px;
}
.product-info .price-group:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .product-info .rating-box {
  float: right !important;
}
.rtl .product-info .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .short-description {
  border: 0;
  margin-bottom: 6px;
  padding: 0;
  font-size: 13px;
  color: #999999;
}
.product-info .short-description h2 {
  color: black;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.product-info .short-description a {
  text-decoration: none;
}
.product-info .short-description b {
  margin-right: 5px;
  margin-left: 0;
}
.product-info .short-description .fa {
  color: white;
}
.product-info .short-description dd input, .product-info .short-description dd select, .product-info .short-description dd textarea, .product-info .short-description dd button {
  width: auto;
}
.product-info .short-description dl {
  margin-bottom: 0 !important;
}
.product-info .short-description label {
  font-size: 18px;
  color: #b34a4a;
}
.product-info .product-extra label {
  font-size: 18px;
  color: #b34a4a;
}
.product-info .onsale,
.product-info .new-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  background: #f5ea32;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rtl .product-info .onsale, .rtl
.product-info .new-icon {
  left: 10px;
  right: auto;
}
.product-info .onsale span,
.product-info .new-icon span {
  color: black;
  border: 1px solid black;
  border-width: 1px 0;
  text-transform: uppercase;
  padding: 3px 0;
}
.product-info .onsale {
  right: 20px;
}
.rtl .product-info .onsale {
  left: 20px;
  right: auto;
}
.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 #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-options-bottom .price-box {
  display: none;
}
.product-info .product-extra,
.product-info .product-options-bottom {
  padding: 10px 0;
}
.product-info .product-extra:after,
.product-info .product-options-bottom:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .product-extra .quantity-adder,
.product-info .product-options-bottom .quantity-adder {
  margin-bottom: 20px;
  width: 100%;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
  border: 1px solid #e4e4e4;
}
.product-info .product-extra .quantity-adder label,
.product-info .product-options-bottom .quantity-adder label {
  float: left;
  width: 100%;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
  float: right !important;
}
.product-info .product-extra .cart,
.product-info .product-options-bottom .cart {
  margin-left: 10px;
  margin-right: 10px;
}
.product-info .product-extra .add-action,
.product-info .product-options-bottom .add-action {
  display: block;
  width: 20px;
  height: 19px;
  position: relative;
  cursor: pointer;
  font-size: 6.5px;
  line-height: 19px;
  text-align: center;
  color: #999;
  background: transparent;
  border: 1px solid #e4e4e4;
  margin-left: 5px;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
  color: black;
}
.product-info .product-extra .add-up,
.product-info .product-options-bottom .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: black;
}
.product-info .product-extra .quantity-number label,
.product-info .product-options-bottom .quantity-number label {
  font-size: font-size-base1;
  font-weight: 400;
}
.product-info .product-extra .quantity-number input,
.product-info .product-options-bottom .quantity-number input {
  min-width: 140px;
  width: 140px!important;
  height: 38px;
  text-align: center;
}
.product-info .product-extra .add-to-cart,
.product-info .product-options-bottom .add-to-cart {
  border-top: 1px solid #e4e4e4;
}
.product-info .product-extra .rating-box,
.product-info .product-options-bottom .rating-box {
  margin-top: 2px;
}
.product-info .product-extra .add-to-box,
.product-info .product-extra .add-to-cart,
.product-info .product-options-bottom .add-to-box,
.product-info .product-options-bottom .add-to-cart {
  text-align: center;
}
.product-info .product-extra .add-to-box div.qty,
.product-info .product-extra .add-to-cart div.qty,
.product-info .product-options-bottom .add-to-box div.qty,
.product-info .product-options-bottom .add-to-cart div.qty {
  padding: 8px 0;
}
.product-info .product-extra .add-to-box .add-cart,
.product-info .product-extra .add-to-cart .add-cart,
.product-info .product-options-bottom .add-to-box .add-cart,
.product-info .product-options-bottom .add-to-cart .add-cart {
  background: #000;
  line-height: 38px;
  font-family: 'brandon_grotesque_regularRg';
}
.product-info .product-extra .add-to-box .add-cart:hover,
.product-info .product-extra .add-to-cart .add-cart:hover,
.product-info .product-options-bottom .add-to-box .add-cart:hover,
.product-info .product-options-bottom .add-to-cart .add-cart:hover {
  background: #666;
}
.product-info .product-extra .add-to-box .add-cart button.btn-cart,
.product-info .product-extra .add-to-cart .add-cart button.btn-cart,
.product-info .product-options-bottom .add-to-box .add-cart button.btn-cart,
.product-info .product-options-bottom .add-to-cart .add-cart button.btn-cart {
  background: none;
  border: medium none;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
  display: block;
  width: 100%;
  padding: 0;
}
.product-info .product-extra .add-to-box .add-cart button.btn-cart .fa,
.product-info .product-extra .add-to-cart .add-cart button.btn-cart .fa,
.product-info .product-options-bottom .add-to-box .add-cart button.btn-cart .fa,
.product-info .product-options-bottom .add-to-cart .add-cart button.btn-cart .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 6px;
  margin-top: -2px;
  padding-right: 6px;
}
.rtl .product-info .product-extra .add-to-box .add-cart button.btn-cart .fa, .rtl
.product-info .product-extra .add-to-cart .add-cart button.btn-cart .fa, .rtl
.product-info .product-options-bottom .add-to-box .add-cart button.btn-cart .fa, .rtl
.product-info .product-options-bottom .add-to-cart .add-cart button.btn-cart .fa {
  padding-left: 6px;
  padding-right: inherit;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
  display: block;
}
.product-info .product-extra .add-to-links li,
.product-info .product-options-bottom .add-to-links li {
  display: block;
  text-align: center;
  line-height: 38px;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid #e4e4e4;
  font-family: 'brandon_grotesque_regularRg';
}
.product-info .product-extra .add-to-links li a,
.product-info .product-options-bottom .add-to-links li a {
  color: black;
  display: block;
}
.product-info .product-extra .add-to-links li a:hover,
.product-info .product-options-bottom .add-to-links li a:hover {
  background: #efefef;
  color: #000;
}
.product-info .product-extra .add-to-links li .fa,
.product-info .product-options-bottom .add-to-links li .fa {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 6px;
  padding-right: 6px;
  margin-top: -2px;
  color: #ccc;
}
.rtl .product-info .product-extra .add-to-links li .fa, .rtl
.product-info .product-options-bottom .add-to-links li .fa {
  padding-left: 6px;
  padding-right: inherit;
}
.product-info .product-extra .add-to-links .separator,
.product-info .product-options-bottom .add-to-links .separator {
  display: none;
}
.product-info .product-extra .add-review,
.product-info .product-options-bottom .add-review {
  text-transform: uppercase;
}
.product-info .action:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}

.tabs-group {
  overflow: hidden;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-contents {
  padding: 5px 0;
  background: white;
}
.tabs-group .tab-contents .input-box {
  margin: 10px 0;
}
.tabs-group .tab-contents .block-description h2,
.tabs-group .tab-contents .form-add h2,
.tabs-group .tab-contents .box-tags h2 {
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  margin: 0 0 15px;
  padding: 0 0 2px;
}
.tabs-group .tab-contents .block-description .box-collateral,
.tabs-group .tab-contents .form-add .box-collateral,
.tabs-group .tab-contents .box-tags .box-collateral {
  margin: 0 0 25px;
}
.tabs-group .tab-contents .block-description .btn-viewmore,
.tabs-group .tab-contents .form-add .btn-viewmore,
.tabs-group .tab-contents .box-tags .btn-viewmore {
  padding-left: 0;
}
.rtl .tabs-group .tab-contents .block-description .btn-viewmore, .rtl
.tabs-group .tab-contents .form-add .btn-viewmore, .rtl
.tabs-group .tab-contents .box-tags .btn-viewmore {
  padding-right: 0;
  padding-left: inherit;
}
.tabs-group .tab-contents .box-tags .note {
  margin-top: 10px;
}
.tabs-group .tab-contents .box-tags .product-tags li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 10px;
}

#product-review-table {
  width: 90%;
}

.block-up-sell .block-title,
.box-up-sell .block-title {
  background: none;
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
}
.block-up-sell .block-title strong,
.box-up-sell .block-title strong {
  display: block;
  position: relative;
}
.block-up-sell .block-title strong:before,
.box-up-sell .block-title strong:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 1px;
  width: 100%;
  background: black;
  content: "";
}
.block-up-sell .block-title strong span,
.box-up-sell .block-title strong span {
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 2px;
  color: black;
  font-size: 14px;
  font-family: 'brandon_grotesque_regularRg';
  background: white;
  padding: 0 20px;
  position: relative;
}
.block-up-sell .carousel-controls,
.box-up-sell .carousel-controls {
  position: static;
  width: auto;
}
.block-up-sell .carousel-controls .carousel-control,
.box-up-sell .carousel-controls .carousel-control {
  position: static;
  background: none;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-up-sell .carousel-controls .carousel-control span,
.box-up-sell .carousel-controls .carousel-control span {
  font-size: 13px;
  font-style: italic;
  height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: white;
  background-color: #000;
  text-transform: none;
  padding: 2px 15px;
  position: relative;
}
.block-up-sell .carousel-controls .carousel-control span:before,
.box-up-sell .carousel-controls .carousel-control span:before {
  position: absolute;
  top: 0;
  left: -22px;
  content: "";
  border: 11px solid transparent;
  border-right-color: #000;
}
.rtl .block-up-sell .carousel-controls .carousel-control span:before, .rtl
.box-up-sell .carousel-controls .carousel-control span:before {
  right: -22px;
  left: auto;
}
.block-up-sell .carousel-controls .carousel-control span.cars-next:before,
.box-up-sell .carousel-controls .carousel-control span.cars-next:before {
  border-right-color: transparent;
  border-left-color: #000;
  left: auto;
  right: -22px;
}

.block-tags .actions {
  padding-top: 10px;
  font-size: 12px;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  background-color: white;
  font-size: 13px;
  margin-bottom: 20px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.rtl .product-filter .display {
  float: right !important;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  background: url("../images/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
  width: 32px;
  height: 30px;
  display: block;
  border: 1px solid #e4e4e4;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.rtl .product-filter .display a {
  float: right !important;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
  background-color: black;
  background-position: 9px -30px;
}
.product-filter .display a.list {
  background-position: -30px 11px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
  background-color: black;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: black;
  border: 1px solid black;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: white;
}
.product-filter .display i {
  font-size: 12px;
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.product-filter .form-control {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
}
.product-filter .product-compare {
  float: right;
}
.rtl .product-filter .product-compare {
  float: left !important;
}

.global_messages .container {
  width: 100% !important;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title {
  text-align: left;
}
.rtl .ves-widget .menu-title {
  text-align: right !important;
}
.ves-widget .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.ves-widget .product-block .image {
  float: left;
  margin-right: 10px;
  overflow: inherit;
}
.rtl .ves-widget .product-block .image {
  float: right !important;
}
.rtl .ves-widget .product-block .image {
  margin-left: 10px;
  margin-right: inherit;
}
.ves-widget .product-block .action, .ves-widget .product-block .ves-colorbox, .ves-widget .product-block .colorbox, .ves-widget .product-block .image-gallery {
  display: none;
}
.ves-widget .product-block a {
  text-align: left;
}
.rtl .ves-widget .product-block a {
  text-align: right !important;
}
.ves-widget .product-block .price,
.ves-widget .product-block .price-box {
  text-align: left;
}
.rtl .ves-widget .product-block .price, .rtl
.ves-widget .product-block .price-box {
  text-align: right !important;
}

#cart-sidebar li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.rtl #cart-sidebar li {
  float: right !important;
}
#cart-sidebar li .product-image {
  float: left;
  margin-right: 10px;
}
.rtl #cart-sidebar li .product-image {
  float: right !important;
}
.rtl #cart-sidebar li .product-image {
  margin-left: 10px;
  margin-right: inherit;
}

.widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url("../images/btn_window_close.gif") no-repeat;
  width: 15px;
  height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
  left: 10px;
  right: auto;
}
#menu-offcanvas .button-close-menu i {
  display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
  border-bottom: 1px solid #e4e4e4;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #b34a4a;
  padding: 3px 0 3px 0;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: black;
  text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
  border-bottom: 0;
}
#menu-offcanvas .mega-col {
  width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
#menu-offcanvas .home {
  background: #b34a4a;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  left: 0;
  left: 0;
  z-index: 99;
}
.rtl .offcanvas-pusher {
  right: 0;
  left: auto;
}

.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #b34a4a;
}
.rtl .offcanvas-menu {
  right: 0;
  left: auto;
}

.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
}

.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
  color: #b34a4a;
  display: block;
  padding: 0.8em 1em 0.8em 1.2em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
  padding: 0.8em 1.2em 0.8em 1em;
}

.offcanvas-menu ul li:firoffcanvas-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
  background: #b34a4a;
  color: white;
  border-bottom: 1px solid #53585f;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .navbar-toggle {
    display: block;
  }

  /*** OFFCANVAS SIDEBAR ***/
  #ves-paneltool {
    display: none;
  }

  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #ves-columns-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #ves-columns-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-menu .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-block .actions,
.product-block .a-quickview {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block:hover .actions,
.product-block:hover .a-quickview {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
@media screen and (max-width: 991px) {
  .quick-access {
    position: relative;
    float: right;
    padding: 10px 0;
  }
  .rtl .quick-access {
    float: left !important;
  }
  .quick-access .quickaccess-toggle {
    background-color: #363636;
    line-height: 35px;
    font-size: 16px;
    color: #a8a8a8;
    width: 35px;
    height: 35px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    margin: 0 3px;
  }
  .quick-access .quickaccess-toggle:hover, .quick-access .quickaccess-toggle:focus, .quick-access .quickaccess-toggle:active {
    background-color: #b34a4a;
    color: white;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
  }
  .quick-access .quickaccess-toggle:hover .inner-toggle, .quick-access .quickaccess-toggle:focus .inner-toggle, .quick-access .quickaccess-toggle:active .inner-toggle {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 99;
  }
  .quick-access .inner-toggle {
    background: #fff;
    min-width: 180px;
    position: absolute;
    top: 100%;
    padding: 5px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 1px 3px lightgrey;
    box-shadow: 0 1px 3px lightgrey;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-top: 5px solid #b34a4a;
    display: none;
  }
  .rtl .quick-access .inner-toggle {
    left: 0;
    right: auto;
  }
  .quick-access:hover .content .inner-toggle,
  .quick-access:hover .inner-toggle, .quick-access:focus .content .inner-toggle,
  .quick-access:focus .inner-toggle, .quick-access:active .content .inner-toggle,
  .quick-access:active .inner-toggle {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 10;
    display: block;
  }

  .topLinks .quick-access .inner-toggle {
    right: 0 !important;
    left: auto;
  }

  #topbar .topLinks {
    float: right !important;
  }
  #topbar .links {
    float: none !important;
  }
  #topbar .links li {
    float: none !important;
    line-height: 24px;
  }
  #topbar .links li.last a {
    border: none;
  }
  #topbar .language {
    padding: 6px 5px;
  }

  .cart-top #cart .content {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0;
    border: none;
    min-width: 270px;
  }

  #checkout-step-login .buttons-set {
    margin-bottom: 10px;
  }

  .sorter .sort-by {
    padding: 8px 2px 7px;
  }

  .sorter .view-mode label {
    padding: 0 5px;
  }
}
@media screen and (max-width: 992px) {
  /*Navigation default*/
  #ves-mainnav .nav-container {
    position: relative;
    background: white;
  }
  #ves-mainnav .nav-container:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 24px;
    color: #fff;
    background: #222;
    position: absolute;
    right: 9px;
    right: 9px;
    top: 15px;
    padding: 8px 15px;
    cursor: pointer;
  }
  .rtl #ves-mainnav .nav-container:before {
    left: 9px;
    right: auto;
  }
  #ves-mainnav .nav-container ul#nav {
    position: absolute;
    top: 69px;
    right: 0;
    right: 0;
    visibility: hidden;
    background: white;
    z-index: 999;
    width: 300px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .rtl #ves-mainnav .nav-container ul#nav {
    left: 0;
    right: auto;
  }
  #ves-mainnav .nav-container ul#nav li {
    width: 100%;
  }
  #ves-mainnav .nav-container ul#nav li.parent:hover > a:after {
    display: none;
  }
  #ves-mainnav .nav-container ul#nav li a {
    line-height: 40px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #ves-mainnav .nav-container ul#nav li a span {
    border: 0 !important;
  }
  #ves-mainnav .nav-container ul#nav li ul,
  #ves-mainnav .nav-container ul#nav li ul ul {
    margin-left: 30px;
    margin-left: 30px;
    position: relative;
    left: 0 !important;
    left: 0;
    box-shadow: none;
  }
  .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
  #ves-mainnav .nav-container ul#nav li ul ul {
    margin-right: 30px;
    margin-left: inherit;
  }
  .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
  #ves-mainnav .nav-container ul#nav li ul ul {
    right: 0;
    left: auto;
  }
  #ves-mainnav .nav-container:hover ul#nav, #ves-mainnav .nav-container:focus ul#nav {
    visibility: visible;
  }

  .customer-account-login .new-users .content,
  .customer-account-login .registered-users .content {
    min-height: auto;
  }

  .navbar-toggle {
    display: block!important;
  }

  .ves-caption {
    display: none !important;
  }

  #mainmenutop .navbar-nav {
    display: none!important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0!important;
  }

  .navbar-collapse {
    overflow-x: hidden!important;
  }

  .navbar-toggle {
    margin: 0!important;
  }

  .navbar-collapse::before, .navbar-collapse::after {
    display: none!important;
  }

  #topbar .caret {
    display: none;
  }

  .a-quickview {
    display: none !important;
  }

  .products-list .product-block .actions {
    left: 46.5%;
  }

  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-list .product-block .actions,
  .products-list .product-block .a-quickview {
    left: 48%;
  }

  .sidebar .product-block .product-meta {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .zoomContainer,
  #cboxOverlay,
  #colorbox, .vescontentslider, .module_customblock {
    display: none !important;
  }



  .product-view .box-tags .form-add input.input-text {
    width: 212px;
  }

  .products-list .product-block .actions {
    left: 54%;
    width: 45%;
  }

  .logo img {
    max-width: 100%;
  }

  /*New style Table responsive $screen-xs-max */
  table#wishlist-table,
  table#shopping-cart-table,
  table#checkout-review-table,
  table#my-orders-table,
  table#multiship-addresses-table,
  #review-order-form table {
    border: 0;
    outline: none;
  }
  table#wishlist-table th, table#wishlist-table td,
  table#shopping-cart-table th,
  table#shopping-cart-table td,
  table#checkout-review-table th,
  table#checkout-review-table td,
  table#my-orders-table th,
  table#my-orders-table td,
  table#multiship-addresses-table th,
  table#multiship-addresses-table td,
  #review-order-form table th,
  #review-order-form table td {
    display: block;
    text-align: center;
  }
  table#wishlist-table colgroup,
  table#shopping-cart-table colgroup,
  table#checkout-review-table colgroup,
  table#my-orders-table colgroup,
  table#multiship-addresses-table colgroup,
  #review-order-form table colgroup {
    display: none;
  }
  table#wishlist-table .a-right,
  table#shopping-cart-table .a-right,
  table#checkout-review-table .a-right,
  table#my-orders-table .a-right,
  table#multiship-addresses-table .a-right,
  #review-order-form table .a-right {
    text-align: center !important;
  }
  table#wishlist-table .button,
  table#shopping-cart-table .button,
  table#checkout-review-table .button,
  table#my-orders-table .button,
  table#multiship-addresses-table .button,
  #review-order-form table .button {
    margin-bottom: 15px;
  }
  table#wishlist-table .btn-remove,
  table#shopping-cart-table .btn-remove,
  table#checkout-review-table .btn-remove,
  table#my-orders-table .btn-remove,
  table#multiship-addresses-table .btn-remove,
  #review-order-form table .btn-remove {
    float: none;
    margin: 0 auto;
  }

  .box-reviews .data-table th, .box-reviews .data-table td {
    font-size: 10px;
    padding: 3px !important;
  }

  .multiple-checkout select {
    width: 270px;
  }

  .data-table tr.even td.last, .data-table tr.odd td.last {
    border-right: 1px solid #ddd;
  }

  /*new style shopping cart  mobile responsive */
  .cart table th {
    display: none !important;
  }
  .cart table tbody td {
    border: 0 !important;
    padding: 5px 0;
  }
  .cart table .bgcolol-td {
    background: #e4e4e4;
  }
  .cart table tbody td span {
    float: left;
    text-align: left;
    width: 50%;
  }
  .rtl .cart table tbody td span {
    float: right !important;
  }
  .rtl .cart table tbody td span {
    text-align: right !important;
  }
  .cart table tbody td span.lable-price {
    text-align: right;
    padding-right: 10px;
    line-height: normal;
  }
  .rtl .cart table tbody td span.lable-price {
    text-align: left !important;
  }

  .cart-top .inner-toggle {
    right: -69px;
  }

  #product-review-table {
    width: 80%;
  }

  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 80%;
  }

  .link-compare {
    display: none;
  }

  .product-block .add-to-links li {
    width: 50%;
  }
}
/*$media (max-width: 480px) */
@media (max-width: 480px) {
  .products-list .product-block .image {
    float: none;
  }
  .products-list .product-block .actions {
    left: 0;
    width: 100%;
    top: -148%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .products-list .product-block:hover .actions {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pull-left {
  float: left;
}
.rtl .pull-left {
  float: right !important;
}

.pull-right {
  float: right;
}
.rtl .pull-right {
  float: left !important;
}