/******************************************************
 * @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
*******************************************************/
/* line 1, ../sass/magento/_base.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 3, ../sass/magento/_base.scss */
body {
  line-height: 18px;
  color: #999999;
  font-size: 12px;
}

/* line 9, ../sass/magento/_base.scss */
a {
  cursor: hand;
  cursor: pointer;
}
/* line 10, ../sass/magento/_base.scss */
a img {
  border: none;
}
/* line 13, ../sass/magento/_base.scss */
a:hover {
  text-decoration: none;
  color: #eb6477;
}
/* line 17, ../sass/magento/_base.scss */
a:focus {
  outline: none;
  outline-offset: -2px;
  color: #eb6477;
}

/* line 25, ../sass/magento/_base.scss */
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 32, ../sass/magento/_base.scss */
body, td, th, input, textarea, select, a {
  outline: 0 none;
}

/* Content */
/* line 36, ../sass/magento/_base.scss */
p {
  margin: 0 0 10px;
}

/* line 37, ../sass/magento/_base.scss */
strong {
  font-weight: bold;
}

/* line 38, ../sass/magento/_base.scss */
address {
  font-style: normal;
  line-height: 1.35;
  display: inline;
}

/* line 39, ../sass/magento/_base.scss */
cite {
  font-style: normal;
}

/* line 41, ../sass/magento/_base.scss */
q,
blockquote {
  quotes: none;
}

/* line 43, ../sass/magento/_base.scss */
q:before,
q:after {
  content: '';
}

/* line 44, ../sass/magento/_base.scss */
small, big {
  font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
/* line 49, ../sass/magento/_base.scss */
ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* Tools */
/* line 58, ../sass/magento/_base.scss */
.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;
}

/* line 59, ../sass/magento/_base.scss */
.nobr {
  white-space: nowrap !important;
}

/* line 60, ../sass/magento/_base.scss */
.wrap {
  white-space: normal !important;
}

/* line 61, ../sass/magento/_base.scss */
.a-left {
  text-align: left !important;
}

/* line 62, ../sass/magento/_base.scss */
.a-center {
  text-align: center !important;
}

/* line 63, ../sass/magento/_base.scss */
.a-right {
  text-align: right;
}
/* line 64, ../sass/magento/_base.scss */
.a-right .price {
  color: #eb6477;
  font-size: 16px;
  font-weight: bold  !important;
}

/* line 68, ../sass/magento/_base.scss */
.v-top {
  vertical-align: top;
}

/* line 69, ../sass/magento/_base.scss */
.v-middle {
  vertical-align: middle;
}

/* line 70, ../sass/magento/_base.scss */
.f-left {
  float: left;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .f-left {
  float: right;
}

/* line 71, ../sass/magento/_base.scss */
.f-right {
  float: right !important;
}

/* line 72, ../sass/magento/_base.scss */
.f-none {
  float: none !important;
}

/* line 73, ../sass/magento/_base.scss */
.f-fix {
  float: left;
  width: 100%;
}

/* line 74, ../sass/magento/_base.scss */
.no-display {
  display: none;
}

/* line 75, ../sass/magento/_base.scss */
.no-margin {
  margin: 0 !important;
}

/* line 76, ../sass/magento/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 77, ../sass/magento/_base.scss */
.no-bg {
  background: none !important;
}

/* ======================================================================================= */
/* line 81, ../sass/magento/_base.scss */
.htabs a {
  color: #000000;
  display: none;
  float: left;
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
  margin-bottom: -1px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
}
/* line 91, ../sass/magento/_base.scss */
.htabs a.selected {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #E76D66;
}

/* line 97, ../sass/magento/_base.scss */
.tab-content {
  margin-bottom: 15px;
  z-index: 2;
}

/* line 101, ../sass/magento/_base.scss */
.carousel-controls {
  height: 26px;
  position: absolute;
  width: 100%;
}

/* line 106, ../sass/magento/_base.scss */
.carousel-control {
  background-color: #F4F4F4;
  color: #B0B0B0;
  cursor: pointer;
  font-size: 22px;
  height: 26px;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  width: 10px;
}
/* line 115, ../sass/magento/_base.scss */
.carousel-control:hover {
  background-color: #eb6477;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
/* line 120, ../sass/magento/_base.scss */
.carousel-control.left {
  background-image: none;
  border-radius: 3px;
}
/* line 124, ../sass/magento/_base.scss */
.carousel-control.right {
  background-image: none;
  border-radius: 3px;
}

/******************************************************
 * @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
*******************************************************/
/* line 8, ../sass/magento/_block.scss */
.block {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  margin: 0 0 15px;
}
/* line 16, ../sass/magento/_block.scss */
.block .block-title {
  background: #e38694;
  border-radius: 4px;
}
/* line 19, ../sass/magento/_block.scss */
.block .block-title strong {
  line-height: 34px;
}
/* line 21, ../sass/magento/_block.scss */
.block .block-title strong span {
  color: white;
  font-family: "kenyan_coffeeregular";
  font-weight: normal;
  font-size: 20px;
  padding: 0 12px;
}
/* line 29, ../sass/magento/_block.scss */
.block .block-title a {
  text-decoration: none !important;
}
/* line 36, ../sass/magento/_block.scss */
.block .block-content li.item {
  padding: 5px 0;
}
/* line 39, ../sass/magento/_block.scss */
.block .block-content .product-name {
  margin-bottom: 0;
}
/* line 45, ../sass/magento/_block.scss */
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
/* line 48, ../sass/magento/_block.scss */
.block .actions {
  padding: 10px 0;
}
/* line 50, ../sass/magento/_block.scss */
.block .actions a {
  background-color: #7db641;
  border-radius: 3px;
  border: 1px solid #7db641;
  color: white;
  padding: 0 10px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
}
/* line 64, ../sass/magento/_block.scss */
.block .empty, .block .block-subtitle {
  color: #747676;
  margin: 0;
  padding: 5px 5px;
  font-weight: bold;
  line-height: 24px;
}
/* line 71, ../sass/magento/_block.scss */
.block li {
  border-top: 1px solid #ececec;
  padding: 5px 0;
}
/* line 74, ../sass/magento/_block.scss */
.block li.odd {
  background-color: #f4f3f3;
}
/* line 77, ../sass/magento/_block.scss */
.block li.even {
  background-color: #fafafa;
}
/* line 80, ../sass/magento/_block.scss */
.block li:first-child {
  border-top: none;
}

/* Mini Products List */
/* line 88, ../sass/magento/_block.scss */
.mini-products-list {
  font-size: 10px;
  line-height: 18px;
}
/* line 91, ../sass/magento/_block.scss */
.mini-products-list li {
  overflow: hidden;
}
/* line 94, ../sass/magento/_block.scss */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  padding-left: 5px;
}
/* line 97, ../sass/magento/_block.scss */
.mini-products-list .product-details {
  padding: 0 5px 0 55px;
}
/* line 99, ../sass/magento/_block.scss */
.mini-products-list .product-details .product-name, .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
/* line 102, ../sass/magento/_block.scss */
.mini-products-list .product-details .nobr {
  white-space: normal !important;
}

/* Block: Cart */
/* line 110, ../sass/magento/_block.scss */
.block-cart .summary {
  background: none;
  padding: 5px;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 24px;
}
/* line 111, ../sass/magento/_block.scss */
.block-cart .amount {
  margin: 0;
}
/* line 113, ../sass/magento/_block.scss */
.block-cart .amount a {
  font-weight: bold;
}
/* line 115, ../sass/magento/_block.scss */
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #eae5e1;
  text-align: center;
}
/* line 117, ../sass/magento/_block.scss */
.block-cart .subtotal .label {
  color: #777777;
}
/* line 118, ../sass/magento/_block.scss */
.block-cart .subtotal .price {
  font-weight: bold;
}
/* line 120, ../sass/magento/_block.scss */
.block-cart .actions {
  border-bottom: 1px solid #c2c2c2;
}
/* line 122, ../sass/magento/_block.scss */
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
/* line 124, ../sass/magento/_block.scss */
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}

/* Block: Block Account */
/* line 133, ../sass/magento/_block.scss */
.block-account .block-content li {
  background: url("/skin/frontend/default/ves_gift/images/bg-list-menu.png") repeat-x scroll left bottom;
  line-height: 32px;
  padding: 3px 10px 4px 15px !important;
}

/* Block: Layered Navigation */
/* line 142, ../sass/magento/_block.scss */
.block-layered-nav .block-layered-title {
  background: none repeat scroll 0 0 #7EB5DA;
  border-radius: 4px;
}
/* line 145, ../sass/magento/_block.scss */
.block-layered-nav .block-layered-title strong {
  line-height: 34px;
}
/* line 147, ../sass/magento/_block.scss */
.block-layered-nav .block-layered-title strong span {
  color: white;
  font-family: "kenyan_coffeeregular";
  font-weight: normal;
  font-size: 20px;
  padding: 0 12px;
}
/* line 156, ../sass/magento/_block.scss */
.block-layered-nav .block-layered-title a {
  text-decoration: none !important;
}
/* line 158, ../sass/magento/_block.scss */
.block-layered-nav .block-subtitle {
  background: url("/skin/frontend/default/ves_gift/images/icon-title.png") no-repeat scroll left center;
  font-size: 17px;
  font-weight: normal;
  padding: 7px 7px 7px 25px;
}
/* line 166, ../sass/magento/_block.scss */
.block-layered-nav dt {
  color: #939393;
}
/* line 167, ../sass/magento/_block.scss */
.block-layered-nav dd {
  color: #939393;
}
/* line 169, ../sass/magento/_block.scss */
.block-layered-nav dd.last {
  background: none;
}
/* line 171, ../sass/magento/_block.scss */
.block-layered-nav li {
  padding: 0 0 0 25px;
  border: none;
  line-height: 32px;
}

/* Block: Poll */
/* line 186, ../sass/magento/_block.scss */
.block-poll {
  color: #777;
}
/* line 188, ../sass/magento/_block.scss */
.block-poll li {
  padding: 0 9px;
  line-height: 28px;
}

/* Block: Orders and Returns */
/* line 195, ../sass/magento/_block.scss */
.block-gr-search li {
  padding: 3px 9px;
}
/* line 198, ../sass/magento/_block.scss */
.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Block: Tags */
/* line 209, ../sass/magento/_block.scss */
.block-tags .block-content .tags-list li {
  border: none;
}
/* line 216, ../sass/magento/_block.scss */
.block-tags .actions {
  text-align: right;
}
/* line 218, ../sass/magento/_block.scss */
.block-tags .actions a {
  float: none;
}

/* Block reorder */
/* line 224, ../sass/magento/_block.scss */
.block-reorder li input {
  margin-right: 12px;
}

/* Block: Banner */
/* line 229, ../sass/magento/_block.scss */
.block-banner .block-content {
  text-align: center;
}

/* line 233, ../sass/magento/_block.scss */
.paypal-logo {
  display: none;
}

/* line 236, ../sass/magento/_block.scss */
.form-list li {
  padding: 5px 0;
  overflow: hidden;
}

/* line 240, ../sass/magento/_block.scss */
.form-list .wide {
  width: 45%;
}
/* line 242, ../sass/magento/_block.scss */
.form-list .wide #comment {
  width: 100%;
}

/* line 246, ../sass/magento/_block.scss */
.form-list .field {
  float: left;
  margin-right: 15px;
  width: 45%;
}

/* Block: Latest Blog */
/* line 253, ../sass/magento/_block.scss */
.module_latestblog .post-block {
  margin-top: 5px!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 */
/* line 10, ../sass/magento/_form.scss */
form {
  display: inline;
}

/* line 11, ../sass/magento/_form.scss */
fieldset {
  border: 0;
}

/* line 12, ../sass/magento/_form.scss */
legend {
  display: none;
}

/* Table */
/* line 15, ../sass/magento/_form.scss */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
}

/* line 16, ../sass/magento/_form.scss */
caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Global Styles ========================================================================= */
/* Form Elements */
/* line 20, ../sass/magento/_form.scss */
input, select, textarea, button {
  font-size: 12px;
  line-height: 28px !important;
  color: #9c9b9b;
  background-color: white;
  border: 1px solid #d6d4d4;
  border-radius: 3px !important;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 31, ../sass/magento/_form.scss */
#login-form p.required {
  text-align: right;
  padding: 8px 25px 2px;
}

/* line 36, ../sass/magento/_form.scss */
.button, input {
  height: 28px!important;
}

/* line 39, ../sass/magento/_form.scss */
.button, input.button {
  background-color: #eb6477;
  border-radius: 3px;
  border: none;
  color: white;
  font-weight: bold;
  padding: 0 10px;
}

/* line 47, ../sass/magento/_form.scss */
select, textarea {
  padding: 3px;
}

/* line 50, ../sass/magento/_form.scss */
input.qty, input[title="Qty"] {
  display: inline;
  text-align: center;
  width: 45px;
  padding: 0 3px;
}

/* line 56, ../sass/magento/_form.scss */
input[type="radio"], input[type="checkbox"] {
  float: left;
  margin: 0;
}

/* line 60, ../sass/magento/_form.scss */
label {
  padding: 4px;
  font-weight: normal;
  color: #555555;
}

/* line 65, ../sass/magento/_form.scss */
.label {
  display: table-cell;
}

/* line 69, ../sass/magento/_form.scss */
#contactForm .required {
  padding: 0 0 10px;
}

/* Data Table */
/* line 72, ../sass/magento/_form.scss */
table {
  /* Bundle products tables */
}
/* line 74, ../sass/magento/_form.scss */
table .even {
  background: #eeeded;
}
/* line 75, ../sass/magento/_form.scss */
table td.last, table th.last {
  border-right: 0;
}
/* line 76, ../sass/magento/_form.scss */
table tr.last th, table tr.last td {
  border-bottom: 0 !important;
}
/* line 77, ../sass/magento/_form.scss */
table th {
  padding: 3px 8px;
  font-weight: bold;
  border-right: 1px solid #E9E4E0;
}
/* line 78, ../sass/magento/_form.scss */
table td {
  padding: 3px 8px;
}
/* line 81, ../sass/magento/_form.scss */
table tbody.odd tr {
  background: #f8f7f5 !important;
}
/* line 82, ../sass/magento/_form.scss */
table tbody.even tr {
  background: #f6f6f6 !important;
}
/* line 84, ../sass/magento/_form.scss */
table tbody.odd tr td,
table tbody.even tr td {
  border-bottom: 0;
}
/* line 88, ../sass/magento/_form.scss */
table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
/* line 89, ../sass/magento/_form.scss */
table tbody td .option-value {
  padding-left: 10px;
}

/* line 93, ../sass/magento/_form.scss */
.data-table {
  width: 100%;
}
/* line 95, ../sass/magento/_form.scss */
.data-table th, .data-table td {
  padding: 10px;
}
/* line 98, ../sass/magento/_form.scss */
.data-table thead {
  background: none repeat scroll 0 0 #7EB5DA;
  color: #FFFFFF;
  text-align: center;
}
/* line 102, ../sass/magento/_form.scss */
.data-table thead th {
  font-weight: bold;
  vertical-align: bottom;
}
/* line 105, ../sass/magento/_form.scss */
.data-table thead th.wrap {
  white-space: normal;
}
/* line 111, ../sass/magento/_form.scss */
.data-table tfoot tr {
  background: none repeat scroll 0 0 #F0E5E6 !important;
}
/* line 113, ../sass/magento/_form.scss */
.data-table tr.odd td, .data-table tr.odd th {
  border-right: 1px solid #F5F5F5;
  color: #777;
}
/* line 117, ../sass/magento/_form.scss */
.data-table tr.odd td.last {
  border-right: medium none;
}
/* line 120, ../sass/magento/_form.scss */
.data-table tr.odd.last {
  border-bottom: 1px solid #EEEEEE;
}
/* line 123, ../sass/magento/_form.scss */
.data-table tr.even td, .data-table tr.even th {
  border-right: 1px solid #EEEEEE;
  color: #777;
}
/* line 127, ../sass/magento/_form.scss */
.data-table tr.even td.last {
  border-right: medium none;
}
/* line 130, ../sass/magento/_form.scss */
.data-table tr.even {
  background-color: #FBFBFB;
}
/* line 134, ../sass/magento/_form.scss */
.data-table tbody tr.product-shop-row:hover {
  background-color: #FFFFFF;
}
/* line 137, ../sass/magento/_form.scss */
.data-table tbody.odd td {
  border-width: 0 1px;
}
/* line 140, ../sass/magento/_form.scss */
.data-table tbody.odd tr.last {
  border-bottom: 1px solid #E5E5E5;
}
/* line 143, ../sass/magento/_form.scss */
.data-table tbody.even {
  background-color: #F5F5F5;
}
/* line 146, ../sass/magento/_form.scss */
.data-table tbody.even td {
  border-width: 0 1px;
}
/* line 150, ../sass/magento/_form.scss */
.data-table th .tax-flag {
  font-weight: normal;
}
/* line 153, ../sass/magento/_form.scss */
.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 ================================================================================ */
/* line 12, ../sass/magento/_layout.scss */
#w-page {
  background: url("/skin/frontend/default/ves_gift/images/bg-light.png") no-repeat scroll top right;
}

/* line 15, ../sass/magento/_layout.scss */
#page {
  margin: 0 auto;
  background: url("/skin/frontend/default/ves_gift/images/default/bg_page.gif") repeat;
}

/* line 20, ../sass/magento/_layout.scss */
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

/* line 21, ../sass/magento/_layout.scss */
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

/* line 22, ../sass/magento/_layout.scss */
.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

/* line 26, ../sass/magento/_layout.scss */
body.layout-boxed-md {
  background: url("/skin/frontend/default/ves_gift/images/pattern/pattern14.png");
}
/* line 28, ../sass/magento/_layout.scss */
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  background: url("/skin/frontend/default/ves_gift/images/default/bg_page.gif") repeat;
}
/* line 30, ../sass/magento/_layout.scss */
body.layout-boxed-lg {
  background: url("/skin/frontend/default/ves_gift/images/pattern/pattern14.png");
}
/* line 32, ../sass/magento/_layout.scss */
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  background: url("/skin/frontend/default/ves_gift/images/default/bg_page.gif") repeat;
}

