/******************************************************
 * @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
 */
/***********************************************************************/
/******************************************************
 * @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 
 */
/*  
 * LAYOUT VARIABLES 
 */
/* 
 * Default Menu
 */
/*  
 * 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
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
/**
 * BASE CSS STYLES
 */
* {
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
}
body {
  background: whitesmoke;
  color: #333333;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}
img {
  max-width: 100%;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none!important;
}
a:hover, a:focus {
  outline: 0!important;
  color: #ab2c2d;
  text-decoration: 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: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #6dced7;
}
/* 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 9px;
}
ul.links li a:hover {
  color: #ab2c2d;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
ul.inline li {
  float: left;
}
.tree-menu 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: #9c9c9c;
  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: #ab2c2d;
  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: #ab2c2d;
}
/* 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;
}
.pull-left {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.pull-right {
  float: right;
}
.rtl .pull-right {
  float: left;
}
/* ======================================================================================= */
/* tab style */
.htabs ul, .tab-nav ul {
  text-align: center;
  border-bottom: 0;
}
.htabs ul li, .tab-nav ul li {
  margin-right: 1px;
  float: left;
}
.rtl .htabs ul li, .rtl .tab-nav ul li {
  margin-left: 1px;
  margin-right: inherit;
}
.rtl .htabs ul li, .rtl .tab-nav ul li {
  float: right;
}
.htabs ul li a, .tab-nav ul li a {
  display: inline-block;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 12px!important;
  text-transform: uppercase;
  color: #999999;
  padding: 12px 17px;
  margin-right: 0;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-size: 14px;
}
.rtl .htabs ul li a, .rtl .tab-nav ul li a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: inherit;
}
.htabs ul li a.selected, .tab-nav ul li a.selected {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.htabs ul li a.selected::before, .tab-nav ul li a.selected::before {
  content: "";
  position: absolute;
  background: #ab2c2d;
  width: 100%;
  height: 4px;
  left: 0;
  top: -1px;
}
.rtl .htabs ul li a.selected::before, .rtl .tab-nav ul li a.selected::before {
  right: 0;
  left: auto;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  color: white;
  background: #ab2c2d;
  display: block;
  border: 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: #f8f8f8;
  cursor: pointer;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
}
#sys-notification {
  display: none!important;
}
/******************************************************
 * @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
*******************************************************/
/* Page Heading */
.page-title h1,
.category-title h1 {
  font-size: 24px;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
}
.page-title h1 {
  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;
}
.rtl .pager .pages {
  float: right;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
  margin: 0 2px;
}
.pager .pages .current {
  background: #ab2c2d;
  padding: 5px 10px !important;
  color: white;
}
/* 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;
}
.sorter .view-mode label {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
}
.rtl .sorter .view-mode label {
  float: right;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 9999em;
  overflow: hidden;
  background: url(../images/view-mode.png) 0 0 no-repeat;
  float: left;
  border: 1px solid #ebebeb;
  margin-right: 10px;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  float: right;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  margin-left: 10px;
  margin-right: inherit;
}
.sorter .view-mode strong.grid {
  background-position: -40px 9px;
}
.sorter .view-mode strong.list {
  background-position: 9px 9px;
}
.sorter .view-mode a.grid {
  background-position: -40px -40px;
}
.sorter .view-mode a.list {
  background-position: 9px -40px;
}
.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:hover {
  background-color: #f8f8f8;
}
.sorter .sort-by {
  float: right;
  padding: 0;
  margin: 0;
}
.rtl .sorter .sort-by {
  float: left;
}
.sorter .sort-by label {
  vertical-align: middle;
  margin: 0;
}
.sorter .sort-by select {
  vertical-align: middle;
  padding: 4px;
  width: auto;
  background: #fff;
  border-color: #ebebeb;
}
/* Toolbar */
.toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #6e6e6e;
}
.toolbar a {
  color: #6e6e6e;
}
.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 {
  line-height: 30px;
  position: relative;
  z-index: 50;
}
.toolbar-bottom .toolbar {
  border: 0;
}
.toolbar-bottom .pager {
  display: block;
  font-family: "proximanovalight";
}
.toolbar-bottom .pager strong {
  display: inline-block;
  font-weight: 400;
}
.toolbar-bottom .sorter, .toolbar-bottom .limiter {
  display: none;
}
.toolbar-bottom .amount {
  float: right;
}
.rtl .toolbar-bottom .amount {
  float: left;
}
/* Content Styles ================================================================= */
#reorder-validate-detail .product-name a {
  line-height: 22px;
}
.breadcrumb a, .breadcrumb strong {
  font-family: "proximanovalight";
  display: inline-block;
}
/* Product Tags */
.product-tags, .tags-list {
  margin-bottom: 10px;
}
.product-tags li, .tags-list li {
  display: inline-block;
  padding: 0 5px;
}
/* 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;
}
.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 .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.crosssell {
  margin-top: 40px;
}
.crosssell .carousel-inner {
  overflow: visible;
}
.cart-price .price {
  color: #ab2c2d;
}
/* 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;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.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 #ebebeb;
  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;
}
.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: 100%;
}
.cart .discount input.input-text {
  width: 100%;
}
.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 #ebebeb;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: right;
}
.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;
}
.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: #222222;
}
.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: 5em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.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;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
.rtl .cvv-what-is-this {
  margin-right: 10px;
  margin-left: inherit;
}
/* 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;
}
.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;
}
.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;
}
.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;
}
/* 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: #222222;
}
.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: #e26703;
}
.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: 10px 0;
  padding: 20px;
}
.checkout-onepage-index .sidebar,
.checkout-onepage-success .sidebar {
  margin-top: 10px;
}
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
}
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #ebebeb;
  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 #ebebeb;
  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;
}
.opc .step-title .number {
  background-color: #fff;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px 0 0;
  padding: 5px 10px 6px;
}
.opc .step-title h2 {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.opc .step-title a {
  display: none;
  float: right;
  margin-top: 6px;
}
.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: #ab2c2d;
  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;
  padding: 20px;
  margin: 0px 0 40px;
}
.checkout-progress {
  padding: 0;
  margin: 0 0 50px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 2px 0 0;
  border-top: 10px solid #171717;
  padding: 10px 0 0;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  text-transform: uppercase;
  text-align: center;
}
.rtl .checkout-progress li {
  float: right;
}
.checkout-progress li.active {
  border-top-color: #ab2c2d;
  color: #ab2c2d;
}
.multiple-checkout .data-table .product-name {
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout h3 {
  color: #333333;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order {
  text-align: right;
}
.rtl .multiple-checkout .place-order {
  text-align: left;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.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: #E26703;
}
.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 #d9d2be;
  background: #f9f3e3;
  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;
}
/* 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;
  display:none;
}
.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;
  padding: 20px;
}
.my-account .box-reviews,
.my-account .box-tags {
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.my-account #my-reviews-table h2 {
  font-size: 15px;
}
.my-account .pager .amount {
  display: none;
}
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.block-account .block-content {
  padding: 0 10px 10px !important;
}
.block-account li {
  padding: 10px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
/* 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;
}
.order-additional {
  margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #222222;
}
.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: 0 0 15px;
}
.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: 15px;
}
#wishlist-table .description {
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* My Tags */
.my-tag-edit {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.rtl .my-tag-edit {
  float: right;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
  height: auto;
}
.rtl .my-tag-edit .btn-remove {
  float: left;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
  margin-top: 8px;
}
/* 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;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.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;
}
.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;
}
.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;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.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;
}
.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: #777777;
}
.std {
  font-size: 14px;
}
.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;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) no-repeat scroll 0 center;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .btn-remove {
  float: left;
}
.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 {
  float: right;
  display: block;
  margin: 0 8px;
  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;
}
.rtl .btn-edit {
  float: left;
}
.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:"Open Sans", sans-serif;
font-weight:900;
  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;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-weight: 400;
  font-size: 14px;
}
.dashboard .box .box-title a {
  color: #171717;
  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;
  margin-top: -10px;
  color: #171717;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  float: left;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 8px;
  background: #171717;
  color: white;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
  float: right;
}
.dashboard .box-reviews .details, .dashboard .box-tags .details {
  margin-left: 38px;
}
.rtl .dashboard .box-reviews .details, .rtl .dashboard .box-tags .details {
  margin-right: 38px;
  margin-left: inherit;
}
.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;
}
/* Custommer */
.form-list li {
  overflow: hidden;
  padding: 5px 0;
}
.form-list label {
  margin-bottom: 2px;
  color: #222222;
}
.content h2 {
  color: #333;
}
.buttons-set #send2 {
  float: left;
}
.form-list .input-text {
  width: 98%;
  min-height: 32px;
}
.account-login,
.account-create {
  margin: 0 0 40px;
  padding: 20px;
  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: 500;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.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 #ebebeb;
}
.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;
}
.crosssell .block-title span {
  background: none!important;
  color: #333333!important;
}
.crosssell .product-block .desc {
  display: none!important;
}
.table-responsive img {
  max-width: 150px;
}
.block-poll li {
  width: 100%;
  float: left;
}
.block-poll li span.label {
  font-size: 13px;
  line-height: 12px;
}
#columns {
  margin-top: 40px;
}
/******************************************************
 * @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
*******************************************************/
.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;
}
.rtl .paneltool {
  right: -322px;
  left: auto;
}
.paneltool.active {
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rtl .paneltool.active {
  right: 0;
  left: auto;
}
.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;
}
.rtl .panelbutton {
  left: -35px;
  right: auto;
}
.editortool .panelbutton {
  top: 517px!important;
}
#ves-paneltool.panel-open .panel-inner {
  right: 0;
}
.rtl #ves-paneltool.panel-open .panel-inner {
  left: 0;
  right: auto;
}
#ves-paneltool h4 {
  margin-bottom: 10px;
}
#ves-paneltool .accordion-group {
  margin-bottom: 5px;
}
#ves-paneltool form > * {
  float: left;
  width: 90%;
}
.rtl #ves-paneltool form > * {
  float: right;
}
#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
*******************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
}
h1 {
  font-size: 21px;
  line-height: 38px;
}
h2 {
  font-size: 24px;
  line-height: 45px;
  font-weight: normal;
}
h3 {
  font-size: 15px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  line-height: 30px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  line-height: 38px;
}
.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;
}
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font-size: 13px;
  color: #6e6e6e;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.button, input {
  height: 38px !important;
  line-height: 1.42857;
}
.radio, .checkbox {
  outline: none!important;
  border: 0!important;
  border-color: transparent!important;
  border-width: 0!important;
}
input, select, textarea {
  width: 100%;
}
.button, input.button {
  background-color: #ab2c2d;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: white;
  font-size: 12px;
  /*font-family:"Open Sans", sans-serif;
font-weight:900;
  font-weight: 400;*/
  margin: 0;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.button:hover, input.button:hover {
  background-color: black;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form-control {
  height: 38px;
}
select, textarea {
  padding: 9px;
}
option {
  padding-right: 10px;
}
.rtl option {
  padding-left: 10px;
  padding-right: inherit;
}
input.qty, input[title="Qty"] {
  display: inline;
  text-align: center;
  width: 60px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
input[type="radio"], input[type="checkbox"] {
  float: left;
  margin: 0;
  border: 0!important;
  width: auto;
  height: 23px !important;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
  float: right;
}
select[multiple], select[size] {
  width: 300px;
}
label {
  padding: 4px;
  font-weight: normal;
  color: #6e6e6e;
}
.label {
  display: table-cell;
}
/* Data Table */
table {
  width: 100%;
  border: 1px solid #d9dde3;
  margin: 10px 0;
  /* Bundle products tables */
}
table .even {
  background: #eeeded;
}
table td.last, table th.last {
  border-right: 0;
}
table th {
  padding: 3px 8px;
  font-weight: bold;
  border-right: 1px solid #d9dde3;
}
.rtl table th {
  border-left: 1px solid #d9dde3;
  border-right: inherit;
}
table td {
  padding: 10px;
}
table tbody th, table tbody td {
  border-bottom: 1px solid #d9dde3;
  border-left: 1px solid #d9dde3;
}
.rtl table tbody th, .rtl table tbody td {
  border-right: 1px solid #d9dde3;
  border-left: inherit;
}
table tbody.odd tr {
  background: #f8f7f5 !important;
}
table tbody.even tr {
  background: #f6f6f6 !important;
}
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 th, .data-table td {
  padding: 10px;
}
.data-table thead {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #E5E5E5;
}
.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 #d9dde3;
  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 #d9dde3;
  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 #EEEEEE;
}
.data-table tr.even {
  background-color: #FBFBFB;
}
.data-table tbody tr.product-shop-row:hover {
  background-color: #FFFFFF;
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.last {
  border-bottom: 1px solid #E5E5E5;
}
.data-table tbody.even {
  background-color: #F5F5F5;
}
.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;
}
.form-list input.input-text {
  max-width: 350px;
}
.back-link {
  text-align: right;
  margin-top: 10px;
}
.rtl .back-link {
  text-align: left;
}
.cart .shipping input.input-text, .cart .shipping select {
  width: 100%;
}
.multiple-checkout select {
  width: auto;
}
/* block */
.block {
  margin-bottom: 20px;
  /* block styles */
}
.block .block-title {
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  position: relative;
}
.block .block-title strong {
  font-weight: 300;
}
.block .block-title strong span {
  background-color: #ab2c2d;
  color: white;
  display: inline-block;
  position: relative;
  padding: 13px 20px;
}
.block .block-title h3 {
  display: inline-block;
  border-bottom: 4px solid #ab2c2d;
  font-size: 20px;
  font-weight:900;
}
.block .block-title h3::before {
  background: white;
  content: "\f006";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  height: 22px;
  line-height: 22px;
  width: 35px;
}
.block .block-content {
  /*padding: $block-module-content-padding;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  background: white;
}
.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 !important;
  margin: 0 !important;
}
.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: #9c9c9c;
}
.block-primary .block-title {
  color: white;
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.block-primary .block-title + .block-collapse .block-content {
  border-top-color: #9c9c9c;
}
.block-primary > .block-footer + .block-collapse .block-body {
  border-bottom-color: #9c9c9c;
}
.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: #ab2c2d;
}
.block-highlighted .block-title {
  color: white;
  background-color: #ab2c2d;
  border-color: #ab2c2d;
}
.block-highlighted .block-title + .block-collapse .block-content {
  border-top-color: #ab2c2d;
}
.block-highlighted > .block-footer + .block-collapse .block-body {
  border-bottom-color: #ab2c2d;
}
.block-highlighted .block-content {
  border-color: #ab2c2d;
  border-width: 2px;
}
.carousel {
  position: relative;
}
.carousel .carousel-control {
  left: auto;
  bottom: auto;
  z-index: 10;
  top: -18px;
  background: white !important;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #888888!important;
  text-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.carousel .carousel-control:hover {
  color: white !important;
  background: #ab2c2d !important;
  -webkit-box-shadow: 0 0 0 1px #ab2c2d inset;
  box-shadow: 0 0 0 1px #ab2c2d inset;
}
/* 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:"Open Sans", sans-serif;
font-weight:900;
  font-size: 16px;
}
.block-inline .input-group {
  width: 98%;
}
/* block tags */
.block-tags .block-title {
  text-align: center;
}
.block-tags .block-title h3:before {
  content: "\f02c";
}
.block-tags .block-content {
  border: 0!important;
}
.block-tags .tags-list li {
  display: inline !important;
  font-size: 15px;
}
.block-tags .tags-list li a:hover {
  text-decoration: underline;
}
.block-tags .actions {
  margin-top: 10px;
}
.sidebar .ves-custom {
  border: none;
}
.sidebar .ves-custom .block-heading {
  border: none;
  background: none;
  color: white;
}
.sidebar .ves-custom .block-heading strong span {
  display: block !important;
}
.sidebar .ves-custom .block-content {
  border: none;
  padding: 10px;
}
.sidebar .block .block-title strong span {
  display: block !important;
}
.sidebar .block .block-content {
  padding: 10px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.sidebar .block .block-title {
  font-size: 15px;
}
.sidebar .module_leftbanner p {
  margin: 0!important;
}
.sidebar .ves-categoriesmenu .block-content, .sidebar .module_leftbanner .block-content {
  padding: 0;
  border: 0;
  background: none;
}
/* 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;
}
/* block style in footer */
#footer .block {
  margin-bottom: 0;
  border: none;
}
#footer .block .block-title {
  border: none;
  background: none;
  color: white;
  padding-left: 0;
}
#footer .block .block-content {
  border: none;
  padding: 0;
  background: transparent;
}
.col-padding {
  padding: 0 10px;
}
/******************************************************
 * @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
*******************************************************/
.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 {
  font-size: 13px !important;
}
.btn-outline-inverse {
  color: white;
  background-color: #ab2c2d;
  border-color: #ab2c2d;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.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: #ab2c2d;
  border-color: #ab2c2d;
}
.btn-outline-inverse .badge {
  color: #ab2c2d;
  background-color: white;
}
.btn-outline {
  color: white;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  background-color: #ab2c2d;
  border-color: #ab2c2d;
}
.open .btn-outline.dropdown-toggle {
  color: white;
  background-color: #ab2c2d;
  border-color: #ab2c2d;
}
.btn-outline:active, .btn-outline.active {
  background-image: none;
}
.open .btn-outline.dropdown-toggle {
  background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  background-color: #222222;
  border-color: #222222;
}
.btn-outline .badge {
  color: #222222;
  background-color: white;
}
#checkout-step-billing .form-list input.input-text {
  max-width: 295px;
}
/******************************************************
 * $package Ves Magento Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $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
 *******************************************************/
