/******************************************************
 * @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
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/******************************************************
 * @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 
 */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
/**
 * BASE CSS STYLES
 */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  background: white;
  color: #999999;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  overflow-x: visible!important;
}

img {
  max-width: 100%;
}

a:hover, a:focus {
  color: #e64a5c;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

.full-width {
  position: static!important;
}

.action_button li a.button {
  line-height: 30px;
  padding: 11px 10px!important;
}

#shopping-cart-table img {
  max-width: 100px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none!important;
}

a:hover, a:focus {
  outline: 0!important;
  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: 13px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #477ec5;
}

/* 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 5px;
}
ul.links li a:hover {
  color: #e64a5c;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 7px;
}
.rtl ul.links li .fa, .rtl ul.links li .icon {
  margin-left: 7px;
  margin-right: inherit;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
ul.inline li {
  float: left;
}
.rtl ul.inline li {
  float: right !important;
}

.tree-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
  position: absolute;
  right: 18px;
  top: 13px;
  background-color: #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: #383737;
  font-size: 12px;
  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: #e64a5c;
}

/* 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;
}
.rtl .a-left {
  text-align: right !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right;
}
.rtl .a-right {
  text-align: left !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;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.auto-width {
  width: auto!important;
}

/* ======================================================================================= */
/* tab style */
.htabs ul li {
  margin: 0;
  float: left;
  display: inline-block;
}
.rtl .htabs ul li {
  float: right !important;
}
.htabs ul li a {
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  margin-right: 5px;
  color: #383737;
}
.rtl .htabs ul li a {
  margin-left: 5px;
  margin-right: inherit;
}
.htabs ul li a.selected, .htabs ul li a:hover {
  color: white;
  display: block;
  background: #e64a5c;
  border-color: #e64a5c;
}

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: #f4f4f4;
  cursor: pointer;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
}

#colorbox .tabs-group .tab-contents {
  padding: 0;
  border: 0;
  background: #fff;
}

.validation-advice {
  color: #c83a3a;
  background: url("../images/i_asc_arrow.gif") no-repeat left 15px;
  padding-left: 15px;
  padding-top: 10px;
  text-align: left;
}
.rtl .validation-advice {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .validation-advice {
  text-align: right !important;
}

.tempcp-quickview-view .zoomContainer,
.tempcp-quickview-view .ves-colorbox,
.tempcp-quickview-view .product-zoom {
  display: none !important;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Page Heading */
.page-title h1,
.category-title h1 {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
  color: #383737;
}

.page-title h1 {
  padding: 0 0 10px;
}

.category-title {
  display: none;
}

.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

#ves-breadcrumbs .breadcrumbs {
  background: #f4f4f4;
}
#ves-breadcrumbs .breadcrumbs .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 15px 20px;
}

/* Pager */
.pager {
  margin: 0;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
}
.rtl .pager .amount {
  float: right !important;
}
.pager .limiter {
  float: right;
}
.rtl .pager .limiter {
  float: left !important;
}
.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 !important;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
  margin: 0 2px;
}
.pager .pages .current {
  background: #e64a5c;
  padding: 5px 10px !important;
  color: white;
}

.box-reviews .pager,
.my-account .pager {
  border: 0;
}

/* Sorter */
.sorter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.sorter .view-mode {
  float: left;
  margin: 0;
}
.rtl .sorter .view-mode {
  float: right !important;
}
.sorter .view-mode label {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
}
.rtl .sorter .view-mode label {
  float: right !important;
}
.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 #e7e7e7;
  margin-right: 10px;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  float: right !important;
}
.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 !important;
}
.sorter .sort-by label {
  vertical-align: middle;
  margin: 0;
}
.sorter .sort-by select {
  vertical-align: middle;
  padding: 4px;
  width: auto;
  background: #fff;
  border-color: #e7e7e7;
}

/* Toolbar */
.toolbar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding: 7px;
  color: #8c8c8c;
}
.toolbar a {
  color: #8c8c8c;
}
.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 .sort-by {
  text-align: right;
}
.rtl .toolbar .sort-by {
  text-align: left !important;
}
.toolbar .sort-by select {
  width: 120px;
  height: 30px;
  padding: 4px 9px;
  line-height: 30px;
}

.toolbar-bottom {
  line-height: 30px;
  position: relative;
  z-index: 50;
}
.toolbar-bottom .toolbar {
  margin: 0;
}
.toolbar-bottom .pager {
  display: block;
  font-family: "Noto Sans", sans-serif;
}
.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 !important;
}