/*
* TOPBAR 
*/
/* line 42, ../sass/magento/_layout.scss */
#topbar {
  background: url("/skin/frontend/default/ves_gift/images/bg-top-links.png") repeat-x;
  font-size: 11px;
  line-height: 38px;
}
/* line 46, ../sass/magento/_layout.scss */
#topbar .selected {
  background: url("/skin/frontend/default/ves_gift/images/arrow-dropdow.png") no-repeat scroll 85% 18px;
  line-height: 38px;
  padding-right: 30px;
  text-align: right;
  width: 100%;
}
/* line 52, ../sass/magento/_layout.scss */
#topbar .selected a {
  color: #fff;
}
/* line 56, ../sass/magento/_layout.scss */
#topbar .top-social {
  float: right;
  margin: 0 0 6px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl #topbar .top-social {
  float: left;
}
/* line 59, ../sass/magento/_layout.scss */
#topbar .top-social li {
  padding: 0 2px;
  display: inline;
}
/* line 62, ../sass/magento/_layout.scss */
#topbar .top-social li a:hover {
  opacity: 0.6;
  transition: all 0.5s ease 0s;
}
/* line 68, ../sass/magento/_layout.scss */
#topbar .links {
  float: right;
  margin: 0 0 6px;
}
/* line 71, ../sass/magento/_layout.scss */
#topbar .links li {
  float: left;
  font-size: 10px;
  padding: 0 8px;
}
/* line 75, ../sass/magento/_layout.scss */
#topbar .links li a {
  color: #ffffff;
}
/* line 80, ../sass/magento/_layout.scss */
#topbar .welcome-msg {
  margin-right: 18px;
  float: left;
  color: white;
}
/* line 84, ../sass/magento/_layout.scss */
#topbar .welcome-msg a {
  color: #ebbc58;
}
/* line 88, ../sass/magento/_layout.scss */
#topbar .currency {
  margin-right: 20px;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl #topbar .currency {
  margin-left: 20px;
  margin-right: inherit;
}

/*
* HEADER 
*/
/* line 96, ../sass/magento/_layout.scss */
#header-main #search_mini_form {
  display: block;
  background: url("/skin/frontend/default/ves_gift/images/default/bg-search.png") no-repeat scroll center center;
  height: 35px;
  position: relative;
  width: 249px;
  float: right;
  margin-top: 30px;
  margin-right: 190px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl #header-main #search_mini_form {
  float: left;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl #header-main #search_mini_form {
  margin-left: 190px;
  margin-right: inherit;
}
/* line 107, ../sass/magento/_layout.scss */
#header-main #cart .cart-inner {
  padding-left: 3px;
  padding-bottom: 2px;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl #header-main #cart .cart-inner {
  padding-right: 3px;
  padding-left: inherit;
}
/* line 113, ../sass/magento/_layout.scss */
#header-main .form-search label {
  background: none;
}
/* line 116, ../sass/magento/_layout.scss */
#header-main .form-search input.input-text {
  background: none repeat;
  border: medium none;
  color: #9F9A98;
  float: left;
  font-size: 11px;
  height: 20px;
  line-height: 28px;
  margin: 5px 0 0 35px;
  padding: 0;
  width: 70%;
}
/* line 128, ../sass/magento/_layout.scss */
#header-main .form-search button.button {
  background: none repeat;
  border: none;
  float: left;
  overflow: hidden;
  position: absolute;
  right: 3px;
  text-indent: -9999em;
  width: 30px;
  margin: 3px 0 10px 0;
}
/* line 143, ../sass/magento/_layout.scss */
#header-main .form-search .search-autocomplete {
  z-index: 999;
  left: 40px !important;
  top: 22px !important;
}
/* line 145, ../sass/magento/_layout.scss */
#header-main .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
/* line 147, ../sass/magento/_layout.scss */
#header-main .form-search .search-autocomplete ul li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
/* line 149, ../sass/magento/_layout.scss */
#header-main .form-search .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
/* line 152, ../sass/magento/_layout.scss */
#header-main .form-search .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
/* line 155, ../sass/magento/_layout.scss */
#header-main .form-search .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}

/* line 161, ../sass/magento/_layout.scss */
#cart-total {
  display: inline-block;
}

/* line 164, ../sass/magento/_layout.scss */
.header-right {
  float: right;
  height: 75px;
  padding-top: 0;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .header-right {
  float: left;
}

/**LOGO**/
/* line 170, ../sass/magento/_layout.scss */
.logo {
  float: left;
  margin: 7px 0;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .logo {
  float: right;
}
/* line 172, ../sass/magento/_layout.scss */
.logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* line 175, ../sass/magento/_layout.scss */
.top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}
/* line 179, ../sass/magento/_layout.scss */
.top-container a {
  font-size: 11px;
  color: #ebbc58;
}

/*
 * NAVIGATION
 */
/*
 * SLIDESHOW 
 */
/* line 194, ../sass/magento/_layout.scss */
.ves-slideshow .block {
  background: none;
}

/*
 * SHOWCASE 
 */
/*
 * PROMOTION 
 */
/*
 * MAIN CONTENT
 */
/* line 215, ../sass/magento/_layout.scss */
#content .productcarousel {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  margin: 0 0 15px;
}
/* line 221, ../sass/magento/_layout.scss */
#content .productcarousel .block-content {
  padding: 0 20px 40px;
}
/* line 224, ../sass/magento/_layout.scss */
#content .productcarousel .carousel-control {
  border: none;
}

/* line 228, ../sass/magento/_layout.scss */
#columns .container {
  margin: 0 auto;
}

/* line 231, ../sass/magento/_layout.scss */
.contentTop {
  margin-top: 10px;
}

/*
 * MASSBOTTOM
 */
/* line 237, ../sass/magento/_layout.scss */
.ves-massbottom {
  background-color: none;
}

/* line 241, ../sass/magento/_layout.scss */
.free-shipping div {
  float: left;
}
/* line 244, ../sass/magento/_layout.scss */
.free-shipping .center {
  max-width: 630px;
  padding-top: 10px;
}
/* line 247, ../sass/magento/_layout.scss */
.free-shipping .center h1 {
  color: #eb6477;
  float: left;
  font-family: "kenyan_coffeeregular";
  font-size: 60px;
  line-height: 1.2em;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 12px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .free-shipping .center h1 {
  float: right;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .free-shipping .center h1 {
  padding-left: 12px;
  padding-right: inherit;
}
/* line 258, ../sass/magento/_layout.scss */
.free-shipping .center h3 {
  color: #6E6662;
  font-family: "kenyan_coffeeregular";
  font-size: 27px;
}
/* line 263, ../sass/magento/_layout.scss */
.free-shipping .center h4 {
  color: #eb6477;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 38px;
}
/* line 270, ../sass/magento/_layout.scss */
.free-shipping .center p {
  color: #7D7573;
  text-shadow: 0 0 1px #ffffff;
  margin-left: 10px;
}

/* BreadCrumbs */
/* line 279, ../sass/magento/_layout.scss */
.breadcrumbs {
  font-size: 10px;
  line-height: 1.25;
  margin: 0 0 10px;
}
/* line 283, ../sass/magento/_layout.scss */
.breadcrumbs li {
  display: inline;
}

/* FOOTER*/
/* Footer ================================================================================ */
/* line 290, ../sass/magento/_layout.scss */
#footer .links {
  background: url("/skin/frontend/default/ves_gift/images/bg-footer-wrap.jpg") repeat;
  min-height: 300px;
}
/* line 294, ../sass/magento/_layout.scss */
#footer .wrap-footer-links {
  background: url("/skin/frontend/default/ves_gift/images/bg-wrap-footer-links.png") repeat-x scroll left top #67625b;
  padding: 16px 0 0;
}
/* line 298, ../sass/magento/_layout.scss */
#footer .footer-top {
  background: url("/skin/frontend/default/ves_gift/images/bg-links-top.png") repeat-x scroll left bottom;
  min-height: 30px;
}
/* line 302, ../sass/magento/_layout.scss */
#footer .footer-bottom {
  min-height: 80px;
}
/* line 305, ../sass/magento/_layout.scss */
#footer .footer-links-top {
  margin: 20px 0 20px 0;
}
/* line 307, ../sass/magento/_layout.scss */
#footer .footer-links-top a {
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
}
/* line 310, ../sass/magento/_layout.scss */
#footer .footer-links-top img {
  float: left;
  margin-right: 8px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl #footer .footer-links-top img {
  float: right;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl #footer .footer-links-top img {
  margin-left: 8px;
  margin-right: inherit;
}
/* line 314, ../sass/magento/_layout.scss */
#footer .footer-links-top .f-left {
  padding-top: 2px;
}
/* line 316, ../sass/magento/_layout.scss */
#footer .footer-links-top .f-left li {
  color: #ffffff;
}
/* line 319, ../sass/magento/_layout.scss */
#footer .footer-links-top .f-left a {
  color: #ffffff;
  line-height: 1.3em;
}
/* line 323, ../sass/magento/_layout.scss */
#footer .footer-links-top .f-left strong {
  font-size: 12px;
}
/* line 328, ../sass/magento/_layout.scss */
#footer .footer-links-bottom {
  margin: 20px 0 20px 0;
}
/* line 330, ../sass/magento/_layout.scss */
#footer .footer-links-bottom h4 {
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 334, ../sass/magento/_layout.scss */
#footer .footer-links-bottom li {
  background: url("/skin/frontend/default/ves_gift/images/bg-lifooter.png") no-repeat;
  background-position: left center;
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 161, ../sass/magento/_mixins.scss */
.rtl #footer .footer-links-bottom li {
  background-position: right center;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl #footer .footer-links-bottom li {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 339, ../sass/magento/_layout.scss */
#footer .footer-links-bottom li a {
  color: #ffffff;
}
/* line 340, ../sass/magento/_layout.scss */
#footer .footer-links-bottom li a:hover {
  color: #cccfff;
}
/* line 342, ../sass/magento/_layout.scss */
#footer .footer-links-bottom .ves-gallery {
  float: left;
  display: block;
}
/* line 345, ../sass/magento/_layout.scss */
#footer .footer-links-bottom .ves-gallery li {
  background: #ffffff;
  margin-bottom: 0!important;
  padding: 0 !important;
}
/* line 351, ../sass/magento/_layout.scss */
#footer .footer-links-bottom .colum5 {
  color: #ffffff;
}

/* line 355, ../sass/magento/_layout.scss */
.footer_links {
  margin: 40px 0;
}

/* line 359, ../sass/magento/_layout.scss */
.left {
  float: left;
  margin-top: 30px;
}

/* line 362, ../sass/magento/_layout.scss */
.right {
  float: right;
  margin-top: 25px;
}

/* line 367, ../sass/magento/_layout.scss */
.block-subscribe {
  margin-bottom: 10px;
}

/* line 371, ../sass/magento/_layout.scss */
#newsletter-validate-detail .validation-advice {
  color: #f1242c;
  display: inline-block;
}
/* line 375, ../sass/magento/_layout.scss */
#newsletter-validate-detail input {
  color: #9F9A98;
  float: left;
  height: 20px;
  line-height: 28px;
  padding: 0;
  width: 70%;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl #newsletter-validate-detail input {
  float: right;
}
/* line 383, ../sass/magento/_layout.scss */
#newsletter-validate-detail button {
  background: #eb6477;
  display: block;
  border: none;
  right: 3px;
  width: 40px;
}
/* line 390, ../sass/magento/_layout.scss */
#newsletter-validate-detail span {
  color: #ffffff;
  font-weight: bold;
}

/*FOOTER TOP*/
/*FOOTER CENTER*/
/* ======================================================================================= */
/* POWER BY */
/* line 404, ../sass/magento/_layout.scss */
.copyright {
  color: #ffffff;
  min-height: 60px;
}
/* line 407, ../sass/magento/_layout.scss */
.copyright a {
  color: #7bbae4;
}
/* line 408, ../sass/magento/_layout.scss */
.copyright a:hover {
  color: #cccfff;
}

/* line 410, ../sass/magento/_layout.scss */
.powered {
  background: url("/skin/frontend/default/ves_gift/images/bg_coppyright.png") repeat-x;
  min-height: 70px;
}

/******************************************************
 * @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
*******************************************************/
/* line 8, ../sass/magento/_magento-module.scss */
.dropdown {
  display: block !important;
}

/* line 9, ../sass/magento/_magento-module.scss */
.dropdown-menu {
  min-width: 100px;
  border: 1px solid #eb6477;
  padding: 5px;
  border-radius: 5px;
  left: 0;
}
/* line 126, ../sass/magento/_mixins.scss */
.rtl .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 13, ../sass/magento/_magento-module.scss */
.dropdown-menu .menu-title {
  font-size: 14px;
}

/* line 17, ../sass/magento/_magento-module.scss */
.caret {
  border-color: white rgba(0, 0, 0, 0);
  margin-left: 5px;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .caret {
  margin-right: 5px;
  margin-left: inherit;
}

/* line 21, ../sass/magento/_magento-module.scss */
.form-language {
  background: none;
  margin-right: 10px;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .form-language {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 24, ../sass/magento/_magento-module.scss */
.form-language a {
  color: #ffffff;
  background-position: left center;
  padding-left: 25px;
  background-repeat: no-repeat;
}
/* line 161, ../sass/magento/_mixins.scss */
.rtl .form-language a {
  background-position: right center;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .form-language a {
  padding-right: 25px;
  padding-left: inherit;
}

/* Topcart */
/* line 34, ../sass/magento/_magento-module.scss */
.cart-top #cart {
  background: url("/skin/frontend/default/ves_gift/images/default/cart.png") no-repeat;
  background-position: left bottom;
  position: relative;
  float: right;
  padding-top: 20px;
  padding-right: 5px;
  padding-left: 50px;
  margin-top: -60px;
}
/* line 161, ../sass/magento/_mixins.scss */
.rtl .cart-top #cart {
  background-position: right bottom;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .cart-top #cart {
  float: left;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .cart-top #cart {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .cart-top #cart {
  padding-right: 50px;
  padding-left: inherit;
}
/* line 43, ../sass/magento/_magento-module.scss */
.cart-top #cart h4 {
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
  font-weight: normal;
}
/* line 48, ../sass/magento/_magento-module.scss */
.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;
  -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;
}
/* line 133, ../sass/magento/_mixins.scss */
.rtl .cart-top #cart .content {
  left: 0;
  right: auto;
}
/* line 57, ../sass/magento/_magento-module.scss */
.cart-top #cart.active .content {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

/* swap-images */
/* line 64, ../sass/magento/_magento-module.scss */
.w-product .image {
  float: left;
  border: 3px solid #E9E4E0;
  margin-right: 8px;
}
/* line 69, ../sass/magento/_magento-module.scss */
.w-product .name {
  font-weight: bold;
}

/* line 73, ../sass/magento/_magento-module.scss */
.btn-cart {
  background: none repeat scroll 0 0 #4C4C4C;
}

/* line 77, ../sass/magento/_magento-module.scss */
.s-product .price-box {
  float: left;
}
/* line 80, ../sass/magento/_magento-module.scss */
.s-product button {
  float: right;
  margin: 10px 30px 0 0;
}

/* line 86, ../sass/magento/_magento-module.scss */
.product-block .product-info {
  margin-top: 13px;
}
/* line 87, ../sass/magento/_magento-module.scss */
.product-block .actions {
  display: none;
}
/* line 88, ../sass/magento/_magento-module.scss */
.product-block .image {
  position: relative;
}
/* line 91, ../sass/magento/_magento-module.scss */
.product-block .image .hover-image {
  position: absolute;
  width: 100%;
  display: none;
  height: 100%;
  line-height: 32px;
  top: 0;
}
/* line 98, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image {
  background: url("/skin/frontend/default/ves_gift/images/bg-product-hover.png") repeat scroll 0 0;
  display: block;
}
/* line 101, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image .add-to-links {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* line 105, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image .add-to-links a {
  color: #ffffff;
  font-size: 12px;
}
/* line 106, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image .add-to-links .link-wishlist {
  background: url("/skin/frontend/default/ves_gift/images/btn-wishlist.png") no-repeat;
}
/* line 109, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image .add-to-links .link-compare {
  background: url("/skin/frontend/default/ves_gift/images/btn-compare.png") no-repeat;
}
/* line 113, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image .left1, .product-block .image:hover .hover-image .right1 {
  background: #eb6477;
  float: left;
  color: #ffffff;
  width: 50%;
  padding-left: 10%;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .product-block .image:hover .hover-image .left1, .rtl .product-block .image:hover .hover-image .right1 {
  padding-right: 10%;
  padding-left: inherit;
}
/* line 120, ../sass/magento/_magento-module.scss */
.product-block .image:hover .hover-image .right1 {
  background: #4C4C4C;
  float: right;
}
/* line 126, ../sass/magento/_magento-module.scss */
.product-block .image:hover .btn-cart {
  background: url("/skin/frontend/default/ves_gift/images/btn-list-cart.png") no-repeat scroll center center;
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
}
/* line 137, ../sass/magento/_magento-module.scss */
.product-block .image:hover .btn-cart:hover {
  opacity: 0.7;
}
/* line 141, ../sass/magento/_magento-module.scss */
.product-block .image:hover .ves-quickview {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 158, ../sass/magento/_magento-module.scss */
.product-block .image:hover .ves-quickview:hover {
  color: #EB6477;
  font-size: 30px;
}

/* line 173, ../sass/magento/_magento-module.scss */
.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 */
/* line 9, ../sass/magento/_magento-pages.scss */
.page-title, .category-title {
  padding: 0 10px 10px 10px;
  color: #eb6477;
}
/* line 13, ../sass/magento/_magento-pages.scss */
.page-title h1, .category-title h1 {
  font-family: "kenyan_coffeeregular";
  font-size: 22px;
}

/* Pager */
/* line 18, ../sass/magento/_magento-pages.scss */
.pager {
  font-size: 11px;
  padding: 4px 8px;
  text-align: center;
  margin-bottom: 0px;
}
/* line 20, ../sass/magento/_magento-pages.scss */
.pager .amount {
  float: left;
  margin: 0;
}
/* line 21, ../sass/magento/_magento-pages.scss */
.pager .limiter {
  float: right;
}
/* line 23, ../sass/magento/_magento-pages.scss */
.pager .limiter label {
  vertical-align: middle;
}
/* line 24, ../sass/magento/_magento-pages.scss */
.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}
/* line 26, ../sass/magento/_magento-pages.scss */
.pager .pages {
  margin: 0 140px;
}
/* line 28, ../sass/magento/_magento-pages.scss */
.pager .pages ol {
  display: inline;
}
/* line 29, ../sass/magento/_magento-pages.scss */
.pager .pages li {
  display: inline;
  margin: 0 2px;
}