body.layout-boxed-md {
  background: url("../images/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 960px;
  -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: 1190px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}
.full-width {
  position: static!important;
}
/*
* HEADER 
*/
.top-search .form-search {
  position: relative;
  margin: 0 0;
  width: 100%;
  padding-right: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.rtl .top-search .form-search {
  padding-left: 7px;
  padding-right: inherit;
}
.rtl .top-search .form-search {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: inherit;
}
.top-search .form-search input {
  padding-left: 10px;
  border: 1px solid #dddddd;
  border-radius: 0;
  height: 40px;
  font-size: 13px;
  width: 100%;
  color: #999999;
  background: transparent;
}
.rtl .top-search .form-search input {
  padding-right: 10px;
  padding-left: inherit;
}
.top-search .form-search input:hover, .top-search .form-search input:focus {
  border-color: #fff;
}
.top-search .form-search button.button-search {
  color: black;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 38px;
  position: absolute;
  right: 7px;
  top: 0;
  text-align: center;
  border: 0;
  background: transparent;
  margin-top: 0;
  font-size: 13px;
}
.rtl .top-search .form-search button.button-search {
  left: 7px;
  right: auto;
}
.top-search .form-search .search-autocomplete {
  z-index: 999;
  left: 40px;
  top: 22px !important;
}
.rtl .top-search .form-search .search-autocomplete {
  right: 40px;
  left: auto;
}
.top-search .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  text-align: right;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  padding: 2px 8px 1px 8px;
}
.top-search .form-search .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.rtl .top-search .form-search .search-autocomplete ul li .amount {
  float: left;
}
.top-search .form-search .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}
#header-main {
  min-height: 90px;
  color: #666666;
  background: white;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}
