/******************************************************
 * @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
*******************************************************/
/* Import ================================================================================ */
/******************************************************
 * @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
*******************************************************/
/******************************************************
 * @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
*******************************************************/
/**
 * Heading Page
 */
/* 
 * product block
 */
/* buttons */
/* 
 * htab module 
 */
/* 
 * Default Menu
 */
/* 
 * Mega Menu Module
 */
/* 
 * Block Modules 
 */
/* 
 * LAYOUTS VAIRABLES 
 */
/******************************************************
 * @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
*******************************************************/
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 18px;
  color: #999999;
  font-size: 13px;
}
body {
  overflow-x: hidden;
}
a {
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
  color: #41a63e;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
body, td, th, input, textarea, select, a {
  outline: 0 none;
}
/* Content */
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
  display: inline;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small, big {
  font-size: 1em;
}
/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  /*white-space: nowrap !important;*/
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right;
}
.a-right .price {
  color: #59bd56;
  font-size: 16px;
  font-weight: bold  !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.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;
}
/* ======================================================================================= */
.htabs a {
  text-transform: uppercase;
  color: #333333;
  float: left;
  font-family: "Museo-300";
  font-size: 14px;
  line-height: 45px;
  margin: 0 15px;
  text-decoration: none;
}
.rtl .htabs a {
  float: right;
}
.htabs a.selected {
  color: #59bd56 !important;
  border-bottom: 3px solid;
}
.tab-content {
  z-index: 2;
  padding: 14px;
}
.carousel-controls {
  height: 26px;
  position: absolute;
}
.carousel-control {
  line-height: none;
  border: 1px solid #555555!important;
  width: 25px;
  height: 25px!important;
  color: #666666;
  font-size: 15px!important;
  text-shadow: none;
  padding-top: 3px;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
#shopping-cart-table .product-image img {
  width: auto!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
*******************************************************/
.block {
  background: white;
}
.block .block-title {
  background: #59bd56;
  line-height: 40px;
}
.block .block-title strong {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-family: "Museo-300";
  font-size: 14px;
  padding-left: 12px;
}
.rtl .block .block-title strong {
  padding-right: 12px;
  padding-left: inherit;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content li.item {
  padding: 10px;
}
.block .block-content .product-name {
  margin-bottom: 0;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 10px;
  text-align: right;
}
.rtl .block .actions {
  text-align: left;
}
.block .actions a {
  background-color: #a6a7a4;
  color: white;
  padding: 0 10px;
  line-height: 35px;
  font-weight: bold;
  display: inline-block;
}
.block .actions a:hover {
  background-color: #59bd56;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.block .empty, .block .block-subtitle {
  color: #747676;
  margin: 0;
  padding: 5px 5px;
  font-weight: bold;
  line-height: 24px;
}
.block li:first-child {
  border-top: none;
}
/* Mini Products List */
.mini-products-list {
  font-size: 10px;
  line-height: 18px;
}
.mini-products-list li {
  overflow: hidden;
}
.mini-products-list .product-image {
  float: left;
  width: 50px;
  padding-left: 5px;
}
.mini-products-list .product-details {
  padding: 0 5px 0 55px;
}
.mini-products-list .product-details .product-name, .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.mini-products-list .product-details .nobr {
  white-space: normal !important;
}
/* Block: Cart */
.block-cart {
  padding-top: 1px;
}
.block-cart .summary {
  background: none;
  padding: 5px;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 24px;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #eae5e1;
  text-align: center;
}
.block-cart .subtotal .label {
  color: #777777;
  display: inline-block;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #c2c2c2;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
/* Block: Block Account */
.block-account .block-content li {
  background: url("../images/bg-list-menu.png") repeat-x scroll left bottom;
  line-height: 32px;
  padding: 3px 10px 4px 15px !important;
}
/* Block: Layered Navigation */
.block-layered-nav .block-layered-title {
  background: none repeat scroll 0 0 #7EB5DA;
  border-radius: 4px;
}
.block-layered-nav .block-layered-title strong {
  line-height: 34px;
}
.block-layered-nav .block-layered-title strong span {
  color: #4c4d4e;
  font-family: "Museo-300";
  font-weight: normal;
  font-size: 20px;
  padding: 0 12px;
}
.block-layered-nav .block-layered-title a {
  text-decoration: none !important;
}
.block-layered-nav .block-subtitle {
  font-size: 17px;
  font-weight: normal;
  padding: 7px 7px 7px 25px;
  color: #ffffff;
}
.block-layered-nav .block-subtitle::before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  left: 15px;
}
.block-layered-nav .block-content {
  background: #F2892B;
  padding: 0 10px 5px;
}
.block-layered-nav dt {
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 30px;
}
.block-layered-nav dd {
  color: #ffffff;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav li {
  padding: 0 0 0 25px;
  border: none;
  line-height: 32px;
}
.block-layered-nav a, .block-layered-nav span {
  color: #ffffff;
}
.block-layered-nav a:hover, .block-layered-nav span:hover {
  text-decoration: underline;
}
/* Block: Poll */
.block-poll {
  color: #777;
}
.block-poll li {
  padding-left: 8px;
  padding-top: 5px;
  line-height: 28px;
}
.rtl .block-poll li {
  padding-right: 8px;
  padding-left: inherit;
}
/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}
/* Block: Tags */
.block-tags .block-content .tags-list li {
  border: none;
}
.block-tags .actions {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}
.rtl .block-tags .actions {
  text-align: left;
}
.rtl .block-tags .actions {
  padding-left: 10px;
  padding-right: inherit;
}
.block-tags .actions a {
  float: none;
}
/* Block reorder */
.block-reorder li input {
  margin-right: 12px;
}
.rtl .block-reorder li input {
  margin-left: 12px;
  margin-right: inherit;
}
/* Block: Banner */
.block-banner .block-content {
  text-align: center;
}
.paypal-logo {
  display: none;
}
.form-list li {
  padding: 5px 0;
}
.form-list .wide {
  width: 45%;
}
.form-list .wide #comment {
  width: 100%;
}
.form-list .field {
  float: left;
  margin-right: 15px;
  width: 48%;
}
.rtl .form-list .field {
  float: right;
}
.rtl .form-list .field {
  margin-left: 15px;
  margin-right: inherit;
}
.block-banner p {
  margin: 0!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
*******************************************************/
/* 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 {
  text-align: left;
  font-weight: normal;
}
/* Global Styles ========================================================================= */
/* Form Elements */
.radio {
  float: left;
  height: 32px!important;
  border: 0!important;
}
.rtl .radio {
  float: right;
}
.checkbox {
  float: left;
}
.rtl .checkbox {
  float: right;
}
.block-reorder .checkbox {
  height: 20px!important;
}
input, select, textarea, button {
  font-size: 12px;
  line-height: 35px!important;
  color: #2F2D2D;
  background-color: white;
  border: 1px solid #d6d4d4;
  padding: 0 10px;
}
input[type="text"] {
  width: 100%;
}
#login-form p.required {
  text-align: left;
  padding: 5px 5px 10px;
}
.rtl #login-form p.required {
  text-align: right;
}
#login-form .f-right {
  float: right;
  line-height: 32px;
}
.rtl #login-form .f-right {
  float: left;
}
.registered-users .buttons-set {
  text-align: left;
  padding: 5px 15px 0 0;
}
.rtl .registered-users .buttons-set {
  text-align: right;
}
input {
  height: 35px!important;
}
.button, input.button {
  background-color: #a6a7a4;
  border: none;
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button:hover, input.button:hover {
  background-color: #59bd56;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
select, textarea {
  padding: 3px;
  
}
input.qty, input[title="Qty"] {
  display: inline;
  text-align: center;
  width: 45px;
  padding: 0 3px;
}
input[type="radio"], input[type="checkbox"] {
  float: left;
  margin: 0;
}
label {
  padding: 4px;
  font-weight: normal;
  color: #444444;
  margin: 4px 0 0;
}
.label {
  display: table-cell;
}
#contactForm .required {
  padding: 0 0 10px;
}
/* Data Table */
table {
  /* Bundle products tables */
}
table td.last, table th.last {
  border-right: 0;
}
table tr.last th, table tr.last td {
  border-bottom: 0 !important;
}
table th {
  padding: 3px 8px !important;
  font-weight: bold;
  border-right: 1px solid #E9E4E0;
}
table td {
  padding: 3px 8px;
}
table tbody.odd tr {
  background: #f8f7f5 !important;
}
table tbody.even tr {
  background: #f6f6f6 !important;
}
table tbody.odd tr td,
table tbody.even tr td {
  border-bottom: 0;
}
table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
table tbody td .option-value {
  padding-left: 10px;
}
.data-table {
  width: 100%;
}
.data-table th, .data-table td {
  padding: 0px;
  text-align: left;
}
.rtl .data-table th, .rtl .data-table td {
  text-align: right;
}
.data-table thead {
  background: #59bd56;
  color: #FFFFFF;
  text-align: center;
}
.data-table thead th {
  font-weight: bold;
  vertical-align: bottom;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tfoot tr {
  background: none repeat scroll 0 0 #F0E5E6 !important;
}
.data-table tr.odd td, .data-table tr.odd th {
  border-right: 1px solid #F5F5F5;
  color: #777;
}
.data-table tr.odd td.last {
  border-right: medium none;
}
.data-table tr.odd.last {
  border-bottom: 1px solid #EEEEEE;
}
.data-table tr.even td, .data-table tr.even th {
  border-right: 1px solid #EEEEEE;
  color: #777;
}
.data-table tr.even td.last {
  border-right: medium none;
}
.data-table tbody tr.product-shop-row:hover {
  background-color: #FFFFFF;
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.last {
  border-bottom: 1px solid #E5E5E5;
}
.data-table tbody.even {
  background-color: #F5F5F5;
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table th .tax-flag {
  font-weight: normal;
}
.data-table .cell-label {
  display: none;
}
/******************************************************
 * @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
*******************************************************/
/* Layout ================================================================================ */
#page {
  margin: 0 auto;
  /*background: url("../images/bg_page.png") repeat;*/
  /*background-image: url("../images/new12.png");*/
  /*background-repeat: repeat;*/
  /*background-color: rgba(245, 255, 145, 0.17);*/
  /*background-size: contain;*/
  background: url("https://serenenaturehouse.com.au/media/ves_tempcp/upload/long.jpg") no-repeat fixed center !important;
}
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
body.layout-boxed-md {
  background: url("../images/pattern/pattern14.png");
}
body.layout-boxed-md #page {
  max-width: 940px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  background: url("../images/default/bg_page.gif") repeat;
}
body.layout-boxed-lg {
  background: url("../images/pattern/pattern14.png");
}
body.layout-boxed-lg #page {
  max-width: 1140px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  background: url("../images/default/bg_page.gif") repeat;
}
/*
* TOPBAR 
*/
#topbar {
  margin-top: 40px;
  float: right;
}
.rtl #topbar {
  float: left;
}
#topbar .selected {
  background: url("../images/arrow-dropdow.png") no-repeat scroll 85% 18px;
  line-height: 38px;
  padding-right: 30px;
  text-align: right;
  width: 100%;
}
#topbar .selected a {
  color: #fff;
}
#topbar a {
  color: #777777;
  font-size: 12px;
  line-height: 25px;
}
#topbar .links {
  float: right;
}
#topbar .links li {
  float: left;
  margin: 0 15px;
}
#topbar .links .top-link-cart {
  display: none;
}
#topbar .links .top-link-checkout {
  display: none;
}
#topbar .store-language, #topbar .top-currency {
  position: relative;
  z-index: 99;
  float: left;
}
#topbar .store-language .dropdown {
  margin-left: 12px;
}
.rtl #topbar .store-language .dropdown {
  margin-right: 12px;
  margin-left: inherit;
}
#topbar .top-currency {
  padding: 0 10px;
}
#topbar .top-currency .dropdown {
  margin-left: 11px;
}
.rtl #topbar .top-currency .dropdown {
  margin-right: 11px;
  margin-left: inherit;
}
#topbar .dropdown-menu > li > a:hover {
  color: #ffffff;
}
/*
* HEADER 
*/
.header-main {
  /*background: #ffffff;*/
}
.header-main .header-container {
  background: #ffffff;
  width: 100%;
  min-height: 120px;
}
.search-autocomplete {
  z-index: 999;
  left: 40px !important;
  top: 22px !important;
}
.search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
.search-autocomplete ul li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}
#cart-total {
  display: inline-block;
}
/**LOGO**/
.logo {
  left: 0;
}
.rtl .logo {
  right: 0;
  left: auto;
}
.logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}
.top-container a {
  font-size: 11px;
  color: #ebbc58;
}
/*
 * NAVIGATION
 */