/* Sorter */
/* line 35, ../sass/magento/_magento-pages.scss */
.sorter {
  background: url("/skin/frontend/default/ves_gift/images/bg-toolbar.png") repeat-x scroll left bottom white;
  font-size: 11px;
  padding: 3px 8px;
  border: 1px solid #D9D7D4;
  overflow: hidden;
  height: 36px;
}
/* line 38, ../sass/magento/_magento-pages.scss */
.sorter .view-mode {
  float: left;
  margin: 0;
}
/* line 40, ../sass/magento/_magento-pages.scss */
.sorter .view-mode .grid {
  background: url("/skin/frontend/default/ves_gift/images/bg-grid.png") no-repeat scroll left center;
  padding: 5px 5px 5px 17px;
}
/* line 44, ../sass/magento/_magento-pages.scss */
.sorter .view-mode .list {
  background: url("/skin/frontend/default/ves_gift/images/bg-list.png") no-repeat scroll left center;
  padding: 5px 5px 5px 17px;
}
/* line 49, ../sass/magento/_magento-pages.scss */
.sorter .sort-by {
  float: right;
  padding-right: 3px;
}
/* line 51, ../sass/magento/_magento-pages.scss */
.sorter .sort-by label {
  vertical-align: middle;
}
/* line 52, ../sass/magento/_magento-pages.scss */
.sorter .sort-by select {
  margin: 0 0 1px;
  vertical-align: middle;
}

/* Toolbar */
/* line 59, ../sass/magento/_magento-pages.scss */
.toolbar .limiter {
  display: none;
}
/* line 60, ../sass/magento/_magento-pages.scss */
.toolbar .amount {
  float: right;
}
/* line 61, ../sass/magento/_magento-pages.scss */
.toolbar .pager {
  margin: -25px 0 20px;
}

/* line 63, ../sass/magento/_magento-pages.scss */
.toolbar-bottom {
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
/* line 66, ../sass/magento/_magento-pages.scss */
.toolbar-bottom .sorter {
  display: none;
}
/* line 67, ../sass/magento/_magento-pages.scss */
.toolbar-bottom .limiter {
  display: block;
}
/* line 68, ../sass/magento/_magento-pages.scss */
.toolbar-bottom .amount {
  float: left;
}
/* line 69, ../sass/magento/_magento-pages.scss */
.toolbar-bottom .pager {
  margin: 15px 0 0!important;
}

/* Content Styles ================================================================= */
/* Product Tags */
/* line 78, ../sass/magento/_magento-pages.scss */
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}

/* Advanced Search */
/* line 86, ../sass/magento/_magento-pages.scss */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
  float: left;
}
/* line 89, ../sass/magento/_magento-pages.scss */
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

/* line 93, ../sass/magento/_magento-pages.scss */
.advanced-search-amount {
  margin: 0 0 10px;
}

/* line 94, ../sass/magento/_magento-pages.scss */
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
/* line 96, ../sass/magento/_magento-pages.scss */
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
/* line 97, ../sass/magento/_magento-pages.scss */
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url("/skin/frontend/default/ves_gift/images/i_search_criteria.gif") 0 3px no-repeat;
}
/* line 98, ../sass/magento/_magento-pages.scss */
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
/* Sitemap */
/* line 107, ../sass/magento/_magento-pages.scss */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
/* line 109, ../sass/magento/_magento-pages.scss */
.page-sitemap a {
  text-decoration: none;
  position: relative;
}
/* line 111, ../sass/magento/_magento-pages.scss */
.page-sitemap a:hover {
  text-decoration: underline;
}
/* line 113, ../sass/magento/_magento-pages.scss */
.page-sitemap .sitemap {
  margin: 12px;
}
/* line 115, ../sass/magento/_magento-pages.scss */
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
/* line 116, ../sass/magento/_magento-pages.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}
/* line 118, ../sass/magento/_magento-pages.scss */
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
/* line 120, ../sass/magento/_magento-pages.scss */
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* Shopping Cart ========================================================================= */
/* line 129, ../sass/magento/_magento-pages.scss */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
/* line 131, ../sass/magento/_magento-pages.scss */
.cart .page-title h1 {
  margin: 10px 0 0;
}

/* line 136, ../sass/magento/_magento-pages.scss */
.cart-empty p {
  margin-left: 10px;
}

/* Shopping cart tax info */
/* line 139, ../sass/magento/_magento-pages.scss */
.cart-tax-info {
  display: block;
}

/* line 141, ../sass/magento/_magento-pages.scss */
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

/* line 142, ../sass/magento/_magento-pages.scss */
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url("/skin/frontend/default/ves_gift/images/bkg_collapse.gif") 100% 5px no-repeat;
  cursor: pointer;
}

/* line 144, ../sass/magento/_magento-pages.scss */
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

/* line 145, ../sass/magento/_magento-pages.scss */
.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Checkout Types */
/* line 148, ../sass/magento/_magento-pages.scss */
.cart {
  /* Shopping Cart Collateral boxes */
  /* Discount Codes & Estimate Shipping and Tax Boxes */
  /* Shopping Cart Totals */
}
/* line 150, ../sass/magento/_magento-pages.scss */
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
/* line 152, ../sass/magento/_magento-pages.scss */
.cart .title-buttons .checkout-types {
  float: right;
}
/* line 154, ../sass/magento/_magento-pages.scss */
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
/* line 156, ../sass/magento/_magento-pages.scss */
.cart .title-buttons .checkout-types li button {
  background: #4C4C4C;
}
/* line 160, ../sass/magento/_magento-pages.scss */
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
/* line 161, ../sass/magento/_magento-pages.scss */
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
/* line 164, ../sass/magento/_magento-pages.scss */
.cart .cart-collaterals {
  margin-top: 20px;
}
/* line 167, ../sass/magento/_magento-pages.scss */
.cart .crosssell {
  border: 1px solid #cec3b6;
  background: #fafaec;
  padding: 10px 15px;
}
/* line 172, ../sass/magento/_magento-pages.scss */
.cart .crosssell li.item {
  margin: 10px 0;
}
/* line 177, ../sass/magento/_magento-pages.scss */
.cart .discount, .cart .shipping {
  border: 3px solid #EAE5E1;
  padding: 12px 15px;
  margin: 0 0 18px;
}
/* line 179, ../sass/magento/_magento-pages.scss */
.cart .discount h2, .cart .shipping h2 {
  color: #676767;
}
/* line 182, ../sass/magento/_magento-pages.scss */
.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
/* line 184, ../sass/magento/_magento-pages.scss */
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  background: none repeat scroll 0 0 #618499;
  float: none;
  margin-left: 0;
}
/* line 191, ../sass/magento/_magento-pages.scss */
.cart .discount .form-list .input-box select, .cart .shipping .form-list .input-box select {
  width: 100%;
}
/* line 195, ../sass/magento/_magento-pages.scss */
.cart .discount .input-box {
  margin: 8px 0 0;
}
/* line 196, ../sass/magento/_magento-pages.scss */
.cart .discount input.input-text {
  width: 100%;
}
/* line 199, ../sass/magento/_magento-pages.scss */
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url("/skin/frontend/default/ves_gift/images/bkg_divider1.gif") 0 0 repeat-x;
}
/* line 205, ../sass/magento/_magento-pages.scss */
.cart #shopping-cart-table .buttons-set button.button {
  background: none repeat scroll 0 0 #618499;
  float: none;
  margin-left: 0;
}
/* line 212, ../sass/magento/_magento-pages.scss */
.cart #shopping-cart-table .product-image img {
  background: #ffffff;
  border: 3px solid #E9E4E0;
}
/* line 220, ../sass/magento/_magento-pages.scss */
.cart .totals {
  border: 3px solid #EAE5E1;
  padding: 12px 15px;
}
/* line 222, ../sass/magento/_magento-pages.scss */
.cart .totals table {
  margin: 7px 0;
}
/* line 223, ../sass/magento/_magento-pages.scss */
.cart .totals td {
  padding: 1px 15px 1px 7px;
}
/* line 225, ../sass/magento/_magento-pages.scss */
.cart .totals tfoot {
  border: none;
}
/* line 227, ../sass/magento/_magento-pages.scss */
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
/* line 230, ../sass/magento/_magento-pages.scss */
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 234, ../sass/magento/_magento-pages.scss */
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
  font-size: 15px;
}
/* line 237, ../sass/magento/_magento-pages.scss */
.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}
/* line 239, ../sass/magento/_magento-pages.scss */
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
/* line 241, ../sass/magento/_magento-pages.scss */
.cart .totals .checkout-types li button.button {
  background: #4C4C4C;
}
/* line 244, ../sass/magento/_magento-pages.scss */
.cart .totals .checkout-types li span {
  line-height: 30px;
}

/* Options Tool Tip */
/* line 252, ../sass/magento/_magento-pages.scss */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
/* line 253, ../sass/magento/_magento-pages.scss */
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

/* line 255, ../sass/magento/_magento-pages.scss */
.truncated {
  cursor: help;
  display: inline-block;
}
/* line 259, ../sass/magento/_magento-pages.scss */
.truncated a.dots {
  cursor: help;
}
/* line 260, ../sass/magento/_magento-pages.scss */
.truncated a.details {
  cursor: help;
}
/* line 262, ../sass/magento/_magento-pages.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
/* line 264, ../sass/magento/_magento-pages.scss */
.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;
}
/* line 266, ../sass/magento/_magento-pages.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 269, ../sass/magento/_magento-pages.scss */
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

/* line 271, ../sass/magento/_magento-pages.scss */
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

/* line 272, ../sass/magento/_magento-pages.scss */
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* line 276, ../sass/magento/_magento-pages.scss */
.send-friend .button {
  margin-left: 10px;
}

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
/* line 284, ../sass/magento/_magento-pages.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 286, ../sass/magento/_magento-pages.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
/* line 288, ../sass/magento/_magento-pages.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 289, ../sass/magento/_magento-pages.scss */
.sp-methods label {
  font-weight: bold;
  color: #666;
}
/* line 290, ../sass/magento/_magento-pages.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 291, ../sass/magento/_magento-pages.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 293, ../sass/magento/_magento-pages.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 296, ../sass/magento/_magento-pages.scss */
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
/* line 297, ../sass/magento/_magento-pages.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 299, ../sass/magento/_magento-pages.scss */
.sp-methods input.cvv {
  width: 3em !important;
}
/* line 302, ../sass/magento/_magento-pages.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
/* line 303, ../sass/magento/_magento-pages.scss */
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
/* line 304, ../sass/magento/_magento-pages.scss */
.sp-methods .checkmo-list address {
  float: left;
}
/* line 307, ../sass/magento/_magento-pages.scss */
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
/* line 308, ../sass/magento/_magento-pages.scss */
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
/* line 311, ../sass/magento/_magento-pages.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 313, ../sass/magento/_magento-pages.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* line 316, ../sass/magento/_magento-pages.scss */
.please-wait {
  float: right;
}
/* line 318, ../sass/magento/_magento-pages.scss */
.please-wait img {
  vertical-align: middle;
}

/* line 320, ../sass/magento/_magento-pages.scss */
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

/* Tooltip */
/* line 323, ../sass/magento/_magento-pages.scss */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
/* line 325, ../sass/magento/_magento-pages.scss */
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
/* line 327, ../sass/magento/_magento-pages.scss */
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url("/skin/frontend/default/ves_gift/images/btn_window_close.gif") 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
/* line 333, ../sass/magento/_magento-pages.scss */
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
/* line 338, ../sass/magento/_magento-pages.scss */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
/* line 339, ../sass/magento/_magento-pages.scss */
.gift-messages p.control {
  color: #8e8d8b;
}

/* line 341, ../sass/magento/_magento-pages.scss */
.gift-messages-form {
  position: relative;
}
/* line 343, ../sass/magento/_magento-pages.scss */
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
/* line 344, ../sass/magento/_magento-pages.scss */
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
/* line 345, ../sass/magento/_magento-pages.scss */
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
/* line 346, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item {
  margin: 0 0 10px;
}
/* line 348, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
/* line 349, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
/* line 350, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
/* line 351, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details {
  margin-left: 90px;
}
/* line 353, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
/* line 355, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details .form-list .field {
  width: 100%;
}
/* line 356, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details .form-list .input-box {
  width: 100%;
}
/* line 357, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details .form-list input.input-text {
  width: 100%;
}
/* line 359, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 100%;
}
/* line 360, ../sass/magento/_magento-pages.scss */
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 100%;
}

/* line 366, ../sass/magento/_magento-pages.scss */
.gift-message-link {
  font-size: 11px;
  background: url("/skin/frontend/default/ves_gift/images/bkg_collapse-gm.gif") 100% 6px no-repeat;
  padding-right: 7px;
}
/* line 368, ../sass/magento/_magento-pages.scss */
.gift-message-link.expanded {
  background-position: 100% -40px;
}

/* line 370, ../sass/magento/_magento-pages.scss */
.gift-message-row {
  background: #f2efe9;
}
/* line 372, ../sass/magento/_magento-pages.scss */
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url("/skin/frontend/default/ves_gift/images/btn_gm-close.gif") 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Checkout Agreements */
/* line 377, ../sass/magento/_magento-pages.scss */
.checkout-agreements li {
  margin: 30px 0;
}
/* line 378, ../sass/magento/_magento-pages.scss */
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
/* line 379, ../sass/magento/_magento-pages.scss */
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
/* line 381, ../sass/magento/_magento-pages.scss */
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
/* line 382, ../sass/magento/_magento-pages.scss */
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}

/* line 386, ../sass/magento/_magento-pages.scss */
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
/* line 388, ../sass/magento/_magento-pages.scss */
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
/* line 389, ../sass/magento/_magento-pages.scss */
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
/* line 390, ../sass/magento/_magento-pages.scss */
.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
/* line 395, ../sass/magento/_magento-pages.scss */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
/* line 397, ../sass/magento/_magento-pages.scss */
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* line 401, ../sass/magento/_magento-pages.scss */
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
/* line 404, ../sass/magento/_magento-pages.scss */
.info-set {
  background: #fbfaf6 url("/skin/frontend/default/ves_gift/images/bkg_checkout.gif") 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
  /********** Common Checkout Styles > */
}
/* line 406, ../sass/magento/_magento-pages.scss */
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
/* line 407, ../sass/magento/_magento-pages.scss */
.info-set .box {
  margin: 0 0 15px;
}
/* line 409, ../sass/magento/_magento-pages.scss */
.info-set .box h2 {
  color: #e26703;
}
/* line 412, ../sass/magento/_magento-pages.scss */
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
/* line 414, ../sass/magento/_magento-pages.scss */
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
/* line 416, ../sass/magento/_magento-pages.scss */
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/* One Page Checkout */
/* line 422, ../sass/magento/_magento-pages.scss */
.checkout, .cart, .send-friend, .blog-content, .account-login, .account-create, .std {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  margin-bottom: 15px;
}

/* line 429, ../sass/magento/_magento-pages.scss */
.blog-content {
  padding: 15px;
}

/* line 430, ../sass/magento/_magento-pages.scss */
.block-progress {
  border: 0;
  margin: 0;
}
/* line 432, ../sass/magento/_magento-pages.scss */
.block-progress .block-title {
  background: none repeat scroll 0 0 #7eb5da;
  border-radius: 4px;
  padding: 0;
  margin: 0 0 5px;
}
/* line 435, ../sass/magento/_magento-pages.scss */
.block-progress .block-title strong {
  font-size: 13px;
  color: #0a263c;
}
/* line 437, ../sass/magento/_magento-pages.scss */
.block-progress .block-content {
  background: none;
}
/* line 438, ../sass/magento/_magento-pages.scss */
.block-progress dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #999;
}
/* line 440, ../sass/magento/_magento-pages.scss */
.block-progress dt.complete {
  margin: 0;
  background: #d0dce1;
  color: #5e8ab4;
}
/* line 442, ../sass/magento/_magento-pages.scss */
.block-progress dd {
  background: #eee;
  border: 1px solid #a3aeb3;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 6px;
}
/* line 447, ../sass/magento/_magento-pages.scss */
.block-progress p {
  margin: 0;
}
/* line 449, ../sass/magento/_magento-pages.scss */
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
/* line 450, ../sass/magento/_magento-pages.scss */
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
/* line 451, ../sass/magento/_magento-pages.scss */
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 457, ../sass/magento/_magento-pages.scss */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
/* line 460, ../sass/magento/_magento-pages.scss */
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

/* line 465, ../sass/magento/_magento-pages.scss */
.opc {
  position: relative;
}
/* line 470, ../sass/magento/_magento-pages.scss */
.opc .buttons-set p.required {
  text-align: right;
  margin: 0;
  padding: 0 0 10px;
}
/* line 475, ../sass/magento/_magento-pages.scss */
.opc .buttons-set.disabled button.button {
  display: none;
}
/* line 478, ../sass/magento/_magento-pages.scss */
.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
/* line 483, ../sass/magento/_magento-pages.scss */
.opc .ul {
  list-style: disc outside none;
  padding-left: 18px;
}
/* line 487, ../sass/magento/_magento-pages.scss */
.opc .section {
  margin: 0 0 10px;
  padding: 0;
}
/* line 491, ../sass/magento/_magento-pages.scss */
.opc .step-title {
  background: none repeat scroll 0 0 #999999;
  border-radius: 4px;
  padding: 7px;
  text-align: right;
  overflow: hidden;
}
/* line 497, ../sass/magento/_magento-pages.scss */
.opc .step-title .number {
  background-color: #FFFFFF;
  float: left;
  font-size: 14px;
  margin-right: 8px;
  padding: 2px 6px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .opc .step-title .number {
  float: right;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .opc .step-title .number {
  margin-left: 8px;
  margin-right: inherit;
}
/* line 504, ../sass/magento/_magento-pages.scss */
.opc .step-title h2 {
  color: #ffffff;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .opc .step-title h2 {
  float: right;
}
/* line 511, ../sass/magento/_magento-pages.scss */
.opc .step-title a {
  display: none;
  float: right;
  margin-top: 6px;
}
/* line 518, ../sass/magento/_magento-pages.scss */
.opc .section.allow {
  cursor: pointer;
}
/* line 520, ../sass/magento/_magento-pages.scss */
.opc .section.allow.active {
  cursor: auto;
}
/* line 525, ../sass/magento/_magento-pages.scss */
.opc .allow .step-title h2 {
  color: #ffffff;
}
/* line 528, ../sass/magento/_magento-pages.scss */
.opc .allow .step-title a {
  display: none;
}
/* line 532, ../sass/magento/_magento-pages.scss */
.opc .active .step-title {
  background: none repeat scroll 0 0 #7EB5DA;
  border-radius: 4px;
}
/* line 535, ../sass/magento/_magento-pages.scss */
.opc .active .step-title .number {
  background-color: #ffffff;
  font-weight: bold;
  color: #7EB5DA;
}
/* line 540, ../sass/magento/_magento-pages.scss */
.opc .active .step-title a {
  display: none;
}
/* line 544, ../sass/magento/_magento-pages.scss */
.opc .step {
  padding: 10px;
  position: relative;
}
/* line 547, ../sass/magento/_magento-pages.scss */
.opc .step .tool-tip {
  right: 30px;
}
/* line 551, ../sass/magento/_magento-pages.scss */
.opc .gift-messages-form {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px 0;
}
/* line 555, ../sass/magento/_magento-pages.scss */
.opc .gift-messages-form .inner-box {
  overflow: visible;
}

/* line 560, ../sass/magento/_magento-pages.scss */
.buttons-set {
  border: 0 none;
  padding: 5px 30px;
  text-align: right;
}
/* line 564, ../sass/magento/_magento-pages.scss */
.buttons-set .back-link {
  float: left;
}

/* line 570, ../sass/magento/_magento-pages.scss */
#opc-review .step {
  padding: 0;
}
/* line 573, ../sass/magento/_magento-pages.scss */
#opc-review .item-options {
  margin: 5px 0 0;
}
/* line 576, ../sass/magento/_magento-pages.scss */
#opc-review .buttons-set {
  border: 0 none;
  padding: 15px 30px;
  text-align: right;
}
/* line 581, ../sass/magento/_magento-pages.scss */
#opc-review .buttons-set p {
  line-height: 28px;
  margin: 0;
}
/* line 585, ../sass/magento/_magento-pages.scss */
#opc-review .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
/* line 589, ../sass/magento/_magento-pages.scss */
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
/* line 593, ../sass/magento/_magento-pages.scss */
#opc-review .warning-message {
  color: #222222;
  font-weight: bold;
  padding: 10px 10px 0;
  text-align: center;
}