/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  margin: 0 4px 0 0;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.rtl .advanced-search .form-list .input-box, .rtl .advanced-search .form-list .input-range {
  float: right !important;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap a {
  text-decoration: none;
  position: relative;
}
.page-sitemap a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* Shopping Cart ========================================================================= */
.cart {
  background: white;
}
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart button {
  margin-left: 5px;
}
.rtl .cart button {
  margin-right: 5px;
  margin-left: inherit;
}

.crosssell {
  margin-top: 40px;
}
.crosssell .carousel-inner {
  overflow: visible;
}
.crosssell .carousel-inner .products-row {
  margin: 0;
}

.cart-price .price {
  color: #e64a5c;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Checkout Types */
.cart {
  /* Shopping Cart Collateral boxes */
  /* Discount Codes & Estimate Shipping and Tax Boxes */
  /* Shopping Cart Totals */
}
.cart .product-name a {
  font-size: 14px;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  display: none;
  float: right;
}
.rtl .cart .title-buttons .checkout-types {
  float: left !important;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.rtl .cart .title-buttons .checkout-types li {
  float: right !important;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
.cart .cart-collaterals h2 {
  font-size: 18px;
  color: #333;
}
.cart .crosssell .product-image {
  margin-right: 10px;
}
.cart .crosssell li.item {
  margin: 10px 0;
}
.cart .discount, .cart .shipping {
  border: 1px solid #e7e7e7;
  padding: 12px 15px;
  margin: 0 0 18px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.rtl .cart .discount .buttons-set, .rtl .cart .shipping .buttons-set {
  text-align: right !important;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart .discount input.input-text {
  width: 254px;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
.cart .totals {
  color: #333;
}
.cart .totals table {
  margin: 7px 0;
  border: none;
}
.cart .totals td {
  padding: 5px 0px 10px 35px;
  border: none;
  font-size: 18px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
  font-size: 24px;
}
.cart .totals .checkout-types {
  border-top: 1px solid #e7e7e7;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: right;
}
.rtl .cart .totals .checkout-types {
  text-align: left !important;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #999999;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.rtl .sp-methods .checkmo-list label {
  text-align: left !important;
}
.sp-methods .checkmo-list address {
  float: left;
}
.rtl .sp-methods .checkmo-list address {
  float: right !important;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.rtl .sp-methods .release-amounts button {
  float: right !important;
}
.sp-methods input[type="checkbox"],
.sp-methods input[type="radio"] {
  height: 26px;
}

.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
  line-height: 34px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.rtl .tool-tip .btn-close {
  text-align: left !important;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .tool-tip .btn-close a {
  text-align: right !important;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.rtl .gift-messages-form .item .product-img-box {
  float: right !important;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .gift-message-row .btn-close {
  float: left !important;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #999999;
}

.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: #e64a5c;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/* One Page Checkout */
.checkout-onepage-index #content,
.checkout-onepage-success #content {
  background: white;
  margin: 0;
}

.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.block-progress .block-title strong {
  font-size: 13px;
  color: #0a263c;
}
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #e7e7e7;
  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 #e7e7e7;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 10px;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

.opc {
  position: relative;
}
.opc .buttons-set button.button {
  float: right;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
.opc .ul {
  list-style: disc outside none;
  padding-left: 18px;
}
.opc .section {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.opc .section:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.opc .step-title {
  background-color: #EFEFEF;
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: right;
  overflow: hidden;
}
.rtl .opc .step-title {
  text-align: left !important;
}
.opc .step-title .number {
  background-color: #fff;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px 0 0;
  padding: 3px 10px 6px;
}
.rtl .opc .step-title .number {
  float: right !important;
}
.opc .step-title h2 {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.rtl .opc .step-title h2 {
  float: right !important;
}
.opc .step-title a {
  display: none;
  float: right;
  margin-top: 6px;
}
.rtl .opc .step-title a {
  float: left !important;
}
.opc .section.allow {
  cursor: pointer;
}
.opc .section.allow.active {
  cursor: auto;
}
.opc .allow .step-title {
  background: none repeat scroll 0 0 #F5F5F5;
}
.opc .allow .step-title:hover {
  background-color: #E5E5E5;
}
.opc .allow .step-title h2 {
  color: #333333;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title {
  background-color: #E5E5E5;
  cursor: default;
}
.opc .active .step-title .number {
  background-color: #333333;
  color: #FFFFFF;
}
.opc .active .step-title a {
  display: none;
}
.opc .step {
  padding: 10px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .gift-messages-form {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px 0;
}
.opc .gift-messages-form .inner-box {
  overflow: visible;
}

#opc-review .step {
  padding: 0;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  border: 0 none;
  padding: 15px 30px;
}
#opc-review .buttons-set p {
  line-height: 28px;
  margin: 0;
}
#opc-review .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222222;
  font-weight: bold;
  padding: 10px 10px 0;
  text-align: center;
}
#opc-review tfoot {
  border-top: 1px solid #ccc;
}

/* Multiple Addresses Checkout */
.checkout-multishipping-address-newshipping #columns #content,
.checkout-multishipping-addresses #columns #content,
.checkout-multishipping-shipping #columns #content,
.checkout-multishipping-billing #columns #content,
.checkout-multishipping-overview #columns #content,
.checkout-multishipping-succes #columns #content {
  background: white;
  margin: 0px 0 40px;
}

.checkout-progress {
  padding: 0;
  margin: 0 0 40px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 2px 0 0;
  border-top: 10px solid #d94254;
  padding: 5px 0 0;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e64a5c;
  color: #e64a5c;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.rtl .multiple-checkout .tool-tip {
  left: 20px;
  right: auto;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e64a5c;
}
.multiple-checkout .place-order {
  text-align: right;
}
.rtl .multiple-checkout .place-order {
  text-align: left !important;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.rtl .multiple-checkout .place-order .please-wait {
  float: left !important;
}
.multiple-checkout .place-order .grand-total {
  font-size: 1.5em;
}
.multiple-checkout .place-order .grand-total .inner {
  padding: 14px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #e64a5c;
}
.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 #e7e7e7;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
.rtl .checkout-multishipping-shipping .box-sp-methods .pointer {
  left: -40px;
  right: auto;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account {
  background: white;
}
.my-account .box-reviews,
.my-account .box-tags {
  margin-bottom: 20px;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

.block-account li {
  padding: 5px 0;
}
.block-account li.current strong {
  color: #e64a5c;
}

/* Address Book */
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  background: white url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: white url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.rtl .order-items .order-links {
  text-align: left !important;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #999999;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print {
  /* Price Rewrites */
}
.page-print .print-head {
  margin: 15px 0;
  float: left;
  width: 100%;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wishlist */
#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table .btn-cart {
  margin-top: 10px;
  min-width: 140px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table .cart-cell .add-to-cart-alt {
  padding: 10px 0;
}
#wishlist-table .description {
  padding: 0 0 10px;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove,
.my-tag-edit .btn-remove:hover {
  float: right;
  margin: 4px 0 0 10px;
  line-height: auto;
  height: auto;
  background-color: transparent;
  border: 0;
}
.rtl .my-tag-edit .btn-remove, .rtl
.my-tag-edit .btn-remove:hover {
  float: left !important;
}

#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-tags-table .last {
  text-align: center;
}
#my-tags-table .last .button.btn-cart {
  height: auto;
  padding: 10px 20px;
  width: 150px;
  margin-bottom: 10px;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.rtl .billing-agreements .form-list li select {
  float: right !important;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.rtl .billing-agreements .form-list li button.button {
  float: right !important;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: #c83a3a;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.rtl .cart-msrp-totals {
  text-align: left !important;
}

.map-cart-sidebar-total {
  color: #c83a3a;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.rtl .map-cart-sidebar-total {
  text-align: right !important;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.rtl .map-popup {
  text-align: right !important;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.rtl .map-popup-heading h2 {
  text-align: right !important;
}

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.rtl .map-popup-content {
  text-align: right !important;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.rtl .map-popup-checkout {
  float: left !important;
}
.rtl .map-popup-checkout {
  text-align: left !important;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.rtl .map-popup-checkout span {
  padding-left: 30px;
  padding-right: inherit;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.rtl .map-popup-text {
  text-align: right !important;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: white url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
.short-description {
  color: #999999;
}

.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;
}

/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-remove {
  float: right;
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .btn-remove {
  float: left !important;
}

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* ======================================================================================= */
/********** < Dashboard */
.dashboard h2 {
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.dashboard .box {
  margin-bottom: 20px;
}
.dashboard .box .box-title {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 10px;
  padding: 0 0 2px;
  text-align: right;
  overflow: hidden;
}
.rtl .dashboard .box .box-title {
  text-align: left !important;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.rtl .dashboard .box .box-title h3, .rtl .dashboard .box .box-title h4 {
  float: right !important;
}
.dashboard .box .box-title a {
  color: #d94254;
  line-height: 38px;
}
.dashboard .box-info h4 {
  font-weight: normal;
  text-transform: uppercase;
}
.dashboard .box-reviews .box-head a, .dashboard .box-tags .box-head a {
  float: right;
  text-align: right;
  margin-top: -10px;
  color: #d94254;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  float: left !important;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  text-align: left !important;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 5px;
  background: #d94254;
  color: white;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
  float: right !important;
}
.dashboard .box-reviews .details, .dashboard .box-tags .details {
  margin-left: 38px;
}
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-reviews .rating-box, .dashboard .box-tags .rating-box {
  display: inline-block;
}
.dashboard .box-reviews .ratings {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */
p.required, .product-options dt label.required em, .form-list label.required em {
  color: #EE001C;
  margin: 0 3px 0 0;
}

.v-fix {
  float: left;
}
.rtl .v-fix {
  float: right !important;
}

/* Custommer */
.form-list li {
  overflow: hidden;
  padding: 5px 0;
}
.form-list label {
  margin-bottom: 2px;
  color: #999999;
}

.content h2 {
  color: #333;
}

.buttons-set #send2 {
  float: left;
}
.rtl .buttons-set #send2 {
  float: right !important;
}

.form-list .input-text {
  width: 98%;
  min-height: 32px;
}

.account-login,
.account-create {
  margin: 0 0 40px;
  background: white;
}
.account-login .page-title,
.account-create .page-title {
  padding: 0;
}
.account-login .content h2,
.account-create .content h2 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.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 #e7e7e7;
}

.account-create .buttons-set {
  margin-top: 40px;
}

/* crosssell-products-list */
.crosssell #crosssell-products-list:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.crosssell #crosssell-products-list .product-image {
  float: left;
}
.rtl .crosssell #crosssell-products-list .product-image {
  float: right !important;
}

.block-poll li {
  width: 100%;
  float: left;
}
.rtl .block-poll li {
  float: right !important;
}
.block-poll li span.label {
  font-size: 13px;
  line-height: 24px;
}

.sendfriend-product-send .send-friend {
  background: white;
  padding: 20px;
}
.sendfriend-product-send .send-friend .buttons-set button {
  margin-bottom: 20px;
}

.customer-account-login .new-users .content,
.customer-account-login .registered-users .content {
  min-height: 300px;
}

.send-friend .btn-remove {
  float: none;
  margin-top: 40px;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.paneltool {
  position: fixed;
  top: 05px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  left: -322px;
  border: solid 1px #CCC;
  z-index: 9999;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888;
  background: #fff;
}
.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%;
}

#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;
  font-weight: normal;
}

h1 {
  font-size: 21px;
  line-height: 40px;
}

h2 {
  font-size: 18px;
  line-height: 40px;
}

h3 {
  font-size: 15px;
  line-height: 40px;
}

h4 {
  font-size: 14px;
  line-height: 32px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
  line-height: 40px;
}

.success {
  color: #3d6611;
  font-weight: bold;
  background: white;
  padding: 10px;
  margin-top: 20px;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611;
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.rtl caption, .rtl th, .rtl td {
  text-align: right !important;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font-size: 13px;
  color: #545759;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.button, input {
  height: 40px;
  line-height: 1.42857;
}

input, select, textarea {
  width: 100%;
}

.button, input.button, .cart-top .btn {
  background-color: #e64a5c;
  border: 1px solid #e64a5c;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: white;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  font-weight: bold;
  padding: 0 25px;
}
.button:hover, input.button:hover, .cart-top .btn:hover {
  background-color: #383737;
  border: 1px solid #383737;
  color: white !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

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;
  width: auto;
  border: 0;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
  float: right !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none!important;
}

select[multiple], select[size] {
  width: 300px;
}

label {
  padding: 4px;
  font-weight: normal;
  color: #555555;
}
label em {
  padding-right: 5px;
}
.rtl label em {
  padding-left: 5px;
  padding-right: inherit;
}

.label {
  display: table-cell;
  font-size: 100%!important;
}

/* Data Table */
table {
  width: 100%;
  border: 1px solid #d9dde3;
  margin: 10px 0;
  /* Bundle products tables */
}
table td.last, table th.last {
  border-right: 0;
}
table th {
  padding: 3px 8px;
  font-weight: bold;
  border-right: 1px solid #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 td,
table tbody.even tr td {
  border-bottom: 0;
}
table tbody.odd tr.border td,
table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}
table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
table tbody td .option-value {
  padding-left: 10px;
}
.rtl table tbody td .option-value {
  padding-right: 10px;
  padding-left: inherit;
}

.data-table {
  width: 100%;
}
.data-table h2.product-name {
  font-size: 14px;
  line-height: normal;
}
.data-table th, .data-table td {
  padding: 10px;
}
.data-table thead {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #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 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: #fff;
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table th .tax-flag {
  font-weight: normal;
}
.data-table .cell-label {
  display: none;
}
.data-table .value input {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.form-list .field {
  width: 300px;
  margin-right: 10px;
  float: left;
}
.rtl .form-list .field {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .form-list .field {
  float: right !important;
}
.form-list input.input-text {
  width: 300px;
}

.back-link {
  margin-top: 10px;
  float: right;
}
.rtl .back-link {
  float: left !important;
}

.cart .shipping input.input-text, .cart .shipping select {
  width: 100%;
}

.multiple-checkout select {
  width: auto;
}

.box-sp-methods .radio,
.box-sp-methods .checkbox {
  height: 51px !important;
}

.control .radio,
.control .checkbox {
  height: 31px;
  border: 0;
}

/* block */
.block {
  margin-bottom: 30px;
  position: relative;
}
.block .block-title {
  color: #222222;
  position: relative;
  text-transform: uppercase;
  font-family: "cambria", serif;
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 1px;
  border-top: 1px solid #d7d7d7;
}
.block .block-title h2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
}
.block .block-title h2:before {
  content: "";
  background: #383737;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 1px;
}
.rtl .block .block-title h2:before {
  right: 0;
  left: auto;
}
.block .block-title span {
  font-weight: normal;
  line-height: 40px;
}
.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block.nopadding .block-content {
  padding: 0;
  margin: 0;
}

.block-theme {
  border-color: #dddddd;
}
.block-theme .block-title {
  color: white;
  background-color: #e64a5c;
  border-color: #dddddd;
}
.block-theme .block-title + .block-collapse .block-content {
  border-top-color: #dddddd;
}
.block-theme > .block-footer + .block-collapse .block-body {
  border-bottom-color: #dddddd;
}

.block-success .block-title {
  background: white;
}

.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: #e64a5c;
}
.block-highlighted .block-title {
  color: white;
  background-color: #e64a5c;
  border-color: #e64a5c;
}
.block-highlighted .block-title + .block-collapse .block-content {
  border-top-color: #e64a5c;
}
.block-highlighted > .block-footer + .block-collapse .block-body {
  border-bottom-color: #e64a5c;
}
.block-highlighted .block-content {
  border-color: #e64a5c;
  border-width: 2px;
}

/* block inline style */
.sidebar .block .block-title span {
  position: relative;
}
.sidebar .block .block-title span::before {
  background: none repeat scroll 0 0 #383737;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -26px;
  width: 100%;
}
.rtl .sidebar .block .block-title span::before {
  right: 0;
  left: auto;
}
.sidebar .block .block-content {
  padding: 0;
}

/* 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 {
  margin: 0;
}

.block-subscribe .block-title {
  float: left;
  padding-left: 4%;
  padding-bottom: 0;
}
.rtl .block-subscribe .block-title {
  float: right !important;
}
.rtl .block-subscribe .block-title {
  padding-right: 4%;
  padding-left: inherit;
}
.block-subscribe .block-title h3 {
  letter-spacing: 2px;
}
.block-subscribe .block-content {
  padding: 0;
}
.block-subscribe label {
  color: #3a3d41;
  margin-bottom: 12px;
  padding: 0;
}
.block-subscribe .validation-advice {
  color: white;
  background: none;
  padding: 10px 0 0!important;
}
.block-subscribe .input-box {
  width: 70%;
  float: right;
  margin-left: 10px;
}
.rtl .block-subscribe .input-box {
  float: left !important;
}
.rtl .block-subscribe .input-box {
  margin-right: 10px;
  margin-left: inherit;
}
.block-subscribe .input-box input {
  box-shadow: none!important;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  font-style: italic;
  color: white;
  border-radius: 0;
}
.block-subscribe .input-box input:focus {
  color: white;
}
.block-subscribe .actions {
  position: absolute;
  right: 0;
}
.rtl .block-subscribe .actions {
  left: 0;
  right: auto;
}
.block-subscribe .button {
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 0;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
  height: 39px;
}
.block-subscribe .button:hover {
  background: transparent;
}
.block-subscribe .validation-advice {
  padding-top: 10px;
}

/* block tags */
.block-tags .tags-list li {
  font-size: 15px;
}
.block-tags .tags-list li a {
  background: #e9e9e9;
  color: #333333;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  font-size: 13px!important;
  padding: 6px 10px;
  margin: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rtl .block-tags .tags-list li a {
  float: right !important;
}
.block-tags .tags-list li a:hover {
  background: #e64a5c;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-tags .actions {
  margin-top: 10px;
  font-style: italic;
  font-weight: bold;
  float: left;
  width: 100%;
}
.rtl .block-tags .actions {
  float: right !important;
}
.block-tags .actions a {
  color: #333333;
}

.block.block-layered-nav {
  margin-bottom: 20px;
}

.abs {
  background: #e64a5c;
}
.abs .abs-left {
  background: #d94254;
  text-align: center;
  padding: 0;
}
.abs .abs-left:before {
  content: "";
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=1);
  position: absolute;
  width: 12px;
  height: 100%;
  right: -12px;
  top: 0;
}
.rtl .abs .abs-left:before {
  left: -12px;
  right: auto;
}
.abs .abs-right {
  padding: 27px 0;
  overflow: hidden;
}
.abs .abs-right:before {
  content: "";
  background: #e64a5c;
  position: absolute;
  width: 12px;
  height: 110%;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  left: 7px;
  top: -5px;
}
.rtl .abs .abs-right:before {
  right: 7px;
  left: auto;
}
.abs .row-inner {
  display: table;
  width: 100%;
}

.block-related .related-checkbox {
  position: absolute;
  z-index: 9;
  left: 20px;
}
.rtl .block-related .related-checkbox {
  right: 20px;
  left: auto;
}

.block-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block-image a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0 solid rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-image a:after {
  content: "";
  background: url("../images/close.png") no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.block-image a:hover:before {
  border: 200px solid rgba(0, 0, 0, 0.6);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block-image a:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition-delay: 0.2s;
}

/* Footer Layout */
.block-footer {
  background: #f4f4f4;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}
.block-footer .block {
  margin-bottom: 0;
}
.block-footer .block .block-title {
  color: white;
  border-top: 0;
  padding-top: 0;
}
.block-footer .block-content {
  padding: 0;
}
.block-footer .nav-links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.block-footer .panel-group {
  margin-bottom: 0;
}

.owl-carousel {
  width: auto !important;
  margin-left: -14px;
  margin-right: -14px;
}
.owl-carousel .owl-item {
  padding-left: 14px;
  padding-right: 14px;
}

.owlproductcarousel .owl-wrapper, .owlproductcarousel .owl-item {
  padding-bottom: 15px;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.buttons {
  padding: 20px 0;
}
.buttons:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.buttons .left {
  float: left;
}
.buttons .right {
  float: right;
}

.btn-outline-inverse {
  color: white;
  background-color: #e64a5c;
  border-color: #e64a5c;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #d94254;
  border-color: #d94254;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #d94254;
  border-color: #d94254;
}
.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: #e64a5c;
  border-color: #e64a5c;
}
.btn-outline-inverse .badge {
  color: #e64a5c;
  background-color: white;
}

.btn-outline {
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  margin: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 15px;
  background: #e64a5c;
}
.btn-outline:hover {
  background: #383737;
  border: 0!important;
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

/* Contact Form Footer */
.footer-contact .contact-location {
  position: relative;
}
.footer-contact .contact-location::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footer-contact .contact-content {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  z-index: 2;
}
.footer-contact .contact-content button {
  padding: 0 60px;
}
.footer-contact .input-text {
  padding-left: 30px;
  border: 2px solid transparent;
}
.rtl .footer-contact .input-text {
  padding-right: 30px;
  padding-left: inherit;
}
.footer-contact textarea {
  height: 208px;
}
.footer-contact input {
  height: 50px;
  margin-bottom: 14px;
}
.footer-contact input, .footer-contact textarea {
  border-radius: 0!important;
}
.footer-contact input:active, .footer-contact input:focus, .footer-contact textarea:active, .footer-contact textarea:focus {
  color: black;
  border: 2px solid black;
}
.footer-contact .form-group {
  margin-left: 6px;
  margin-right: 6px;
}

#onepage-guest-register-button {
  position: relative;
  z-index: 1;
}

/******************************************************
 * $package Ves Magento Theme Framework for Magento 1.9.0.1
 * $version 3.0
 * $author http://www.venustheme.com
 * $copyright   Copyright (C) Augus 2013 venustheme.com <$email:venustheme$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-md {
  background: url("../images/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 988px;
  -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: 1218px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}

#ves-wrapper {
  overflow-x: hidden;
}

.cms-index-index .content-wapper {
  margin-top: 0;
}
.cms-index-index .header-default2 .logo.inner::after {
  content: "";
  position: absolute;
  background: #e9e9e9;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 1px;
}
.rtl .cms-index-index .header-default2 .logo.inner::after {
  right: 0;
  left: auto;
}

.content-wapper {
  margin-top: 30px;
}

/*
* HEADER 
*/
#header {
  background: url("../images/header-bg.jpg") repeat;
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 999;
  /* Keep header when scrolling*/
}
#header #header-main {
  color: #8c8c8c;
  min-height: 60px;
  padding: 28px 0;
  text-align: left;
}
.rtl #header #header-main {
  text-align: right !important;
}
#header #header-main .header-wrap {
  margin: 0;
}
#header.navbar-fixed-top {
  position: relative;
}
#header.hide-bar {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  margin-top: -41px;
  z-index: 9999 !important;
  background: white;
  position: fixed!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;
}
.rtl #header .show-mobile {
  text-align: left !important;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 13px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: white;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  left: auto;
  min-width: 160px;
  z-index: 9999;
  border: 1px solid #e7e7e7;
  background: white;
  padding: 15px;
  text-align: left;
  right: 0;
}
.rtl #header .show-mobile .inner-toggle {
  text-align: right !important;
}
.rtl #header .show-mobile .inner-toggle {
  left: 0;
  right: auto;
}

#header .header-default2 .cart-top {
  position: absolute;
  right: 100px;
  top: 0;
}
.rtl #header .header-default2 .cart-top {
  left: 100px;
  right: auto;
}
#header .header-default2 #header-main {
  padding: 24px 0!important;
  text-align: center!important;
}

#logo-theme {
  display: block;
  background: transparent;
}
#logo-theme strong.logo-title {
  display: none;
}

.logo {
  display: block;
  background: transparent;
}
.logo strong.logo-title {
  display: none;
}

.top-search {
  margin-left: 8%;
}
.rtl .top-search {
  margin-right: 8%;
  margin-left: inherit;
}
.top-search:hover .content {
  width: 200px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border: 1px solid #e7e7e7;
}
.top-search .form-search {
  position: relative;
  width: 210px;
}
.top-search .form-search input {
  background: white;
  padding-left: 0;
  border-radius: 0!important;
  border: 0;
  border-bottom: 1px solid #383737;
  height: 35px!important;
  font-size: 13px;
  font-style: italic;
  width: 100%;
  color: #383737;
  margin: 0!important;
}
.rtl .top-search .form-search input {
  padding-right: 0;
  padding-left: inherit;
}
.top-search .form-search button.button-search {
  color: #e64a5c;
  cursor: pointer;
  height: 35px!important;
  line-height: 35px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  font-size: 13px;
}
.rtl .top-search .form-search button.button-search {
  left: 0;
  right: auto;
}
.top-search .form-search button.button-search:hover {
  color: #e64a5c !important;
}
.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 #e7e7e7;
  background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  padding: 2px 8px 1px 8px;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  text-align: right !important;
}
.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 !important;
}
.top-search .form-search .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}

#ves-masshead .inner {
  background: #d94254;
  color: #999999;
  padding: 8px 0;
}
#ves-masshead .inner a {
  color: #999999;
}
#ves-masshead .inner a:hover {
  color: #a6a6a6;
}