.top-search {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 100;
}
.rtl .top-search {
  float: left;
}
.rtl .top-search {
  margin-left: 15px;
  margin-right: inherit;
}
.top-search input {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 220px;
  border: 0!important;
  border-radius: 3px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.top-search .button {
  background: none;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rtl .top-search .button {
  left: 0;
  right: auto;
}
.top-search:hover input {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: white;
  color: #777777;
}
.top-search:hover .button {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #59bd56;
}
/*
 * SLIDESHOW 
 */
.lush-slider .lush {
  display: none!important;
}
.ves-slideshow .wrap-slideshow {
  background: rgba(253, 123, 0, 0.99);
  min-height: 100px;
  margin-top: -54px;
  margin-bottom: -108px;
}
.ves-slideshow .lush-slider {
  background: none!important;
  border: none!important;
  max-height: 600px!important;
  overflow: inherit!important;
}
.ves-slideshow .lush-slider .active {
  display: block!important;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  overflow: visible!important;
}
.ves-slideshow .lush-slider .lush-nav {
  top: 31%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
.ves-slideshow .lush-slider .lush-nav:hover {
  opacity: 1;
}
.ves-slideshow .lush-slider .lush-nav a {
  background: none;
}
.ves-slideshow .lush-slider .lush-nav .lush-prev, .ves-slideshow .lush-slider .lush-nav .lush-next {
  background: #ffffff;
  font-size: 24px;
  color: #33363B;
  line-height: 40px;
  width: 25px;
  opacity: 0.5;
  margin: 0;
  top: 50px;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
.ves-slideshow .lush-slider .lush-nav .lush-prev:hover, .ves-slideshow .lush-slider .lush-nav .lush-next:hover {
  opacity: 1;
  background: #59bd56;
  color: #ffffff;
}
.ves-slideshow .lush-slider .lush-nav .lush-page {
  height: 7px;
  width: 30px;
  border: 1px solid #ffffff;
  margin: 0 5px;
}
.ves-slideshow .lush-slider .lush-nav .lush-page.current {
  background: #59bd56;
}
.ves-slideshow .lush-slider .shop-now {
  background: #59bd56;
  color: #ffffff;
  padding: 9px;
  border-radius: 16px;
}
.ves-slideshow .lush-slider .shop-now .fa {
  background: #ffffff;
  color: #59bd56;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 7px;
  margin-right: 5px;
  margin-left: -3px;
}
.rtl .ves-slideshow .lush-slider .shop-now .fa {
  margin-right: -3px;
  margin-left: inherit;
}
.ves-slideshow .block {
  border: none;
}
/*
 * SHOWCASE 
 */
/*
 * PROMOTION 
 */
.module_showcase {
  position: relative;
  z-index: 100;
  background: #59bd56;
  color: #ffffff;
  padding: 33px 22px;
  font-size: 13px;
}
.module_showcase h4 {
  line-height: 20px;
  margin-bottom: 5px;
}
.module_showcase img {
  float: left;
  padding-right: 15px;
}
.rtl .module_showcase img {
  float: right;
}
.rtl .module_showcase img {
  padding-left: 15px;
  padding-right: inherit;
}
.module_carousel {
  background: #ffffff;
}
.module_carousel p {
  margin: 0!important;
}
/*
 * MAIN CONTENT
 */
.ves-showcase {
  padding: 0!important;
}
.ves-promotion {
  padding: 0!important;
}
.cms-index-index .w-container {
  padding-top: 0;
}
.w-container {
  background: #ffffff;
  padding-top: 1px;
  margin-bottom: -24px;
  min-height: 330px;
}
#ves-columns-left .productcarousel2 .products-grid {
  border-top: 0;
}
#ves-columns-left .productcarousel2 .carousel-inner {
  overflow: visible;
}
#ves-columns-left .productcarousel2 .price {
  color: #ffffff;
  font-weight: normal;
}
#ves-columns-left .productcarousel2 .product-image {
  opacity: 1;
  margin-right: 8px;
}
.rtl #ves-columns-left .productcarousel2 .product-image {
  margin-left: 8px;
  margin-right: inherit;
}
#ves-columns-left .productcarousel2 .item-prod {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#ves-columns-left .productcarousel2 .product-block {
  padding: 16px 0;
}
#ves-columns-left .productcarousel2 .product-block:hover .product-info {
  top: 0;
}
#ves-columns-left .productcarousel2 .block-title {
  background: #2c8ac8;
}
#ves-columns-left .productcarousel2 .block-title h4 {
  color: #ffffff;
}
#ves-columns-left .productcarousel2 .block-content {
  background: #3598db;
  width: 100%;
  float: left;
  padding: 7px 15px 0;
}
.rtl #ves-columns-left .productcarousel2 .block-content {
  float: right;
}
#ves-columns-left .productcarousel2 .image {
  float: left;
}
.rtl #ves-columns-left .productcarousel2 .image {
  float: right;
}
#ves-columns-left .productcarousel2 .product-name a {
  color: #ffffff;
}
#ves-columns-left .productcarousel2 .product-name a:hover {
  text-decoration: underline;
}
#ves-columns-left .productcarousel2 .product-info {
  text-align: left;
  margin-top: 0;
}
.rtl #ves-columns-left .productcarousel2 .product-info {
  text-align: right;
}
#columns .container {
  margin: 0 auto;
}
.module_contentbanner .static1 {
  margin: 0!important;
}
.module_contentbanner .contentbanner-left {
  padding: 0;
}
.module_contentbanner .contentbanner-right {
  padding: 0;
}
.module_content {
  background: url("../images/bgdot.png") repeat-x scroll left bottom;
  padding-bottom: 10px;
  border: none;
}
.module_content .std {
  background: none!important;
  padding: 0!important;
}
.module_content h1 {
  color: #59bd56;
}
/*
 * CONTENT BOTTOM
 */
/*
 * MASSBOTTOM
 */
.ves-massbottom {
  float: left;
  padding-top: 7px;
  width: 100%;
}
.rtl .ves-massbottom {
  float: right;
}
.ves-massbottom p {
  margin: 0;
}
/* BreadCrumbs */
.breadcrumbs {
  font-size: 11px;
  line-height: 45px;
  -webkit-margin-before: 0!important;
  padding-left: 10px;
  width: 100%;
}
.rtl .breadcrumbs {
  padding-right: 10px;
  padding-left: inherit;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li strong {
  color: #59bd56;
}
#ves-columns-right .block {
  margin-bottom: 20px;
}
/* FOOTER*/
/* Footer ================================================================================ */
#footer {
  /*background: #682b0d;*/
  margin-top: 1px;
}
#footer .footer-left {
  background: #3F1602;
  min-height: 20px;
  padding: 0 15px;
  height: 502px;
}
#footer .footer-left .contact-info {
  padding-top: 15px;
  display: none;
}
#footer .footer-left .media-body {
  padding-top: 5px;
}
#footer .footer-left .address {
  padding-top: 0;
}
#footer .footer-left .social-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
#footer .footer-left .social-icon li {
  float: left;
  margin-right: 8px;
}
.rtl #footer .footer-left .social-icon li {
  margin-left: 8px;
  margin-right: inherit;
}
#footer .footer-left .social-icon li span {
  display: none;
}
#footer .footer-left .social-icon li a {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  padding-top: 9px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#footer .footer-left .social-icon li a:hover {
  background: #59bd56;
}
#footer .footer-left .social-icon .social-twitter {
  background: #31C5ED;
}
#footer .footer-left .social-icon .social-google {
  background: #D73A1B;
}
#footer .footer-left .social-icon .social-pin {
  background: #EA4E4F;
}
#footer .footer-left .social-icon .social-rss {
  background: #EBBC18;
}
#footer .footer-right {
  background: #652101;
  min-height: 20px;
}
#footer h4 {
  margin: 20px 0;
}
#footer a, #footer p {
  color: #A6A7AC;
}
#footer .footer-links-top {
  border-bottom: 1px solid rgba(140, 140, 140, 0.1);
  min-height: 50px;
}
#footer .footer-links-top span {
  color: #FFFFFF;
  float: left;
  line-height: 50px;
  padding: 0 10px 0 20px;
}
.rtl #footer .footer-links-top span {
  float: right;
}
#footer .footer-links-top .custom-links li a {
  background: url("../images/bg-custom-links.png") no-repeat;
  color: #ffffff;
  height: 48px;
  line-height: 50px;
  padding: 0 40px 0 32px;
  display: block;
}
#footer .footer-links-top .custom-links .secured {
  background-position: 0 -94px;
}
#footer .footer-links-top .custom-links .exchange {
  background-position: 0 center;
}
#footer .footer-links-top .custom-links .money {
  background-position: 0 13px;
}
#footer .footer-links-top .btn {
  background: #59bd56;
  text-transform: uppercase;
  width: 95%;
  border-color: #41a63e;
}
#footer .footer-links-top .btn h3 {
  font-family: "Museo-300";
}
#footer .footer-links-top .btn a {
  color: #ffffff;
}
#footer .footer-bottom {
  min-height: 80px;
  margin-bottom: 20px;
}
#footer .footer-bottom .fa-caret-left {
  display: none;
}
#footer .footer-bottom .phone {
  background: url("../images/sphone.png") no-repeat;
  background-position: left center;
  display: block;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 28px;
}
.rtl #footer .footer-bottom .phone {
  background-position: right center;
}
.rtl #footer .footer-bottom .phone {
  padding-right: 28px;
  padding-left: inherit;
}
#footer .footer-bottom ul {
  display: block;
}
#footer .footer-bottom li {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 10px;
}
#footer .footer-bottom li a {
  padding-left: 6px;
}
.rtl #footer .footer-bottom li a {
  padding-right: 6px;
  padding-left: inherit;
}
#footer .footer-bottom li:hover {
  padding-left: 10px;
  font-style: italic;
  color: #59bd56;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl #footer .footer-bottom li:hover {
  padding-right: 10px;
  padding-left: inherit;
}
#footer .footer-bottom li:hover a {
  color: #59bd56;
}
#footer .footer-bottom .form-control {
  border-radius: 0!important;
  font-size: 15px;
}
#footer .abs {
  padding: 0 15px;
}
.footer_links {
  margin: 40px 0;
}
.left {
  float: left;
  margin-top: 25px;
}
.right {
  float: right;
  margin-top: 25px;
}
.block-subscribe {
  position: relative;
  margin-bottom: 10px;
}
#newsletter-validate-detail .action {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.rtl #newsletter-validate-detail .action {
  left: 0;
  right: auto;
}
#newsletter-validate-detail .validation-advice {
  color: #343434;
  display: inline-block;
  padding-top: 5px;
}
#newsletter-validate-detail input {
  color: #000000;
  width: 100%;
  border: 0;
}
#newsletter-validate-detail button {
  background: none!important;
  color: #CECECE;
  font-size: 16px;
  display: block;
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#newsletter-validate-detail button:hover {
  color: #59bd56;
}
/*FOOTER TOP*/
/*FOOTER CENTER*/
/* ======================================================================================= */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  background: #59bd56;
  color: white !important;
  bottom: 82px;
  right: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  border-radius: 50%;
  text-decoration: none!important;
}
.rtl .scrollup {
  left: 20px;
  right: auto;
}
.scrollup .fa {
  display: block;
  font-weight: bold;
}
/* POWER BY */
.powered {
  min-height: 60px;
  border-top: 1px solid rgba(140, 140, 140, 0.1);
  padding: 0 15px;
}
.copyright {
  color: #ffffff;
  line-height: 60px;
}
.copyright .powered-right {
  float: right;
}
.copyright .powered-left {
  float: left;
}
.copyright .powered-left a {
  color: #59bd56 !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
*******************************************************/
.dropdown {
  display: block !important;
}
.dropdown-menu {
  border: 0!important;
  padding: 5px;
  left: 0;
}
.rtl .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu .menu-title {
  font-size: 14px;
  font-family: "Museo-300";
}
.caret {
  border-color: #999999 rgba(0, 0, 0, 0);
  margin-left: 5px;
}
.rtl .caret {
  margin-right: 5px;
  margin-left: inherit;
}
.form-language {
  background: none;
  margin-right: 15px;
}
.rtl .form-language {
  margin-left: 15px;
  margin-right: inherit;
}
.form-language a {
  background-position: left center;
  padding-left: 25px;
  background-repeat: no-repeat;
}
.rtl .form-language a {
  background-position: right center;
}
.rtl .form-language a {
  padding-right: 25px;
  padding-left: inherit;
}
/* Topcart */
.cart-top {
  float: right;
  padding-right: 30px;
}
.rtl .cart-top {
  float: left;
}
.rtl .cart-top {
  padding-left: 30px;
  padding-right: inherit;
}
.cart-top #cart {
  position: relative;
  margin-top: 32px;
}
.cart-top #cart .cart-inner {
  text-align: right;
  float: left;
  margin-right: 5px;
}
.rtl .cart-top #cart .cart-inner {
  text-align: left;
}
.rtl .cart-top #cart .cart-inner {
  float: right;
}
.rtl .cart-top #cart .cart-inner {
  margin-left: 5px;
  margin-right: inherit;
}
.cart-top #cart .heading .pull-right {
  width: 38px;
  height: 38px;
  background: #59bd56;
  border-radius: 50%;
  padding-top: 9px;
}
.cart-top #cart .heading .pull-right .icon-cart {
  background: url("../images/cart_top.png") no-repeat scroll center center;
  text-indent: -9999px;
}
.cart-top #cart .heading h4 {
  font-family: "Museo-500";
  font-size: 16px;
}
.cart-top #cart .heading a {
  color: #59bd56;
}
.cart-top #cart .heading a span {
  color: #999999;
}
.cart-top #cart .content {
  min-width: 275px;
  position: absolute;
  right: 0;
  top: 120%;
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .cart-top #cart .content {
  left: 0;
  right: auto;
}
.cart-top #cart.active .content {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
/*
 * PRODUCT CAROUSEL
 */