/* Multiple Addresses Checkout */
/* line 601, ../sass/magento/_magento-pages.scss */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
/* line 603, ../sass/magento/_magento-pages.scss */
.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;
}
/* line 605, ../sass/magento/_magento-pages.scss */
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}

/* line 611, ../sass/magento/_magento-pages.scss */
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
/* line 613, ../sass/magento/_magento-pages.scss */
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
/* line 615, ../sass/magento/_magento-pages.scss */
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
/* line 619, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
/* line 621, ../sass/magento/_magento-pages.scss */
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
/* line 623, ../sass/magento/_magento-pages.scss */
.multiple-checkout .box {
  margin: 0 0 15px;
}
/* line 625, ../sass/magento/_magento-pages.scss */
.multiple-checkout .box h2 {
  color: #e26703;
}
/* line 629, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
/* line 630, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url("/skin/frontend/default/ves_gift/images/bkg_grand-total.gif") 0 0 no-repeat;
  overflow: hidden;
}
/* line 632, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url("/skin/frontend/default/ves_gift/images/bkg_grand-total.gif") 100% 0 no-repeat;
}
/* line 634, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
/* line 636, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
/* line 637, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
/* line 638, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
/* line 640, ../sass/magento/_magento-pages.scss */
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
/* line 645, ../sass/magento/_magento-pages.scss */
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499;
}
/* line 648, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
/* line 650, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
/* line 653, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 100%;
}
/* line 654, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 100%;
}
/* line 657, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 100%;
}
/* line 658, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 100%;
}
/* line 659, ../sass/magento/_magento-pages.scss */
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 100%;
}

/* Step 1 */
/* line 665, ../sass/magento/_magento-pages.scss */
#multiship-addresses-table td {
  padding: 10px;
}
/* line 667, ../sass/magento/_magento-pages.scss */
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
/* line 668, ../sass/magento/_magento-pages.scss */
#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Step 2 */
/* line 673, ../sass/magento/_magento-pages.scss */
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
/* line 675, ../sass/magento/_magento-pages.scss */
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url("/skin/frontend/default/ves_gift/images/bkg_sp-methods.gif") 0 0 no-repeat;
  overflow: hidden;
}

/* Step 3 */
/* line 680, ../sass/magento/_magento-pages.scss */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* line 685, ../sass/magento/_magento-pages.scss */
.account-login {
  padding: 15px;
}
/* line 689, ../sass/magento/_magento-pages.scss */
.account-login .content h2 {
  border-bottom: 1px solid #F1F1F1;
  margin: 0 0 6px;
  padding-bottom: 4px;
}

/* line 700, ../sass/magento/_magento-pages.scss */
.legend {
  margin-left: 10px;
}

/* line 703, ../sass/magento/_magento-pages.scss */
#form-validate {
  padding: 10px;
}
/* line 705, ../sass/magento/_magento-pages.scss */
#form-validate .form-list {
  border-top: 1px solid #F1F1F1;
  padding-left: 10px;
}
/* line 708, ../sass/magento/_magento-pages.scss */
#form-validate .form-list .input-box {
  width: 100%;
}
/* line 711, ../sass/magento/_magento-pages.scss */
#form-validate .form-list .control {
  margin-left: 10px;
}
/* line 716, ../sass/magento/_magento-pages.scss */
#form-validate .buttons-set .required {
  padding: 0 0 10px;
}

/* line 722, ../sass/magento/_magento-pages.scss */
#name, #confirmation, #password, #description, #short_description {
  width: 100%;
}

/* line 729, ../sass/magento/_magento-pages.scss */
#email_address {
  width: 45%;
}

/* line 732, ../sass/magento/_magento-pages.scss */
#email {
  width: 100%;
}

/* line 735, ../sass/magento/_magento-pages.scss */
#telephone {
  width: 92%;
}

/* line 739, ../sass/magento/_magento-pages.scss */
.description textarea {
  width: 100%;
  margin-top: 10px;
}

/* line 741, ../sass/magento/_magento-pages.scss */
.fieldset {
  padding-bottom: 20px;
}

/* Captcha ================================================================================ */
/* line 747, ../sass/magento/_magento-pages.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 748, ../sass/magento/_magento-pages.scss */
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
/* line 750, ../sass/magento/_magento-pages.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 752, ../sass/magento/_magento-pages.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 753, ../sass/magento/_magento-pages.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
/* line 755, ../sass/magento/_magento-pages.scss */
.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 ===================================================================== */
/* line 760, ../sass/magento/_magento-pages.scss */
.window-overlay {
  background: url(#) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

/* line 762, ../sass/magento/_magento-pages.scss */
.remember-me label {
  float: none;
  margin: 0 6px;
}

/* line 763, ../sass/magento/_magento-pages.scss */
.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;
}
/* line 766, ../sass/magento/_magento-pages.scss */
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
/* line 767, ../sass/magento/_magento-pages.scss */
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
/* line 769, ../sass/magento/_magento-pages.scss */
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url("/skin/frontend/default/ves_gift/images/btn_window_close.gif") no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
/* line 775, ../sass/magento/_magento-pages.scss */
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
/* line 777, ../sass/magento/_magento-pages.scss */
.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 ============================================================================= */
/* line 784, ../sass/magento/_magento-pages.scss */
.title-buttons .link-rss {
  float: none;
  margin: 0;
}

/* line 785, ../sass/magento/_magento-pages.scss */
.my-account {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 7px 20px;
  min-height: 150px;
}
/* line 791, ../sass/magento/_magento-pages.scss */
.my-account p {
  margin-left: 10px;
}

/* Address Book */
/* line 798, ../sass/magento/_magento-pages.scss */
.addresses-list address {
  margin: 0 0 3px;
}
/* line 799, ../sass/magento/_magento-pages.scss */
.addresses-list p {
  margin: 0;
}
/* line 800, ../sass/magento/_magento-pages.scss */
.addresses-list a {
  font-weight: bold;
}
/* line 801, ../sass/magento/_magento-pages.scss */
.addresses-list .link-remove {
  color: #646464;
}
/* line 802, ../sass/magento/_magento-pages.scss */
.addresses-list .separator {
  margin: 0 3px;
}
/* line 804, ../sass/magento/_magento-pages.scss */
.addresses-list li.item {
  background: white url("/skin/frontend/default/ves_gift/images/bkg_account_box.gif") 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}
/* line 805, ../sass/magento/_magento-pages.scss */
.addresses-list li.empty, .addresses-list .block li.block-subtitle, .block .addresses-list li.block-subtitle {
  background: none;
  border: 0;
  padding: 0;
}
/* line 807, ../sass/magento/_magento-pages.scss */
.addresses-list li.empty p, .addresses-list .block li.block-subtitle p, .block .addresses-list li.block-subtitle p {
  font-weight: bold;
}
/* line 810, ../sass/magento/_magento-pages.scss */
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
/* line 814, ../sass/magento/_magento-pages.scss */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
/* line 816, ../sass/magento/_magento-pages.scss */
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
/* line 817, ../sass/magento/_magento-pages.scss */
.order-info .current {
  font-weight: bold;
}
/* line 818, ../sass/magento/_magento-pages.scss */
.order-info li {
  margin: 0 3px;
}

/* line 821, ../sass/magento/_magento-pages.scss */
.order-date {
  margin: 10px 0;
}

/* line 823, ../sass/magento/_magento-pages.scss */
.order-info-box {
  background: white url("/skin/frontend/default/ves_gift/images/bkg_block-title.gif") 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
/* line 826, ../sass/magento/_magento-pages.scss */
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
/* line 827, ../sass/magento/_magento-pages.scss */
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

/* line 831, ../sass/magento/_magento-pages.scss */
.order-items {
  width: 100%;
  overflow-x: auto;
}
/* line 833, ../sass/magento/_magento-pages.scss */
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
/* line 834, ../sass/magento/_magento-pages.scss */
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
/* line 835, ../sass/magento/_magento-pages.scss */
.order-items .order-links {
  text-align: right;
}

/* line 838, ../sass/magento/_magento-pages.scss */
.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
/* line 841, ../sass/magento/_magento-pages.scss */
.gift-message dt strong {
  color: #666;
}
/* line 842, ../sass/magento/_magento-pages.scss */
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
/* line 846, ../sass/magento/_magento-pages.scss */
.order-about dt {
  font-weight: bold;
}
/* line 847, ../sass/magento/_magento-pages.scss */
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

/* line 850, ../sass/magento/_magento-pages.scss */
.tracking-table {
  margin: 0 0 15px;
}
/* line 852, ../sass/magento/_magento-pages.scss */
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

/* line 855, ../sass/magento/_magento-pages.scss */
.tracking-table-popup {
  width: 100%;
}
/* line 857, ../sass/magento/_magento-pages.scss */
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
/* line 858, ../sass/magento/_magento-pages.scss */
.tracking-table-popup th, .tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
/* line 862, ../sass/magento/_magento-pages.scss */
.page-print {
  /* Price Rewrites */
}
/* line 863, ../sass/magento/_magento-pages.scss */
.page-print .print-head {
  margin: 0 0 15px;
}
/* line 864, ../sass/magento/_magento-pages.scss */
.page-print .print-head .logo {
  float: left;
}
/* line 865, ../sass/magento/_magento-pages.scss */
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
/* line 866, ../sass/magento/_magento-pages.scss */
.page-print .order-date {
  background: url("/skin/frontend/default/ves_gift/images/bkg_divider1.gif") 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
/* line 868, ../sass/magento/_magento-pages.scss */
.page-print .gift-message-link {
  display: none;
}
/* line 870, ../sass/magento/_magento-pages.scss */
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
/* line 875, ../sass/magento/_magento-pages.scss */
.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 */
/* line 881, ../sass/magento/_magento-pages.scss */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
/* line 883, ../sass/magento/_magento-pages.scss */
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

/* line 885, ../sass/magento/_magento-pages.scss */
#my-tags-table {
  clear: both;
}
/* line 887, ../sass/magento/_magento-pages.scss */
#my-tags-table td {
  padding: 10px;
}
/* line 888, ../sass/magento/_magento-pages.scss */
#my-tags-table .add-to-links {
  white-space: nowrap;
}

/* My Reviews */
/* line 892, ../sass/magento/_magento-pages.scss */
#my-reviews-table td {
  padding: 10px;
}

/* line 895, ../sass/magento/_magento-pages.scss */
.product-review .product-img-box {
  float: left;
  width: 140px;
}
/* line 897, ../sass/magento/_magento-pages.scss */
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
/* line 898, ../sass/magento/_magento-pages.scss */
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
/* line 899, ../sass/magento/_magento-pages.scss */
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
/* line 901, ../sass/magento/_magento-pages.scss */
.product-review .product-details {
  margin-left: 150px;
}
/* line 902, ../sass/magento/_magento-pages.scss */
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
/* line 903, ../sass/magento/_magento-pages.scss */
.product-review .ratings-table {
  margin: 0 0 10px;
}
/* line 904, ../sass/magento/_magento-pages.scss */
.product-review dt {
  font-weight: bold;
}
/* line 905, ../sass/magento/_magento-pages.scss */
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
/* line 910, ../sass/magento/_magento-pages.scss */
.billing-agreements .info-box {
  margin: 15px 0;
}
/* line 912, ../sass/magento/_magento-pages.scss */
.billing-agreements .form-list li select {
  float: left;
}
/* line 913, ../sass/magento/_magento-pages.scss */
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
/* line 915, ../sass/magento/_magento-pages.scss */
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
/* line 921, ../sass/magento/_magento-pages.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 922, ../sass/magento/_magento-pages.scss */
.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;
}

/* line 924, ../sass/magento/_magento-pages.scss */
.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;
}

/* line 925, ../sass/magento/_magento-pages.scss */
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

/* line 926, ../sass/magento/_magento-pages.scss */
.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;
}

/* line 927, ../sass/magento/_magento-pages.scss */
.map-popup-arrow {
  background: url("/skin/frontend/default/ves_gift/images/map_popup_arrow.gif") no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

/* line 928, ../sass/magento/_magento-pages.scss */
.map-popup-close {
  background: url("/skin/frontend/default/ves_gift/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;
}

/* line 929, ../sass/magento/_magento-pages.scss */
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

/* line 930, ../sass/magento/_magento-pages.scss */
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
/* line 932, ../sass/magento/_magento-pages.scss */
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
/* line 933, ../sass/magento/_magento-pages.scss */
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

/* line 936, ../sass/magento/_magento-pages.scss */
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

/* line 937, ../sass/magento/_magento-pages.scss */
.map-popup-price {
  margin: 5px 0 0;
}

/* line 938, ../sass/magento/_magento-pages.scss */
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

/* line 939, ../sass/magento/_magento-pages.scss */
.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
/* line 944, ../sass/magento/_magento-pages.scss */
.home-callout {
  margin-bottom: 12px;
}
/* line 946, ../sass/magento/_magento-pages.scss */
.home-callout img {
  display: block;
}

/* line 948, ../sass/magento/_magento-pages.scss */
.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

/* line 950, ../sass/magento/_magento-pages.scss */
.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
/* line 951, ../sass/magento/_magento-pages.scss */
.best-selling table {
  border-top: 1px solid #ccc;
}
/* line 952, ../sass/magento/_magento-pages.scss */
.best-selling tr.odd {
  background: #eeeeee url("/skin/frontend/default/ves_gift/images/best_selling_tr_odd_bg.gif") 0 100% repeat-x;
}
/* line 953, ../sass/magento/_magento-pages.scss */
.best-selling tr.even {
  background: white url("/skin/frontend/default/ves_gift/images/best_selling_tr_even_bg.gif") 0 100% repeat-x;
}
/* line 954, ../sass/magento/_magento-pages.scss */
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
/* line 955, ../sass/magento/_magento-pages.scss */
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
/* line 956, ../sass/magento/_magento-pages.scss */
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

/* line 959, ../sass/magento/_magento-pages.scss */
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
/* line 963, ../sass/magento/_magento-pages.scss */
.std {
  padding: 15px;
}

/* line 964, ../sass/magento/_magento-pages.scss */
.std .subtitle {
  padding: 0;
}

/* line 965, ../sass/magento/_magento-pages.scss */
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

/* line 966, ../sass/magento/_magento-pages.scss */
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

/* line 967, ../sass/magento/_magento-pages.scss */
.std dl dt {
  font-weight: bold;
}

/* line 968, ../sass/magento/_magento-pages.scss */
.std dl dd {
  margin: 0 0 10px;
}

/* line 974, ../sass/magento/_magento-pages.scss */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

/* line 975, ../sass/magento/_magento-pages.scss */
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

/* line 976, ../sass/magento/_magento-pages.scss */
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

/* line 977, ../sass/magento/_magento-pages.scss */
.std ul ul {
  list-style-type: circle;
}

/* line 981, ../sass/magento/_magento-pages.scss */
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}

/* line 982, ../sass/magento/_magento-pages.scss */
.std dt {
  font-weight: bold;
}

/* line 983, ../sass/magento/_magento-pages.scss */
.std dd {
  padding: 0 0 0 1.5em;
}

/* line 984, ../sass/magento/_magento-pages.scss */
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

/* line 985, ../sass/magento/_magento-pages.scss */
.std address {
  font-style: normal;
}

/* line 987, ../sass/magento/_magento-pages.scss */
.std b,
.std strong {
  font-weight: bold;
}

/* line 989, ../sass/magento/_magento-pages.scss */
.std i,
.std em {
  font-style: italic;
}

/* Misc */
/* line 994, ../sass/magento/_magento-pages.scss */
.links li.first {
  padding-left: 0 !important;
}
/* line 995, ../sass/magento/_magento-pages.scss */
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

/* line 998, ../sass/magento/_magento-pages.scss */
.link-cart {
  color: #dc6809 !important;
  font-weight: bold;
}

/* line 999, ../sass/magento/_magento-pages.scss */
.link-wishlist {
  font-weight: bold;
}

/* line 1000, ../sass/magento/_magento-pages.scss */
.link-reorder {
  font-weight: bold;
  color: #dc6809 !important;
}

/* line 1001, ../sass/magento/_magento-pages.scss */
.link-compare {
  font-weight: bold;
}

/* line 1002, ../sass/magento/_magento-pages.scss */
.link-print {
  /*background:url(/skin/frontend/default/ves_gift/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809;
}

/* line 1003, ../sass/magento/_magento-pages.scss */
.link-rss {
  background: url("/skin/frontend/default/ves_gift/images/i_rss.gif") 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

/* line 1004, ../sass/magento/_magento-pages.scss */
.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url("/skin/frontend/default/ves_gift/images/btn_remove.gif") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

/* line 1005, ../sass/magento/_magento-pages.scss */
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url("/skin/frontend/default/ves_gift/images/btn_previous.gif") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

/* line 1006, ../sass/magento/_magento-pages.scss */
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url("/skin/frontend/default/ves_gift/images/btn_trash.gif") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

/* line 1007, ../sass/magento/_magento-pages.scss */
.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url("/skin/frontend/default/ves_gift/images/btn_edit.gif") 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

/* line 1009, ../sass/magento/_magento-pages.scss */
.cards-list dt {
  margin: 5px 0 0;
}

/* line 1010, ../sass/magento/_magento-pages.scss */
.cards-list .offset {
  padding: 2px 0 2px 20px;
}

/* line 1012, ../sass/magento/_magento-pages.scss */
.separator {
  margin: 0 3px;
}

/* line 1014, ../sass/magento/_magento-pages.scss */
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url("/skin/frontend/default/ves_gift/images/bkg_divider1.gif") 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
/* line 1017, ../sass/magento/_magento-pages.scss */
.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;
}
/* line 1019, ../sass/magento/_magento-pages.scss */
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url("/skin/frontend/default/ves_gift/images/i_notice.gif") 20px 25px no-repeat;
  text-align: left;
}
/* line 1021, ../sass/magento/_magento-pages.scss */
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
/* line 1022, ../sass/magento/_magento-pages.scss */
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
/* line 1027, ../sass/magento/_magento-pages.scss */
.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 */
/* line 1033, ../sass/magento/_magento-pages.scss */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
/* line 1035, ../sass/magento/_magento-pages.scss */
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
/* line 1037, ../sass/magento/_magento-pages.scss */
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* RSS */
/* line 1043, ../sass/magento/_magento-pages.scss */
.rss-title h1 {
  background: url("/skin/frontend/default/ves_gift/images/i_rss-big.png") 0 4px no-repeat;
  padding-left: 27px;
}

/* line 1044, ../sass/magento/_magento-pages.scss */
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* ======================================================================================= */
/********** < Dashboard */
/* line 1048, ../sass/magento/_magento-pages.scss */
.dashboard {
  padding-bottom: 20px;
}
/* line 1050, ../sass/magento/_magento-pages.scss */
.dashboard .box {
  background-color: none;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 1054, ../sass/magento/_magento-pages.scss */
.dashboard .box .box-title {
  background: url("/skin/frontend/default/ves_gift/images/bkg_divider1.gif") repeat-x scroll 0 100%;
  margin: 0 0 10px;
  padding: 0 15px 0 15px;
  text-align: right;
  overflow: hidden;
}
/* line 1060, ../sass/magento/_magento-pages.scss */
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
}
/* line 1066, ../sass/magento/_magento-pages.scss */
.dashboard .box-head {
  padding-left: 12px;
}
/* line 1067, ../sass/magento/_magento-pages.scss */
.dashboard .box-info h4 {
  font-weight: normal;
  text-transform: uppercase;
}
/* line 1072, ../sass/magento/_magento-pages.scss */
.dashboard .box-reviews .number, .dashboard .box-tags .number {
  float: left;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
}
/* line 1078, ../sass/magento/_magento-pages.scss */
.dashboard .box-reviews .details, .dashboard .box-tags .details {
  margin-left: 38px;
}
/* line 1081, ../sass/magento/_magento-pages.scss */
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
  margin: 0 0 7px;
}
/* line 1083, ../sass/magento/_magento-pages.scss */
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
  margin: 0;
}
/* line 1089, ../sass/magento/_magento-pages.scss */
.dashboard .box-reviews .ratings {
  margin: 5px 0 0;
}
/* line 1094, ../sass/magento/_magento-pages.scss */
.dashboard .box-tags .tags {
  margin: 5px 0 0;
}
/* line 1096, ../sass/magento/_magento-pages.scss */
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */
/* line 1105, ../sass/magento/_magento-pages.scss */
p.required, .product-options dt label.required em, .form-list label.required em {
  color: #EE001C;
  margin: 0 3px;
}