/*
* NAVIGATION
*/
/*

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
#ves-showcase .block {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#ves-showcase .block .block-content {
  padding: 0;
}
#ves-showcase .custom-block div {
  float: left;
}
.rtl #ves-showcase .custom-block div {
  float: right !important;
}
#ves-showcase p {
  margin-bottom: 0;
}

/*
* PROMOTION TOP 
*/
#ves-promotion p {
  margin-bottom: 0;
}

/*
* Breadcrumbs 
*/
/*
* MAIN CONTENT
*/
#content {
  min-height: 400px;
}

#ves-brandcarousel .item-inner img, .widget-brand-list .widget-inner .post-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  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");
  /* Firefox 10+, Firefox on Android */
}
#ves-brandcarousel .item-inner:hover img, .widget-brand-list .widget-inner .post-image:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  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");
}

#ves-brandcarousel {
  padding: 30px 0 40px;
}
#ves-brandcarousel .carousel-controls {
  top: -73px;
}
#ves-brandcarousel:hover .carousel-controls {
  display: block;
}
#ves-brandcarousel .block-content {
  padding: 20px 0;
}

#ves-massbottom1 {
  background: white;
}

#ves-massbottom {
  background: white;
}

/*end*/
/* FOOTER */
#ves-footer ul, #ves-footer ol {
  list-style: none;
}

/* POWER BY */
#powered {
  position: relative;
  background: white;
  color: #383737;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  padding: 24px 0 30px;
  border-bottom: 3px solid #252525;
}
#powered a {
  color: #383737;
}
#powered a:hover {
  color: #e64a5c;
}
#powered address {
  margin-bottom: 0;
  line-height: 25px;
}

.contact-info {
  margin-bottom: 20px;
}
.contact-info .fa {
  background: #e64a5c;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.contact-customhtml li {
  padding-bottom: 10px;
}
.contact-customhtml li em {
  margin-right: 10px;
}

.footer-links > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 1px solid #383737;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 5px 0;
}
.rtl .footer-links > li {
  border-left: 1px solid #383737;
  border-right: inherit;
}
.footer-links > li:last-child {
  border: 0;
}

.cms-page-error {
  text-align: center;
  color: white;
}
.cms-page-error h1 {
  font-size: 150px;
  line-height: 150px;
}
.cms-page-error a {
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 20px;
  line-height: 120px;
  margin: 0 12px;
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cms-page-error a:hover {
  border-color: #e64a5c;
  background: #e64a5c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cms-page-error .back-page {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-page-error .back-home {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.cms-no-route .content-wapper .block {
  margin: 0!important;
}
.cms-no-route .content-wapper .block .block-content {
  padding: 0!important;
}

.left-layout {
  border-right: 1px solid #e9e9e9;
}
.rtl .left-layout {
  border-left: 1px solid #e9e9e9;
  border-right: inherit;
}

#ves-mainnav {
  background: transparent;
}

.ves-megamenu {
  background: transparent;
  font-family: "cambria", serif;
  border-top: 1px solid #d7d7d7;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.ves-megamenu .ves-colorbox {
  display: none !important;
}
.ves-megamenu .navbar-inverse {
  background: transparent;
}
.ves-megamenu .navbar {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-height: 45px;
}
.ves-megamenu .navbar-collapse {
  padding: 0;
}
.ves-megamenu .navbar-nav {
  float: left;
}
.rtl .ves-megamenu .navbar-nav {
  float: right !important;
}
.ves-megamenu .navbar-nav > li {
  float: left;
}
.rtl .ves-megamenu .navbar-nav > li {
  float: right !important;
}
.ves-megamenu .navbar-nav > li:last-child > a:after {
  background: transparent;
}
.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 {
  right: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  -webkit-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
.ves-megamenu .navbar-nav > li.custom .dropdown-menu {
  -webkit-transform: translate(-18%, 0);
  -ms-transform: translate(-18%, 0);
  transform: translate(-18%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.custom .dropdown-menu {
  -webkit-transform: translate(-82%, 0);
  -ms-transform: translate(-82%, 0);
  transform: translate(-82%, 0);
}
.ves-megamenu .navbar-nav > li:hover > a, .ves-megamenu .navbar-nav > li:focus > a {
  background: transparent;
  color: white;
}
.ves-megamenu .navbar-nav > li:hover > a span, .ves-megamenu .navbar-nav > li:focus > a span {
  color: white !important;
}
.ves-megamenu .navbar-nav > li:hover > a::before, .ves-megamenu .navbar-nav > li:focus > a::before {
  content: "";
  background: #e64a5c;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 1px;
  border-right: 3px solid white;
  position: absolute;
  z-index: -1;
}
.rtl .ves-megamenu .navbar-nav > li:hover > a::before, .rtl .ves-megamenu .navbar-nav > li:focus > a::before {
  right: 1px;
  left: auto;
}
.rtl .ves-megamenu .navbar-nav > li:hover > a::before, .rtl .ves-megamenu .navbar-nav > li:focus > a::before {
  border-left: 3px solid white;
  border-right: inherit;
}
.ves-megamenu .navbar-nav > li.active > a span {
  color: black !important;
  font-weight: bold;
}
.ves-megamenu .navbar-nav > li.active > a span::before {
  background: black;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}
.rtl .ves-megamenu .navbar-nav > li.active > a span::before {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li.active > a::before {
  content: "";
  background: #ebebeb;
  width: 100%;
  height: 21px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.rtl .ves-megamenu .navbar-nav > li.active > a::before {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li > a {
  line-height: 20px;
  padding: 12px 24px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.ves-megamenu .navbar-nav > li > a:after {
  content: "";
  background: #d7d7d7;
  position: absolute;
  width: 1px;
  height: 32px;
  right: 0;
  top: 0;
}
.rtl .ves-megamenu .navbar-nav > li > a:after {
  left: 0;
  right: auto;
}
.ves-megamenu .navbar-nav > li > a span {
  text-transform: uppercase;
  font-size: 15px;
  color: #383737;
  letter-spacing: 2px;
  background-color: transparent!important;
}
.ves-megamenu .navbar-nav > li > a:hover span, .ves-megamenu .navbar-nav > li > a:focus span, .ves-megamenu .navbar-nav > li > a:active span {
  color: #e64a5c;
}
.ves-megamenu .navbar-nav > li > a .caret {
  border: 0;
}
.ves-megamenu .dropdown-menu {
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  height: auto;
  visibility: hidden;
  font-weight: 400;
  color: #d94254;
  border: 0;
  border-top: 3px solid #e64a5c;
  min-width: 185px;
  font-family: "Noto Sans", sans-serif;
  padding: 10px;
  background-color: white;
  transform: translateY(10%);
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .ves-megamenu .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .ves-megamenu .dropdown-menu {
  text-align: right !important;
}
.ves-megamenu .dropdown-menu li {
  line-height: 28px;
}
.ves-megamenu .dropdown-menu li a {
  color: black;
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .ves-megamenu .dropdown-menu li a {
  text-align: right !important;
}
.ves-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 10px;
  color: #e64a5c !important;
}
.rtl .ves-megamenu .dropdown-menu li a:hover {
  padding-right: 10px;
  padding-left: inherit;
}
.ves-megamenu .dropdown-menu li a:hover .fa {
  color: #e64a5c;
}
.ves-megamenu .dropdown-menu .menu-title {
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  padding-left: 15px;
}
.rtl .ves-megamenu .dropdown-menu .menu-title {
  padding-right: 15px;
  padding-left: inherit;
}
.ves-megamenu .dropdown-menu .menu-title:before {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  line-height: 32px;
  font-size: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
}
.rtl .ves-megamenu .dropdown-menu .menu-title:before {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown-menu .menu-title:after {
  content: "\f177";
  font-family: FontAwesome;
  float: right;
  display: none;
  line-height: 32px;
  font-size: 10px;
}
.ves-megamenu .dropdown-menu .mega-col {
  padding: 0 10px;
}
.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: 13px;
}
.ves-megamenu .dropdown {
  display: block;
}
.ves-megamenu .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;
}
.ves-megamenu .dropdown:hover > a {
  color: #e64a5c;
  background: white;
}
.ves-megamenu .dropdown:hover > a .fa {
  color: #e64a5c;
}
.ves-megamenu .dropdown-submenu {
  position: relative;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  left: 100%;
  position: absolute;
}
.rtl .ves-megamenu .dropdown-submenu .dropdown-menu {
  right: 100%;
  left: auto;
}
.ves-megamenu .dropdown-submenu: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;
}
.ves-megamenu .mega-group {
  margin-bottom: 8px;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  color: white;
  margin-bottom: 10px;
}
.ves-megamenu .mega-group > .dropdown-toggle .menu-title {
  padding-left: 0!important;
  padding-right: 0!important;
}
.ves-megamenu .mega-group > .dropdown-toggle .menu-title:after, .ves-megamenu .mega-group > .dropdown-toggle .menu-title:before {
  content: ""!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 .mega-col-inner {
  border-right: 0;
}
.ves-megamenu .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.rtl .ves-megamenu .dropdown-mega .mega-col-inner > ul > li a {
  margin-right: 6px;
  margin-left: inherit;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: transparent!important;
}

/*
 *
 * Vertical menu
 */
.ves-verticalmenu {
  position: relative;
}
.ves-verticalmenu .navbar-inverse .navbar-nav > li > a:hover, .ves-verticalmenu .navbar-nav > li:hover, .ves-verticalmenu .navbar-nav > li:hover > a {
  background-color: #f7f7f7;
  color: #e64a5c;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ves-verticalmenu .block-title {
  width: 100%;
  background: #e64a5c;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0!important;
  color: white;
  border: 0;
  overflow: hidden;
}
.ves-verticalmenu .block-title h3 {
  line-height: 50px;
  color: white;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
}
.ves-verticalmenu .block-title h3::before {
  background: #e64a5c;
  content: "";
  height: 50px;
  left: -15px;
  position: absolute;
  top: -3px;
  transform: rotate(-7deg);
  width: 12px;
}
.rtl .ves-verticalmenu .block-title h3::before {
  right: -15px;
  left: auto;
}
.ves-verticalmenu .block-title span {
  background: #d94254;
  color: rgba(255, 255, 255, 0.4);
  float: left;
  font-family: "cambria", serif;
  font-size: 21px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 18px;
  position: relative;
}
.rtl .ves-verticalmenu .block-title span {
  float: right !important;
}
.rtl .ves-verticalmenu .block-title span {
  margin-left: 18px;
  margin-right: inherit;
}
.ves-verticalmenu .block-title span::before {
  content: "";
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.16) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29000000', endColorstr='#00000000', GradientType=1);
  position: absolute;
  width: 8px;
  height: 100%;
  right: -8px;
  top: 0;
}
.rtl .ves-verticalmenu .block-title span::before {
  left: -8px;
  right: auto;
}
.ves-verticalmenu .block-content {
  padding: 0!important;
}
.ves-verticalmenu .block-content::after {
  content: "";
  border-top: 6px solid #d94254;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 16px;
}
.rtl .ves-verticalmenu .block-content::after {
  right: 16px;
  left: auto;
}
.ves-verticalmenu .widget-inner ul {
  margin: 0;
  padding: 0;
}
.ves-verticalmenu .navbar-collapse, .ves-verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
}
.ves-verticalmenu .navbar-inverse {
  background: #ebebeb;
  border: 0;
  margin: 0!important;
}
.ves-verticalmenu .navbar {
  margin: 0;
  border: 0;
  position: static;
}
.ves-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ves-verticalmenu .navbar-nav .fa {
  font-size: 16px;
}
.ves-verticalmenu .navbar-nav .fa::before {
  position: absolute;
  padding-left: 15px;
}
.rtl .ves-verticalmenu .navbar-nav .fa::before {
  padding-right: 15px;
  padding-left: inherit;
}
.ves-verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
  padding: 14px 28px;
  border-bottom: 1px solid white;
}
.ves-verticalmenu .navbar-nav > li:first-child {
  padding-top: 15px;
}
.ves-verticalmenu .navbar-nav > li:last-child {
  border: 0;
  padding-bottom: 15px;
}
.ves-verticalmenu .navbar-nav > li > a {
  color: #383737;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
}
.ves-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 20px;
}
.ves-verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: normal;
  font-size: 13px;
}
.ves-verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
.ves-verticalmenu .navbar-nav > li > a .caret {
  border: 0!important;
}
.ves-verticalmenu .navbar-nav > li > a .caret:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 100;
}
.rtl .ves-verticalmenu .navbar-nav > li > a .caret:after {
  left: 0;
  right: auto;
}
.ves-verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
.ves-verticalmenu .navbar-nav > li:hover > a .caret {
  border-right: 6px solid white;
}
.rtl .ves-verticalmenu .navbar-nav > li:hover > a .caret {
  border-left: 6px solid white;
  border-right: inherit;
}
.ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  display: block;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ves-verticalmenu .navbar-nav > li .parent {
  position: relative;
}
.ves-verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #383737;
}
.ves-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #e64a5c;
}
.ves-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);
}
.ves-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.ves-verticalmenu .verticalmenu li a .menu-desc {
  color: red;
  text-transform: none;
  font-weight: normal;
  float: left;
  width: 100%;
}
.rtl .ves-verticalmenu .verticalmenu li a .menu-desc {
  float: right !important;
}
.ves-verticalmenu .verticalmenu li a:hover .caret {
  border-right-color: white;
}
.ves-verticalmenu .dropdown-menu {
  min-width: 210px;
  top: 0;
  left: 100%;
  border: 0;
  display: none;
  min-height: 100%;
  min-width: 215px;
  padding: 15px;
  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: 4px 1px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 4px 1px 4px 0 rgba(0, 0, 0, 0.24);
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .ves-verticalmenu .dropdown-menu {
  right: 100%;
  left: auto;
}
.ves-verticalmenu .dropdown-menu .menu-title {
  color: #383737 !important;
  line-height: 22px!important;
  float: none!important;
  margin-top: 10px;
}
.ves-verticalmenu .dropdown-menu .menu-title:hover {
  color: #e64a5c !important;
}
.ves-verticalmenu .dropdown-menu .widget-title {
  color: #383737;
  font-size: 13px;
  margin-bottom: 10px;
}
.ves-verticalmenu .dropdown-menu .block-categories {
  margin-top: 15px;
}
.ves-verticalmenu .dropdown-menu a:hover {
  color: #e64a5c !important;
}
.ves-verticalmenu .dropdown-menu .caret {
  border-top: 4px solid #666666!important;
  position: absolute;
  top: 15px;
  margin-left: 6px;
}
.rtl .ves-verticalmenu .dropdown-menu .caret {
  margin-right: 6px;
  margin-left: inherit;
}
.ves-verticalmenu .dropdown-menu .dropdown-mega .menu-title {
  color: #777777!important;
  font-weight: normal;
  line-height: 25px;
  font-size: 12px;
}
.ves-verticalmenu .dropdown-menu .dropdown-mega .menu-title:hover {
  color: #e64a5c !important;
}
.ves-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
  float: left;
  width: 100%;
}
.rtl .ves-verticalmenu .dropdown-menu ul li {
  float: right !important;
}
.ves-verticalmenu .dropdown-menu ul li a {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.rtl .ves-verticalmenu .dropdown-menu ul li a {
  text-align: right !important;
}
.ves-verticalmenu .dropdown-menu ul li a:hover {
  color: #e64a5c;
}
.ves-verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 12px;
}
.ves-verticalmenu .dropdown-menu .ves-menu-video {
  width: 100%;
}
.ves-verticalmenu .dropdown-menu .ves-menu-video iframe {
  margin-bottom: 10px;
}
.ves-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
.ves-verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-family: "Noto Sans", sans-serif;
  text-align: left;
}
.rtl .ves-verticalmenu .dropdown-menu .dropdown-toggle {
  text-align: right !important;
}
.ves-verticalmenu .dropdown-menu .action {
  display: none;
}
.ves-verticalmenu .widget-product-list .w-product {
  margin-bottom: 15px;
}
.ves-verticalmenu .widget-product-list .w-product .name {
  padding-top: 10px;
}
.ves-verticalmenu .widget-product-list .w-product .image {
  float: left;
  margin-right: 10px;
  width: auto!important;
}
.rtl .ves-verticalmenu .widget-product-list .w-product .image {
  float: right !important;
}
.rtl .ves-verticalmenu .widget-product-list .w-product .image {
  margin-left: 10px;
  margin-right: inherit;
}
.ves-verticalmenu .widget-product-list .w-product .price-box {
  padding: 0;
}