.productcarousel {
  width: 100%;
  margin: 0;
  float: left;
}
.rtl .productcarousel {
  float: right;
}
.productcarousel .block-title {
  padding: 15px;
  border: 0!important;
  background: none;
}
.productcarousel .block-title h4 {
  color: #000000;
}
.productcarousel .block-content {
  width: 100%;
  float: left;
}
.rtl .productcarousel .block-content {
  float: right;
}
.productcarousel .carousel-control {
  border: none;
  line-height: 18px;
}
.productcarousel .wrap-images {
  background: linear-gradient(to bottom, #f0f0f0 0%, #e9e9e9 64%, #cecece 100%) repeat scroll 0 0;
  float: left;
  padding: 1px;
  width: 50%;
}
.rtl .productcarousel .wrap-images {
  float: right;
}
.productcarousel .wrap-images::before, .productcarousel .wrap-images::after {
  bottom: -3px;
  content: "";
  display: block;
  height: 52px;
  width: 64px;
  position: absolute;
  z-index: 0;
}
.productcarousel .wrap-images::before {
  left: -3px;
}
.productcarousel .wrap-images::after {
  right: -3px;
}
.productcarousel .product-block .price-box {
  padding-top: 6px;
  float: none!important;
}
.productcarousel .product-block .review .amount {
  display: none;
}
.productcarousel .product-block .review .ratings .rating-box {
  float: none;
  margin: 0 auto;
}
.productcarousel1 .products-grid {
  margin: 0;
}
.productcarousel3 {
  padding-bottom: 2px;
}
.productcarousel3 .products-grid {
  margin: 0 -2px 0 0;
}
/*
 * VES BRAND
 */
.ves-brand {
  padding-bottom: 20px;
}
.ves-brand .block {
  border: 0!important;
  background: none!important;
  margin: 0 0 10px;
}
.ves-brand .block .block-title {
  display: none!important;
}
.ves-brand .carousel-control.right {
  margin-top: 8px;
  margin-right: -22px;
}
.ves-brand .carousel-control.left {
  margin-top: 8px;
  margin-left: -22px;
}
.ves-brand .carousel-control {
  background: none!important;
  color: #A6A7A4;
  width: 25px;
  height: 25px;
  font-size: 22px!important;
  font-weight: bold;
}
.ves-brand .img-responsive {
  background: #ffffff;
}
.ves-brand .carousel-control:hover, .ves-brand .carousel-control:focus {
  background: none!important;
  color: #59bd56 !important;
}
.ves-brand .carousel-inner .left, .ves-brand .carousel-inner .right {
  float: none!important;
}
/* News Letter*/
.newsletter-left {
  background: #59bd56;
  color: #ffffff;
  padding: 15px;
}
.newsletter-left h4 {
  font-size: 18px;
  margin: 10px 0 20px;
}
.newsletter-left p {
  margin-bottom: 26px;
}
/* swap-images */
.w-product .image {
  float: left;
  border: 3px solid #E9E4E0;
  margin-right: 8px;
}
.rtl .w-product .image {
  float: right;
}
.rtl .w-product .image {
  margin-left: 8px;
  margin-right: inherit;
}
.w-product .name {
  font-weight: bold;
}
.s-product .price-box {
  float: left;
}
.rtl .s-product .price-box {
  float: right;
}
.s-product button {
  float: right;
  margin: 10px 30px 0 0;
}
.product-block .image .hover-image {
  position: absolute;
  width: 100%;
  display: none;
  height: 100%;
  line-height: 32px;
  top: 0;
}
.product-block .image:hover .hover-image {
  background: url("../images/bg-product-hover.png") repeat scroll 0 0;
  display: block;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border-top: none;
}
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Page Heading */
.page-title {
  padding: 0 10px 10px 10px;
  color: #59bd56;
}
.page-title h1 {
  font-family: "Museo-300";
  font-size: 18px;
}
.title-home-page {
  display: none;
}
/* Pager */
.pager {
  font-size: 11px;
  padding: 4px 8px;
  text-align: center;
  margin-bottom: 0px;
}
.pager .limiter {
  float: right;
}
.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline;
  margin: 0 2px;
}
/* Sorter */
.sorter {
  font-size: 11px;
  overflow: hidden;
  height: 36px;
  text-transform: uppercase;
}
.sorter .view-mode {
  float: left;
  line-height: 30px;
  margin-right: 15px;
  padding-top: 2px;
}
.rtl .sorter .view-mode {
  float: right;
}
.rtl .sorter .view-mode {
  margin-left: 15px;
  margin-right: inherit;
}
.sorter .view-mode .grid {
  background: url("../images/bg-grid.png") no-repeat scroll left center;
  padding: 5px 5px 5px 17px;
}
.sorter .view-mode .list {
  background: url("../images/bg-list.png") no-repeat scroll left center;
  padding: 5px 5px 5px 17px;
}
.sorter .direction {
  padding: 5px 10px;
  border: 1px solid #D6D4D4;
}
.sorter .sort-by {
  padding-left: 15px;
}
.rtl .sorter .sort-by {
  padding-right: 15px;
  padding-left: inherit;
}
.sorter .sort-by select {
  margin: 0 0 1px;
  vertical-align: middle;
}
.sorter .limiter {
  float: right;
  margin-top: -30px;
  color: #555555;
}
.rtl .sorter .limiter {
  float: left;
}
/* Toolbar */
.toolbar {
  padding: 0 15px;
}
.toolbar .pager {
  display: none;
}
.toolbar-bottom {
  border-top: 1px solid #EAEAEA;
  margin-bottom: 15px;
  padding: 0 10px;
}
.toolbar-bottom .pager {
  display: block;
}
.toolbar-bottom .pager .amount {
  float: right;
  margin: 0;
}
.toolbar-bottom .pager .pages {
  float: left;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .limiter {
  display: none;
}
/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
  float: left;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url("../images/i_search_criteria.gif") 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap a {
  text-decoration: none;
  position: relative;
}
.page-sitemap a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}
/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart-empty p {
  margin-left: 10px;
}
/* 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 .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  float: right;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.cart .title-buttons .checkout-types li button {
  background: #4C4C4C;
}
.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 {
  margin-top: 20px;
}
.cart .crosssell {
  border: 1px solid #cec3b6;
  background: #fafaec;
  padding: 10px 15px;
}
.cart .crosssell li.item {
  margin: 10px 0;
}
.cart .discount, .cart .shipping {
  border: 3px solid #EAE5E1;
  padding: 12px 15px;
  margin: 0 0 18px;
}
.cart .discount h2, .cart .shipping h2 {
  color: #676767;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.rtl .cart .discount .buttons-set, .rtl .cart .shipping .buttons-set {
  text-align: right;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}
.cart .discount .form-list .input-box select, .cart .shipping .form-list .input-box select {
  width: 100%;
}
.cart .discount .input-box {
  margin: 8px 0 0;
}
.cart .discount input.input-text {
  width: 100%;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url("../images/bkg_divider1.gif") 0 0 repeat-x;
}
.cart #shopping-cart-table .buttons-set button.button {
  background: none repeat scroll 0 0 #618499;
  float: none;
  margin-left: 0;
}
.cart #shopping-cart-table .product-image img {
  background: #ffffff;
}
.cart .totals {
  border: 3px solid #EAE5E1;
  padding: 12px 15px;
}
.cart .totals table {
  margin: 7px 0;
}
.cart .totals td {
  padding: 1px 15px 1px 7px;
}
.cart .totals tfoot {
  border: none;
}
.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: 15px;
}
.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
.cart .totals .checkout-types li button.button {
  background: #4C4C4C;
}
.cart .totals .checkout-types li span {
  line-height: 30px;
}
/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
  display: inline-block;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/* ======================================================================================= */