/* line 1109, ../sass/magento/_magento-pages.scss */
.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*/
/* line 11, ../sass/magento/_menu.scss */
.menutop {
  display: none;
}

/* line 14, ../sass/magento/_menu.scss */
#nav a.level-top {
  text-shadow: 0 1px 0 #C25E65;
}
/* line 17, ../sass/magento/_menu.scss */
#nav li.level-top {
  height: 43px;
  margin-top: 0.5px;
}
/* line 20, ../sass/magento/_menu.scss */
#nav li.level-top.over {
  z-index: 998;
  background: #df6270;
}
/* line 25, ../sass/magento/_menu.scss */
#nav li {
  position: relative;
  text-align: left;
  float: left;
}
/* line 35, ../sass/magento/_menu.scss */
#nav li ul span {
  white-space: normal;
}
/* line 39, ../sass/magento/_menu.scss */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
/* line 45, ../sass/magento/_menu.scss */
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
/* line 48, ../sass/magento/_menu.scss */
#nav a {
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  float: left;
  padding: 7px 20px;
  color: white;
  font-weight: normal;
}
/* line 56, ../sass/magento/_menu.scss */
#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
/* line 59, ../sass/magento/_menu.scss */
#nav ul {
  position: absolute;
  width: 15em;
  top: 50px;
  left: -10000px;
}
/* line 61, ../sass/magento/_menu.scss */
#nav ul li {
  float: none;
  margin: 0;
  background: #555555;
}
/* line 68, ../sass/magento/_menu.scss */
#nav ul li.parent li a {
  background-image: none;
}
/* line 73, ../sass/magento/_menu.scss */
#nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  background: #555555;
}
/* line 75, ../sass/magento/_menu.scss */
#nav ul li.active > a {
  color: #7db641;
}
/* line 79, ../sass/magento/_menu.scss */
#nav ul li.last {
  padding-bottom: 0;
}
/* line 82, ../sass/magento/_menu.scss */
#nav ul li.last li span {
  padding: 3px 15px 4px 15px;
}
/* line 85, ../sass/magento/_menu.scss */
#nav ul li a {
  font-size: 14px;
  font-family: Arial, "kenyan_coffeeregular", Helvetica, sans-serif;
  line-height: 21px;
  font-weight: normal !important;
  background: #555555;
}
/* line 95, ../sass/magento/_menu.scss */
#nav ul li:hover > a {
  background: #333333;
  color: #7db641;
}
/* line 102, ../sass/magento/_menu.scss */
#nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}
/* line 107, ../sass/magento/_menu.scss */
#nav ul ul,
#nav ul div {
  top: 5px;
}
/* line 110, ../sass/magento/_menu.scss */
#nav ul span {
  padding: 4.5px 15px;
}
/* line 114, ../sass/magento/_menu.scss */
#nav div {
  position: absolute;
  width: 15em;
  top: 50px;
  left: -10000px;
}
/* line 116, ../sass/magento/_menu.scss */
#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* line 123, ../sass/magento/_menu.scss */
.custom-block .dropdown-menu {
  margin-left: -275px;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .custom-block .dropdown-menu {
  margin-right: -275px;
  margin-left: inherit;
}

/* line 126, ../sass/magento/_menu.scss */
#ves-mainnav {
  min-width: 50%;
}

/* line 131, ../sass/magento/_menu.scss */
.navbar {
  min-height: 46px;
}

/* line 134, ../sass/magento/_menu.scss */
.navbar-inverse {
  background: url("/skin/frontend/default/ves_gift/images/default/bg-nav.png") repeat scroll left top;
  border-color: #e2728c #cb5162 #cb5162;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  float: right;
  height: 46px;
  margin-top: 18px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .navbar-inverse {
  float: left;
}

/* line 144, ../sass/magento/_menu.scss */
.navbar-nav {
  margin-top: -1px;
}

/* line 147, ../sass/magento/_menu.scss */
.navbar-inverse .navbar-nav > li > a {
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 1px 0 #c25e65;
  padding-top: 12px;
  padding-bottom: 15px;
}

/* line 156, ../sass/magento/_menu.scss */
.navbar-inverse .navbar-nav > li:hover {
  background: url("/skin/frontend/default/ves_gift/images/default/bg-nav-active.png") repeat scroll left top;
}

/* line 159, ../sass/magento/_menu.scss */
.navbar-collapse {
  padding-left: 4px;
}

/* line 162, ../sass/magento/_menu.scss */
.menu-icon {
  padding: 0 0 0 25px;
}

/* line 167, ../sass/magento/_menu.scss */
.megamenu .dropdown-menu {
  min-width: 200px;
}

/* line 171, ../sass/magento/_menu.scss */
.ves-megamenu .mega-col .mega-col-inner > ul > li {
  background: url("/skin/frontend/default/ves_gift/images/bg-footer-list.png") no-repeat;
  background-position: left center;
  padding-left: 10px;
}
/* line 161, ../sass/magento/_mixins.scss */
.rtl .ves-megamenu .mega-col .mega-col-inner > ul > li {
  background-position: right center;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .ves-megamenu .mega-col .mega-col-inner > ul > li {
  padding-right: 10px;
  padding-left: inherit;
}

/* line 176, ../sass/magento/_menu.scss */
.ves-megamenu .mega-col .mega-col-inner > ul {
  padding-left: 10px!important;
}

/* line 179, ../sass/magento/_menu.scss */
.ves-megamenu .mega-col .mega-col-inner > ul > li > a {
  color: #737E8E!important;
  line-height: 35px!important;
}

/* line 183, ../sass/magento/_menu.scss */
.widget-product-list img {
  margin-right: 0!important;
}

/* line 186, ../sass/magento/_menu.scss */
.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 190, ../sass/magento/_menu.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/******************************************************
 * @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
*******************************************************/
/* line 8, ../sass/magento/_paneltool.scss */
.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;
}

/* line 18, ../sass/magento/_paneltool.scss */
.paneltool.active {
  left: 0px;
  transition: all 0.6s;
}

/* line 22, ../sass/magento/_paneltool.scss */
.paneltool.active .panelbutton {
  color: red;
}

/* line 25, ../sass/magento/_paneltool.scss */
.paneltool.themetool {
  top: 70px;
}

/* line 28, ../sass/magento/_paneltool.scss */
.paneltool .panelcontent {
  background: #FFF;
  width: 320px;
}

/* line 32, ../sass/magento/_paneltool.scss */
.paneltool .panelcontent > div {
  padding: 15px;
}

/* line 35, ../sass/magento/_paneltool.scss */
.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;
}

/* line 47, ../sass/magento/_paneltool.scss */
.editortool .panelbutton {
  top: 230px;
}

/* line 51, ../sass/magento/_paneltool.scss */
#ves-paneltool.panel-open .panel-inner {
  right: 0;
}

/* line 54, ../sass/magento/_paneltool.scss */
#ves-paneltool h4 {
  margin-bottom: 10px;
}

/* line 57, ../sass/magento/_paneltool.scss */
#ves-paneltool .accordion-group {
  margin-bottom: 5px;
}

/* line 61, ../sass/magento/_paneltool.scss */
#ves-paneltool form > * {
  float: left;
}

/* line 65, ../sass/magento/_paneltool.scss */
#ves-paneltool form .group-input {
  margin-right: 5px;
}

/* line 69, ../sass/magento/_paneltool.scss */
#ves-paneltool select {
  padding: 5px;
}

/* line 73, ../sass/magento/_paneltool.scss */
.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;
}

/* line 84, ../sass/magento/_paneltool.scss */
.box-patterns div.active {
  border: solid 1px red;
}

/* line 88, ../sass/magento/_paneltool.scss */
#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
  display: none;
}

/* line 92, ../sass/magento/_paneltool.scss */
#customize-form {
  position: relative;
}

/* line 95, ../sass/magento/_paneltool.scss */
#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;
}

/* line 106, ../sass/magento/_paneltool.scss */
#main-preview iframe {
  height: 100%;
  width: 100%;
}

/* line 110, ../sass/magento/_paneltool.scss */
.colorpicker {
  z-index: 99999;
}

/* line 113, ../sass/magento/_paneltool.scss */
#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);
}

/* line 127, ../sass/magento/_paneltool.scss */
#ves-customize .wrapper {
  padding: 12px;
}

/* line 131, ../sass/magento/_paneltool.scss */
#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;
}

/* line 140, ../sass/magento/_paneltool.scss */
#customize-body select {
  color: #888;
}

/* line 144, ../sass/magento/_paneltool.scss */
#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal;
}

/* line 150, ../sass/magento/_paneltool.scss */
#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px;
}

/* line 155, ../sass/magento/_paneltool.scss */
.form-group {
  margin-right: 6px;
}

/* line 158, ../sass/magento/_paneltool.scss */
.accordion-group label, .form-group label {
  display: block;
  font-size: 11px;
}

/* line 163, ../sass/magento/_paneltool.scss */
.accordion-group label {
  float: left;
  min-width: 100px;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 169, ../sass/magento/_paneltool.scss */
#ves-customize .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
}

/* line 174, ../sass/magento/_paneltool.scss */
#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;
}

/* line 190, ../sass/magento/_paneltool.scss */
.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("/skin/frontend/default/ves_gift/images/bg-tabs-1.png") no-repeat;
  display: block;
  position: absolute;
  height: 10px;
  width: 22px;
}
/* line 202, ../sass/magento/_paneltool.scss */
.nav-tabs .active .featured-tab span span {
  background: url("/skin/frontend/default/ves_gift/images/bg-tabs-4.png") no-repeat;
}
/* line 210, ../sass/magento/_paneltool.scss */
.nav-tabs .active .specical-tab span span {
  background: url("/skin/frontend/default/ves_gift/images/bg-tabs-2.png") no-repeat;
}
/* line 218, ../sass/magento/_paneltool.scss */
.nav-tabs .active .mostview-tab span span {
  background: url("/skin/frontend/default/ves_gift/images/bg-tabs-3.png") no-repeat;
}

/* line 226, ../sass/magento/_paneltool.scss */
.nav-tabs {
  border: none;
  padding-bottom: 8px;
}

/* line 230, ../sass/magento/_paneltool.scss */
#customize-body .nav-tabs {
  border-bottom: 1px solid #d7d7d7;
}

/* line 233, ../sass/magento/_paneltool.scss */
#customize-body .nav-tabs a {
  border: none;
}

/* line 236, ../sass/magento/_paneltool.scss */
#customize-body .nav-tabs a {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 12px;
}

/* line 242, ../sass/magento/_paneltool.scss */
#customize-body .nav-tabs .active a {
  background: #7DB641;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white;
}

/* line 249, ../sass/magento/_paneltool.scss */
.accordion-heading .accordion-toggle {
  font-size: 11px;
}

/* line 252, ../sass/magento/_paneltool.scss */
#customize-body .form-group {
  margin-bottom: 6px;
  clear: both;
}

/* line 257, ../sass/magento/_paneltool.scss */
.clear-bg {
  padding: 3px 6px;
  margin-left: 5px;
}

/* line 262, ../sass/magento/_paneltool.scss */
.bi-wrapper > div {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer;
}

/* line 270, ../sass/magento/_paneltool.scss */
.bi-wrapper > div.active {
  border-color: red;
}

/* line 273, ../sass/magento/_paneltool.scss */
.btn-small {
  border-radius: 0;
  background-color: #7DB641;
  color: #fff;
  padding: 3px 6px;
}

/* line 279, ../sass/magento/_paneltool.scss */
.btn-small:hover {
  background-color: #C83A3A;
  color: #fff;
}

/* line 284, ../sass/magento/_paneltool.scss */
.editortool .label-customize {
  position: absolute;
  right: -155px;
  top: 250px;
  width: 115px;
  height: 74px;
  padding: 0;
  background-image: url(/skin/frontend/default/ves_gift/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;
}

/* line 308, ../sass/magento/_paneltool.scss */
.editortool .label-customize:hover {
  background-position: 0 -111px;
}

/* line 311, ../sass/magento/_paneltool.scss */
.paneltool.active .label-customize {
  display: none;
}

/* line 314, ../sass/magento/_paneltool.scss */
.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
*******************************************************/
/* line 12, ../sass/magento/_offcanvas.scss */
#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;
}
/* line 22, ../sass/magento/_offcanvas.scss */
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
/* line 24, ../sass/magento/_offcanvas.scss */
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
  border-bottom: 1px solid #f3f3f3;
}
/* line 26, ../sass/magento/_offcanvas.scss */
#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;
}
/* line 31, ../sass/magento/_offcanvas.scss */
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 38, ../sass/magento/_offcanvas.scss */
#menu-offcanvas .mega-col {
  width: 100% !important;
}
/* line 40, ../sass/magento/_offcanvas.scss */
#menu-offcanvas .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

/* line 52, ../sass/magento/_offcanvas.scss */
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}

/* line 56, ../sass/magento/_offcanvas.scss */
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

/* line 71, ../sass/magento/_offcanvas.scss */
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

/* line 80, ../sass/magento/_offcanvas.scss */
.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;
}

/* line 94, ../sass/magento/_offcanvas.scss */
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 102, ../sass/magento/_offcanvas.scss */
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 126, ../sass/magento/_mixins.scss */
.rtl .offcanvas-menu {
  right: 0;
  left: auto;
}

/* line 114, ../sass/magento/_offcanvas.scss */
.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;
}

/* line 127, ../sass/magento/_offcanvas.scss */
.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 */
/* line 137, ../sass/magento/_offcanvas.scss */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
}

/* line 142, ../sass/magento/_offcanvas.scss */
.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;
}

/* line 151, ../sass/magento/_offcanvas.scss */
.offcanvas-menu ul.megamenu > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 159, ../sass/magento/_offcanvas.scss */
.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 */
/* line 169, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 174, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 179, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}

/* Effect 2: Reveal */
/* line 184, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

/* line 188, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}

/* line 192, ../sass/magento/_offcanvas.scss */
.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*/
/* line 203, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

/* line 207, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}

/* line 212, ../sass/magento/_offcanvas.scss */
.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 */
/* line 222, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

/* line 226, ../sass/magento/_offcanvas.scss */
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 231, ../sass/magento/_offcanvas.scss */
.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);
}

/* RESPONSIVE */
@media (max-width: 979px) {
  /*** OFFCANVAS SIDEBAR ***/
  /* line 243, ../sass/magento/_offcanvas.scss */
  #ves-paneltool {
    display: none;
  }

  /* line 244, ../sass/magento/_offcanvas.scss */
  .offcanvas-siderbars {
    position: relative;
  }
  /* line 246, ../sass/magento/_offcanvas.scss */
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  /* line 251, ../sass/magento/_offcanvas.scss */
  .offcanvas-siderbars.column-left-active #ves-columns-left {
    display: block;
  }
  /* line 254, ../sass/magento/_offcanvas.scss */
  .offcanvas-siderbars.column-right-active #ves-columns-right {
    display: block;
  }
  /* line 258, ../sass/magento/_offcanvas.scss */
  .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
/* Category Page ========================================================================= */
/* line 3, ../sass/magento/_product.scss */
.category-title {
  border: 0;
}

/* line 4, ../sass/magento/_product.scss */
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}