/*Navigation default*/
#ves-mainnav .nav-container #nav li {
  float: left;
  padding: 0;
  position: relative;
}
.rtl #ves-mainnav .nav-container #nav li {
  float: right !important;
}
#ves-mainnav .nav-container #nav li a {
  line-height: 95px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
}
#ves-mainnav .nav-container #nav li a span {
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 15px;
  color: #383737;
  background-color: transparent!important;
  font-weight: 400;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ves-mainnav .nav-container #nav li a:hover span, #ves-mainnav .nav-container #nav li a:focus span, #ves-mainnav .nav-container #nav li a:active span {
  color: #e64a5c !important;
  border: 2px solid #f0f0f0;
}
#ves-mainnav .nav-container #nav li > a.over {
  background-color: white;
  text-decoration: none;
}
#ves-mainnav .nav-container #nav li:hover > a {
  background-color: white;
}
#ves-mainnav .nav-container #nav li:hover > a .caret {
  border-bottom-color: black;
  border-top-color: black;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e7e7e7;
  bottom: 0;
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 40%;
  position: absolute;
  z-index: 2222;
}
#ves-mainnav .nav-container #nav li div {
  position: absolute;
  width: 15em;
  top: 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: "Noto Sans", sans-serif;
  -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: #e64a5c;
}
#ves-mainnav .nav-container #nav li ul li.active a {
  padding-left: 20px;
}
.rtl #ves-mainnav .nav-container #nav li ul li.active a {
  padding-right: 20px;
  padding-left: inherit;
}
#ves-mainnav .nav-container #nav li ul li:last-child > a {
  border-bottom: none;
}
#ves-mainnav .nav-container #nav li ul.shown-sub,
#ves-mainnav .nav-container #nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
.rtl #ves-mainnav .nav-container #nav li ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li div.shown-sub {
  right: 0;
  left: auto;
}
#ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub,
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
  left: 0px;
}
.rtl #ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
  right: 0px;
  left: auto;
}

/*Tree menu RTL  */
#ves-accordion ul {
  float: left;
}
.rtl #ves-accordion ul {
  float: right !important;
}
#ves-accordion li a {
  float: left;
}
.rtl #ves-accordion li a {
  float: right !important;
}
#ves-accordion .head {
  float: right;
  display: none;
}
.rtl #ves-accordion .head {
  float: left !important;
}
#ves-accordion li.parent .head {
  display: block;
}
#ves-accordion ul li a {
  background-position: left center;
  padding-left: 15px;
}
.rtl #ves-accordion ul li a {
  background-position: right center;
}
.rtl #ves-accordion ul li a {
  padding-right: 15px;
  padding-left: inherit;
}
#ves-accordion ul ul li {
  padding-left: 30px;
}
.rtl #ves-accordion ul ul li {
  padding-right: 30px;
  padding-left: inherit;
}

/* Top bar */
#topbar {
  font-weight: 300;
  font-size: 11px;
  font-family: "Noto Sans", sans-serif;
  background-color: #ebebeb;
  color: #383737;
  border-top: 3px solid #252525;
}
#topbar a {
  font-size: 11px;
}
#topbar a:hover {
  text-decoration: none;
  color: #e64a5c !important;
}
#topbar .links, #topbar .toplinks-wrap {
  float: left;
}
#topbar .links-outline a {
  color: #e64a5c;
}
#topbar .call-us {
  padding-top: 15px;
}
#topbar .dropdown {
  position: relative;
  display: block!important;
}
#topbar .dropdown .dropdown-toggle {
  width: auto;
  line-height: 46px;
  height: 46px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  cursor: pointer;
  padding-left: 20px;
  text-transform: uppercase;
}
.rtl #topbar .dropdown .dropdown-toggle {
  padding-right: 20px;
  padding-left: inherit;
}
#topbar .dropdown .dropdown-toggle span {
  padding: 0 3px;
}
#topbar .dropdown .dropdown-toggle:hover {
  color: #e64a5c;
}
#topbar .dropdown > .dropdown-menu {
  right: 0;
  left: auto;
  text-align: left;
  top: 46px;
  margin: 0;
  padding: 12px;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.rtl #topbar .dropdown > .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl #topbar .dropdown > .dropdown-menu {
  text-align: right !important;
}
#topbar .dropdown > .dropdown-menu a {
  color: #999999;
}
#topbar .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#topbar .quickaccess-toggle {
  color: #383737;
}
#topbar .quickaccess-toggle:hover {
  color: #e64a5c;
}
#topbar .topLinks {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#topbar .topLinks .links li > a {
  color: #383737;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
  width: 100%;
}
.rtl #topbar .topLinks .links li > a {
  text-align: right !important;
}
#topbar .top-currency,
#topbar .store-language {
  margin-left: 22px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 40px;
  height: 40px;
}
.rtl #topbar .top-currency, .rtl
#topbar .store-language {
  margin-right: 22px;
  margin-left: inherit;
}
#topbar .top-currency label,
#topbar .top-currency strong,
#topbar .store-language label,
#topbar .store-language strong {
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
#topbar .top-currency a,
#topbar .store-language a {
  text-transform: uppercase;
  color: #383737;
}
#topbar .top-currency a .fa,
#topbar .store-language a .fa {
  margin-left: 5px;
}
.rtl #topbar .top-currency a .fa, .rtl
#topbar .store-language a .fa {
  margin-right: 5px;
  margin-left: inherit;
}
#topbar .top-currency li,
#topbar .store-language li {
  display: block;
  padding: 2px 5px;
}
#topbar .top-currency li a,
#topbar .store-language li a {
  text-align: left;
}
.rtl #topbar .top-currency li a, .rtl
#topbar .store-language li a {
  text-align: right !important;
}
#topbar .form-language a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}
.rtl #topbar .form-language a {
  background-position: right center;
}
.rtl #topbar .form-language a {
  padding-right: 22px;
  padding-left: inherit;
}
#topbar .form-language a .caret {
  color: #999;
}