.send-friend .button {
  margin-left: 10px;
}
/* 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: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding: 0 5px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 5em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
.multiple-checkout {
  padding: 15px 5px;
}
.multiple-checkout .page-title {
  margin-top: 30px;
}
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url("../images/btn_window_close.gif") 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 100%;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 100%;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 100%;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 100%;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 100%;
}
.gift-message-link {
  font-size: 11px;
  background: url("../images/bkg_collapse-gm.gif") 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url("../images/btn_gm-close.gif") 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
/* Generic Info Set */
.info-set {
  background: #fbfaf6 url("../images/bkg_checkout.gif") 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
  /********** Common Checkout Styles > */
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !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, .send-friend, .blog-content, .account-login, .account-create, .my-account, .std {
  background: #ffffff;
  padding: 8px 1px;
  margin-bottom: 20px;
  color: #4C4D4E;
}
.blog-content {
  padding: 15px;
}
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 35px;
  border-bottom: 1px dashed #E3E3E3;
  padding: 2px 8px;
  color: #999;
}
.block-progress dt.complete {
  margin: 0;
  background: #d0dce1;
  color: #5e8ab4;
}
.block-progress dd {
  background: #eee;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 6px;
}
.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;
}
.block-progress .form-control {
  padding: 6px 12px;
}
.order-review {
  padding-top: 1px;
}
/* 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 p.required {
  text-align: right;
  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;
}
.opc .step-title {
  background: none repeat scroll 0 0 #999999;
  border-radius: 4px;
  padding: 7px;
  text-align: right;
  overflow: hidden;
}
.opc .step-title .number {
  background-color: #FFFFFF;
  float: left;
  font-size: 14px;
  margin-right: 8px;
  padding: 3px 7px;
}
.rtl .opc .step-title .number {
  float: right;
}
.rtl .opc .step-title .number {
  margin-left: 8px;
  margin-right: inherit;
}
.opc .step-title h2 {
  color: #ffffff;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.rtl .opc .step-title h2 {
  float: right;
}
.opc .step-title a {
  display: none;
  float: right;
  margin-top: 6px;
}
.opc .section.allow {
  cursor: pointer;
}
.opc .section.allow.active {
  cursor: auto;
}
.opc .allow .step-title h2 {
  color: #ffffff;
}
.opc .allow .step-title a {
  display: none;
}
.opc .active .step-title {
  background: #59bd56;
  border-radius: 4px;
}
.opc .active .step-title .number {
  background-color: #ffffff;
  font-weight: bold;
  color: #59bd56;
}
.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;
}
.buttons-set {
  border: 0 none;
  padding: 5px 30px 0 10px;
  text-align: right;
}
.rtl .buttons-set {
  text-align: left;
}
.buttons-set .f-left {
  line-height: 32px;
}
.buttons-set .back-link {
  float: left;
}
.rtl .buttons-set .back-link {
  float: right;
}
#opc-review .step {
  padding: 0;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  border: 0 none;
  padding: 15px 30px;
  text-align: right;
}
.rtl #opc-review .buttons-set {
  text-align: left;
}
#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;
}
/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 20px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !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;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url("../images/bkg_grand-total.gif") 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url("../images/bkg_grand-total.gif") 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 100%;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 100%;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 100%;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 100%;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 100%;
}
/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 178px;
  height: 41px;
  background: url("../images/bkg_sp-methods.gif") 0 0 no-repeat;
  overflow: hidden;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login {
  padding: 15px;
}
.account-login .content h2 {
  border-bottom: 1px solid #F1F1F1;
  margin: 0 0 6px;
  padding-bottom: 4px;
}
.new-users, .registered-users {
  padding: 0 15px;
}
.legend {
  margin-left: 10px;
}
#form-validate {
  padding: 10px;
}
#form-validate .form-list {
  border-top: 1px solid #F1F1F1;
  padding-left: 10px;
}
.rtl #form-validate .form-list {
  padding-right: 10px;
  padding-left: inherit;
}
#form-validate .form-list .input-box {
  width: 100%;
}
#form-validate .form-list .control {
  margin-left: 10px;
}
#form-validate .buttons-set .required {
  padding: 0 0 10px;
}
#form-validate textarea {
  line-height: 20px!important;
}
#name, #confirmation, #password, #description, #short_description {
  width: 100%;
}
#email_address {
  width: 48%;
}
#email {
  width: 100%;
}
#telephone {
  width: 92%;
}
.description textarea {
  width: 100%;
  margin-top: 10px;
}
.fieldset {
  padding-bottom: 20px;
  margin-left: 10px;
}
/* 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 ============================================================================= */
.title-buttons .link-rss {
  float: none;
  margin: 0;
}
.my-account {
  padding: 0px;
  min-height: 150px;
}
.my-account p {
  margin-left: 10px;
}
.my-account a {
  color: #59bd56;
}
.my-account .checkbox {
  height: 32px!important;
}
/* 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, .addresses-list .block li.block-subtitle, .block .addresses-list li.block-subtitle {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p, .addresses-list .block li.block-subtitle p, .block .addresses-list li.block-subtitle p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  background: white url("../images/bkg_block-title.gif") 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
  padding: 1px 8px;
}
/* Order Print Pages */
.page-print {
  /* Price Rewrites */
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print .order-date {
  background: url("../images/bkg_divider1.gif") 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
/* My Wishlist */
/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url("../images/map_popup_arrow.gif") no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url("../images/btn_window_close.gif") no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}
.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eeeeee url("../images/best_selling_tr_odd_bg.gif") 0 100% repeat-x;
}
.best-selling tr.even {
  background: white url("../images/best_selling_tr_even_bg.gif") 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}
/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
.std {
  padding: 0px 0px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}
.std dt {
  font-weight: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}