.rtl #header-main .inner {
  text-align: right;
}
#logo-theme {
  display: block;
  background: transparent;
}
#logo-theme strong.logo-title {
  display: none;
}
.logo {
  display: block;
  background: transparent;
}
.logo strong.logo-title {
  display: none;
}
.promotion {
  width: 100%;
  float: left;
}
.rtl .promotion {
  float: right;
}
.promotion .fa {
  font-size: 35px;
  float: left;
  padding-right: 8px;
  color: #333333;
}
.rtl .promotion .fa {
  float: right;
}
.rtl .promotion .fa {
  padding-left: 8px;
  padding-right: inherit;
}
.promotion a {
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
}
.promotion .over {
  float: left;
  padding-left: 35px;
  width: 33%;
}
.rtl .promotion .over {
  float: right;
}
.rtl .promotion .over {
  padding-right: 35px;
  padding-left: inherit;
}
.promotion .over:hover .fa, .promotion .over:hover a {
  color: #ab2c2d !important;
}
#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;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 13px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: white;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 160px;
  display: none;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  background: white;
  padding: 15px;
  text-align: left;
}
#header .link-account.inner {
  line-height: 34px;
  text-align: right;
}
.rtl #header .link-account.inner {
  text-align: left;
}
#ves-masshead .inner {
  background: #eeeeee;
  color: #aab2bd;
  padding: 8px 0;
}
#ves-masshead .inner a {
  color: #aab2bd;
}
#ves-masshead .inner a:hover {
  color: #b8bfc8;
}
/*
* NAVIGATION
*/
/*
* SLIDESHOW 
*/
#ves-slideshow .lush-slider {
  border: none!important;
  overflow: hidden!important;
}
#ves-slideshow .lush-slider .lush-prev,
#ves-slideshow .lush-slider .lush-next {
  opacity: 0;
}
#ves-slideshow .lush-slider:hover .lush-prev,
#ves-slideshow .lush-slider:hover .lush-next {
  opacity: 1;
}
#ves-slideshow .lush-slider.active {
  display: block!important;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  overflow: visible!important;
}
#ves-slideshow .lush-slider .lush-nav {
  opacity: 1;
  left: 0;
  height: 0;
  line-height: 320px!important;
  top: 42%;
  text-align: center;
  width: 100%;
}
#ves-slideshow .lush-slider .lush-nav .lush-prev,
#ves-slideshow .lush-slider .lush-nav .lush-next {
  background: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  color: white;
  height: 64px;
  width: 28px;
  line-height: 60px;
  text-align: center;
  position: absolute;
}
#ves-slideshow .lush-slider .lush-nav .lush-prev:hover, #ves-slideshow .lush-slider .lush-nav .lush-prev:focus,
#ves-slideshow .lush-slider .lush-nav .lush-next:hover,
#ves-slideshow .lush-slider .lush-nav .lush-next:focus {
  background: #ab2c2d;
  text-decoration: none;
}
#ves-slideshow .lush-slider .lush-nav .lush-prev {
  left: 0;
}
#ves-slideshow .lush-slider .lush-nav .lush-next {
  right: 0;
}
#ves-slideshow .lush-slider .lush-nav .lush-page {
  opacity: 1;
  height: 6px;
  margin: 0 6px;
  text-indent: -9999px;
  width: 28px;
  position: relative;
  vertical-align: bottom;
  background: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
}
#ves-slideshow .lush-slider .lush-nav .lush-page.current {
  border: 1px solid #ab2c2d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f68d8d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f68d8d;
}
/*
* SHOWCASE 
*/
#ves-showcase .block .block-content {
  background: transparent;
  padding-top: 10px;
}
/*
* PROMOTION TOP 
*/
#ves-promotion {
  background: white;
  border-bottom: 1px solid #dddddd;
}
/*
* MAIN CONTENT
*/
#content {
  min-height: 400px;
  background: white;
  box-shadow: 0 1px 0 1px #dddddd;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 20px;
}
.cms-index-index .std {
  display: none;
}
.cms-index-index #columns {
  margin-top: 20px!important;
}
#ves-columns-right {
  padding: 0 10px;
  margin: 0 -10px;
}
#ves-columns-left {
  padding: 0 10px;
  margin: 0 -10px;
}
.cms-index-index #ves-columns-left, .cms-index-index #content, .catalog-category-view #ves-columns-left, .catalog-category-view #content, .catalog-product-view #ves-columns-left, .catalog-product-view #content {
  margin: 0;
  padding: 0;
}
.catalog-category-view .col2-left-layout {
  background: #ffffff;
  border-left: 1px solid #dddddd;
  box-shadow: 0 2px 0 0 #dddddd;
}
.rtl .catalog-category-view .col2-left-layout {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
#ves-massbottom .block {
  display: block;
  margin: 0;
}
#ves-massbottom .block .block-content {
  z-index: 3;
  padding: 60px 0 40px;
  background: none;
  text-align: center;
  color: white;
}
#ves-massbottom .block .block-content .icon-pretext {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  display: inline-block;
  border-radius: 50%;
}
#ves-massbottom .block .block-content .icon-pretext:before {
  font-family: Georgia, serif;
  content: "\201C";
  font-size: 50px;
}
.custom-static1 {
  text-align: center;
}
.custom-static1 .item {
  color: #777777;
  display: block;
  font-size: 13px;
  text-transform: none;
  font-style: italic;
}
.custom-static1 h3 {
  line-height: 20px;
}
.custom-static1 h3 a {
  color: #333333;
}
.custom-static1 li {
  line-height: 25px;
  list-style-type: disc;
  margin-left: 12px;
}
.rtl .custom-static1 li {
  margin-right: 12px;
  margin-left: inherit;
}
.custom-static1 li a:hover {
  text-decoration: none;
}
.contentBottom .custom-static {
  padding: 30px 8px;
  text-align: center;
}
/*end*/
/* FOOTER */
#footer {
  background: #2a242f;
  min-height: 90px;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  position: relative;
}
#footer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#footer ul, #footer ol {
  list-style: none;
}
#footer ul li, #footer ol li {
  padding: 5px 0px;
}
#footer h3 {
  padding-bottom: 15px;
  color: white;
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
#footer p {
  margin: 0 0 8px;
}
#footer a {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  color: #999999;
}
#footer .footer-links {
  padding: 40px 0;
  float: left;
}
.rtl #footer .footer-links {
  float: right;
}
#footer .footer-links li > a {
  text-transform: uppercase;
  font-size: 12px;
}
.footer-top {
  background: #352e3a;
  color: #999999;
}
.footer-center {
  position: relative;
  background: #2a242f;
}
.footer-center .inner {
  background: transparent;
  color: #999999;
  border-bottom: 1px solid #38323d;
}
.footer-center .inner a {
  color: #999999;
}
.footer-center .inner a:hover {
  color: #a6a6a6;
}
.footer-center .ft-left {
  border-right: 1px solid #38323d;
  margin-right: -1px;
}
.rtl .footer-center .ft-left {
  border-left: 1px solid #38323d;
  border-right: inherit;
}
.rtl .footer-center .ft-left {
  margin-left: -1px;
  margin-right: inherit;
}
.footer-center .ft-right {
  border-left: 1px solid #38323d;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
}
.rtl .footer-center .ft-right {
  border-right: 1px solid #38323d;
  border-left: inherit;
}
.rtl .footer-center .ft-right {
  padding-right: 15px;
  padding-left: inherit;
}
.footer-center .logo-inner {
  margin: 25px 0;
}
.footer-center .footer-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  border-bottom: 1px solid #38323d;
}
.rtl .footer-center .footer-banner {
  padding-left: 15px;
  padding-right: inherit;
}
.footer-center .custom-footer-links .fa-angle-left {
  display: none;
}
.footer-center a:hover {
  color: #ab2c2d !important;
  text-decoration: none;
}
.footer-center a:hover a {
  color: #ab2c2d;
}
.footer-center .info li {
  padding: 3px 0!important;
}
.footer-center .info .fa {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #999999;
  color: white;
  line-height: 22px;
  text-align: center;
  padding: 0;
  margin-right: 8px;
}
.rtl .footer-center .info .fa {
  margin-left: 8px;
  margin-right: inherit;
}
.footer-center .info li:hover .fa {
  background: #ab2c2d;
}
.footer-center .aboutus em,
.footer-center .locations em {
  background: #333;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-right: 0;
}
.footer-bottom {
  display: none;
  position: relative;
  background: #171717;
}
.footer-bottom .inner {
  background: #171717;
  color: #aab2bd;
  padding: 30px 0;
}
.footer-bottom .inner a {
  color: #aab2bd;
}
.footer-bottom .inner a:hover {
  color: #b8bfc8;
}
/* POWER BY */
#powered {
  position: relative;
  margin: 0;
  clear: both;
  background: transparent;
  min-height: 74px;
  line-height: 30px;
  padding: 40px 0;
  color: #999999;
  font-family: "proximanovalight";
  font-size: 13px;
  position: relative;
  text-align: center;
}
#powered a {
  color: white;
}
#powered address {
  margin: 0;
}
#powered br {
  display: none;
}
#ves-mainnav {
  background: white;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  position: relative;
}
.ves-megamenu {
  background: transparent;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.ves-megamenu .ves-colorbox {
  display: none !important;
}
.ves-megamenu .navbar-collapse {
  padding: 0;
}
.ves-megamenu .navbar-inverse {
  background: transparent;
}
.ves-megamenu .navbar {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  min-height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ves-megamenu h3 {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}
.ves-megamenu h3 a {
  color: #333333;
}
.ves-megamenu h3 a:hover {
  color: #ab2c2d;
}
.ves-megamenu .navbar-nav {
  float: left;
}
.rtl .ves-megamenu .navbar-nav {
  float: right;
}
.ves-megamenu .navbar-nav > li {
  float: left;
}
.rtl .ves-megamenu .navbar-nav > li {
  float: right;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
.ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.ves-megamenu .navbar-nav > li > a {
  line-height: 50px;
  padding: 0 24px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  font-weight: 400;
}
.ves-megamenu .navbar-nav > li > a:hover, .ves-megamenu .navbar-nav > li > a:focus, .ves-megamenu .navbar-nav > li > a:active {
  color: #ab2c2d;
  background: transparent;
}
.ves-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: relative;
}
.ves-megamenu .navbar-nav > li > a .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  font-weight: normal;
  color: black;
  right: -15px;
  top: -26px;
}
.rtl .ves-megamenu .navbar-nav > li > a .caret:before {
  left: -15px;
  right: auto;
}
.ves-megamenu .navbar-nav > li:hover > a .caret:before, .ves-megamenu .navbar-nav > li:active > a .caret:before {
  color: #ab2c2d;
}
.ves-megamenu .navbar-nav > li.active a {
  background: none;
  color: #ab2c2d;
}
.ves-megamenu .navbar-nav > li.active a:hover, .ves-megamenu .navbar-nav > li.active a:focus, .ves-megamenu .navbar-nav > li.active a:active {
  color: #ab2c2d;
  background: transparent;
}
.ves-megamenu .navbar-nav > li.active a::before {
  border-top: 3px solid #ab2c2d;
  content: "";
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  height: 3px;
}
.rtl .ves-megamenu .navbar-nav > li.active a::before {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li.active .caret:before {
  color: #ab2c2d;
}
.ves-megamenu .widget-product-list .w-product {
  float: left;
  margin-right: 14px;
}
.rtl .ves-megamenu .widget-product-list .w-product {
  float: right;
}
.rtl .ves-megamenu .widget-product-list .w-product {
  margin-left: 14px;
  margin-right: inherit;
}
.ves-megamenu .dropdown-menu {
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  height: auto;
  z-index: -1;
  font-weight: 400;
  color: #6e6e6e;
  border: 0;
  min-width: 185px;
  font-family: "proximanovalight";
  padding: 20px;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
}
.rtl .ves-megamenu .dropdown-menu {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown-menu li {
  line-height: 30px;
}
.ves-megamenu .dropdown-menu li a {
  color: black;
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 12px;
}
.rtl .ves-megamenu .dropdown-menu li a {
  text-align: right;
}
.ves-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #ab2c2d !important;
}
.ves-megamenu .dropdown-menu li a:hover .fa {
  color: #ab2c2d;
}
.ves-megamenu .dropdown-menu a::before {
  border-top: 0!important;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col {
  border: 0;
  padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col .mega-col-inner {
  padding: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col {
  border: 0;
  padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image {
  padding-top: 10px;
  overflow: hidden;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ves-megamenu .dropdown-menu .menu-title {
  font-size: 15px;
}
.ves-megamenu .dropdown {
  display: block;
}
.ves-megamenu .dropdown:hover > .dropdown-menu {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
.ves-megamenu .dropdown:hover > a {
  color: #ab2c2d;
  background: transparent;
}
.ves-megamenu .dropdown:hover > a .fa {
  color: #ab2c2d;
}
.ves-megamenu .dropdown-submenu {
  position: relative;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
}
.rtl .ves-megamenu .dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto;
}
.ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 0;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  font-family: "proximanovalight";
  margin-bottom: 12px;
  color: #333333!important;
}
.ves-megamenu .mega-group > .dropdown-toggle .fa {
  color: white;
}
.ves-megamenu .widget-title {
  color: black;
}
.ves-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.ves-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.ves-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.ves-megamenu .dropdown-mega .menu-title {
  font-size: 13px;
}
.ves-megamenu .dropdown-mega .menu-title:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 8px;
}
.ves-megamenu .dropdown-mega .menu-title:after {
  content: "\f0d9";
  font-family: FontAwesome;
  padding-left: 8px;
  float: right;
  display: none;
}
.ves-megamenu .dropdown-mega .mega-col-inner {
  border-right: 0;
}
.ves-megamenu .custom-top {
  margin-bottom: 30px;
}
.nav-main {
  min-height: 50px;
}
/*
 *
 * 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: #ab2c2d;
  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: #ab2c2d;
}
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: #ab2c2d;
}
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: #ab2c2d;
}
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #ab2c2d;
}
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: #ab2c2d;
}
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: #ab2c2d;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.rtl div.verticalmenu .dropdown-menu ul li a {
  text-align: right;
}
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: "proximanovalight";
  font-size: 12px;
  text-align: left;
}
.rtl div.verticalmenu .dropdown-menu .dropdown-toggle {
  text-align: right;
}
div.verticalmenu .dropdown-menu .action {
  display: none;
}
/*Navigation default*/
#ves-mainnav .nav-container #nav li {
  float: left;
  padding: 0;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl #ves-mainnav .nav-container #nav li {
  float: right;
}
.rtl #ves-mainnav .nav-container #nav li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: inherit;
}
#ves-mainnav .nav-container #nav li a {
  line-height: 52px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  padding: 0 24px;
  text-decoration: none;
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
#ves-mainnav .nav-container #nav li a span {
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  background-color: transparent!important;
  font-weight: 400;
}
#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: #ab2c2d !important;
}
#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: #171717 !important;
  border-top-color: #171717 !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 #ebebeb;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 40%;
  position: absolute;
  z-index: 2222;
}
#ves-mainnav .nav-container #nav li div {
  position: absolute;
  width: 15em;
  top: 100%;
  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: 100%;
  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: "Raleway";
  -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: #ab2c2d;
}
#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: 100px;
}
.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: 100px;
  left: auto;
}
#ves-mainnav .nav-container #nav li .shown-sub li {
  border: 0;
}
/*Tree menu RTL  */
#ves-accordion li a {
  float: left;
}
.rtl #ves-accordion li a {
  float: right;
}
#ves-accordion .head {
  float: right;
}
.rtl #ves-accordion .head {
  float: left;
}
#ves-accordion ul li a {
  background-position: left center;
  padding-left: 10px;
}
.rtl #ves-accordion ul li a {
  background-position: right center;
}
.rtl #ves-accordion ul li a {
  padding-right: 10px;
  padding-left: inherit;
}
/* Topbar */
#topbar {
  padding: 0;
  min-height: 40px;
  font-weight: 300;
  font-size: 12px;
  background: #352e3a;
  color: #999999;
}
#topbar a {
  color: #999999;
}
#topbar a:hover {
  color: #ab2c2d;
}
#topbar a {
  font-size: 12px;
  color: #999999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#topbar a:hover {
  color: #ab2c2d !important;
  background-color: none!important;
  text-decoration: none;
}
#topbar .info-services {
  text-align: right;
  line-height: 38px;
}
.rtl #topbar .info-services {
  text-align: left;
}
#topbar .info-services p {
  margin: 0!important;
}
#topbar .caret {
  margin-left: 5px;
}
.rtl #topbar .caret {
  margin-right: 5px;
  margin-left: inherit;
}
#topbar .welcome-msg {
  padding-right: 15px;
}
.rtl #topbar .welcome-msg {
  padding-left: 15px;
  padding-right: inherit;
}
#topbar .welcome-msg a {
  color: #ab2c2d !important;
}
#topbar .links, #topbar .toplinks-wrap {
  float: left;
}
.rtl #topbar .links, .rtl #topbar .toplinks-wrap {
  float: right;
}
#topbar .links-outline a {
  color: #ab2c2d;
}
#topbar .info-services .fa {
  font-size: 18px;
  color: white;
}
#topbar .dropdown {
  position: relative;
  display: block!important;
}
#topbar .dropdown .dropdown-toggle {
  width: auto;
  display: block!important;
  line-height: 40px;
  height: 40px;
  color: #999999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  cursor: pointer;
  padding: 0 15px;
}
#topbar .dropdown .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 9999 !important;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  transform: translateY(10%);
  visibility: hidden;
  -webkit-box-shadow: 0 1px 3px lightgrey;
  box-shadow: 0 1px 3px lightgrey;
  margin: 0;
}
.rtl #topbar .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
#topbar .dropdown .dropdown-menu a {
  color: #666666;
}
#topbar .dropdown:hover .dropdown-toggle {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #ab2c2d;
}
#topbar .dropdown:hover .dropdown-toggle a {
  color: #ab2c2d !important;
}
#topbar .dropdown:hover .dropdown-menu {
  -webkit-transition: all 500ms cubic-bezier(0.09, 0.68, 0, 0.99) 0s;
  transition: all 500ms cubic-bezier(0.09, 0.68, 0, 0.99) 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0px);
  visibility: visible;
  z-index: 10;
  border: 0;
}
#topbar .language .form-currency li {
  display: inline;
  padding: 0!important;
}
#topbar .language .form-currency a {
  padding: 0 8px;
}
#topbar .language a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.rtl #topbar .language a {
  background-position: right center;
}
.rtl #topbar .language a {
  padding-right: 25px;
  padding-left: inherit;
}
#topbar .language li {
  padding-top: 5px;
  padding-left: 15px;
}
.rtl #topbar .language li {
  padding-right: 15px;
  padding-left: inherit;
}
#topbar .topLinks, #topbar .language, #topbar .currency, .topMenu {
  float: left;
  display: inline-block;
}
.rtl #topbar .topLinks, .rtl #topbar .language, .rtl #topbar .currency {
  float: right;
}
#topbar .language, #topbar .currency {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.rtl #topbar .language, .rtl #topbar .currency {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: inherit;
}
#topbar .topLinks {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#topbar .topLinks .links li {
  display: block;
}
#topbar .topLinks .links li > a {
  background: transparent;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 3px 8px;
  line-height: 22px;
  position: relative;
}
#topbar .topLinks .links li > a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 8px;
}
#topbar .topLinks .links li > a:after {
  content: "\f0d9";
  font-family: FontAwesome;
  float: right;
  padding-left: 8px;
  display: none;
}
/** Module my cart**/
.cart-top {
  float: right;
  padding-right: 5px;
}
.rtl .cart-top {
  float: left;
}
.rtl .cart-top {
  padding-left: 5px;
  padding-right: inherit;
}
.cart-top #cart {
  position: absolute;
  background: #ab2c2d;
  right: 0;
  padding-right: 20%;
  top: 0;
  height: 54px;
}
.rtl .cart-top #cart {
  left: 0;
  right: auto;
}
.rtl .cart-top #cart {
  padding-left: 20%;
  padding-right: inherit;
}
.cart-top #cart::before {
  content: "";
  position: absolute;
  border-top: 54px solid #ffffff;
  border-right: 18px solid #ab2c2d;
}
.rtl .cart-top #cart::before {
  border-left: 18px solid #ab2c2d;
  border-right: inherit;
}
.cart-top #cart .cart-inner {
  text-align: left;
  margin-left: 5px;
  padding-top: 11px;
}
.rtl .cart-top #cart .cart-inner {
  text-align: right;
}
.rtl .cart-top #cart .cart-inner {
  margin-right: 5px;
  margin-left: inherit;
}
.cart-top #cart .inner-toggle .product-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  float:left;
  width:100%;
}
.cart-top #cart .inner-toggle .product-block:hover {
  box-shadow: none;
}
.cart-top #cart .inner-toggle .product-block .product-details {
  text-align: left;
  width: 66%;
}
.rtl .cart-top #cart .inner-toggle .product-block .product-details {
  text-align: right;
}
.cart-top #cart .inner-toggle .product-block .product-details .product-name {
  display: inline-block;
  width: 100%;
}
.cart-top #cart .inner-toggle .product-block .image.pull-left {
  width: 25%;
}
.cart-top #cart .inner-toggle .subtotal {
  background: #eeeeee;
  padding: 8px 0;
  text-align: center;
}
.cart-top #cart .inner-toggle .subtotal .price {
  font-weight: bold;
}
.cart-top #cart .heading .icon-cart {
  width: 38px;
  height: 38px;
  background: white;
  line-height: 35px;
  border: 3px solid #ab2c2d;
  border-radius: 50%;
  text-align: center;
  top: 7px;
  left: -8px;
  position: relative;
}
.rtl .cart-top #cart .heading .icon-cart {
  right: -8px;
  left: auto;
}
.cart-top #cart .heading .icon-cart .fa {
  color: #ab2c2d;
  font-size: 14px;
}
.cart-top #cart .heading h3 {
  line-height: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.cart-top #cart .heading a {
  cursor: pointer;
  color: white;
  font-size: 12px;
}
.cart-top #cart .heading a:hover {
  text-decoration: underline;
}
.cart-top #cart .content {
  color: #777777;
  min-width: 275px;
  max-width: 350px;
  width:100%;
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .cart-top #cart .content {
  right: 0;
  left: auto;
}
.cart-top #cart .content .block-cart {
  background-color: white;
  padding: 20px;
}
.cart-top #cart .content .block-cart a {
  color: #777777;
}
.cart-top #cart .content .block-cart .amount {
  margin-top: 10px;
}
.cart-top #cart .content .block-cart .amount a {
  font-weight: bold;
}
.cart-top #cart.active .content {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
/** apply general product block **/
.sidebar .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  padding: 0;
}
.sidebar .product-label {
  display: none;
}
/*  */
/*Autosearch*/
.ves-autosearch .search_box {
  border: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
}
.ves-autosearch .search_box .button-search {
  color: #171717;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  position: relative;
  top: -38px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  float: right;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.rtl .ves-autosearch .search_box .button-search {
  float: left;
}
.rtl .ves-autosearch .search_box .button-search {
  right: 0;
  left: auto;
}
.ves-autosearch .search_box .search-input-wrapper {
  position: relative;
  width: 80%;
}
.ves-autosearch .search_box .search {
  width: 65%;
  height: 38px;
}
.ves-autosearch .search_box .search .form-control {
  height: 36px;
}
.ves-autosearch .search_box .category_filter {
  position: relative;
  left: -1px;
  width: 30%;
  border: 1px solid #ebebeb;
  height: 38px;
}
.rtl .ves-autosearch .search_box .category_filter {
  right: -1px;
  left: auto;
}
.ves-autosearch .search_box .category_filter select {
  height: 36px;
  font-size: 13px;
  color: #9c9c9c;
  padding: 6px;
  background-color: #fff;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.ves-autosearch .search_box .category_filter span {
  background-color: white;
  color: #000000;
  width: 30px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 36px;
  padding: 0 10px;
}
.rtl .ves-autosearch .search_box .category_filter span {
  left: 0;
  right: auto;
}
ul.ui-autocomplete {
  z-index: 9999!important;
  width: 300px;
  cursor: default;
  position: fixed;
  top: 110px !important;
  border-radius: 0;
}
ul.ui-autocomplete .active {
  border: solid 1px #CCCCCC;
}
ul.ui-autocomplete li {
  display: block;
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #fff !important;
  padding: 10px;
}
ul.ui-autocomplete li img {
  cursor: pointer;
  width: 60px;
  height: 60px;
}
ul.ui-autocomplete li .name {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
ul.ui-autocomplete li .name:hover {
  color: #7bbd42;
}
ul.ui-autocomplete li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
.rtl ul.ui-autocomplete li a {
  float: left;
}
.ves-categoriesmenu .block-title {
  margin-bottom: 0;
  text-align: center;
}
.ves-categoriesmenu .block-title strong span {
  background: #ab2c2d;
  color: white;
  font-size: 24px;
  padding-top: 25px;
}
.ves-categoriesmenu .block-content {
  background: #ffffff !important;
}
/* contact form*/
.contact-content h3 {
  line-height: 60px;
}
.contact-info {
  margin-bottom: 20px;
}
.contact-info .media {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.contact-info .media .fa {
  background-color: #4E515A;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 30px;
}
.rtl .contact-info .media .fa {
  float: right;
}
.rtl .contact-info .media .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.contact-info .media:hover .fa {
  background-color: #ab2c2d;
}
/* social internal module */
.social li {
  display: inline-block;
}
.social li a {
  text-align: center;
  display: inline-block;
  display: inline-block;
  height: 30px;
  width: 30px;
  color: white !important;
  font-size: 17px;
  line-height: 30px;
  border-radius: 2px;
  margin-right: 1px;
}
.rtl .social li a {
  margin-left: 1px;
  margin-right: inherit;
}
.social li a:hover {
  background: white;
}
.social li span {
  display: none;
}
.social li .social-facebook {
  background-color: #5d82d1;
}
.social li .social-facebook:hover {
  color: #5d82d1!important;
}
.social li .social-twitter {
  background-color: #40bff5;
}
.social li .social-twitter:hover {
  color: #40bff5!important;
}
.social li .social-google {
  background-color: #eb5e4c;
}
.social li .social-google:hover {
  color: #eb5e4c!important;
}
.social li .dribbble {
  background-color: #f7659c;
}
.social li .dribbble:hover {
  color: #f7659c!important;
}
.social li .skype {
  background-color: #139cf3;
}
.social li .skype:hover {
  color: #139cf3!important;
}
.social li .social-tube {
  background-color: #ef4e41;
}
.social li .social-tube:hover {
  color: #ef4e41!important;
}
.block-subscribe label {
  color: #999999;
  margin-bottom: 30px;
  padding: 0;
}
.block-subscribe .input-box {
  width: 100%;
  float: left;
}
.rtl .block-subscribe .input-box {
  float: right;
}
.block-subscribe .input-box input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  box-shadow: none!important;
}
.block-subscribe .input-box input:focus {
  border-color: #ebebeb;
}
.block-subscribe .actions {
  position: absolute;
  right: 0;
}
.rtl .block-subscribe .actions {
  left: 0;
  right: auto;
}
.block-subscribe .button {
  border-radius: 0!important;
  font-size: 12px;
  color: #ab2c2d;
  background: transparent;
}
.block-subscribe .validation-advice {
  padding-top: 10px;
}
/* back top top */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  background: #ab2c2d;
  color: white !important;
  bottom: 80px;
  right: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  border-radius: 50%;
  text-decoration: none!important;
  z-index: 999999;
}
.rtl .scrollup {
  left: 20px;
  right: auto;
}
.scrollup .fa {
  display: block;
  font-weight: bold;
}
.call-online {
  line-height: 40px;
  color: #ab2c2d;
  text-transform: uppercase;
}
.call-online span {
  color: white;
  padding-right: 5px;
}
.quick-access {
  line-height: 40px;
}
.quick-access a {
  color: white;
}
.quick-access a:hover {
  color: #ab2c2d;
}
#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: 2;
  border-radius: 2;
  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 {
  background: white;
}
.block-layered-nav .block-title {
  text-align: center;
}
.block-layered-nav .block-title h3:before {
  content: "\f097";
}
.block-layered-nav .block-content {
  border: 0!important;
}
.block-layered-nav .block-subtitle {
  line-height: 60px;
  margin: 0;
}
.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;
  color: #323232;
  font-family: "proximanovalight";
  font-weight: 400;
  font-size: 13px;
  position: 0;
}
.block-layered-nav .currently .value {
  display: inline-block;
  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;
}
.block-layered-nav .actions a {
  float: none;
}
.block-layered-nav dt {
  border-top: 1px solid #ddd;
  color: #323232;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 15px 0;
  text-align: left;
}
.rtl .block-layered-nav dt {
  text-align: right;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
  border-bottom: 0 none;
}
.block-layered-nav dd {
  padding-left: 20px;
  color: #777777;
}
.rtl .block-layered-nav dd {
  padding-right: 20px;
  padding-left: inherit;
}
.block-layered-nav dd.last {
  border-bottom: 0 none;
}
.block-layered-nav dd li {
  line-height: 100%;
  margin: 0 0 20px 0;
  text-align: left;
  text-align: left;
  width: 100%;
}
.rtl .block-layered-nav dd li {
  text-align: right;
}
.block-layered-nav dd li a {
  padding: 0;
}
.block-layered-nav dd li a:hover {
  color: #ab2c2d;
  text-decoration: none;
}
.block-layered-nav dd .price {
  background: 0;
  display: inline-block;
  font-size: 100%;
  padding: 0;
  font-weight: 400;
  font-family: "proximanovalight";
}
.block-layered-nav dd.inactive {
  border-bottom: 0 none;
  padding: 0;
}
.block-layered-nav li {
  list-style: none;
}
.ves-slideshow .ves-caption {
  border-style: none;
  border-width: 0;
}
.ves-slideshow .ves-caption.normal-caption {
  color: #FFF;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.ves-slideshow .ves-caption.big-caption {
  color: #FFF;
  text-transform: uppercase;
}
.ves-slideshow .shop-now {
  background-color: #ab2c2d;
  border-radius: 2px;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ves-slideshow .shop-now:hover {
  background-color: black;
}
.ves-slideshow .vescontentslider .carousel-indicators li.active {
  background: #ab2c2d !important;
}
.producttabs {
  margin: 0!important;
}
.producttabs .carousel-inner {
  padding: 0 2px 50px;
}
.producttabs .carousel-inner:hover {
  overflow: visible;
}
.carousel-control.left, .carousel-control.right {
  background: white;
  color: #000000!important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #6e6e6e;
  text-shadow: none;
  height: 60px;
  width: 40px;
  line-height: 55px;
  top: 35%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.carousel-control.left:hover, .carousel-control.right:hover {
  background: #ab2c2d;
  color: white !important;
}
.carousel-control.left {
  left: -25px;
}
.carousel-control.right {
  right: -25px;
}
.productcarousel {
  padding-top: 30px;
  margin-bottom: 0;
}
.productcarousel .product-col {
  border-top: 1px solid #dddddd;
}
.productcarousel .carousel-control.left, .productcarousel .carousel-control.right {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.productcarousel:hover .carousel-control.left, .productcarousel:hover .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.productcarousel .block-title, .ves-brandcarousel .block-title {
  margin-bottom: 25px;
  color: #000000;
  text-align: center;
}
.productcarousel .wrap-item, .ves-brandcarousel .wrap-item {
  height: auto;
}
.productcarousel .product-block:hover, .ves-brandcarousel .product-block:hover {
  box-shadow: none;
}
.productcarousel2 .block-title h3:before {
  content: "\f02b";
}
.productcarousel3 .block-title h3:before {
  content: "\f097";
}
.productcarousel4 .block-title h3:before {
  content: "\f08d";
}
.ves-brandcarousel .block-title h3:before {
  content: "\f097";
}
.ves-brandcarousel .block-content {
  padding: 20px 0;
}
.ves-brandcarousel .carousel-controls {
  margin: 20px auto;
  position: relative;
  width: 0;
}
.ves-brandcarousel .carousel-control {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 21px;
}
.ves-brandcarousel .item-inner {
  display: inline-block;
  text-align: center;
}
.ves-brandcarousel .item-inner img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
.ves-brandcarousel .item-inner:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
.block.carosel1 .block-title strong span:before {
  background-position: 0 -54px;
}
.block.carousel3 .block-title strong span:before {
  background-position: 0 -260px;
}
.block.venus-latest-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 3% 0 6%;
}
.block.venus-latest-block .block-title {
  text-align: center;
  margin-bottom: 20px;
  color: white;
}
.block.venus-latest-block .block-title h3:before {
  background: #352e3a;
  content: "\f044";
}
.block.venus-latest-block .block-title h3 {
  padding-bottom: 0!important;
}
.block.venus-latest-block .latest-col {
  padding: 0 10px;
  width: 25%;
}
.block.venus-latest-block .block-content {
  background: none;
  margin: 0 -10px;
}
.block.venus-latest-block .post-name {
  float: left;
  min-height: 40px;
}
.rtl .block.venus-latest-block .post-name {
  float: right;
}
.block.venus-latest-block .post-name h4 {
  font-family:"Open Sans", sans-serif;
font-weight:900;
  line-height: 18px!important;
}
.block.venus-latest-block .post-name h4 a {
  color: white !important;
  font-size: 12px;
}
.block.venus-latest-block .post-name h4 a:hover {
  color: #ab2c2d !important;
}
.block.venus-latest-block .latest-description {
  float: left;
}
.rtl .block.venus-latest-block .latest-description {
  float: right;
}
.block.venus-latest-block .blog-meta {
  padding: 6px 0 10px;
}
.block.venus-latest-block .blog-readmore {
  display: none;
}
.block.venus-latest-block .blog-updated {
  margin-left: 30px;
}
.rtl .block.venus-latest-block .blog-updated {
  margin-right: 30px;
  margin-left: inherit;
}
.block.venus-latest-block div.post-image {
  float: left;
}
.rtl .block.venus-latest-block div.post-image {
  float: right;
}
.block.venus-latest-block .created-date {
  color: white !important;
  background: #ab2c2d;
  padding: 5px!important;
  bottom: 10px;
  position: absolute;
  line-height: 25px;
  font-size: 11px!important;
  text-transform: uppercase!important;
  left: 0;
}
.rtl .block.venus-latest-block .created-date {
  right: 0;
  left: auto;
}
.block.venus-latest-block .created-date::before {
  content: "";
  position: absolute;
  border-top: 35px solid transparent;
  border-right: 8px solid #ab2c2d;
  top: 0;
  left: -8px;
}
.rtl .block.venus-latest-block .created-date::before {
  border-left: 8px solid #ab2c2d;
  border-right: inherit;
}
.rtl .block.venus-latest-block .created-date::before {
  right: -8px;
  left: auto;
}
.block.venus-latest-block .created-date::after {
  content: "";
  position: absolute;
  border-bottom: 35px solid transparent;
  border-left: 8px solid #ab2c2d;
  top: 0;
  right: -8px;
}
.rtl .block.venus-latest-block .created-date::after {
  border-right: 8px solid #ab2c2d;
  border-left: inherit;
}
.rtl .block.venus-latest-block .created-date::after {
  left: -8px;
  right: auto;
}
.venus-blog-menu .block-content {
  padding: 0 10px 10px!important;
}
.venus-blog-menu li {
  border-top: 1px dashed #e3e3e3;
  padding: 12px 0;
  text-transform: uppercase;
}
.venus-blog-menu li:first-child {
  border: none;
}
.leading-posts .blog-title {
  margin: 15px 0;
}
.leading-posts .ves-description {
  float: left;
}
.rtl .leading-posts .ves-description {
  float: right;
}
.leading-posts .blog-botm {
  float: left;
  width: 100%;
}
.rtl .leading-posts .blog-botm {
  float: right;
}
.leading-posts h3 > a {
  color: #333333;
}
.leading-posts .blog-readmore {
  padding: 8px 0;
}
.leading-posts .blog-readmore a {
  color: #ab2c2d;
}
.leading-posts .blog-readmore a:hover {
  text-decoration: underline;
}
.leading-posts .blog-tags {
  padding-top: 6px;
}
.blog-post .blog-tags {
  width: 100%!important;
}
.blog-post .blog-tags span {
  float: left;
}
.rtl .blog-post .blog-tags span {
  float: right;
}
.blog-post .blog-tags span .fa {
  padding-right: 3px;
}
.rtl .blog-post .blog-tags span .fa {
  padding-left: 3px;
  padding-right: inherit;
}
.blog-post .recaptcha {
  padding: 10px 0;
}
.blog-post .comment-counter {
  padding-top: 6px;
  text-transform: none;
}
.blog-post .below-inputs {
  margin-top: 10px;
}
.vesquickview .zoomContainer, .vesquickview .ves-colorbox, .vesquickview .product-zoom {
  display: none !important;
}
.vesquickview .product-info .quantity-adder {
  width: auto!important;
  margin-right: 10px;
}
.rtl .vesquickview .product-info .quantity-adder {
  margin-left: 10px;
  margin-right: inherit;
}
span.created-date, span.author, span.blog-category {
  color: #333333!important;
  font-size: 100%!important;
  text-transform: none!important;
  float: left;
  margin-bottom: 8px;
  padding-right: 15px;
}
.rtl span.created-date, .rtl span.author, .rtl span.blog-category {
  float: right;
}
.rtl span.created-date, .rtl span.author, .rtl span.blog-category {
  padding-left: 15px;
  padding-right: inherit;
}
.blog-meta {
  margin-bottom: 5px;
}
.blog-meta span {
  text-transform: none!important;
}
.block.venus-deal .block-title strong span:before {
  background-position: 0 -155px;
  background-color: #98d070;
}
.block.venus-deal .block-title strong span:after {
  border-left-color: #98d070;
  border-left: 5px solid #98d070;
}
.rtl .block.venus-deal .block-title strong span:after {
  border-right: 5px solid #98d070;
  border-left: inherit;
}
.block.venus-deal .block-content {
  min-height: 377px;
}
.block-compare li,
.block-reorder li {
  border-bottom: 1px solid #ebebeb;
  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;
}
.block-reorder input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}
.rtl .block-reorder input[type="checkbox"] {
  float: right;
}
.rtl .block-reorder input[type="checkbox"] {
  margin-left: 8px;
  margin-right: inherit;
}
#ves-accordion ul li a::before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 8px;
}
#ves-accordion ul li a::after {
  content: "\f0d9";
  font-family: FontAwesome;
  padding-left: 8px;
  float: right;
  display: none;
}
#ves-accordion ul ul li {
  padding-left: 15px;
}
.rtl #ves-accordion ul ul li {
  padding-right: 15px;
  padding-left: inherit;
}
#ves-accordion ul ul li a::before, #ves-accordion ul ul li a::after {
  content: "";
  padding: 0;
}
/* Product Categories Module  */
.product-categories .wapper:hover .image {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-categories .item-col {
  width: 25%;
  margin-bottom:25px;
}
.product-categories .categories-title {
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-size: 12px;
}
.product-categories .view-more {
  padding: 0 12px;
  background: #ab2c2d;
  height: 38px;
  line-height: 38px;
  margin-top: 0px;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  width: 100%;
}
.product-categories .view-more:hover {
  background: black;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-categories .view-more a {
  font-family:"Open Sans", sans-serif;
font-weight:900;
  color: white;
  font-size: 12px;
}
.module_customstatic {
  margin: 0!important;
  padding: 40px 0;
}
.module_customstatic .block-title {
  display: none;
}
/* Layer Slider */
.lush-slider .big-blue, .lush-slider .big-sky, .lush-slider .big-green, .lush-slider .big-lime, .lush-slider .big-yellow, .lush-slider .big-orangelite, .lush-slider .big-orange,
.lush-slider .big-salmon, .lush-slider .big-pink, .lush-slider .big-purple .big-violet, .lush-slider .big-red, .lush-slider .big-wood, .lush-slider .big-black,
.lush-slider .big-white, .lush-slider .big-gray {
  font-family:"Open Sans", sans-serif;
  font-weight:900;
  line-height: 150%!important;
  padding: 0!important;
  height: auto!important;
  width: auto!important;
}
.lush-slider .small-blue, .lush-slider .small-sky, .lush-slider .small-green, .lush-slider .small-lime,
.lush-slider .small-yellow, .lush-slider .small-orangelite, .lush-slider .small-orange, .lush-slider .small-salmon, .lush-slider .small-pink,
.lush-slider .small-purple, .lush-slider .small-violet, .lush-slider .small-red, .lush-slider .small-wood, .lush-slider .small-black,
.lush-slider .small-white, .lush-slider .small-gray {
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
/* Social Module */
.addthis-smartlayers .atss-right {
  right: 0;
}
.rtl .addthis-smartlayers .atss-right {
  left: 0;
  right: auto;
}
.gallery-carousel {
  position: relative;
}
.price-box {
  padding: 5px 0 0;
}
.price-box .price {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}
.price-box .price-label {
  display: none;
}
.price-box .price-old .price, .price-box .old-price .price {
  text-decoration: line-through;
  color: #555555;
  font-size: 14px;
}
.price-box .special-price .price, .price-box .regular-price .price {
  color: #f2434a;
  font-family:"Open Sans", sans-serif;
font-weight:bold;
}
/* product style */
.product-col {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.rtl .product-col {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.product-block {
  position: relative;
  background-color: none;
  margin: 0;
}
.product-block a:hover {
  color: #ab2c2d;
}
.product-block .special-price, .product-block .old-price {
  display: inline-block;
}
.product-block .price .price-label {
  font-size: 13px -1 !important;
  color: black;
  font-weight: 300;
  display: none !important;
}
.product-block .price .price-from,
.product-block .price .price-to {
  display: inline-block;
}
.product-block .price-box p {
  margin: 0;
}
.product-block .btn-cart {
  background-color: #ab2c2d;
  color: white;
  height: 38px;
  min-width: 57%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 12px!important;
  margin: auto;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 5px 15px;
  position: absolute;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .btn-cart:hover {
  background: #000000;
}
.product-block .btn-cart:focus {
  outline: none;
}
.product-block .action {
  z-index: 55;
  border-top: 1px solid #dddddd;
}
.product-block .action:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-block .action > div
.product-block .action:first-child {
  display: block;
}
.product-block .action > * {
  width: 100%;
}
.product-block .action a {
  background-color: transparent;
  font-size: 12px;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .action a:hover {
  color: #000000;
}
.product-block .action .add-to-link a {
  display: inline-block;
}
.product-block .action .link-wishlist,
.product-block .action .link-compare {
  font-size: 12px;
  width: 50%;
}
.product-block .action .link-wishlist {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  float: left;
}
.rtl .product-block .action .link-wishlist {
  float: right;
}
.product-block .action .quickview {
  width: 60%;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.rtl .product-block .action .quickview {
  float: right;
}
.product-block .action .quickview .fa {
  padding: 0 5px;
}
.product-block .action .quickview .ves-colorbox {
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
.product-block .action .add-to-link {
  float: left;
  width: 40%;
}
.rtl .product-block .action .add-to-link {
  float: right;
}
.product-block:hover .image-gallery {
  display: block;
  z-index: 99;
}
.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 {
  text-transform: none;
  margin: 0;
  min-height: 37px;
  line-height: 18px;
}
.product-block .name a {
  color: black !important;
  font-size: 14px;
  font-family: "proximanovalight";
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-block .name a:hover {
  color: #ab2c2d !important;
}
.product-block .image-gallery {
  border: solid 4px #b8b8b8;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #b8b8b8;
  border-top: 5px solid rgba(0, 0, 0, 0);
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  background-color: white;
  text-align: center;
  margin: 10px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.product-block .image .product-image {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-block .image .product-image img {
  display: inline-block;
}
.product-block .image .hover-image {
  position: absolute;
  background: #fff;
  padding: 0px;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta {
  padding: 8px 10px;
}
.product-block .product-meta .desc {
  max-height: 100px;
  overflow: hidden;
}
.product-block .availability {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .availability span {
  padding: 7px 15px;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: white;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: white;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}
.category-products .product-meta {
  min-height: 130px;
}
.onsale,
.new-icon {
  min-height: 36px;
  width: 28px;
  line-height: 29px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 12px;
  left: 0;
}
.rtl .onsale, .rtl
.new-icon {
  right: 0;
  left: auto;
}
.onsale span,
.new-icon span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 1px;
  top: 5px;
}
.rtl .onsale span, .rtl
.new-icon span {
  right: 1px;
  left: auto;
}
.onsale + .new-icon {
  left: 40px;
}
.rtl .onsale + .new-icon {
  right: 40px;
  left: auto;
}
.onsale {
  background: #589cf1;
}
.onsale::before {
  content: "";
  border-top: 10px solid #589cf1;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.rtl .onsale::before {
  right: 0;
  left: auto;
}
.new-icon {
  background: #ab2c2d;
}
.new-icon::before {
  content: "";
  border-top: 10px solid #ab2c2d;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.rtl .new-icon::before {
  right: 0;
  left: auto;
}
.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #f0ad4e;
  color: white;
}
.product-label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 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: #ab2c2d;
}
.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: #d81212;
}
.product-label.sale-percent-box {
  background-color: #ab2c2d;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #d81212;
}
.rating-box {
  background: url(../images/rating-blank-star.png) repeat-x;
  clear: right;
  height: 10px;
  margin-right: 10px;
  position: relative;
  width: 55px;
}
.rtl .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.rating-box .rating {
  background: url(../images/rating-full-star.png) repeat-x;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
}
.category-image {
  margin: 0;
}
#products-grid.products-block .ratings .rating-box,
.product-grid .ratings .rating-box,
.products-grid .ratings .rating-box {
  margin: 10px 0;
}
#products-grid.products-block .ratings .rating-links,
.product-grid .ratings .rating-links,
.products-grid .ratings .rating-links {
  display: none;
}
.send-friend .button {
  margin-bottom: 10px;
}
/* product list mode  */
.products-list .products-row {
  border: none;
  margin: 0;
}
.products-list .products-row .col-fullwidth {
  width: 100% !important;
  float: left;
  background: white;
}
.rtl .products-list .products-row .col-fullwidth {
  float: right;
}
.products-list .products-row .product-col {
  border-right: none;
}
.products-list .wrap-item {
  background: #f7f7f7;
  overflow: hidden;
}
.products-list .onsale, .products-list .new-icon {
  left: 10px;
  top: 10px;
}
.rtl .products-list .onsale, .rtl .products-list .new-icon {
  right: 10px;
  left: auto;
}
.products-list .product-block {
  text-align: left;
}
.rtl .products-list .product-block {
  text-align: right;
}
.products-list .product-block .action {
  visibility: visible;
  border: 0!important;
  display: inline-block;
  width: auto;
}
.products-list .product-block .action .add-to-link {
  width: auto;
}
.products-list .product-block .action .add-to-link a {
  border: 1px solid #dddddd;
  padding: 0 14px;
  width: auto;
  margin-right: 5px;
}
.rtl .products-list .product-block .action .add-to-link a {
  margin-left: 5px;
  margin-right: inherit;
}
.products-list .product-block .action .quickview {
  width: auto;
  padding: 0 10px;
  margin: 0 10px;
  border: 1px solid #dddddd;
}
.products-list .product-block .product-meta {
  margin-top: 0;
  padding: 10px;
  overflow: hidden;
}
.products-list .product-block:hover {
  box-shadow: none;
}
.products-list .product-block:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products-list .description {
  display: block;
}
.products-list .price-tax {
  display: block;
}
.products-list .name {
  min-height: 20px;
}
.products-list .image {
  float: left;
  margin: 0;
  text-align: center;
}
.rtl .products-list .image {
  float: right;
}
.products-list .image img {
  padding: 0;
  border: 0;
}
.products-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .cart {
  float: left;
  padding: 0;
}
.products-list .wishlist, .products-list .compare {
  float: left;
  margin: 30px 0 0 10px;
}
.products-list .rating-box {
  float: left;
  margin-top: 3px;
}
.rtl .products-list .rating-box {
  float: right;
}
.products-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid white;
  text-align: center;
}
.products-list .product-icon span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
.carousel3 .block-content,
.mini-products-list .block-content {
  padding: 0 !important;
}
.carousel3 .product-block,
.mini-products-list .product-block {
  min-height: 110px !important;
}
.carousel3 .product-block .rating-box,
.mini-products-list .product-block .rating-box {
  margin-bottom: 10px;
}
.carousel3 .product-block .rating-links,
.mini-products-list .product-block .rating-links {
  display: none;
}
.carousel3 .product-meta {
  padding: 0;
  float: none;
  width: auto;
  min-height: 60px;
}
.carousel3 .procduct-block:hover .product-meta {
  padding: 0;
}
.carosel1 .carousel-inner,
.carosel2 .carousel-inner {
  overflow: hidden;
}
.carosel1 .carousel-inner:hover,
.carosel2 .carousel-inner:hover {
  overflow: visible !important;
}
.carosel1 .products-row,
.carosel2 .products-row {
  margin: 0 -1px;
}
.carosel1 .products-row {
  border-bottom: 1px solid #ebebeb;
}
/* product grid mode */
#products-grid {
  position: relative;
}
#products-grid.last {
  border: 0;
}
#products-grid .desc, #products-grid .price-tax {
  display: none;
}
.products-row {
  border-bottom: 0;
  margin-right: -1px;
}
.rtl .products-row {
  margin-left: -1px;
  margin-right: inherit;
}
.products-row.last, .products-row:last-child {
  border-bottom: 0;
}
.products-row.last .product-col {
  border-bottom: 1px solid #dddddd;
}
.category-info {
  padding: 3.3%;
}
/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: white;
}
.product-info {
  margin-bottom: 50px;
}
.product-info .label {
  color: #666666;
}
.product-info .add-to-cart.pull-left > div {
  display: inline-block;
}
.product-info .button.btn-cart {
  margin-bottom: 10px;
}
.desc-content, .related-content, .review-content {
  padding: 15px;
}
.block-review .block-title {
	border: medium none;
	margin: 0 0 20px 0; 
	text-align: center;
}
.product-info .product-img-box {
  padding: 15px;
}
.product-info .product-shop {
  padding: 15px 20px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  margin-top: 0;
  font-weight: normal;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  margin-bottom: 12px;
}
.product-info ul, .product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  padding-left: 15px;
  text-align: center;
  overflow: hidden;
  background: white;
}
.rtl .product-info .image {
  padding-right: 15px;
  padding-left: inherit;
}
.product-info .image img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.product-info .image-additional {
  text-align: center;
  margin-top: 10px;
}
.product-info .image-additional .carousel-control {
  top: 30%;
}
.product-info .image-additional .carousel-inner a {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-info .image-additional .carousel-control.right, .product-info .image-additional .carousel-control.left {
  background: #ffffff!important;
  color: #777777;
  line-height: 28px;
  width: 27px;
  height: 30px;
  font-size: 15px;
}
.product-info .image-additional .carousel-control.right:hover, .product-info .image-additional .carousel-control.left:hover {
  cursor: pointer;
  box-shadow: none!important;
  color: #ab2c2d !important;
}
.product-info .image-additional .carousel-control.right {
  right: 0;
}
.product-info .image-additional .carousel-control.left {
  left: 0;
}
.product-info .share {
  float: left;
  padding: 20px 0;
}
.product-info .share:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .product-info .share {
  float: right;
}
.product-info .btn-cart .fa {
  padding-right: 8px;
}
.rtl .product-info .btn-cart .fa {
  padding-left: 8px;
  padding-right: inherit;
}
.product-info .btn {
  background: transparent;
  color: #777777;
  margin-left: 10px;
  border: 2px solid #dddddd;
  height: 38px!important;
  width: 38px;
  line-height: 36px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .product-info .btn {
  margin-right: 10px;
  margin-left: inherit;
}
.product-info .btn:hover {
  color: black;
}
.product-info .quantity-adder {
  margin-right: 20px;
  margin-bottom: 20px;
}
.rtl .product-info .quantity-adder {
  margin-left: 20px;
  margin-right: inherit;
}
.product-info .price-box {
  margin: 20px 0;
}
.product-info .old-price .price {
  font-size: 18px;
}
.product-info .price {
  color: #ab2c2d;
  font-size: 20px;
}
.product-info .price p {
  margin: 0;
}
.product-info .price .availability {
  font-size: 13px;
  color: #888888;
  font-weight: 400;
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
  font-size: 16px;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  text-transform: uppercase;
  color: #888888;
}
.product-info .price .other-price {
  margin-top: 9px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 9px;
}
.product-info .price-group:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .ratings a {
  color: #6e6e6e;
}
.product-info .ratings a:hover {
  text-decoration: underline;
}
.product-info .rating-box {
  float: left;
  margin-top: 3px;
}
.rtl .product-info .rating-box {
  float: right;
}
.product-info .description {
  border: 0;
  margin: 15px 0 25px;
  padding: 0;
  font-size: 13px;
}
.product-info .description h2 {
  display: none;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.product-info .description .fa {
  color: white;
}
.product-info .carousel-inner {
  margin: 0;
  clear: both;
}
.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-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 input,
.product-info .product-options-bottom .quantity-adder input {
  border: 1px solid #ebebeb;
}
.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: 19px;
  height: 19px;
  position: relative;
  cursor: pointer;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: white;
  background: #d0d0d0;
}
.product-info .product-extra .add-up,
.product-info .product-options-bottom .add-up {
  background: #ab2c2d;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: #d81212;
}
.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: 60px;
  width: 60px!important;
  height: 38px!important;
  text-align: center;
}
.product-info .product-extra .add-to-links > div,
.product-info .product-options-bottom .add-to-links > div {
  float: left;
}
.product-info .action:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.tabs-group {
  overflow: hidden;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .tab-contents {
  color: #777777;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.tabs-group .tab-contents .input-box {
  margin: 10px 0;
  max-width: 500px;
}
.tabs-group .tab-contents .note {
  margin: 10px 0;
}
.tabs-group .tab-contents label {
  color: #6e6e6e;
}
.tabs-group .tab-contents h3 {
  color: #333333;
}
.tabs-group .tab-contents h2 {
  display: none;
}
.block-up-sell .product-block .desc {
  display: none;
}
.block-up-sell .block-title {
  text-align: center;
  border: none;
  margin-bottom: 20px;
}
.block-up-sell .block-title h3:before {
  content: "\f0a2";
}
.block-up-sell .carousel-control.left, .block-up-sell .carousel-control.right {
  top: 44%;
}
/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  padding: 8px;
  background-color: white;
  font-size: 13px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.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 #ebebeb;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.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: #ab2c2d;
  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: #ab2c2d;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: #ab2c2d;
  border: 1px solid #ab2c2d;
}
.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;
  width: auto;
}
.product-filter .product-compare {
  float: right;
}
.zoomWindow {
  left: 400px;
}
.rtl .zoomWindow {
  right: 400px;
  left: auto;
}
#tab-reviews .pager {
  margin: 10px 0;
}
/*** widgets using inside megamenu ***/
.ves-widget .menu-title {
  display: none;
}
.ves-widget .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-weight: 700;
}
.ves-widget .products-row {
  margin: 0;
}
.ves-widget .products-row .product-col {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
.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 {
  overflow: inherit;
  width: 40%;
}
.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-meta {
  width: 59.5%;
  float: left;
}
.ves-widget .widget-product {
  text-align: center;
}
.ves-widget .widget-product .name {
  color: black;
  display: inline-block;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.ves-widget .widget-product .name a {
  color: black;
}
.ves-widget .widget-product .name a:hover {
  color: #ab2c2d;
}
.ves-widget .widget-product .price {
  margin: 5px 0;
  color: #ab2c2d;
}
.ves-widget .widget-product .cart {
  margin: 0;
  padding: 0 0 5px;
}
.ves-widget .widget-product .cart button {
  margin: 0;
}
.ves-widget .widget-html .title-widget-html {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  margin-bottom: 20px;
  color: #171717;
  text-align: left;
}
.rtl .ves-widget .widget-html .title-widget-html {
  text-align: right;
}
.ves-widget .widget-html .content-wight-html li {
  float: left;
  float: left;
  text-align: left;
  padding-bottom: 30px;
}
.rtl .ves-widget .widget-html .content-wight-html li {
  float: right;
}
.rtl .ves-widget .widget-html .content-wight-html li {
  text-align: right;
}
.ves-widget .widget-html .content-wight-html li .name-widget-html {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
font-weight:900;
  margin-bottom: 14px;
}
.ves-widget .widget-html .content-wight-html li .decs-widget-html {
  font-family: "Raleway";
  float: left;
  line-height: 20px;
  color: #777;
}
/******************************************************
 * @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 {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  right: 10px;
  top: 5px;
}
.rtl #menu-offcanvas .button-close-menu {
  left: 10px;
  right: auto;
}
#menu-offcanvas .widget-inner iframe {
  width: 100%;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  margin: 0;
  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 #f3f3f3;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #171717;
  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: #ab2c2d;
}
#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: #ab2c2d;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
	overflow-x: visible;
}
.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;
}
.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: #171717;
  display: block;
  padding: 0.6em 1em 0.6em 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.6em 1.2em 0.6em 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 {
  border-bottom: 1px solid #ffffff;
  background: #ab2c2d;
  color: white;
  line-height: 30px;
  font-family:"Open Sans", sans-serif;
font-weight:900;
}
/* 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;*/
  z-index:999;
}
.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 all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.offcanvas-menu.hidden-md { display:block !important;}
	.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu { visibility:visible !important; }
  #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 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 9;
}
.product-block .pts-atchover,
.product-block .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.product-block .pts-atchover {
  margin: -10px 0 0 -60px;
}
.product-block .add-to-cart {
  visibility: hidden;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.product-block .action {
  width: 100%;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.product-block:hover .product-img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .add-to-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .product-zoom, .product-block:hover .pts-atchover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.effect {
  position: relative;
  overflow: hidden;
}
.effect .overlay::before {
  content: "";
  border-top: 0 solid rgba(255, 255, 255, 0.1);
  border-right: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
}
.rtl .effect .overlay::before {
  border-left: 0 solid rgba(0, 0, 0, 0);
  border-right: inherit;
}
.effect:hover .overlay::before {
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  border-top: 800px solid rgba(255, 255, 255, 0.1);
  border-right: 800px solid rgba(0, 0, 0, 0);
}
.rtl .effect:hover .overlay::before {
  border-left: 800px solid rgba(0, 0, 0, 0);
  border-right: inherit;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  left: 0;
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 100%;
}
.carousel.vertical .prev {
  top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -100%;
}
.carousel.vertical .active.right {
  top: 100%;
}
/******************************************************
 * @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
*******************************************************/
@media (min-width: 1200px) {
  .product-list .action {
    width: 50%;
  }
  .category-products .product-col {
    width: 25%;
  }
}
/*$media (max-width: 992px) */
@media (max-width: 992px) {
  #ves-mainnav .nav-container #nav li {
    background: white;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #topbar .dropdown-toggle > span {
    display: none;
  }
  .top-search .form-search {
    width: 40px !important;
  }
  .top-search .form-search input {
    position: absolute;
    right: 0;
    top: 40px;
    width: 190px!important;
    opacity: 0;
    z-index: 100;
    border: 1px solid #777777!important;
  }
  .top-search .form-search:hover input {
    opacity: 1;
  }
  .lush img {
    width: auto!important;
  }
  .navbar-inverse .navbar-collapse {
    display: none!important;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
    float: left;
    margin: 5px 10px;
    padding: 9px;
    background-color: #ab2c2d;
    border-color: #ffffff;
  }
  .rtl .navbar-inverse .navbar-toggle {
    float: right;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    width: 18px;
  }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ab2c2d;
  }
  .breadcrumb {
    margin: 0;
  }
  .product-info h1 {
    margin-top: 20px!important;
  }
  .product-categories .item-col {
    width: 50%!important;
    margin-bottom: 20px!important;
  }
  .block.venus-latest-block .latest-col {
    width: 50%!important;
    margin-bottom: 20px!important;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .cart-top #cart {
    padding-right: 12%!important;
  }
  .rtl .cart-top #cart {
    padding-left: 12%!important;
    padding-right: inherit!important;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info .quantity-adder {
    width: auto!important;
    margin-right: 10px;
  }
  .rtl .product-info .quantity-adder {
    margin-left: 10px;
    margin-right: inherit;
  }
  .product-info .add-to-cart.pull-left {
    margin-bottom: 20px;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) */
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  .zoomContainer,
  #cboxOverlay,
  #colorbox, .lush-slider, .module_customblock {
    display: none !important;
  }
  #header-main .inner {
    text-align: center!important;
  }
  .button, input.button {
    margin: 3px 0!important;
  }
  .block-subscribe .button {
    margin: 0!important;
  }
  .product-view .add-to-cart .button {
    margin: 0!important;
  }
  .checkout-onepage-index .buttons-set {
    float: left;
    width: 100%;
  }
  .rtl .checkout-onepage-index .buttons-set {
    float: right;
  }
  #footer .footer-links {
    padding: 15px!important;
  }
}
/*$media (max-width: 480px) */
@media (max-width: 480px) {
  .product-info .btn {
    margin-bottom: 10px;
  }
  .form-list .field {
    width: 100%!important;
  }
  .products-list .image {
    float: none!important;
  }
  .ves-autosearch .search_box .category_filter {
    display: none!important;
  }
  .product-categories .item-col,
  .ves-autosearch .search_box .search,
  .block.venus-latest-block .latest-col {
    width: 100%!important;
  }
  .checkout-progress li {
    width: 100%!important;
  }
  .product-info .quantity-adder {
    width: 100%!important;
  }
}
@media (max-width: 385px) {
  .info-services, .block-up-sell .carousel-control {
    display: none!important;
  }
}
@media (max-width: 767px) {
  /*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;
    border-top: 1px solid #ddd;
    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;
  }
}
.pull-left {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.pull-right {
  float: right;
}
.rtl .pull-right {
  float: left;
}

.onsale span, .new-icon span {
  left: -8px;
  top: 18px;
}
.onsale, .new-icon {
  height: 60px;
}

.products-row .product-col {
  min-height: 545px;
}





/* Dependent custom option styling: */

.product-options-accordian {
  width: 100%;
}

.product-options dt, .product-options .group-container-dt {
  height:45px;
}
.product-options .top-box-extra dd,
.product-options .group-container-dd {
  margin-top:0 !important;
}

.top-box-extra .product-options-dd {
  float:left;
  width:100% !important;
}

.top-box-extra .input-box {
  width:100%;
  float:left;
}

.top-box-extra .input-box select {
  width:100%;
  float:left;
}

.top-box-extra .button {
  margin-top:20px;
  margin-right:10px;
}

.top-box-extra .button-previous-step {
  display:none;
}

.top-box-extra .button-next-step {
  float:right;
}

.product-options .top-box-extra dt.active,
.product-options .group-container-dt.active {
  background-color:#ab2c2d !important;
}

.product-options dt.openable label {
  color:#777;
}

.product-options dt.active label {
  color:#fff;
  font-weight:600;
}

.product-img-box .block-title {
  float:left;
  width:100%;
  background:#494949;
  line-height:25px;
  font-weight:bold;
  padding:13px 0 13px 17px;
  text-transform:uppercase;
  font-size:20px;
  color:#fff;
  margin-bottom:15px;
}

.top-box-extra .product-options-dt {
  padding-left:15px;
  background:#fff none repeat scroll 0 0 !important;
  color:#000;
  border:1px solid #efefef;
}

.top-box-extra .product-options-dt label {
  color:#000;
}

.top-box-extra .product-options-dt em{
  display:none;
}

.top-box-extra .product-options-dt.openable {
  color:#000 !important;
  font-weight:600;
  background:#efefef !important;
  border:1px solid #efefef;
  cursor:pointer;
  transition:all 0.2s ease-in-out;
}

.top-box-extra .product-options-dt.openable:hover {
  border:1px solid #ab2c2d;
}

.top-box-extra .product-options-dt.openable label {
  font-weight:400;
  color:#000;
  cursor:pointer;
}

.top-box-extra .product-options-dt.openable label:before {
  font-family:FontAwesome;
  content:"\f058";
  color:#00b900;
  margin-right:5px;
}

.top-box-extra .product-options-dt.active.openable {
  border:1px solid #ab2c2d;
}

.top-box-extra .product-options-dt.active.openable label {
  color:#fff;
}

.top-box-extra .product-options-dt.active.openable label:before {
  content:none;
}

.top-box-extra .options-list li {
  float:left;
  width:30%;
  text-align:center;
}

.top-box-extra .options-list .custom-image {
  text-align:center;
}

.top-box-extra .options-list .custom-image img {
  margin:0;
  padding:0;
  border:none;
}

.top-box-extra .options-list input.radio {
  width:100%;
  float:left;
  margin-bottom:10px;
  text-align:center;
  visibility:hidden;
  display:none;
}

.top-box-extra .product-options-dd .options-list li {
  transition:all 0.2s ease-in-out;
  border:1px solid #f2f2f2;
  width:33.3%;
  margin-right:0;
  margin-bottom:0;
}

.top-box-extra .product-options-dd .options-list li:hover {
  background:#f2f2f2;
  border:1px solid #999;
}

.top-box-extra .product-options-dd .options-list li.customoptionimage-picker-li-selected {
  background:#fff;
  border:1px solid #999;
}

.top-box-extra .customoptionimage-picker-li-selected:before {
  font-family:FontAwesome;
  content:"\f05d";
  color:#00b900;
  position:absolute;
  top:8px;
  left:15px;
  font-size:40px;
}

.top-box-extra .options-list {
  display:flex;
  flex-wrap:wrap;
}

.top-box-extra .options-list li {
}

.top-box-extra .options-list .label {
  white-space:normal !important;
  line-height:1.3;
  text-align:center;
}

.top-box-extra .options-list li label {
  float:left;
  width:100%;
  font-size:15px;
  font-weight:600 !important;
  margin-bottom:10px;
}

.top-box-extra .options-list li span {
  float:left;
  width:100%;
  font-weight:normal;
  font-size:13px;
}

.top-box-extra input[type="number"] {
  box-shadow:none;
  border:1px solid #e1e1e1;
}

.product-options-bottom .addthis_toolbox {
  display:none !important;
}

.product-options-bottom .add-to-cart {
  float:right;
}

.top-box-extra button.button-next-step span span {
  font-size:13px;
  padding:2px 21px;
}

.top-box-extra button.button-next-step span span:after {
  font-family:FontAwesome;
  content:"\f105";
  margin-left:12px;
}

@media (max-width:480px) {
  .top-box-extra .product-options-dd .options-list li {
    width:100%;
  }
  .top-box-extra .button-next-step {
    width:100%:
  }
}

@media (min-width:481px) and (max-width:768px) {
  .top-box-extra .product-options-dd .options-list li {
    width:48%;
  }
  .top-box-extra .product-options-dd .options-list li:last-of-type {
    margin-right:0 !important;
  }
}

/* shopping cart - options */
#shopping-cart-table .product-name a {
  color: #000000;
  float: left;
  font-size: 15px;
  margin-bottom: 17px;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}

#shopping-cart-table .item-options dt {
  float: left;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
}

#shopping-cart-table .item-options dd {
  font-size: 12px;
  margin: 0 0 13px;
  padding-left: 0;
  padding-right: 20px;
}

#shopping-cart-table .item-options h1 {
  font-size:12px;
}
.product-options ul.options-list .label label {
  padding: 0;
}
.product-options ul.options-list .label {
  display: inline !important;
}
.custom-option-tooltip {
  display: inline-block !important;
}
.tooltip {
  background: none;
}
.product-options ul.options-list input.radio {
  margin-right: 0;
}
.product-options ul.options-list .label {
  margin-left: 0;
}

.col2-right-layout .col-main .col-main .sidebar {
  display: none;
}

.product-options dd select.product-custom-option, .product-options dd input[type="text"].product-custom-option {
  border-color: #999;
}