.cart-top {
  position: relative;
  margin-top: 5px;
}
.cart-top .cart-inner {
  position: relative;
}
.cart-top .cart-inner .price {
  color: #383737;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.cart-top .dropdown {
  position: relative;
  display: block!important;
}
.cart-top .dropdown .dropdown-menu {
  left: -70px;
  top: 34px;
  margin: 0;
  border: 0;
  padding: 10px;
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rtl .cart-top .dropdown .dropdown-menu {
  right: -70px;
  left: auto;
}
.rtl .cart-top .dropdown .dropdown-menu {
  text-align: right !important;
}
.cart-top .dropdown:hover .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cart-top .shopping-cart-icon {
  background: url("../images/icon_minicart.png") no-repeat center center;
  float: left;
  width: 60px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.rtl .cart-top .shopping-cart-icon {
  float: right !important;
}
.cart-top .cart-total {
  float: left;
  padding-top: 5px;
}
.rtl .cart-top .cart-total {
  float: right !important;
}
.cart-top .cart-total a {
  border-bottom: 3px solid #e64a5c;
  padding-bottom: 3px;
}
.cart-top .content {
  min-width: 260px;
}
.cart-top .content .block-cart {
  padding: 8px;
}
.cart-top .content .block-cart li {
  float: left;
  margin-bottom: 20px;
}
.rtl .cart-top .content .block-cart li {
  float: right !important;
}
.cart-top .content .block-cart .product-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.cart-top .content .block-cart .product-block:hover {
  position: relative;
}
.cart-top .content .block-cart .block-content {
  border-top: none;
  color: #222;
}
.cart-top .content .block-cart .block-content .image {
  margin-right: 8px;
}
.rtl .cart-top .content .block-cart .block-content .image {
  margin-left: 8px;
  margin-right: inherit;
}
.cart-top .content .block-cart .block-content .product-meta {
  padding: 0;
  width: 140px;
  text-align: left;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
  text-align: right !important;
}
.cart-top .content .block-cart .block-content .product-meta .product-name a {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 11px;
  font-weight: 400;
}
.cart-top .content .block-cart .block-content .product-meta strong {
  font-size: 15px;
}
.cart-top .content .block-cart .block-content .summary {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.rtl .cart-top .content .block-cart .block-content .summary {
  float: right !important;
}
.cart-top .content .block-cart .block-content .summary .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #d94254;
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.cart-top .content .block-cart .block-content .summary .price {
  color: #e64a5c;
  font-size: 15px;
}
.cart-top .content .block-cart .block-content .summary a {
  color: #222;
  text-decoration: underline;
}
.cart-top .content .block-cart .block-subtitle {
  display: none;
}
.cart-top .content .block-cart .btn-remove {
  position: absolute;
  right: -10px;
  top: 5px;
}
.rtl .cart-top .content .block-cart .btn-remove {
  left: -10px;
  right: auto;
}
.cart-top .content .block-cart .btn-edit {
  display: none;
}
.cart-top .active .content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cart-top:hover .cart-inner > span {
  color: white;
}
.cart-top .button, .cart-top .view-cart {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 36px;
}
.cart-top .button:hover, .cart-top .view-cart:hover {
  background: black;
  border: 1px solid #364a65;
}
.cart-top .view-cart {
  background: #1cbbb4;
  border: 1px solid #1cbbb4;
  height: 40px;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
}

/** apply general product block **/
.sidebar .products-row {
  margin: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  padding: 0 !important;
}
.sidebar .product-block {
  border: 0 !important;
  box-shadow: none!important;
  text-align: left;
}
.sidebar .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .sidebar .product-block {
  text-align: right !important;
}
.sidebar .product-block .image {
  float: left;
}
.rtl .sidebar .product-block .image {
  float: right !important;
}
.sidebar .product-block .action,
.sidebar .product-block .ves-colorbox,
.sidebar .product-block .colorbox, .sidebar .product-block .image-gallery,
.sidebar .product-block .add-to-links {
  display: none !important;
}
.sidebar .product-block .product-meta {
  float: right;
  width: 62%;
  padding: 0 20px 20px;
}
.rtl .sidebar .product-block .product-meta {
  float: left !important;
}
.sidebar .product-label {
  display: none;
}
.sidebar .onsale,
.sidebar .new-icon {
  display: none !important;
}

/* Block: Layered Navigation */
.block-layered-nav dt {
  background: url("../images/menu_down.gif") no-repeat right center;
  background-position: right center;
}
.rtl .block-layered-nav dt {
  background-position: left center;
}

.block-layered-nav dt.active {
  background: url("../images/menu_up.gif") no-repeat right center;
  background-position: right center;
}
.rtl .block-layered-nav dt.active {
  background-position: left center;
}

/* social internal module */
.social {
  text-align: center;
}
.social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 15px;
}
.rtl .social li {
  margin-right: 15px;
  margin-left: inherit;
}
.social li span {
  display: none;
}
.social li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.social li a:hover {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social li a .fa {
  font-size: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 3px;
  margin-right: 8px;
}
.rtl .social li a .fa {
  padding-right: 3px;
  padding-left: inherit;
}
.rtl .social li a .fa {
  margin-left: 8px;
  margin-right: inherit;
}

/* back to top */
.scrollup {
  background: #e64a5c;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  cursor: pointer;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}
.scrollup:hover {
  text-decoration: none;
  background: #383737;
}

.quick-access .welcome-msg {
  line-height: 44px;
  text-transform: uppercase;
}
.quick-access a {
  color: white;
}
.quick-access a:hover {
  color: #e64a5c;
}

.block-layered-nav .block-content {
  padding: 0;
}
.block-layered-nav .block-subtitle {
  font-weight: 700;
}
.block-layered-nav .currently {
  padding: 5px 10px 5px 0;
}
.block-layered-nav .currently li {
  position: relative;
  padding-bottom: 10px;
}
.block-layered-nav .currently .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #323232;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: 0;
}
.block-layered-nav .currently .value {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 700;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 9px;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  padding: 5px 15px 10px;
  text-align: right;
}
.rtl .block-layered-nav .actions {
  text-align: left !important;
}
.block-layered-nav .actions a {
  float: none;
}
.block-layered-nav dt {
  cursor: pointer;
  text-transform: uppercase;
  line-height: 100%;
  padding: 10px 0;
  text-align: left;
}
.rtl .block-layered-nav dt {
  text-align: right !important;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
  border-bottom: 0 none;
}
.block-layered-nav dd {
  margin: 0;
  padding: 0;
}
.block-layered-nav dd.last {
  border-bottom: 0 none;
}
.block-layered-nav dd li {
  color: #333;
  line-height: 100%;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}
.rtl .block-layered-nav dd li {
  text-align: right !important;
}
.block-layered-nav dd li a {
  color: #d94254;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.block-layered-nav dd li a:hover {
  color: #e64a5c;
  text-decoration: none;
}
.block-layered-nav dd .price {
  background: 0;
  color: #151515;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 100%;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}
.block-layered-nav dd.inactive {
  border-bottom: 0 none;
  padding: 0;
}
.block-layered-nav li {
  list-style: none;
}

.block-compare li,
.block-reorder li {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
}
.block-compare .actions,
.block-reorder .actions {
  margin-top: 10px;
}
.block-compare .actions button,
.block-reorder .actions button {
  float: right;
}
.rtl .block-compare .actions button, .rtl
.block-reorder .actions button {
  float: left !important;
}

.block-reorder input[type="checkbox"] {
  float: right;
  padding-right: 10px;
}
.rtl .block-reorder input[type="checkbox"] {
  float: left !important;
}
.rtl .block-reorder input[type="checkbox"] {
  padding-left: 10px;
  padding-right: inherit;
}

.tags-list a {
  font-size: 100% !important;
}

.vestestimonial {
  color: #383737;
}
.vestestimonial .testimonial-item {
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.vestestimonial .testimonial-item p {
  margin: 0;
}
.vestestimonial .testimonial-item .profile {
  margin-top: 10px;
  font-style: normal;
  font-size: 12px;
  color: #999;
}
.vestestimonial .latest-description .fa {
  color: #ccc;
  font-size: 17px;
  float: left;
  margin-right: 6px;
}
.rtl .vestestimonial .latest-description .fa {
  float: right !important;
}
.rtl .vestestimonial .latest-description .fa {
  margin-left: 6px;
  margin-right: inherit;
}
.vestestimonial .item > div:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.vestestimonial .post-image {
  float: left;
  padding-right: 30px;
}
.rtl .vestestimonial .post-image {
  float: right !important;
}
.rtl .vestestimonial .post-image {
  padding-left: 30px;
  padding-right: inherit;
}

.carousel-controls {
  top: -52px;
  position: absolute;
  right: 0;
  width: 80px;
}
.rtl .carousel-controls {
  left: 0;
  right: auto;
}
.carousel-controls .carousel-control {
  background: transparent!important;
  color: #c3c3c3 !important;
  width: 36px;
  height: 36px;
  line-height: 30px;
  font-size: 22px;
  border: 2px solid #c3c3c3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-shadow: none;
}
.carousel-controls .carousel-control:hover {
  color: #383737 !important;
  border-color: #383737 !important;
  box-shadow: none!important;
  background: none!important;
}

.productcarousel .block-title {
  margin-bottom: -13px;
}
.productcarousel .carousel-controls {
  top: -39px;
}
.productcarousel .carousel-inner:hover {
  overflow: visible;
}

.owl-theme .owl-controls .owl-page span {
  width: 10px!important;
  height: 10px!important;
}

.owl-item.loading {
  min-height: auto!important;
}

.owlproductcarousel .owl-controls .owl-buttons {
  top: -42px;
}

.productcarousel2 .block-title {
  margin-bottom: 0;
}
.productcarousel2 .owl-wrapper, .productcarousel2 .owl-item {
  padding-bottom: 0;
}
.productcarousel2 .owl-controls .owl-buttons {
  top: -52px;
}
.productcarousel2 .carousel-controls {
  top: -52px;
}
.productcarousel2 .product-block {
  padding: 0;
  width: auto;
}
.productcarousel2 .product-block .link-wishlist {
  top: 5px;
  right: 10px;
}
.rtl .productcarousel2 .product-block .link-wishlist {
  left: 10px;
  right: auto;
}
.productcarousel2 .product-block:hover {
  border-color: #e64a5c;
  position: relative;
}
.productcarousel2 .product-meta {
  display: none;
}
.productcarousel2 .product-col {
  padding: 0 14px;
}

.owl-controls .owl-buttons {
  position: absolute;
  top: -52px;
  right: 10px;
  width: 94px;
}
.rtl .owl-controls .owl-buttons {
  left: 10px;
  right: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  background: none repeat scroll 0 0 transparent !important;
  border: 2px solid #c3c3c3;
  border-radius: 50% !important;
  color: #c3c3c3 !important;
  font-size: 22px !important;
  height: 36px;
  line-height: 30px;
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 5px !important;
  text-shadow: none;
  width: 36px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #383737;
  color: #383737 !important;
}

.block.productcarousel3 {
  margin: 0 0 40px!important;
  padding: 0!important;
  left: auto!important;
  right: auto!important;
  width: auto!important;
}
.block.productcarousel3 .block-title {
  margin-bottom: 0;
}
.block.productcarousel3 .owl-wrapper, .block.productcarousel3 .owl-item {
  padding-bottom: 0!important;
}
.block.productcarousel3 .owl-wrapper .item > div:last-child .product-block, .block.productcarousel3 .owl-item .item > div:last-child .product-block {
  padding: 0!important;
}
.block.productcarousel3 .carousel-controls {
  top: -52px;
}
.block.productcarousel3 .product-block {
  border: 0!important;
  text-align: left;
  padding: 0 0 25px;
}
.block.productcarousel3 .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .block.productcarousel3 .product-block {
  text-align: right !important;
}
.block.productcarousel3 .product-block .image {
  float: left;
  margin-right: 10px;
}
.rtl .block.productcarousel3 .product-block .image {
  float: right !important;
}
.rtl .block.productcarousel3 .product-block .image {
  margin-left: 10px;
  margin-right: inherit;
}
.block.productcarousel3 .product-block .product-name {
  margin: 0;
}
.block.productcarousel3 .product-block .link-wishlist {
  display: none;
}
.block.productcarousel3 .product-block .action, .block.productcarousel3 .product-block .ves-colorbox, .block.productcarousel3 .product-block .colorbox, .block.productcarousel3 .product-block .image-gallery {
  display: none;
}
.block.productcarousel3 .product-block .rating-links {
  display: none;
}
.block.productcarousel3 .product-block .price-box {
  border: 0;
  text-align: left;
}
.rtl .block.productcarousel3 .product-block .price-box {
  text-align: right !important;
}
.block.productcarousel3 .product-block .right {
  margin-top: 0;
}
.block.productcarousel3 .product-block .product-meta {
  background: none;
  padding: 0;
  float: left;
  width: 60%;
}
.rtl .block.productcarousel3 .product-block .product-meta {
  float: right !important;
}
.block.productcarousel3 .product-block:hover {
  box-shadow: none;
  position: relative;
}
.block.productcarousel3 .product-block:hover .box-links {
  margin: 0;
}
.block.productcarousel3 .product-block:hover .product-meta {
  background: none!important;
}
.block.productcarousel3 .product-block:hover .product-meta .name a {
  color: #454545;
}
.block.productcarousel3 .product-block:hover .price {
  transform: none!important;
  opacity: 1!important;
  visibility: visible!important;
}
.block.productcarousel3 .product-col {
  border: 0!important;
  padding: 0 14px;
}

.zoomWindow {
  left: 472px;
}
.rtl .zoomWindow {
  right: 472px;
  left: auto;
}

.venus-latest-blog {
  margin-bottom: 0;
  overflow: hidden;
}
.venus-latest-blog .latest-description {
  max-height: 80px;
  overflow: hidden;
  margin: 10px 0;
}
.venus-latest-blog .latest-description a:hover {
  text-decoration: underline;
}
.venus-latest-blog .created-date {
  background: #e64a5c;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 12px;
  color: white;
}
.rtl .venus-latest-blog .created-date {
  right: 0;
  left: auto;
}
.venus-latest-blog .blog-meta {
  line-height: 25px;
  min-height: 120px;
  padding-top: 10px;
}
.venus-latest-blog .blog-meta .fa {
  padding-right: 5px;
  font-size: 12px;
}
.rtl .venus-latest-blog .blog-meta .fa {
  padding-left: 5px;
  padding-right: inherit;
}
.venus-latest-blog .post-images {
  float: left;
  padding-right: 30px;
  position: relative;
  margin-bottom: 10px;
}
.rtl .venus-latest-blog .post-images {
  float: right !important;
}
.rtl .venus-latest-blog .post-images {
  padding-left: 30px;
  padding-right: inherit;
}
.venus-latest-blog .post-info h3 {
  line-height: 22px;
  font-family: "cambria", serif;
  font-size: 18px;
}
.venus-latest-blog .post-info h3 a {
  color: black;
}
.venus-latest-blog .post-info h3 a:hover {
  text-decoration: underline;
}
.venus-latest-blog .post-info .blog-readmore a {
  padding: 0;
}
.venus-latest-blog .post-info .blog-readmore span {
  text-decoration: underline;
  color: black;
}
.venus-latest-blog .post-info .blog-readmore .fa {
  margin-left: 20px;
}
.rtl .venus-latest-blog .post-info .blog-readmore .fa {
  margin-right: 20px;
  margin-left: inherit;
}

#ves_blog_search_block button {
  margin-top: 10px;
}

/*Blog List */
.blog-list .blog-image {
  position: relative;
  margin: 0;
}
.blog-list .blog-title {
  font-weight: bold;
  margin: 0;
  line-height: normal;
}
.blog-list .blog-title a {
  color: #333333;
}
.blog-list .created-date {
  background: #e64a5c;
  width: 85px;
  height: 85px;
  border: 3px solid #e5e5e5;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
}
.rtl .blog-list .created-date {
  right: 10px;
  left: auto;
}
.blog-list .created-date .day {
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  font-family: "Noto Sans", sans-serif;
  float: left;
}
.rtl .blog-list .created-date .day {
  float: right !important;
}
.blog-list .blog-desc {
  margin-top: 10px;
}
.blog-list .blog-botm {
  float: left;
  width: 100%;
}
.rtl .blog-list .blog-botm {
  float: right !important;
}
.blog-list .blog-tags .tags {
  float: left;
}
.rtl .blog-list .blog-tags .tags {
  float: right !important;
}
.blog-list .blog-tags .tags .fa {
  margin-right: 5px;
}
.rtl .blog-list .blog-tags .tags .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.blog-list .blog-readmore {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.rtl .blog-list .blog-readmore {
  float: right !important;
}
.blog-list .blog-readmore a {
  background: #e64a5c;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 9px 12px;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
}
.blog-list .blog-readmore a:hover {
  background: #383737;
}
.blog-list .blog-col {
  margin-bottom: 40px;
}
.blog-list .pager .amount {
  float: right;
}
.rtl .blog-list .pager .amount {
  float: left !important;
}
.blog-list .pages > div {
  line-height: 30px;
}
.blog-list .pager li > a, .blog-list .pager li > span {
  border-radius: 0;
  padding: 5px 11px;
}
.blog-list .pager .pages .current {
  border: 1px solid #e64a5c;
}

.blogs-list .blog-image {
  margin-bottom: 16px;
}

/*Blog Grid */
.blogs-grid .blog-title {
  margin: 10px 0;
}
.blogs-grid .blog-desc {
  max-height: 76px;
  overflow: hidden;
  margin: 10px 0;
}

/*Blog Masonry */
.blogs-masonry .ves-description {
  max-height: 70px;
  overflow: hidden;
}
.blogs-masonry .blog-meta > span {
  float: left;
  margin-bottom: 3px;
}
.rtl .blogs-masonry .blog-meta > span {
  float: right !important;
}
.blogs-masonry .created-date {
  display: none;
}

/*Blog Thumb View */
.blogs-thumb_view .blog-title {
  padding-top: 10px;
}
.blogs-thumb_view .ves-description {
  max-height: 55px;
  overflow: hidden;
}

/*Blog Second */
.blogs-second .blogs-row {
  margin-bottom: 30px;
}
.blogs-second .blog-readmore {
  margin: 10px 0 20px;
}

.second-posts .blog-title {
  line-height: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.second-posts .ves-description {
  display: none;
}
.second-posts .blog-category > span, .second-posts .blog-category .fa {
  color: #999999!important;
}
.second-posts .colswrapper .itemcol {
  margin: 0 10px;
}
.second-posts .created-date {
  line-height: 25px;
}

span.author, span.blog-category, span.blog-hits, span.blog-comment-count {
  font-size: 100%!important;
  text-transform: none!important;
  margin-bottom: 8px;
  padding-right: 15px;
}
.rtl span.author, .rtl span.blog-category, .rtl span.blog-hits, .rtl span.blog-comment-count {
  padding-left: 15px;
  padding-right: inherit;
}
span.author a, span.blog-category a, span.blog-hits a, span.blog-comment-count a {
  color: #e64a5c;
}

.blog-post-view {
  color: #333;
}

.blog-post .blog-title {
  color: black;
}
.blog-post .blog-image {
  margin-top: 10px;
}
.blog-post span.blog-category {
  margin-left: 10px;
}
.rtl .blog-post span.blog-category {
  margin-right: 10px;
  margin-left: inherit;
}
.blog-post .blog-bottom {
  display: none;
}

/*Social Sidebar */
.atss-right {
  float: right;
  right: 0;
}
.rtl .atss-right {
  float: left !important;
}
.rtl .atss-right {
  left: 0;
  right: auto;
}
.atss-right a {
  float: right;
}
.rtl .atss-right a {
  float: left !important;
}

/*Layer Slider*/
.layerslider-wrapper {
  overflow: hidden;
}
.layerslider-wrapper .shop-now {
  background-color: #e64a5c;
  font-family: "Noto Sans", sans-serif;
  color: white;
  padding: 10px 30%;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.layerslider-wrapper .shop-now:hover {
  background: #d94254;
  color: white;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.layerslider-wrapper .view-detail {
  background-color: white;
  font-family: "Noto Sans", sans-serif;
  color: #383737;
  padding: 10px 30%;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.layerslider-wrapper .view-detail:hover {
  background: #d94254;
  color: white;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.layerslider-wrapper .tparrows {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 50px!important;
  height: 50px!important;
  background: none!important;
}
.layerslider-wrapper .tparrows::before, .layerslider-wrapper .tparrows::after {
  font-family: "FontAwesome";
  font-size: 32px;
  color: white;
  position: absolute;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layerslider-wrapper .tparrows:after {
  content: "";
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layerslider-wrapper .tparrows:hover::before, .layerslider-wrapper .tparrows:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.layerslider-wrapper .tp-leftarrow:before {
  content: "\f104";
}
.layerslider-wrapper .tp-rightarrow:before {
  content: "\f105";
}
.layerslider-wrapper .tp-caption.big-blue, .layerslider-wrapper .tp-caption.big-white, .layerslider-wrapper .tp-caption.medium-blue {
  font-weight: bold;
}
.layerslider-wrapper .tp-thumbcontainer, .layerslider-wrapper .tp-bullets {
  width: 100%;
}
.layerslider-wrapper .tp-thumbcontainer > div + div + div, .layerslider-wrapper .tp-bullets > div + div + div {
  border-color: #383737 !important;
}
.layerslider-wrapper .tp-thumbcontainer > div + div + div + div, .layerslider-wrapper .tp-bullets > div + div + div + div {
  border-color: #e64a5c !important;
}
.layerslider-wrapper .tp-thumbcontainer .bullet, .layerslider-wrapper .tp-bullets .bullet {
  border-top: 3px solid #e64a5c;
  background: #e64a5c;
  width: 25%;
  height: 62px;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0, 59px);
  -ms-transform: translate(0, 59px);
  transform: translate(0, 59px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .bullet, .rtl .layerslider-wrapper .tp-bullets .bullet {
  float: right !important;
}
.layerslider-wrapper .tp-thumbcontainer .bullet .slider-name, .layerslider-wrapper .tp-bullets .bullet .slider-name {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 16px;
  float: left;
  position: relative;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .bullet .slider-name, .rtl .layerslider-wrapper .tp-bullets .bullet .slider-name {
  float: right !important;
}
.layerslider-wrapper .tp-thumbcontainer .bullet .slider-name::before, .layerslider-wrapper .tp-bullets .bullet .slider-name::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 42px;
  height: 2px;
  bottom: -8px;
  left: 0;
  position: absolute;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .bullet .slider-name::before, .rtl .layerslider-wrapper .tp-bullets .bullet .slider-name::before {
  right: 0;
  left: auto;
}
.layerslider-wrapper .tp-thumbcontainer .bullet .slider-name::after, .layerslider-wrapper .tp-bullets .bullet .slider-name::after {
  background: #e64a5c;
  content: "";
  height: 69px;
  left: -14px;
  position: absolute;
  top: -3px;
  transform: rotate(-7deg);
  width: 12px;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .bullet .slider-name::after, .rtl .layerslider-wrapper .tp-bullets .bullet .slider-name::after {
  right: -14px;
  left: auto;
}
.layerslider-wrapper .tp-thumbcontainer .bullet.first, .layerslider-wrapper .tp-bullets .bullet.first {
  border-color: #383737 !important;
}
.layerslider-wrapper .tp-thumbcontainer .bullet:hover, .layerslider-wrapper .tp-thumbcontainer .bullet.selected, .layerslider-wrapper .tp-bullets .bullet:hover, .layerslider-wrapper .tp-bullets .bullet.selected {
  color: white;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-top: 0!important;
}
.layerslider-wrapper .tp-thumbcontainer .slider-number, .layerslider-wrapper .tp-bullets .slider-number {
  background: #d94254;
  color: rgba(255, 255, 255, 0.4);
  float: left;
  font-family: "cambria", serif;
  font-size: 30px;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 58px;
  margin-right: 18px;
  position: relative;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .slider-number, .rtl .layerslider-wrapper .tp-bullets .slider-number {
  float: right !important;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .slider-number, .rtl .layerslider-wrapper .tp-bullets .slider-number {
  margin-left: 18px;
  margin-right: inherit;
}
.layerslider-wrapper .tp-thumbcontainer .slider-number:before, .layerslider-wrapper .tp-bullets .slider-number:before {
  content: "";
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=1);
  position: absolute;
  width: 8px;
  height: 100%;
  right: -8px;
  top: 0;
}
.rtl .layerslider-wrapper .tp-thumbcontainer .slider-number:before, .rtl .layerslider-wrapper .tp-bullets .slider-number:before {
  left: -8px;
  right: auto;
}

/*Deals Module*/
.deal-products .timer-explain {
  display: none;
}
.deal-products .onsale {
  background: #fa687d;
  border-radius: 0;
  height: 20px;
  min-width: 36px;
  line-height: 20px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  right: 0;
}
.rtl .deal-products .onsale {
  left: 0;
  right: auto;
}
.deal-products .onsale::before {
  content: "";
  border-top: 10px solid #fa687d;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #fa687d;
  position: absolute;
  left: -6px;
  bottom: 0;
}
.rtl .deal-products .onsale::before {
  border-right: 6px solid transparent;
  border-left: inherit;
}
.rtl .deal-products .onsale::before {
  right: -6px;
  left: auto;
}
.deal-products .onsale span {
  border: 0;
  padding: 0;
}

.productdeals {
  text-align: left;
}
.rtl .productdeals {
  text-align: right !important;
}

/* Ves Categories */
.widget-categories .categories-row {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 21px;
}
.widget-categories .categories-row > div {
  border-left: 1px solid #d7d7d7;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rtl .widget-categories .categories-row > div {
  border-right: 1px solid #d7d7d7;
  border-left: inherit;
}
.widget-categories .categories-row > div:first-child {
  border-color: transparent!important;
}
.widget-categories .categories-row ul {
  padding: 0!important;
  position: relative;
  margin-bottom: 20px;
}
.widget-categories .categories-row .item-numb {
  position: absolute;
  background: #e64a5c;
  bottom: 0;
  left: 0;
  padding: 0 12px;
  color: white;
}
.rtl .widget-categories .categories-row .item-numb {
  right: 0;
  left: auto;
}
.widget-categories .categories-row .name {
  position: relative;
  padding: 0 15px;
}
.widget-categories .categories-row .name a {
  color: #383737;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.widget-categories .categories-row .line {
  background: #efefef;
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
}
.rtl .widget-categories .categories-row .line {
  right: 0;
  left: auto;
}
.widget-categories .categories-row li {
  overflow: hidden;
}
.widget-categories .categories-row li img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.393 0.349 0.272 0 0 0.394 0.349 0.272 0 0 0.495 0.333 0.333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-categories .categories-row li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  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");
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*  */
/*Autosearch*/
.search_box {
  border: none;
  width: 100%;
}
.search_box .button-search {
  color: white;
  background-color: #e64a5c;
  border: 0;
  font-size: 13px;
  position: relative;
  top: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: right;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.rtl .search_box .button-search {
  float: left !important;
}
.rtl .search_box .button-search {
  right: 0;
  left: auto;
}
.search_box .button-search:hover {
  background-color: #e64a5c;
}
.search_box .input-search {
  background: #ebebeb;
  border-radius: 0;
  border: 0;
  padding-left: 40px;
  font-style: italic;
  height: 50px;
}
.rtl .search_box .input-search {
  padding-right: 40px;
  padding-left: inherit;
}
.search_box .search-input-wrapper {
  position: relative;
  width: 80%;
}
.search_box .search {
  width: 100%;
  height: 50px;
  padding-left: 170px;
}
.rtl .search_box .search {
  padding-right: 170px;
  padding-left: inherit;
}
.search_box .search .form-control {
  height: 36px;
}
.search_box .category_filter {
  position: absolute;
  width: 170px;
  height: 50px;
}
.search_box .category_filter:active .fa, .search_box .category_filter:focus .fa {
  color: #363636;
}
.search_box .category_filter select {
  background: #363636;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: white;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.rtl .search_box .category_filter select {
  padding-right: 20px;
  padding-left: inherit;
}
.search_box .category_filter span {
  color: white;
  width: 30px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 50px;
  padding: 0 10px;
}
.rtl .search_box .category_filter span {
  left: 20px;
  right: auto;
}

ul.ui-autocomplete {
  z-index: 9999!important;
  width: 300px;
  cursor: default;
  position: fixed;
  top: 200px !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: #e64a5c;
}
ul.ui-autocomplete li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
.rtl ul.ui-autocomplete li a {
  float: left !important;
}

.ves-brandcarousel .owl-controls .owl-buttons {
  top: -72px;
}

.gallery-carousel {
  position: relative;
}

.price-box {
  color: #383737;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.price-box .price {
  margin: 0 1px;
}
.price-box .price-label {
  display: none;
}
.price-box .price-old, .price-box .old-price {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.price-box .price-old .price, .price-box .old-price .price {
  text-decoration: line-through;
  color: #e64a5c;
  font-size: 14px;
}

.minimal-price-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.minimal-price-link .label {
  display: none;
}

.special-price {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.product-pricing,
.block-deal-info {
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  color: #d94254;
  padding-top: 20px;
}

.block-deal-info {
  margin-bottom: 0;
}
.block-deal-info .block-title {
  display: none;
}
.block-deal-info .block-content {
  background: transparent;
}
.block-deal-info .deal_detail {
  padding: 20px 0;
}

/* product style */
.product-block {
  position: relative;
  background-color: white;
  margin: 0;
  float: left;
  width: 100%;
}
.rtl .product-block {
  float: right !important;
}
.product-block a:hover {
  color: #e64a5c;
}
.product-block .rating-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
}
.product-block .price-box .price-label {
  font-size: 13px -1 !important;
  color: black;
  font-weight: 300;
  display: none !important;
}
.product-block .price-box .price-from,
.product-block .price-box .price-to {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .price-box p {
  margin-bottom: 0;
}
.product-block .description {
  display: none;
  font-size: 14px;
}
.product-block .product-rating, .product-block .norating {
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
  font-size: 12px;
}
.product-block .name {
  margin: 0;
  min-height: 42px;
  line-height: 18px;
  float: left;
  margin-right: 40px;
}
.rtl .product-block .name {
  float: right !important;
}
.rtl .product-block .name {
  margin-left: 40px;
  margin-right: inherit;
}
.product-block .name a {
  color: black;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  min-height: 40px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #e64a5c !important;
}
.product-block .link-learn {
  color: #e64a5c;
}
.product-block .link-learn:hover {
  text-decoration: underline;
}
.product-block .image-gallery {
  border: solid 4px #b4b4b4;
  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 #b4b4b4;
  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;
  margin: 0;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  /*swap image*/
}
.product-block .image .product-image {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-block .image .product-image img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  left: 0;
}
.rtl .product-block .image .hover-image {
  right: 0;
  left: auto;
}
.product-block .image:hover .hover-image {
  visibility: visible;
  transform: translateX(0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .product-meta {
  padding-top: 15px;
  position: relative;
}
.product-block .add-to-links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.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);
}

/*new and sale icon */
.onsale,
.new-icon {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  border-radius: 50%;
  top: 20px;
  right: 10px;
  z-index: 99;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "cambria", serif;
}
.rtl .onsale, .rtl
.new-icon {
  left: 10px;
  right: auto;
}
.onsale span,
.new-icon span {
  color: white;
}

.onsale {
  background: #e64a5c;
}

.new-icon {
  background: #1cbbb4;
}

.onsale + .new-icon {
  top: 72px;
}

.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: #d64153;
}
.product-label.product-label-special[href]:hover, .product-label.product-label-special[href]:focus, .product-label.sale-box[href]:hover, .product-label.sale-box[href]:focus {
  background-color: #bc283a;
}
.product-label.sale-percent-box {
  background-color: #d64153;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #bc283a;
}

.rating-box {
  background: url(../images/rating-blank-star.png) repeat-x;
  clear: right;
  margin: 0 10px 0 0;
  position: relative;
  width: 60px;
  height: 11px;
}
.rating-box .rating {
  background: url(../images/rating-full-star.png) repeat-x;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0;
}

.products-row {
  padding-bottom: 2px;
}

.product-col {
  padding: 5px 6px;
}
.product-col .wrap-item {
  position: relative;
}

/* product list mode  */
.products-list .products-row {
  border: none;
}
.products-list .products-row .col-fullwidth {
  width: 100% !important;
  float: left;
  margin: 0;
}
.rtl .products-list .products-row .col-fullwidth {
  float: right !important;
}
.products-list .products-row .product-col {
  border-right: none;
  padding-bottom: 10px;
  border-right: 0;
}
.rtl .products-list .products-row .product-col {
  border-left: 0;
  border-right: inherit;
}
.products-list .products-row .product-col:last-child {
  border-right: 0;
}
.rtl .products-list .products-row .product-col:last-child {
  border-left: 0;
  border-right: inherit;
}
.products-list .product-block {
  text-align: left;
}
.rtl .products-list .product-block {
  text-align: right !important;
}
.products-list .product-block .action {
  margin-bottom: 12px;
}
.products-list .product-block .product-meta {
  padding: 0;
  float: left;
  width: 63%;
}
.rtl .products-list .product-block .product-meta {
  float: right !important;
}
.products-list .product-block .price-box {
  margin-bottom: 15px;
}
.products-list .product-block .right {
  text-align: left;
}
.rtl .products-list .product-block .right {
  text-align: right !important;
}
.products-list .product-block .name a {
  min-height: 30px !important;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
}
.products-list .product-block:hover {
  box-shadow: none;
  border-color: transparent;
  position: relative;
}
.products-list .product-block:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products-list .product-block .deal_detail,
.products-list .product-block .productdeals {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.products-list .description {
  display: block;
}
.products-list .price-tax {
  display: block;
}
.products-list .name {
  min-height: 20px;
}
.products-list .image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
  width: 33%;
}
.rtl .products-list .image {
  float: right !important;
}
.rtl .products-list .image {
  margin-left: 20px;
  margin-right: inherit;
}
.rtl .products-list .image {
  margin-left: 20px;
  margin-right: inherit;
}
.products-list .image img {
  padding: 0;
  border: 0;
}
.products-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .wishlist, .products-list .compare {
  float: left;
  margin: 30px 0 0 10px;
}
.rtl .products-list .wishlist, .rtl .products-list .compare {
  float: right !important;
}
.products-list .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .products-list .rating-box {
  float: right !important;
}
.rtl .products-list .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.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: "Noto Sans", sans-serif;
}
.products-list .toolbar-bottom {
  margin-top: 0;
}

.mini-products-list .price {
  margin: 0 0 10px;
}

/* product grid mode */
.products-grid.last {
  border: 0;
}
.products-grid .desc, .products-grid .price-tax {
  display: none!important;
  visibility: hidden;
}

.box-up-sell .desc {
  display: none;
}

.deals-index-index .products-block .product-block .deal_detail {
  display: none;
}
.deals-index-index .products-block .product-block .action {
  top: 41%;
}

.deals-index-index .products-list .product-block .image {
  width: 270px;
}
.deals-index-index .products-list .product-block .product-meta {
  float: left;
}
.rtl .deals-index-index .products-list .product-block .product-meta {
  float: right !important;
}
.deals-index-index .products-list .product-block .product-meta .deal_detail {
  display: block!important;
}
.deals-index-index .products-list .product-block .product-meta .add-to-links {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: white;
}

.product-detail.vesquickview {
  background: #fff;
  padding: 20px;
}
.product-detail.vesquickview .tabs-group .tab-contents {
  padding: 0;
  border: 0;
  background: #fff;
}
.product-detail.vesquickview .block-related {
  display: none;
}
.product-detail.vesquickview .product-info .carousel-control {
  width: 25px;
  height: 25px;
  line-height: 15px;
  top: 30%;
}

.product-info {
  margin-bottom: 50px;
}
.product-info .carousel-control {
  top: 45%;
  font-size: 14px;
  color: #75716c;
  text-align: center;
  border: 1px solid #e7e7e7;
  margin: -6px 0 -6px 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 20px;
  height: 25px;
  padding-top: 4px;
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.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: 30px;
  line-height: 36px;
  margin-top: 10px;
  font-weight: 400;
  font-family: "cambria", serif;
  margin-bottom: 20px;
  color: #282828;
}
.product-info ul, .product-info ol {
  list-style: none;
  width: 100%;
  float: left;
}
.rtl .product-info ul, .rtl .product-info ol {
  float: right !important;
}
.product-info ul li, .product-info ol li {
  display: inline;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: white;
}
.product-info .image img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-info .image-additional {
  text-align: center;
}
.product-info .image-additional .carousel-inner a {
  display: inline-block;
  margin: 0 3px;
}
.product-info .image-additional .carousel-control.right, .product-info .image-additional .carousel-control.left {
  width: 30px;
  height: 30px;
  line-height: 18px;
  font-size: 15px;
  top: 40%;
  display: none;
}
.product-info .image-additional .carousel-control.right:hover, .product-info .image-additional .carousel-control.left:hover {
  cursor: pointer;
  box-shadow: none!important;
  background: #e64a5c !important;
  border-color: #e64a5c;
  color: #fff;
}
.product-info .image-additional:hover .carousel-control {
  display: block!important;
}
.product-info .image-additional .carousel-control.right {
  right: 0;
}
.product-info .image-additional .carousel-control.left {
  left: 0;
}
.product-info .share {
  padding: 20px 0;
  float: left;
}
.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 !important;
}
.product-info .price {
  padding: 10px 0;
  font-size: 26px;
}
.product-info .price .availability {
  font-size: 13px;
  color: #e64a5c;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  color: #e64a5c;
}
.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-label {
  display: none;
}
.product-info .custom-bg {
  background: #82b965;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 5px;
  font-family: "FontAwesome" !important;
}
.product-info .availability {
  font-family: "RobotoRegular";
  color: #383737;
}
.product-info .availability span {
  font-family: "Noto Sans", sans-serif;
}
.product-info .grouped-items-table {
  font-size: 14px;
}
.product-info .price-group:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .product-info .rating-box {
  float: right !important;
}
.rtl .product-info .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .description {
  border: 0;
  margin-bottom: 9px;
  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 .description dd input, .product-info .description dd select, .product-info .description dd textarea, .product-info .description dd button {
  width: auto;
  margin: 5px 0;
}
.product-info .description dl {
  margin-bottom: 0 !important;
}
.product-info .description label {
  font-size: 18px;
  color: #383737;
}
.product-info .product-extra label {
  font-size: 18px;
  color: #383737;
}
.product-info .carousel-inner {
  clear: both;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner .item img {
  border: 1px solid #e7e7e7;
}
.product-info .description label.required {
  color: #e64a5c;
}
.product-info .options-list > li {
  float: left;
  width: 100%;
}
.rtl .product-info .options-list > li {
  float: right !important;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-options-bottom .price-box {
  display: none;
}
.product-info .product-extra,
.product-info .product-options-bottom {
  padding: 10px 0;
}
.product-info .product-extra:after,
.product-info .product-options-bottom:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .product-extra .quantity-adder,
.product-info .product-options-bottom .quantity-adder {
  margin-bottom: 20px;
  width: 100%;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
  border: 1px solid #e7e7e7;
}
.product-info .product-extra .cart,
.product-info .product-options-bottom .cart {
  margin-left: 10px;
  margin-right: 10px;
}
.product-info .product-extra .add-action,
.product-info .product-options-bottom .add-action {
  display: block;
  width: 20px;
  height: 19px;
  position: relative;
  cursor: pointer;
  font-size: 6.5px;
  line-height: 19px;
  text-align: center;
  color: #999;
  background: transparent;
  border: 1px solid #e7e7e7;
  margin-left: 5px;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
  color: #e64a5c;
}
.product-info .product-extra .add-up,
.product-info .product-options-bottom .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
  font-size: 18px;
  padding: 6px;
  background: #de1f35;
}
.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 {
  width: 80px!important;
  height: 38px;
  text-align: center;
}
.product-info .product-extra .add-to-cart,
.product-info .product-options-bottom .add-to-cart {
  width: 165px;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
  margin-top: 10px;
}
.product-info .product-extra .add-to-links > div,
.product-info .product-options-bottom .add-to-links > div {
  float: left;
}
.rtl .product-info .product-extra .add-to-links > div, .rtl
.product-info .product-options-bottom .add-to-links > div {
  float: right !important;
}
.product-info .product-extra .add-to-links a,
.product-info .product-options-bottom .add-to-links a {
  font-size: 13px;
  font-weight: 400;
  color: #383737;
}
.product-info .product-extra .add-to-links a:hover,
.product-info .product-options-bottom .add-to-links a:hover {
  color: #e64a5c;
}
.product-info .product-extra .add-review,
.product-info .product-options-bottom .add-review {
  text-transform: uppercase;
}
.product-info .action:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}

.tabs-group {
  overflow: hidden;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .htabs ul li {
  width: 100%;
}
.tabs-group .htabs ul li a {
  padding: 10px 0;
  font-size: 11px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e7e7e7;
  margin-right: 15px;
  color: #9c9c9c;
}
.rtl .tabs-group .htabs ul li a {
  margin-left: 15px;
  margin-right: inherit;
}
.tabs-group .htabs ul li a.selected, .tabs-group .htabs ul li a:hover {
  color: #e64a5c;
  display: block;
  background: none;
  border-color: #e64a5c;
}
.tabs-group .tab-contents {
  padding: 20px;
  background: white;
  border-left: 1px solid #999999;
}
.rtl .tabs-group .tab-contents {
  border-right: 1px solid #999999;
  border-left: inherit;
}
.tabs-group .tab-contents .input-box {
  margin: 10px 0;
}
.tabs-group .tab-contents h2 {
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #383737;
}
.tabs-group .tab-contents .box-tags .note {
  margin-top: 10px;
}
.tabs-group .tab-contents .box-tags .product-tags li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 10px;
}

.block-up-sell .block-content,
.box-up-sell .block-content {
  position: relative;
}

.block-tags .actions {
  padding-top: 10px;
  font-size: 12px;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  background-color: white;
  font-size: 13px;
  margin-bottom: 20px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.rtl .product-filter .display {
  float: right !important;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  background: url("../images/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
  width: 32px;
  height: 30px;
  display: block;
  border: 1px solid #e7e7e7;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.rtl .product-filter .display a {
  float: right !important;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
  background-color: #e64a5c;
  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: #e64a5c;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: #e64a5c;
  border: 1px solid #e64a5c;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: white;
}
.product-filter .display i {
  font-size: 12px;
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.product-filter .form-control {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
}
.product-filter .product-compare {
  float: right;
}
.rtl .product-filter .product-compare {
  float: left !important;
}

.global_messages .container {
  width: 100% !important;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title,
.ves-widget .widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #555555;
  padding: 6px 5px;
  line-height: 29px;
  border-bottom: 1px dashed #dbdbdb;
  font-weight: bold;
  padding-left: 0!important;
  padding-right: 0!important;
}
.ves-widget .menu-title:after, .ves-widget .menu-title:before,
.ves-widget .widget-title:after,
.ves-widget .widget-title:before {
  content: ""!important;
}
.ves-widget img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ves-widget .widget-product-list .image {
  float: left;
  margin-right: 10px;
  width: 30%;
}
.rtl .ves-widget .widget-product-list .image {
  float: right !important;
}
.rtl .ves-widget .widget-product-list .image {
  margin-left: 10px;
  margin-right: inherit;
}
.ves-widget .widget-product-list .product-block {
  text-align: left;
  margin-bottom: 8px;
  border: 0;
}
.rtl .ves-widget .widget-product-list .product-block {
  text-align: right !important;
}
.ves-widget .widget-product-list .product-block .name a {
  display: block;
}
.ves-widget .widget-product-list .product-block .cart {
  display: none;
}
.ves-widget .widget-product-list .product-block:hover {
  box-shadow: none;
}
.ves-widget .widget-brand-list .post-item.itemcol {
  width: 19%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 10px;
}
.ves-widget .widget-brand-list .post-item.itemcol h3 {
  display: none;
}

.widget-images.block {
  margin-bottom: 28px!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
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url("../images/btn_window_close.gif") no-repeat;
  width: 15px;
  height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
  left: 10px;
  right: auto;
}
#menu-offcanvas .button-close-menu i {
  display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  margin: 0;
  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;
  text-align: left;
}
.rtl #menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  text-align: right !important;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
  border-bottom: 1px solid #e7e7e7;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #545454;
  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: #e64a5c;
  text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
  border-bottom: 0;
}
#menu-offcanvas .mega-col {
  width: 100% !important;
  float: left;
}
.rtl #menu-offcanvas .mega-col {
  float: right !important;
}
#menu-offcanvas .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
#menu-offcanvas .mega-col iframe {
  max-width: 100%;
}
#menu-offcanvas .home {
  background: #383737;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  left: 0;
  left: 0;
  z-index: 99;
}
.rtl .offcanvas-pusher {
  right: 0;
  left: auto;
}

.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #e64a5c;
}
.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 li:firoffcanvas-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
  background: #e64a5c;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
  padding: 1em 1.2em 1em 1em;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .navbar-toggle {
    display: block;
    float: left;
    background: #e64a5c;
  }
  .rtl #ves-mainnav .navbar-toggle {
    float: right !important;
  }

  /*** 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 {
  border: 1px solid transparent;
  padding: 8px;
}
.product-block .product-img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-block .link-wishlist {
  position: absolute;
  right: 0;
}
.rtl .product-block .link-wishlist {
  left: 0;
  right: auto;
}
.product-block .link-wishlist a {
  color: #ccc;
}
.product-block .link-wishlist a:hover {
  color: #e64a5c;
}
.product-block .link-wishlist span {
  display: none;
}
.product-block .right, .product-block .price-box, .product-block .desc {
  float: left;
  width: 100%;
}
.rtl .product-block .right, .rtl .product-block .price-box, .rtl .product-block .desc {
  float: right !important;
}
.product-block .right {
  text-align: center;
}
.product-block .box-links {
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.product-block .box-links > li {
  background: white;
  color: #383737;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: -3px;
  border-right: 1px solid #d7d7d7;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rtl .product-block .box-links > li {
  margin-right: -3px;
  margin-left: inherit;
}
.rtl .product-block .box-links > li {
  border-left: 1px solid #d7d7d7;
  border-right: inherit;
}
.product-block .box-links > li:last-child {
  border: 0;
}
.product-block .box-links > li.link-compare span, .product-block .box-links > li.quickview span, .product-block .box-links > li.image-zoom span {
  display: none;
}
.product-block .box-links > li .fa {
  font-size: 14px;
  font-style: normal;
}
.product-block .box-links > li a {
  color: #383737;
  width: 40px;
  height: 26px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .box-links > li a:hover {
  color: #e64a5c;
}
.product-block .cart button {
  background: none;
  color: #383737;
  padding: 0;
  font-size: 14px;
  width: 40px;
  height: 26px;
  border: 0!important;
  text-transform: none!important;
}
.product-block .cart button:hover {
  background: transparent;
  color: #e64a5c;
}
.product-block:hover {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 3px 2px 0 #efefef;
  box-shadow: 0 3px 2px 0 #efefef;
  z-index: 999;
  position: absolute;
}
.product-block:hover .box-links {
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 20px 0 15px;
  visibility: visible;
}
.product-block:hover .box-links > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.product-block:hover .box-links > li.cart {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-block:hover .box-links > li.link-compare {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-block:hover .box-links > li.quickview {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-block:hover .box-links > li.image-zoom {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.carousel .carousel-control {
  filter: none!important;
  background: none;
}

.effect {
  position: relative;
  overflow: hidden;
}
.effect .overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .effect .overlay::before {
  right: 0;
  left: auto;
}
.effect:hover .overlay::before {
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
@media (min-width: 1199px) {
  .productcarousel {
    width: 1198px!important;
    overflow: hidden;
    margin-bottom: 0!important;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 50px;
    left: -14px;
  }
  .rtl .productcarousel {
    right: -14px;
    left: auto;
  }

  .block.productcarousel4 {
    width: 900px!important;
  }
}
@media (max-width: 1199px) {
  .abs .abs-left, .abs .abs-right {
    padding: 30px 10px!important;
  }
  .abs .abs-left::before, .abs .abs-right::before {
    background: none!important;
  }
}
@media (max-width: 992px) {
  .customer-account-login .new-users .content,
  .customer-account-login .registered-users .content {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  #topbar .topLinks .dropdown-menu {
    display: block;
    box-shadow: none;
    background: transparent;
    margin: 0;
    padding: 0!important;
    border: 0;
    left: 0;
    position: relative!important;
    opacity: 1!important;
    top: 0!important;
    visibility: visible!important;
  }
  .rtl #topbar .topLinks .dropdown-menu {
    right: 0;
    left: auto;
  }

  #topbar .topLinks .links li > a {
    padding-left: 20px;
    line-height: 46px !important;
    width: auto!important;
  }
  .rtl #topbar .topLinks .links li > a {
    padding-right: 20px;
    padding-left: inherit;
  }
}
@media (max-width: 1199px) {
  .abs-left, .abs-right {
    width: 100%!important;
    height: 100%!important;
    display: table;
    padding: 50px!important;
  }

  .block.producttabs {
    margin-top: 30px;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #topbar .topLinks .links li > a {
    padding: 0 5px;
  }

  #ves-showcase .custom-block div {
    width: 33.3%!important;
  }

  .vesartist-block .artist-item .artist-social {
    margin: 20px 0!important;
  }

  .footer-top {
    background-size: 100%;
  }

  .toolbar .sort-by select {
    width: 80px;
  }

  .pager .limiter select {
    width: 55px;
  }

  .sidebar .product-block .product-meta {
    padding: 0 0 20px;
    width: 52%;
  }

  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
  }

  .ves-megamenu .dropdown-menu {
    max-width: 755px;
  }
  .ves-megamenu .dropdown-menu iframe {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .tabs-group .htabs {
    width: 20%;
  }
  .tabs-group .tab-contents {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .ves-megamenu .navbar .navbar-toggle {
    margin: 0!important;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .top-currency + .quick-access {
    display: none;
  }

  .zoomContainer, .quickview, .product-zoom {
    display: none!important;
  }

  .child-menu .dropdown-menu {
    width: 493px !important;
  }

  .venus-latest-blog .post-images {
    float: none!important;
    padding: 0!important;
  }
  .venus-latest-blog .post-images .post-image {
    width: 100%!important;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  #header .header-default1 #header-main {
    text-align: center;
  }
  #header .header-default1 #header-main .logo {
    margin-bottom: 15px;
    text-align: center;
  }

  #header .header-default2 #header-main .logo {
    text-align: left;
  }
  .rtl #header .header-default2 #header-main .logo {
    text-align: right !important;
  }
  #header .header-default2 #header-main .cart-top {
    right: 80px;
  }
  .rtl #header .header-default2 #header-main .cart-top {
    left: 80px;
    right: auto;
  }

  .search_box .search {
    padding: 0!important;
  }

  .block-subscribe .block-content {
    float: left;
    position: relative;
    width: 100%;
  }
  .rtl .block-subscribe .block-content {
    float: right !important;
  }

  .widget-categories .categories-row > div {
    border-left: 0!important;
    border-right: 0!important;
  }

  .block.producttabs {
    margin-top: 0!important;
  }

  .producttabs .nav-tabs {
    margin-right: 0 !important;
  }
  .rtl .producttabs .nav-tabs {
    margin-left: 0 !important;
    margin-right: inherit;
  }
  .producttabs .nav-tabs li {
    width: 100%!important;
  }

  .product-block:hover li.link-wishlist {
    transform: none!important;
  }

  .ves-gellary .w-gallery {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .venus-latest-blog .latest-col {
    margin-bottom: 20px!important;
  }

  .product-block .box-links > li {
    border: 0!important;
  }
  .product-block .box-links > li.link-compare, .product-block .box-links > li.image-zoom {
    display: none!important;
  }
  .product-block .box-links > li.cart button {
    width: auto!important;
  }

  .products-list .image, .products-list .product-block .product-meta {
    width: 100%!important;
  }

  .zoomContainer, .quickview, .product-zoom, .quick-cart {
    display: none!important;
  }

  #ves-accordion li {
    width: 100%;
  }

  .customer-account-login .new-users .content,
  .customer-account-login .registered-users .content {
    min-height: auto;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .topLinks .quickaccess-toggle > span {
    display: none!important;
  }

  .topLinks .dropdown-menu, .top-search .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
  .rtl .topLinks .dropdown-menu, .rtl .top-search .dropdown-menu {
    right: 0 !important;
    left: auto;
  }
  .rtl .topLinks .dropdown-menu, .rtl .top-search .dropdown-menu {
    left: auto !important;
    right: auto;
  }

  .top-search .form-search {
    width: 220px!important;
  }

  .block-subscribe .input-box {
    width: 100%!important;
  }

  .product-block:hover {
    position: relative!important;
  }

  .venus-latest-blog .post-images {
    float: none!important;
    padding: 0;
  }
  .venus-latest-blog .post-images .post-image {
    width: 100%;
  }

  .sorter .view-mode label, .sorter .sort-by label, .product-block .link-compare {
    display: none!important;
  }

  .top-search:hover .content {
    width: 180px!important;
  }

  .social {
    padding: 0;
    margin-top: 30px;
  }
  .social li {
    margin-left: 10px;
  }
  .rtl .social li {
    margin-right: 10px;
    margin-left: inherit;
  }

  /*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;
  }

  table th,
  table td,
  table td.last {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  table tfoot td.last {
    border-bottom: 1px solid #ddd;
  }

  /*new style shopping cart  mobile responsive */
  .cart table th {
    display: none !important;
  }
  .cart table tbody td {
    border: 0 !important;
    padding: 5px 0;
  }
  .cart table .bgcolol-td {
    background: #e7e7e7;
  }
  .cart table tbody td span {
    text-align: left;
    width: 50%;
  }
  .rtl .cart table tbody td span {
    text-align: right !important;
  }
  .cart table tbody td span.lable-price {
    text-align: right;
    padding-right: 10px;
    line-height: 33px;
  }
  .rtl .cart table tbody td span.lable-price {
    text-align: left !important;
  }

  .hidden-mobile {
    display: none;
  }
}
@media (max-width: 370px) {
  #header-main {
    text-align: center;
  }
  #header-main .top-search, #header-main .cart-top {
    float: none!important;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
}
/* Safari fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .header .dropdown .dropdown-menu {
    display: none!important;
    transform: none!important;
  }

  ::i-block-chrome, .header .dropdown:hover .dropdown-menu {
    display: block!important;
    transform: none!important;
  }

  .ves-parallax {
    background-attachment: scroll!important;
  }

  ::i-block-chrome #nav li, .nav-container #nav li {
    background: white !important;
  }
}
.pull-left {
  float: left;
}
.rtl .pull-left {
  float: right !important;
}

.pull-right {
  float: right;
}
.rtl .pull-right {
  float: left !important;
}