.std i,
.std em {
  font-style: italic;
}
/* Misc */
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}
.link-cart {
  color: #dc6809 !important;
  font-weight: bold;
}
.link-wishlist {
  font-weight: bold;
}
.link-reorder {
  font-weight: bold;
  color: #dc6809 !important;
}
.link-compare {
  font-weight: bold;
}
.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 {
  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;
}
.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 {
  
  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 {
  padding-bottom: 20px;
}
.dashboard .box {
  background-color: none;
  padding: 10px;
  margin-bottom: 10px;
}
.dashboard .box .box-title {
  background: url("../images/bkg_divider1.gif") repeat-x scroll 0 100%;
  margin: 0 0 10px;
  padding: 0 15px 0 15px;
  text-align: right;
  overflow: hidden;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
}
.dashboard .box-head {
  padding-left: 12px;
}
.dashboard .box-info h4 {
  font-weight: normal;
  text-transform: uppercase;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
  float: left;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
  float: right;
}
.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 .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;
}
.v-fix {
  float: 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
*******************************************************/
/*Navigation default*/
.menutop {
  display: none;
}
.nav-container {
  background: #59bd56;
  max-height: 55px;
  width: 100%;
  position: relative;
}
#nav a.level-top {
  text-shadow: 0 1px 0 #C25E65;
}
#nav li.level-top {
  height: 43px;
  margin-top: 0.5px;
}
#nav li.level-top.over {
  z-index: 998;
  background: #df6270;
}
#nav li {
  position: relative;
  text-align: left;
  float: left;
}
#nav li ul span {
  white-space: normal;
}
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
#nav a {
  font-family: "Museo-300";
  font-size: 14px;
  display: block;
  line-height: 21px;
  text-decoration: none;
  float: left;
  padding: 7px 20px;
  color: white;
  font-weight: normal;
}
#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
#nav ul {
  position: absolute;
  width: 15em;
  top: 50px;
  left: -10000px;
}
#nav ul li {
  float: none;
  margin: 0;
  background: #555555;
}
#nav ul li.parent li a {
  background-image: none;
}
#nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  background: #555555;
}
#nav ul li.active > a {
  color: #7db641;
}
#nav ul li.last {
  padding-bottom: 0;
}
#nav ul li.last li span {
  padding: 3px 15px 4px 15px;
}
#nav ul li a {
  font-size: 14px;
  font-family: Arial, "Helvetica", Helvetica, sans-serif;
  line-height: 21px;
  font-weight: normal !important;
  background: #555555;
}
#nav ul li:hover > a {
  background: #333333;
  color: #7db641;
}
#nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}
#nav ul ul,
#nav ul div {
  top: 5px;
}
#nav ul span {
  padding: 4.5px 15px;
}
#nav div {
  position: absolute;
  width: 15em;
  top: 50px;
  left: -10000px;
}
#nav div ul {
  position: static;
  width: auto;
  border: none;
}
.custom-block .dropdown-menu {
  margin-left: -264px;
}
.rtl .custom-block .dropdown-menu {
  margin-right: -264px;
  margin-left: inherit;
}
#ves-mainnav {
  min-width: 50%;
}
.mega-group {
  /*background: none!important;*/
}
.mega-group img {
  width: 100%;
  padding-top: 15px;
}
.mega-group h4 {
  font-size: 15px;
  font-weight: bold;
}
.navbar {
  min-height: 46px;
  border: none!important;
  margin-bottom: 0!important;
  z-index: 999;
}
.navbar-nav .widget-product-list .product-block, .megamenu .widget-product-list .product-block {
  text-align: left;
  margin: 10px 0;
}
.rtl .navbar-nav .widget-product-list .product-block, .rtl .megamenu .widget-product-list .product-block {
  text-align: right;
}
.navbar-nav .widget-product-list .btn-cart, .megamenu .widget-product-list .btn-cart {
  width: auto;
  position: inherit;
  float: right;
}
.rtl .navbar-nav .widget-product-list .btn-cart, .rtl .megamenu .widget-product-list .btn-cart {
  float: left;
}
.navbar-nav .widget-product-list .btn-cart .fa, .megamenu .widget-product-list .btn-cart .fa {
  padding-right: 8px;
}
.navbar-nav .widget-product-list .s-product button, .megamenu .widget-product-list .s-product button {
  margin: 5px 0 0 0;
}
.navbar-nav .widget-product-list a:hover, .megamenu .widget-product-list a:hover {
  color: #777777!important;
}
.navbar-nav .ves-widget .menu-title, .megamenu .ves-widget .menu-title {
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
}
.navbar-inverse {
  background: none!important;
  border: none!important;
}
.navbar-inverse .dropdown-submenu .dropdown-toggle .menu-title {
  font-family: "Museo-300";
  color: #444444;
}
.navbar-inverse .ves-widget .menu-title {
  font-family: "Museo-300";
}
.navbar-nav {
  float: left;
}
.rtl .navbar-nav {
  float: right;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Museo-300";
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 15px;
  line-height: 22px;
}
.navbar-inverse .navbar-nav > li.dropdown a::after {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  top: 54px;
  content: "";
  height: 0;
  left: 0;
  line-height: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  right: 0;
  width: 0;
  -webkit-transition: border 300ms ease-out 0s;
  transition: border 300ms ease-out 0s;
}
.navbar-inverse .navbar-nav > li.dropdown:hover a::after {
  border-top: 6px solid #41a63e;
  opacity: 1;
}
.navbar-inverse .navbar-nav > li:hover {
  background: #41a63e;
  /*background-image: url("../images/woodnail1.jpg"); */
background-size: cover;
}
.navbar-inverse .navbar-nav .active > a, .navbar-inverse .navbar-nav .active > a:hover, .navbar-inverse .navbar-nav .active > a:focus {
  background: #41a63e;
}
.navbar-collapse {
  padding: 0!important;
}
.menu-icon {
  padding-left: 20px;
  position: relative;
}
.megamenu .dropdown-menu {
  min-width: 200px;
}
.megamenu .dropdown-menu a::after {
  display: none!important;
}
.megamenu .dropdown-menu a {
  margin: 0!important;
}
.megamenu .dropdown-menu a:hover {
  color: #59bd56;
}
.ves-megamenu .mega-col .mega-col-inner > ul > li > a {
  padding: 0 10px;
}
.widget-product-list img {
  margin-right: 0!important;
}
.navbar-nav > li > .dropdown-menu {
  background: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  background: none!important;
  border-bottom: 1px solid rgba(223, 105, 14, 1) !important;
}
#sys-notification {
  display: none!important;
}
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.paneltool {
  position: fixed;
  top: 05px;
  transition: all 0.6s;
  left: -322px;
  border: solid 1px #CCC;
  -webkit-box-shadow: 1px -1px 3px #888888;
  box-shadow: 1px -1px 3px #888888;
  z-index: 9999;
}
.paneltool.active {
  left: 0px;
  transition: all 0.6s;
}
.paneltool.active .panelbutton {
  color: red;
}
.paneltool.themetool {
  top: 70px;
}
.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: hand;
  cursor: pointer;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888;
}
.editortool .panelbutton {
  top: 230px;
}
#ves-paneltool.panel-open .panel-inner {
  right: 0;
}
#ves-paneltool h4 {
  margin-bottom: 10px;
}
#ves-paneltool .accordion-group {
  margin-bottom: 5px;
}
#ves-paneltool form > * {
  float: left;
}
#ves-paneltool form .group-input {
  margin-right: 5px;
}
#ves-paneltool select {
  padding: 5px;
}
.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: hand;
  cursor: pointer;
  border: solid 1px #f3f3f3;
  margin: 6px;
  border: 1px solid #ccc;
}
.box-patterns div.active {
  border: solid 1px red;
}
#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
  display: none;
}
#customize-form {
  position: relative;
}
#main-preview {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 300px;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
}
#main-preview iframe {
  height: 100%;
  width: 100%;
}
.colorpicker {
  z-index: 99999;
}
#ves-customize {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 3;
  box-shadow: 0 1px 3px #999;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
  background: none repeat scroll 0 0 #F5F5F5;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#ves-customize .wrapper {
  padding: 12px;
}
#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px;
}
#customize-body select {
  color: #888;
}
#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal;
}
#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px;
}
.form-group {
  margin-right: 6px;
}
.accordion-group label, .form-group label {
  display: block;
  font-size: 11px;
}
.accordion-group label {
  float: left;
  min-width: 100px;
  margin-right: 10px;
  margin-top: 5px;
}
#ves-customize .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
}
#ves-customize .btn-show {
  position: absolute;
  top: 39px;
  padding: 6px 18px;
  background: #CCC;
  right: 11px;
  z-index: 99;
  transition: all 1.2s;
  cursor: hand;
  cursor: pointer;
}
.nav-tabs .active .news-tab span span, .nav-tabs .active .featured-tab span span, .nav-tabs .active .specical-tab span span, .nav-tabs .active .mostview-tab span span, .nav-tabs .active .bestseller-tab span span {
  background: url("../images/bg-tabs-1.png") no-repeat;
  display: block;
  position: absolute;
  height: 10px;
  width: 22px;
}
.nav-tabs .active .featured-tab span span {
  background: url("../images/bg-tabs-4.png") no-repeat;
}
.nav-tabs .active .specical-tab span span {
  background: url("../images/bg-tabs-2.png") no-repeat;
}
.nav-tabs .active .mostview-tab span span {
  background: url("../images/bg-tabs-3.png") no-repeat;
}
.nav-tabs {
  border: none;
  padding-bottom: 8px;
}
#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;
}
.bi-wrapper > div {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer;
}
.bi-wrapper > div.active {
  border-color: red;
}
.btn-small {
  border-radius: 0;
  background-color: #7DB641;
  color: #fff;
  padding: 3px 6px;
}
.btn-small:hover {
  background-color: #C83A3A;
  color: #fff;
}
.editortool .label-customize {
  position: absolute;
  right: -155px;
  top: 250px;
  width: 115px;
  height: 74px;
  padding: 0;
  background-image: url(../images/label_customize.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}
.editortool .label-customize:hover {
  background-position: 0 -111px;
}
.paneltool.active .label-customize {
  display: none;
}
.paneltool .panelcontent {
  text-align: left;
}
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  color: #ffffff;
}
.rtl #menu-offcanvas .button-close-menu {
  left: 10px;
  right: auto;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
  border-bottom: 1px solid #f3f3f3;
   padding: 3px 0 3px 0;
  line-height: 30px;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .active a{
  color:#5bbe58 !important;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  /*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 {
  color: #59bd56 !important;
  background-color: #856B6B;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
#menu-offcanvas .mega-col {
  width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
#menu-offcanvas .home {
  background: #59bd56;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.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!important;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl .offcanvas-menu {
  right: 0;
  left: auto;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul.megamenu > li > a {
  background: #59bd56;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 1px;
  display: block;
  padding: 0.6em 1em 0.6em 1.2em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
  padding: 0.6em 1.2em 0.6em 1em;
}
.offcanvas-menu ul.megamenu > li > a .caret {
  border-color: white rgba(0, 0, 0, 0);
}
.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);
}
/* 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);
  position: fixed;
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* 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: 10px 0;
  height: 40px;
  padding: 0 8px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .navbar-toggle {
    display: block;
  }
  .offcanvas-pusher {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  /*** 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;
  }
}
/* Category Page ========================================================================= */
.category-title {
  border: 0;
}
.category-image {
  background: #ffffff;
  border: 1px solid #DEDEDE;
  padding: 1px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
  text-align: center;
}
.category-description {
  margin: 0 0 10px;
}
.category-info {
  display: none;
}
/*product-block*/
.product-block {
  padding: 0 15px;
  text-align: center;
}
.product-block .ves-colorbox {
  background: #393C41;
  color: #ffffff;
  padding: 5px 0;
  text-align: center;
  border-radius: 15px;
  width: 100px;
  height: 28px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  -webkit-transition: transform 0.3s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.3s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-block .ves-colorbox:hover {
  -webkit-transition: all 0.3s ease 0s, opacity 0.4s ease-in-out 0s;
  transition: all 0.3s ease 0s, opacity 0.4s ease-in-out 0s;
  background: #59bd56;
}
.product-block .ves-colorbox .fa {
  padding-right: 5px;
}
.rtl .product-block .ves-colorbox .fa {
  padding-left: 5px;
  padding-right: inherit;
}
.product-block .add-to-links {
  display: none;
  opacity: 0;
  margin-top: -40px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity: 0;
}
.product-block .add-to-links .wishlist {
  margin-top: -32px;
  margin-left:12%;
}
.product-block .add-to-links .compare {
  margin-top: -32px;
  display: none; /* intigen to hide compare */
}
.product-block .product-info {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-block .product-info .rating {
  display: inline-block;
}
.product-block .product-info .actions {
  bottom: 0;
}
.product-block .btn-cart {
  background: #FFBA21;
  border-radius: 1.5px;
  width: 40px;
  position: absolute;
  line-height: 32px!important;
  left: 52%;
}
.product-block .btn-cart:hover {
  background: #393C41;
}
.product-block:hover .product-info {
  position: relative;
  top: -50px;
}
.product-block:hover .ves-colorbox {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.1s;
}
.product-block:hover .product-image {
  -webkit-transition: all 0.3s ease 0s, opacity 0.4s ease-in-out 0s;
  transition: all 0.3s ease 0s, opacity 0.4s ease-in-out 0s;
  opacity: 0.4;
}
.product-block:hover .add-to-links {
  transition-delay: 0.1s;
  opacity: 1;
}
.product-block:hover .add-to-links .btn-cart {
  opacity: 1;
}
.product-block:hover .add-to-links .link-wishlist {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  margin-right: 40%;
}
.product-block:hover .add-to-links .link-compare {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  margin-left: 40%;
}
.product-block:hover .btn-cart {
  opacity: 1;
}
.product-block .product-name a {
  display: block;
  color: black;
  font-family: "Museo-500";
  font-size: 12px;
  line-height: 1.3em;
}
.product-block .short-desc {
  color: #6E6F70;
  max-height: 35px;
  margin: 0 0 12px;
  overflow: hidden;
}
.product-block .product-content {
  background: #ffffff;
  padding: 3px 10px;
}
/* View Type: Grid */
.category-products ._item {
  margin-bottom: 30px;
}
.products-grid {
  border-top: 1px solid #eaeaea;
  position: relative;
}
.products-grid ._item {
  border-right: 1px solid #eaeaea;
  position: relative;
  margin: 42px 0;
  z-index: 99;
}
.rtl .products-grid ._item {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}
.products-grid ._item.last {
  border: none;
}
.products-grid.last {
  border-bottom: 0;
}
.products-grid li._item {
  float: left;
  width: 138px;
  padding: 12px 10px 80px;
}
.products-grid .product-image {
  display: block;
}
.products-grid .availability {
  line-height: 21px;
}
.products-grid .actions {
  float: right;
}
.rtl .products-grid .actions {
  float: left;
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  width: 632px;
  margin: 0 auto;
}
.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto;
}
/* View Type: List */
.products-list .product-content {
  margin: 10px 0;
  border-top: 1px solid #EAEAEA;
  padding: 5px;
}
.products-list .product-content .ves-colorbox {
  background: #393C41;
  color: #ffffff;
  padding: 5px 0;
  text-align: center;
  border-radius: 15px;
  width: 95px;
  height: 28px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  -webkit-transition: transform 0.3s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.3s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transform: scale(0);
}
.products-list .product-content .ves-colorbox:hover {
  -webkit-transition: all 0.3s ease 0s, opacity 0.4s ease-in-out 0s;
  transition: all 0.3s ease 0s, opacity 0.4s ease-in-out 0s;
  background: #59bd56;
}
.products-list .product-content .ves-colorbox .fa {
  padding-right: 5px;
}
.rtl .products-list .product-content .ves-colorbox .fa {
  padding-left: 5px;
  padding-right: inherit;
}
.products-list .product-content:hover .product-image {
  opacity: 0.4;
}
.products-list .product-content:hover .ves-colorbox {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
.products-list ._item::before {
  left: -5px;
}
.products-list ._item::after {
  right: -5px;
}
.products-list .product-shop .rating a, .products-list .product-shop .desc a {
  color: #1E7EC8!important;
  font-size: 12px;
}
.products-list .btn-cart {
  float: left;
  line-height: 32px!important;
}
.rtl .products-list .btn-cart {
  float: right;
}
.products-list .btn-cart .fa {
  padding-right: 5px;
}
.rtl .products-list .btn-cart .fa {
  padding-left: 5px;
  padding-right: inherit;
}
.products-list li._item {
  border-bottom: 1px solid #d9ddd3;
  padding: 12px 10px;
}
.products-list li._item.last {
  border-bottom: 0;
}
.products-list .product-image {
  margin: 0 0 10px;
}
.products-list .image {
  padding: 0 10px;
}
.products-list .product-meta {
  padding: 0 10px;
}
.products-list .product-name {
  margin: 0 0 5px;
  font-size: 16px;
}
.products-list .product-name a {
  color: #333333;
}
.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0;
}
.products-list .price-box .price {
  font-size: 16px;
  color: #59bd56;
}
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35;
}
.products-list .desc .link-learn {
  font-size: 11px;
}
.products-list .add-to-links {
  text-align: center;
}
.products-list .add-to-links .link-wishlist {
  float: left;
  margin-left: 8px;
}
.rtl .products-list .add-to-links .link-wishlist {
  float: right;
}
.rtl .products-list .add-to-links .link-wishlist {
  margin-right: 8px;
  margin-left: inherit;
}
.products-list .add-to-links .link-compare {
  float: left;
  margin-left: 8px;
  display: none; /* hide compare button */
}
.rtl .products-list .add-to-links .link-compare {
  float: right;
}
.rtl .products-list .add-to-links .link-compare {
  margin-right: 8px;
  margin-left: inherit;
}
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 0;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
  display: none;
}
.ratings strong {
  float: left;
  margin-top: 1px;
  margin-right: 3px;
}
.rtl .ratings strong {
  float: right;
}
.rtl .ratings strong {
  margin-left: 3px;
  margin-right: inherit;
}
.ratings .amount {
  display: none;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings-table {
  border: none;
}
.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
  border: none;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
/* Availability */
.availability {
  color: #777777;
  margin: 5px 0 10px;
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.in-stock span {
  background: url("../images/bg-instock.png") no-repeat scroll right center;
  font-weight: normal;
  padding-right: 20px;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}
.availability-only span, .availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
.product-view .product-shop .availability {
  font-size: 11px;
}
.product-view .product-shop .availability span {
  font-weight: normal;
}
/* Email to a Friend */
.email-friend {
  background: url("../images/bg-email-tf.png") no-repeat;
  background-position: left bottom;
  margin-right: 20px;
  padding-left: 20px;
  float: left;
  
}
.rtl .email-friend {
  background-position: right bottom;
}
.rtl .email-friend {
  margin-left: 20px;
  margin-right: inherit;
}
.rtl .email-friend {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .email-friend {
  float: right;
}
/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}
/* Regular price */
.regular-price .price, .old-price .price, .special-price .price {
  font-size: 16px;
  color: #59bd56;
  font-family: "Museo-500";
  padding-bottom: 5px;
  font-weight: bold;
}
/* Old price */
.old-price {
  margin: 0;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  color: #555555;
  font-size: 14px;
  text-decoration: line-through;
}
/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
}
.special-price .price-label {
  display: none;
}
/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
  color:#59bd56;
}
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}
/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #bbbbbb;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #db4a38;
}
/* Including tax */
.price-including-tax {
  display: block;
  color: #bbbbbb;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #bbbbbb;
}
.price-including-tax .price {
  font-size: 16px;
  font-weight: bold;
  color: #db4a38;
}
/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}
/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}
/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
/* Add to Links */
.add-to-links .separator {
  display: none;
}
/* Add to Cart */
.add-to-cart {
  float: left;
  width: 100%;
}
.rtl .add-to-cart {
  float: right;
}
.add-to-cart label {
  margin-right: 5px;
  font-weight: bold;
  color: #666;
}
.add-to-cart .qty {
  margin-bottom: 20px;
  height: 36px!important;
}
.add-to-cart .quantity-wrapper .add-action.add-up {
  background: #59bd56;
}
.add-to-cart .quantity-wrapper .add-action {
  background: #D0D0D0;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
  height: 18px;
  line-height: 20px;
  display: block;
  width: 18px;
  text-align: center;
}
.add-to-cart button.button {
  background: #FFBA21;
  border-radius: 1.5px;
}
.add-to-cart button.button:hover {
  background: #000000;
  border-radius: 1.5px;
}
.add-to-cart button.button span {
  font-weight: bold;
}
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
/* Add to Links + Add to Cart */
.addto {
  float: left;
}
.link-wishlist {
  width: 40px;
  height: 32px;
}
.link-compare {
  width: 40px;
  height: 32px;
}
.add-to-box .or {
  display: none;
}
.add-to-links li {
  display: block !important;
}
.add-to-links li .separator {
  display: none !important;
}
.add-to-links a {
  background: #59bd56;
  border-radius: 1.5px;
  color: #ffffff;
  display: inline-block;
  line-height: 32px;
}
.add-to-links a:hover {
  background: #393C41;
}
.add-to-links .fa {
  text-align: center;
}
.product-essential {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.product-essential h2 {
  font-family: Arial, "Helvetica", Helvetica, sans-serif;
  color: #414141;
  font-size: 20px;
  padding: 1px 0 6px;
}
.product-essential .wap-img-box .image {
  margin-bottom: 15px;
}
.product-collateral h2 {
  font-weight: bold;
  font-size: 15px;
  color: #e26703;
  border-bottom: 1px solid #e5dcc3;
  padding: 0 0 1px;
  margin: 0 0 15px;
}
.product-collateral .box-collateral {
  margin: 0 0 25px;
  margin: 0 10px;
}
/* Product Images */
.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f;
}
.image {
  background: none repeat scroll 0 0 #FFFFFF;
}
#image-additional .product-image-zoom {
  background: none repeat scroll 0 0 #FFFFFF;
}
/* Product Options */
.product-options {
  margin: 20px 0 0;
  padding: 10px 15px 20px;
  position: relative;
  background-color: #FFFADA;
  border: 1px solid #e4e4e4;
}
.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}
.product-options dt label {
  font-weight: bold;
  color: #2f2f2f;
}
.product-options dt label.required em {
  color: #eb340a;
  margin-left: 5px;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd {
  padding: 1px 10px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  height: 8em;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options dl.last, .product-options dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  display: none;
}
.product-options-bottom {
  background-color: #fffada;
  margin: 20px 0;
  
}
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
.product-options-bottom .price-box {
  margin: 0;
  padding: 0;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .add-to-cart {
  float: right;
}
.product-shop {
  float: left;
  padding-left: 0;
}
.rtl .product-shop {
  float: right;
}
.product-shop .rating-box {
  float: left;
}
.rtl .product-shop .rating-box {
  float: right;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px;
}
.product-view {
  border-bottom: 1px solid #eaeaea;
  /* Product Shop */
  /* Grouped Product */
  /* Block: Description */
  /* Block: Additional */
  /* Block: Upsell */
}
.product-view .wap-img-box {
  background: #ffffff;
  padding: 15px;
}
.product-view .wap-img-box .onsale {
  background: url("../images/sale.png") no-repeat;
  position: absolute;
  z-index: 99;
  width: 50px;
  height: 50px;
}
.product-view .thumb-img {
  text-align: center;
  margin-bottom: 10px;
}
.product-view .thumb-img img {
  border: 1px solid #EAEAEA;
}
.product-view .product-img-box {
  float: left;
  padding-right: 5px;
}
.rtl .product-view .product-img-box {
  float: right;
}
.product-view .product-img-box .carousel-control {
  border: none!important;
  color: #BBBBBB;
}
.product-view .product-img-box .carousel-control.left {
  left: -18px !important;
}
.product-view .product-img-box .carousel-control.right {
  right: -17px !important;
}
.product-view .product-img-box .product-image {
  margin: 0 0 13px;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  overflow: hidden;
}
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center;
}
.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: .3;
}
.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.product-view .product-img-box .more-views ul {
  margin-left: -9px;
}
.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px;
}
.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden;
}
.product-view .product-shop .product-name {
  margin-bottom: 15px;
  padding-top: 4%;
  padding-right: 10px;
  font-size: 12px;
}
.rtl .product-view .product-shop .product-name {
  padding-left: 10px;
  padding-right: inherit;
}
.product-view .product-shop .product-name h4 {
  margin: 0;
  color: #333333;
  line-height: 1.3em;
  font-family: "Museo-300";
  font-weight: bold;
  text-align: left;
}
.rtl .product-view .product-shop .product-name h4 {
  text-align: right;
}
.product-view .product-shop .product-detail {
  padding-right: 10px;
}
.rtl .product-view .product-shop .product-detail {
  padding-left: 10px;
  padding-right: inherit;
}
.product-view .product-shop .availability {
  padding-top: 20px;
  text-align: left;
}
.rtl .product-view .product-shop .availability {
  text-align: right;
}
.product-view .product-shop .short-description {
  float: left;
  /*display: none;*/
  padding: 10px 0 15px;
}
.rtl .product-view .product-shop .short-description {
  float: right;
}
.product-view .product-shop .short-description h4 {
  color: #59bd56;
  font-size: 16px;
  line-height: 40px;
}
.product-view .product-shop .price-box {
  margin: 20px 0;
  width: 100%;
}
.product-view .product-shop .add-to-links {
  font-size: 12px;
  margin: 0;
}
.product-view .product-shop .add-to-links a {
  text-align: center;
  float: left;
  margin-left: 8px;
}
.rtl .product-view .product-shop .add-to-links a {
  float: right;
}
.rtl .product-view .product-shop .add-to-links a {
  margin-right: 8px;
  margin-left: inherit;
}
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
  display: inline;
}
.product-view .product-shop .btn-cart {
  float: left;
  line-height: 32px!important;
}
.rtl .product-view .product-shop .btn-cart {
  float: right;
}
.product-view .product-shop .btn-cart .fa {
  padding-right: 10px;
}
.product-view .product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25;
}
.product-view .box-up-sell .block-title {
  background: none!important;
  line-height: 20px;
  padding: 15px!important;
  border-top: 1px solid #EAEAEA;
}
.product-view .box-up-sell h4 {
  color: #000000!important;
}
.product-view .box-up-sell h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px;
}
.product-view .box-up-sell .carousel-controls {
  right: 10px;
  line-height: 18px;
  top: -12px;
}
.product-view .box-up-sell .carousel-control.left {
  margin-left: -58px;
}
.product-view .box-up-sell .products-grid {
  width: 100%;
  margin: 0!important;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  background: #f6f2e7;
  border-right: 1px solid #e5dcc3;
  border-bottom: 1px solid #e5dcc3;
  padding: 15px 10px 12px;
  line-height: 1.6em;
}
.product-view .box-up-sell .products-grid td.last {
  border-right: 0;
}
.product-view .box-up-sell .products-grid td img {
  border: 1px solid #e5dcc3;
}
.product-view .box-up-sell .products-grid td.empty, .product-view .box-up-sell .products-grid .block td.block-subtitle, .block .product-view .box-up-sell .products-grid td.block-subtitle {
  border-right: 0;
  background: #f1ecdb;
}
.product-view .box-up-sell .products-grid tr.last td {
  border-bottom: 0;
}
.product-view .box-up-sell .products-grid .product-image {
  text-align: center;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
/* Block: Tags */
.product-view #tabs {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags h3 {
  font-size: 13px;
}
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
  display: inline;
  background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.product-view .box-tags .form-add {
  padding-top: 20px;
}
.product-view .box-tags .form-add label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 5px;
  color: #949595;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 332px;
  margin: 0 5px 0 0;
  background: url(../images/i_tag_add.gif) 0 2px no-repeat;
  padding: 0 0 0 23px;
}
.rtl .product-view .box-tags .form-add .input-box {
  float: right;
}
.product-view .box-tags .form-add input.input-text {
  width: 315px;
}
.product-view .box-tags .form-add button.button {
  background: #618499;
  margin-left: 20px;
}
.product-view .box-tags .form-add button.button span {
  font-weight: bold;
}
.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0;
}
.product-view .box-reviews dl a, .product-view .box-reviews dl span {
  font-weight: bold;
}
.product-view .box-reviews dd {
  margin: 0 0 15px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}