/* line 12, ../sass/magento/_product.scss */
.category-description {
  margin: 0 0 10px;
}

/* line 14, ../sass/magento/_product.scss */
.category-wapper .page-title, .category-wapper .category-title {
  padding: 0 10px;
}

/*product-block*/
/* line 19, ../sass/magento/_product.scss */
.product-block {
  padding-top: 10px;
}
/* line 21, ../sass/magento/_product.scss */
.product-block .product-name {
  margin: 10px 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548;
  font-size: 12px;
  line-height: 18px;
}
/* line 25, ../sass/magento/_product.scss */
.product-block .product-name a {
  color: #575757;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
}
/* line 33, ../sass/magento/_product.scss */
.product-block .short-desc {
  color: #686868;
}

/* View Type: Grid */
/* line 40, ../sass/magento/_product.scss */
.products-grid {
  padding-top: 15px;
  position: relative;
}
/* line 43, ../sass/magento/_product.scss */
.products-grid.last {
  border-bottom: 0;
}
/* line 46, ../sass/magento/_product.scss */
.products-grid li.item {
  float: left;
  width: 138px;
  padding: 12px 10px 80px;
}
/* line 49, ../sass/magento/_product.scss */
.products-grid .product-image {
  display: block;
}
/* line 54, ../sass/magento/_product.scss */
.products-grid .price-box {
  margin: 5px 0;
}
/* line 58, ../sass/magento/_product.scss */
.products-grid .availability {
  line-height: 21px;
}

/* line 67, ../sass/magento/_product.scss */
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  width: 632px;
  margin: 0 auto;
}

/* line 71, ../sass/magento/_product.scss */
.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto;
}

/* View Type: List */
/* line 75, ../sass/magento/_product.scss */
.products-list .cart {
  background: none!important;
  box-shadow: none;
}
/* line 80, ../sass/magento/_product.scss */
.products-list li.item {
  border-bottom: 1px solid #d9ddd3;
  padding: 12px 10px;
}
/* line 83, ../sass/magento/_product.scss */
.products-list li.item.last {
  border-bottom: 0;
}
/* line 87, ../sass/magento/_product.scss */
.products-list .product-image {
  margin: 0 0 10px;
}
/* line 89, ../sass/magento/_product.scss */
.products-list .product-shop button.button {
  background: none repeat scroll 0 0 #4C4C4C;
}
/* line 93, ../sass/magento/_product.scss */
.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 15px;
}
/* line 97, ../sass/magento/_product.scss */
.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0;
}
/* line 99, ../sass/magento/_product.scss */
.products-list .price-box .price {
  font-size: 20px;
  color: #eb6477;
}
/* line 103, ../sass/magento/_product.scss */
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
/* line 104, ../sass/magento/_product.scss */
.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35;
}
/* line 106, ../sass/magento/_product.scss */
.products-list .desc .link-learn {
  font-size: 11px;
}
/* line 108, ../sass/magento/_product.scss */
.products-list .add-to-links {
  clear: both;
}
/* line 110, ../sass/magento/_product.scss */
.products-list .add-to-links li {
  display: inline;
}
/* line 111, ../sass/magento/_product.scss */
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
/* line 119, ../sass/magento/_product.scss */
.no-rating {
  margin: 0;
}

/* line 121, ../sass/magento/_product.scss */
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
/* line 123, ../sass/magento/_product.scss */
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
/* line 124, ../sass/magento/_product.scss */
.ratings .rating-links {
  margin: 0;
}
/* line 126, ../sass/magento/_product.scss */
.ratings .rating-links .separator {
  margin: 0 2px;
}
/* line 133, ../sass/magento/_product.scss */
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}

/* line 135, ../sass/magento/_product.scss */
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(/skin/frontend/default/ves_gift/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
/* line 137, ../sass/magento/_product.scss */
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(/skin/frontend/default/ves_gift/images/bkg_rating.gif) 0 100% repeat-x;
}

/* line 141, ../sass/magento/_product.scss */
.ratings-table {
  border: none;
}
/* line 143, ../sass/magento/_product.scss */
.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
  border: none;
}
/* line 144, ../sass/magento/_product.scss */
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Availability */
/* line 148, ../sass/magento/_product.scss */
.availability {
  background: url("/skin/frontend/default/ves_gift/images/line-dot.png") repeat-x scroll left top;
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding-top: 10px;
  margin: 0;
}
/* line 155, ../sass/magento/_product.scss */
.availability span {
  font-weight: bold;
}
/* line 156, ../sass/magento/_product.scss */
.availability.in-stock span {
  background: url("/skin/frontend/default/ves_gift/images/bg-instock.png") no-repeat scroll right center;
  font-weight: normal;
  padding-right: 20px;
}
/* line 161, ../sass/magento/_product.scss */
.availability.out-of-stock span {
  color: #d83820;
}

/* line 164, ../sass/magento/_product.scss */
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(/skin/frontend/default/ves_gift/images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}
/* line 166, ../sass/magento/_product.scss */
.availability-only span, .availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
/* line 169, ../sass/magento/_product.scss */
.availability-only a {
  background: url(/skin/frontend/default/ves_gift/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
/* line 172, ../sass/magento/_product.scss */
.availability-only .expanded {
  background-position: 100% -15px;
}
/* line 175, ../sass/magento/_product.scss */
.availability-only strong {
  color: #be2c00;
}

/* line 180, ../sass/magento/_product.scss */
.availability-only-details {
  margin: 0 0 7px;
}
/* line 182, ../sass/magento/_product.scss */
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
/* line 185, ../sass/magento/_product.scss */
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
/* line 188, ../sass/magento/_product.scss */
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}

/* line 193, ../sass/magento/_product.scss */
.product-view .product-shop .availability {
  font-size: 11px;
}
/* line 195, ../sass/magento/_product.scss */
.product-view .product-shop .availability span {
  font-weight: normal;
}

/* Email to a Friend */
/* line 201, ../sass/magento/_product.scss */
.email-friend {
  margin: 0;
  background: url("/skin/frontend/default/ves_gift/images/bg-email-tf.png") no-repeat scroll left bottom;
  float: left;
  margin: 0 12px 0 0;
  padding-left: 20px;
}

/* Alerts */
/* line 209, ../sass/magento/_product.scss */
.alert-price {
  margin: 0;
  font-size: 11px;
}

/* line 210, ../sass/magento/_product.scss */
.alert-stock {
  margin: 0;
  font-size: 11px;
}

/********** < Product Prices */
/* line 213, ../sass/magento/_product.scss */
.price {
  white-space: nowrap !important;
}

/* line 215, ../sass/magento/_product.scss */
.price-box {
  margin: 5px 0;
}
/* line 217, ../sass/magento/_product.scss */
.price-box .price {
  font-weight: normal;
  color: #eb6477;
  font-family: "kenyan_coffeeregular";
  font-size: 20px;
}

/* Regular price */
/* line 223, ../sass/magento/_product.scss */
.regular-price {
  color: #eb6477;
}
/* line 225, ../sass/magento/_product.scss */
.regular-price .price {
  color: #eb6477;
}

/* line 230, ../sass/magento/_product.scss */
.block .regular-price,
.block .regular-price .price {
  color: #eb6477;
}

/* Old price */
/* line 233, ../sass/magento/_product.scss */
.old-price {
  margin: 0;
}
/* line 235, ../sass/magento/_product.scss */
.old-price .price-label {
  white-space: nowrap;
  color: #999999;
}
/* line 238, ../sass/magento/_product.scss */
.old-price .price {
  text-decoration: line-through;
}

/* Special price */
/* line 243, ../sass/magento/_product.scss */
.special-price {
  margin: 0;
  padding: 3px 0;
}
/* line 245, ../sass/magento/_product.scss */
.special-price .price-label {
  white-space: nowrap;
  color: #999999;
}

/* Minimal price (as low as) */
/* line 250, ../sass/magento/_product.scss */
.minimal-price {
  margin: 0;
}
/* line 252, ../sass/magento/_product.scss */
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* line 257, ../sass/magento/_product.scss */
.minimal-price-link {
  display: block;
}
/* line 259, ../sass/magento/_product.scss */
.minimal-price-link .label {
  color: #1e7ec8;
}
/* line 260, ../sass/magento/_product.scss */
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}

/* Excluding tax */
/* line 264, ../sass/magento/_product.scss */
.price-excluding-tax {
  display: block;
  color: #bbbbbb;
}
/* line 267, ../sass/magento/_product.scss */
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
/* line 270, ../sass/magento/_product.scss */
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #eb6477;
}

/* Including tax */
/* line 276, ../sass/magento/_product.scss */
.price-including-tax {
  display: block;
  color: #bbbbbb;
}
/* line 278, ../sass/magento/_product.scss */
.price-including-tax .label {
  white-space: nowrap;
  color: #bbbbbb;
}
/* line 281, ../sass/magento/_product.scss */
.price-including-tax .price {
  font-size: 12px;
  font-weight: bold;
  color: #eb6477;
}

/* Configured price */
/* line 287, ../sass/magento/_product.scss */
.configured-price {
  margin: 0;
}
/* line 289, ../sass/magento/_product.scss */
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
/* line 290, ../sass/magento/_product.scss */
.configured-price .price {
  font-weight: bold;
}

/* FPT */
/* line 294, ../sass/magento/_product.scss */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
/* line 296, ../sass/magento/_product.scss */
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
/* line 302, ../sass/magento/_product.scss */
.price-excl-tax {
  display: block;
}
/* line 304, ../sass/magento/_product.scss */
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
/* line 307, ../sass/magento/_product.scss */
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
/* line 312, ../sass/magento/_product.scss */
.price-incl-tax {
  display: block;
}
/* line 314, ../sass/magento/_product.scss */
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
/* line 317, ../sass/magento/_product.scss */
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
/* line 323, ../sass/magento/_product.scss */
.price-from {
  margin: 0;
}
/* line 325, ../sass/magento/_product.scss */
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* line 330, ../sass/magento/_product.scss */
.price-to {
  margin: 0;
}
/* line 332, ../sass/magento/_product.scss */
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
/* line 338, ../sass/magento/_product.scss */
.price-notice {
  padding-left: 10px;
  color: #999;
}
/* line 340, ../sass/magento/_product.scss */
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}

/* Price as configured */
/* line 346, ../sass/magento/_product.scss */
.price-as-configured {
  margin: 0;
}
/* line 348, ../sass/magento/_product.scss */
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* line 353, ../sass/magento/_product.scss */
.price-box-bundle {
  padding: 0 0 10px 0;
}
/* line 355, ../sass/magento/_product.scss */
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 358, ../sass/magento/_product.scss */
.price-box-bundle .price {
  color: #555;
}

/********** Product Prices > */
/* Tier Prices */
/* line 366, ../sass/magento/_product.scss */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}

/* line 368, ../sass/magento/_product.scss */
.tier-prices li {
  line-height: 1.4;
  background: url(/skin/frontend/default/ves_gift/images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
/* line 371, ../sass/magento/_product.scss */
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
/* line 374, ../sass/magento/_product.scss */
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}

/* line 379, ../sass/magento/_product.scss */
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
/* line 381, ../sass/magento/_product.scss */
.tier-prices-grouped li .price {
  font-weight: bold;
}

/* Add to Links */
/* line 385, ../sass/magento/_product.scss */
.add-to-links {
  font-size: 11px;
  margin: 5px 0 0;
}
/* line 387, ../sass/magento/_product.scss */
.add-to-links .separator {
  display: none;
}

/* Add to Cart */
/* line 391, ../sass/magento/_product.scss */
.add-to-cart {
  width: 100%;
}
/* line 393, ../sass/magento/_product.scss */
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  color: #666;
}
/* line 396, ../sass/magento/_product.scss */
.add-to-cart .qty {
  float: left;
  margin-right: 15px;
  width: 38px;
}
/* line 400, ../sass/magento/_product.scss */
.add-to-cart button.button {
  background: #4c4c4c;
  float: left;
  margin-right: 30px;
}
/* line 404, ../sass/magento/_product.scss */
.add-to-cart button.button span {
  font-weight: bold;
}
/* line 408, ../sass/magento/_product.scss */
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right;
}
/* line 410, ../sass/magento/_product.scss */
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

/* line 413, ../sass/magento/_product.scss */
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

/* Add to Links + Add to Cart */
/* line 416, ../sass/magento/_product.scss */
.addto {
  float: left;
}

/* line 419, ../sass/magento/_product.scss */
.link-wishlist {
  background: url("/skin/frontend/default/ves_gift/images/add-to-wishlist.png") no-repeat;
  padding-left: 20px;
}

/* line 423, ../sass/magento/_product.scss */
.link-compare {
  background: url("/skin/frontend/default/ves_gift/images/add-to-comepare.png") no-repeat;
  padding-left: 20px;
}

/* line 427, ../sass/magento/_product.scss */
.add-to-box {
  margin: 10px 0;
}
/* line 430, ../sass/magento/_product.scss */
.add-to-box .or {
  display: none;
}
/* line 431, ../sass/magento/_product.scss */
.add-to-box .add-to-links {
  width: 100%;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
/* line 434, ../sass/magento/_product.scss */
.add-to-box .add-to-links li {
  display: block !important;
}
/* line 436, ../sass/magento/_product.scss */
.add-to-box .add-to-links li .separator {
  display: none !important;
}

/* line 443, ../sass/magento/_product.scss */
.product-essential, .product-collateral {
  padding: 25px;
}
/* line 445, ../sass/magento/_product.scss */
.product-essential h2, .product-collateral h2 {
  font-family: "kenyan_coffeeregular";
  color: #eb6477;
  font-size: 20px;
  padding: 1px 0 6px;
}

/* line 453, ../sass/magento/_product.scss */
.product-collateral {
  padding: 25px;
}
/* line 455, ../sass/magento/_product.scss */
.product-collateral h2 {
  font-weight: bold;
  font-size: 15px;
  color: #e26703;
  border-bottom: 1px solid #e5dcc3;
  padding: 0 0 1px;
  margin: 0 0 15px;
}
/* line 458, ../sass/magento/_product.scss */
.product-collateral .box-collateral {
  margin: 0 0 25px;
}

/* Product Images */
/* line 464, ../sass/magento/_product.scss */
.product-image-popup {
  margin: 0 auto;
}
/* line 466, ../sass/magento/_product.scss */
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 467, ../sass/magento/_product.scss */
.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}
/* line 468, ../sass/magento/_product.scss */
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
/* line 469, ../sass/magento/_product.scss */
.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f;
}

/* line 472, ../sass/magento/_product.scss */
.image {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 6px solid #E9E4E0;
  margin: 0 0 13px;
}

/* line 477, ../sass/magento/_product.scss */
#image-additional {
  float: left;
}
/* line 479, ../sass/magento/_product.scss */
#image-additional .carousel-controls {
  height: 340px;
  width: 26px;
  top: 0;
}
/* line 484, ../sass/magento/_product.scss */
#image-additional .carousel-control {
  border: 0;
  font-size: 16px;
}
/* line 487, ../sass/magento/_product.scss */
#image-additional .carousel-control:hover, #image-additional .carousel-control:focus {
  color: #E76D66!important;
}
/* line 491, ../sass/magento/_product.scss */
#image-additional .carousel-control.left {
  top: -16px;
  width: 26px;
  margin-top: 0!important;
  left: 30px;
}
/* line 497, ../sass/magento/_product.scss */
#image-additional .carousel-control.right {
  width: 26px;
  margin-top: 0!important;
  left: 28px;
  top: 97%;
}
/* line 503, ../sass/magento/_product.scss */
#image-additional .carousel-inner {
  max-height: 350px;
  overflow: hidden;
}
/* line 507, ../sass/magento/_product.scss */
#image-additional .product-image-zoom {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 4px solid #E9E4E0;
  margin-bottom: 10px;
}

/* Product Options */
/* line 515, ../sass/magento/_product.scss */
.product-options {
  margin: 20px 0 0;
  padding: 10px 15px 20px;
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
}
/* line 517, ../sass/magento/_product.scss */
.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}
/* line 519, ../sass/magento/_product.scss */
.product-options dt label {
  font-weight: bold;
  color: #2f2f2f;
}
/* line 521, ../sass/magento/_product.scss */
.product-options dt label.required em {
  color: #eb340a;
  margin-left: 5px;
}
/* line 525, ../sass/magento/_product.scss */
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
/* line 529, ../sass/magento/_product.scss */
.product-options dd {
  padding: 5px 10px 15px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 530, ../sass/magento/_product.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
/* line 532, ../sass/magento/_product.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}
/* line 537, ../sass/magento/_product.scss */
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
/* line 540, ../sass/magento/_product.scss */
.product-options dd textarea {
  height: 8em;
}
/* line 545, ../sass/magento/_product.scss */
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
/* line 549, ../sass/magento/_product.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* line 552, ../sass/magento/_product.scss */
.product-options ul.options-list {
  margin-right: 5px;
}
/* line 554, ../sass/magento/_product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
/* line 558, ../sass/magento/_product.scss */
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
/* line 559, ../sass/magento/_product.scss */
.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
/* line 561, ../sass/magento/_product.scss */
.product-options ul.options-list label {
  font-weight: normal;
}
/* line 565, ../sass/magento/_product.scss */
.product-options ul.validation-failed {
  padding: 0 7px;
}
/* line 570, ../sass/magento/_product.scss */
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
/* line 571, ../sass/magento/_product.scss */
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 574, ../sass/magento/_product.scss */
.product-options-bottom {
  background-color: #fffada;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
/* line 576, ../sass/magento/_product.scss */
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
/* line 579, ../sass/magento/_product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
/* line 581, ../sass/magento/_product.scss */
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
/* line 585, ../sass/magento/_product.scss */
.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 586, ../sass/magento/_product.scss */
.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}
/* line 587, ../sass/magento/_product.scss */
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
/* line 588, ../sass/magento/_product.scss */
.product-options-bottom .price-tax {
  float: left;
}
/* line 589, ../sass/magento/_product.scss */
.product-options-bottom .add-to-cart {
  float: right;
}

/* line 592, ../sass/magento/_product.scss */
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
/* line 594, ../sass/magento/_product.scss */
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
/* line 595, ../sass/magento/_product.scss */
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
/* line 596, ../sass/magento/_product.scss */
.product-shop .product-options-bottom .price-tax {
  float: none;
}
/* line 597, ../sass/magento/_product.scss */
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
/* line 598, ../sass/magento/_product.scss */
.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}

/* line 602, ../sass/magento/_product.scss */
.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px;
}