/* Send a Friend */
.send-friend .form-list {
  overflow: hidden;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
  width: 294px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
#add_recipient_button {
  float: right;
}
/* ======================================================================================= */
.related-checkbox {
  float: left;
}
.crosssell .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548;
  font-family: "Museo-300";
  font-size: 12px;
  line-height: 18px;
}
.crosssell .product-name a {
  color: black;
}
.crosssell .product-name a:hover {
  color: #7db641;
}
.pager li > a, .pager li > span {
  border-radius: 0;
}
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
@media screen and (max-width: 991px) {
  .quick-access {
    position: relative;
    float: right;
    padding: 10px 0;
  }
  .rtl .quick-access {
    float: left;
  }
  .quick-access .quickaccess-toggle {
    background-color: #363636;
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    color: #a8a8a8;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    margin: 0 3px;
  }
  .quick-access .quickaccess-toggle:hover {
    background-color: #59bd56;
    color: white;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .quick-access .inner-toggle {
    background: #fff;
    min-width: 180px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    transform: translateX(-25%);
    visibility: hidden;
    -webkit-box-shadow: 0 1px 3px lightgrey;
    box-shadow: 0 1px 3px lightgrey;
    padding: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 5px solid #59bd56;
  }
  .rtl .quick-access .inner-toggle {
    left: 0;
    right: auto;
  }
  .quick-access .inner-toggle .links li {
    line-height: 26px;
    list-style-type: disc;
    margin: 0 20px;
  }
  .quick-access .inner-toggle .language li {
    margin: 0 10px;
  }
  .quick-access .inner-toggle .language a {
    line-height: 20px;
  }
  .quick-access:hover .content .inner-toggle,
  .quick-access:hover .inner-toggle {
    -webkit-transition: all 500ms cubic-bezier(0.09, 0.68, 0, 0.99) 0s;
    transition: all 500ms cubic-bezier(0.09, 0.68, 0, 0.99) 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0px);
    visibility: visible;
    z-index: 10;
  }
  #topbar .topLinks {
    float: right !important;
  }
  #topbar .links {
    float: none !important;
  }
  #topbar .links li {
    float: none !important;
    line-height: 24px;
  }
  #topbar .links li.first {
    padding-left: 6px !important;
  }
  #topbar .links li.last a {
    border: none;
  }
  #topbar .language {
    padding: 6px 5px;
  }
  .cart-top #cart .content {
    position: static;
    opacity: 1;
    visibility: visible;
    top: 0;
    border: none;
    min-width: 270px;
    visibility: inherit;
  }
  #checkout-step-login .buttons-set {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .topbar-toggle {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .main-column {
    padding-left: 0px;
  }
  #ves-columns-left {
    padding-right: 15px;
  }
  #topbar {
    display: none;
  }
  .cart-top {
    padding: 0;
  }
  .cart-top #cart {
    margin: 0;
  }
  .cart-top .heading {
    display: none;
  }
  .cart-top .block-cart .block-title {
    display: none;
  }
  .top-search {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar-toggle {
    display: block!important;
  }
  .ves-caption {
    display: none !important;
  }
  #mainmenutop .navbar-nav {
    display: none!important;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0!important;
  }
  .navbar-collapse {
    overflow-x: hidden!important;
  }
  .navbar-toggle {
    margin: 0!important;
  }
  .navbar-collapse::before, .navbar-collapse::after {
    display: none!important;
  }
  .product-block:hover .add-to-links .link-compare {
    margin-left: 48%;
  }
  .module_showcase .showcase {
    padding: 10px 0;
  }
  /* Intigen hide quick view in mobile */
  .product-block .ves-colorbox {
    display: none;
  }
  .products-list .ves-colorbox{
    display: none;
  }
  /*----*/
  #footer .footer-left {
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .a-quickview {
    display: none !important;
  }
  .product-shop {
    padding-left: 15px;
  }
  .product-view .product-img-box {
    padding-right: 15px;
  }
  .product-view .product-shop .product-name {
    padding: 10px;
    margin: 0;
  }
  .product-view .ratings {
    margin: 2px 0;
  }
}
@media screen and (max-width: 480px) {
.product-block .link-wishlist { margin-right: 20% !important;}
.product-block .add-to-links .wishlist { margin-bottom: 10px;  margin-left: 0;   
 margin-top: -51px;}
 .product-block .ves-colorbox{display:none;}
.product-block:hover .product-image { opacity:1;}
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity:1;
}

  .header-right {
    width: 100%;
  }
  .sorter .sort-by {
    display: none;
  }
  .product-block {
    margin-bottom: 20px;
  }
  .product-block:hover .product-info {
    top: 0;
    position: inherit;
  }
  .product-block .product-info {
    padding-bottom: 50px;
  }
  .product-view .box-tags .form-add button.button {
    margin-left: 23px;
    margin-top: 10px;
  }
  .rtl .product-view .box-tags .form-add button.button {
    margin-right: 23px;
    margin-left: inherit;
  }
  .form-list .field {
    width: 100%;
  }
  .form-list .wide {
    width: 100%;
  }
  .v-fix {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
.product-block .ves-colorbox{display:none;}
.product-block:hover .product-image { opacity:1;}
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity: 0;
}

  .product-block {
    margin-bottom: 20px;
  }
  .product-block .add-to-links {
    margin: 0;
  }
  .product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare {
    opacity: 0;
  }
  .product-block:hover .product-info {
    top: 0;
  }
  .product-block:hover .link-compare {
    margin-left: 15%!important;
  }
  .product-block:hover .link-wishlist {
    margin-right: 15%!important;
  }
  .product-block .btn-cart {
    position: inherit;
  }
  .static1 img {
    width: 100%;
  }
}
@media only screen
and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.add-to-links {float: left; text-align: center;  width: 100%;}
.cart {display: inline-block; float: none; margin: 0 7%;}
.button-group { display: inline-block;}
.product-block:hover .link-wishlist { margin-right: 0!important;}
}


@media only screen and (max-width: 768px) {
 /* .product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare {
   opacity: 0 !important; 
  }*/
.product-block .ves-colorbox{display:none!important;}
.product-block:hover .product-image { opacity:1!important;}
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity: 1!important;
}

.product-block .ves-colorbox {
  display: block;
 }
}
@media only screen and (max-width: 560px) {
.product-block .ves-colorbox{display:none;}
.product-block:hover .product-image { opacity:1;}
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity: 1!important;
}

  .product-block:hover .link-compare {
    margin-left: 30%!important;
  }
  .product-block:hover .link-wishlist {
    margin-right: 30%!important;
  }
  .product-block .btn-cart {
    left: 52%;
  }
  table th {
  padding: 1px !important;
  }
}
/*-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .nav .full-width .dropdown-menu {
    width: 940px!important;
  }
  .ves-slideshow .wrap-slideshow {
    display: none;
  }
  .contentTop {
    display: none;
  }
  .contentBottom .image4 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .top-links .dropdown-toplinks {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #offcanvas-container > div.zoomContainer {
    display: none!important;
    visibility: hidden;
  }
  #mainmenutop .navbar-nav {
    display: none!important;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0!important;
  }
  .top-links {
    padding: 0 15px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 99;
  }
  .top-links a {
    color: #ffffff;
  }
  .top-links .dropdown-toplinks {
    padding: 0 4px;
  }
  .top-links .links {
    display: none;
    position: absolute;
    left: -1px;
    padding: 0 0 0 5px;
    border-radius: 0 0 4px 4px;
  }
  .rtl .top-links .links {
    right: -1px;
    left: auto;
  }
  .top-links:hover {
    border-radius: 0;
  }
  .top-links:hover .links {
    display: block;
  }
  .navbar {
    margin: 0;
  }
  .navbar .navbar-toggle .icon-bar {
    width: 18px;
  }
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-inverse {
    background: none;
    border: none;
    top: 5px;
  }
  .mega-col-inner .price-label {
    display: none;
  }
  .navbar-collapse {
    overflow-x: hidden!important;
  }
  .navbar-toggle {
    margin: 0!important;
  }
  .navbar-collapse::before, .navbar-collapse::after {
    display: none!important;
  }
  .navbar-inverse .navbar-toggle {
    border: none!important;
  }
  .navbar {
    min-height: 38px;
  }
  .navbar-inverse {
    height: 38px;
    position: absolute;
  }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none!important;
  }
  .block-image {
    padding: 5px!important;
  }
  .product-block .image:hover .ves-quickview {
    display: none;
  }
  .visible-xs.visible-md {
    display: block!important;
  }
  .visible-md {
    display: block!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-links ul li {
    display: block;
  }
  .navbar-toggle {
    display: block;
  }
  .carousel-inner .hover-image .add-to-links {
    display: none;
  }
  .product-inner .description {
    display: none;
  }
  .product-inner #ves-mainnav {
    left: 0;
    position: absolute;
  }
  .product-inner #ves-mainnav .navbar {
    min-height: 100%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .cols3 .itemcol {
    width: 46%!important;
  }
 .product-block .add-to-links .wishlist {
     margin-left: -12%;
     margin-top: -32px;
 }
}
@media only screen and (max-width: 588px) {
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity: 1!important;
}
  .contentTop {
    display: none;
  }
  .module_contact {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
.product-block .image img{float:none!important;}
.product-block {float: none!important;  margin: 0 auto!important;}
.product-block .add-to-links .link-wishlist, .product-block .add-to-links .link-compare, .product-block .add-to-links .btn-cart {
  opacity: 1!important;
}

.product-block .add-to-links .wishlist {
    margin-left:5%;
    margin-top: -32px;
}
  .product-view .product-shop .product-name {
    margin-left: 0;
  }
  .product-view .product-shop .product-detail {
    padding: 10px;
  }
  .dropdown-menu {
    left: auto;
    right: 0;
  }
  .product-essential {
    padding-bottom: 10px;
  }
  .navbar-inverse {
    top: 6px;
  }
  .block-image {
    display: none;
  }
  .free-shipping .center {
    padding: 2%;
  }
  #ves-massbottom .productcarousel .wrap-images {
    width: auto!important;
  }
  #ves-massbottom .productcarousel .wrap-images .image {
    border: 0;
  }
  .category-products .item, .module_tabhome .product-inner {
    float: left;
  }
  .module_tabhome .tab-content .product-inner {
    margin-bottom: 15px;
  }
  .product-block {
    float: left;
    width: 90%;
  }
  .product-block .product-content {
    float: left;
    width: 100%;
  }
	.product-block .image img {
    float: left;
    border: 1px solid #E9E9E9;
  }
  .product-block .short-desc {
    max-height: 50px;
  }
  .widget-product-list .product-block .image {
    float: left!important;
  }
}
@media only screen and (max-width: 565px) {
  .product-block .image {
    float: none;
  }
  .product-block .image:hover .hover-image {
    display: none;
  }
  .toolbar-bottom .amount {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .copyright .right {
    display: none;
  }
}
@media only screen and (max-width: 468px) {
  .module_contentbanner {
    display: none!important;
  }
  .top-search .form-search .ico-search {
    width: 0;
  }
  .top-search .form-search .search-box {
    width: 200px!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .top-search .form-search .search-box input {
    width: 160px!important;
  }
  .category-banner {
    display: none;
  }
  .post-block div.post-image {
    max-height: 160px!important;
  }
}
@media only screen and (max-width: 359px) {
  .cols3 .itemcol {
    width: 100%!important;
  }
  .header-right .user-top {
    display: none;
  }
  .top-search .ico-search .search-box {
    left: 95px;
  }
  .rtl .top-search .ico-search .search-box {
    right: 95px;
    left: auto;
  }
  .product-block .btn-cart {
    left: 52%!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
*******************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Arial, "Helvetica", Helvetica, sans-serif;
}
h1 {
  font-size: 20px;
  line-height: 31px;
}
h2 {
  font-size: 18px;
  line-height: 31px;
}
h3 {
  font-size: 14px;
  line-height: 31px;
}
h4 {
  line-height: 23px;
  font-family: "Museo-300";
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
h5 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 31px;
}
h6 {
  font-size: 12px;
  line-height: 31px;
}
.success {
  color: #3d6611;
  font-weight: bold;
}
.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
*******************************************************/
.full-width {
  position: static !important;
}
.carousel-inner .left {
  margin-top: 0px;
}
.carousel-inner .right {
  margin-top: 0px;
}
.product-inner .name {
  font-weight: bold;
}
.block-heading a.prev {
  float: left;
}
.rtl .block-heading a.prev {
  float: right;
}
.block-heading a.next {
  float: right;
}
.rtl .block-heading a.next {
  float: left;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}