/* line 605, ../sass/magento/_product.scss */
.product-view {
  /* Product Shop */
  /* Grouped Product */
  /* Block: Description */
  /* Block: Additional */
  /* Block: Upsell */
}
/* line 608, ../sass/magento/_product.scss */
.product-view .product-img-box .product-image {
  margin: 0 0 13px;
}
/* line 609, ../sass/magento/_product.scss */
.product-view .product-img-box .product-image-zoom {
  position: relative;
  overflow: hidden;
}
/* line 611, ../sass/magento/_product.scss */
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
/* line 613, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center;
}
/* line 614, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(/skin/frontend/default/ves_gift/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}
/* line 616, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: .3;
}
/* line 617, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
/* line 618, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(/skin/frontend/default/ves_gift/images/magnifier_handle.gif) 0 0 no-repeat;
}
/* line 619, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
/* line 620, ../sass/magento/_product.scss */
.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
/* line 623, ../sass/magento/_product.scss */
.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase;
}
/* line 626, ../sass/magento/_product.scss */
.product-view .product-img-box .more-views ul {
  margin-left: -9px;
}
/* line 627, ../sass/magento/_product.scss */
.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px;
}
/* line 629, ../sass/magento/_product.scss */
.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden;
}
/* line 637, ../sass/magento/_product.scss */
.product-view .product-shop .product-name {
  margin: 0 0 5px;
  font-size: 12px;
}
/* line 640, ../sass/magento/_product.scss */
.product-view .product-shop .product-name h1 {
  margin: 0;
  color: #6B655C;
  font-family: "kenyan_coffeeregular";
}
/* line 642, ../sass/magento/_product.scss */
.product-view .product-shop .availability {
  margin: 10px 0;
}
/* line 643, ../sass/magento/_product.scss */
.product-view .product-shop .short-description {
  background: url("/skin/frontend/default/ves_gift/images/line-dot.png") repeat-x;
  margin: 10px 0;
  padding: 10px 0 0;
}
/* line 646, ../sass/magento/_product.scss */
.product-view .product-shop .price-box {
  margin: 10px 0;
}
/* line 647, ../sass/magento/_product.scss */
.product-view .product-shop .add-to-links {
  font-size: 12px;
  text-align: right;
  margin: 0;
}
/* line 649, ../sass/magento/_product.scss */
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
  display: inline;
}
/* line 652, ../sass/magento/_product.scss */
.product-view .product-shop .add-to-links a {
  color: #1E7EC8 !important;
  font-weight: normal !important;
}
/* line 659, ../sass/magento/_product.scss */
.product-view .product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
/* line 663, ../sass/magento/_product.scss */
.product-view .box-description {
  padding-top: 20px;
}
/* line 667, ../sass/magento/_product.scss */
.product-view #tabs .description {
  background: #e28d99;
}
/* line 670, ../sass/magento/_product.scss */
.product-view #tabs .product {
  background: #7eb5da;
}
/* line 673, ../sass/magento/_product.scss */
.product-view #tabs .reviews {
  background: #9AAC49;
}
/* line 676, ../sass/magento/_product.scss */
.product-view #tabs a {
  line-height: 35px;
  min-height: 36px;
  padding: 0 15px;
  color: #ffffff;
  margin-right: 2px;
  border-radius: 4px;
}
/* line 687, ../sass/magento/_product.scss */
.product-view #tabs .tab-desc .selected span span, .product-view #tabs .tab-prod .selected span span, .product-view #tabs .tab-review .selected span span {
  background: url("/skin/frontend/default/ves_gift/images/bg-tabs-1.png") no-repeat;
  display: block;
  position: absolute;
  height: 10px;
  width: 22px;
  margin-top: -3px;
}
/* line 702, ../sass/magento/_product.scss */
.product-view #tabs .tab-prod .selected span span {
  background: url("/skin/frontend/default/ves_gift/images/bg-tabs-2.png") no-repeat;
}
/* line 712, ../sass/magento/_product.scss */
.product-view #tabs .tab-review .selected span span {
  background: url("/skin/frontend/default/ves_gift/images/bg-tabs-3.png") no-repeat scroll 0 0;
}
/* line 720, ../sass/magento/_product.scss */
.product-view #tab-reviews h2 {
  font-family: "Arial";
  font-size: 16px;
  margin-top: 15px;
}
/* line 728, ../sass/magento/_product.scss */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25;
}
/* line 735, ../sass/magento/_product.scss */
.product-view .box-up-sell h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px;
}
/* line 736, ../sass/magento/_product.scss */
.product-view .box-up-sell .products-grid {
  width: 100%;
  border: 1px solid #e5dcc3;
}
/* line 738, ../sass/magento/_product.scss */
.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;
}
/* line 740, ../sass/magento/_product.scss */
.product-view .box-up-sell .products-grid td.last {
  border-right: 0;
}
/* line 743, ../sass/magento/_product.scss */
.product-view .box-up-sell .products-grid td img {
  border: 1px solid #e5dcc3;
}
/* line 746, ../sass/magento/_product.scss */
.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;
}
/* line 751, ../sass/magento/_product.scss */
.product-view .box-up-sell .products-grid tr.last td {
  border-bottom: 0;
}
/* line 754, ../sass/magento/_product.scss */
.product-view .box-up-sell .products-grid .product-image {
  text-align: center;
}
/* line 757, ../sass/magento/_product.scss */
.product-view .box-up-sell .products-grid .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

/* Block: Tags */
/* line 766, ../sass/magento/_product.scss */
.product-view .box-tags {
  margin: 0;
}
/* line 768, ../sass/magento/_product.scss */
.product-view .box-tags h3 {
  font-size: 13px;
}
/* line 769, ../sass/magento/_product.scss */
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
/* line 771, ../sass/magento/_product.scss */
.product-view .box-tags .product-tags li {
  display: inline;
  background: url(/skin/frontend/default/ves_gift/images/bkg_pipe3.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}
/* line 773, ../sass/magento/_product.scss */
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
/* line 774, ../sass/magento/_product.scss */
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
/* line 777, ../sass/magento/_product.scss */
.product-view .box-tags .form-add {
  padding-top: 20px;
}
/* line 779, ../sass/magento/_product.scss */
.product-view .box-tags .form-add label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 5px;
  color: #949595;
}
/* line 780, ../sass/magento/_product.scss */
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 305px;
  margin: 0 5px 0 0;
  background: url(/skin/frontend/default/ves_gift/images/i_tag_add.gif) 0 2px no-repeat;
  padding: 0 0 0 23px;
}
/* line 781, ../sass/magento/_product.scss */
.product-view .box-tags .form-add input.input-text {
  width: 299px;
}
/* line 782, ../sass/magento/_product.scss */
.product-view .box-tags .form-add button.button {
  background: #618499;
  margin-left: 20px;
}
/* line 785, ../sass/magento/_product.scss */
.product-view .box-tags .form-add button.button span {
  font-weight: bold;
}
/* line 790, ../sass/magento/_product.scss */
.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0 23px;
  font-size: 11px;
}

/* Block: Reviews */
/* line 797, ../sass/magento/_product.scss */
.product-view .box-reviews dl {
  margin: 15px 0;
}
/* line 799, ../sass/magento/_product.scss */
.product-view .box-reviews dl a, .product-view .box-reviews dl span {
  font-weight: bold;
}
/* line 804, ../sass/magento/_product.scss */
.product-view .box-reviews dd {
  margin: 0 0 15px;
}
/* line 806, ../sass/magento/_product.scss */
.product-view .box-reviews dd small {
  font-style: italic;
}
/* line 810, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}
/* line 812, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
/* line 814, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
/* line 818, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
/* line 821, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
/* line 824, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
/* line 826, ../sass/magento/_product.scss */
.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}
/* line 829, ../sass/magento/_product.scss */
.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 */
/* line 838, ../sass/magento/_product.scss */
.send-friend .form-list {
  overflow: hidden;
}
/* line 840, ../sass/magento/_product.scss */
.send-friend .form-list li {
  margin-right: -15px;
}
/* line 842, ../sass/magento/_product.scss */
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
/* line 846, ../sass/magento/_product.scss */
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
/* line 851, ../sass/magento/_product.scss */
.send-friend .form-list .field {
  width: 315px;
}
/* line 854, ../sass/magento/_product.scss */
.send-friend .form-list .input-box {
  width: 300px;
}
/* line 857, ../sass/magento/_product.scss */
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
  width: 294px;
}
/* line 861, ../sass/magento/_product.scss */
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

/* line 863, ../sass/magento/_product.scss */
#add_recipient_button {
  float: right;
}

/* ======================================================================================= */
/* line 868, ../sass/magento/_product.scss */
.related-checkbox {
  float: left;
}

/* line 871, ../sass/magento/_product.scss */
.crosssell .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548;
  font-family: "kenyan_coffeeregular";
  font-size: 12px;
  line-height: 18px;
}
/* line 876, ../sass/magento/_product.scss */
.crosssell .product-name a {
  color: black;
}
/* line 878, ../sass/magento/_product.scss */
.crosssell .product-name a:hover {
  color: #7db641;
}

/******************************************************
 * @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 only screen and (max-width: 1199px) {
  /* line 10, ../sass/magento/_responsive.scss */
  .navbar-inverse {
    margin-top: 0px;
  }

  /* line 13, ../sass/magento/_responsive.scss */
  .contentTop {
    display: none;
  }

  /* line 15, ../sass/magento/_responsive.scss */
  .contentBottom .image4 {
    display: none;
  }

  /* line 18, ../sass/magento/_responsive.scss */
  .free-shipping .center {
    position: absolute;
  }
  /* line 21, ../sass/magento/_responsive.scss */
  .free-shipping img {
    opacity: 0.4;
  }

  /* line 25, ../sass/magento/_responsive.scss */
  .image {
    border: 4px solid #E9E4E0;
  }

  /* line 28, ../sass/magento/_responsive.scss */
  .module_tabhome .price-box .price-label {
    display: none;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  /* line 35, ../sass/magento/_responsive.scss */
  .custom-block .dropdown-menu {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 42, ../sass/magento/_responsive.scss */
  #cart .cart-toggle {
    display: none;
  }

  /* line 45, ../sass/magento/_responsive.scss */
  .topLinks .dropdown {
    display: none!important;
  }
  /* line 46, ../sass/magento/_responsive.scss */
  .topLinks .dropdown-menu {
    display: none!important;
  }

  /* line 48, ../sass/magento/_responsive.scss */
  .product-collateral {
    padding: 15px!important;
  }

  /* line 51, ../sass/magento/_responsive.scss */
  #footer .footer-links-bottom li {
    transition: all 0.2s ease 0s;
  }
  /* line 53, ../sass/magento/_responsive.scss */
  #footer .footer-links-bottom li:hover {
    padding-left: 20px;
    font-style: italic;
    transition: all 0.2s ease 0s;
  }
  /* line 40, ../sass/magento/_mixins.scss */
  .rtl #footer .footer-links-bottom li:hover {
    padding-right: 20px;
    padding-left: inherit;
  }

  /* line 61, ../sass/magento/_responsive.scss */
  .visible-xs.visible-md {
    display: none!important;
  }

  /* line 64, ../sass/magento/_responsive.scss */
  .visible-md {
    display: none!important;
  }
}
@media only screen and (max-width: 991px) {
  /* line 67, ../sass/magento/_responsive.scss */
  .visible-xs.visible-md {
    display: block!important;
  }

  /* line 70, ../sass/magento/_responsive.scss */
  .visible-md {
    display: block!important;
  }

  /* line 71, ../sass/magento/_responsive.scss */
  .topLinks {
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
  }
  /* line 76, ../sass/magento/_responsive.scss */
  .topLinks a {
    color: #ffffff;
  }
  /* line 77, ../sass/magento/_responsive.scss */
  .topLinks .links {
    display: none!important;
  }

  /* line 79, ../sass/magento/_responsive.scss */
  #topbar .links li {
    float: none;
  }

  /* line 80, ../sass/magento/_responsive.scss */
  .topLinks .links li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
  }
  /* line 83, ../sass/magento/_responsive.scss */
  .topLinks .links li:last-child {
    border-bottom: none;
  }
  /* line 86, ../sass/magento/_responsive.scss */
  .topLinks .links li > a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 3px 8px;
    line-height: 28px;
  }
  /* line 95, ../sass/magento/_responsive.scss */
  .topLinks .links li > a:hover {
    background-position: 5px 12px;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  /* line 102, ../sass/magento/_responsive.scss */
  .navbar {
    margin: 0;
  }
  /* line 104, ../sass/magento/_responsive.scss */
  .navbar .navbar-toggle .icon-bar {
    width: 16px;
  }
  /* line 107, ../sass/magento/_responsive.scss */
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }

  /* line 111, ../sass/magento/_responsive.scss */
  .navbar-inverse {
    background: none;
    border: none;
    top: -40px;
  }

  /* line 117, ../sass/magento/_responsive.scss */
  .custom-block .dropdown-menu-inner {
    display: none;
  }

  /* line 120, ../sass/magento/_responsive.scss */
  .mega-col-inner .price-label {
    display: none;
  }

  /* line 122, ../sass/magento/_responsive.scss */
  .hidden-xs {
    display: none!important;
  }

  /* line 124, ../sass/magento/_responsive.scss */
  .topLinks .welcome-msg {
    display: none;
  }

  /* line 126, ../sass/magento/_responsive.scss */
  .navbar-collapse.collapse {
    display: none!important;
  }

  /* line 129, ../sass/magento/_responsive.scss */
  .navbar-toggle {
    margin: 0!important;
  }

  /* line 132, ../sass/magento/_responsive.scss */
  .navbar-inverse .navbar-toggle {
    border: none!important;
  }

  /* line 135, ../sass/magento/_responsive.scss */
  .navbar {
    min-height: 38px;
  }

  /* line 136, ../sass/magento/_responsive.scss */
  .navbar-inverse {
    height: 38px;
    position: absolute;
  }

  /* line 140, ../sass/magento/_responsive.scss */
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none!important;
  }

  /* line 143, ../sass/magento/_responsive.scss */
  .block-image {
    padding: 5px!important;
  }

  /* line 146, ../sass/magento/_responsive.scss */
  .zoomContainer {
    display: none;
  }

  /* line 147, ../sass/magento/_responsive.scss */
  #footer .footer-links-top a {
    font-size: 19px;
  }

  /* line 150, ../sass/magento/_responsive.scss */
  .product-block .image:hover .ves-quickview {
    display: none;
  }

  /* line 154, ../sass/magento/_responsive.scss */
  .product-essential #image-additional, .product-collateral #image-additional {
    z-index: 1000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 161, ../sass/magento/_responsive.scss */
  #cart .cart-toggle {
    display: none;
  }

  /* line 163, ../sass/magento/_responsive.scss */
  .topLinks {
    margin-left: 45px;
  }
  /* line 166, ../sass/magento/_responsive.scss */
  .topLinks ul li {
    display: block;
  }

  /* line 169, ../sass/magento/_responsive.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 172, ../sass/magento/_responsive.scss */
  .carousel-inner .hover-image .add-to-links {
    display: none;
  }

  /* line 176, ../sass/magento/_responsive.scss */
  .product-inner .description {
    display: none;
  }
  /* line 177, ../sass/magento/_responsive.scss */
  .product-inner #ves-mainnav {
    left: 0;
    position: absolute;
  }
  /* line 180, ../sass/magento/_responsive.scss */
  .product-inner #ves-mainnav .navbar {
    min-height: 100%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  /* line 191, ../sass/magento/_responsive.scss */
  .cols3 .itemcol {
    width: 46%!important;
  }
}
@media only screen and (max-width: 588px) {
  /* line 194, ../sass/magento/_responsive.scss */
  .contentTop {
    display: none;
  }

  /* line 195, ../sass/magento/_responsive.scss */
  .footer-top {
    display: none;
  }

  /* line 196, ../sass/magento/_responsive.scss */
  .module_contact {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 202, ../sass/magento/_responsive.scss */
  .pull-right .language-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 207, ../sass/magento/_responsive.scss */
  #topbar .top-social {
    display: none;
  }
  /* line 208, ../sass/magento/_responsive.scss */
  #topbar .topLinks {
    float: right!important;
    margin-right: 5px;
    margin-left: 7px;
  }

  /* line 211, ../sass/magento/_responsive.scss */
  .pull-right .form-language {
    display: none;
  }
  /* line 212, ../sass/magento/_responsive.scss */
  .pull-right .language-toggle {
    font-size: 18px;
  }

  /* line 214, ../sass/magento/_responsive.scss */
  .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 218, ../sass/magento/_responsive.scss */
  #header-main #search_mini_form {
    margin-right: 0;
  }
  /* line 40, ../sass/magento/_mixins.scss */
  .rtl #header-main #search_mini_form {
    margin-left: 0;
    margin-right: inherit;
  }

  /* line 222, ../sass/magento/_responsive.scss */
  .navbar-inverse {
    top: -35px;
  }

  /* line 225, ../sass/magento/_responsive.scss */
  .cart-top #cart {
    background: none;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    position: absolute;
    right: 85px;
    top: 10px;
  }
  /* line 133, ../sass/magento/_mixins.scss */
  .rtl .cart-top #cart {
    left: 85px;
    right: auto;
  }

  /* line 231, ../sass/magento/_responsive.scss */
  #cart .cart-inner {
    display: none;
  }
  /* line 232, ../sass/magento/_responsive.scss */
  #cart .cart-toggle a {
    color: #ffffff;
    font-size: 18px;
  }

  /* line 237, ../sass/magento/_responsive.scss */
  .block-image {
    display: none;
  }

  /* line 239, ../sass/magento/_responsive.scss */
  .free-shipping .center {
    padding: 2%;
  }

  /* line 242, ../sass/magento/_responsive.scss */
  .module_tabhome .carousel-controls {
    display: none;
  }
  /* line 244, ../sass/magento/_responsive.scss */
  .module_tabhome .tab-content .name {
    padding: 5px 0;
  }

  /* line 247, ../sass/magento/_responsive.scss */
  #footer .footer-links-bottom .colum1 {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  /* line 253, ../sass/magento/_responsive.scss */
  .product-essential #image-additional, .product-collateral #image-additional {
    display: none;
  }

  /* line 256, ../sass/magento/_responsive.scss */
  .copyright .right {
    display: none;
  }
}
@media only screen and (max-width: 468px) {
  /* line 261, ../sass/magento/_responsive.scss */
  #header-main #search_mini_form {
    margin: 1px 0 0;
  }

  /* line 262, ../sass/magento/_responsive.scss */
  .category-banner {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  /* line 265, ../sass/magento/_responsive.scss */
  .cols3 .itemcol {
    width: 100%!important;
  }
}
@media only screen and (max-width: 320px) {
  /* line 268, ../sass/magento/_responsive.scss */
  #search_mini_form {
    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
*******************************************************/
/* line 9, ../sass/magento/_typo.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Arial, "kenyan_coffeeregular", Helvetica, sans-serif;
}

/* line 14, ../sass/magento/_typo.scss */
h1 {
  font-size: 20px;
  line-height: 31px;
}

/* line 19, ../sass/magento/_typo.scss */
h2 {
  font-size: 18px;
  line-height: 31px;
}

/* line 24, ../sass/magento/_typo.scss */
h3 {
  font-size: 14px;
  line-height: 31px;
}

/* line 29, ../sass/magento/_typo.scss */
h4 {
  font-size: 13px;
  line-height: 23px;
}

/* line 34, ../sass/magento/_typo.scss */
h5 {
  font-size: 13px;
}

/* line 38, ../sass/magento/_typo.scss */
h6 {
  font-size: 12px;
  line-height: 31px;
}

/* line 42, ../sass/magento/_typo.scss */
.success {
  color: #3d6611;
  font-weight: bold;
}

/* line 43, ../sass/magento/_typo.scss */
.error {
  color: #df280a;
  font-weight: bold;
}

/* line 44, ../sass/magento/_typo.scss */
.notice {
  color: #e26703;
}

/* line 46, ../sass/magento/_typo.scss */
.messages {
  width: 100%;
  overflow: hidden;
}

/* line 48, ../sass/magento/_typo.scss */
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 49, ../sass/magento/_typo.scss */
.messages li {
  margin: 0 0 10px !important;
}
/* line 51, ../sass/magento/_typo.scss */
.messages li li {
  margin: 0 0 3px !important;
}

/* line 58, ../sass/magento/_typo.scss */
.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;
}