.block-image {
  background: url("../images/bg-dot2.jpg") repeat scroll 0 0 !important;
  padding: 7px;
  margin-bottom: 20px;
}
.block-image:hover {
  box-shadow: 0 0 2px 0 rgba(11, 11, 11, 0.1) inset, 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.contact-content {
  padding-top: 15px;
}
.contact-content h3 {
  font-size: 16px;
  color: #2E3039;
  font-weight: bold;
}
.contact-content select, .contact-content textarea {
  width: 100%!important;
}
.contact-content .content {
  padding-top: 10px;
}
.contact-content .content .media-body, .contact-content .content p {
  color: #2E3039;
}
.block-layered-nav .block-title {
  background: #59bd56;
  line-height: 45px;
}
.block-layered-nav .block-content {
  padding: 0 10px;
}
.contact-info .media {
  color: #A6A7AC;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.contact-info .media .fa {
  background-color: #4E515A;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 30px;
}
.rtl .contact-info .media .fa {
  float: right;
}
.rtl .contact-info .media .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.contact-info .media:hover {
  color: #59bd56;
}
.contact-info .media:hover .fa {
  background-color: #59bd56;
}
.result .left1 {
  padding: 0!important;
}
.vesquickview .product-view .product-collateral {
  display: none;
}
#colorbox {
  overflow: visible!important;
}
/* Ves Content Slider*/
/* Ves Product Carousel*/
.productcarousel .carousel-controls {
  top: -38px !important;
  right: 10px;
  width: 10px;
}
.productcarousel .left {
  margin: 0!important;
}
.productcarousel .right {
  margin: 0!important;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #59bd56 !important;
  border-color: #59bd56 !important;
}
/* Ves Vertical Menu*/
#ves-verticalmenu {
  width: 105%;
  left: -14px;
}
.rtl #ves-verticalmenu {
  right: -14px;
  left: auto;
}
#ves-verticalmenu:before {
  border-bottom: 12px solid #222222;
  border-left: 14px solid rgba(0, 0, 0, 0);
  content: "";
  left: 0;
  position: absolute;
  top: -12px;
}
.rtl #ves-verticalmenu:before {
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-left: inherit;
}
.rtl #ves-verticalmenu:before {
  right: 0;
  left: auto;
}
#ves-verticalmenu::after {
  border-top: 12px solid #222222;
  border-left: 14px solid rgba(0, 0, 0, 0);
  content: "";
  left: 0;
  position: absolute;
}
.rtl #ves-verticalmenu::after {
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-left: inherit;
}
.rtl #ves-verticalmenu::after {
  right: 0;
  left: auto;
}
#ves-verticalmenu .block-title {
  background: #59bd56;
border: none;
padding-top: 14px;
padding-bottom: 12px;
padding-left: 50px;
background-image: url("../images/woodnail1.jpg");
background-size: cover;
}
.rtl #ves-verticalmenu .block-title {
  padding-right: 13px;
  padding-left: inherit;
}
#ves-verticalmenu .block-title li > a {
  text-transform: none!important;
}
#ves-verticalmenu .block-title .icon-menu {
  float: left;
  margin-right: 10px;
  line-height: 20px;
}
.rtl #ves-verticalmenu .block-title .icon-menu {
  float: right;
}
.rtl #ves-verticalmenu .block-title .icon-menu {
  margin-left: 10px;
  margin-right: inherit;
}
#ves-verticalmenu .block-title .icon-bar {
  background-color: #ffffff;
  width: 15px;
  height: 3px;
  border-radius: 1px;
  display: block;
  margin-top: 3px;
}
#ves-verticalmenu .block-content {
  padding: 0!important;
}
.verticalmenu {
  background: #853A21;
  z-index: 999;
}
.verticalmenu li {
  position: static;
  width: 100%;
  padding: 13px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   background-image: url("../images/woodnail1.jpg");
background-size: cover;
  
}
.verticalmenu li:last-child {
  border: 0!important;
}
.verticalmenu .dropdown-menu li {
  padding: 8px;
  font-size: 14px;
}
.verticalmenu .dropdown-menu a {
  margin: 0;
}
.verticalmenu .dropdown-menu li:hover {
  background: #41a63e;
}
.verticalmenu .menu-icon {
  padding-left: 25px;
}
#verticalmenu li .dropdown-menu{
  display: none;
  right: auto;
  min-width: 210px;
  top: auto;
  left: 100%;
}
.rtl #verticalmenu li .dropdown-menu {
  right: 100%;
  left: auto;
}
#verticalmenu li a {
  text-transform: none!important;
  color:#000000;
  padding: 0;
}
#verticalmenu li a::after, #verticalmenu li a::before {
  border: 0!important;
}
#verticalmenu li:hover .dropdown-menu {
  display: block;
}
.navbar-inverse .verticalmenu > li > a {
  font-family: "Museo-300";
}
/* Ves Gallery*/
.ves-gallery li {
  background: none repeat scroll 0 0 #FFFFFF;
  list-style: none outside none;
  width: 75px;
  height: 75px;
  float: left;
  overflow: hidden;
  margin-right: 9px;
  margin-bottom: 20px;
  text-align: center;
}
.rtl .ves-gallery li {
  float: right;
}
.rtl .ves-gallery li {
  margin-left: 9px;
  margin-right: inherit;
}
.ves-gallery li:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.7;
}
/* Ves Latest Blog*/
.module_latestblog .post-block {
  margin-top: 5px!important;
}
.venus-latest-block div.post-image {
  margin-right: 8px;
  float: left;
}
.rtl .venus-latest-block div.post-image {
  margin-left: 8px;
  margin-right: inherit;
}
.rtl .venus-latest-block div.post-image {
  float: right;
}
.venus-latest-block {
  float: left;
  margin-bottom: 20px;
}
.venus-latest-block h4 {
  margin: 0 0 4px!important;
  font-size: 11px!important;
  line-height: 18px;
}
.venus-latest-block a {
  color: #59bd56 !important;
}
.venus-latest-block .post-title {
  font-size: 16px!important;
  color: #4C4D4E;
  line-height: 35px;
}
.venus-latest-block .post-block {
  float: left;
  margin-bottom: 10px;
}
.rtl .venus-latest-block .post-block {
  float: right;
}
.venus-latest-block .latest-description {
  margin-bottom: 8px;
  color: #777879;
}
/* Ves Blog List*/
.blog-list .blog-wrapper {
  padding: 20px;
}
.blog-list .ves-description {
  max-height: 90px;
  overflow: hidden;
}
.blog-list .blog-meta span {
  text-transform: none;
}
.blog-list .blog-meta a {
  color: #59bd56;
  font-weight: bold;
}
.blog-list .blog-title {
  font-size: 18px;
  line-height: 50px;
}
.blog-list .blog-title a {
  color: #2E3A47!important;
}
.blog-list .blog-image {
  max-height: 400px;
  overflow: hidden;
  margin: 0!important;
}
.blog-list .ves-description {
  color: #2E3A47;
  float: left;
}
.rtl .blog-list .ves-description {
  float: right;
}
.blog-list .blog-readmore {
  background-color: #8B8C8A;
  float: left;
  line-height: 2.5em;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rtl .blog-list .blog-readmore {
  float: right;
}
.blog-list .blog-readmore a {
  background: url("../images/mt-arrow-small.png") no-repeat scroll 92% center;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 30px 6px 12px;
}
.blog-list .blog-readmore:hover {
  background-color: #59bd56;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-list .blog-botm {
  float: left;
  width: 100%!important;
  color: #2E3A47!important;
  font-size: 100%!important;
}
.vesclear {
  display: block!important;
}
span.created-date, span.author, span.blog-category {
  text-transform: none;
  font-size: 100%!important;
  color: #2E3A47!important;
  padding-right: 15px;
  float: left;
}
.rtl span.created-date, .rtl span.author, .rtl span.blog-category {
  float: right;
}
.colswrapper .itemcol {
  margin-bottom: 18px!important;
}
/* Ves Blog Post*/
.blog-post .blog-title {
  line-height: 50px;
}
.blog-post .below-inputs {
  margin-top: 15px!important;
}
.blog-post .blog-content {
  background: #ffffff!important;
}
.blog-post .blog-meta {
  margin-bottom: 15px;
}
.blog-post .blog-meta span {
  text-transform: none!important;
}
.blog-post .blog-bottom {
  border: 0!important;
}
.blog-post .blog-tags {
  color: #2E3A47 !important;
  font-weight: bold;
  text-transform: none!important;
}
.blog-post .blog-bottom > div {
  width: 50%!important;
  border: 0!important;
  padding: 0 0 0 19px!important;
  font-size: 100%!important;
}
.venus-blog-menu li {
  padding: 10px 0;
  text-transform: uppercase;
  border-top: 1px dashed #E3E3E3;
}
.venus-blog-menu li:first-child {
  border-top: none;
}
.venus-blog-menu li a {
  padding: 0 5px;
}
.blog-post .blog-image {
  padding-top: 6px;
}
.block-currency {
  margin-bottom: 15px;
}
.block-currency .block-content {
  padding: 10px 2px;
}
.category-banner-bottom {
  border: 0!important;
}
.category-banner-bottom p {
  margin: 0!important;
}
#footer-info {
  height: 140px!important;
}
.tags-list {
  padding: 10px;
}
.tags-list a {
  font-size: 12px!important;
}
.account-create .checkbox {
  height: 34px!important;
}
.editortool .label-customize {
  display: none;
}
.carousel-inner .left, .carousel-inner .right {
  float: none!important;
}
/* Widget Blog List*/
.ves-widget .menu-title {
  line-height: 30px;
  padding-bottom: 10px;
}
.widget-blog-list .post-image {
  display: none;
}
.widget-blog-list .blog-readmore {
  padding: 10px 0;
}
.widget-blog-list h5 a {
  color: #59bd56;
  font-size: 12px;
  font-weight: bold;
}
.widget-blog-list .latest-description {
  height: 50px;
  overflow: hidden;
  color: #777777;
}
.module_carousel3 p {
  margin: 0!important;
}
.widget-html {
  padding-top: 6px;
}
/* Lush Slider*/
.lush-slider .big-blue, .lush-slider .big-sky, .lush-slider .big-green, .lush-slider .big-lime, .lush-slider .big-yellow, .lush-slider .big-orangelite, .lush-slider .big-orange,
.lush-slider .big-salmon, .lush-slider .big-pink, .lush-slider .big-purple .big-violet, .lush-slider .big-red, .lush-slider .big-wood, .lush-slider .big-black,
.lush-slider .big-white, .lush-slider .big-gray, .lush-slider .medium-blue, .lush-slider .medium-sky, .lush-slider .medium-green, .lush-slider .medium-lime,
.lush-slider .medium-yellow, .lush-slider .medium-orangelite, .lush-slider .medium-orange, .lush-slider .medium-salmon, .lush-slider .medium-pink,
.lush-slider .medium-purple, .lush-slider .medium-violet, .lush-slider .medium-red, .lush-slider .medium-wood, .lush-slider .medium-black,
.lush-slider .medium-white, .lush-slider .medium-gray {
  font-family: "Museo-300";
}
#wishlist-table .description {
  padding: 0!important;
  max-height: 52px;
  overflow: hidden;
}
#wishlist-table textarea {
  width: 100%;
  line-height: 20px!important;
}
.cart-cell {
  text-align: center;
}
.cart-cell p {
  margin: 0;
}
.cart-cell .btn-cart {
  margin: 5px 0;
  padding: 0 5px;
}
.products-row ._item {
position: relative;
margin: 42px 0;
z-index: 99;
}
.products-row {
/*border-top: 1px solid #eaeaea;*/
position: relative;
}