/* line 59, ../sass/magento/_typo.scss */
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(/skin/frontend/default/ves_gift/images/i_msg-error.gif);
  color: #df280a;
}

/* line 60, ../sass/magento/_typo.scss */
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(/skin/frontend/default/ves_gift/images/i_msg-success.gif);
  color: #3d6611;
}

/* line 62, ../sass/magento/_typo.scss */
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(/skin/frontend/default/ves_gift/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
*******************************************************/
/* line 8, ../sass/magento/_custom.scss */
.module_contact {
  min-height: 150px;
}
/* line 10, ../sass/magento/_custom.scss */
.module_contact .block-content {
  padding: 0;
  background: none;
}

/* line 15, ../sass/magento/_custom.scss */
.block .module_delivery {
  background: none;
}

/* line 21, ../sass/magento/_custom.scss */
.module_delivery .block-content {
  padding: 0;
  background: none;
}

/* line 27, ../sass/magento/_custom.scss */
.gift-images img {
  background: #faf7fe;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding: 7px;
}

/* line 35, ../sass/magento/_custom.scss */
.product-essential, .product-collateral {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
}

/* line 46, ../sass/magento/_custom.scss */
.category-wapper {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 14px;
  margin: 0 0 15px;
}

/* line 54, ../sass/magento/_custom.scss */
.ves-gallery li {
  background: none repeat scroll 0 0 #FFFFFF;
  list-style: none outside none;
  width: 65px;
  height: 68px;
  float: left;
  overflow: hidden;
  margin-right: 8px;
  margin-top: 8px;
  text-align: center;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .ves-gallery li {
  float: right;
}
/* line 40, ../sass/magento/_mixins.scss */
.rtl .ves-gallery li {
  margin-left: 8px;
  margin-right: inherit;
}
/* line 64, ../sass/magento/_custom.scss */
.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;
}

/* line 76, ../sass/magento/_custom.scss */
.module_tabhome .tab-content .description {
  max-height: 40px;
  overflow: hidden;
}
/* line 81, ../sass/magento/_custom.scss */
.module_tabhome .block-content {
  padding: 0 10px 10px 10px;
}
/* line 84, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav li {
  margin-right: 3px;
}
/* line 85, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav a {
  font-family: "kenyan_coffeeregular";
  background: none;
  border: none;
  color: #ffffff;
  font-size: 19px;
  padding: 0 15px;
  line-height: 26px;
}
/* line 93, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav a:hover {
  text-shadow: 0 1px 2px #888888;
}
/* line 97, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav .tab-news, .module_tabhome .block-content .tab-nav .tab-featured, .module_tabhome .block-content .tab-nav .tab-specical, .module_tabhome .block-content .tab-nav .tab-mostview {
  background: none repeat scroll 0 0 #E28E9A;
  border-radius: 4px;
}
/* line 100, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav .tab-news a:hover, .module_tabhome .block-content .tab-nav .tab-featured a:hover, .module_tabhome .block-content .tab-nav .tab-specical a:hover, .module_tabhome .block-content .tab-nav .tab-mostview a:hover {
  background: none;
  border: none;
  color: #ffffff;
}
/* line 105, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav .tab-news a:focus, .module_tabhome .block-content .tab-nav .tab-featured a:focus, .module_tabhome .block-content .tab-nav .tab-specical a:focus, .module_tabhome .block-content .tab-nav .tab-mostview a:focus {
  background: none;
  border: none;
  color: #ffffff;
}
/* line 111, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav .tab-featured {
  background: none repeat scroll 0 0 #959290;
}
/* line 115, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav .tab-specical {
  background: none repeat scroll 0 0 #7EB5DA;
}
/* line 119, ../sass/magento/_custom.scss */
.module_tabhome .block-content .tab-nav .tab-mostview {
  background: none repeat scroll 0 0 #9AAC49;
}
/* line 128, ../sass/magento/_custom.scss */
.module_tabhome .tab-pane .carousel-controls {
  left: 95%;
  width: 55px;
  margin-top: -30px;
  position: absolute;
  z-index: 1000;
}
/* line 129, ../sass/magento/_custom.scss */
.module_tabhome .tab-pane .carousel-controls .carousel-control {
  width: 25px;
}
/* line 126, ../sass/magento/_mixins.scss */
.rtl .module_tabhome .tab-pane .carousel-controls {
  right: 95%;
  left: auto;
}
/* line 137, ../sass/magento/_custom.scss */
.module_tabhome .tab-pane .carousel-controls .left {
  margin-top: 1px;
}
/* line 140, ../sass/magento/_custom.scss */
.module_tabhome .tab-pane .carousel-controls .right {
  margin-top: 1px;
}
/* line 143, ../sass/magento/_custom.scss */
.module_tabhome .tab-pane .carousel-controls a:hover {
  background: #eb6477;
  color: #ffffff;
  border: none;
  line-height: 20px;
}
/* line 151, ../sass/magento/_custom.scss */
.module_tabhome .nav-tabs > li {
  float: left;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .module_tabhome .nav-tabs > li {
  float: right;
}

/* line 156, ../sass/magento/_custom.scss */
.carousel-inner .left {
  margin-top: 0px;
}
/* line 157, ../sass/magento/_custom.scss */
.carousel-inner .right {
  margin-top: 0px;
}

/* line 160, ../sass/magento/_custom.scss */
.venus-blog-menu .block-title, .module_latestblog .block-title {
  background: none repeat scroll 0 0 #7EB5DA;
}

/* line 165, ../sass/magento/_custom.scss */
.module_latestblog .post-block h4 {
  font-weight: bold;
}

/* line 170, ../sass/magento/_custom.scss */
.product-inner .name {
  font-weight: bold;
}

/* line 176, ../sass/magento/_custom.scss */
.block-heading a.prev {
  float: left;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .block-heading a.prev {
  float: right;
}
/* line 180, ../sass/magento/_custom.scss */
.block-heading a.next {
  float: right;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .block-heading a.next {
  float: left;
}

/* line 185, ../sass/magento/_custom.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

/* line 188, ../sass/magento/_custom.scss */
.block-image {
  background: url("/skin/frontend/default/ves_gift/images/bg-slider.jpg") repeat scroll 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(11, 11, 11, 0.05) inset, 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  margin-bottom: 20px;
}
/* line 194, ../sass/magento/_custom.scss */
.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);
}

/* line 198, ../sass/magento/_custom.scss */
.contact-content {
  padding-top: 15px;
}
/* line 200, ../sass/magento/_custom.scss */
.contact-content h3 {
  font-size: 16px;
  color: #2E3039;
  font-weight: bold;
}
/* line 201, ../sass/magento/_custom.scss */
.contact-content select, .contact-content textarea {
  width: 100%!important;
}
/* line 202, ../sass/magento/_custom.scss */
.contact-content .contact-info .fa {
  background-color: #E3E3E3;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s ease-in 0s;
  width: 40px;
}
/* line 212, ../sass/magento/_custom.scss */
.contact-content .contact-info .fa:hover {
  background-color: #eb6477;
}
/* line 215, ../sass/magento/_custom.scss */
.contact-content .content {
  padding-top: 10px;
}
/* line 217, ../sass/magento/_custom.scss */
.contact-content .content .media-body, .contact-content .content p {
  color: #2E3039;
}

/* line 223, ../sass/magento/_custom.scss */
.result .left1, .result .product-block .image:hover .hover-image .right1, .product-block .image:hover .hover-image .result .right1 {
  padding: 0!important;
}

/* line 227, ../sass/magento/_custom.scss */
.vesquickview .product-view .product-collateral {
  display: none;
}

/* line 230, ../sass/magento/_custom.scss */
#colorbox {
  overflow: visible!important;
}

/* Ves Content Slider*/
/* line 234, ../sass/magento/_custom.scss */
.vescontentslider {
  margin-left: 0!important;
}
/* line 236, ../sass/magento/_custom.scss */
.vescontentslider .carousel-indicators {
  left: 1%!important;
  margin: 0!important;
  top: 10px!important;
  width: 20%!important;
  height: 10%!important;
}
/* line 242, ../sass/magento/_custom.scss */
.vescontentslider .carousel-indicators li {
  float: left!important;
}
/* line 246, ../sass/magento/_custom.scss */
.vescontentslider .ves-caption {
  padding-left: 10px!important;
  background: #000000;
  opacity: 0.5;
  width: 100%;
  text-transform: none!important;
  bottom: 0;
  color: #ffffff;
}
/* line 254, ../sass/magento/_custom.scss */
.vescontentslider .ves-caption a {
  color: #ffffff;
}

/* Ves Product Carousel*/
/* line 263, ../sass/magento/_custom.scss */
.productcarousel .product-block .desc {
  max-height: 55px;
  overflow: hidden;
}
/* line 268, ../sass/magento/_custom.scss */
.productcarousel .carousel-control {
  opacity: 1!important;
}
/* line 271, ../sass/magento/_custom.scss */
.productcarousel .carousel-control.left {
  background: url("/skin/frontend/default/ves_gift/images/default/carousel-nav.png") no-repeat scroll 0 top;
  width: 17px;
  height: 30px;
  position: absolute;
  left: -29px;
}
/* line 278, ../sass/magento/_custom.scss */
.productcarousel .carousel-control.right {
  background: url("/skin/frontend/default/ves_gift/images/default/carousel-nav.png") no-repeat scroll 0 bottom;
  width: 17px;
  height: 30px;
  position: absolute;
  right: -29px;
}
/* line 285, ../sass/magento/_custom.scss */
.productcarousel .block-title {
  text-align: center;
  padding-top: 10px;
}
/* line 288, ../sass/magento/_custom.scss */
.productcarousel .block-title h2 {
  font-family: "kenyan_coffeeregular";
  font-size: 28px;
  color: #6E6662;
}
/* line 294, ../sass/magento/_custom.scss */
.productcarousel .left {
  margin-top: 25px;
  border: none;
}
/* line 298, ../sass/magento/_custom.scss */
.productcarousel .right {
  border: none;
}

/* line 302, ../sass/magento/_custom.scss */
.productcarousel .left {
  float: none!important;
}

/* line 305, ../sass/magento/_custom.scss */
.productcarousel .carousel-controls {
  top: -70px !important;
}

/* line 309, ../sass/magento/_custom.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff!important;
  border-color: #E76D66!important;
}

/* Ves Product Carousel 2*/
/* line 316, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .block-title {
  padding-top: 0;
  text-align: left;
}
/* line 319, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .block-title h2 {
  font-size: 20px;
  color: #ffffff;
  padding: 0 12px;
  line-height: 37px;
}
/* line 326, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .image {
  float: left;
  border: 3px solid #E2E2E2;
}
/* line 330, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .productcarousel-action {
  display: none;
}
/* line 333, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .product-info {
  margin: 0 10px!important;
  overflow: hidden!important;
}
/* line 336, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .product-info .product-name {
  margin: 0 5px;
}
/* line 337, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .product-info .price-box {
  margin: 8px 5px!important;
}
/* line 338, ../sass/magento/_custom.scss */
#ves-columns-right .productcarousel .product-info .price-label {
  display: none;
}

/* line 342, ../sass/magento/_custom.scss */
.vertical .carousel-inner {
  height: 100%;
}

/* line 346, ../sass/magento/_custom.scss */
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

/* line 355, ../sass/magento/_custom.scss */
.carousel.vertical .active {
  top: 0;
}

/* line 359, ../sass/magento/_custom.scss */
.carousel.vertical .next {
  top: 100%;
}

/* line 363, ../sass/magento/_custom.scss */
.carousel.vertical .prev {
  top: -100%;
}

/* line 368, ../sass/magento/_custom.scss */
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

/* line 372, ../sass/magento/_custom.scss */
.carousel.vertical .active.left {
  top: -100%;
}

/* line 376, ../sass/magento/_custom.scss */
.carousel.vertical .active.right {
  top: 100%;
}

/* line 380, ../sass/magento/_custom.scss */
.carousel.vertical .item {
  left: 0;
}

/* Ves Tree Menu*/
/* line 384, ../sass/magento/_custom.scss */
#ves-accordion {
  padding: 5px 10px 30px!important;
}
/* line 386, ../sass/magento/_custom.scss */
#ves-accordion ul {
  width: 100%;
}
/* line 388, ../sass/magento/_custom.scss */
#ves-accordion ul li {
  width: 90%;
}
/* line 392, ../sass/magento/_custom.scss */
#ves-accordion li {
  float: none!important;
  width: 90%!important;
}

/* line 398, ../sass/magento/_custom.scss */
#shopping-cart-table img {
  max-width: 120px!important;
}

/* line 402, ../sass/magento/_custom.scss */
.label-customize {
  display: none!important;
}

/* line 406, ../sass/magento/_custom.scss */
.blog-list .ves-description {
  max-height: 110px;
  overflow: hidden;
}

/* line 411, ../sass/magento/_custom.scss */
.blog-post .blog-bottom > div {
  width: 50%!important;
}

/* line 414, ../sass/magento/_custom.scss */
.widget-product-list img {
  height: auto!important;
}

/* line 417, ../sass/magento/_custom.scss */
.form-control {
  padding: 0;
}

/* line 419, ../sass/magento/_custom.scss */
.category-banner p {
  margin: 0!important;
}

/* Ves Blog List*/
/* line 423, ../sass/magento/_custom.scss */
.blog-list .blog-wrapper {
  padding: 20px;
}
/* line 424, ../sass/magento/_custom.scss */
.blog-list .ves-description {
  max-height: 90px;
  overflow: hidden;
}
/* line 429, ../sass/magento/_custom.scss */
.blog-list .blog-meta span {
  text-transform: none;
}
/* line 430, ../sass/magento/_custom.scss */
.blog-list .blog-meta a {
  color: #eb6477;
  font-weight: bold;
}
/* line 432, ../sass/magento/_custom.scss */
.blog-list .blog-title {
  font-size: 18px;
  line-height: 50px;
}
/* line 435, ../sass/magento/_custom.scss */
.blog-list .blog-title a {
  color: #2E3A47!important;
}
/* line 437, ../sass/magento/_custom.scss */
.blog-list .blog-image {
  max-height: 400px;
  overflow: hidden;
  margin: 0!important;
}
/* line 438, ../sass/magento/_custom.scss */
.blog-list .ves-description {
  color: #2E3A47;
  float: left;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .blog-list .ves-description {
  float: right;
}
/* line 442, ../sass/magento/_custom.scss */
.blog-list .blog-readmore {
  background-color: #8B8C8A;
  float: left;
  line-height: 2.5em;
  margin-bottom: 18px;
  transition: all 0.4s ease 0s;
}
/* line 448, ../sass/magento/_custom.scss */
.blog-list .blog-readmore a {
  background: url("/skin/frontend/default/ves_gift/images/mt-arrow-small.png") no-repeat scroll 92% center;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 30px 6px 12px;
}
/* line 454, ../sass/magento/_custom.scss */
.blog-list .blog-readmore:hover {
  background-color: #eb6477;
  transition: all 0.4s ease 0s;
}
/* line 459, ../sass/magento/_custom.scss */
.blog-list .blog-botm {
  float: left;
  width: 100%!important;
  color: #2E3A47!important;
  font-size: 100%!important;
}

/* line 466, ../sass/magento/_custom.scss */
span.created-date, span.author, span.blog-category {
  text-transform: none;
  font-size: 100%!important;
  color: #2E3A47!important;
  padding-right: 15px;
  float: left;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl span.created-date, .rtl span.author, .rtl span.blog-category {
  float: right;
}

/* line 473, ../sass/magento/_custom.scss */
.colswrapper .itemcol {
  margin-bottom: 18px!important;
}

/* Ves Blog Post*/
/* line 476, ../sass/magento/_custom.scss */
.blog-post .blog-title {
  line-height: 50px;
  color: #2E3A47 !important;
}
/* line 477, ../sass/magento/_custom.scss */
.blog-post .below-inputs {
  margin-top: 15px!important;
}
/* line 478, ../sass/magento/_custom.scss */
.blog-post .blog-content {
  background: #ffffff!important;
}
/* line 481, ../sass/magento/_custom.scss */
.blog-post .blog-meta {
  float: left;
  margin-bottom: 15px;
}
/* line 29, ../sass/magento/_mixins.scss */
.rtl .blog-post .blog-meta {
  float: right;
}
/* line 484, ../sass/magento/_custom.scss */
.blog-post .blog-meta span {
  text-transform: none!important;
}
/* line 486, ../sass/magento/_custom.scss */
.blog-post .blog-bottom {
  border: 0!important;
}
/* line 489, ../sass/magento/_custom.scss */
.blog-post .blog-tags {
  color: #2E3A47 !important;
  font-weight: bold;
  text-transform: none!important;
}

/* line 495, ../sass/magento/_custom.scss */
.blog-post .blog-bottom > div {
  width: 50%!important;
  border: 0!important;
  padding: 0 0 0 19px!important;
  font-size: 100%!important;
}

/* line 496, ../sass/magento/_custom.scss */
.post-block h4 {
  font-weight: bold;
}