/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.chukar.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.chukar.com/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.chukar.com/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

.postWrapper {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 65px;
  border-bottom: 1px solid #ebebeb;
  clear: both; }
  .postWrapper.postSingle {
    padding-bottom: 50px;
    margin-bottom: 40px; }

.postBanner {
  margin-bottom: 42px; }
  .postBanner img {
    width: 100%;
    height: auto; }
  .postBanner .owl-prev,
  .postBanner .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    transition: background 0.35s ease, border 0.35s ease;
    -webkit-transition: background 0.35s ease, border 0.35s ease; }
    .postBanner .owl-prev:before,
    .postBanner .owl-next:before {
      font: 20px/36px cherries; }
    .postBanner .owl-prev:hover,
    .postBanner .owl-next:hover {
      background: #ca1515;
      border-color: #ca1515; }
  .postBanner .owl-prev {
    left: 20px; }
    .postBanner .owl-prev:before {
      content: "\e905"; }
  .postBanner .owl-next {
    right: 20px; }
    .postBanner .owl-next:before {
      content: "\e904"; }

.postEntry {
  padding-left: 100px;
  position: relative; }

.post-date {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 70px;
  text-align: center;
  padding: 17px 0 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  background-color: #f7f7f7;
  text-transform: uppercase;
  color: #2e2e2e;
  z-index: 15; }
  .post-date .month {
    display: block;
    background: #d14242;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin-top: 23px; }

.postTitle h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 9px;
  color: #2e2e2e;
  line-height: 1.4; }
  .postTitle h2 a {
    color: #2e2e2e; }
    .postTitle h2 a:hover {
      color: #ca1515; }
.postTitle h3 {
  font-size: 10px;
  margin: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0; }

.postDetails {
  margin-bottom: 12px; }
  .postDetails .seperator {
    margin: 0 3px; }

.postAuthor {
  color: #ca1515;
  font-weight: 600; }

.postCat a {
  font-weight: 500;
  color: #434343; }
  .postCat a:hover {
    color: #ca1515; }

.postContent {
  padding-bottom: 20px; }
  .postContent img {
    width: 100%;
    height: auto; }

.chukar-blog-read-more {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2e2e2e; }
  .chukar-blog-read-more:hover {
    color: #ca1515;
    text-decoration: underline; }

.postSingle .postBanner {
  margin-bottom: 39px; }
.postSingle .postTitle h2 {
  margin-bottom: 10px; }

.postBookmarks {
  padding-bottom: 20px; }
  .postBookmarks h4 {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0; }
  .postBookmarks img {
    vertical-align: middle; }
  .postBookmarks a {
    color: #808080; }
    .postBookmarks a:hover {
      color: #ca1515; }

.commentWrapper {
  margin-top: 30px; }
  .commentWrapper:first-child {
    margin-top: 0; }
  .commentWrapper .commentAvartar {
    display: table-cell;
    vertical-align: top;
    width: 100px; }
  .commentWrapper .commentContentWrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px; }

.postComments {
  padding-bottom: 49px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px; }

.commentBox {
  margin-bottom: 30px; }
  .commentBox input.input-text, .commentBox textarea {
    margin-bottom: 29px; }

.commentTitle h2 {
  font-size: 20px;
  margin-bottom: 34px; }

.commentContent {
  padding-bottom: 0; }

.commentDetails {
  margin-bottom: 5px;
  padding: 0; }
  .commentDetails h4.username {
    display: inline; }

.postError {
  font-size: 16px; }

.tags {
  padding-bottom: 0; }
  .tags ul {
    display: inline; }
    .tags ul li {
      font-weight: normal;
      display: inline;
      padding-right: 6px; }
  .tags h4 {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0; }
  .tags a {
    color: #808080; }
    .tags a:hover {
      color: #ca1515; }

.menu-categories {
  margin: 5px 9px; }
  .menu-categories h5 {
    font-size: 11px; }

.menu-recent {
  margin: 5px 9px; }
  .menu-recent h5 {
    font-size: 11px; }

.block-blog .menu-tags UL LI {
  display: inline;
  padding: 2px;
  margin-left: 10px; }
  .block-blog .menu-tags UL LI a {
    font-size: 11px; }
.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px; }
  .block-blog .menu-categories UL LI {
    margin-left: 10px; }
    .block-blog .menu-categories UL LI a {
      font-size: 11px; }
.block-blog .menu-recent UL LI {
  margin-left: 10px; }
  .block-blog .menu-recent UL LI a {
    font-size: 11px; }
.block-blog .head h4 {
  padding-left: 20px; }
.block-blog .block-title strong {
  background-image: url(https://www.chukar.com/skin/frontend/chukar/cherries/blog/images/icon_blog.png);
  background-repeat: no-repeat;
  padding-left: 21px;
  text-align: left; }

.postWrapper .poster {
  display: inline; }

.input-box.aw-blog-comment-area {
  width: 100%; }

.block-blog-recent.block .block-title {
  margin-bottom: 0; }
.block-blog-recent ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0; }
  .block-blog-recent ul li div {
    /*font-family: 'Georgia';*/
    font-size: 13px;
    font-weight: 400; }
    .block-blog-recent ul li div.post-image {
      width: 70px;
      float: left; }
      .block-blog-recent ul li div.post-image img {
        width: 100%; }
    .block-blog-recent ul li div.post-time {
      margin-left: 94px; }
  .block-blog-recent ul li a {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 0;
    display: block;
    margin-left: 94px; }
    .block-blog-recent ul li a:hover {
      color: #ca1515; }
.block-blog-recent .post-image img {
  width: 100%;
  height: auto; }

.block.block-blog-tags ul li {
  float: left;
  margin: 0 10px 10px 0; }
  .block.block-blog-tags ul li a {
    display: block;
    padding: 6px 16.5px;
    background-color: #f2f2f2;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    transition: background 0.3s ease-in-out, color 0.03s;
    -webkit-transition: background 0.3s ease-in-out, color 0.03s; }
    .block.block-blog-tags ul li a:hover {
      background-color: #ca1515;
      color: #fff; }

.block.block-blog-categories .block-title {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 0; }
.block.block-blog-categories .blog-category {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease; }
  .block.block-blog-categories .blog-category a {
    font-size: 13px;
    font-weight: 500;
    line-height: 47px;
    color: #333232; }
    .block.block-blog-categories .blog-category a:hover {
      color: #ca1515; }

.block.block-blog-categories a {
  /*color: #5b5a55;
  font-size: 15px;
  text-decoration: none;
  text-transform: none;
  margin-left: 15px; */ }

.widget-latest li {
  font-size: 12px;
  padding: 5px 10px; }

.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px; }

A.chukarblog_current_comment {
  text-decoration: none;
  font-weight: bold; }

.posts-slider .postWrapper {
  margin-bottom: 55px;
  padding: 0;
  border-bottom: 0; }
.posts-slider .postBanner {
  margin-bottom: 14px; }
.posts-slider .postTitle h2 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0; }
.posts-slider .postDetails {
  font-size: 13px;
  line-height: 22px; }

.posts-lg-slider .postWrapper {
  margin-bottom: 95px; }

.from-blog-container .postBanner {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 50%; }
.from-blog-container .postShortContent {
  color: #a3a2a2;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .block-blog-recent ul li div.post-image {
    width: 100%;
    margin-bottom: 12px; }

  .block-blog-recent ul li a,
  .block-blog-recent ul li div.post-time {
    margin-left: 0; } }
@media (max-width: 768px) {
  .posts-lg-slider .postWrapper {
    margin-bottom: 55px; } }

/** 
 * ISAAC Priceslider
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    ISAAC
 * @package     ISAAC_Priceslider
 * @copyright   Copyright (c) 2011 ISAAC Software Solutions B.V. (http://www.isaac.nl)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * @author      Aad Mathijssen, Sam Berghmans
 * @version     1.0.0
 */

.header .form-search #cat {
    width: 118px;
    display: inline-block;
    margin-right: 2px;
    margin-left: -203px;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    right: 44px;
    height: 40px;
    line-height: 36px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    background-color: transparent;
    font-size: 12px;
}
.header .form-search #search { width: 100%; float: left; margin: 0; }
.header .form-search label { width: 22px; float: left; }
#search_mini_form .header .form-search button.button { float: right; margin-right: 8px; }

.header-container.type1 .header .form-search #cat, .header-container.type3 .header .form-search #cat, .header-container.type8 .header .form-search #cat, .header-container.type9 .header .form-search #cat {
    right: 77px;
    height: 45px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.header-container.type10 .form-search #cat {
    right: 38px;
    height: 40px;
    line-height: 40px;
}
.header-container.type4 .header .form-search #cat {
    right: 90px;
}
.header-container.type1 .header .form-search #search, .header-container.type3 .header .form-search #search, .header-container.type5 .form-search #search, .header-container.type8 .form-search #search, .header-container.type9 .form-search #search {
    padding-right: 185px;
}
.header-container.type6 .header .form-search #cat { margin: 0; right: 58px; height: 45px;line-height: 40px }
.header-container.type10 .header .form-search #search, .header-container.type4 .header .form-search #search {
    padding-right: 165px;
}
.maintitle {
    border-left: 1px solid #DBDBDB;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    color: #3A3A3A;
    float: none;
    font-size: 14px;
    height: 29px;
    padding: 6px 10px 0;
    clear: both;
}

.titlemain {
    color: #3A3A3A;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.viewall {
    float: right;
}

.viewall a {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}


.products-grid li.item {
    float: left;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    width: 138px;
}

/*.std .category-products ul.products-grid, .std .category-products ol.products-grid {
    width: 634px;
}*/

.std .category-products ul, .std .category-products ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/*.maintitle {
    width: 634px;
}*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.chukar.com/skin/frontend/chukar/cherries/megamenu/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.chukar.com/skin/frontend/chukar/cherries/megamenu/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.chukar.com/skin/frontend/chukar/cherries/megamenu/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.chukar.com/skin/frontend/chukar/cherries/megamenu/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.chukar.com/skin/frontend/chukar/cherries/megamenu/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.chukar.com/skin/frontend/chukar/cherries/megamenu/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.col-sw-1,
.col-sw-2,
.col-sw-3,
.col-sw-4,
.col-sw-5,
.col-sw-6,
.col-sw-7,
.col-sw-8,
.col-sw-9,
.col-sw-10,
.col-sw-11,
.col-sw-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 15px 20px;
}
.col-sw-2:nth-child(2n+1),.col-sw-3:nth-child(3n+1),.col-sw-4:nth-child(4n+1),.col-sw-5:nth-child(5n+1),.col-sw-6:nth-child(6n+1),.col-sw-7:nth-child(7n+1),.col-sw-8:nth-child(8n+1),.col-sw-9:nth-child(9n+1),.col-sw-10:nth-child(10n+1),.col-sw-11:nth-child(11n+1),.col-sw-12:nth-child(12n+1){
    clear:both;
}
.col-sw-1 {
  width: 100%;
}

.col-sw-2 {
  width: 50%;
}

.col-sw-3 {
  width: 33.3333%;
}

.col-sw-4 {
  width: 25%;
}

.col-sw-5 {
  width: 20%;
}

.col-sw-6 {
  width: 16.6666%;
}

.col-sw-7 {
  width: 14.2857%;
}

.col-sw-8 {
  width: 12.5%;
}

.col-sw-9 {
  width: 11.1111%;
}

.col-sw-10 {
  width: 10%;
}

.col-sw-11 {
  width: 9.0909%;
}

.col-sw-12 {
  width: 8.3333%;
}

/*1.0.2 end*/
ul.menu {
    line-height: 24px;
}
ul.menu > li {
    display: inline-block;
    margin-left: 3.2%;
}
ul.menu > li:first-child {
    margin-left: 0;
}
ul.menu li a {
    font-size: 13px;
    display: block;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}
ul.menu > li > a {
    padding: 30px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
ul.menu > li.act > a {
    text-decoration: underline;
}
ul.menu > li.menu-static-width {
	position: relative;
}
ul.menu > li.menu-full-width > a,
ul.menu > li.menu-static-width > a,
ul.menu > li.menu-item-has-children > a {
    padding-right: 15px;
}
ul.menu > li.menu-full-width > a:after,
ul.menu > li.menu-static-width > a:after,
ul.menu > li.menu-item-has-children > a:after {
    content: "\E903";
    display: block;
    position: absolute;
    padding: 30px 0;
    right: 0;
    top: -4px;
    font-family: "cherries";
    font-weight: 300;
    color: #6e6e6e;
}
ul.menu > li.menu-item-has-children {
    position: relative;
}
.nav-sublist-dropdown {
    position: absolute;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ebebeb;
    z-index: 99;
    box-shadow: 0 2px 7px rgba(0,0,0, 0.1);
    padding: 0;
    backface-visibility: hidden;
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown, ul.menu > li.menu-item-has-children .nav-sublist-dropdown .nav-sublist {
    min-width: 220px;
    text-align: left;
    padding: 0;
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown .container {
    width: auto;
    padding: 0;
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown .nav-sublist {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ebebeb;
    z-index: 100;
    box-shadow: 0 2px 7px rgba(0,0,0, 0.1);
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown .menu-item {
    position: relative;
    padding: 0 20px;
	border-top: 1px solid #ebebeb;
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown .menu-item:first-child {
	border-top: 0;
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown .menu-item:hover .nav-sublist {
    display: block;
}
ul.menu > li.menu-full-width > .nav-sublist-dropdown, ul.menu > li.menu-static-width > .nav-sublist-dropdown {
    left: 0;
    width: 100%;
}
ul.menu > li.menu-full-width > .nav-sublist-dropdown > .container, ul.menu > li.menu-static-width > .nav-sublist-dropdown > .container {
    width: auto;
    padding: 0;
}
ul.menu > li.menu-full-width li a, ul.menu > li.menu-static-width li a {
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    color: #2e2e2e;
    font-weight: 500;
}
ul.menu > li.menu-full-width a.level1, ul.menu > li.menu-static-width a.level1 {
    font-size: 16px;
    line-height: 1.5;
    color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px;
}
ul.menu .nav-sublist li.menu-item > a, ul.menu > li.menu-item-has-children li.menu-item > a {
    position: relative;
    padding-left: 13px;
}
ul.menu .nav-sublist li.menu-item > a:before, ul.menu > li.menu-item-has-children li.menu-item > a:before {
    content: '\e904';
    font-family: "cherries";
    color: #c5c5c5;
    position: absolute;
    left: 0;
    display: block;
	transition: color .35s;
}
ul.menu li li a {
    line-height: 48px;
    padding: 0 20px;5/21/2015
    color: #2e2e2e;
}
ul.menu > li.menu-item-has-children .nav-sublist-dropdown a {
  line-height: 48px;
  color: #2e2e2e;
  display: inline-block;
  padding: 0;
}
ul.menu .nav-sublist-dropdown .mega-columns {
    padding: 0;
}
ul.menu .nav-sublist-dropdown .mega-columns .block1 {
    padding: 30px 40px;
}
ul.menu .megamenu-footer {
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 24px;
    padding: 18px 36px;
    color: #000000;
    font-weight: 400;
}
ul.menu .menu-quick-tags > span {
    font-weight: 600;
    margin-right: 4px;
}
ul.menu .menu-quick-tags a {
    color: #575757;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
}
.menu_thumb_img {
    margin-bottom: 20px;
    margin-top: -10px;
}
.menu_thumb_img img {
    width: 100%;
}
.menu_thumb_img a {
    transition: all 0.45s;
}
.menu_thumb_img a:hover {
    opacity: 0.8;
}
.cat-label {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    line-height: 15px;
    padding: 0 5px;
    left: 100%;
    margin-left: 4px;
    bottom: 100%;
    margin-bottom: -4px;
    color: #fff;
    background-color: #2e2e2e;
    letter-spacing: 0.25px;
}
.cat-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #2e2e2e transparent transparent transparent;
}
ul.menu > li > a > .cat-label {
    margin-left: -10px;
    margin-bottom: -15px;
}
.cat-label.cat-label-label1 {
    background-color: #03b4ea;
}
.cat-label.cat-label-label1:after {
    border-top-color: #03b4ea;
}
.cat-label.cat-label-label2 {
    background-color: #cd0000;
}
.cat-label.cat-label-label2:after {
    border-top-color: #cd0000;
}
.megamenu-alert {
    font-weight: 600;
    color: #008acc;
}
ul.menu li.has-thumb-img {
    overflow: hidden;
}
ul.menu li.has-thumb-img > a.level1 {
    position: static;
}
ul.menu li.has-thumb-img > a.level1 .cat-label {
    position: absolute;
    right: -25px;
    top: 6px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 28px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: auto;
    bottom: auto;
	backface-visibility: hidden;
}
ul.menu li.has-thumb-img > a.level1 .cat-label:after {
    display: none;
}
ul.menu > li > a > .cat-label {
    right: -31px;
    left: auto;    
}
ul.menu > li.menu-full-width > a > .cat-label,
ul.menu > li.menu-static-width > a > .cat-label,
ul.menu > li.menu-item-has-children > a > .cat-label {
    right: -15px;
}
.header-container.type10 ul.menu > li > a > .cat-label,
.header-container.type10 ul.menu > li.menu-full-width > a > .cat-label,
.header-container.type10 ul.menu > li.menu-static-width > a > .cat-label,
.header-container.type10 ul.menu > li.menu-item-has-children > a > .cat-label,
.mobile-nav ul.menu > li > a > .cat-label,
.mobile-nav ul.menu > li.menu-full-width > a > .cat-label,
.mobile-nav ul.menu > li.menu-static-width > a > .cat-label,
.mobile-nav ul.menu > li.menu-item-has-children > a > .cat-label {
    position: relative;
    right: 0;
    margin-left: 10px;
}
.mobile-nav .cat-label {
    position: relative;
    left: auto;
}
.mobile-nav .cat-label:after,
.header-container.type10 ul.menu > li > a > .cat-label:after {
    display: none;
}

#rev_slider_1_1_wrapper{margin-bottom:0!important}


.quickview-main {
    text-align: left;
}
.quickview-main .product-collateral {
    display: none;
}
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(https://www.chukar.com/skin/frontend/base/default/es_active_review_stars/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(https://www.chukar.com/skin/frontend/base/default/es_active_review_stars/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
span.star-rating-box { clear: both; float: left; display: block;  margin: 10px 0; width: 100%; }
span.star-rating-label { display: block; float: left; font-weight: bold; margin-right: 10px; }

.star-rating-box div.star-rating { margin-top: 0px !important; }
#recipe_con{
	float:left;
	background:#FFF;
	padding: 10px 0;
	width:100%;
	max-width:100%;
}

#recipe_con li{
    display: inline-block !important;
    float: left;
    margin: 0 0 10px;
    padding: 15px 0;
    width: 31.33% !important;
}
.sort-by > a {
    display: inline-block;
}	
.toppreviewing {
    color: #676767;
}

#recipe_con li:hover{
	 /*box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);*/
}
.image_gal{
	float:left;
}
.image_gal img {
    width: 200px;
}
.recipes_container #itemContainer .recipes_image{
	   width: 32%;
}
.recipes_image {
    float: right;
    width: 48%;
}
.img-detail{
	float:left;
	width:100%;
	max-width:100%;
}
.imagedetailrecipe{

	max-width: 100%;
}
.author > span {
    font-weight: bold;
}
.img-infor span{
	border-left:1px solid #ccc;
	line-height:35px;
	font-size:14px;
	color:#333;
	padding:0 22px;
	float:left;
	 display: flex;
	 text-align:center;
}
.img-infor {
    float: left;
    padding: 0 0 10px 0;
	width:100%;
	max-width:100%;
}
.img-infor span p{ float:left; padding:0 5px;}
.img-infor .infor-first{
	border:none !important;
}
.recipes_text_detail{
	float: left;
    width: 48%;
}
.recipes_text_detail h2 a{
    float: left;
    font-weight:400;
	font-size:34px;
    margin-bottom:20px;
    padding: 0;
}
.clear.postSocial {
    clear: both;
    padding: 10px 0;
	line-height: 23px;
}
.addthis_button_pinterest_pinit{ width: 50px; }
.author {
    color: #999;
    float: left;
    margin-bottom: 15px;
	display:none;
}
.short-description {
    float: left;
    
}
.review-container > h3,
.infor-content h3{
    display: inline-block;
    font-size: 18px;
    margin: 15px 0 5px;
	 text-transform: capitalize;
}
.step-content span.step {
    color: #996666;
    text-decoration: underline;
}
.recipes_text {
    width: 95%;
}
#recipe_con .recipes_text h2  { margin:0;}
#recipe_con .recipes_text h2 a {
    color: #996666;
    text-transform: capitalize;
	padding:0;
}
 #recipe_con .recipes_text h2 a:hover {
    color: #663333;
}
.description {
    display: block;
    
}
.recipes_text a.more-detail {
    color: #A11826;
    float: right;
    text-align: right;
}
.recipes_text .recipes-date {
    color: #999;
    float: left;
    width: 100%;
}
.toolbar-recipe{
	  margin: 20px 0 0;
}
.toolbar-recipe .descCate {font-family: "Stag Web";font-weight: 400 !important;font-size:34px;color:#000000;}
.toolbar-recipe .sort-by{
	float:left;
	margin-right:2%;
}
.review-container button,
.sortoptions button{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.review-container button span,
.sortoptions button span{
	background-color: #996666;
    display: block;
    float: left;
    padding: 3px;
    text-align: center;
    white-space: nowrap;
}
.review-container button span span,
.sortoptions button span span {
    background-color: #743a3a;
    border: 1px solid #b18b8b;
    color: #fff;
    height: 22px;
    padding: 0 12px;
}
.sortoptions{
	float:right;
	text-align: right;
    width: 66%;
}
.sortoptions select {
    margin: 0 2%;
	padding:6px 15px;
}
.tool-search {
    clear: both;
}

.sort-by > select {
    padding: 6px 25px;
}

.tool-search a {
    color: #555;
    float: left;
    margin-left: 3px;
    padding: 0 5px;
}
.tool-search {
    border-bottom: 1px solid #cfb1a9;
    border-top: 1px solid #cfb1a9;
    float: left;
    margin: 10px 0;
    padding: 5px 0;
    width: 100%;
}

.pager .pages li {
    border: 1px solid #cfb1a9;
    display: block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0 10px;
    text-align: center;
}
ul.recipe5columns li{ width:100% !important;}
ul.recipe5columns li:nth-child(3n+1) { clear: left; }
ul.recipe4columns li{ width:23% !important;}
ul.recipe4columns li:nth-child(4n+1) { clear: left; }
ul.recipe3columns li{ width:31.333% !important;}
ul.recipe3columns li:nth-child(3n+1) { clear: left; }
ul.recipe2columns li{ width:48% !important;}
ul.recipe2columns li:nth-child(2n+1) { clear: left; }

#recipe_con .image_gal img{
	float:left;
	text-align:center;
	max-width: 100%;
	width: 250px;
}

.otherrecipe #recipe_con .image_gal img{
	float:left;
	text-align:center;
	max-width: 100%;
	width: 200px;
}
.infor-content {
    clear: left;
}
#recipe_con .name_gal{
	font-family: "Stag Web";
    font-size: 17px;
    font-weight: 400;
	color:#000000 !important;
	text-decoration: none;
	display: inline-block;
	width:100%;
	padding:8px 0 0 0 !important;
	line-height:25px;
}
#recipe_con .name-category{
	font-family:arial;
	font-size:13px;
	color:#A11826;
	text-decoration: none;
	display: inline-block;
	width:100%;
}
#recipe_con .name-category:hover{ 	color:#DB9CA7;}
#recipe_con .name_gal:hover{
	color:#1E7EC8;
}
.like{
	width:48%;
	float:left;
	padding:10px 0;
	color:#C76200;
}
.unlike{ float:right; width:52%; padding:10px 0; color:#C76200; }
.link-like{
	background:url('https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/like.png') no-repeat left center transparent;
	padding-left:20px; font-weight: bold;
	text-decoration: none;
	}
.link-unlike{
	text-decoration: none;
	background:url('https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/unlike.png') no-repeat left center transparent;
	padding-left:20px; font-weight: bold;
	}
.title-cate{
	font-size: 13px;
	color:#203548;
}

#my-downloadable-products-table th {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

#my-downloadable-products-table td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}


#theForm .form-list label {
    color: #666666;
    float: left;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    width: 120px;
    z-index: 0;
}
#theForm div button.submitf{ margin-left: 120px; }
#theForm  .form-list input, #theForm  .form-list textarea{
	width: 350px;
	padding: 2px;
}
#theForm  .form-list textarea.description{
    width: 516px;
}
#theForm  .form-list textarea.mcontent{
    height: 300px;
}

td.stapproved{}
td.stunapproved{ color:red; }


.data-table td {
    padding: 8px;
}
.recipecattitle{

    text-align: left;
}

.recipecattitle h2 a{
    padding: 5px;
    text-decoration: none;
}
#customer-reviews span {
    font-weight: bold;
}
small.date {
    display: block;
    line-height: 25px;
}
.recipecattitle h2 { margin:0; padding-left:0; }

#category > li { margin-bottom: 25px; }

div.otherrecipe{ clear:both; margin-top: 25px;display:none; }
.fullcatrecipe > li > ul{ display: none; min-width:120px; position: absolute; background:#FFF; padding: 10px; width: auto; right:0; }
.fullcatrecipe > li > ul li { padding: 0 10px; display:block; position:relative; }
.fullcatrecipe > li  ul li ul { position:absolute; background:#EEE; min-width: 100px; }
.fullcatrecipe > li:hover > ul{ display: block; }
.fullcatrecipe > li ul li ul{ right:98%; top:0; }
.fullcatrecipe > li ul li:hover > ul{ display: block; }
.fullcatrecipe > li > ul li ul { display:none; }
.fullcatrecipe > li > ul li a{ display:block; }

.fullcatrecipe {
    text-align: right;
}
.fullcatrecipe > li { float: right; position: relative; }
.fullcatrecipe > li > a{ padding: 5px 10px; background: #0A263D; color:#FFF; text-decoration:none; }
.catmenu { margin-bottom: 15px; margin-top: -30px; }
.page-title.recipe{ margin-bottom: 10px; }
.imageDetail > span { font-weight:bold; }

#ajaxcartloading {
	background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/ajax_loader.gif") no-repeat scroll center center #fff;
	display:none;
	height:45px;
	width:45px;
	position:fixed;
	z-index:99999;
	border-radius:5px;
}

#ajaxallct{ 
	position:fixed;
	z-index:99990;
	background-color:rgba(0,0,0,0.5); 
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	display:none;
}

.imageDetail {
    line-height: 1.95;
	margin-top:5px;
}

#ajaxcartmsg {
	background: #FFF;
	display:block;
	position:absolute;
	overflow: hidden;
	min-width:300px;
	max-width: 600px;
	z-index:99991;
	border:0px solid rgba(0,0,0, 0.8);
	padding:25px 10px;
	overflow-y:auto;
	margin:2px auto;
}

#ajaxcartmsg #cmsmart_ajaxcart_button_close {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/btn_remove.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    padding: 14px;
    position: absolute;
    right: 0px;
    top: 7px;
}
/******* review **********/
.review-container .form-list label {
    font-weight: normal;
}
.review-container .form-list input.input-text {
    max-width: 340px;
    width: 100%;
}
.review-container .form-add .data-table {
    max-width: 176px;
}
.review-container th {
    font-weight: bold;
}
.tabs-panels #product-review-table thead {
    background-color: #ededed;
}
.review-container .form-add h2 {
   font-size: 16px !important;
    font-weight: bold;
    text-transform: capitalize;
	margin:5px 0;
}
.box-reviews .form-add h4,
.box-reviews .form-add h3 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
}
.box-reviews .form-add .form-list textarea {
    max-width: 500px;
    width: 100%;
}
 .box-reviews .form-add .data-table td {
    line-height: 1em;
    text-align: center;
	   padding: 10px;
}
.nobr {
    white-space: nowrap !important;
}
.review-container thead {
    background: none repeat scroll 0 0 #ededed !important;
}
.review-container .buttons-set{
	float:left;
}
/****related*******/
.otherrecipe > h2{

    display: inline-block;
    margin: 15px 0 5px;
    max-width: 100%;
    width: 100%;
}

.otherrecipe #recipe_con li{
	border-bottom: medium none;
    margin: 0 10px 10px 0;
    padding: 5px;
    width: 30%;
}
.otherrecipe #recipe_con .name_gal{
    color: #996666;
    text-transform: capitalize;
}
/*******************/
.related-recipe  h2{
	
    display: inline-block;
    margin: 15px 0 5px;
    max-width: 100%;
    width: 100%;
}
.related-recipe #recipe_con  li.item:nth-child(3n) {
	margin-right:0;
}
.related-recipe #recipe_con  li.item {
    margin: 0 15px 10px 0;
    padding: 5px;
    position: relative;
    width: 30%;
}
.related-recipe #recipe_con li.item h3.product-name a {
   
}
.related-recipe #recipe_con li.item h3.product-name a:hover {
    
}
.related-recipe #recipe_con li.item h3.product-name{
	margin-top:8px;
	font-size:18px;font-weight:400;color:#000000;
}
.related-recipe #recipe_con li.item .price-box{
	text-align:left;
}

.col-left .block-recipe .item {
    float: left;
    padding: 12px 0;
    width: 100%;
}

.sidebartab  ul,
.sidebartabtitle ul{
}
.block-content .sidebartab  .item {
 
    float: none;
    padding: 15px 0 !important;
    width: 100%;
	margin:5px 0;
}
.col-left .sidebartab .item:last-child {
    border: medium none;
}
.block.block-recipe {
    margin-bottom: 30px;
}
.block-content.sidebartabtitle li {
    float: left;
    margin: 0 1px;
    padding: 5px 16px;
	cursor: pointer;
	border:1px solid #f8dad2;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	background:#fffdf2;
}
.block-content.sidebartabtitle li.sbactive {
	background:#f8dad2;
}
.infor-recipe-tab {
    display: inline-block;
    padding-left: 5px;
    width: 62%;
	vertical-align: top;
}
a.image_gal_tab {
    display: inline-block;
}
.author-tab{
	color:#333;
	 text-transform: capitalize;
	}
.all-review{
	display:block;
	font: 13px/18px Arial,Helvetica,sans-serif;
	color: #999;
	 text-transform: capitalize;
}
.name_gal_tab:hover{
	 color: #663333;
	  text-decoration: underline;
}
.name_gal_tab{
	display:inline-block;
	 color: #666;
    float: left;
    text-transform: capitalize;
    width: 100%;
}
/************menu*********************/
.nav-custom-link.level0.level-top.lirecipe.parent {
    position: relative !important;
}

ul#nav li.lirecipe  ul.level0{
	width:650px !important;
	left:-457px !important;
	padding:35px 20px 15px !important;
	background:url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/img/menu-ul0.png") no-repeat scroll center 11px #673434;
}
#nav .lirecipe  ul.level0:before{
	left:70% !important;
}
#nav .lirecipe ul.level0 > li {
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 1%;
    width: 20% !important;
}
#nav  .lirecipe ul.level0 > li > a:hover{
	 color: #d5aaaa;
}

#nav .lirecipe .level0 img {
    max-width: 100%;
    width: 100%;
}

#nav  .lirecipe ul.level0 > li > a{
	 color: #663333;
	text-transform:capitalize;
	border:none;
	text-align:center;
}
#customer-reviews dl{
	padding:10px 0;
}
#recipe_con li.item .product-image > img {
    max-width: 100%;
    width: 100%;
}
#customer-reviews dl dd .rating-box{
	display:block !important;
}
.block-profile li span{
	padding:6px 2px 6px 15px;
	display: block;
	color: #996666;
}


.mce-tinymce.mce-container.mce-panel {
    clear: both;
    margin: 20px auto !important;
}


div.adding_button_recipe{ display: inline-block;
    position: absolute;
    right: 0;
}

/***********************block customer**************/
.block-customer {
    margin: 30px 0 0;
	  position: relative;
}
.userThumb{
	width: 40px; height: 40px; position: relative;
	  float: left;
    margin-right: 10px;
}
.boxRadius1{
	position: absolute; top: 0px; left: 0px; 
	height:45px;
	width:45px;
	 border-radius: 5px;
	padding: 1px !important;
}
.g_accounts{cursor: pointer;}
#logBox {
    color: #fff;
    font-size: 12px;
    text-align: left;
}

#logBoxContent {
    background-color: #7e4b4b;
  /*  background-image: -moz-linear-gradient(center top , #9d2a6b 90%, #7f1a57 100%);*/
    border-radius:5px;
    height: 99px;
    padding: 8px;
	color:#fff;
}
#logBoxContent a{ color:#fff;}
#logBoxContent strong a{ font-weight:bold; }
#logBoxContent a:hover{ text-decoration:underline;}
.notify {
   float: left;
    margin: 8px 0 0;
    padding: 0;
}
.notify li {
    background-color: #8fcb00;
    border-radius: 3px;
    float: left;
    line-height: 12px;
    margin-right: 4px;
    margin-top: 10px;
    opacity: 0.5;
    padding: 2px 7px 2px 34px;
    text-shadow: -1px -1px #6a8d00;
}

#logBox a {
    color: #ffd;
}
.notifyComment {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/sprite.png") no-repeat scroll -470px -30px transparent;
}
.notifyFriend {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/sprite.png") no-repeat scroll -470px -70px transparent;
}
.notifyPoints {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/sprite.png") no-repeat scroll -470px -110px transparent;
}


.points {
    background-color: #9cd500;
    background-image: -moz-linear-gradient(center top , #a1dd00 0px, #85c100 100%);
    border: 1px solid #9cd000;
    border-radius: 7px;
    padding-top: 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: -1px -1px #6ea000;
    top: 10px;
    width: 65px;
	height: 65px;
}
.points {
    text-align: center;
    text-shadow: -1px -1px #6ea000;
}
.textLarge1 {
    font-size: 18px;
	line-height:25px;
}

.textLarge3 {
    font-size: 22px;
}

.boxShadow1 {
    box-shadow: 0 0 10px rgba(47, 60, 108, 0.1);
}

.accountTop{border-bottom:1px solid #d9e5ea;position:relative;padding-top:2px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#f4f8f9));background-image:-moz-linear-gradient(center top,#fff 0,#f4f8f9 100%)}

.ribbonYellow {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/sprite2.png") no-repeat scroll 0px 7px rgba(0, 0, 0, 0);
    height: 140px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 100px;
}
.actionsafterimg a{
	cursor:pointer; border: medium none;
    color: #ffffff;
    height: 13px;
    margin: 0 !important;
    padding: 0 5px !important;
}
.actionsafterimg a:hover{color:#ffffff;}
.actionsafterimg {
    text-align: center;
    margin: 5px 0;
    padding: 8px 0;
    width: 100%;
	color: #ffffff;
	background:#A11826;
}
.frontendnouser .ribbonYellow {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/sprite3.png") no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
    height: 140px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 80px;
}
.frontendnouser .shadow-left-bottom { display:none; } 
.frontendnouser .userThumb {
    float: left;
    margin-right: 20px;
}
.frontendnouser .block-customer { margin: 0;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 300px; } 
.frontendnouser .ribbonYellow2a {
    display: block;
    font-size: 12px;
    margin-left: -8px;
    margin-top: 10px;
    text-align: center;
}
.frontendnouser .marginBottom1 .userName {
    height: 95px;
    margin: 0 30px 0 110px;
}

.frontendnouser .ribbonYellow1 {
    display: block;
    font-size: 18px;
	font-weight: normal;
    margin-left: -8px;
    margin-top: 30px;
    text-align: center;
}
.frontendnouser strong, .frontendnouser strong{ color:#FFF; }
.ribbonYellow1 {
    display: block;
    margin-left: -10px;
    margin-top: 30px;
	 font-size: 13px;
}

.ribbonYellow2 {
    border: 1px solid #000;
    clear: both;
    display: block;
    height: 43px;
    line-height: 17px;
    margin-left: 20px;
    margin-top: 10px;
    text-align: center;
	padding-top: 7px;
    width: 50px;
}

.boxRadius2 {
    border-radius: 5px;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

.marginBottom1 .userName {
    height: 100px;
    margin: 0 30px 0 130px;
	position: relative;
}
.marginBottom3 .breadcrumbs{ margin: -18px 0 0;}
.banner-list-products .ribbonYellow img {
    background-color: rgba(255, 255, 255, 0.15);
    border: 0 !important;
    border-radius: 5px;
    height: 43px;
    margin-left: 10px;
    margin-top: 33px;
    max-width: 100%;
    padding: 3px;
	width: 43px;
}

.padding15 {
    padding: 15px;
}

.userThumb {
    float: left;
    margin-right: 10px;
}

.extratextLarge7 {
    font-style: italic;
    letter-spacing: -1px;
    line-height: 35px;
}
.textLarge7 {
    font-size: 30px;
}
.marginBottom2 {
    margin-bottom: 10px;
}

.textSmall1 {
    font-size: 11px;
}
.marginTop05 {
    margin-top: 5px;
}

.formFields input[type="button"], .formFields input[type="submit"], .buttonType1 {
    background-color: #dc189e;
    background-image: -moz-linear-gradient(center bottom , #cb2195 0px, #ee0ea8 100%);
    border: 1px solid #bc1c89;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(66, 99, 115, 0.4);
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    padding: 2px 10px;
    text-align: center;
}

.formFields input[type="button"]:hover, .formFields input[type="submit"]:hover, .buttonType1:hover {
    background-color: #8ec800;
    background-image: -moz-linear-gradient(center bottom , #86c200 0px, #a0dc00 100%);
    border-color: #74a800;
    color: #fff;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.userMenu {
    border-bottom: 1px solid #fff;
    margin: -30px 30px 0 0;
}


.userMenu li {
    float: right;
    margin-left: 1px;
    position: relative;
}
.userMenu .active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #d9e5ea #d9e5ea -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    bottom: -2px;
    font-size: 15px;
    font-style: italic;
	margin-top: -6px;
    padding: 13px 20px 9px;
    position: relative;
}

.userMenu_li_a {
    background-color: #663333;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: italic;
    padding: 2px 12px 3px;
	line-height: 30px;
}


.userMenu_li_a:hover {
    background-color: #bdbdbd;
    color: #fff;
}

.imgthumbnail li {
    display: block;
    float: left;
    padding: 3px;
	cursor:pointer;
}
.imgthumbnail {
    padding: 6px 0 6px 6px;
}
.imagesthumbnail{ width: 73px; height: 73px; }
.imgthumbnail:after{
	clear: both;
    content: "";
    display: block;
}


.recipesidebar ul.accordion li ul.level0 li.level1 > a {
    text-transform: uppercase;
	font-weight: bold;
}
.sort-by img{ vertical-align:middle; }
.allheadbottom .userMenu_li_a{ 
	background-color:#008000;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#1f9f1f),color-stop(1,#008000));
	background-image:-moz-linear-gradient(center top,#1f9f1f 0,#008000 100%);
	border-radius: 3px !important;
    color: #FFF;
    display: inline-block;
    float: right;
    line-height: 23px;
	border: 1px solid #f4f8f9;
	padding: 2px 21px;
}


.postedbynumber {
    color: #333;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
}

.allheadbottom{ 
    background: none repeat scroll 0 0 #FFF;
    margin-top: 0;
	padding: 5px 30px;
    position: relative;
}

.allheadbottom:after {
    clear: both;
    content: "";
    display: block;
}

.allheadbottomaaa{ 
    background-color: #663333;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 30px;
    padding: 2px 12px 3px;
	
}

#my-downloadable-products-table thead tr{
    background: none repeat scroll 0 0 #f5f5f5;
    color: #000;
    font-weight: bold;
}

#blockfopreviewing{ display:none; position:fixed; z-index:999999; background-color: rgba(0,0,0, 0.85); top:0; left: 0; width:100%; height:100%;  }
#blockfopreviewingalla{ width:700px; background-color:#FFF; margin:20px auto 0; position: relative; }
#blockfopreviewingall{ max-height: 520px; overflow-y:scroll; background-color:#FFF; padding: 20px; }

#blockfopreviewingall .imageDetail{ margin-bottom:50px !important;}

.imgthumbnail img {
    height: 73px;
    width: 73px;
}

.bottom_previewing_block {
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    height: 30px;
	padding:3px 0; 
	text-align: right;
    left: 0;
    width: 100%;
	position: absolute;
    z-index: 9999999;
}

.bottom_previewing_block button.submitf{ margin-right: 25px; }
#theForm div button.reviewbt{ margin-left: 5px !important; }

.addrecipeandarticle{ position: absolute; right: 30px; top: 15px; }

.addrecipeandarticle .userMenu_li_a {
    background-color: #e9cc9b;
    border: 1px solid #f4f8f9;
    border-radius: 3px !important;
    color: #fff;
    display: inline-block;
    float: right;
    font-style: normal;
    line-height: 26px;
    margin-left: 5px;
    padding: 2px 21px 2px 35px;
}
.addrecipeandarticle .userMenu_li_a.addrecipebt {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/add-reteta.png") no-repeat scroll 3px center #663333;
}

.addrecipeandarticle .userMenu_li_a.addarticlebt {
    background: url("https://www.chukar.com/skin/frontend/base/default/magenshop/recipe/images/add-articol.png") no-repeat scroll 3px center #663333;
}

.addrecipeandarticle .userMenu_li_a:hover{ background-color: #f6f2e7; color: #000; }

#nav .lirecipe ul.level0 {
    left: -350px;
    position: absolute;
    width: 700px !important;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.recipesidebar > .block-title, .block-recipe > .block-title {font-family: "Stag Web";font-weight: 700 !important;line-height: 20px !important;font-size:22px !important;border:none !important;color: #343434 !important;margin-bottom:15px !important;padding:0 !important;}
.recipesidebar > .block-content li a {font-size: 15px;font-weight: 400;line-height: 32px;}
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


.gift-card *{box-sizing: border-box;}
.gift-card button *{box-sizing: content-box;}
.gift-card .row {
    margin-right: -10px;
    margin-left: -10px;
}

.gift-card .col-xs-1,.gift-card  .col-xs-2,.gift-card  .col-xs-3,.gift-card  .col-xs-4,.gift-card  .col-xs-5,.gift-card  .col-xs-6,.gift-card  .col-xs-7,.gift-card  .col-xs-8,.gift-card  .col-xs-9,.gift-card  .col-xs-10,.gift-card  .col-xs-11,.gift-card  .col-xs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.gift-card .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.gift-card .table > thead > tr > th,
.gift-card .table > tbody > tr > th,
.gift-card .table > tfoot > tr > th,
.gift-card .table > thead > tr > td,
.gift-card .table > tbody > tr > td,
.gift-card .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.gift-card .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
.gift-card .table > caption + thead > tr:first-child > th,
.gift-card .table > colgroup + thead > tr:first-child > th,
.gift-card .table > thead:first-child > tr:first-child > th,
.gift-card .table > caption + thead > tr:first-child > td,
.gift-card .table > colgroup + thead > tr:first-child > td,
.gift-card .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.gift-card .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.gift-card .table .table {
    background-color: #fff;
}
.gift-card .table-condensed > thead > tr > th,
.gift-card .table-condensed > tbody > tr > th,
.gift-card .table-condensed > tfoot > tr > th,
.gift-card .table-condensed > thead > tr > td,
.gift-card .table-condensed > tbody > tr > td,
.gift-card .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.gift-card .table-bordered {
    border: 1px solid #ddd;
}
.gift-card .table-bordered > thead > tr > th,
.gift-card .table-bordered > tbody > tr > th,
.gift-card .table-bordered > tfoot > tr > th,
.gift-card .table-bordered > thead > tr > td,
.gift-card .table-bordered > tbody > tr > td,
.gift-card .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.gift-card .table-bordered > thead > tr > th,
.gift-card .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.gift-card .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.gift-card .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.gift-card table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.gift-card table td[class*="col-"],
.gift-card table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.gift-card .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .gift-card .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .gift-card .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .gift-card .table-responsive > .table-bordered {
        border: 0;
    }
    .gift-card .table-responsive > .table-bordered > thead > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > thead > tr > td:first-child,
    .gift-card  .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .gift-card  .table-responsive > .table-bordered > thead > tr > th:last-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .gift-card .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .gift-card  .table-responsive > .table-bordered > thead > tr > td:last-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .gift-card  .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .gift-card  .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}


.gift-card input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gift-card input[type="radio"],
.gift-card input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.gift-card input[type="file"] {
    display: block;
}
.gift-card input[type="range"] {
    display: block;
    width: 100%;
}
.gift-card select[multiple],
.gift-card select[size] {
    height: auto;
}
.gift-card input[type="file"]:focus,
.gift-card input[type="radio"]:focus,
.gift-card input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.gift-card output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.gift-card .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gift-card .form-control:focus {
    border-color: #66afe9;
    outline:none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.gift-card .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.gift-card .form-control:-ms-input-placeholder {
    color: #999;
}
.gift-card .form-control::-webkit-input-placeholder {
    color: #999;
}
.gift-card .form-control[disabled],
.gift-card .form-control[readonly],

.gift-card textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
.gift-card input[type="date"],
.gift-card input[type="time"],
.gift-card input[type="datetime-local"],
.gift-card input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}
.gift-card input[type="date"].input-sm,
.gift-card input[type="time"].input-sm,
.gift-card input[type="datetime-local"].input-sm,
.gift-card input[type="month"].input-sm {
    line-height: 30px;
    line-height: 1.5 \0;
}
.gift-card input[type="date"].input-lg,
.gift-card input[type="time"].input-lg,
.gift-card input[type="datetime-local"].input-lg,
.gift-card input[type="month"].input-lg {
    line-height: 46px;
    line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
    line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
    line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
    line-height: 1.33;
}
.gift-card .form-group {
    margin-bottom: 10px;
    float:left;
    width:100%;
    text-align: left;
}
.gift-card .radio,
.gift-card .checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gift-card .radio label,
.gift-card .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.gift-card .radio input[type="radio"],
.gift-card .radio-inline input[type="radio"],
.gift-card .checkbox input[type="checkbox"],
.gift-card .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -19px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.gift-card .radio-inline,
.gift-card .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.gift-card .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.gift-card .hide{display:none;}
.gift-card .disabled{
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
.gift-card .text-left {
    text-align: left;
}
.gift-card .text-right {
    text-align: right;
}
.gift-card .text-center {
    text-align: center;
}
.gift-card .text-justify {
    text-align: justify;
}
.gift-card .text-nowrap {
    white-space: nowrap;
}
.gift-card .text-lowercase {
    text-transform: lowercase;
}
.gift-card .text-uppercase {
    text-transform: uppercase;
}
.gift-card .text-capitalize {
    text-transform: capitalize;
}
/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
    border-color: red;
}

span#giftvoucher_wait{
    color: #2F2F2F;
}

.giftvoucher-discount-code{
    color: #008000;
}
.giftvoucher-discount-code button{
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
    cursor: pointer;
}

.giftvoucher-media{
    border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
    border-bottom: 2px solid #F7F9F9;
    padding: 7px;
    color: #F18200;
    font-size: 15px;
}

#giftmedia pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
    width: 100%;
    height: 88px;
}

.giftvoucher-product-info #recipient_address{
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
    width: 100%;
}

#giftvoucher-result{
    font-size: 15px;
}

#giftvoucher-result label{
    width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 160px;
}
#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;  
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}
#bg-fade{
    background: #000;
    position: absolute;
    z-index: 9999;
    width: 100%;
    min-height: 800px;
    float: left;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#giftvoucher-view-condition {
    float: left;
    clear:both;
}

#giftvoucher-view-condition:hover {
	text-decoration: none;
}

.calendar{
    z-index: 99999;
}

.calendar .button{
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}
.ajax-file-upload-green {
    display: none !important;
}
.ajax-file-upload-abort {
    display: none !important;
}
.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top{
    overflow:hidden;
    max-height: 550px;
    font-size: 14px;
    width: 100%;
    height: 365px;
}
#giftcard-template-top .giftcard-template-content{
    margin-left:0px;
    padding: 0;
    position: relative;
}
#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
    height: 190px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#giftcard-template-top .giftcard-template-content-temp2{
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}
.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}
.logo-title.logo-title-top img{
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}
.name-value-top{
    float: left;
    width: 100%;
    background: url('https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.name-value-top .giftcard-title{
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}
#giftcard-template-top .giftcard-value{
    float: right;
    padding-left: 20px;
    background: url('https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
}
.name-value-top .giftcard-value .giftcard-text-color{
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}
.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-date-top{
    width: 59%;
    float:left;
    padding-top: 10px;
}
.giftcard-date-top .giftcard-from-to{
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-from-to .giftcard-from{
    float: left;
    max-height: 25px;
}
.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
}
.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}
.giftcard-date-top .giftcard-barcode {
    padding-right: 15px;
    margin-top: -10px;
}
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    color: orange;
    font-size: 16px
}
.giftcard-date-top .giftcard-to{
    margin-left:0px;
    max-height: 25px;
    float:left;
    clear:both;
}
.giftcard-date-top .giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}
.name-value-top .value-price{
    float: right;
    line-height: 55px;
}
.giftcard-date-top .giftcard-message{
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border:1px solid #cecece;
    text-align: left;
}
.barcode-note .giftcard-code{
    float: right;
    margin-right: 15px;
}
.barcode-note .barcode{
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img{
    height: 40px;
    max-width: 100%;
    float: right;
}
.giftcard-date-top .giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.barcode-note .giftcard-note{
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}
.barcode-note .giftcard-note .giftcard-text-color{
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#timezone_to_send{visibility: visible !important;}
#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}
#giftcard-template-top .giftcard-template-content{
    width:100%;
    background-size:100% auto !important;
    float: left;
    height: 175px;
}
#giftcard-template-top .giftcard-title-top{
    width:100%;
    position: relative;
}
.hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
#giftcard-template-top .title{width:60% !important;}
#giftcard-template-top .barcode-note{
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}
#giftcard-template-top .giftcard-value-bottom {display: none}

/*---Detail Template 3---*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
#giftcard-template-back .giftcard-template-content{display: none; height: 0px}
.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}
.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}
.from-to-barcode-background{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}
.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}
.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}
.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}
.from-to-barcode-background .from-to .giftcard-form{
    float: left;
    text-align: left;
    margin-top: 10px;
}
.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}
.giftcard-text {
    height: 90px;
}
.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}
.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.from-to-barcode-background .from-to .giftcard-style-color{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-box-background{
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.giftcard-box-background .giftcard-text-box{
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    display:table-cell;
    vertical-align: middle;
}
.giftcard-box-background .giftcard-text-color.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
    color: black !important;
}
.from-to-barcode-background .giftcard-barcode{
    float: right;
    margin-right: 15px;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-note-background{
// margin-top: 8px;
    float:left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px
}
.giftcard-note-background .form-note{
    width: 100%;
    margin: 0 auto;
}
.giftcard-note-background .giftcard-text-color{
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}
#giftcard-template-back {width: 100% ;float: left; position: relative}
#giftcard-template-back .giftcard-change-image-background-popup{
    width: 100%;

    top: 0%;
}
.giftcard-box-background .giftcard-text-box {
    display: inherit !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}
.giftcard-box-background {
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    margin-top: 0px !important;
    box-sizing: content-box;
    float: left;
}
.from-to-barcode-background .giftcard-number{
    float: right;
    text-align: right;
}
.from-to-barcode-background .giftcard-barcode span.barcode  {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
#giftcard-template-back img#img-type-background{width: 100%}
#giftcard-preview-template img#img-type-background{width: 100%}
#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
    width: 100% !important;
    top: 0%;
    position: absolute;
}


.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.product-img-box {
// overflow: hidden\0;
}
#close-popup-giftcard {
    background: url('https://www.chukar.com/skin/frontend/base/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 655px;
    font-size: 14px;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px;
    height: 365px;
    display:block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left;
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background:#fff;
    margin-top: 10px;
    text-align: left;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px;
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left;
    clear: both;
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}
.giftcard-number{
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.giftcard-barcode  .giftcard-style-color{
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0;
    float: right;
    height: 365px;
    background-repeat: repeat;
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
    width:250px;
    background-position:inherit !important;
    background-size: 100% 100% !important;
    height:365px;
    padding-bottom: 0;
    position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
.giftcard-template-content-left .giftcard-logo{
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
    margin: 15px 10px 0 15px;
    text-align: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
    float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
    width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}
#giftcard-template-show-images {overflow: hidden;position: relative;height: 60px;}
#giftcard-template-show-images .images-for-slide{
    float:left;
    position: absolute;
    height: 60px;
    left: 0;
}
.giftcard-template-control{
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}
#giftcard-template-prev{left:0;}
#giftcard-template-next{
    right: 0;
    background: url("https://www.chukar.com/skin/frontend/base/default/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount{display: inline-block;width: 100%;}
.gift-card .discount .form-group label{display: inline;}
.discount .giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: -1px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.gift-card .table .col-xs-12 .label{float:left;  margin-bottom: 5px;}
.gift-card .table .col-xs-12 .v-middle{float:left;margin-top: 3px;margin-left: 3px;}
/***********View giftcard*************/
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-email .form-list li{width:100%; float: left;}
/******History balance*******/


.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/
.gift-card .sub-title{
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding:0;
}
.gift-card label em{
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {display: inline;vertical-align: middle;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left; padding-bottom: 12px; width: 100% !important;}
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;}
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{margin:5px 0;}
#payment_form_giftvoucher_credit #gift_credit_message{float: left; width: 100%;}
li.giftvoucher-discount-code strong{float:none;}
.giftcard-code-hidden{display:none;}

/* ----- Simple template ------ */
#giftcard-template-simple{
    width:600px;
    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-simple .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-simple .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}
.two-border{
    border-left:1px solid #ddd;
    border-right: 1px solid #dddddd;
}
.no-right{border-left:1px solid #ddd;}
.giftcard-number .giftcard-style-color{
    font-size: 16px;
}
.value-price .giftcard-text-color{
    font-size: 36px;
    line-height: 1;
}
.simple-barcode img{
    height: 35px;
    margin:auto;
}
.simple-content-top .simple-logo img{max-height: 100px;max-width:100%;}
#giftcard-template-simple .form-group.giftcard-value,
#giftcard-template-simple .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-simple .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-simple .logo-title{
    padding: 0;
    float: none;
    height: auto;
}
#giftcard-template-simple img{
    display: inline;
    max-height: 90px;
    max-width: 180px;
}
#giftcard-template-simple .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple .simple-content-top .col-xs-4,#giftcard-template-simple .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-simple .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-simple .giftcard-change-image{background-size:100%;}
/* ------ END -------- */
@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}

/**********add giftcard by Sally************/
#gift-voucher-code{width:90% !important;}
#giftcard-template-left .giftcard-template-content .hidden-giftcard {
    height: 65px !important;
}
#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/


    /*view giftcard*/


    /**********check giftcard************/

}
@media  (max-width:880px){
    /************my account***********/



    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/

    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/

}

@media  (max-width:533px){
    /**********add giftcard by Sally************/
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}

@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}


    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}


/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'cherries';
  src: url('https://www.chukar.com/skin/frontend/chukar/cherries/icons/font/cherries.eot?55204956');
  src: url('https://www.chukar.com/skin/frontend/chukar/cherries/icons/font/cherries.eot?55204956#iefix') format('embedded-opentype'),
       url('https://www.chukar.com/skin/frontend/chukar/cherries/icons/font/cherries.woff?55204956') format('woff'),
       url('https://www.chukar.com/skin/frontend/chukar/cherries/icons/font/cherries.ttf?55204956') format('truetype'),
       url('https://www.chukar.com/skin/frontend/chukar/cherries/icons/font/cherries.svg?55204956#cherries') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cherries';
    src: url('https://www.chukar.com/skin/frontend/chukar/cherries/icons/font/cherries.svg?55204956#cherries') format('svg');
  }
}
*/
 
 [class^="icon-cherries-"]:before, [class*=" icon-cherries-"]:before {
  font-family: "cherries";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-cherries-search:before { content: '\e900'; } /* '' */
.icon-cherries-phone:before { content: '\e901'; } /* '' */
.icon-cherries-cart:before { content: '\e902'; } /* '' */
.icon-cherries-angle-down:before { content: '\e903'; } /* '' */
.icon-cherries-angle-right:before { content: '\e904'; } /* '' */
.icon-cherries-angle-left:before { content: '\e905'; } /* '' */
.icon-cherries-angle-up:before { content: '\e906'; } /* '' */
.icon-cherries-close:before { content: '\e907'; } /* '' */
.icon-cherries-heart:before { content: '\e908'; } /* '' */
.icon-cherries-compare:before { content: '\e909'; } /* '' */
.icon-cherries-star:before { content: '\e90a'; } /* '' */
.icon-cherries-star-o:before { content: '\e90b'; } /* '' */
.icon-cherries-free-shipping:before { content: '\e90c'; } /* '' */
.icon-cherries-heart-o:before { content: '\e90d'; } /* '' */
.icon-cherries-compare-alt:before { content: '\e90e'; } /* '' */
.icon-cherries-nav-icon:before { content: '\e90f'; } /* '' */
.icon-cherries-plus:before { content: '\e910'; } /* '' */
.icon-cherries-minus:before { content: '\e911'; } /* '' */
.icon-cherries-angle-double-left:before { content: '\e912'; } /* '' */
.icon-cherries-angle-double-right:before { content: '\e913'; } /* '' */
.icon-cherries-angle-double-up:before { content: '\e914'; } /* '' */
.icon-cherries-angle-double-down:before { content: '\e915'; } /* '' */
.icon-cherries-grid:before { content: '\e916'; } /* '' */
.icon-cherries-list:before { content: '\e917'; } /* '' */
.icon-cherries-mark:before { content: '\e918'; } /* '' */
.icon-cherries-arrow-up:before { content: '\e919'; } /* '' */
.icon-cherries-arrow-down:before { content: '\e91a'; } /* '' */
.icon-cherries-plus-alt:before { content: '\e91b'; } /* '' */
.icon-cherries-minus-alt:before { content: '\e91c'; } /* '' */
.icon-cherries-arrow-right:before { content: '\e91d'; } /* '' */
.icon-cherries-arrow-left:before { content: '\e91e'; } /* '' */
.icon-cherries-link:before { content: '\e91f'; } /* '' */
.icon-cherries-cut:before { content: '\e920'; } /* '' */
.icon-cherries-desktop:before { content: '\e921'; } /* '' */
.icon-cherries-calculator:before { content: '\e922'; } /* '' */
.icon-cherries-plus-weak:before { content: '\e923'; } /* '' */
.icon-cherries-minus-weak:before { content: '\e924'; } /* '' */
.icon-cherries-down-dir:before { content: '\e925'; } /* '' */
.icon-cherries-up-dir:before { content: '\e926'; } /* '' */
.icon-cherries-left-dir:before { content: '\e927'; } /* '' */
.icon-cherries-right-dir:before { content: '\e928'; } /* '' */
.icon-cherries-pencil:before { content: '\e929'; } /* '' */
.icon-cherries-glyph:before { content: '\e92a'; } /* '' */
.icon-cherries-close-alt:before { content: '\e930'; } /* '' */
.icon-cherries-quickview:before { content: '\e931'; } /* '' */
.icon-cherries-user:before { content: '\e932'; } /* '' */
.icon-cherries-users:before { content: '\e933'; } /* '' */
.icon-cherries-facebook:before { content: '\e980'; } /* '' */
.icon-cherries-gplus:before { content: '\e981'; } /* '' */
.icon-cherries-twitter:before { content: '\e982'; } /* '' */
.icon-cherries-youtube:before { content: '\e983'; } /* '' */
.icon-cherries-linkedin:before { content: '\e984'; } /* '' */
.icon-cherries-instagramm:before { content: '\e985'; } /* '' */
.icon-cherries-dribbble:before { content: '\e986'; } /* '' */
.icon-cherries-pinterest:before { content: '\e987'; } /* '' */
.icon-cherries-skype:before { content: '\e988'; } /* '' */
.icon-cherries-mail-alt:before { content: '\e989'; } /* '' */
.icon-cherries-compact:before { content: '\e98a'; } /* '' */
@font-face{font-family:'BodoniMT';src:url(https://www.chukar.com/skin/frontend/chukar/cherries/fonts/BodoniMT.eot?#iefix) format("embedded-opentype"),url(https://www.chukar.com/skin/frontend/chukar/cherries/fonts/BodoniMT.woff) format("woff"),url(https://www.chukar.com/skin/frontend/chukar/cherries/fonts/BodoniMT.ttf) format("truetype"),url(https://www.chukar.com/skin/frontend/chukar/cherries/fonts/BodoniMT.svg#BodoniMT) format("svg");font-weight:400;font-style:normal}
*{margin:0;padding:0}
body{font:400 14px/1.75 Raleway,Verdana,sans-serif;color:#555555;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;overflow-x:hidden}
body.boxed{background-image:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/boxed_bg.jpg);background-position:center top;background-repeat:no-repeat;background-color:#16130f;-webkit-background-size:100% auto;background-size:100% auto;background-attachment:fixed}
body.page-empty,body.page-empty.boxed,body.page-popup,body.page-popup.boxed{background-image:none;background-color:#fafafa}
img{border:0;vertical-align:top;height:auto}
a{-webkit-transition:color .35s;transition:color .35s;color:#333232;text-decoration:none}
.std a{color:#A11826;}
a:active,a:hover,a:focus{text-decoration:none;color:#a82827}
:focus{outline:0}
h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1;color:#2e2e2e;margin-top:0}
h1,.h1{font-size:30px;margin-bottom:20px;font-family: 'cabrito';}
h2,.h2{font-size:24px;margin-bottom:20px;font-family: 'cabrito';}
h3,.h3{font-size:20px;margin-bottom:15px;font-family: 'cabrito';}
h4,.h4{font-size:16px;margin-bottom:15px;font-family: 'cabrito';}
h5,.h5{font-size:14px;margin-bottom:15px;font-family: 'cabrito';}
h6,.h6{font-size:13px;margin-bottom:10px;font-family: 'cabrito';}
a.logo img{max-width:100%}
.department-dropdown{display:block!important}
span.split{display:inline-block;width:1px;height:15px;vertical-align:middle;border-left:1px solid #cbcbcb;margin:0 15px}
.top-select + span.split{margin:0 10px}
.selectbox{text-transform:none;height:24px}
.selectbox li{padding:3px 10px;transition:all .45s ease}
.selectbox li a{font-size:13px;color:#2d2d2d}
.header-container .selectbox li:hover a{color:#fff}
.selectbox li a img{vertical-align:middle}
.selectbox .select{border:0;height:24px}
.selectbox .trigger{text-align:center}
.selectbox .dropdown{min-width:110px}
.header-container{position:relative;background-color:#fff;z-index:2000;transition:all .3s}
.header-container.sticky-header{backface-visibility:hidden}
.sticky-header .header-bottom{z-index:21}
.header-container .top-select:first-child .selectbox .select{padding-left:0}
.selectbox .select .text{font-size:13px;color:#fff}
.selectbox .select .text img{margin-top:6px}
.selectbox .trigger i{margin:0;line-height:24px;color:rgba(255,255,255,.3)}
.icon-down-dir:before{font-family:"cherries";content:'\e925'}
.header-container .header-top:after{content:"";display:block;clear:both}
.header-container .header-top .header-top-left{float:left}
.header-container .header-top .header-top-right{float:right}
.header-container .nav-text{color:#747474;font-size:13px;line-height:24px;font-weight:400;display:inline-block;position:relative}
.header-container .nav-text i{margin-right:7px}
span.nav-text-big{font-size:12px;font-weight:700;text-transform:uppercase;color:#000;letter-spacing:2.35px;display:block}
.top-links-icon{display:inline-block}
.header-container .form-currency{display:inline-block;vertical-align:middle}
.header-container .form-language{display:inline-block;vertical-align:middle}
.header-container .custom-block{display:inline-block;vertical-align:middle}
.header-container .top-links-area{display:inline-block;vertical-align:middle;position:relative}
.header-container ul{margin:0}
.header-container ul.links{font-size:13px;visibility:hidden;position:absolute;min-width:150px;background-color:#fff;color:#2e2e2e;left:-20px;top:100%;text-align:left;padding:10px 0;border:1px solid #ccc;box-shadow:0 4px 9px rgba(0,0,0,.12);opacity:0;transition:all .2s ease;z-index:110}
.header-container ul.links:before{content:"";display:block;width:100%;height:10px;position:absolute;top:-10px}
.header-container .top-links-area li.account-area:hover ul.links{visibility:visible;opacity:1}
.header-container ul.links > li{padding:0 15px;display:block}
.header-container ul.links > li.first{padding-left:15px!important}
.header-container ul.links > li.last{padding-right:15px!important}
.header-container .nav-text{color:#cbcbcb}
.header-container ul.links a{color:#2e2e2e;line-height:24px;display:inline-block;font-weight:400}
.header-container .menu-icon{display:none}
.header-container .search-area{position:relative;z-index:101}
.header-container .mini-cart{display:inline-block;vertical-align:middle;position:relative}
.header-container .logo{display:inline-block;vertical-align:middle}
.topCartContent{width:300px;padding:16px 24px 12px;font-size:13px;font-weight:500;color:#2e2e2e;line-height:28px;right:0;left:auto;z-index:103;border:1px solid #ebebeb;border-radius:0;box-shadow:0 4px 9px rgba(0,0,0,.12);text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;position:absolute;top:50px}
.topCartContent:before{content:"";display:block;margin-top:-25px;position:absolute;top:0;left:0;height:25px;width:100%}
.topCartContent:after{content:"";display:block;position:absolute;width:20px;height:20px;right:12px;border:17px solid transparent;border-bottom-color:#ebebeb;top:-35px}
.topCartContent p{margin-bottom:0}
.header-container .compare-link{display:inline-block;vertical-align:middle}
.header-container .compare-link a{font-size:13px;color:#fff;font-weight:400;padding:0 15px}
.header-container .compare-link a i{margin-right:3px}
.header-box{display:inline-block}
.header-box-icon{float:left;width:45px;height:45px;text-align:center;line-height:45px;font-size:16px;color:#b4b4b4;background-color:#f5f5f5;transition:all .45s ease}
.header-box-icon.border{border:2px solid #f5f5f5;line-height:41px;background-color:transparent}
.header-box-icon.round{border-radius:50px;width:44px;height:44px}
.header-box-icon.border.round{line-height:40px}
.header-box-content{margin-left:60px}
.header-box-content h6{font-size:16px;line-height:18px;color:#404040;font-weight:600;margin:6px 0 1px}
.header-box-content p{margin-bottom:0;font-size:13px;line-height:18px;color:#747474;font-weight:400}
.social-icons{margin:0 -7px}
.social-icons > a{color:#fff;color:rgba(255,255,255,0.85);margin:0 4px}
.header-container .social-icons > a{margin:0 7px}
.form-search label{display:none}
.header-container .dropdown-toggle{color:#747474;font-size:13px;line-height:24px;font-weight:400;padding:0 21px 0 20px;display:inline-block;position:relative}
body.split-header .footer-container{display:none}
body.split-header .page{padding-bottom:105px}
.side-menu ul.menu > li{display:block;position:relative;margin:0}
.side-menu ul.menu > li > a{padding:8px 0}
.side-menu ul.menu > li.menu-full-width > a:after,.side-menu ul.menu > li.menu-static-width > a:after,.side-menu ul.menu > li.menu-item-has-children > a:after{padding:0;position:static;display:inline-block;margin-left:10px}
.side-menu .nav-sublist-dropdown{top:0;left:100%}
.side-menu ul.menu > li.menu-full-width > .nav-sublist-dropdown,.side-menu ul.menu > li.menu-static-width > .nav-sublist-dropdown{width:auto;left:100%}
#side-menu-footer{position:absolute;right:30px;width:240px;bottom:0;padding-top:15px;padding-bottom:15px}
#side-menu-footer .social-icons{text-align:center}
#side-menu-footer .social-icon{display:inline-block;text-align:center;font-size:18px;line-height:1;margin:0 4px 17px;color:#bfbfbf}
#side-menu-footer .copyright{font-size:14px;font-weight:400;letter-spacing:-.3px;color:#7f7f7f;text-align:center}
#side-menu-footer .copyright a{color:#f3a000;font-weight:600}
.header-container.type1{background-color:#262626;text-align:center;position:relative}
.header-container.type1 .logo{margin:48px 0}
.header-container.type1 .header-left{position:absolute;left:50px;top:50%;margin-top:-12px}
.header-container.type1 .header-right{position:absolute;right:0;top:55%;width:100%;padding:0 50px;margin-top:-42px;pointer-events:none}
.header-container.type1 .header-right > *{pointer-events:all}
.header-container.type1 .header-right > .main-nav{pointer-events:none}
.header-container.type1 .header-right > .main-nav ul.menu > li{pointer-events:all}
.header-container.type1 .main-nav{display:block;text-align:right}
.header-container.type1 .search-area{display:block;margin-left:15px;float:right;position:relative}
.header-container.type1 .search-icon{display:inline-block;padding:30px 10px;color:#fff}
.header-container.type1 .mybag-link{display:inline-block;padding:30px 10px;color:#fff}
.header-container.type1 .menu-icon{float:right}
.header-container.type1 .menu-icon > a{line-height:24px;display:inline-block;padding:30px 10px;color:#fff}
.header-container .selectbox .select .text{color:#cbcbcb}
.header-container.type1 #search_mini_form{transition:all .2s ease;visibility:hidden;opacity:0}
.header-container.type1 #search_mini_form.show{visibility:visible;opacity:1}
.header-container.type1 .form-search{position:absolute;right:-20px;width:420px;background-color:#fff;padding:17px 19px;font-size:13px;font-weight:400;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12);z-index:9;top:100%}
.header-container.type1 .form-search:before{content:'';display:block;position:absolute;right:17px;z-index:200;width:20px;height:20px;border:17px solid transparent;border-bottom-color:#ebebeb;top:-35px}
.header-container.type1 .form-search button{padding:0 15px;height:45px;line-height:45px;position:absolute;right:20px}
.header-container.type1 .mini-cart{display:block;float:right}
.header-container.type1 .top-links-icon > a{color:#cbcbcb}
.header-container.type1 ul.menu > li.menu-full-width > .nav-sublist-dropdown{padding:0 35px}
.header-container.type1 ul.menu > li.menu-static-width > .nav-sublist-dropdown{right:0;left:auto}
.header-container.type2 .header{text-align:center}
.header-container.type2 .header-top{background-color:#2e2e2e;color:#fff}
.header-container.type2 .top-links-icon a,.header-container.type2 .selectbox .select .text,.header-container.type2 .nav-text{color:#fff}
.header-container.type2 .nav-text i,.header-container.type2 .nav-text .header-text{color:#cbcbcb}
.header-container.type2 .header-top .header-top-left{padding:14px 0}
.header-container.type2 .logo{margin:29px 0 19px}
.header-container.type2 a.mybag-link{display:inline-block;height:54px;line-height:54px;color:#9c9c9c;padding:0 32px;background-color:#383838;font-size:13px}
.header-container.type2 a.mybag-link *{line-height:1}
.header-container.type2 a.mybag-link .cart-info{display:inline-block;vertical-align:middle}
.header-container.type2 a.mybag-link i{color:#fff;margin-right:7px}
.header-container.type2 a.mybag-link .cart-qty{color:#fff;font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type2 .topCartContent{margin-top:20px}
.header-container.type2 a.mybag-link .cart-qty .price{color:#fff}
.header-container.type2 .header-bottom{border-top:1px solid #eee;border-bottom:1px solid #eee}
.header-container.type2 .header-bottom > .container{position:relative}
.header-container.type2 .search-area{position:absolute;right:15px;top:0;padding:15px 0}
.header-container.type2 .menu-icon > a{color:#3d3d3d;padding:0 5px}
.header-container.type2 .search-area .search-icon{display:none;padding:0 5px}
.header-container.type2 .form-search label{display:none}
.header-container.type2 .form-search #search{display:inline-block;vertical-align:middle;margin:0;color:#919191;height:40px;padding:6.5px 44px 6.5px 14px;font-weight:300;border-color:#e8e8e8;width:270px}
.header-container.type2 .form-search button.button{display:inline-block;vertical-align:middle;padding:2.5px 12px;font-size:13px;color:#919191;background-color:transparent;position:absolute;right:0;top:50%;margin-top:-12.5px;border-left:1px solid #e8e8e8}
.header-container.type2 .form-search button.button:hover,.header-container.type2 .form-search button.button:focus{border-color:transparent;border-left:1px solid #e8e8e8}
.header-container.type2 .main-nav{text-align:left;position:relative}
.header-container.type2 ul.menu > li > a{padding-top:20px;padding-bottom:20px;color:#3d3d3d}
.header-container.type2 ul.menu > li.menu-full-width > a:after,.header-container.type2 ul.menu > li.menu-static-width > a:after,.header-container.type2 ul.menu > li.menu-item-has-children > a:after{padding:20px 0}
.header-container.type3{margin-bottom:35px}
.header-container.type3 .header{background-color:#0075ad;text-align:left}
.header-container.type3 .header-top{border-bottom:1px solid #ededed;border-color:rgba(219,219,219,.25);color:#fff;color:rgba(255,255,255,0.85098);padding-top:9px}
.header-container.type3 .header-top a{color:#fff;color:rgba(255,255,255,0.85098)}
.header-container.type3 .header-top ul.links a,.header-container.type3 .selectbox li a{color:#2e2e2e}
.header-container.type3 .selectbox li:hover a{color:#fff}
.header-container.type3 .header-top .header-top-left{padding:14px 0}
.header-container.type3 .header-top .header-top-right{padding:14px 0}
.header-container.type3 .header-bottom{margin-bottom:-35px}
.header-container.type3 .header > .container{position:relative}
.header-container.type3 a.logo{margin:21px 0 32px 35px}
.header-container.type3 .header-boxs{margin-left:8px}
.header-container.type3 .header-box{margin:34.5px 0 34.5px 54px}
.header-container.type3 .header-box-icon{color:#fff}
.header-container.type3 .header-box-icon,.header-container.type3 .header-box-icon.border{background-color:#008acc;border-color:#008acc}
.header-container.type3 .header-box:hover .header-box-icon.border{background-color:transparent}
.header-container.type3 .header-box-content h6{color:#fff}
.header-container.type3 .header-box-content p{color:#add7eb}
.header-container.type3 .header-middle-right{position:absolute;right:15px;top:50%;margin-top:-13px}
.header-container.type3 .mybag-link{color:rgba(255,255,255,0.85);font-size:13px}
.header-container.type3 .mybag-link i{display:inline-block;vertical-align:middle}
.header-container.type3 .mybag-link .cart-info{margin-left:7px;display:inline-block;vertical-align:middle}
.header-container.type3 .mybag-link .cart-qty{margin-left:5px;color:#fff;font-size:15px;font-family:"Open Sans";font-weight:700;display:inline-block;vertical-align:top}
.header-container.type3 .mybag-link .cart-qty .price{color:#fff}
.header-container.type3 .topCartContent{margin-top:20px}
.header-container.type3 .header-bottom > .container{position:relative}
.header-container.type3 .search-area{position:absolute;right:15px;top:0}
.header-container.type3 #search_mini_form{transition:all .2s ease;visibility:hidden;opacity:0}
.header-container.type3 #search_mini_form.show{visibility:visible;opacity:1}
.header-container.type3 .form-search{position:absolute;right:0;width:420px;background-color:#fff;padding:17px 19px;font-size:13px;font-weight:400;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12);margin-top:20px}
.header-container.type3 .form-search:before{content:'';display:block;position:absolute;width:20px;height:20px;right:50px;z-index:200;border:17px solid transparent;border-bottom-color:#ebebeb;top:-35px}
.header-container.type3 .form-search button{padding:0 15px;height:45px;line-height:45px;position:absolute;right:20px}
.header-container.type3 .main-nav{background-color:#008acc;position:relative}
.header-container.type3 ul.menu{padding-left:32px}
.header-container.type3 ul.menu > li > a{padding-top:20px;padding-bottom:20px}
.header-container.type3 ul.menu > li.menu-full-width > a:after,.header-container.type3 ul.menu > li.menu-static-width > a:after,.header-container.type3 ul.menu > li.menu-item-has-children > a:after{padding:20px 0;color:#add7eb}
.header-container.type3 .header-top .social-icons > a:hover{color:#fff}
.header-container.type3 a.search-icon{color:#fff;font-size:13px;font-weight:700;padding:23px 35px;border-left:1px solid rgba(240,240,240,0.2);display:block;text-transform:uppercase}
.header-container.type3 a.search-icon i{margin-right:7px}
.header-container.type3 .selectbox .select .text{color:rgba(255,255,255,0.85098)}
.header-container.type3 .selectbox .trigger i{color:rgba(255,255,255,0.85098)}
.header-container.type3 .nav-text{color:rgba(255,255,255,0.85098)}
.header-container.type3 span.split{border-color:#d0d0d0;opacity:.25}
.header-container.type4 .header{text-align:left}
.header-container.type4 .header-top{border-bottom:1px solid #f0f0f0;color:#747474}
.header-container.type4 .header-top a{color:#747474}
.header-container.type4 .social-icons > a{margin:0 7px}
.header-container.type4 .selectbox .select .text{color:#747474}
.header-container.type4 .nav-text{color:#747474}
.header-container.type4 .social-icons > a{color:#bababa}
.header-container.type4 .social-icons > a:hover{color:#747474}
.header-container.type4 .header-top .header-top-left{padding:14px 0}
.header-container.type4 .header-top .header-top-right{padding:14px 0}
.header-container.type4 .header > .container{position:relative}
.header-container.type4 a.logo{margin:21px 0 32px}
.header-container.type4 .header-boxs{margin-left:45px}
.header-container.type4 .header-box{margin:32px 0 36px 55px}
.header-container.type4 .header-box:hover .header-box-icon{border-color:#0f51a3;color:#0f51a3}
.header-container.type4 .header-middle-right{position:absolute;right:15px;top:50%;margin-top:-13px}
.header-container.type4 .mybag-link{color:#747474;font-size:13px}
.header-container.type4 .mybag-link i{display:inline-block;vertical-align:middle}
.header-container.type4 .mybag-link .cart-info{margin-left:7px;display:inline-block;vertical-align:middle}
.header-container.type4 .mybag-link .cart-qty{margin-left:5px;color:#000;font-size:15px;font-family:"Open Sans";font-weight:700;display:inline-block;vertical-align:top}
.header-container.type4 .mybag-link .cart-qty .price{color:#000}
.header-container.type4 .topCartContent{margin-top:20px}
.header-container.type4 .topCartContent:after{border-bottom-color:#ebebeb}
.header-container.type4 .header-bottom > .container{position:relative}
.header-container.type4 #search_mini_form{height:70px;width:100%;position:relative;top:0;margin-top:-70px}
.header-container.type4 .form-search{height:70px;background-color:#0f51a3;padding:15px 30px}
.header-container.type4 .header-bottom .header-bottom-wrapper{background-color:#0f51a3;position:relative}
.header-container.type4 .header-bottom .menu-title{float:left;width:270px;height:70px;line-height:70px;border-right:1px solid #1663c2;text-transform:uppercase;color:#fff;font-weight:700;text-align:center;font-size:16px}
.header-container.type4 .header-bottom #menu-display-btn{float:right;width:127px;text-align:center;line-height:70px;border-left:1px solid #1663c2;color:#fff;text-transform:uppercase;font-size:13px;font-weight:700;height:70px}
.header-container.type4 .header-bottom #menu-display-btn i{margin-right:3px}
.header-container.type4 .header-bottom #menu-display-btn i.icon-cherries-close{display:none}
.header-container.type4 .header-bottom #menu-display-btn.open i.icon-cherries-close{display:inline-block}
.header-container.type4 .header-bottom #menu-display-btn.open i.icon-cherries-nav-icon{display:none}
.header-container.type4 .header-bottom .menu-wrapper{padding:0 127px 0 270px;height:70px}
.header-container.type4 .main-nav{height:70px}
.header-container.type4 ul.menu{padding-left:32px}
.header-container.type4 ul.menu > li > a{padding-top:20px;padding-bottom:20px}
.header-container.type4 ul.menu > li.menu-full-width > a:after,.header-container.type4 ul.menu > li.menu-static-width > a:after,.header-container.type4 ul.menu > li.menu-item-has-children > a:after{padding:20px 0;color:#add7eb}
.header-container.type4 a.search-icon{color:#fff;font-size:13px;font-weight:700;padding:23px 35px;border-left:1px solid rgba(240,240,240,0.2);display:block;text-transform:uppercase}
.header-container.type4 .compare-link a{color:#747474}
.header-container.type4 .form-search #search{display:inline-block;vertical-align:middle;margin:0;color:#919191;height:40px;padding:6.5px 44px 6.5px 14px;font-weight:300;border-color:#e8e8e8;background-color:#fff}
.header-container.type4 .form-search button.button{position:absolute;right:30px;padding:0 13px;font-size:13px;color:#fff;background-color:#e9b500;margin-left:-43px;height:40px}
.header-container.type4 .form-search button.button:hover,.header-container.type4 .form-search button.button:focus{background-color:#262626;border-color:transparent}
.header-container.type5{text-align:left;border:1px solid #ededed}
.header-container.type5 .header > .container-fluid{padding:0 30px;position:relative;border-bottom:1px solid #ededed}
.header-container.type5 .logo{margin:13px 29px 9px 0}
.header-container.type5 .header-left{display:inline-block;vertical-align:middle}
.header-container.type5 .main-nav{float:right}
.header-container.type5 ul.menu > li > a{padding-top:20px;padding-bottom:20px;color:#3d3d3d}
.header-container.type5 ul.menu > li.menu-full-width > a:after,.header-container.type5 ul.menu > li.menu-static-width > a:after,.header-container.type5 ul.menu > li.menu-item-has-children > a:after{padding:20px 0}
.header-container.type5 .header-left a{color:#3d3d3d}
.header-container.type5 .selectbox .select .text{color:#3d3d3d}
.header-container.type5 .nav-text{color:#3d3d3d}
.header-container.type5 .department-dropdown .dropdown-toggle{color:#2f2f2f;text-transform:uppercase;font-size:14px;line-height:30px;font-weight:700;padding:34px 0}
.header-container.type5 .department-dropdown .dropdown-toggle i{margin-right:5px}
.header-container.type5 .header-bottom > .container-fluid{padding:0 30px}
.header-container.type5 .header-bottom-left{float:left}
.header-container.type5 .header-bottom-right{float:right;padding:35px 0}
.header-container.type5 .form-search{float:left;width:-webkit-calc(100% - 500px);width:-moz-calc(100% - 500px);width:calc(100% - 500px);margin:27px 0 26px;padding:0 45px 0 70px;position:relative}
.header-container.type5 .form-search #search{margin:0;display:inline-block;vertical-align:middle;width:100%;height:45px}
.header-container.type5 .form-search button.button{border-color:#e4bc00;background-color:#e4bc00;text-align:center;padding:0 15px;line-height:45px;position:absolute;right:45px;top:0;border:0}
.header-container.type5 .compare-link a{color:#747474}
.header-container.type5 .mybag-link{color:#747474;font-size:13px}
.header-container.type5 .mybag-link i{margin-right:7px}
.header-container.type5 .mybag-link .cart-qty{vertical-align:middle}
.header-container.type5 .mybag-link .cart-qty .price{color:#000;font-family:"Open Sans";font-size:15px;font-weight:700;margin-left:5px}
.header-container.type5 .topCartContent{margin-top:20px}
.header-container.type5 .topCartContent:after{border-bottom-color:#ebebeb}
.header-container.type5 .header .form-search #cat{right:89px;width:130px;height:45px;line-height:41px}
.header-container.type5 ul.menu > li.menu-static-width > .nav-sublist-dropdown{right:0;left:auto}
.header-container.type5 .department-dropdown ul.dropdown-menu{border:1px solid #ebebeb;min-width:285px;padding:0}
.header-container.type5 .department-dropdown .dropdown-menu li{border-bottom:1px solid #ebebeb}
.header-container.type5 .department-dropdown .dropdown-menu li a{font-size:13px;line-height:24px;padding:13px 26px;color:#2e2e2e}
.header-container.type5 .department-dropdown .dropdown-menu li:hover a{color:#fff;background-color:#c19f00;background-image:none}
.header-container.type6 .header{text-align:left}
.header-container.type6 .header-top{border-bottom:1px solid #f0f0f0;color:#747474}
.header-container.type6 .container-fluid{padding:0 30px;position:relative}
.header-container.type6 .header-top a{color:#747474}
.header-container.type6 .selectbox .select .text{color:#747474}
.header-container.type6 .nav-text{color:#747474}
.header-container.type6 .social-icons > a{color:#bababa}
.header-container.type6 .social-icons > a:hover{color:#747474}
.header-container.type6 .header-top .header-top-left{padding:14px 0}
.header-container.type6 .header-top .header-top-right{padding:14px 0}
.header-container.type6 .header > .container{position:relative}
.header-container.type6 a.logo{margin:26px 0;max-width:230px}
.header-container.type6 .header-boxs{margin-left:45px}
.header-container.type6 .header-box{margin:32px 0 36px 55px}
.header-container.type6 .header-box:hover .header-box-icon{background-color:#0f51a3;color:#fff}
.header-container.type6 .header-middle-right{position:absolute;right:30px;top:50%;margin-top:-22px;width:calc(100% - 300px);text-align:right}
body.boxed .header-container.type6 .header-middle-right{right:15px}
.header-container.type6 .mini-cart{z-index:1}
.header-container.type6 .mybag-link{color:#747474;font-size:13px}
.header-container.type6 .mybag-link i{display:inline-block;vertical-align:middle}
.header-container.type6 .mybag-link .cart-info{margin-left:7px;display:inline-block;vertical-align:middle}
.header-container.type6 .mybag-link .cart-qty{margin-left:5px;color:#000;font-size:15px;font-family:"Open Sans";font-weight:700;display:inline-block;vertical-align:top}
.header-container.type6 .mybag-link .cart-qty .price{color:#000}
.header-container.type6 .topCartContent{margin-top:20px}
.header-container.type6 .topCartContent:after{border-bottom-color:#ebebeb}
.header-container.type6 .header-bottom > .container{position:relative}
.header-container.type6 .search-area{display:inline-block;vertical-align:middle;width:calc(100% - 350px);margin-right:50px}
.header-container.type6 .header-bottom{background-color:#323232}
.header-container.type6 .main-nav{position:relative;width:100%;height:70px}
.header-container.type6 ul.menu{padding-left:32px}
body.boxed .header-container.type6 ul.menu{padding-left:0}
.header-container.type6 ul.menu > li > a{padding-top:20px;padding-bottom:20px}
.header-container.type6 ul.menu > li.menu-full-width > a:after,.header-container.type6 ul.menu > li.menu-static-width > a:after,.header-container.type6 ul.menu > li.menu-item-has-children > a:after{padding:20px 0;color:#979797}
.header-container.type6 a.search-icon{color:#747474;font-size:13px;display:none}
.header-container.type6 .compare-link a{color:#747474}
.header-container.type6 .form-search{position:relative}
.header-container.type6 .form-search #search{display:inline-block;vertical-align:middle;margin:0;color:#919191;height:45px;padding:6.5px 44px 6.5px 14px;font-weight:300;border-color:#e8e8e8;width:100%}
.header-container.type6 .form-search.category-search #search{padding-right:175px}
.header-container.type6 .form-search button.button{display:inline-block;vertical-align:middle;padding:0 15px;font-size:13px;color:#fff;background-color:#a50f20;margin-left:-46px;height:45px}
.header-container.type6 .form-search button.button:hover,.header-container.type6 .form-search button.button:focus{background-color:#262626;border-color:transparent}
.header-container.type7{text-align:left}
.header-container.type7 .header-top{background-color:#564f35;color:#fff}
.header-container.type7 .top-links-icon a,.header-container.type7 .selectbox .select .text,.header-container.type7 .nav-text{color:#fff}
.header-container.type7 .nav-text i,.header-container.type7 .nav-text .header-text{color:#cbcbcb}
.header-container.type7 .header-top .header-top-left{padding:14px 0}
.header-container.type7 .logo{margin:27px 0 26px}
.header-container.type7 .logo + .custom-block{float:right}
.header-container.type7 a.mybag-link{display:inline-block;height:54px;line-height:54px;color:#c6bea3;padding:0 32px;background-color:#5f573a;font-size:13px;transition:all .45s ease}
.header-container.type7 .mini-cart:hover a.mybag-link{background-color:#383838}
.header-container.type7 a.mybag-link *{line-height:1}
.header-container.type7 a.mybag-link .cart-info{display:inline-block;vertical-align:middle}
.header-container.type7 a.mybag-link i{color:#fff;margin-right:7px}
.header-container.type7 a.mybag-link .cart-qty{color:#fff;font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type7 a.mybag-link .cart-qty .price{color:#fff}
.header-container.type7 .topCartContent{margin-top:20px}
.header-container.type7 .topCartContent:after{border-bottom-color:#ebebeb}
.header-container.type7 .header-bottom{border-top:1px solid #eee;border-bottom:1px solid #eee;background-color:#fff}
.header-container.type7 .header-bottom > .container{position:relative}
.header-container.type7 .search-area{position:absolute;right:15px;top:0;padding:15px 0}
.header-container.type7 .form-search label{display:none}
.header-container.type7 .form-search #search{display:inline-block;vertical-align:middle;margin:0;color:#919191;height:40px;padding:6.5px 44px 6.5px 14px;font-weight:300;border-color:#e8e8e8;width:270px}
.header-container.type7 .form-search button.button{display:inline-block;vertical-align:middle;padding:2.5px 12px;font-size:13px;color:#919191;background-color:transparent;position:absolute;right:0;top:50%;margin-top:-12.5px;border-left:1px solid #e8e8e8}
.header-container.type7 .form-search button.button:hover,.header-container.type7 .form-search button.button:focus{border-color:transparent;border-left:1px solid #e8e8e8}
.header-container.type7 .main-nav{text-align:left;position:relative}
.header-container.type7 ul.menu > li > a{padding-top:20px;padding-bottom:20px;color:#3d3d3d}
.header-container.type7 ul.menu > li.menu-full-width > a:after,.header-container.type7 ul.menu > li.menu-static-width > a:after,.header-container.type7 ul.menu > li.menu-item-has-children > a:after{padding:20px 0}
.header-container.type7 .header-boxs{margin-right:35px}
.header-container.type7 .header-box{margin:32px 55px 36px 0}
.header-container.type7 .header-box:hover .header-box-icon{background-color:#564f35;color:#fff}
.header-container.type8{background-color:#262626;text-align:left;position:relative}
.header-container.type8 .header{position:relative}
.header-container.type8 .logo{margin:48px 0}
.header-container.type8 .header-right{position:absolute;right:0;top:50%;width:100%;padding:0;margin-top:-42px;pointer-events:none}
.header-container.type8 .header-right > *{pointer-events:all}
.header-container.type8 .header-right > .main-nav{pointer-events:none}
.header-container.type8 .header-right > .main-nav ul.menu > li{pointer-events:all}
.header-container.type8 .main-nav{display:block;text-align:right}
.header-container.type8 .search-area{display:block;margin-left:15px;float:right}
.header-container.type8 .search-icon{display:inline-block;padding:30px 10px;color:#fff}
.header-container.type8 .mybag-link{display:inline-block;padding:30px 10px;color:#fff}
.header-container.type8 .menu-icon{display:none;float:right}
.header-container.type8 .menu-icon > a{line-height:24px;display:inline-block;padding:30px 10px;color:#fff}
.header-container.type8 #search_mini_form{transition:all .2s ease;visibility:hidden;opacity:0}
.header-container.type8 #search_mini_form.show{visibility:visible;opacity:1}
.header-container.type8 .form-search{position:absolute;right:-10px;width:420px;background-color:#fff;padding:17px 19px;font-size:13px;font-weight:400;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12)}
.header-container.type8 .form-search:before{content:'';display:block;position:absolute;right:14px;z-index:200;width:20px;height:20px;border:17px solid transparent;border-bottom-color:#ebebeb;top:-35px}
.header-container.type8 .form-search button{padding:0 15px;height:45px;line-height:45px;position:absolute;right:20px}
.header-container.type8 .mini-cart{display:block;float:right}
.header-container.type9{text-align:left}
.header-container.type9 .header-top{background-color:#8ab408;color:#fff}
.header-container.type9 .top-links-icon a,.header-container.type9 .selectbox .select .text,.header-container.type9 .nav-text{color:#fff}
.header-container.type9 .nav-text i,.header-container.type9 .nav-text .header-text{color:#cbcbcb}
.header-container.type9 .header-top .header-top-left{padding:14px 0}
.header-container.type9 .logo{margin:27px 0 26px}
.header-container.type9 .logo + .custom-block{float:right}
.header-container.type9 a.mybag-link{display:inline-block;height:54px;line-height:54px;color:#cee094;padding:0 32px;background-color:#7fa606;font-size:13px;transition:all .45s ease}
.header-container.type9 .mini-cart:hover a.mybag-link{background-color:#383838}
.header-container.type9 a.mybag-link *{line-height:1}
.header-container.type9 a.mybag-link .cart-info{display:inline-block;vertical-align:middle}
.header-container.type9 a.mybag-link i{color:#fff;margin-right:7px}
.header-container.type9 a.mybag-link .cart-qty{color:#fff;font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type9 a.mybag-link .cart-qty .price{color:#fff}
.header-container.type9 .topCartContent{margin-top:20px}
.header-container.type9 .topCartContent:after{border-bottom-color:#ebebeb;right:50px}
.header-container.type9 .header-bottom{position:fixed;background-color:#fff;bottom:0;width:100%;z-index:1001}
.header-container.type9 .header-bottom > .container-fluid{padding:0 60px}
.header-container.type9 .logo{margin:35px 0}
.header-container.type9 .header-right{position:absolute;right:0;top:50%;width:100%;padding:0 60px;margin-top:-52px;pointer-events:none}
.header-container.type9 .header-right > *{pointer-events:all}
.header-container.type9 .header-right > .main-nav{pointer-events:none}
.header-container.type9 .header-right > .main-nav ul.menu > li{pointer-events:all}
.header-container.type9 .main-nav{display:block;text-align:right}
.header-container.type9 .search-area{display:block;margin-left:15px;float:right}
.header-container.type9 .search-icon{display:inline-block;padding:37px 10px;color:#3d3d3d}
.header-container.type9 .menu-icon{display:none;float:right}
.header-container.type9 .menu-icon > a{line-height:24px;display:block;padding:37px 10px;color:#3d3d3d;font-size:17px}
.header-container.type9 #search_mini_form{transition:all .2s ease;visibility:hidden;opacity:0}
.header-container.type9 #search_mini_form.show{visibility:visible;opacity:1}
.header-container.type9 .form-search{position:absolute;right:-10px;width:420px;background-color:#fff;padding:17px 19px;font-size:13px;font-weight:400;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12);bottom:100%}
.header-container.type9 .form-search:before{content:'';display:block;position:absolute;right:14px;z-index:200;width:20px;height:20px;border:17px solid transparent;border-top-color:#ebebeb;bottom:-35px}
.header-container.type9 .form-search button{padding:0 15px;height:45px;line-height:45px;position:absolute;right:20px}
.header-container.type9 ul.menu > li > a{color:#3d3d3d;padding-top:37px;padding-bottom:37px}
.header-container.type9 ul.menu > li > .nav-sublist-dropdown{bottom:100%;left:auto;right:0}
.header-container.type9 ul.menu > li.menu-full-width > a:after,.header-container.type9 ul.menu > li.menu-static-width > a:after,.header-container.type9 ul.menu > li.menu-item-has-children > a:after{padding:37px 0}
.header-container.type10{position:absolute;left:0;top:0;width:300px;z-index:1040;padding:0 5px 0 0;min-height:100%;background-color:#fff}
.header-container.type10.fixed-bottom{position:fixed;top:auto;bottom:0}
.header-container.type10 .header{min-height:100%;padding:43px 25px 180px 30px}
.header-container.type10 a{color:#3d3d3d}
body.side-header .page{margin-left:300px}
body.side-header .top-container > .container,body.side-header .main.container,body.side-header .footer .container{max-width:100%}
.header-container.type10 .logo{margin:0 0 18px}
.header-container.type10 .search-icon{display:none}
.header-container.type10 .search-area{position:relative;margin-bottom:26px}
.header-container.type10 .form-search label{display:none}
.header-container.type10 .form-search #search{display:inline-block;vertical-align:middle;margin:0;color:#919191;height:40px;padding:6.5px 44px 6.5px 14px;font-weight:300;border-color:#e8e8e8}
.header-container.type10 .form-search button.button{display:inline-block;vertical-align:middle;padding:2.5px 12px;font-size:13px;color:#919191;background-color:transparent;position:absolute;right:0;top:50%;margin-top:-12.5px;border-left:1px solid #e8e8e8}
.header-container.type10 .form-search button.button:hover,.header-container.type10 .form-search button.button:focus{border-color:transparent;border-left:1px solid #e8e8e8}
.header-container.type10 .mini-cart{display:block;vertical-align:middle;position:relative;padding:0 0 7px;border-bottom:1px solid rgba(232,232,232,0.3);margin-bottom:7px}
.header-container.type10 a.mybag-link *{line-height:1}
.header-container.type10 a.mybag-link .cart-info{display:inline-block;vertical-align:middle;font-size:13px;font-weight:700;text-transform:uppercase}
.header-container.type10 a.mybag-link i{margin-right:7px}
.header-container.type10 a.mybag-link .cart-qty{font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type10 .topCartContent{left:100%;right:auto;top:-10px}
.header-container.type10 .topCartContent:after{left:-11px;right:auto;top:13px;border-width:1px 0 0 1px}
.header-container.type11{text-align:center}
.header-container.type11 .header-top{background-color:#1a1a1a;color:#fff}
.header-container.type11 .top-links-icon a,.header-container.type11 .selectbox .select .text,.header-container.type11 .nav-text{color:#fff}
.header-container.type11 .nav-text i,.header-container.type11 .nav-text .header-text{color:#cbcbcb}
.header-container.type11 .header-top .header-top-left{padding:14px 0}
.header-container.type11 .logo{margin:27px 0 26px}
.header-container.type11 .logo + .custom-block{float:right}
.header-container.type11 a.mybag-link{display:inline-block;height:54px;line-height:54px;color:#8c8c8c;padding:0 32px;background-color:#262626;font-size:13px;transition:all .45s ease}
.header-container.type11 .mini-cart:hover a.mybag-link{background-color:#a82827;color:#fff}
.header-container.type11 a.mybag-link *{line-height:1}
.header-container.type11 a.mybag-link .cart-info{display:inline-block;vertical-align:middle}
.header-container.type11 a.mybag-link i{margin-right:7px}
.header-container.type11 a.mybag-link .cart-qty{color:#fff;font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type11 a.mybag-link .cart-qty .price{color:#fff}
.header-container.type11 .topCartContent{margin-top:20px}
.header-container.type11 .topCartContent:after{border-bottom-color:#ebebeb}
.header-container.type11 .header-bottom{border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;background-color:#fff}
.header-container.type11 .main-nav{text-align:center;position:relative}
.header-container.type11 ul.menu > li > a{padding-top:20px;padding-bottom:20px;color:#3d3d3d}
.header-container.type11 ul.menu > li.menu-full-width > a:after,.header-container.type11 ul.menu > li.menu-static-width > a:after,.header-container.type11 ul.menu > li.menu-item-has-children > a:after{padding:20px 0}
.header-container.type12{background-color:#fff;text-align:left;position:relative}
.header-container.type12 .header{position:relative}
.header-container.type12 .logo{margin:12px 0 10px}
.header-container.type12 .header-right{float:right;text-align:right;width:50%;}
.header-container.type12 .header-right a{color:#747474;font-size:13px;font-weight:400}
.header-container.type12 .search-area > a > i{margin-right:7px}
.header-container.type12 .header-right-top{padding:18px 0;border-bottom:1px solid #ebebeb}
.header-container.type12 .header-right-bottom{border-top:1px solid #ebebeb;margin-top:-1px}
.header-container.type12 .selectbox .select .text{color:#747474;font-size:13px;font-weight:400}
.header-container.type12 .header-bottom{background-color:#323232}
.header-container.type12 .header-bottom > .container{position:relative}
.header-container.type12 .main-nav{display:block;text-align:left}
.header-container.type12 .search-area{display:inline-block;margin:0}
.header-container.type12 .search-icon{display:inline-block;padding:0 10px}
.header-container.type12 .mybag-link{display:inline-block;padding:18px 10px;color:#fff}
.header-container.type12 .menu-icon{display:none;float:right}
.header-container.type12 .menu-icon > a{line-height:24px;display:inline-block;padding:30px 10px;color:#fff}
/*
.header-container.type12 #search_mini_form{transition:all .2s ease;visibility:hidden;opacity:0}
.header-container.type12 #search_mini_form.show{visibility:visible;opacity:1}
.header-container.type12 .form-search{position:absolute;margin-top:20px;right:-10px;width:420px;background-color:#fff;padding:17px 19px;font-size:13px;font-weight:400;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12)}
.header-container.type12 .form-search:before{content:'';display:block;position:absolute;right:14px;z-index:200;width:20px;height:20px;border:17px solid transparent;border-bottom-color:#ebebeb;top:-35px}
.header-container.type12 .form-search button{padding:0;width:45px;height:45px;line-height:45px;position:absolute;right:20px}
*/
.header-container.type12 #search_mini_form { display:inline-block; width:360px; }
.header-container.type12 #search_mini_form #id { display:none; }
.header-container.type12 #search_mini_form #search { width:290px !important; }

.header-container.type12 .mini-cart{display:inline-block}
.header-container.type12 ul.menu > li > a{padding-top:20px;padding-bottom:20px}
.header-container.type12 ul.menu > li.menu-full-width > a:after,.header-container.type12 ul.menu > li.menu-static-width > a:after,.header-container.type12 ul.menu > li.menu-item-has-children > a:after{padding:20px 0}
.header-container.type12 .custom-block{margin-left:150px}
.header-container.type12 a.mybag-link *{line-height:1}
.header-container.type12 a.mybag-link .cart-info{display:inline-block;vertical-align:middle;font-size:13px}
.header-container.type12 a.mybag-link i{margin-right:7px}
.header-container.type12 a.mybag-link .cart-qty{font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type12 .header .form-search #cat{height:45px}
.header-container.type13 .header-top{background-color:#1a1a1a;color:#fff}
.header-container.type13 .top-links-icon a,.header-container.type13 .selectbox .select .text,.header-container.type13 .nav-text{color:#fff}
.header-container.type13 .header-top .header-top-left{padding: 14px 0}
.header-container.type13 a.mybag-link{display:inline-block;height:54px;line-height:54px;color:#8c8c8c;padding:0 32px;background-color:#262626;font-size:13px;transition:all .45s ease}
.header-container.type13 .mini-cart:hover a.mybag-link{background-color:#a82827;color:#fff}
.header-container.type13 a.mybag-link *{line-height:1}
.header-container.type13 a.mybag-link .cart-info{display:inline-block;vertical-align:middle}
.header-container.type13 a.mybag-link i{margin-right:7px}
.header-container.type13 a.mybag-link .cart-qty{color:#fff;font-size:15px;font-family:"Open Sans";margin-left:5px;vertical-align:middle;font-weight:700;display:inline-block}
.header-container.type13 a.mybag-link .cart-qty .price{color:#fff}
.header-container.type13 .topCartContent{margin-top:20px}
.header-container.type13 .topCartContent:after{border-bottom-color:#ebebeb}
.header-container.type13 ul.menu > li > a{color:#3d3d3d}
.header-container.type13 .header-bottom{display:block;vertical-align:middle;padding:28px 0;text-align:center;border-bottom:1px solid #f0f0f0}
.header-container.type13 .header-bottom .logo{display:inline-block;padding:0 15px;margin:0;float:none;position:relative;z-index:102}
.header-container.type13 .main-nav{text-align:left;padding-right:50px}
.header-container.type13 .main-nav ul.menu >li.fl-right{float:right}
.header-container.type13 .search-area{display:block;position:absolute;top:50%;margin-top:-45px}
.header-container.type13 .search-area .search-icon{display:block;position:absolute;width:40px;height:40px;line-height:40px;right:5px;top:50%;margin-top:-22px;}
.header-container.type13 #search_mini_form{transition:all .2s ease;visibility:hidden;opacity:0}
.header-container.type13 #search_mini_form.show{visibility:visible;opacity:1}
.header-container.type13 .form-search{position:absolute;right:-10px;width:420px;background-color:#fff;padding:17px 19px;font-size:13px;font-weight:400;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12);z-index:9;top:100%}
.header-container.type13 .form-search:before{content:'';display:block;position:absolute;right:17px;z-index:200;width:20px;height:20px;border:17px solid transparent;border-bottom-color:#ebebeb;top:-35px}
.header-container.type13 .form-search button{padding:0 15px;height:45px;line-height:45px;position:absolute;right:20px}
.header-container.type13 .header .form-search #search{padding-right:185px}
.header-container.type13 .header .form-search #cat{right:77px;height:45px;line-height:40px;padding-top:0;padding-bottom:0}
.header-container.type13 ul.menu > li.fl-right .nav-sublist-dropdown .nav-sublist{left:auto;right:100%}
.header-container.type13 ul.menu > li.fl-right > .nav-sublist-dropdown{right:0;left:auto}
body.mobile-nav-shown{overflow:hidden}
.mobile-nav{width:280px;position:fixed;left:-280px;top:0;background-color:#262626;z-index:9999;height:100%;overflow:auto;padding:0;color:#fff;visibility:hidden;transition:all .45s ease}
.mobile-nav-shown .mobile-nav{left:0;visibility:visible;color: #fafafa !important;}
.close-mobile-nav.close-block:after { color: #a82828 !important; }
.mobile-nav .social-icons a { color: #fafafa; }
.mobile-nav-overlay{width:100%;height:100%;background-color:rgba(0,0,0,0.2);position:fixed;left:0;top:0;z-index:3000;transition:all .45s ease;visibility:hidden;opacity:0;cursor:pointer}
.mobile-nav-shown .mobile-nav-overlay{visibility:visible;opacity:1}
.close-mobile-nav.close-block{font-size:20px;line-height:48px;font-weight:700;text-transform:uppercase;padding:13px 25px;position:relative}
.close-mobile-nav.close-block:after{content:"\e930";font-family:"cherries";font-size:20px;color:#fff;position:absolute;right:2px;display:block;line-height:50px;margin-top:-25px;cursor:pointer;top:50%;width:50px;height:50px;text-align:center}
.close-mobile-nav.close-block:hover:after{color:#e5b81d}
.close-mobile-nav.close-block.quick { border-top: 1px solid rgba(235,235,235,0.07); }
.close-mobile-nav.close-block.quick:after { content: ''; width: 0; height: 0; }
.mobile-nav ul.menu{margin:0}
.mobile-nav ul.menu > li.menu-full-width > a:after,.mobile-nav ul.menu > li.menu-static-width > a:after,.mobile-nav ul.menu > li.menu-item-has-children > a:after{display:none}
span.open-child{font-size:0;display:block;position:absolute;right:2px;top:0;margin-top:3px;z-index:1;cursor:pointer;width:50px;height:50px;line-height:50px;text-align:center}
.mobile-nav ul.menu li li span.open-child{margin-top:-1px}
span.open-child:after{content:"\e91b";font-family:"cherries";font-size:20px;text-align:center;background:transparent;opacity:1}
span.open-child:hover:after{color:#e5b81d}
.mobile-nav ul.menu li.over > span.open-child:after{content:"\e91c"}
.mobile-nav ul.menu > li{display:block;margin:0}
.mobile-nav ul.menu li:hover{background-color:rgba(0,0,0,0.2)}
.mobile-nav ul.menu li a:hover,.mobile-nav ul.menu li li a:hover{color:#e5b81d}
.mobile-nav ul.menu li ul{display:none}
.mobile-nav ul.menu li li{padding-left:25px;position:relative}
.mobile-nav ul.menu li li li{margin-left:-25px;padding-left:50px}
.mobile-nav ul.menu li li a{color:#fff}
.mobile-nav ul.menu > li > a{font-weight:500;padding:0;padding-left:23px;line-height:54px;background-color:transparent;border-top:1px solid rgba(235,235,235,0.07)}
.mobile-nav footer{padding-bottom:20px;text-align:center}
.mobile-nav .social-icons{display:table;width:100%;margin:0}
.mobile-nav .social-icon{display:table-cell;border:1px solid rgba(235,235,235,0.07);border-left:none;text-align:center;font-size:17px;line-height:49px;min-width:40px;margin:0}
.mobile-nav .social-icon:hover{background-color:rgba(0,0,0,0.2);color:#e5b81d}
.mobile-nav .copyright{color:#fff;font-weight:400;margin-top:23px}
.footer-top{padding:45px 0 20px}
.footer .footer-top .widget{margin-bottom:0}
.footer .footer-bottom{padding:0}
.footer .footer-bottom-wrapper{padding:33px 0;margin-bottom:35px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
.footer .footer-bottom-area{padding:39px 0;border-top:1px solid #f0f0f0}
.category-products .toolbar{margin-bottom:0; padding-top: 0;}
.product-image-area{position:relative;margin-bottom:18px;overflow:hidden}
.product-image-area img{width:100%}
.product-label{position:absolute;top:7px;z-index:1}
.product-label>span{display:block;width:40px;height:40px;font-size:11px;font-weight:700;line-height:40px;color:#fff;background-color:#000;overflow:hidden;text-overflow:ellipsis;border-radius:50%;text-align:center}
.product-label>span.sale-product-icon{background-color:#93b92c}
.product-label>span.new-product-icon{background-color:#fff}
.item-area .details-area .product-name{font-size:15px;font-weight:600;line-height:18px;margin-bottom:10px}
.item-area .details-area .ratings .rating-box{float:none;display:inline-block;margin:0}
.products-grid{margin-left:-10px;margin-right:-10px;list-style:none}
.products-grid li.item{float:left;padding:12px;padding-bottom:20px!important}
.item .item-area{width:100%;position:relative;text-align:center}
.item .item-area + .item-area{margin-top:47px}
.item-area .product-image-area .product-image{width:100%;display:block;position:relative;z-index:0;overflow:hidden;border-radius:3px;background:#fff;min-height:100px}
.item-area .product-image-area .product-image img{width:100%}
.products-grid.columns2 li.item{width:50%}
.products-grid.columns2 li.item.nth-child-2np1{clear:left}
.products-grid.columns3 li.item{width:33.33%}
.products-grid.columns3 li.item.nth-child-3np1{clear:left}
.products-grid.columns4{margin-left:-10px;margin-right:-10px}
.products-grid.columns4 li.item{float:left;width:25%}
.products-grid.columns4 li.item.nth-child-4np1{clear:left}
.products-grid.columns5{margin-left:-5px;margin-right:-5px}
.products-grid.columns5 li.item{float:left;padding:12px 5px;width:20%}
.products-grid.columns5 li.item.nth-child-5np1{clear:left}
.products-grid.columns6{margin-left:-4px;margin-right:-4px}
.products-grid.columns6 li.item{float:left;padding:12px 4px;width:16.66%}
.products-grid.columns6 li.item.nth-child-6np1{clear:left}
.products-grid.columns7{margin-left:-3px;margin-right:-3px}
.products-grid.columns7 li.item{float:left;padding:12px 3px;width:14.28%}
.products-grid.columns7 li.item.nth-child-7np1{clear:left}
.products-grid.columns8{margin-left:-3px;margin-right:-3px}
.products-grid.columns8 li.item{float:left;padding:12px 3px;width:12.5%}
.products-grid.columns8 li.item.nth-child-8np1{clear:left}
.catalog-category-view .products-list{margin-top:-18px}
.products-list .item .item-area{padding:43px 0;border-top:1px solid #ebebeb}
.products-list .item:first-child .item-area{border-top:0}
.products-list .product-image-area{width:200px;float:left;margin:0}
.products-list .details-area{margin-left:230px}
.category-products .products-list .details-area{text-align:left}
.products-list .item-area .product-name{font-size:17px;font-weight:600;line-height:18px;margin-bottom:15px}
.products-list .item-area .ratings{margin:15px 0}
.products-list .item-area .short-desc{font-size:14px;line-height:1.7;margin-bottom:12px}
.products-list .item-area .price-box{margin:15px 0}
.products-list .item-area .price-box .price{font-size:22px}
.products-list .item-area .old-price .price{font-size:15px}
.products-list .item-area .actions a{transition:all .4s;display:inline-block;vertical-align:middle;font-size:13px;text-transform:uppercase;font-size:13px;line-height:20px;font-weight:700;letter-spacing:1px;padding:10px 22px;color:#262626}
.products-list .item-area .actions a:hover,.products-list .product-image-area .quickview-icon:hover{color:#a82827}
.products-list .product-image-area .quickview-icon{position:absolute;z-index:9;right:7px;bottom:7px;color:#262626;background-color:#fff;display:block;height:35px;line-height:35px;font-size:11px;padding:0 10px;font-weight:600;visibility:hidden;opacity:0;transition:all .4s}
.products-list .product-image-area:hover .quickview-icon{visibility:visible;opacity:1}
.products-list .product-image-area .quickview-icon i{margin-right:3px}
.products-list .item-area .actions a i{margin-right:10px}
.products-list .item-area .actions a.addtocart{color:#fff;background-color:#262626;font-size:14px;padding:10px 28px}
.products-list .item-area a.addtocart:hover{background-color:#a82827}
.type1 .item-area .product-image-area .actions > a{position:absolute;bottom:-35px;z-index:9;transition:all .3s;display:block;height:35px;background-color:#262626;color:#fff;line-height:35px;text-align:center;font-size:11px;font-weight:600;opacity:.95;filter:alpha(opacity=95)}
.type1 .item-area .product-image-area .actions a.addtocart{bottom:-55px;height:55px;}
.type1 .item-area:hover .product-image-area .actions > a{bottom:0}
.type1 .item-area .product-image-area .actions > a:hover{background-color:#777}
.type1 .item-area .product-image-area .actions > a.addtocart{text-align:center;width:100%;padding:9px 15px;left:0;font-size:13px}
.type1 .item-area .product-image-area .actions > a.quickview-icon{padding:0 10px;background-color:#fff;color:#262626;right:7px;top:7px;opacity:0;visibility:hidden}
.type1 .item-area:hover .product-image-area .actions > a.quickview-icon{opacity:1;visibility:visible}
.type1 .item-area:hover .product-image-area .actions > a.quickview-icon:hover{opacity:.8}
.type1 .item-area .product-image-area .actions > a.quickview-icon i,.type1 .item-area .product-image-area .actions > a.addtocart i{margin-right:5px;font-size:15px}
.type1 .item-area .product-image-area .actions > a.comparelink{width:36px;border-left:1px solid #626262;right:0}
.type1 .item-area .product-image-area .actions > a.addtowishlist{width:36px;border-left:1px solid #626262;right:36px}
.type2 .item-area .product-image-area .actions > a{position:absolute;z-index:9;transition:all .3s ease-in-out;display:block;opacity:.95;filter:alpha(opacity=95);line-height:35px;font-size:14px;color:#2e2e2e;top:7px}
.type2 .item-area .product-image-area .actions > a:hover{opacity:.8}
.type2 .item-area .product-image-area .actions > a.addtocart i{margin-right:5px}
.type2 .item-area .product-image-area .actions > a.addtocart{top:auto;left:0;bottom:-35px;width:100%;height:35px;background-color:#262626;color:#fff;text-align:center;font-size:11px;font-weight:600}
.type2 .item-area .product-image-area .actions > a.comparelink{left:-30px}
.type2 .item-area .product-image-area .actions > a.addtowishlist{right:-30px}
.type2 .item-area:hover .product-image-area .actions > a.addtocart{bottom:0}
.type2 .item-area:hover .product-image-area .actions > a.comparelink{left:15px}
.type2 .item-area:hover .product-image-area .actions > a.addtowishlist{right:15px}
.type2 .item-area .product-image-area .actions > a.quickview-icon{display:none}
.type3 .item-area .product-image-area .actions{position:absolute;left:-35px;bottom:0;z-index:9;transition:left .3s}
.type3 .item-area:hover .product-image-area .actions{left:0}
.type3 .item-area .product-image-area .actions > a{display:block;width:35px;height:36px;border-top:1px solid #626262;background-color:#3a3a3a;color:#fff;line-height:35px;text-align:center;transition:opacity .3s}
.type3 .item-area .product-image-area .actions > a:first-child{border-top-color:transparent}
.type3 .item-area .product-image-area .actions > a:hover{opacity:.8;filter:alpha(opacity=80)}
.type3 .item-area .product-image-area .actions > a > span{display:none}
.type4 .item-area .details-area{position:absolute;bottom:6%;background-color:#fff;border-radius:3px;left:10%;right:10%;padding:10px;opacity:0;visibility:hidden;transition:all .3s;z-index:1;transform:scale(1.2)}
.type4 .item-area:hover .details-area{opacity:1;visibility:visible;transform:scale(1)}
.type4 .owl-banner-carousel .owl-item .item-area:after{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(255,255,255,.5);transition:all .4s ease;opacity:1;visibility:visible}
.type4 .owl-banner-carousel .owl-item.active.center .item-area:after{opacity:0;visibility:hidden}
.type4 .owl-banner-carousel .owl-item .item-area .details-area{opacity:0;visibility:hidden;transform:scale(1.2);padding:22px 30px 20px;max-width:280px;left:25px;right:25px;bottom:25px;margin-right:auto;margin-left:auto}
.type4 .owl-banner-carousel .owl-item.active.center .item-area .details-area{opacity:1;visibility:visible;transform:scale(1)}
.type4 .item-area:hover .details-area{opacity:1;visibility:visible;transform:scale(1)}
.item-area .product-image-area .owl-carousel .owl-controls .owl-nav .owl-prev,.item-area .product-image-area .owl-carousel .owl-controls .owl-nav .owl-next{position:absolute;height:100%;top:0;width:25%;z-index:3}
.item-area .product-image-area .owl-carousel .owl-controls .owl-nav .owl-prev{cursor:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/cursor-left.png) 12 20,move;left:0}
.item-area .product-image-area .owl-carousel .owl-controls .owl-nav .owl-next{cursor:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/cursor-right.png) 12 20,move;right:0}
.fancybox-overlay{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/overlay.png) repeat}
.fancybox-skin{background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.fancybox-opened .fancybox-skin{box-shadow:0 0 7px rgba(0,0,0,.2);-webkit-box-shadow:0 0 7px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px rgba(0,0,0,.2)}
.fancybox-close{background-image:none;background-color:#fff;width:25px;height:25px;top:-30px;right:0;text-align:center;line-height:25px;font-size:20px;color:#262626}
.fancybox-close:before{content:"\e930";font-family:"cherries"}
.ajaxcart-index-options .product-view .product-shop .product-name h1{padding-right:0;font-size:26px}
div#fancybox-loading{background-image:none;background-color:#fff;opacity:1;margin-top:-30px;margin-left:-30px}
div#fancybox-loading div{width:60px;height:60px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/loading.gif) center center no-repeat}
.add-to-cart #ajax_loader{display:inline-block;vertical-align:middle;height:20px;margin-left:15px}
i.ajax-loader.large{display:inline-block;background:#fff url(https://www.chukar.com/skin/frontend/chukar/cherries/images/loading.gif) center center no-repeat;width:60px;height:60px}
i.ajax-loader.small{display:inline-block;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/loading_small.gif) no-repeat;width:20px;height:20px}
#success-message-container{padding:30px 15px;line-height:1.4;position:relative;text-align:center;top:35%;width:300px;z-index:1000;background-color:#fff;margin:auto;box-shadow:0 0 5px rgba(0,0,0,0.05)}
#success-message-container .msg{display:block;margin-bottom:10px;font-size:13px}
#success-message-container .product-name{font-size:14px;margin:5px 0 10px;color:#333232;font-weight:600}
#success-message-container .timer{display:none}
#success-message-container img.product-image{display:inline-block;width:30%}
#success-message-container button{margin-top:15px;min-width:175px}
.quickview-index-view .product-view{padding:10px}
.quickview-index-view .product-view .product-shop-wrapper,.quickview-index-view .product-view .product-img-box{margin-bottom:0}
.quickview-index-view .product-img-box img{width:100%}
.quickview-index-view .prev-next-products,.quickview-index-view .share-box{display:none}
.quickview-index-view .product-img-box .owl-carousel .owl-controls .owl-nav .owl-prev,.quickview-index-view .product-img-box .owl-carousel .owl-controls .owl-nav .owl-next{position:absolute;height:100%;top:0;width:25%;z-index:3}
.quickview-index-view .product-img-box .owl-carousel .owl-controls .owl-nav .owl-prev{cursor:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/cursor-left.png) 12 20,move;left:0}
.quickview-index-view .product-img-box .owl-carousel .owl-controls .owl-nav .owl-next{cursor:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/cursor-right.png) 12 20,move;right:0}
.row.short-row{margin-left:-4px;margin-right:-4px;overflow:hidden}
.row.short-row .short-row{margin-left:-2.5px;margin-right:-2.5px}
.row.short-row div[class^="col"],.row.short-row div[class*=' col']{padding-left:4px;padding-right:4px}
.input-group-addon,.input-group-btn{vertical-align:top}
input[type="radio"],input[type="checkbox"]{display:inline-block;margin:0 10px 0 0;vertical-align:middle}
select[multiple],select[size]{padding:0}
select.multiselect option{padding:8px 20px;border-bottom:1px dotted #e5e5e5}
.panel-group .panel{border-radius:0}
.panel{margin-bottom:0;background-color:transparent;border-left:none;border-right:none;border-bottom:none;box-shadow:none;-webkit-box-shadow:none}
.panel:last-child{border-bottom:1px solid transparent}
.panel-body{padding:0 0 21px;transition:all .2s;-webkit-transition:all .2s}
.panel-heading{padding:0;position:relative;transition:background .45s ease;-webkit-transition:background .45s ease;border-radius:0}
.panel-heading a{display:block;padding:0;color:#262626}
.panel-title{font-weight:600;font-size:13px;line-height:20px;padding:20px 0;text-transform:uppercase;letter-spacing:.7px}
.panel-heading .label{margin-left:10px}
.panel-icon{position:absolute;right:0;top:50%;display:inline-block;font-family:cherries;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0);font-size:13px;line-height:1;margin-top:-6.5px;color:#262626!important}
.panel-heading a:hover,.panel-icon:hover{color:#a82827}
.panel-icon:before{content:'\e906'}
.panel-group .panel-heading + .panel-collapse > .panel-body{border-top:none}
.collapsed .panel-icon:before{content:'\e903'}
.panel-group .panel + .panel{margin:0}
.panel-default,.panel.panel-default:last-child{border-color:#ebebeb}
.panel-default > .panel-heading{color:#262626;background:transparent;border-color:#ebebeb}
.panel-default > .panel-heading:hover{background-color:transparent}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebebeb}
form{display:block}
fieldset{border:0}
legend{display:none}
table{border:0;border-spacing:0;empty-cells:show;font-size:100%}
caption,th,td{vertical-align:top;text-align:left;font-weight:400}
p{margin:0 0 20px}
strong{font-weight:700;color:#2e2e2e}
address{font-style:normal;line-height:1.72;margin-bottom:0}
cite{font-style:normal}
q,blockquote{quotes:none}
q:before,q:after{content:''}
small,big{font-size:1em}
ul,ol{list-style:none}
dl{margin-bottom:0}
.hidden{display:block!important;border:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;width:0!important;height:0!important;overflow:hidden!important}
.nobr{white-space:nowrap!important}
.wrap{white-space:normal!important}
.a-left{text-align:left!important}
.a-center{text-align:center!important}
.a-right{text-align:right!important}
.v-top{vertical-align:top}
.v-middle{vertical-align:middle}
.f-left,.left{float:left!important}
.f-right,.right{float:right!important}
.f-none{float:none!important}
.f-fix{float:left;width:100%}
.no-display{display:none}
.no-margin{margin:0!important}
.no-padding{padding:0!important}
.no-bg{background:none!important}
.demo-icon{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}
[class^="icon-"]:before,[class*=" icon-"]:before{margin:0}
.page{background-color:#fff}
body.boxed .page{overflow:hidden;width:1280px;margin-left:auto;margin-right:auto}
.page-print{background:#fff;padding:25px 30px;text-align:left}
.page-empty{background:#fff;padding:20px;text-align:left}
.page-popup{background:#fff;padding:25px 30px;text-align:left}
.main-container{margin-top:40px;margin-bottom:50px}
.cms-index-index .main-container{margin-bottom:0;margin-top:0}
.main{min-height:400px;text-align:left}
.col1-layout .col-main{float:none;width:auto}
.col2-set .col-1{float:left;width:48.5%}
.col2-set .col-2{float:right;width:48.5%}
.col2-set .col-narrow{width:32%}
.col2-set .col-wide{width:65%}
.col3-set .col-1{float:left;width:32%}
.col3-set .col-2{float:left;width:32%;margin-left:2%}
.col3-set .col-3{float:right;width:32%}
.col4-set .col-1{float:left;width:23.5%}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%}
.col4-set .col-3{float:left;width:23.5%}
.col4-set .col-4{float:right;width:23.5%}
input,select,textarea,button{vertical-align:middle}
input.input-text,select,textarea{border:1px solid #e5e5e5;color:#2a2a2a;font-size:14px;line-height:25px;margin-bottom:19px;padding:9px 20px;background:none}
input.giftmessage-area{margin-bottom: -1px; border: 1px solid #999;}
input.input-text,textarea{box-shadow:none;-webkit-box-shadow:none;transition:all .4s ease;-webkit-transition:all .4s ease}
textarea{padding-top:12px}
input.input-text::-moz-placeholder{color:gray}
input.input-text:-ms-input-placeholder{color:gray}
input.input-text::-webkit-input-placeholder{color:gray}
textarea::-moz-placeholder{color:gray}
textarea:-ms-input-placeholder{color:gray}
textarea::-webkit-input-placeholder{color:gray}
input.input-text:focus,textarea:focus{border-color:#b1b1b1;-webkit-box-shadow:none;box-shadow:none}
select{height:45px;line-height:45px;padding:7px 0 7px 14px}
.label{display:inline-block;padding:4.5px 11px;font-weight:700;font-size:11px;line-height:1.5;color:#313131;text-align:center;text-transform:uppercase;border-radius:0}
.label.rotated{position:absolute;right:-25px;top:6px;letter-spacing:1px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}
.label.label-sale,.label.label-hot{font-size:12px;line-height:24px;padding:0 28px;color:#fff}
.label.label-hot{background-color:#a82827}
.label.label-hot.blue{background-color:#03b4ea}
.label.label-hot.yellow{background-color:#ecb803}
.label-popular{background-color:#d14242;color:#fff;line-height:1}
.label-new{background-color:#aac840;color:#fff;line-height:1}
label{font-size:14px;font-weight:600;line-height:1.5;color:#313131;text-transform:capitalize;margin-bottom:5px;vertical-align:middle}
dt{font-size:15px;font-weight:600;color:#313131}
.sm-separator{margin:0 5px}
.separator{margin:0 10px}
.lg-separator{margin:0 20px}
.xss-margin,.xs-margin,.sm-margin,.md-margin,.lg-margin,.xlg-margin,.md-margin2x,.lg-margin2x,.xlg-margin2x,.md-margin3x,.lg-margin3x,.xlg-margin3x{min-height:1px}
.xss-margin{margin-bottom:5px}
.xs-margin{margin-bottom:10px}
.xs-margin.half{margin-bottom:15px}
.sm-margin{margin-bottom:20px}
.sm-margin.half{margin-bottom:25px}
.md-margin{margin-bottom:30px}
.md-margin.half{margin-bottom:35px}
.lg-margin{margin-bottom:40px}
.lg-margin.half{margin-bottom:45px}
.xlg-margin{margin-bottom:50px}
.xlg-margin.half{margin-bottom:55px}
.md-margin2x{margin-bottom:60px}
.md-margin2x.quarter{margin-bottom:65px}
.md-margin2x.half{margin-bottom:70px}
.lg-margin2x{margin-bottom:80px}
.xlg-margin2x{margin-bottom:100px}
.xlg-margin2x.half{margin-bottom:110px}
.md-margin3x{margin-bottom:90px}
.lg-margin3x{margin-bottom:120px}
.xlg-margin3x{margin-bottom:150px}
.clear-margin{margin:0!important}
.padding-left-clear{padding-left:0}
.box .box-title{padding:17px 10px;border:1px solid #e5e5e5}
.box .box-title h3,.box .box-title h4{margin-bottom:0}
.box .box-content{padding:15px 10px;border:1px solid #e5e5e5;border-top:0}
.box .box-content:after{display:block;content:" ";clear:both}
.regular-title{font-size:30px;font-weight:400;color:#3d3d3d;padding-bottom:20px;margin-bottom:32px;border-bottom:1px solid #ebebeb}
.tabs > ul > li{display:block;line-height:30px;float:left;position:relative}
.tabs > ul > li > a{display:block;padding:12.5px 21px;position:relative;line-height:1.42857143;font-size:13px;font-weight:600;color:#262626;text-transform:uppercase;border:1px solid #e6e6e6;transition:all .3s ease-in-out,color .04s;-webkit-transition:all .3s ease-in-out,color .04s;text-align:center;margin-right:14px}
.tabs > ul > li > a:hover,.tabs > ul > li > a:focus{background:#2e2e2e;border-color:#2e2e2e;color:#fff}
.tabs > ul > li.active > a,.tabs > ul > li.active > a:hover,.tabs > ul > li.active > a:focus{background:#a82827;border-color:#a82827;color:#fff;cursor:default}
.tabs .tab-content{padding:55px;border:1px solid #e6e6e6;line-height:26px;margin-top:-1px}
.tabs .tab-content .std ul,.tabs .tab-content .std ol,.tabs .tab-content .std dl,.tabs .tab-content .std p,.tabs .tab-content .std address,.tabs .tab-content .std blockquote{margin:0}
.container-fluid.no-padding{padding:0!important;overflow:hidden}
.container-fluid.no-padding div[class^="col"],.container-fluid.no-padding div[class*=' col']{padding:0}
.vcenter-container{display:table;width:100%;height:100%}
.vcenter{display:table-cell;vertical-align:middle}
select option{padding-right:10px}
select.multiselect option{border-bottom:1px dotted #e5e5e5;padding:12px 20px}
select.multiselect option:last-child{border-bottom:0}
textarea{overflow:auto}
input.radio{margin-right:3px}
input.checkbox{margin-right:3px}
.align-left,.align-left .item .item-area{text-align:left}
input.qty{display:inline-block;width:45px;height:35px;padding:4px 5px;font-size:12px;color:#4c4c4c;text-align:center;border-color:#d1d1d1;margin-bottom:0}
button.button::-moz-focus-inner{padding:0;border:0}
button.button{-webkit-border-fit:lines;padding:11.5px 25px;font-size:14px;line-height:1.42857143;font-weight:700;transition:color .2s ease,background .45s ease,border .4s ease-in-out;-webkit-transition:color .2s ease,background .45s ease,border .4s ease-in-out;border-radius:0;text-transform:uppercase;color:#fff;background-color:#262626;border:1px solid transparent}
button.button.min-width{min-width:200px}
button.button:hover,button.button:focus,button.button:active{color:#fff;background-color:#a82827;border-color:#a82827}
button.disabled span{border-color:#bbb!important;background:#bbb!important}
button.btn-checkout{margin-bottom:11px}
button.btn-checkout.no-checkout span{background-position:0 100%;color:#b8baba}
button.btn-checkout.no-checkout span span{background-position:100% 100%}
p.control input.checkbox,p.control input.radio{margin-right:6px}
.img-responsive{display:block;max-width:100%;height:auto}
.parallax,.parallax-fixed{position:relative;background-attachment:fixed;-webkit-background-size:cover;background-size:cover;background-position:0 0;background-repeat:repeat-y;overflow:hidden}
.parallax.section{text-align:center}
.parallax.section,.parallax.section h2,.parallax.section h3{color:#fff}
.parallax.section-action .custom-btn + .custom-btn{margin-left:12px}
.parallax.section h2,.parallax.section h3{text-transform:uppercase;font-weight:700;font-family:'Montserrat',Verdana,sans-serif}
.parallax.section h3{font-size:16px;line-height:28px;margin-bottom:6px}
.parallax.first-section h3{margin-top:54px}
.parallax.section h2{font-size:48px;line-height:42px;margin-bottom:10px}
.parallax.section p{font-size:14px;font-weight:400;line-height:22px;max-width:450px;margin:0 auto 16px}
.parallax .section-action{font-size:0}
.parallax .section-action .custom-btn + .custom-btn{margin-left:12px}
.parallax .section-action .custom-btn.min-width-xs{min-width:110px}
.form-list{margin:0}
.form-list li{margin:15px 0px 0px 0px}
.form-list input.input-text,.form-list select,.form-list textarea{width:100%}
.form-list label.required{position:relative}
.form-list label.required em{font-style:normal;color:#eb0101;font-size:12px;line-height:.4;font-weight:600;vertical-align:middle;position:absolute;top:9px;right:-12px}
.form-list li.control label{float:none;margin-bottom:0;vertical-align:middle}
.form-list li.control input.radio,.form-list li.control input.checkbox{display:inline-block;margin-right:10px;vertical-align:middle}
.form-list li.control .input-box{clear:none;display:inline;width:auto}
.form-list .input-box{display:block;clear:both}
.form-list .field{float:left}
.form-list .fields{margin-left:-15px;margin-right:-15px}
.form-list .fields > .fields{margin:0;padding-left:15px;padding-right:15px}
.form-list .fields .field{width:50%;padding-left:15px;padding-right:15px}
.form-list li.additional-row{border-top:1px solid #ccc;margin-top:10px;padding-top:7px}
.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0}
.form-list .input-range input.input-text{width:74px}
.form-list-narrow li{margin-bottom:0}
.form-list-narrow li .input-box{margin-bottom:6px}
.form-list-narrow li.wide .input-box{width:260px}
.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea{width:254px}
.form-list-narrow li.wide select{width:260px}
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box{width:auto}
.form-list .name-prefix{width:65px}
.form-list .name-prefix select{width:55px}
.form-list .name-prefix input.input-text{width:49px}
.form-list .name-suffix{width:65px}
.form-list .name-suffix select{width:55px}
.form-list .name-suffix input.input-text{width:49px}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname{width:140px}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text{width:124px}
.form-list .customer-name-prefix-middlename-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-middlename{width:210px}
.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-middlename,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename .name-middlename input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year{float:left;width:85px}
.form-list .customer-dob input.input-text{display:block;width:74px}
.form-list .customer-dob label{font-size:10px;font-weight:400;color:#888}
.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month{width:85px;}
.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text{width:60px; text-align: center;}
.form-list .customer-dob .dob-year{width:140px}
.form-list .customer-dob .dob-year input.input-text{width:134px}
.buttons-set{clear:both;text-align:right}
.buttons-set p.required{margin:0 0 10px}
.buttons-set .back-link{float:left;margin-bottom:0;display:inline-block;vertical-align:middle;line-height:45px}
.buttons-set-order{margin:10px 0 0}
.buttons-set-order .please-wait{padding:12px 7px 0 0}
.fieldset{padding:37px;border:1px solid #ebebeb;margin-bottom:40px}
.fieldset .legend{margin-bottom:15px}
.validation-advice{font-size:11px;color:#eb340a;font-weight:600}
.validation-advice:before{font-family:"cherries";content:"\e919";display:inline-block;margin-right:5px;font-size:13px;line-height:1}
.validation-failed{border:1px dashed #eb340a!important;background:#faebe7!important}
p.required{font-size:12px;text-align:right;color:#EB340A}
.v-fix{float:left}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative}
.success{color:#3d6611;font-weight:700}
.error{color:#df280a;font-weight:700}
.messages,.messages ul{list-style:none!important;margin:0!important;padding:0!important}
.messages{width:100%;overflow:hidden}
.messages li{margin:0 0 10px}
.messages li li{margin:0}
.error-msg,.success-msg,.note-msg,.notice-msg{border:2px solid;border-left:70px solid;min-height:24px;padding:24px 27px;font-size:13px;line-height:18px;font-weight:400;color:#2e2e2e;position:relative;font-weight:600}
.error-msg:before,.success-msg:before,.note-msg:before,.notice-msg:before{width:22px;height:20px;color:#fff;font:22px/20px cherries;position:absolute;top:50%;left:-45px;margin-top:-10px;text-align:center}
.error-msg{border-color:#bc0909}
.error-msg:before{content:"\e907"}
.success-msg{border-color:#A82827}
.success-msg:before{content:"\e918"}
.note-msg,.notice-msg{border-color:#e7b60a}
.note-msg:before,.notice-msg:before{content:"\e92a"}
.breadcrumbs-wrapper{padding:32px 0;margin-bottom:0}
.breadcrumbs-wrapper.type_2,.breadcrumbs-wrapper.type_3{padding:44px 0;margin-bottom:25px}
.breadcrumbs-wrapper.type_3{text-align:center}
.breadcrumbs-wrapper .title{font-size:36px;margin-bottom:6px;font-weight:400}
.breadcrumbs{padding:0;margin-bottom:0;background:none;border-radius:0;font-size:13px;line-height:20px}
.breadcrumbs ul{margin-bottom:0}
.breadcrumbs li{display:inline-block}
.breadcrumbs li .bread-seperator{padding:0 5px}
.breadcrumbs li a,.breadcrumbs li strong{font-weight:500;color:#2a2a2a}
.breadcrumbs li a:hover,.breadcrumbs li a:focus{color:#a82827}
.page-title{display:none}
.checkout-multishipping-addresses .page-title{display:block}
.page-title h1,.page-title h2{margin:0;font-size:20px;color:#0a263c}
.page-title .separator{margin:0 3px}
.page-title .link-rss{float:right;margin:7px 0 0}
.title-buttons{text-align:right}
.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:left}
.subtitle,.sub-title{clear:both;padding:15px 0 0;font-size:15px;font-weight:700;margin:0 0 6px}
.pager{margin-bottom:30px;margin-top:0;padding:14px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}
.pager .amount{float:left;margin:0 16px 0 0;line-height:30px}
.pager .amount strong{font-weight:400;vertical-align:middle}
.pager .limiter{float:left;font-size:14px;font-weight:600;color:#343434}
.pager .limiter label{vertical-align:middle;margin-bottom:0;margin-right:8px;font-size:14px;color:#343434}
.pager .limiter select{margin:0 9px 0 0;padding-top:0;padding-bottom:0;min-height:30px;width:65px;vertical-align:middle;font-weight:400}
.pager .pages{float:right}
.pager .pages > strong{display:none}
.pager .pages ol{display:inline}
.pager li>a,.pager li>span{border-radius:0;padding:0;width:30px;height:30px;line-height:28px;color:#666;margin-left:4px;font-size:12px;text-align:center;border:1px solid #e3e3e3;background:#fff}
.pager li.current > span{color:#fff;background:#a82827;border-color:#a82827}
.sorter .view-mode{display:inline-block;margin-bottom:0;padding-right:8px;border-right:1px solid #ebebeb;margin-right:16px;line-height:30px}
.sorter label{margin-bottom:0;display:none}
.view-mode strong,.view-mode a{padding:4px 7px;line-height:20px;color:#b5b5b5;border:1px solid #ebebeb;margin-right:9px;display:inline-block;width:30px;height:30px}
.view-mode strong{color:#262626;border-color:#262626;padding:3px 6px;border-width:2px;margin-right:4px}
.view-mode a:hover{color:#262626;border-color:#262626}
.sorter .grid:before,.sorter .list:before{font:normal normal normal 14px/1 cherries}
.sorter .grid:before{content:"\e916"}
.sorter .list:before{content:"\e917"}
.sorter .sort-by{display:inline-block; border-right:1px solid #ebebeb;}
.sorter .sort-by label{vertical-align:middle;display:inline-block;margin:0 9px 0 0;font-size:14px}
.sorter .sort-by select{min-height:30px;padding:0 0 0 7px;min-width:115px;margin-bottom:0;display:inline-block}
.sorter .sort-by .sort-direction{display:inline-block;line-height:30px;font-size:18px;vertical-align:middle;color:#313131}
.toolbar{margin-bottom:30px;padding:14px 0;}
.toolbar .pager{padding:0;border:0;margin-bottom:0}
.toolbar .pager .amount{display:none}
.toolbar .sorter{float:right}
.toolbar-bottom .pager .amount{display:inline-block;margin-bottom:0}
.toolbar-bottom .sorter,.toolbar-bottom .pager .limiter{display:none}
.data-table{width:100%}
.data-table colgroup{display:none}
.data-table th{padding:32px 3px;font-weight:600;vertical-align:middle}
.data-table td{padding:32px 3px;vertical-align:middle}
.data-table .first td{padding-left:0}
.data-table .last td{padding-right:0}
.data-table thead tr,.data-table tbody tr{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.data-table thead th{text-align:center;border:none;font-size:16px;line-height:1.5;padding:22px 0;color:#343434;vertical-align:middle}
.data-table thead th:first-child{text-align:left}
.data-table thead th.wrap{white-space:normal}
.data-table thead th .tax-flag{white-space:nowrap}
.data-table tfoot td{padding:10px 0;vertical-align:middle}
.data-table tbody.odd tr td,.data-table tbody.even tr td{border-bottom:0}
.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td{border-bottom:1px solid #d9dde3}
.data-table tbody td .option-label{font-weight:700;font-style:italic}
.data-table tbody td .option-value{padding-left:10px}
.table_qty_inc,.table_qty_dec{display:inline-block;min-width:37px;height:35px;text-align:center;vertical-align:middle;font-size:0;border:1px solid #d1d1d1;color:#333;transition:color .2s ease,background .45s ease,border .4s ease-in-out;-webkit-transition:color .2s ease,background .45s ease,border .4s ease-in-out}
.table_qty_inc:hover,.table_qty_inc:focus,.table_qty_inc:active,.table_qty_dec:hover,.table_qty_dec:focus,.table_qty_dec:active{background:#e6e6e6}
.table_qty_dec{margin-right:-1px}
.table_qty_inc{margin-left:-1px}
.table_qty_inc:before,.table_qty_dec:before{font:13px/35px cherries}
.table_qty_inc:before{content:"\e923"}
.table_qty_dec:before{content:"\e924"}
.data-table .item-options{margin:5px 0 0}
.data-table .item-options dt{display:inline-block;font-weight:400;font-style:normal;font-size:13px;line-height:24px}
.data-table .item-options dd{font-size:13px;line-height:24px;margin-bottom:0;padding:0;display:inline-block}
.data-table .item-options dt .option-title{display:none}
.data-table .item-options dt:first-child .option-seperator{display:none}
.data-table select{height:35px;line-height:35px;margin-bottom:0;max-width:450px}
.data-table .sub-total .price{font-weight:600;color:#2e2e2e;font-size:20px}
.data-table .grand-total td{font-size:22px;font-weight:600;color:#2e2e2e}
.info-box{border:1px solid #e5e5e5;padding:15px 25px}
.info-box h2{font-size:15px}
.info-table th{padding:2px 15px 2px 0}
.info-table td{padding:2px 0}
tr.summary-total{cursor:pointer}
.summary-collapse{display:inline-block;font-weight:600}
.tax-summary{font-weight:600}
tr.summary-total .summary-collapse:before{font:7px/12px cherries;content:"\e923";border:1px solid #d1d1d1;width:14px;height:14px;margin-right:7px;vertical-align:middle;padding:2px}
tr.show-details .summary-collapse:before{content:"\e924"}
tr.summary-details td{font-size:13px}
tr.summary-details-excluded{font-style:italic}
.cart-tax-info{display:block}
.cart-tax-info,.cart-tax-info .cart-price{padding-right:20px}
.cart-tax-total{display:block;padding-right:20px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/bkg_collapse.gif) 100% 5px no-repeat;cursor:pointer}
.cart-tax-info .price,.cart-tax-total .price{display:inline!important;font-weight:400!important}
.cart-tax-total-expanded{background-position:100% -52px}
.std .subtitle{padding:0}
.std ol.ol{list-style:decimal outside;padding-left:1.5em}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px}
.std dl dt{font-weight:700}
.std dl dd{margin:0 0 10px}
.std ul{list-style:none;padding:0}
.std ol{list-style:decimal outside;padding-left:1.5em}
.std ul ul{list-style-type:circle}
.std ul ul,.std ol ol,.std ul ol,.std ol ul{margin:.5em 0}
.std dt{font-weight:700}
.std dd{padding:0 0 0 1.5em}
.std blockquote{font-style:italic;padding:0 0 0 1.5em}
.std address{font-style:normal}
.std b,.std strong{font-weight:700}
.std i,.std em{font-style:normal}
.links li{display:inline}
.links li.first{padding-left:0!important}
.links li.last{background:none!important;padding-right:0!important}
.link-cart{color:#262626;font-weight:600}
.link-cart:hover{color:#a82827}
.link-wishlist,.link-compare{color:#262626;font-size:13px;font-weight:700;padding:10px 0;line-height:20px;letter-spacing:1px;text-transform:uppercase;display:block}
.link-wishlist:before{font-family:"cherries";content:"\e908";margin-right:5px}
.link-compare:before{font-family:"cherries";content:"\e909";margin-right:5px}
.btn-remove{display:inline-block;font-size:0;transition:color .2s ease,background .45s ease,border .4s ease-in-out;-webkit-transition:color .2s ease,background .45s ease,border .4s ease-in-out;color:#262626}
.btn-remove:before{font-family:"cherries";font-size:13px;content:"\e907";line-height:15px}
.btn-previous{display:block;width:11px;height:11px;font-size:0;line-height:0;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/btn_previous.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden}
.btn-remove2{display:inline-block;width:35px;height:35px;font-size:0;line-height:0;background:#a82827;text-indent:-999em;overflow:hidden;padding:0;color:#fff;vertical-align:middle;text-align:center}
.btn-remove2:hover,.btn-remove2:focus,.btn-remove2:active{background:#262626;color:#fff}
.btn-remove2:before{font:normal normal normal 14px/35px cherries;content:"\e907"}
.btn-edit{font-size:0;color:#262626}
.btn-edit:before{font:11px/15px cherries;content:"\e929"}
.cards-list dt{margin:5px 0 0}
.cards-list .offset{padding:2px 0 2px 20px}
.separator{margin:0 3px}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/bkg_divider1.gif) 0 50% repeat-x;text-indent:-999em;overflow:hidden}
.global-site-notice{border:1px solid #cfcfcf;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f}
.global-site-notice .notice-inner{width:860px;margin:0 auto;padding:12px 0 12px 80px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/i_notice.gif) 20px 25px no-repeat;text-align:left}
.global-site-notice .notice-inner p{margin:0;border:1px dotted #cccc73;padding:10px}
.global-site-notice .notice-inner .actions{padding-top:10px}
.notice-cookie{position:fixed;z-index:9999;width:100%;bottom:0;left:0;margin:0!important;opacity:.95;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95)}
.demo-notice{margin:0;padding:6px 10px;background:#d75f07;font-size:12px;line-height:1.15;border:0;text-align:center;color:#fff}
.demo-notice .notice-inner{width:auto;padding:0;background:none;text-align:center}
.demo-notice .notice-inner p{padding:0;border:0}
.block{margin:0 0 50px}
.block .block-title{font-weight:600;font-size:18px;line-height:20px;margin-bottom:22px;color:#343434;padding-bottom:17px;border-bottom:1px solid #e6e6e6}
.block .block-title.big{font-size:20px;margin-bottom:28px}
.block .block-title strong{font-weight:400}
.block .block-title a{text-decoration:none!important}
.block img{max-width:100%;height:auto}
.block .block-subtitle{margin:0;padding:15px 0;font-size:14px;font-weight:600;color:#313131}
.block .block-content li.item{padding:12px 0}
.block .block-content .product-name{color:#1e7ec8}
.block .btn-remove,.block .btn-edit{float:right;margin:1px 0 2px 5px}
.block .actions{padding:6px 0;text-align:right}
.block .actions a{float:left;line-height:40px}
.block .actions button.button{float:right;font-size:11px}
.block .empty{margin:0;padding:12px 0}
.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-gr-search,.block-viewed,.block-compared,.block-related,.block-tags,.block-login{font-size:13px;line-height:1.4}
.mini-products-list{margin-bottom:0; height: 341px; overflow-y: auto; margin-right: -18px; padding-right: 18px;}
.mini-products-list > li.item{padding:18px 0 20px;border-bottom:1px solid #ebebeb;overflow:visible;margin:0;text-align:left}
.mini-products-list .product-image{float:left;width:70px}
.mini-products-list .product-image img{max-width:100%}
.mini-products-list .product-details{margin-left:84px;position:relative;padding-right:20px}
.mini-products-list .product-name a{font:600 14px/18px Raleway,Verdana,snas-serif;margin-bottom:5px;padding-right:5px}
.header-container .mini-products-list a{color:#3d3d3d}
.mini-products-list .btn-remove{position:absolute;right:0;top:0}
.mini-products-list .btn-remove:before{line-height:28px;width:20px;text-align:center}
.mini-products-list .option-detail{position:relative;cursor:help}
.mini-products-list .option-detail > a{display:block;cursor:help}
.mini-products-list .option-detail .item-options{position:absolute;left:0;top:100%;visibility:hidden;opacity:0;background-color:#fff;padding:10px 15px;text-align:left;box-shadow:0 0 2px rgba(0,0,0,.4);min-width:120px;z-index:1}
.mini-products-list .option-detail:hover .item-options{visibility:visible;opacity:1}
.mini-products-list .item-options dt{font-size:12px}
.mini-products-list .item-options dd{font-size:11px}
.mini-cart .actions{margin-bottom:16px}
.mini-cart .actions .btn{padding:9px 10px;min-width:120px;width:100%;text-align:center;font-size:12px;line-height:20px;text-transform:uppercase;letter-spacing:.6px;font-weight:700;transition:color .2s ease,background .45s ease;border-radius:0;background:none;border:0;color:#333232;background-color:#f0f0f0;float:left;text-shadow:none}
.mini-cart .actions .btn:hover{background-color:#c2a325;color:#fff}
.mini-cart .actions .btn.btn-checkout{float:right;background-color:#c2a325;color:#fff}
.mini-cart .actions .btn.btn-checkout:hover{background-color:#262626}
.mini-cart .totals{font-size:18px;line-height:22px;font-weight:600;text-align:right;margin:18px 0 20px}
.mini-cart .totals .price{color:#000;font-weight:700}
.block-cart .mini-products-list .product-details .product-name,.block-cart .mini-products-list .product-details .nobr small{word-wrap:break-word}
.block-cart .mini-products-list .product-details .nobr{white-space:normal!important}
.block-account{border:3px solid #e5e5e5;padding:28px 26px 25px}
.block-account .block-title{font-size:24px;line-height:1.5;padding-bottom:10px;margin-bottom:0}
.block-account .block-title strong{font-weight:600}
.block-account .block-content{padding:0}
.block-account .block-content li a{display:block;border-bottom:1px solid #e6e6e6;line-height:1.5;font-size:13px;font-weight:500;padding:13px 0;color:#333232;text-decoration:none!important}
.block-account .block-content li a:hover{color:#a82827}
.block-account .block-content li.last a{border-bottom:0}
.block-account .block-content li.current{border-bottom:1px solid #e6e6e6;line-height:1.5;padding:13px 0;font-size:13px;color:#333232}
.block-account .block-content li.current.last{border-bottom:0}
.block-currency{border:0}
.block-currency .block-title{background:none;border:0;padding:0;margin:0 0 5px}
.block-currency .block-title strong{font:bold 13px/21px Arial,Helvetica,sans-serif;padding:0 0 0 21px;text-transform:none;color:#fff}
.block-currency .block-content{background:none;padding:0}
.block-currency .block-content select{width:100%}
.block-layered-nav{border:0}
.block-layered-nav .block-title{border:0;padding:0;height:24px;overflow:hidden;display:none}
.block-layered-nav .block-subtitle{display:none}
.block-layered-nav dt{font-size:18px;color:#343434;font-weight:600;padding-bottom:17px;border-bottom:1px solid #e6e6e6;line-height:20px;margin-bottom:22px}
.block-layered-nav dd{margin-bottom:40px}
.block-layered-nav dd.last{background:none}
/*.block-layered-nav .currently{border:3px solid #e5e5e5;border-bottom:0;padding:28px 26px 25px}*/
.block-layered-nav .currently ol{display:block;margin:0}
.block-layered-nav .currently li{line-height:45px;font-size:13px;font-weight:600;border-top:1px solid #e6e6e6;position:relative}
.block-layered-nav .currently li:first-child{border-top:0}
.block-layered-nav .currently .label{text-transform:uppercase;display:inline-block;vertical-align:middle;color:#333232;padding:0;font-size:13px;font-weight:600;line-height:45px;padding-right:15px}
.block-layered-nav .currently .value{display:inline-block;vertical-align:middle;font-size:13px;color:#333232}
.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove{position:absolute;right:-8px;top:0;margin:0;line-height:1;width:25px;text-align:center}
.block-layered-nav .currently .btn-remove:before{line-height:45px}
.block-layered-nav .currently .btn-previous{right:17px}
.block-layered-nav .actions{font-size:13px;padding:4px 26px;background:#e5e5e5;text-align:right;margin-bottom:40px}
.block-layered-nav .actions a{float:none;color:#333232}
.price-filter-slider .ui-slider{border-radius:0;margin:5px 10px 20px 0}
.price-filter-slider .ui-slider .ui-slider-range{border:0}
.price-filter-slider .ui-slider .ui-slider-handle{border:0;margin:0;margin-top:2px;border-radius:0}
.price-filter-slider .go{float:right;font-size:12px;padding:9px 24px;color:#fff;background-color:#262626;border-color:#262626;font-weight:700}
.price-filter-slider .go:hover{background-color:#a82827}
.price-filter-slider .text-box span{line-height:39px}
.price-filter-slider input[type="text"]{font-weight:600}
#narrow-by-list ol li{font-size:13px;line-height:30px;font-weight:500;color:#333232}

.block.block-category-nav{border:3px solid #e5e5e5;padding:25px 26px}
.block.block-category-nav .block-title{font-size:24px;padding-bottom:0;margin-bottom:0;border:none;font-family: 'cabrito';}
.block.block-category-nav.manufacturer-nav .block-title{font-size:18px}
.block.block-category-nav ul.category-list{font-size:13px;margin:0}
.block.block-category-nav ul.category-list li{position:relative;border-bottom:1px solid #e6e6e6;}
.block.block-category-nav ul.category-list li:first-child{margin-top:15px;border-top:1px solid #e6e6e6 }
.block.block-category-nav ul.category-list li:last-child{border:none;}
.block.block-category-nav ul.category-list li:last-child a{padding-bottom:0 }
.block.block-category-nav ul.category-list li > a{line-height:1;padding:17px 0;color:#333232;font-weight:600;display:block}
.block.block-category-nav ul.category-list li > a.plus{border:0;position:absolute;right:0;top:0;width:25px;text-align:center;text-indent:0;z-index:1}
.block.block-category-nav ul.category-list ul{display:none;padding:13px 0 13px 20px;list-style-type:square;border-bottom:1px solid #e6e6e6}
.block.block-category-nav ul.category-list ul a{display:block;font-size:13px;font-weight:500;line-height:26px;color:#333232}
.block.block-category-nav ul.category-list ul a:hover{color:#a82827}
.block.block-category-nav ul.category-list ul ul{border-bottom:0}
.block.block-category-nav ul.category-list li li > a{border-bottom:0;line-height:30px}

.catalogsearch-result-index .block.block-layered-nav{border:3px solid #e5e5e5;padding:28px 26px 25px}
.catalogsearch-result-index .block.block-layered-nav .block-title{font-size:24px;padding-bottom:15px;margin-bottom:0}
.catalogsearch-result-index .block.block-layered-nav dt { margin-bottom: 0; }
.catalogsearch-result-index .block.block-layered-nav dd { margin-bottom: 0; }
.catalogsearch-result-index .block.block-layered-nav.manufacturer-nav .block-title{font-size:18px}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list {font-size:13px}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list li{position:relative}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list li > a{line-height:45px;color:#333232;border-bottom:1px solid #e6e6e6;font-weight:600;display:block}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list li > a.plus{border:0;position:absolute;right:0;top:0;width:25px;text-align:center;text-indent:0;z-index:1}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list ul{display:none;padding:13px 0 13px 20px;list-style-type:square;border-bottom:1px solid #e6e6e6}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list ul a{display:block;font-size:13px;font-weight:500;line-height:26px;color:#333232}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list ul a:hover{color:#a82827}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list ul ul{border-bottom:0}
.catalogsearch-result-index .block.block-layered-nav #narrow-by-list li li > a{border-bottom:0;line-height:30px}
.catalogsearch-result-index .pager .pages li { padding: 0; }
.catalogsearch-result-index .pager li>a, .catalogsearch-result-index .pager li>span { margin-left: 0; }

.catalogrequest-index-index .main-container #catalogrequest label { min-width: 180px; margin-right: 10px; }

.block-cart .summary{position:relative;z-index:1}
.block-cart .amount{margin:0}
.block-cart .amount a{font-weight:600}
.block-cart .subtotal{margin:10px 0}
.block-cart .subtotal .label{padding-left:0}
.block-cart .subtotal .price{font-weight:600}
.block-cart .actions{border-bottom:1px solid #e5e5e5}
.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right}
.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 8px 0}
.block-wishlist .actions{text-align:right}
.block-wishlist .actions a{float:none}
.block-related{margin-top:67px}
.block-related .block-subtitle{margin:0;padding:15px 0;font-size:14px;font-weight:600;color:#313131}
.block-related input.checkbox{position:absolute;left:15px;top:7px;z-index:9;line-height:35px;height:35px}
.block-related .product{margin-left:20px}
.page-popup .link-print{float:left;margin-top:10px}
.compare-table{border:0}
.compare-table thead tr.first th,.compare-table thead tr.first td{border:0;background:none;padding:0;font-size:0;line-height:0}
.compare-table .btn-remove{position:absolute;top:5px;right:5px}
.compare-table{margin-bottom:20px}
.compare-table tbody th,.compare-table tbody td{border:0;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;vertical-align:top}
.compare-table tbody th{padding:34px 28px;font-size:14px;vertical-align:top;color:#313131;text-transform:capitalize}
.compare-table tbody td,.compare-table .first td{padding:23px 29px}
.compare-table tbody td.last{border-right:1px solid #e5e5e5}
.compare-table tbody tr.last th,.compare-table tbody tr.last td{border-bottom:1px solid #e5e5e5}
.compare-table tr.first td,.compare-table .product-img-row td{position:relative}
.compare-table tr.first td .product-name,.compare-table .product-img-row .product-name{font-size:15px;line-height:18px;margin-bottom:12px;font-weight:600}
.compare-table tr.first td p,.compare-table tr.add-to-row td p{margin:0}
.compare-table .product-image{margin-bottom:16px;text-align:center;display:block}
.compare-table .product-image img{width:100%}
.compare-table .price-box{margin-bottom:12px}
.block-poll label{line-height:1}
.block-poll input.radio{float:left;margin:1px -18px 0 0}
.block-poll .label{display:inline-block;margin-left:18px;padding:0 11px}
.block-poll li{padding:7px 0}
.block-poll .actions{margin:5px 0 0}
.block-poll .answer{font-weight:700}
.block-poll .votes{float:right;margin-left:10px}
.block-gr-search li{padding:3px 9px}
.block-gr-search button.button span{border-color:#406a83;background:#618499}
.block-tags .block-content .tags-list{background:none;border:0;font-size:12px}
.block-tags .block-content a{color:#1b2d3b}
.block-tags .actions{text-align:right}
.block-tags .actions a{float:none}
.block-subscribe .block-content{padding:5px 10px}
.block-subscribe .block-title strong{background-image:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/i_block-subscribe.gif)}
.block-subscribe label{font-weight:700;color:#666}
.block-subscribe input.input-text{display:block;width:167px;margin:3px 0}
.block-subscribe .actions{background:none;padding:0;margin:3px 0 0;text-align:left}
.block-subscribe .actions button.button{float:none}
/*.block-subscribe .actions button.button span{border-color:#406a83;background:#618499}*/
.block-reorder input.checkbox{float:left;margin:2px -20px 0 0}
.block-reorder .product-name{margin-left:20px}
.block-reorder .validation-advice{margin:3px 9px 7px}
.block-banner{border:0}
.block-banner .block-content{padding:0;text-align:center}
.block-banner .block-content img{width:100%}
.block-login .block-content{padding:5px 10px}
.block-login label{font-weight:700;color:#666}
.block-login input.input-text{display:block;width:167px;margin:3px 0}
.block-login .actions{background:none;padding:0;margin:3px 0 0}
.block-login .actions button.button span{border-color:#406a83;background:#618499}
.sidebar .paypal-logo{display:block;margin:10px 0;text-align:center}
.sidebar .paypal-logo a{float:none}
.no-rating{margin:0 0 15px}
.ratings{font-size:14px;line-height:1.25;margin:7px 0 0;}
.ratings:after{display:inline!important}
.ratings strong{float:left;margin:1px 3px 0 0}
.ratings .rating-links{margin:0}
.ratings .rating-links .separator{margin:0 2px}
.ratings .rating-links a,.ratings .rating-links .separator{color:#a82827;font-weight:500}
.ratings .rating-links a:hover{color:#313131}
.rating-box{width:86px;height:15px;display:block;overflow:hidden;position:relative;letter-spacing:4px;color:#f5c10c}
.rating-box:before{font:15px/1 cherries;content:"\e90b\e90b\e90b\e90b\e90b"}
.rating-box .rating{position:absolute;top:0;left:0;overflow:hidden}
.rating-box .rating:before{font:15px/1 cherries;content:"\e90a\e90a\e90a\e90a\e90a"}
.ratings .rating-box{float:left;margin-right:14px}
.ratings .rating-box + .amount{margin-left:5px}
.ratings .amount{top: -1px;position: relative;}
.ratings-table th,.ratings-table td{font-size:11px;line-height:1.15;padding:3px 0}
.ratings-table th{font-weight:700;padding-right:8px}
.availability{margin:0}
.availability span{font-weight:700}
.availability.out-of-stock span{color:#d83820}
.availability-only{margin:10px 0 7px;line-height:16px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/i_availability_only.gif) 0 50% no-repeat;padding-left:15px}
.availability-only span,.availability-only a{border-bottom:1px dashed #751d02;color:#000}
.availability-only a{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/i_availability_only_arrow.gif) 100% 0 no-repeat;cursor:pointer;padding-right:15px;text-decoration:none}
.availability-only .expanded{background-position:100% -15px}
.availability-only strong{color:#be2c00}
.availability-only-details{margin:0 0 7px}
.availability-only-details th{background:#d2d6d9;font-size:10px;padding:0 8px}
.availability-only-details td{background:#ebf0f3;border-bottom:1px solid #fff;font-size:11px;padding:2px 8px 1px}
.availability-only-details tr.odd td.last{color:#d95e00;font-weight:700}
.product-view .product-shop .data-table{margin-bottom:27px}
.product-view .product-shop .availability span{font-weight:400}
.email-friend{margin:0 0 15px}
.email-friend a{font-size:14px;color:#949494;text-transform:capitalize}
.email-friend a:hover{color:#a82827}
.alert-price{margin:0;font-size:11px}
.alert-stock{margin:0;font-size:11px}
.price{white-space:nowrap!important;color:#2e2e2e}
.price-box{margin:5px 0}
.price-box .price{font-size:18px;font-weight:600;color:#000!important;line-height:24px}
.old-price{margin:0;display:inline-block}
.old-price .price-label{white-space:nowrap;color:#999;display:none}
.old-price .price{font-weight:400;color:#989898;text-decoration:line-through;font-size:15px;line-height:24px}
.special-price{margin:0;padding:0;display:inline-block}
.old-price + .special-price{margin-left:6px}
.special-price .price-label{font-size:13px;font-weight:700;white-space:nowrap;color:#a82827;display:none}
.minimal-price{margin:0}
.minimal-price .price-label{font-weight:700;white-space:nowrap}
.minimal-price-link{display:block}
.minimal-price-link .label{color:#1e7ec8}
.minimal-price-link .price{font-weight:400;color:#1e7ec8}
.price-excluding-tax{display:block;color:#999}
.price-excluding-tax .label,.price-including-tax .label{white-space:nowrap;padding:0;text-align:left;min-width:70px}
.price-excluding-tax .price{font-size:13px;font-weight:400;color:#c76200}
.price-including-tax{display:block;color:#999}
.configured-price{margin:0}
.configured-price .price-label{font-weight:600;white-space:nowrap}
.configured-price .price{font-weight:600}
.weee{display:block;font-size:11px;color:#444}
.weee .price{font-size:11px;font-weight:400}
.price-excl-tax{display:inline-block}
.price-excl-tax .label{display:block;white-space:nowrap}
.price-excl-tax .price{display:block}
.price-incl-tax{display:inline-block}
.price-incl-tax .label{display:block;white-space:nowrap}
.price-incl-tax .price{display:block;font-weight:700}
.price-from{margin:0}
.price-from .price-label{font-weight:500;white-space:nowrap;min-width:55px;display:inline-block}
.price-to{margin:0}
.price-to .price-label{font-weight:500;white-space:nowrap;min-width:55px;display:inline-block}
.price-notice{padding-left:10px;color:#999}
.price-notice .price{font-weight:700;color:#2f2f2f}
.price-as-configured{margin:0}
.price-as-configured .price-label{font-weight:500;white-space:nowrap;display:inline-block;min-width:150px}
.price-box-bundle{padding:0 0 10px}
.price-box-bundle .price-box{margin:0!important;padding:0!important}
.price-box-bundle .price{color:#555}
.product-pricing,.tier-prices{margin:10px 0;padding:10px;background-color:#f9f9f9;border:1px solid #e5e5e5}
.tier-prices li{text-align:left;padding-left:8px}
.tier-prices li:before{font-family:"cherries";content:"\e904";margin-left:-8px}
.tier-prices .benefit{font-style:italic;font-weight:700;color:#2f2f2f}
.tier-prices .price{font-weight:600}
.tier-prices-grouped li .price{font-weight:600}
.add-to-links{font-size:11px;margin:5px 0 0}
.add-to-links .separator{display:none}
.add-to-cart button.button{padding:10px 33px;line-height:18px}
.add-to-cart .paypal-logo{clear:left;margin:0;text-align:right}
.add-to-cart .paypal-logo .paypal-or{clear:both;display:block;margin:5px 60px 5px 0}
.product-view .add-to-cart .paypal-logo{margin:0}
.add-to-box{margin:0}
.add-to-box .add-to-cart{float:left}
.add-to-box .or{float:left;font-weight:700;margin:0 7px;color:#666}
.add-to-box .add-to-links{float:left;margin:0;font-size:12px!important;line-height:1.25!important;text-align:left!important}
.add-to-box .add-to-links li{display:inline-block}
.add-to-box .add-to-links li .separator{display:none!important}
.product-essential h2{font-size:14px;line-height:1.35;font-weight:600}
.product-collateral h2{font-size:20px;margin:0 0 29px}
.product-collateral .box-collateral{margin:0 0 25px}
.product-collateral .product-tap-panel .panel-body h2{display:none}
.product-view .product-img-box{margin-bottom:65px}
.col3-layout .product-view .product-img-box{float:none;margin:0 auto}
.product-view .product-img-box .product-image{margin:0 0 13px}
.product-view .product-img-box .product-image-zoom{position:relative;overflow:hidden}
.product-view .product-img-box .product-image-zoom img{position:absolute;left:0;top:0;cursor:move}
.product-view .product-img-box .zoom-notice{font-size:11px;margin:0 0 5px;text-align:center}
.product-view .product-img-box .zoom{position:relative;z-index:9;height:18px;margin:0 auto 13px;padding:0 28px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/slider_bg.gif) 50% 50% no-repeat;cursor:pointer}
.product-view .product-img-box .zoom.disabled{-moz-opacity:.3;-webkit-opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:.3}
.product-view .product-img-box .zoom #track{position:relative;height:18px}
.product-view .product-img-box .zoom #handle{position:absolute;left:0;top:-1px;width:9px;height:22px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/magnifier_handle.gif) 0 0 no-repeat}
.product-view .product-img-box .zoom .btn-zoom-out{position:absolute;left:2px;top:0}
.product-view .product-img-box .zoom .btn-zoom-in{position:absolute;right:2px;top:0}
.product-view .product-img-box .more-views h2{font-size:11px;border-bottom:1px solid #ccc;margin:0 0 8px;text-transform:uppercase}
.product-view .product-img-box .more-views li{float:left;margin:0 0 8px 9px}
.product-view .product-img-box .more-views li a{float:left;width:56px;height:56px;border:2px solid #ddd;overflow:hidden}
.product-image-popup{margin:0 auto}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0}
.product-image-popup .nav{font-weight:700;margin:0 100px;text-align:center}
.product-image-popup .image{display:block;margin:10px 0}
.product-image-popup .image-label{font-size:13px;font-weight:700;margin:0 0 10px;color:#2f2f2f}
.product-view .product-shop-wrapper{}
.product-view .product-shop .rating-box{color:#313131}
.product-view .product-shop .product-name{margin:0 0 5px}
.product-view .product-shop .product-name h1{font-size:30px;line-height:35px;color:#3d3d3d;font-weight:400;margin-bottom:0;padding-right:40px}
.product-view .product-shop .availability{margin:0 0 15px}
.product-view .product-shop .short-description{margin:0 0 10px}
.product-view .product-shop .short-description .std p { margin-bottom: 7px; }
.product-view .product-shop .price-box{margin:0;clear: both; }
.product-view .product-shop .price-box .price{font-size:28px;font-weight:700;color:#262626;line-height:60px}
.product-view .product-shop .data-table .price-box .price{line-height:1.3}
.product-view .product-shop .grouped-items-table .price-box .price{font-size:20px}
.product-view .product-shop .price-box .old-price .price{font-weight:400;color:#989898;font-size:25px}
.product-view .product-shop .grouped-items-table .price-box .old-price .price{font-size:18px}
.product-view .product-shop .add-to-links{font-size:12px;text-align:left;margin:5px 0 0;padding:5px 0 0;clear:both}
.product-view .product-shop .add-to-links li,.product-view .product-shop .add-to-links li .separator{display:inline-block}
.product-view .product-shop .add-to-links li + li{margin-left:15px}
.prev-next-products{float:right;position:relative}
.prev-next-products .product-nav{display:inline-block;vertical-align:middle}
.prev-next-products a{color:#3d3d3d;font-size:22px;line-height:42px}
.prev-next-products .product-nav .product-pop{position:absolute;right:0;top:100%;padding:10px;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.2);z-index:1;visibility:hidden;opacity:0;transition:all .2s;text-align:center}
.prev-next-products .product-nav:hover .product-pop{opacity:1;visibility:visible}
.prev-next-products .product-nav .product-pop .product-image{margin-bottom:10px;width:auto}
.prev-next-products .product-nav .product-pop .product-name{margin:0;font-weight:600;font-size:11px}
.product-options{position:relative}
.product-options dt{font-weight:400}
.product-options dt label{color:#2f2f2f;position:relative}
.product-options dt label.required em{font-style:normal;color:#eb0101;font-size:30px;line-height:.4;font-weight:600;vertical-align:middle;top:2px;}
.qty-holder{min-width:120px}
.product-options dd .qty-holder{display:block;padding:0}
.product-options dd .qty-holder label{vertical-align:middle}
.product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#2f2f2f}
.product-options dd{margin-bottom:12px}
.product-options dd input.input-text{width:100%;height:37px;line-height:37px}
.product-options dd input.qty{display:inline-block;width:45px;height:35px;line-height:35px}
.product-options dd input.input-text + p.note,.product-options dd textarea + p.note,.product-options dd select + p.note{margin-top:-11px}
.product-options dd input.datetime-picker{width:150px}
.product-options dd .time-picker{display:-moz-inline-box;display:inline-block;padding:2px 0;vertical-align:middle}
.product-options dd textarea{width:100%}
.product-options dd select{width:100%;margin-bottom:10px;height:37px;line-height:37px}
.product-options dd .multiselect{height:auto;line-height:1;padding:0}
.product-options dd .multiselect option{border-bottom:1px dotted #e5e5e5;padding:9px 14px}
.product-options dd input[type=file]{margin-bottom:19px}
.product-options dd text-area{width:100%}
.product-options ul.options-list{margin-right:5px}
.product-options ul.options-list li{line-height:1.5;padding:2px 0}
.product-options ul.options-list input.radio{float:left;margin-top:3px}
.product-options ul.options-list input.checkbox{float:left;margin-top:3px}
.product-options ul.options-list .label{display:block;margin-left:18px;padding:0;text-align:left}
.product-options ul.options-list label{font-weight:400}
.product-options ul.validation-failed{padding:0 7px}
.product-options p.note{margin:0;font-size:11px}
.product-options p.required{position:absolute;right:0;top:3px;display:none}
.product-options-bottom{margin-bottom:22px}
.product-options-bottom .product-pricing,.product-options-bottom .tier-prices{margin:0;padding:0 0 10px;border:0;background:0;color:#e26703}
.product-options-bottom .tier-prices li{background:0;padding:2px 0}
.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit{color:#e26703}
.product-options-bottom .price-box{display:none}
.product-options-bottom .add-to-links{clear:both;padding:5px 0 0}
.product-options-bottom .add-to-links li{display:inline-block;margin-right:15px}
.col3-layout .product-options-bottom .price-box{float:none;padding:0 0 5px}
.product-options-bottom .price-label{float:left;padding-right:5px}
.product-options-bottom .price-tax{float:left}
.product-options-bottom .qty-holder,.add-to-cart .qty-holder{margin-bottom:27px}
.product-shop .product-options-bottom{margin:0 0 10px}
.product-shop .product-options-bottom .price-box{float:none;margin:0 0 5px}
.product-shop .product-options-bottom .price-label{float:none;padding-right:0}
.product-shop .product-options-bottom .price-tax{float:none}
.product-shop .product-options-bottom .add-to-cart-box{clear:both;float:left;padding-top:12px}
.product-shop .product-options-bottom .add-to-links{clear:both;padding:5px 0 0;text-align:left}
.product-view .grouped-items-table .price-box{margin:0;padding:0}
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td{line-height:1.25}
.block-upsell{padding:32px 28px;border:1px solid #f0f0f0}
.block-upsell .products-list li{padding:22px 0 0}
.block-upsell .products-list li:first-child{padding-top:0}
.block-upsell .products-list .product-image{float:left}
.block-upsell .products-list .product-name{font-size:14px;line-height:18px;font-weight:500;margin:-3px 0 3px 80px}
.block-upsell .products-list .price-box .price{font-size:13px}
.block-upsell .products-list .price-box{float:none;margin-left:80px}
.product-view .box-tags{margin:0}
.product-view .box-tags h3{font-size:13px}
.product-view .box-tags .product-tags{display:block;margin:0 0 15px}
.product-view .box-tags .product-tags li{display:inline;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/bkg_pipe3.gif) 100% 4px no-repeat;padding:0 7px 0 4px}
.product-view .box-tags .product-tags li.first{padding-left:0}
.product-view .box-tags .product-tags li.last{background:none;padding-right:0}
.product-view .box-tags .form-add label{display:block}
.product-view .box-tags .form-add .input-box{float:left}
.product-view .box-tags .form-add input.input-text{width:299px}
.product-view .box-tags .note{margin:3px 0 0;font-size:12px}
.avatar-image{float:left}
.review-area{line-height:1;margin-left:0px;}
.review-area .review-title{font-size:18px;display:inline-block;margin-bottom:7px}
.review-area .review-by{display:inline-block;margin-bottom:7px;font-style:italic}
.review-area .review-by strong{font-weight:500}
.review-area .ratings-list{margin-bottom:11px}
.review-area .ratings-list .rating-item{display:inline-block;vertical-align:middle;margin-right:10px}
.review-area .ratings-list .label{padding:0;line-height:15px;vertical-align:middle;text-transform:capitalize;font-weight:600;margin-right:5px}
.review-area .ratings-list .rating-box{display:inline-block;vertical-align:middle}
.product-view .box-reviews dl{margin:15px 0}
.product-view .box-reviews dt a,.product-view .box-reviews dt span{font-weight:700}
.product-view .box-reviews dd{margin:0 0 15px}
.product-view .box-reviews dd small{font-style:italic}
.product-view .box-reviews .form-add{margin:15px 0 0}
.product-view .box-reviews .form-add h3{font-size:13px;font-weight:400}
.product-view .box-reviews .form-add h3 span{font-weight:700}
.product-view .box-reviews .form-add h4{font-size:12px}
.product-view .box-reviews .form-add .data-table td{text-align:center}
.product-view .box-reviews .form-add .form-list{margin:15px 0 0}
.product-view .box-reviews .form-add .buttons-set{text-align:left}
.add-review h4{font-size:15px;font-weight:400}
.add-review .form-list li{margin-bottom:10px}
.add-review .buttons-set{text-align:left}
.review-table{margin-bottom:60px}
.collateral-box{margin-bottom:30px}
.send-friend .form-list{width:615px;overflow:hidden}
.send-friend .form-list li{margin-right:-15px}
.send-friend .form-list li p{margin:0 15px 0 0}
.send-friend .form-list .field{width:315px}
.send-friend .form-list .input-box{width:300px}
.send-friend .form-list input.input-text,.send-friend .form-list textarea{width:294px}
.send-friend .form-list li.wide .input-box{width:612px}
.send-friend .form-list li.wide textarea{width:609px}
.send-friend .buttons-set .limit{float:right;margin:0 7px 0 0;font-size:11px;line-height:21px}
.block-manufacturer{margin-bottom:15px;text-align:center;background:#fafafa;padding:7px 25px 14px}
.block-manufacturer img{display:inline-block;max-width:100%;height:auto;vertical-align:middle}
.block-manufacturer hr{margin-top:0;margin-bottom:20px;border-color:#e6e6e6}
.block-manufacturer h5{font-size:12px}
.block-manufacturer h2{font-size:30px;line-height:1.5;margin-bottom:0;word-wrap:break-word}
.sharing-tool-area{display:inline-block;float:right;margin:0}
.sharing-tool-area .addthis_toolbox,.sharing-tool-area .addthis_toolbox.addthis_default_style{margin-top:19px}
.sharing-tool-area .addthis_toolbox.addthis_default_style.addthis_32x32_style{margin-top:11px}
.product-name{margin:0;font-size:1em;font-weight:400}
.product-name a{color:#a82827;}
.product-name a:hover,.product-name a:focus{color:#a82827}
.tags-list{display:block;font-size:13px;border:1px solid #c1c4bc;background:#f8f7f5;padding:10px}
.tags-list li{display:inline!important;margin:0 4px 0 0}
.tags-list li a{color:#1b2d3b}
.advanced-search .form-list label{width:160px;padding-right:10px}
.advanced-search .form-list .input-box,.advanced-search .form-list .input-range{clear:none}
.advanced-search-amount{margin:0 0 10px}
.advanced-search-summary{margin:10px 0;border:1px solid #ebebeb;padding:25px}
.advanced-search-summary ul{float:left;width:49%}
.advanced-search-summary p{clear:both;font-weight:700;margin:0}
.advanced-search .separator{display:inline-block;line-height:45px;vertical-align:top}
.advanced-search small{line-height:45px;font-size:13px;vertical-align:top}
.page-sitemap .links{text-align:right;margin:0 8px -22px 0}
.page-sitemap .links a{text-decoration:none;position:relative}
.page-sitemap .links a:hover{text-decoration:underline}
.page-sitemap .sitemap{margin:12px}
.page-sitemap .sitemap a{color:#1b2d3b}
.page-sitemap .sitemap li{margin:3px 0}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:700}
.page-sitemap .sitemap li.level-0 a{color:#1e7ec8}
.rss-title h1{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px}
.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px}
.cart .page-title{border-bottom:0;margin:0 0 12px}
.cart .page-title h1{margin:10px 0 0}
.cart .page-title .checkout-types li{margin:0 0 5px}
.cart .title-buttons .checkout-types{float:right}
.cart .title-buttons .checkout-types li{float:left;margin:0 0 5px 5px}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;line-height:1;font-size:11px}
.cart-table td,#checkout-review-table td{padding:32px 0;vertical-align:middle}
.cart-table tfoot tr,#checkout-review-table tr{padding:25px 0}
.cart-table thead th:first-child{padding-left:100px}
.cart-table tfoot td{padding:25px 0}
.cart-table tbody td.last,.cart-table thead td.last{width:35px}
.cart-table .product-image{float:left;width:auto}
.cart-table .product-name,#opc-review .product-name{font-size:20px;line-height:28px;margin-bottom:8px;font-weight:600}
.cart-table .item-options .truncated_full_value{display:inline-block}
.cart-table .item-options .item-options,#checkout-review-table .cart-table .item-options .item-options{margin:0}
.cart-table .item-msg,#checkout-review-table .item-msg{margin-bottom:8px;font-size:11px;font-weight:700;color:#df280a}
.cart-table .price,#checkout-review-table .price,#my-orders-table .price{font-weight:600;color:#2e2e2e}
.cart-table .sub-total .price,#checkout-review-table .sub-total .price,#my-orders-table .sub-total .price{font-size:20px}
.cart-table .product-name,.cart-table .item-options,.cart-table .item-msg{margin-left:101px}
.cart-table .btn-continue{float:left}
.cart-table .btn-empty,.cart-table .btn-continue,.cart-table .btn-update{color:#2e2e2e;border-width:1px;border-color:#e0e0e0;background-color:transparent;padding:7.5px 15px;font-size:12px;border-radius:0;letter-spacing:.5px}
.cart-table .btn-empty:hover,.cart-table .btn-empty:focus,.cart-table .btn-continue:hover,.cart-table .btn-continue:focus,.cart-table .btn-update:hover,.cart-table .btn-update:focus{color:#fff;border-color:#a82827;background-color:#a82827}
.cart-table .btn-update,.cart-table .btn-empty{float:right}
.cart-table .btn-update{margin-left:10px}
.cart .cart-collaterals .col2-set{float:left;width:605px}
.cart .cart-collaterals .col2-set .col-2{width:294px}
.cart .crosssell{border:1px solid #cec3b6;background:#fafaec;padding:12px 15px}
.cart .crosssell h2{font-size:13px;font-weight:700}
.cart .crosssell .product-image{float:left;width:75px;height:75px;border:1px solid #d0cdc9}
.cart .crosssell .product-details{margin-left:90px}
.cart .crosssell .product-name{font-weight:700}
.cart .crosssell li.item{margin:12px 0}
.cart .crosssell .link-compare{font-weight:400}
.cart .discount h2,.cart .shipping h2{font-size:16px;font-weight:600;line-height:61px;color:#333232;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin-bottom:22px}
.cart .discount .buttons-set,.cart .shipping .buttons-set{margin:-5px 0;border:0;padding:0;text-align:left}
.cart .discount select,.cart .shipping select{min-height:35px;line-height:35px}
.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button,.catalogrequest-index-index .col.left .button,.catalogrequest-index-index input[type="submit"], #giftcard_shoppingcart_apply button.button{color:#333232;background-color:#f0f0f0;border-color:#f0f0f0;text-transform:uppercase;letter-spacing:.6px;padding:10.5px 15px;font-size:12px;min-width:150px;text-align:center;margin:5px 0}
.cart .discount .buttons-set button:hover,.cart .shipping .buttons-set button:hover,.cart .discount .buttons-set button:active,.cart .shipping .buttons-set button:active,.cart .discount .buttons-set button:focus,.cart .shipping .buttons-set button:focus,.catalogrequest-index-index .col.left .button:hover,.catalogrequest-index-index .col.left .button:focus,.catalogrequest-index-index input[type="submit"]:hover,.catalogrequest-index-index input[type="submit"]:focus, #giftcard_shoppingcart_apply button.button:hover{color:#fff;background-color:#a82827;border-color:#a82827}
.cart .discount .buttons-set button.button{margin-bottom:25px}
.cart .discount input.input-text,.cart .shipping input.input-text{border:1px solid #e5e5e5;box-shadow:0px 0px;width:100%;height:35px;padding:9px 15px;font-size:10px;line-height:1.5}
.cart .discount input.input-text#giftvoucher_code{border-radius:0px;padding: 9px 20px;height:45px;margin-bottom:10px;}
.cart .shipping .sp-methods{margin:20px 0 0;padding:5px 0 0}
.cart .totals{background-color:#fcfcfc;border:2px solid #e5e5e5;padding:34px 33px 46px;text-align:right}
.cart .totals table{width:100%;margin:0 0 18px}
.cart .totals td{padding:0;display:inline-block}
.cart .totals td:first-child:after{content:":\00a0";margin-left: -4px;}
.cart .totals tr.grand-total td:first-child:after{font-size: 22px;    line-height: 10px;}
.cart .totals tbody td{font-size:15px;line-height:30px;color:#878787;font-weight:600}
.cart .totals tfoot th{padding:5px 15px 5px 7px}
.cart .totals tfoot th strong,.cart .totals tfoot td strong{font-size:22px;line-height:30px;color:#343434;font-weight:600;margin-bottom:18px}
.cart .totals tfoot td strong .price{font-weight:700}
.cart .totals .checkout-types{font-size:13px;margin:0;text-align:right}
.cart .totals .checkout-types li{clear:both}
.cart .totals .checkout-types button.btn-checkout{width:100%}
.item-options dd{padding-left:10px;margin:0 0 6px}
.item-options.samples dt{margin-bottom:6px}
.item-options.samples dd{padding-left:0;margin:0 0 4px;font-size:13px;line-height:1.5;font-weight:600}
.truncated{cursor:help}
.truncated a.dots{cursor:help}
.truncated a.details{cursor:help}
.truncated .truncated_full_value{position:relative;z-index:999}
.truncated .truncated_full_value .item-options{position:absolute;top:-99999em;left:-99999em;z-index:999;width:250px;padding:8px;border:1px solid #e5e5e5;background-color:#f6f6f6}
.truncated .truncated_full_value .item-options > p{font-weight:700;text-transform:uppercase}
.truncated .show .item-options{top:-20px;left:50%}
.col-left .truncated .show .item-options{left:15px;top:7px}
.col-right .truncated .show .item-options{left:-240px;top:7px}
.sp-methods{margin:0 0 8px}
.sp-methods dt{margin:0 0 5px;}
.sp-methods dt.shippingmethod{font-family: 'cabrito';font-size:17px}
.sp-methods dd li{margin:5px 0}
.sp-methods label{margin-bottom:0; font-size:15px; padding:0 6px;}
.sp-methods .price{font-weight:700}
.sp-methods .form-list{padding:20px 30px}
.sp-methods .form-list li{margin:0 0 8px}
.sp-methods select.month{width:154px;margin-right:10px}
.sp-methods select.year{width:96px}
.sp-methods input.cvv{width:6em!important}
.sp-methods#checkout-payment-method-load label{font-size:14px;margin-bottom: 5px;padding:0;font-weight: 600}
.sp-methods#checkout-payment-method-load .gift-card input[type="checkbox"] {margin:3px 0 7px}
.sp-methods#checkout-payment-method-load input.radio{margin-bottom:3px;}
.sp-methods .checkmo-list li{margin:0 0 5px}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}
.sp-methods .checkmo-list address{float:left}
.sp-methods .centinel-logos a{margin-right:3px}
.sp-methods .centinel-logos img{vertical-align:middle}
.sp-methods .release-amounts{margin:.5em 0}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}
.sp-methods .fee-items { display: none; }
.sp-methods .fee-items:last-child { display: block; }
.checkout-cart-index .sp-methods .fee-items { display: none; }
#checkout-review-table tfoot td{padding:10px 0;    font-size: 15px;}
#checkout-review-table tfoot td.a-right.last{text-align: center!important}
.please-wait{float:right}
.please-wait img{vertical-align:middle}
.cvv-what-is-this{font-size:11px;cursor:help;margin-left:10px}
.tool-tip{border:1px solid #7BA7C9;background:#EAF6FF;padding:15px 20px;position:absolute;z-index:9999}
.tool-tip .btn-close{margin:-9px -14px 0;text-align:right}
.tool-tip .btn-close a{display:block;margin:0 0 0 auto;width:15px;height:15px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/btn_window_close.gif) 100% 0 no-repeat;text-align:left;text-indent:-999em;overflow:hidden}
.tool-tip .tool-tip-content{padding:5px}
.gift-messages h3{font-size:12px;font-weight:700;color:#e87403}
.gift-messages p.control{color:#8e8d8b}
.gift-messages-form{position:relative}
.gift-messages-form label{float:none!important;position:static!important;font-family: 'cabrito';font-size:17px !important}
.gift-messages-form h4{font-size:12px;font-weight:700;color:#e87403}
.gift-messages-form .whole-order{margin:0 0 25px}
.gift-messages-form .item{margin:0 0 10px}
.gift-messages-form .item .product-img-box{float:left;width:75px}
.gift-messages-form .item .product-image{margin:0 0 7px}
.gift-messages-form .item .number{margin:0;font-weight:700;text-align:center;color:#8a8987}
.gift-messages-form .item .details{margin-left:90px}
.gift-messages-form .item .details .product-name{font-size:13px;font-weight:700;margin:0 0 10px}
.gift-messages-form .item .details .form-list .field{width:255px}
.gift-messages-form .item .details .form-list .input-box{width:240px}
.gift-messages-form .item .details .form-list input.input-text{width:234px}
.gift-messages-form .item .details .form-list li.wide .input-box{width:500px}
.gift-messages-form .item .details .form-list li.wide textarea{width:494px}
.gift-message-link{font-size:11px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/bkg_collapse-gm.gif) 100% 6px no-repeat;padding-right:7px}
.gift-message-link.expanded{background-position:100% -40px}
.gift-message-row{background:#f2efe9}
.gift-message-row .btn-close{float:right;width:16px;height:16px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/btn_gm-close.gif) 0 0 no-repeat;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
.gift-card #giftvoucher-custom-code .form-control{border:1px solid #e5e5e5;box-shadow:0px 0px;border-radius:0px;padding: 9px 20px;height:45px;margin-bottom:10px;}
.gift-card #payment_form_giftvoucher li{font-size:14px}
.gift-card #payment_form_giftvoucher li a{color:#a82827}
.gift-card #payment_form_giftvoucher li#giftvoucher_message{margin:0;}
.checkout-agreements li{margin:30px 0}
.checkout-agreements .agreement-content{overflow:auto;height:12em;padding:10px;background-color:#fbfaf6;border:1px solid #bbb6a5}
.checkout-agreements .agree{margin:0;padding:10px 0 10px 11px}
.checkout-agreements .agree input.checkbox{margin-right:6px}
.checkout-agreements .agree label{font-weight:700;color:#666}
.opc .checkout-agreements{border:1px solid #d9dde3;border-width:0 1px;padding:5px 30px}
.opc .checkout-agreements li{margin:20px 0 0}
.opc .checkout-agreements .agreement-content{background-color:#fff;border-color:#e4e4e4;padding:5px}
.opc .checkout-agreements .agree{padding-left:6px}
.centinel .authentication{border:1px solid #ddd;background:#fff}
.centinel .authentication iframe{width:99%;height:400px;background:transparent!important;margin:0!important;padding:0!important;border:0!important}
.opc .centinel{border:1px solid #bbb6a5;border-width:0 1px 1px;padding:10px 30px}
.info-set{background:#fbfaf6 url(https://www.chukar.com/skin/frontend/chukar/cherries/images/bkg_checkout.gif) 0 0 repeat-x;border:1px solid #bbb6a5;margin:0 0 25px;padding:20px}
.info-set h2{font-size:13px;font-weight:700;margin:0 0 10px}
.info-set h3,.info-set h4{font-size:13px;font-weight:700;color:#E26703}
.info-set h2 a,.info-set h3 a,.info-set h4 a{font-weight:400}
.info-set h2.legend{margin:-20px -20px 15px;padding:5px 10px;background:#f9f3e3;border-bottom:1px solid #bbafa0;position:relative}
.info-set h3.legend{margin:0 0 10px;color:#0a263c}
.info-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.info-set .box{margin:0 0 15px}
.info-set .box h2{color:#e26703}
.info-set .data-table .product-name{font-size:1em!important;font-weight:700!important;color:#1e7ec8!important}
.info-set .data-table .product-name a{font-weight:700!important}
.info-set .data-table .item-options{margin:5px 0 0}
.block-progress{border:0;margin:0 0 20px}
.block-progress .block-title{padding:0;border:none}
.block-progress .block-title strong{font-size:17px;line-height:1.5;padding:22px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;color:#333232;margin-bottom:16px;text-transform:uppercase;display:block;text-align:center;}
.block-progress .block-content{background:none}
.block-progress dt {color: #343434;font-family: cabrito;font-size: 17px;font-weight: 600;line-height: 26px;}
.block-progress dd {padding:15px 0 20px;font-size:16px;}
.block-progress dd address{font-size:16px;}
.block-progress p{margin:0}
.block-progress .cards-list dt{background:none;border:0 none;color:inherit;font-size:12px;margin:5px 0;padding:0}
.block-progress .cards-list dd{border:0 none;margin:0;padding:0}
.block-progress .cards-list .info-table th{font-weight:400}
.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator{display:inline}
.opc-block-progress dt a,.opc-block-progress dt .separator{display:none}
.opc .buttons-set{margin-top:19px;padding-top:0;text-align:left}
.opc .buttons-set button.button{min-width:150px}
.opc #onepage-guest-register-button{color:#333;background-color:#f2f2f2;border-color:#f2f2f2}
.opc #onepage-guest-register-button:hover{color:#fff;background-color:#262626;border-color:#262626}
.opc .buttons-set p.required{display:none}
.forgot-link{font-size:12px;line-height:45px;color:#a82827;font-weight:500;margin-left:16px}
.forgot-link:hover,.forgot-link:focus{color:#262626;text-decoration:underline}
.opc .buttons-set .back-link small{display:none}
.opc .step p.back-link{float:none;margin-bottom:0;font-size: 15px;padding-right: 10px;}
.opc .buttons-set .back-link a{padding-left:16px}
.opc .buttons-set .back-link a:before{font-family:cherries;content:"\e914";margin-right:5px}
.opc .buttons-set.disabled button.button,.opc .buttons-set.disabled p.back-link{display:none}
.opc .buttons-set .please-wait{height:21px;line-height:21px}
.opc .ul{list-style:none;margin-top:5px;margin-bottom:19px}
.opc .ul li:before{font:normal normal 12px cherries;color:#a8a8a8;content:"\e904";display:inline-block;margin:0 10px;vertical-align:middle}
.opc{position:relative;margin-bottom:20px}
.opc li.section + li.section{margin-top:-1px}
.opc .step-title{padding:0;position:relative}
.opc .step-title .number{display:block;position:absolute;width:40px;height:40px;top:50%;margin-top:-20px;background-color:#f2f2f2;font-size:18px;line-height:40px;text-align:center;font-weight:600}
.opc .step-title h2{font-weight:600;letter-spacing:.7px;margin-bottom:0;font-size:16px;line-height:1.5;padding:22px 0 22px 57px;text-transform:capitalize;padding-left:57px;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}
.opc .step-title a{display:none;float:right;font-size:11px;line-height:16px}
.opc .allow .step-title{color:#262626;background:none}
.opc .step{padding:40px 0 37px}
.opc .step p{line-height:24px;margin-bottom:23px}
.opc .step .tool-tip{right:30px}
#opc-login .buttons-set{border-top:0}
#opc-login h3{color:#000;margin-bottom:17px}
#opc-login .form-list{margin-bottom:19px}
#opc-login #login-form .form-list{margin-bottom:0}
#opc-login h4{font-size:14px;font-weight:300;line-height:1.75;color:gray}
#opc-shipping_method .buttons-set{border-top:0}
.opc .gift-messages-form{margin:0 -30px;background:#f6f1eb;border:1px solid #e9e4de;border-width:1px 0;padding:22px 24px 22px 30px}
.opc .gift-messages-form .inner-box{padding:5px;overflow:auto}
#opc-review .item-options{margin:5px 0 0}
#opc-review .buttons-set{padding:20px 0}
#opc-review .buttons-set button.button{margin-bottom:0}
#opc-review .buttons-set p{margin:0;line-height:40px; font-size: 13px;padding-right: 10px;}
#opc-review .buttons-set .please-wait{height:40px;line-height:40px}
#opc-review .authentication{margin:0 auto;width:570px}
#opc-review .warning-message{color:#222;font-weight:700;text-align:center;padding:10px 10px 0}
#opc-review .buttons-set .forgot-item{margin-bottom:0;line-height:45px;display:inline-block;vertical-align:middle;margin-left:10px}
#opc-review .grand-total td{font-size:22px}
#opc-review .grand-total td.a-right{font-family:'cabrito'}
.checkout-progress{padding:0 90px;margin:0 0 30px}
.checkout-progress li{float:left;width:19%;margin:0 3px 0 0;border-top:10px solid #343434;padding:5px 0 0;text-align:center;color:#343434}
.checkout-progress li.active{border-top-color:#a82827;color:#a82827}
.multiple-checkout h2{font-size:16px;margin:0 0 20px}
.multiple-checkout h3,.multiple-checkout h4{font-size:15px;margin-bottom:10px}
.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a{font-weight:400}
.multiple-checkout .data-table .product-name{font-size:20px;line-height:28px;font-weight:600;margin-bottom:8px}
.multiple-checkout .data-table .product-name a{font-weight:600}
.multiple-checkout .gift-messages{margin:15px 0 0}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px}
.multiple-checkout .col2-set,.multiple-checkout .col3-set{border:1px solid #e5e5e5;margin:0 0 25px;padding:20px}
.multiple-checkout .col2-set h2.legend{padding:10px 0;border-bottom:1px solid #e5e5e5;position:relative;margin-bottom:20px}
.multiple-checkout .col2-set h3.legend{margin:0 0 10px;color:#0a263c}
.multiple-checkout .col2-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.multiple-checkout .box{margin:0}
.multiple-checkout .box + .box{margin-top:25px}
.multiple-checkout .box h2{margin-bottom:0}
.multiple-checkout .place-order .please-wait{float:left;padding:10px 7px 0 0}
.multiple-checkout .place-order .grand-total{float:right}
.multiple-checkout .place-order .grand-total .inner div{display:inline-block}
.multiple-checkout .place-order .grand-total big{display:inline-block;margin-right:12px;font-size:22px;font-weight:700;vertical-align:middle;line-height:45px;margin-bottom:11px}
.multiple-checkout .place-order .grand-total button.button span span{padding:0 45px 0 36px}
.multiple-checkout .gift-messages-form .item .details .form-list{width:100%;overflow:hidden}
.multiple-checkout .gift-messages-form .item .details .form-list li{margin-right:-15px}
.multiple-checkout .gift-messages-form .item .details .form-list .field{width:230px}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box{width:215px}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text{width:209px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{width:445px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:439px}
.checkout-multishipping-shipping .box-sp-methods{position:relative}
.checkout-multishipping-shipping .box-sp-methods .pointer{display:none}
.checkout-multishipping-billing .multiple-checkout{position:relative}
.account-login .content{padding:37px;border:1px solid #ebebeb;background:#fcfcfc;margin-bottom:40px}
.account-login .content h2{margin-bottom:15px}
.account-login .buttons-set{margin:0;padding:0;text-align:left}
.forgot-password{display:inline-block;line-height:45px;margin-left:20px}
.captcha-note{clear:left;padding-top:5px}
.captcha-image{float:left;display:inline;margin:0;position:relative;width:258px}
.captcha-image .captcha-img{border:1px solid #b6b6b6;vertical-align:bottom;width:100%}
.registered-users .captcha-image{margin:0}
.captcha-reload{cursor:pointer;position:absolute;top:2px;right:2px}
.captcha-reload.refreshing{animation:rotate 1.5s infinite linear;-webkit-animation:rotate 1.5s infinite linear;-moz-animation:rotate 1.5s infinite linear}
@-webkit-keyframes rotate {
    0%{-webkit-transform:rotate(0);-webkit-transform:rotate(-360deg)}
}
@-moz-keyframes rotate {
    0%{-moz-transform:rotate(0);-moz-transform:rotate(-360deg)}
}
@keyframes rotate {
    0%{transform:rotate(0);transform:rotate(-360deg)}
}
.window-overlay{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/window_overlay.png) repeat;background:rgba(0,0,0,0.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990}
.remember-me label{float:none;margin:0 6px}
.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;-box-shadow:0 0 6px #ccc;z-index:1000}
.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px}
.remember-me-popup .remember-me-popup-head{position:relative}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close{display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em}
.remember-me-popup .remember-me-popup-body{padding:10px}
.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;font:bold 12px/19px Arial,Helvetica,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;color:#fff}
.my-account .title-buttons .link-rss{float:none;margin:0}
.my-account .buttons-set{text-align:right}
.dashboard .welcome-msg{margin-bottom:40px}
.dashboard .welcome-msg p{margin:0}
.dashboard .welcome-msg p strong{font-size:20px;margin-bottom:10px;display:block}
.dashboard .col2-set{margin:0 0 15px}
.box-account{border:1px solid #e5e5e5;padding:30px 20px;margin-bottom:20px}
.box-account .box-head{margin-bottom:15px;text-align:right}
.box-account .box-head h2{float:left;margin:0;text-transform:uppercase}
.dashboard .box .box-title{padding:15px 10px;margin:0;text-align:right}
.dashboard .box .box-title h3,.dashboard .box .box-title h4{float:left;font-size:15px;margin-top:6px}
.my-account .data-table thead th:first-child,.my-account .data-table td{text-align:center}
.my-account .data-table{margin-bottom:30px}
.my-account .data-table .product-name{font-size:18px}
.my-account .data-table .ratings .rating-box,.my-account .data-table .ratings .amount{display:inline-block;float:none;vertical-align:middle}
.dashboard .box-info .box .box-content{padding:25px 10px}
.dashboard .box-info h4{font-size:13px;text-transform:uppercase}
#my-orders-table{margin-bottom:30px}
.dashboard .box-reviews .number{float:left;font-size:10px;font-weight:700;line-height:1;color:#fff;margin:0 -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-reviews .details{margin-left:20px}
.dashboard .box-reviews li.item{margin:0 0 10px}
.dashboard .box-reviews li.item.last{margin:0}
.dashboard .box-reviews .ratings{margin:7px 0 0}
.dashboard .box-tags .number{float:left;font-size:10px;font-weight:700;line-height:1;color:#fff;margin:0 -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-tags .details{margin-left:20px}
.dashboard .box-tags li.item{margin:0 0 10px}
.dashboard .box-tags li.item.last{margin:0}
.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li{display:inline}
.addresses-list h3{font-size:15px}
.addresses-list address{margin:0 0 10px}
.addresses-list p{margin:0}
.addresses-list .link-remove{color:#646464}
.addresses-list .separator{margin:0 3px}
.addresses-list li.item{border:1px solid #e5e5e5;padding:25px 15px;margin:0 0 20px}
.addresses-list li.empty{border:0;padding:0}
.addresses-list .addresses-additional li.item{background:none;border:0;padding:0}
.order-info{margin:0 0 8px}
.order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline}
.order-info .current{font-weight:700}
.order-info li{margin:0 3px}
.order-date{margin:10px 0}
.order-info-box{border:1px solid #e6e6e6;padding:30px 15px;margin:0 0 15px}
.order-info-box h2{font-weight:600;font-size:13px;margin-bottom:0}
.order-info-box .box-payment p{margin:0 0 3px}
.order-info-box .box-payment th{font-weight:700;padding-right:7px}
.order-items{width:100%;overflow-x:auto}
.order-items h2,.order-items h3{clear:none;font-weight:600;font-size:16px;padding:0;margin:0}
.order-items h2{margin:15px 0}
.order-items .link-print{font-weight:400}
.order-items .order-links{text-align:right}
.order-additional{margin:15px 0}
.gift-message dt strong{color:#666}
.gift-message dd{font-size:13px;margin:5px 0 0}
.order-about dt{font-weight:700}
.order-about dd{font-size:13px;margin:0 0 7px}
.tracking-table{margin:0 0 15px}
.tracking-table th{font-weight:700;white-space:nowrap}
.tracking-table-popup{width:100%}
.tracking-table-popup th{font-weight:700;white-space:nowrap}
.tracking-table-popup th,.tracking-table-popup td{padding:1px 8px}
.page-print .print-head{margin:0 0 15px}
.page-print .print-head .logo{float:left}
.page-print .print-head address{float:left;margin-left:15px}
.page-print h1{font-size:16px;font-weight:700}
.page-print h2,.page-print h3{font-size:13px;font-weight:700}
.page-print h2.h2{font-size:16px;font-weight:700}
.page-print .order-date{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/bkg_divider1.gif) 0 100% repeat-x;padding:0 0 10px;margin:0 0 10px}
.page-print .col2-set{margin:0 0 10px}
.page-print .gift-message-link{display:none}
.page-print .price-excl-tax,.page-print .price-incl-tax{display:block;white-space:nowrap}
.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price{display:inline}
.my-wishlist .data-table td{padding:10px}
.my-wishlist .product-image{display:block;width:113px;height:113px;margin:0 0 5px}
.my-wishlist textarea{display:block;width:100%;height:100px;margin-bottom:0}
.my-wishlist .cart-cell{min-width:150px}
.my-wishlist .cart-cell .qty-holder{margin-bottom:5px}
.my-wishlist .cart-cell button.button{display:block;width:119px;font-size:11px;height:35px;padding:0;margin:0 auto 5px}
.my-wishlist .cart-cell p{margin-bottom:0}
.my-wishlist .buttons-set{margin-top:0}
.my-wishlist .buttons-set button.button{float:none}
.my-wishlist .description{margin:10px 0}
#wishlist-table .add-to-links{white-space:nowrap}
.my-tag-edit{float:left;margin:0 0 10px}
.my-tag-edit .btn-remove{float:right;margin:4px 0 0 5px}
#my-tags-table{clear:both}
#my-tags-table td{padding:10px}
#my-tags-table .add-to-links{white-space:nowrap}
#my-reviews-table td{padding:10px}
.product-review .product-img-box{float:left;width:140px}
.product-review .product-img-box .product-image{display:block;width:125px;height:125px}
.product-review .product-img-box .label{font-size:11px;margin:0 0 3px}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px}
.product-review .product-details{margin-left:150px}
.product-review .product-name{font-size:16px;font-weight:700;margin:0 0 10px}
.product-review h3{font-size:12px;margin:0 0 3px;color:#2f2f2f}
.product-review .ratings-table{margin:0 0 10px}
.product-review dt{font-weight:700}
.product-review dd{font-size:13px;margin:5px 0 0}
.billing-agreements .info-box{margin:15px 0}
.billing-agreements .form-list li select{float:left}
.billing-agreements .form-list li button.button{float:left}
.billing-agreements .table-caption{font-size:15px}
.cart-msrp-totals{color:red;font-size:12px!important;font-weight:700;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase}
.map-cart-sidebar-total{color:red;display:block;font-size:10px;font-weight:700;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff}
.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100}
.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px}
.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #f6f6f6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis}
.map-popup-arrow{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/map_popup_arrow.gif) no-repeat;position:absolute;left:50%;top:-10px;height:10px;width:19px}
.map-popup-close{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px}
.map-popup-checkout{display:inline;float:right;text-align:right}
.map-popup-checkout span{display:block;padding-right:30px}
.map-popup-checkout .paypal-logo{margin:0 0 5px}
.map-popup-price .price-box,.map-popup-price .price-box .special-price{margin:0;padding:0}
.map-popup-price{margin:5px 0 0}
.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word}
.map-popup-only-text{border-top:1px solid #ddd}
#totop{position:fixed;bottom:30px;right:30px;display:block;cursor:pointer;z-index:999;width:48px;height:48px;line-height:42px;font-size:28px;border-radius:50%;background:#2e2e2e;border:3px solid transparent;transition:all .35s;-webkit-transition:all .35s;text-align:center;color:#fff}
#totop:hover{color:#fff;background:#2e2e2e;border-color:#fff;box-shadow:0 0 0 2px #2e2e2e;-webkit-box-shadow:0 0 0 2px #2e2e2e}
.footer{text-align:left;font-size:14px;line-height:24px;font-weight:400;color:#a6a6a6}
.footer-middle{padding:49px 0 0}
.footer a{color:#b30f0f;font-weight:600}
.footer a:hover,.footer a:focus{color:#464646}
.footer-logo{margin-bottom:9px}
.widget{display:inline-block}
.widget .widget-title{font-weight:700;font-size:17px;line-height:20px;margin-bottom:18px;color:#343434;padding:0}
.widget .contact-list li{font-size:15px;line-height:26px;margin-bottom:0}
.widget .links li a{font-size:15px;line-height:32px;font-weight:400}
.widget .products-list .product-image{width:100%}
.footer .widget{display:block;margin-bottom:45px}
.footer-top .widget .widget-title{font-size:18px;font-weight:600;margin-bottom:15px}
.widget .products-list li{padding:22px 0;border-bottom:1px solid #f0f0f0}
.widget .products-list li:after{display:table;content:'';clear:both}
.widget .products-list li:first-child{border-top:1px solid #f0f0f0}
.widget .products-list figure{float:left;width:55px}
.widget .products-list .product-title{margin-bottom:3px;margin-top:5px}
.widget .products-list .product-title,.widget .products-list .ratings,.widget .products-list .price-box{margin-left:80px;float:none}
.footer .widget .products-list .product-title a{color:#5a5858}
.footer .widget .products-list .product-title a:hover{color:#a82827}
.footer .links li{display:list-item}
.footer .links li a{color:#989898}
.footer .links li a:hover,.footer .links li a:focus{color:#a82827}
.describe-widget p{margin-bottom:14px}
.hours-widget p{color:#989898;margin-bottom:17px}
.widget .hours-list li{font-size:14px;line-height:24px}
.widget .hours-list li > span{color:#3c3c3c;font-weight:500}
.footer-bottom{padding:35px 0}
.payment-container{margin:0 0 15px}
.payment-container img{display:inline-block;max-width:100%;height:auto}
.footer-menu{font-size:0;margin:0}
.footer-menu li{display:inline-block;font-size:14px;line-height:28px;margin:0}
.footer-menu li:before{content:'|';padding:0 15px;color:#bdbdbd}
.footer-menu li:first-child:before{content:'';padding:0}
.footer-menu li a{color:#464646;font-weight:500}
.footer-menu li a:hover,.footer-menu li a:focus{color:#a82827}
.copyright{font-size:14px;line-height:30px;margin-bottom:0;}
.home-callout{margin-bottom:12px}
.home-callout img{display:block}
.home-spot{float:left;width:470px;margin-left:20px}
.best-selling h3{margin:12px 0 6px;color:#e25203;font-size:1.2em}
.best-selling table{border-top:1px solid #ccc}
.best-selling tr.odd{background:#eee url(https://www.chukar.com/skin/frontend/chukar/cherries/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x}
.best-selling tr.even{background:#fff url(https://www.chukar.com/skin/frontend/chukar/cherries/images/best_selling_tr_even_bg.gif) 0 100% repeat-x}
.best-selling td{width:50%;border-bottom:1px solid #ccc;padding:8px 10px 8px 8px;font-size:11px}
.best-selling .product-img{float:left;border:2px solid #dcdcdc}
.best-selling .product-description{margin-left:107px;line-height:1.3em}
.best-selling a.product-name,.home-spot .best-selling a.product-name:hover{color:#203548}
.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}
.guest-select{width:305px!important}
#map{height:350px;margin-bottom:45px}
.map-contaner #map{margin-bottom:0}
.map-type-high #map{height:450px}
.map-contaner{margin:40px 0;position:relative}
.map-contaner img{max-width:none}
.map-contaner.map-type-high{margin:0 0 20px}
.map-info-box{padding:15px 10px 10px;text-align:left}
.gm-style{font-family:inherit}
.contact-form-container{margin-bottom:35px}
.address-box{margin-top:28px;margin-bottom:23px}
.address-box h3{font-weight:600;font-size:13px;line-height:1.3;color:#262626;text-transform:uppercase;margin-bottom:10px}
.share-box{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb; padding-bottom: 20px;}
.share-box .share-label{font-size:14px;line-height:54px}
.share-box .social-icons{display:inline-block;float:right;margin:0}
.share-box .social-icon{font-size:15px;line-height:54px;color:gray;margin:0 4.5px;display:inline-block}
.share-box .social-icon:first-child{margin-left:0}
.share-box .social-icon:last-child{margin-right:0}
.map-overlay-box{position:absolute;top:15px;right:20px;bottom:15px;background-color:rgba(255,255,255,0.95);z-index:100;padding:40px 30px 10px}
.map-overlay-box .address-box:first-child{margin-top:0}
.about-image,.about-company,.about-text{margin-bottom:40px}
.about-image img{width:100%}
.about-text h2{font-size:28px;line-height:34px;font-weight:300;color:#262626;margin-bottom:10px}
.about-text p{margin-bottom:12px}
.about-text .continue-reading{font-weight:600}
.about-text .continue-reading:hover,.about-text .continue-reading:focus{color:#262626}
.about-company h3{font-size:16px;line-height:24px;font-weight:600;color:#262626;padding-bottom:14px;border-bottom:1px solid #ebebeb;margin-bottom:30px}
.about-div{margin-bottom:32px}
.about-div p{margin-bottom:0}
.about-div h4{font-size:13px;line-height:20px;text-transform:uppercase;margin-bottom:8px}
.about-company h4 i{color:#d14242;font-size:18px;line-height:20px;margin:0 6px 0 4px}
.about-section h2{font-size:32px;font-weight:500;margin-bottom:16px}
.about-section h3{font-size:24px;line-height:34px;color:#262626;font-weight:300;margin-bottom:25px}
.about-section .about-text{font-size:13px;line-height:22px}
.about-section .about-text p:first-child{color:#2e2e2e;font-weight:500}
.about-section .about-text p{margin-bottom:22px;font-weight:400}
.error-content{text-align:center;padding:35px 0 40px}
.error-title{font-weight:400;font-size:150px;line-height:1;font-family:'Montserrat';color:#343434;margin-bottom:11px}
.error-title > span{display:block;font-weight:300;font-size:48px;line-height:1;margin-top:-3px}
.error-content p{font-weight:400}
.error-content p > a{font-weight:600;text-decoration:underline;color:#a82827}
.error-content p > a:hover,.error-content p > a:focus{color:#2e2e2e;text-decoration:underline}
.block-cms-category,.home-sidebar .block.block-cms-category{border:2px solid;margin-bottom:22px}
.block-cms-category .block-title{font-size:13px;line-height:19px;padding:18px 26px;border-bottom:0;text-transform:uppercase;margin-bottom:0}
.block-cms-category .block-content ul{margin-bottom:0}
.block-cms-category .block-content ul li a{display:block;font-size:13px;line-height:20px;font-weight:500;padding:14px 0 14px 26px;border-bottom:1px solid #ebebeb;color:#2e2e2e;transition:all .32s ease;-webkit-transition:all .32s ease}
.block-cms-category .block-content ul li a:hover{color:#a82827}
.block-cms-category .block-content ul li a > i{margin-right:10px;color:#a82827}
.home-sidebar .block{margin-bottom:40px}
.testimonials-slider blockquote{padding:0;margin:0;border:none;font-size:13px;line-height:24px;color:#a3a2a2;font-weight:400}
.testimonials-slider blockquote p{padding:26px 32px;border:1px solid #ebebeb;margin-bottom:12px;font-style:italic}
.testimonials-slider blockquote cite{font-size:13px;line-height:18px;color:#aaa9a9;font-style:normal;font-weight:400}
.testimonials-slider blockquote cite > span{font-weight:600;color:#2e2e2e}
.latest-reviews{margin-bottom:50px}
.latest-reviews.small{margin-bottom:20px}
.company-info{font-size:13px;line-height:22px;font-weight:400;margin-bottom:40px}
.company-info p{margin-bottom:15px}
.company-info img{display:block;width:100%;height:auto}
.company-info a{font-weight:600}
.widget-area .widget .widget-title{font-size:18px;font-weight:600;margin-bottom:18px}
.custom-checkout-block .block{margin-bottom:32px}
.discount-box-wrapper{overflow:hidden;position:relative;margin:25px 0}
.discount-box-wrapper.no-margin-top{margin-top:0}
.discount-box{border:1px solid #ebebeb;display:table;width:100%;padding:31.5px 35px}
.discount-cell{text-align:center;padding-right:28px}
.discount-box-cell{display:table-cell;font-size:13px;line-height:22px;font-weight:400;color:#a3a2a2;vertical-align:middle;min-width:143px}
.discount-box-cell p{margin:0;padding-left:28px;border-left:1px solid #f2f2f2}
.discount-box-value{font-weight:700;font-size:48px;line-height:1;display:block;margin-bottom:3px;color:#da75cb}
.discount-title{font-size:16px;line-height:1.5;color:#2e2e2e;font-weight:700;text-transform:uppercase;margin-bottom:0}
.banner-container{margin-bottom:50px}
.banner-container div[class^="col"],.banner-container div[class*=' col']{overflow:hidden}
.banner-discount-block{max-width:270px;margin-left:auto;margin-right:auto}
.banner-discount-block a{display:block;position:relative;overflow:hidden}
.banner-discount-block a:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;transition:all .7s ease;-webkit-transition:all .7s ease;-ms-transform:rotate(-45deg);background-color:rgba(255,255,255,0.35);opacity:0;filter:alpha(opacity=0)}
.banner-discount-block a:hover:before{opacity:1;filter:alpha(opacity=100)}
.title-block{margin-bottom:50px}
.title-block > p{font-size:16px}
.big-title{font-weight:400;font-size:40px;margin-bottom:15px}
.big-title + p{max-width:670px;margin:0 auto;line-height:25px;font-size:16px;font-weight:300}
.carousel-title{margin-bottom:27px;text-indent:9px}
.carousel-title.border-bottom{padding-left:0;padding-bottom:16px;border-bottom:1px solid #e6e6e6;text-indent:0}
.carousel-title > a{font-size:14px;line-height:20px;font-weight:500}
.title-border-bottom{font-size:20px;line-height:24px;padding-bottom:17px;border-bottom:1px solid #ebebeb;margin-bottom:25px;text-indent:7px}
.block-cms-category-layered{border:none;margin-bottom:50px}
.block-cms-category-layered .block-title{background-color:#f5f5f5;border:1px solid #eaeaea;margin-bottom:4px;color:#3e3e3e}
.block-cms-category-layered .block-content ul li{margin-bottom:4px}
.block-cms-category-layered .block-content ul li a{background-color:#fafafa;border:1px solid #f5f5f5}
.block-cms-category-layered .block-content ul li:hover a{background-color:#f4f4f4;border-color:#eaeaea}
.title-underblock{font-size:18px;line-height:24px;border-bottom:1px solid #e6e6e6;margin-bottom:24px}
.title-underblock.small{font-size:16px;margin-bottom:37px}
.title-underblock > span{padding:0 6px 12px;display:inline-block;border-bottom:3px solid #a82827;margin-bottom:-2px}
.category-box-container{position:relative;overflow:hidden}
.category-box{width:100%;margin-bottom:40px;transition:all .4s;-webkit-transition:all .4s;border:2px solid #f2f2f2}
.category-box:hover{border-color:#e0e0e0}
.category-box.category-box-vertical{padding:22px 30px 29px}
.category-box.category-box-clean{margin-bottom:90px;padding:0;border:0}
.cat-banner-img{position:relative}
.cat-banner-img img{max-width:none;width:100%}
.cat-banner-img:after{content:'';display:block;position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,0.4);transition:all .4s ease;-webkit-transition:all .4s ease;opacity:0}
.category-box:hover .cat-banner-img:after{opacity:1}
.category-box.category-box-clean .category-box-content{padding-top:19px}
.category-box-content h3{font-size:16px;margin-bottom:7px;line-height:24px;font-weight:700;text-transform:uppercase}
.category-box.category-box-clean h3{margin-bottom:10px}
.category-list li a{display:block;font-size:13px;line-height:30px;font-weight:600;color:#2e2e2e;transition:all .3s ease;-webkit-transition:all .3s ease}
.category-list li a > i{margin-right:8px}
.category-list.category-list-small li a{font-weight:500}
.block-producents .block-content .row{margin-left:-6px;margin-right:-6px}
.block-producents .block-content a{display:block;float:left;position:relative;margin:0 6px 27px}
.block-producents .block-content a:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;display:block;transition:all .4s ease;-webkit-transition:all .4s ease;background-color:rgba(255,255,255,0.4);opacity:0}
.block-producents .block-content a:hover:after{opacity:1}
.block-producents .block-content img{display:block;max-width:100%;height:auto}
.from-blog-container .postShortContent,.services-container li{color:#a3a2a2;font-size:13px;line-height:24px;margin-bottom:0;font-weight:300}
.services-container li > span{color:#fff;display:block;width:20px;height:20px;line-height:20px;text-align:center;float:left;margin-right:9px;border-radius:50px}
.services-container.gray li > span{background-color:#d9d9d9}
.cms-about-widget{border-top:1px solid #ebebeb;color:#999797;padding:72px 0 0;position:relative}
.cms-about-widget .widget{margin-bottom:81px;padding:0 10px 0 34px}
.cms-about-widget .widget .widget-text p{margin-bottom:12px}
.cms-about-widget .widget .widget-title{font-weight:400;font-size:24px;line-height:1;margin-bottom:15px;color:#2e2e2e}
.cms-about-widget .widget a{font-size:13px;font-weight:600;color:#2e2e2e}
.cms-about-widget:after{content:'';position:absolute;left:50%;right:auto;top:40px;bottom:40px;display:block;height:auto;width:1px;background-color:#ebebeb}
.cms-about-widget.seperated-border .widget .widget-title{font-size:20px;line-height:24px;text-transform:uppercase}
.cms-about-widget.seperated-border:after{display:none}
.cms-about-widget.seperated-border .sp-border{border-left:1px solid #ebebeb}
.cms-about-widget.seperated-border .sp-border:first-child{border-left:none}
.custom-btn,.tp-caption .custom-btn{padding:11.5px 25px;font-size:14px;font-weight:700;transition:all .45s ease;-webkit-transition:all .45s ease;border-radius:0;text-transform:uppercase;display:inline-block;font-style:normal;line-height:1.5}
.custom-btn.min-width,.tp-caption .custom-btn.min-width{min-width:200px;text-align:center}
.custom-btn.min-width-md,.tp-caption .custom-btn.min-width-md{min-width:180px;text-align:center}
.custom-btn.min-width-sm,.tp-caption .custom-btn.min-width-sm{min-width:150px;text-align:center}
.custom-btn.min-width-xs,.tp-caption .custom-btn.min-width-xs{min-width:130px;text-align:center}
.custom-btn.btn-lg,.tp-caption .custom-btn.btn-lg{padding:14.5px 35px;font-size:16px}
.custom-btn.btn-md
.tp-caption .custom-btn.btn-md{padding:10.5px 15px;font-size:12px;letter-spacing:.5px}
.custom-btn.btn-sm,.tp-caption .custom-btn.btn-sm{padding:7.5px 15px;font-size:12px;letter-spacing:.5px}
.custom-btn.btn-ssm,.tp-caption .custom-btn.btn-ssm{padding:6.5px 15px;font-size:12px;letter-spacing:.5px}
.custom-btn.btn-xs,.tp-caption .custom-btn.btn-xs{padding:4px 10px;font-size:10px}
.btn-border,.tp-caption .btn-border{border-width:1px;border-style:solid}
.btn-md-border,.tp-caption .btn-md-border{border-width:2px;border-style:solid}
.btn-lg-border,.tp-caption .btn-lg-border{border-width:3px;border-style:solid}
.btn-white,.tp-caption .btn-white{color:#fff;border-color:rgba(255,255,255,0.5)}
.btn-white-bg,.tp-caption .btn-white-bg{background:#fff;color:#171717;border-color:#fff}
.btn-white:hover,.btn-white-bg:hover,.tp-caption .btn-white:hover,.tp-caption .btn-white-bg:hover{background:#a82827;border-color:#a82827;color:#fff}
.btn-white-bg.custom,.tp-caption .btn-white-bg.custom{background:#f2f2f2;border-color:#f2f2f2;color:#262626;letter-spacing:.6px}
.btn-white-bg.custom:hover,.tp-caption .btn-white-bg.custom:hover{color:#fff;background-color:#262626;border-color:#262626}
.btn-brown-bg.custom,.tp-caption .btn-brown-bg.custom{background:#f17e0e;border-color:#f17e0e;color:#fff;letter-spacing:.6px}
.btn-brown-bg.custom:hover,.tp-caption .btn-brown-bg.custom:hover{color:#fff;background-color:#262626;border-color:#262626}
.btn-marron,.tp-caption .btn-marron{border-color:#7e6652;color:#fff}
.btn-marron:hover,.tp-caption .btn-marron:hover{background:#7e6652;color:#fff}
.btn-dark,.tp-caption .btn-dark{border-color:#dadada;color:#373737}
.btn-dark:hover,.tp-caption .btn-dark:hover{background:#262626;border-color:#262626;color:#fff}
.more-link{font-size:13px;text-decoration:underline;font-weight:600}
.banner{position:relative;margin:0 auto 32px}
.banner.banner-color{margin-bottom:26px;overflow:hidden}
.banner img{display:block;width:100%;height:auto}
.banner .banner-content{position:absolute;top:0;right:0;left:0;bottom:0;margin:0;z-index:5}
.banner.banner-color .banner-content{left:22px;bottom:26px;right:auto;top:auto}
.banner.banner-color .banner-content h4,.banner.banner-color .banner-content h3,.banner.banner-color .banner-content a{color:#fff;text-transform:uppercase;font-family:"Lato",Verdana,sans-serif;line-height:1}
.banner.banner-color .banner-content h4{font-weight:400;font-size:16px;margin-bottom:3px}
.banner.banner-color .banner-content h3{font-size:42px;line-height:.9;font-weight:900;margin-bottom:26px}
.banner.banner-color .banner-content h3 > span{display:block}
.banner.banner-color .banner-content a{font-size:14px;font-weight:400;text-decoration:underline}
.banner.banner-color .banner-content a:hover,.banner.banner-color .banner-content a:focus{color:#e1e1e1}
.banner.banner-info{margin-bottom:20px}
.banner.banner-info.last{margin-bottom:38px}
.banner-info{padding:15px 18px;text-align:center;transition:all .4s ease;-webkit-transition:all .4s ease}
.banner-info.dark{background-color:rgba(51,51,51,1)}
.banner-info-wrapper{padding:28px 0 29px;border:1px solid rgba(255,255,255,0.15)}
.banner-info h4{color:#fff;font:400 20px/24px BodoniMT,Verdana,sans-serif;margin-bottom:8px;text-transform:uppercase}
.banner-info p{font-weight:400;font-size:13px;line-height:22px;max-width:300px;margin:0 auto}
.banner-info.dark p{color:#999797}
.banner-info.dark:hover{background-color:rgba(51,51,51,0.9)}
.banner.banner-info.banner-info-icon.last{margin-bottom:45px}
.banner-info.custom{background-color:rgba(144,23,148,1)}
.banner-info.custom:hover{background-color:rgba(144,23,148,.9)}
.banner-info.custom p{color:#f4d0f5}
.banner-info.banner-info-icon{text-align:left}
.banner-info-icon .banner-info-wrapper{display:table;width:100%}
.banner-info-cell{display:table-cell;vertical-align:middle}
.banner-icon{padding-right:36px;padding-left:45px;border-right:1px solid rgba(255,255,255,0.2);overflow:hidden}
.banner-icon img{display:block;max-width:100%;height:auto;transition:all .4s ease;-webkit-transition:all .4s ease}
.banner-info-cell + .banner-info-cell{padding:0 46px}
.banner-info.banner-info-icon h4{font-family:'Raleway',Verdana,sans-serif;font-size:18px;font-weight:700;color:#fafafa}
.banner-info.banner-info-icon.dark p{color:#a3a2a2}
.banner-info.banner-info-icon p{margin-left:0}
.banner-info.banner-info-icon:hover{background-color:#4a4a4a}
.banner-info.banner-info-icon:hover p{color:#a3a2a2}
.banner-info.banner-info-icon:hover .banner-info-wrapper{border-color:rgba(255,255,255,0.2)}
.banner-info.banner-info-icon:hover .banner-icon img{transform:translateX(100px);-webkit-transform:translateX(100px)}
.banner.vcentered{position:relative;margin:0}
.banner.vcentered img{transform:scale(1.01);-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transition:all .45s ease;-webkit-transition:all .45s ease}
.banner-container .banner.vcentered:hover > img{width:100%;max-width:none;transform:scale(1.15);-webkit-transform:scale(1.15);-ms-transform:scale(1.15)}
.banner .banner-content{position:absolute;top:0;right:0;left:0;bottom:0;margin:0}
.banner.vertical-banner .banner-content{background:#a01826;border-bottom:solid 2px #ffffff;bottom:auto;z-index:100}
.banner.vcentered .banner-content{color:#fff;padding:0 30px}
.banner.vcentered .banner-content.wow{opacity:0}
.ie9 .banner.vcentered .banner-content.wow{opacity:1}
.banner.vcentered .banner-content h3{font:700 14px/26px "cabrito";color:#fff;text-transform:uppercase}
.banner-action{position:absolute;bottom:30px;left:0;right:0;text-align:center}
.banner.vcentered .banner-content h3 > span{display:block;font-size:37px;line-height:36px}
.banner.vcentered p{font-size:15px;line-height:1.5;max-width:450px;margin:0 auto 17px;display:none}
.banner.vcentered .btn{border:2px solid rgba(255,255,255,0.2)}
.banner.vcentered .btn-sm{padding:6px 15px}
.banner.banner-tech{margin-bottom:20px}
.banner.banner-tech.fixheight{overflow:hidden}
.banner.banner-tech.side{margin-bottom:20px}
.banner.banner-tech .banner-content{padding:0 28px}
.banner.banner-tech.side .banner-content{padding:0 21px}
.banner.banner-tech h3{font-size:14px;line-height:18px;margin-bottom:4px;text-transform:uppercase;letter-spacing:2px}
.banner.banner-tech.side h3{font-size:16px}
.banner.banner-tech h3 > span{display:block;font-weight:700;font-size:28px;line-height:1;margin:2px 0 8px;letter-spacing:0}
.banner .banner-price{display:block;margin-bottom:15px;text-transform:uppercase;font-weight:700;font-size:32px;line-height:1}
.banner.banner-tech p{max-width:160px;font-size:13px;line-height:22px;font-weight:500;margin-bottom:0}
.banner.banner-long{border:2px solid #ebebeb;margin-bottom:27px}
.banner.banner-long.wow.fadeInRight{opacity:0}
.banner.banner-long .banner-content{left:38px;top:50px}
.banner.banner-long .banner-content h3{font-size:18px;text-transform:uppercase;letter-spacing:3.5px;margin-bottom:0}
.banner-long .banner-price{font-size:60px;margin-bottom:11px}
.banner.banner-long .banner-content p{color:#9e9e9e;font-size:13px;line-height:22px;font-weight:500;max-width:180px;margin-bottom:15px}
@media(max-width:767px) {
    .banner.banner-long{margin-bottom:22px}
    .banner-long .banner-price{font-size:32px}
}
.banner.banner-mini{margin-bottom:32px}
.banner.banner-mini .banner-content{padding:0 34px;text-transform:uppercase}
.banner.banner-mini .banner-content h3{font-size:16px;line-height:30px;color:#dfdfdf;font-weight:400;margin-bottom:15px}
.banner.banner-mini .banner-content h3 > span{display:block;font-size:40px;line-height:1;font-weight:300;color:#fff}
.banner.banner-mini .banner-content a{color:#dfdfdf;font-size:13px;font-weight:700;line-height:1.5;text-decoration:underline;letter-spacing:1px}
.banner.banner-mini .banner-content a:hover,.banner.banner-mini .banner-content a:focus{color:#fff}
.banner-content h2{color:#fff;margin-bottom:0}
.banner-content h2 > span{font-size:30px;display:block}
.banner.banner-classy{margin-bottom:20px}
.banner-classy .banner-content{padding:0 34px;letter-spacing:.6px;text-transform:uppercase}
.banner-classy .banner-content h3{font-size:14px;line-height:32px;color:#fff;font-weight:600;margin-bottom:4px}
.banner-classy .banner-content h3 > span{display:block;font:400 42px/.8 BodoniMT,Verdana,sans-serif}
.banner-classy .banner-content a{color:#373737;font:italic 400 12px/2 Merriweather,Verdana,sans-serif;text-decoration:underline}
.sidebar .widget{margin-bottom:50px;display:block}
.special-sidebar.sidebar .widget{margin-bottom:26px}
.title-underblock{font-size:18px;line-height:24px;border-bottom:1px solid #e6e6e6;margin-bottom:24px}
.title-underblock.small{font-size:16px;margin-bottom:37px}
.title-underblock > span{padding:0 6px 12px;display:inline-block;border-bottom:3px solid #a82827;margin-bottom:-2px}
.category-box.category-box-vertical.category-box-clean,.special-sidebar.sidebar .widget:last-child{margin-bottom:45px}
.category-box.category-box-vertical.category-box-clean{padding:0;border:0}
.category-box.category-box-vertical figure{position:relative}
.category-box.category-box-vertical figure:after{content:'';display:block;position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.4);transition:all .4s ease;opacity:0}
.category-box.category-box-vertical:hover figure:after{opacity:1}
.category-box img{display:block;width:100%;height:auto}
.category-box.category-box-vertical img{width:auto;max-width:100%;margin-right:auto;margin-left:auto}
.category-box.category-box-vertical.category-box-clean img{max-width:none;width:100%}
.category-box-content{padding:42px 20px 37px 0}
.category-box.category-box-vertical .category-box-content{padding:17px 0 0}
.category-box.category-box-vertical.category-box-clean .category-box-content{padding-top:19px}
.category-box-content h3{font-size:16px;line-height:24px;font-weight:700;text-transform:uppercase;margin-bottom:7px}
.category-box.category-box-vertical h3{margin-bottom:10px}
.category-box.category-box-vertical.category-box-clean h3{font-size:16px}
.category-list li a{display:block;font-size:13px;line-height:30px;font-weight:600;color:#2e2e2e}
.category-list li a:hover{text-indent:5px;color:#c19f00}
.category-list li a i{color:#c19f00}
.category-list li a > i{margin-right:8px}
.category-box-clean .category-list li a:hover{text-indent:0}
.category-list.category-list-small li a{font-weight:500}
.filterproducts-tab > ul{margin-bottom:27px;border-bottom:1px solid #ebebeb}
.filterproducts-tab > ul > li{margin-right:12px;display:inline-block}
.filterproducts-tab > ul > li > a{font-size:16px;line-height:22px;padding:15px 8px;display:block;font-weight:500;color:#a1a1a1}
.filterproducts-tab > ul.lg > li > a{font-size:20px;line-height:24px}
.filterproducts-tab > ul.tab-mini > li > a{font-weight:400;text-transform:uppercase}
.filterproducts-tab > ul.tab-mini > li.active > a{font-weight:500}
.filterproducts-tab > ul > li.active > a{font-weight:600;color:#2e2e2e;border-bottom:3px solid #c19f00;margin-bottom:-2px}
.banner.banner-box{margin-bottom:61px;padding:45px 27px 36px 34px;border:1px solid #e5e5e5;overflow:hidden;position:relative}
.banner.banner-box img{display:block;width:auto;max-width:100%;height:auto;position:absolute;bottom:0;right:0}
.banner.banner-box .banner-content{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin-bottom:0;margin-top:-8px;text-align:right}
.banner.banner-box .banner-content h4{font:400 18px/24px Lato,Verdana,sans-serif;color:#a5a5a5;text-transform:uppercase;margin-bottom:2px}
.banner.banner-box .banner-content h2{font:800 40px/42px Lato,Verdana,sans-serif;color:#262626;text-transform:uppercase;letter-spacing:-2px;margin-bottom:7px}
.banner.banner-box .banner-content h2 > span{display:block}
.banner.banner-box .banner-content a{font:400 14px/1 Lato,Verdana,sans-serif;text-transform:uppercase;text-decoration:underline;color:#c7192c}
.banner.banner-box .banner-content a:hover,.banner.banner-box .banner-content a:focus{color:#262626}
.banner.banner-box h3{font-size:14px;font-weight:700;color:#2f2f2f;margin-bottom:17px;text-transform:uppercase}
.banner.banner-box ul.banner-category-list{margin:0}
.banner-category-list li{border-top:1px solid #ebebeb}
.banner-category-list li > a{font-size:13px;line-height:48px;font-weight:500}
.banner-category-list li > a > i{margin-right:5px;color:#bdbdbd;transition:color .35s}
.banner-category-list li > a:hover > i{color:#a82827}
.product-banner-row{margin-bottom:40px;display:table;width:100%;table-layout:fixed;overflow:hidden}
.product-banner-row .banner{width:450px;display:table-cell;vertical-align:middle;position:relative;z-index:100}
.product-banner-row .row-carousel{display:table-cell;vertical-align:middle;width:calc(100%-450px);border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.banner.banner-color.small .banner-content{left:37px;bottom:48px}
.banner.banner-color.small .banner-content h4{font-size:18px}
.banner.banner-color.small .banner-content h3{font-size:48px;margin-bottom:39px}
.product-banner-row .row-carousel .owl-item:after{content:'';display:block;width:1px;background-color:#e5e5e5;position:absolute;right:0;top:-200px;bottom:-200px}
.product-banner-row .row-carousel .owl-item .owl-item:after{display:none}
.product-banner-row .row-carousel .owl-item .item-area{padding:0 39px}
.product-banner-row .owl-carousel .owl-stage-outer{overflow:visible}
.producents-container{margin-bottom:57px}
.producents-container > .row{margin-left:-14.5px;margin-right:-14.5px}
.producents-container a{margin:0 14.5px 27px;display:block;float:left;position:relative}
.isotope-products > .isotope-product{float:left}
.isotope-products.columns6 > .isotope-product{width:16.66666%}
.isotope-products.columns5 > .isotope-product{width:20%}
.isotope-products.columns4 > .isotope-product{width:25%}
.isotope-products.columns3 > .isotope-product{width:33.33333%}
.isotope-products.columns2 > .isotope-product{width:50%}
.type4 .item-area .product-image-area{margin-bottom:0}
.type4 .item-area .product-image-area .actions{display:none}
.about-store-widget{padding:43px 0 37px;border-top:1px solid #ebebeb;color:#999797;font:14px/24px}
.about-store-widget .col-md-4{border-left:1px solid #ebebeb}
.about-store-widget .col-md-4:first-child{border-left:0}
.about-store-widget .widget{padding:35px}
.about-store-widget .widget .widget-title{text-transform:uppercase;margin-bottom:14px;font:400 24px/1 BodoniMT,Arial,Verdana;color:#2e2e2e}
.about-store-widget .widget a{font-size:13px;font-weight:600}
#newsletter-section{padding:87px 0 90px}
.newsletter-section-content{max-width:940px;text-align:center;margin-right:auto;margin-left:auto;padding:0 20px}
#newsletter-section h2{color:#fff;display:inline-block;margin-bottom:13px}
#newsletter-section p{margin-right:auto;margin-left:auto;font-size:19px;font-weight:400;line-height:22px;margin-bottom:28px}
#newsletter-section form{width:710px;margin-right:auto;margin-left:auto}
.input-group{margin-bottom:19px}
#newsletter-section .input-group-addon{border:none;padding-right:5px;padding-left:5px;background-color:transparent}
#newsletter-section input#newsletter{height:35px;padding:9px 21px;font-size:12px;line-height:1.5;border-radius:0;background-color:#fff;color:#2e2e2e}
#newsletter-section input#newsletter:focus{background-color:#fff}
#newsletter-section button.button{background-color:#A82827;padding:6px 15px;height:35px;font-size:12px;line-height:1.5;min-width:130px}
#newsletter-section button.button:hover,#newsletter-section button.button:focus{background-color:#821E1E;border-color:#821E1E}
.category-box{background-repeat:no-repeat;background-position:0 50%;padding-left:0;transition:all .4s}
.category-box-content p{font-weight:400;font-size:13px;line-height:22px;color:#a3a2a2;margin-bottom:10px}
.category-box-content ul.category-list{margin-bottom:0}
.partners-container{border-top:1px solid #ebebeb;padding:47px 0 0;margin-bottom:40px}
.partners-container.larger{padding:40px 0 0;margin-bottom:40px}
.our-partners a{display:block;transition:all .4s ease;position:relative;text-align:center}
.our-partners a:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;display:block;background-color:rgba(255,255,255,0.6);opacity:0;transition:all .5s ease;-webkit-transition:all .5s ease}
.our-partners a:hover:after{opacity:1}
.our-partners img{display:inline-block;width:auto!important;max-width:100%!important;height:auto}
.our-partners .owl-prev{left:-40px}
.our-partners .owl-next{right:-40px}
.owl-nav{position:static;bottom:auto;top:auto;left:auto;right:auto}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-prev,.owl-next{position:absolute;top:50%;display:inline-block;font-size:30px;line-height:36px;height:36px;width:36px;margin-top:-18px;color:#d0d0d0;transition:all .5s ease;-webkit-transition:all .5s ease}
.owl-prev{left:0;text-align:left}
.owl-next{right:0;text-align:right}
.owl-prev:hover,.owl-next:hover{color:#262626}
.banner.banner-vine{margin-bottom:25px;overflow:hidden}
.banner.banner-vine img{transition:all .65s ease;-webkit-transition:all .65s ease}
.banner.banner-vine:hover img{transform:rotate(7deg) scale(1.16);-webkit-transform:rotate(7deg) scale(1.16);-ms-transform:rotate(7deg) scale(1.16)}
.banner.banner-vine .banner-content{padding-left:23px}
.banner.banner-vine h3{font-size:14px;text-transform:uppercase;font-weight:600;margin-bottom:10px;letter-spacing:2.5px}
.banner.banner-vine h2{font:400 40px/1 BodoniMT,Verdana,sans-serif;color:#2e2e2e;text-transform:uppercase;margin-bottom:9px;letter-spacing:-2.5px}
.banner.banner-vine p{font:italic 300 13px/1.5 Merriweather,Verdana,sans-serif;color:#9e9e9e;margin-bottom:0;max-width:240px}
.newsletter-box{border:5px solid #f7f7f7;padding:32px 25px;margin-bottom:50px;margin-top:0}
.newsletter-box-form{width:100%;max-width:260px;position:relative;margin-bottom:25px}
.newsletter-box-content h3{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:10px}
.newsletter-box-content p{font-size:13px;font-weight:400;line-height:22px;color:#a3a2a2}
.newsletter-box #newsletter{height:40px;border-color:#e8e8e8;padding:9px 40px 9px 13px;background-color:transparent;margin:0;color:#919191;float:left}
.newsletter-box button.button{position:relative;float:right;font-size:13px;width:40px;line-height:25px;height:25px;color:#919191;background-color:transparent;margin-left:-40px;margin-top:7.5px;padding:0 12px;border:0;border-left:1px solid #e8e8e8}
.newsletter-box button.button:hover{color:#b11a1a;border-color:#e8e8e8}
.presentation-content{max-width:76.67%;margin-left:auto;margin-right:auto;padding:50px 0}
.presentation-content footer{font-size:15px;line-height:24px;color:#2e2e2e;font-weight:600;padding-top:19px;border-top:1px solid #ebebeb;text-align:center}
.big-title.small{font-size:32px;font-weight:300;line-height:44px}
.presentation-content-wrapper{max-width:600px;margin-left:auto;margin-right:auto}
.presentation-content-wrapper .container-fluid{padding:0 10px}
.presentation-content-wrapper .category-box{border:5px solid #f7f7f7}
.presentation-content-wrapper .row div[class^="col"],.presentation-content-wrapper .row div[class*=' col']{padding-left:10px;padding-right:10px}
.presentation-content-wrapper .category-list li a:hover{text-indent:0}
.presentation-content .category-box.category-box-vertical{padding:20px 34px 32px;margin-bottom:39px}
.presentation-image{background-repeat:no-repeat;background-size:cover;-webkit-background-size:cover;background-position:center center}
.checkout-onepage-success .main{padding-top:25px}
.checkout-onepage-index button:disabled{opacity:0.8;}
/*Modal popup for Survey*/
.checkout-onepage-success .modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: hidden;
}

.checkout-onepage-success .modal-wrapper {
    border: 1px solid #ededed;
    background-color: white;
    position: absolute;
    margin: auto;
    padding: 24px;
    left: 0;
    box-sizing: border-box;
    border-radius: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: inline-table;
    max-width: 300px;
    max-height: 400px;
    min-width: 280px;
}

.checkout-onepage-success .modal-content {
    box-sizing: border-box;
    padding: 20px;
    width: 250px;
    border: 1px solid #ededed;
    position: relative;
    border-radius: 0;
    box-shadow: none;
}

.checkout-onepage-success .modal-wrapper .close{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://www.chukar.com/skin/frontend/chukar/cherries/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
    opacity: .8;
}


.checkout-onepage-success .col-right,.checkout-onepage-success .col-left{padding-top:10px}
.category-image img{width:100%}
.page>#newsletter_popup{display:none}
#newsletter_popup{margin:0;padding:60px 55px;width:620px;height:360px;text-align:left;position:relative}
#newsletter_popup .block-content{max-width:456px;margin:0 auto 25px;}
#newsletter_popup .block-content label{display:none}
#newsletter_popup h2{font-weight:300;color:#3d3d3d;font-size:36px;line-height:1;margin-bottom:14px}
#newsletter_popup p{font-weight:400;font-size:16px;line-height:2;margin-bottom:30px}
#newsletter_popup .input-box{padding:0}
#newsletter_popup input.input-text{float:left;margin-top:0;width:73%}
#newsletter_popup button.button{float:right;margin-left:-111px;position:relative;z-index:1;width:26%;padding:0 25px;line-height:45px;height:45px;font-size:12px}
#newsletter_popup .subscribe-bottom{padding:5px 10px;max-width:456px}
#newsletter_popup .subscribe-bottom label{font-size:12px;margin-bottom:0;font-weight:400}
#newsletter_popup #newsletter_popup_dont_show_again{margin-top:1px;text-transform:inherit}
.manufacturer-item{border:1px solid #e8e8e8;text-align:center;padding:15px;margin-bottom:60px}
.manufacturer-item img{max-width:100%;margin-bottom:13px}
.manufacturer-name{font-size:18px}
@-webkit-keyframes tooltip-animation {
    0%{opacity:0}
    100%{opacity:1}
}
@keyframes tooltip-animation {
    0%{opacity:0}
    100%{opacity:1}
}
@-webkit-keyframes tooltip-color {
    0%{color:#fff}
    50%{color:#333}
    100%{color:#fff}
}
@keyframes tooltip-color {
    0%{color:#fff}
    50%{color:#333}
    100%{color:#fff}
}
@-webkit-keyframes tooltip-color-white {
    0%{border-color:#fff;color:#fff}
    50%{border-color:#333;color:#333}
    100%{border-color:#fff;color:#fff}
}
@keyframes tooltip-color-white {
    0%{border-color:#fff;color:#fff}
    50%{border-color:#333;color:#333}
    100%{border-color:#fff;color:#fff}
}
@-webkit-keyframes tooltip-opacity {
    0%{opacity:0}
    50%{opaticy:1}
    100%{opacity:0}
}
@keyframes tooltip-opacity {
    0%{opacity:0}
    50%{opacity:1}
    100%{opacity:0}
}
.header .demo-tooltip,.footer .demo-tooltip{position:absolute;top:5px;right:15px;z-index:104;width:20px}
.sticky-header .header .demo-tooltip{display:none}
.type9.sticky-header .header .demo-tooltip,.type10.sticky-header .header .demo-tooltip{display:inherit}
a.tooltip-icon,.header-container .header a.tooltip-icon{border:1px solid #fff;color:#fff;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:10px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-animation:tooltip-opacity 1.4s ease-in infinite;-moz-animation:tooltip-opacity 1.4s ease-in infinite;-ms-animation:tooltip-opacity 1.4s ease-in infinite;animation:tooltip-opacity 1.4s ease-in infinite}
.footer-middle a.tooltip-icon{-webkit-animation:tooltip-color-white 1.4s ease-in infinite;-moz-animation:tooltip-color-white 1.4s ease-in infinite;-ms-animation:tooltip-color-white 1.4s ease-in infinite;animation:tooltip-color-white 1.4s ease-in infinite}
.header-container.type1 .header .demo-tooltip{top:0;right:22px}
.header-container.type2 .header .container,.header-container.type5 .header-bottom > .container-fluid,.header-container.type7 .header .container,.header-container.type11 .header .container,.header-container.type12 .header-right-bottom,.header-container.type13 .header .container{position:relative}
.header-container.type2 a.tooltip-icon,.header-container.type4 a.tooltip-icon,.header-container.type5 a.tooltip-icon,.header-container.type6 a.tooltip-icon,.header-container.type7 a.tooltip-icon,.header-container.type9 a.tooltip-icon,.header-container.type10 a.tooltip-icon,.header-container.type11 a.tooltip-icon,.header-container.type12 a.tooltip-icon{color:#000;border-color:#000}
.tooltip-popup{position:absolute;right:-10px;top:30px;width:300px;background-color:#222;padding:20px;font-size:12px;line-height:1.4;color:#fff;text-align:left}
.tooltip-popup .content{opacity:0;position:relative}
.tooltip-popup.opened-tooltip .content{-webkit-animation:tooltip-animation .3s ease-in .2s forwards;-moz-animation:tooltip-animation .3s ease-in .2s forwards;-ms-animation:tooltip-animation .3s ease-in .2s forwards;animation:tooltip-animation .3s ease-in .2s forwards}
.type9 .tooltip-popup{top:auto;bottom:30px}
.tooltip-popup h4{font-size:14px;text-transform:uppercase;line-height:1.3;margin-bottom:10px;color:#fff}
.tooltip-popup p{color:#a4a4a4;margin-bottom:10px;font-size:13px;line-height:1.8}
.tooltip-popup em{font-size:10px;padding-top:5px;margin-bottom:0;font-style:normal}
.tooltip-popup a.tooltip-close{position:absolute;right:-3px;top:-3px;font-size:20px;line-height:1;color:#fff!important}
.footer-middle>.container{position:relative}
p.category-image,.category-description{margin-bottom:35px}
.form-search .search-autocomplete{z-index:999}
.form-search .search-autocomplete ul{border:1px solid #ddd;background-color:#fff}
.form-search .search-autocomplete li{text-align:left;padding:5px 10px;cursor:pointer;color:#777}
.form-search .search-autocomplete li .amount{float:right;font-weight:700}
.form-search .search-autocomplete li.odd{background-color:#fff}
.form-search .search-autocomplete li.selected{background-color:#f7f7f7}
.header-container.type1 ul.menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type1 ul.menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type5 ul.menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type5 ul.menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type8 ul.menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type8 ul.menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type9 ul.menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.header-container.type9 ul.menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist{left:auto;right:100%}
.top-container{margin-bottom:-40px}
.top-container:before,.top-container:after{content:" ";display:table}
.top-container:after{clear:both}
.item-area .product-image-area .product-image img.hoverImage{position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0);transition:all .3s}
.item-area .product-image-area:hover .product-image img.hoverImage{opacity:1;filter:alpha(opacity=100)}
.banner-discount-block{position:relative;text-align:center;border:1px solid #E6E6E6}
.banner-discount-block a{padding-top:40px}
.banner-discount-block .side-hot-sale{position:absolute;top:0;right:0}
.banner-discount-block .sale-contents h2{font:59px/55px Raleway;margin-bottom:0;}
.banner-discount-block .sale-contents h3{font:24px/1 Raleway;text-transform:uppercase;margin-bottom:7px}
.banner-discount-block .sale-contents p{font-size:13px;padding:0 20px}
.header-container.type2 .form-search #search:focus{border-color:#b8b8b8}
.header-container.type1 ul.menu > li:nth-last-child(1) .nav-sublist-dropdown{left:auto;right:0}
.header-container.type8 .top-links-icon{display:inline-block;padding:30px 10px;color:#fff}
.header-container.type8 .top-links-area{display:block;float:right}
.header-container.type8 .top-links-icon > a {color:#fff}
.header-container.type8 ul.links{left:auto;right:-20px}
.new-users p{margin-bottom:0}
p.required{display:none}
.header-container.type10 .top-links-area{display:block;padding:0 0 7px;border-bottom:1px solid rgba(232,232,232,0.3);margin-bottom:7px}
.header-container.type10 a.myaccount i{margin-right:7px}
.header-container.type10 a.myaccount{font-size:13px;font-weight:700;text-transform:uppercase}
.header-container.type10 ul.links{left:100%;right:auto;top:-10px;border:1px solid #ebebeb;box-shadow:0 4px 9px rgba(0,0,0,.12)}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:18px;font-weight:600}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.menu{padding:0;list-style:none}
.side-menu-type2.side-block ul.menu ul{list-style:none;margin:0;display:none;padding-left:1em}
.side-menu-type2.side-block ul.menu>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd;margin-left:0}
.side-menu-type2.side-block ul.menu li{position:relative}
.side-menu-type2.side-block ul.menu a{font-size:13px;color:#777;font-weight:600}
.side-menu-type2.side-block ul.menu a span.cat-label{display:none}
.side-menu-type2.side-block ul.menu a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.menu>li>a{padding: 5px 0}
.side-menu-type2.side-block ul.menu ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.menu ul>li:first-child{border-top:0}
.side-menu-type2.side-block ul.menu a.open-child{position:absolute;right:0;top:0;font-size:15px;width:30px;text-align:center;z-index:20;height:100%;padding:0}
.side-menu-type2.side-block ul.menu > li.menu-full-width > a:after,
.side-menu-type2.side-block ul.menu > li.menu-static-width > a:after,
.side-menu-type2.side-block ul.menu > li.menu-item-has-children > a:after {content:"";padding: 5px 0;}
.side-menu-type2.side-block ul.menu > li.act > a{text-decoration: none}
.side-menu-type2.side-block ul.menu .nav-sublist li.menu-item > a.open-child:before,
.side-menu-type2.side-block ul.menu > li.menu-item-has-children li.menu-item > a.open-child:before{content:''}
.item-area .product-image-area .actions .qty-holder{position:absolute;bottom:-35px;right:0;min-width:auto;z-index: 10;transition:all .3s}
.item-area:hover .product-image-area .actions .qty-holder{bottom:0}
.item-area .product-image-area .actions .qty-holder input.qty,.item-area .product-image-area .actions .qty-holder .table_qty_inc,.item-area .product-image-area .actions .qty-holder .table_qty_dec{background-color:#262626;border-color:#626262;opacity:.95;color:#fff;border-top:0;border-bottom:0}
.item-area .product-image-area .actions .qty-holder .table_qty_inc:hover,.item-area .product-image-area .actions .qty-holder .table_qty_dec:hover{background-color:#777}
.type2 .item-area .product-image-area .actions .qty-holder{transition:all .3s ease-in-out}
.type2 .item-area .product-image-area .actions > .qty-holder + a.addtocart {padding-right:117px}
.type3 .item-area .product-image-area .actions .qty-holder{position: relative;bottom:auto;width:35px;min-width:35px}
.type3 .item-area .product-image-area .actions .qty-holder input.qty,.type3 .item-area .product-image-area .actions .qty-holder .table_qty_inc,.type3 .item-area .product-image-area .actions .qty-holder .table_qty_dec{margin:0;min-width:35px;width:35px;background-color:#3a3a3a;border:0;border-top: 1px solid #626262;opacity:1}
.type3 .item-area .product-image-area .actions .qty-holder .table_qty_inc:hover,.type3 .item-area .product-image-area .actions .qty-holder .table_qty_dec:hover{opacity:.8;filter:alpha(opacity=80)}
.products-list .item-area .actions .qty-field{margin-bottom:20px}
.products-list .item-area .actions .qty-holder{display:inline-block}
.products-list .item-area .actions .table_qty_inc,.products-list .item-area .actions .table_qty_dec{font-size:0;padding:0}
.infinite-enabled .toolbar-bottom .sorter,.infinite-enabled  .toolbar-bottom .pager .limiter{display:block}
.infinite-enabled .toolbar .pager{float:right}
.infinite-loader{margin: 20px 0;text-align:center}
.infinite-loader .btn-load-more{letter-spacing:1px;transition:all .4s;font-weight:700;padding: 10px 28px;color:#fff;background-color:#262626}
.infinite-loader .loading{font-weight:500;font-size:15px;color:#262626}
.infinite-loader i.ajax-loader.small{vertical-align:middle;margin-right:10px}
.header-container.type1 .sticky-logo{display:none}
.header-container.type1.sticky-header .sticky-logo{display:inline-block}
.header-container.type1.sticky-header .sticky-logo + .logo{display: none}
.header-container.type2.sticky-header .sticky-logo{float:left;margin-right:20px;padding-top:15px;padding-bottom:15px}
.header-container.type3.sticky-header .sticky-logo{float:left;margin-right:20px;padding-top:10px;padding-bottom:10px}
.header-container.type2.sticky-header .logo,.header-container.type3.sticky-header .logo{margin:0}
.header-container.type2.sticky-header .sticky-logo > .logo img,.header-container.type3.sticky-header .sticky-logo > .logo img{max-height:30px}
.header-container.type4.sticky-header .sticky-logo{float:left;max-width:160px;}
.header-container.type4.sticky-header .sticky-logo > .logo{margin: 11px 0}
.header-container.type4.sticky-header .sticky-logo > .logo img{max-height:30px}
.header-container.type5 .sticky-logo{display:none}
.header-container.type5.sticky-header .sticky-logo{display:inline-block}
.header-container.type5.sticky-header .sticky-logo + .logo{display: none}
.header-container.type6.sticky-header .sticky-logo{float:left;margin-right:20px;padding-top:10px;padding-bottom:10px;margin-left:32px}
.header-container.type6.sticky-header .logo{margin:0}
.header-container.type6.sticky-header .sticky-logo > .logo img{max-height:30px}
.header-container.type7.sticky-header .sticky-logo{float:left;margin-right:20px;padding-top:20px;padding-bottom:20px}
.header-container.type7.sticky-header .logo{margin:0}
.header-container.type7.sticky-header .sticky-logo > .logo img{max-height:30px}
.header-container.type8 .sticky-logo{display:none}
.header-container.type8.sticky-header .sticky-logo{display:inline-block}
.header-container.type8.sticky-header .sticky-logo + .logo{display: none}
.header-container.type12.sticky-header .sticky-logo{float:left;margin-right:20px;padding-top:10px;padding-bottom:10px}
.header-container.type12.sticky-header .logo{margin:0}
.header-container.type12.sticky-header .sticky-logo > .logo img{max-height:30px}


/* ============================================ *
 * aimClear styles
 * ============================================ */

/*General*/
button.button{background-color:#A82827}
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
.error-msg a{color:#bc0909}
.top-container a, .main-container a{font-weight:bold!important}

.col-left.sidebar .links li{display: block;}
.col-left.sidebar .links li a.ftr_only{display:none;}
.col-left.sidebar .widget .widget-title{font-size:22px;margin-bottom:15px;}

/*Header*/
.header-container.type12 .header-right-top,.header-container.type12 .header-right-bottom{border:none}
.header-container.type12 .custom-block{margin-left:0;}

.header-container.type12 .header-right-top{padding-bottom:25px;font-size:14px;}
.header-container.type12 .header-right-top,.header-container .top-links-area,.header-container .top-links-area .custom-block{width:100%;}
.header-container .top-links-area ul li {padding:0 1.99%;color:#292927;display:inline-block;vertical-align:middle}
.header-container .top-links-area ul li:first-child{padding-left:0;width:60px;}
.header-container .top-links-area ul li:last-child{padding-right:0}
.header-container .top-links-area ul li ul.links{left:auto}
.header-container .top-links-area ul li ul.links li{width:100%;padding:0 15px!important}
.header-container .top-links-area ul li a#phone_number{font-weight:600;}
.header-right-middle{border:none}
.header-right-middle .custom-block span{color:#b1701c;font-family: 'cabrito';font-size: 20px; font-weight:300;}
.header-right-middle .custom-block span.head-text-big{font-weight:600;letter-spacing:1px;}
.header-container.type12 .header .form-search #cat{display:none;}
.header-container button.button{padding:8.5px 15px;margin-left:5px;}
.header-container .icon-cherries-search:before{font-size:25px;}
.header .form-search{position: absolute;top: 64px;padding-left:35px;}
.header-container.type12 .mybag-link{padding:10px 0 0 0 ;}

/*Menu*/
.header-container.type12 .header-bottom{border-bottom:1px solid #fff;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/wood.jpg)no-repeat center;background-size: cover;}
.header-container.type12 ul.menu > li > a{    padding-top: 15px; padding-bottom: 15px;}
ul.menu > li.act > a{color:#ecd995;}
ul.menu > li > a > .cat-label{top:-4px;margin-bottom:-12px;}
.sticky-header .menu > li > a > .cat-label{top:0px;margin-bottom:-15px;}
.cat-label.cat-label-label2{background:#A82827}
.cat-label.cat-label-label2:after{border-top-color:#A82827}
ul.menu > li.menu-static-width > .nav-sublist-dropdown > .container{position: relative;}
ul.menu li.menu-static-width .mega-columns ul li{width:100%;float:none;padding:3px 20px;white-space: nowrap;}
ul.menu > li.menu-full-width a.level1, ul.menu > li.menu-static-width a.level1{font-family:open sans;font-size: 15px;text-transform:capitalize;font-weight:400}
.top-mega-block{font-size:26px;font-family:'cabrito';font-weight:400;padding:30px 30px 15px;color:#000;}
ul.menu .nav-sublist-dropdown .mega-columns .block1{padding-top:0; z-index: 90;padding-bottom:10px}
ul.menu .nav-sublist-dropdown .mega-columns .right-mega-block.col-sm-3{height:100%;position: absolute;width: 100%; text-align: right; right: 0;top: 0; padding-right:0;}
ul.menu .nav-sublist-dropdown .mega-columns .right-mega-block.col-sm-3 img{height:100%;}
.top-mega-block{z-index: 95;position: relative;}
.nav-sublist-dropdown{border:none;}
.bottom-mega-block{ position: relative;z-index: 999; padding:20px 30px;background: #ececec;}
.bottom-mega-block p{margin-bottom:0;}
ul.menu > li.menu-static-width > .nav-sublist-dropdown.edge{right:0;left:inherit;}
ul.menu > li.menu-static-width:last-child .nav-sublist-dropdown.edge,ul.menu > li.menu-static-width:nth-last-child(2) .nav-sublist-dropdown.edge{right:0!important;}
li.menu-item.col-sw-6,li.menu-item.col-sw-1 {font-family:"cherries";}
li.menu-item.col-sw-6:before,li.menu-item.col-sw-1:before{content:'\e904';padding-right:10px;}
li.menu-item.col-sw-6:hover,li.menu-item.col-sw-1:hover {color:#A82827;}
li.menu-item.col-sw-6 a.level1:hover,li.menu-item.col-sw-1 a.level1:hover{color:#A82827}
/*homepage*/
.container-fluid.no-padding.banner-container.thirds{width:100%!important;left:0!important;}
.container-fluid.no-padding.banner-container.thirds .row{margin:0}

/*homepage slider*/

/*Homepage-Newsletter */
.footer #newsletter-section{padding:75px 0 40px;margin-bottom:0;}
.footer #newsletter-section h2{font-size:41px;font-weight: 300;}
.footer #newsletter-section input#newsletter{float:left;width:73%;margin:3px 2% 0 0;height:72px;font-size:17px;}
.footer #newsletter-section button.button{float:left;width:25%;font-weight:400;font-size:17px;height:72px;}


/*Category page*/
.catalog-category-view .page-title{display:block;}
.catalog-category-view .page-title h1{font-size: 60px;color: #2e2e2e;font-weight: 400;padding-bottom:5px;}
.catalog-category-view .category-description{color: #2e2e2e;font-size:21px;margin-bottom:27px;}
.type1 .item-area .product-image-area .actions > a.addtowishlist, .type3 .item-area .product-image-area .actions > a.addtowishlist,.type1 .item-area .product-image-area .actions > a.comparelink, .type3 .item-area .product-image-area .actions > a.comparelink{display:none}
.catalog-category-view .pager .pages li{border:none;padding:0;}

/*Product Page*/
.product-view .product-shop .add-to-links{display:none;}
.ratings .rating-links a:last-child, .ratings .rating-links .separator,.email-friend,.product-view .product-shop .availability{display:none;}
.product-view .block .block-title{font-size: 23px}
.product-view .product-shop .description .std{font-family:'cabrito';color:#3d3d3d;font-style:normal;font-size:20px;line-height:24px;}
.product-view .product-shop .short-description .std{font-family:'cabrito';color:#3d3d3d;font-style:normal;font-size:18px;}
.catalog-product-view .col-main .col-md-3{padding:0 0 0 15px;}
#product-info{padding: 15px 0 0 0; }
#product-info img{padding: 0 10px 0 0}
.product-sku p{color:#3d3d3d;margin:0}
#perishable{padding:0; float:left;}
.product-shop .more-details {position: absolute; display: inline-block; right: 17px; bottom: 8px; color: #a82827; text-transform: uppercase; font-weight: bold;}
.product-shop .more-details::after {content:'\0025B8'; width: 0; height: 0; font-size: 16px; margin-left: 5px;}
/*.more-views{display:none;}*/

.catalog-product-view .block-related .block-title,.catalog-product-view .product-collateral .block-title{background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/headline-bg.jpg) 10px;background-repeat: repeat-x;}
.catalog-product-view .block-related .block-title h2{background:#fff;width:38%;margin:0 auto 30px;}
.catalog-product-view .product-collateral .block-title h2{background:#fff;width:100px;margin:30px auto 0;}
.catalog-product-view .product-tabs #tab_review_tabbed_contents{border:2px solid #ededed;border-top:0px}
.catalog-product-view .product-collateral .block-title{margin-bottom:-19px}
.catalog-product-view #giftcard-fieldset{width:100%;}


/*Product nutrition modal*/
.catalog-product-view .fancybox-opened {max-width:700px;margin:0 auto;}
.catalog-product-view .fancybox-opened .fancybox-inner{max-width:670px;overflow:hidden!important;}
.fancybox-opened .fancybox-skin #nutritionmodal p{padding:0;margin:0;line-height:1.2;}
.fancybox-opened .fancybox-skin #nutritionmodal p.label:first-child{padding-top:0}
.fancybox-opened .fancybox-skin #nutritionmodal p.label{padding-top:15px}
.fancybox-opened .fancybox-skin #nutritionmodal p.image{padding-top:20px}
.fancybox-opened #nutritionmodal tr td img{padding: 0 2px;}
.fancybox-opened .fancybox-skin #nutritionmodal p.image:after{content:'\00a0';}

/*social*/
.product-view .mt-social-links .so-social-share{display: block;float: right; margin: 0 6px 0 0;line-height: 15px;}
.product-view .mt-social-links{padding:20px 0;}
.product-view .mt-social-links h3{color:#DECEB1;text-transform: uppercase;font-weight:600;font-size: 20px;width:115px;float:left;}
.product-view .mt-social-links .so-social-share.so-pinterest a{background-image:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/media/pinterest.png) no-repeat!important;}

/*Catalog request page*/
.catalogrequest-index-index .col.left{width:38%;}
.catalogrequest-index-index .col.right{width:60%;}
.catalogrequest-index-index input[type="submit"]{border:0}

/*Recipe Page*/
.related-recipe #recipe_con li.item{min-height:360px;}
#recipe_con li.item .product-image > img{height:auto}

/*Footer*/
.footer {color:#242021;}
.footer h4 a{font-family: Open Sans;color: #333232;}
.footer .footer-middle .widget{margin-bottom:25px}
.footer .col-md-3.col-sm-12{text-align:center;}
.footer .col-md-3.col-sm-12:last-child{width:27%}
.footer .col-md-2{width:16%;}
.footer .footer-middle .widget img{margin-top:-40px;}
.footer .links li a{color:#000;}
.footer .footer-bottom-area{text-align:center;padding:0 0 20px;border-top: none;}
.footer .footer-bottom-area li{display:inline-block;text-transform:uppercase;font-weight:600;padding:0 .5%}
.footer .footer-bottom-area li span{background:#A82827;padding:4px;color:#fff; border-radius:15px;}
.footer .footer-bottom-area li img{margin-top:-6px;}
.footer .footer-middle .widget .social-icons { font-size: 24px; margin-top: 25px; text-align: right; }
.footer .footer-middle .widget .social-icons a { color: #fff; width: 40px; display: inline-block; text-align: center; padding: 8px 0; margin: 0; }
.footer .footer-middle .widget .social-icons a.facebook-icon { background-color: #1c5095; }
.footer .footer-middle .widget .social-icons a.twitter-icon { background-color: #007fad; }
.footer .footer-middle .widget .social-icons a.google-plus-icon { background-color: #f24b3f; }
.footer .footer-middle .widget .social-icons a.pinterest-icon { background-color: #ff1c2d; }
.footer .footer-middle .widget .social-icons a.instagramm-icon { background-color: #4a413b; }

/*Contact Us*/
.col-sm-4 .share-box .social-icon { color: #fff; font-size: inherit; margin: 0; line-height: 1.28; }
.col-sm-4 .share-box .social-icons { font-size: 24px; margin: 10px 0; }
.col-sm-4 .social-icons a { color: #fff; display: inline-block; text-align: center; width: 30px; height: 30px;}
.col-sm-4 .social-icons a.instagramm-icon { background-color: #4a413b; }
.col-sm-4 .social-icons a.facebook-icon { background-color: #1c5095; }
.col-sm-4 .social-icons a.twitter-icon { background-color: #007fad; }
.col-sm-4 .social-icons a.google-plus-icon { background-color: #f24b3f; }
.col-sm-4 .social-icons a.pinterest-icon { background-color: #ff1c2d; }

.contact-form-container li { list-style: none; }

.contacts-index-index #captcha-input-box-form-validate-captcha label { position: relative }
.contacts-index-index #captcha-input-box-form-validate-captcha em  { font-style: normal; color: #eb0101; font-size: 12px; line-height: .4; font-weight: 600; vertical-align: middle; position: absolute; top: 9px; right: -12px;}


.catalogrequest-index-index #captcha-input-box-form-validate-captcha label { position: relative }
.catalogrequest-index-index .captcha-image {float: none; display: block; padding-bottom: 14px;}
.catalogrequest-index-index #captcha-input-box-form-validate-captcha em  { font-style: normal; font-size: 12px; line-height: .4; font-weight: 600; vertical-align: middle; position: absolute; top: 9px; right: -6px;}


#estshipdate span, #estarrdate span{font-weight:700;font-size:15px}


#checkout-step-payment form dl#giftvoucher_container .giftvoucher{background:#fff;}
#checkout-step-payment form dl#giftvoucher_container ul#payment_form_giftvoucher{ padding:17px 30px 1px 30px;margin-bottom:15px;background: #f5f5f5;width: 80%;}


#checkout-step-payment form dl dd#dd_method_authorizenet{background-color: #f5f5f5;padding:0;width:80%;min-width:604px;margin-bottom:15px}
#checkout-step-payment form dl dd#dd_method_authorizenet li#cc_input{float:left;width:48%;padding-right:4%}
#checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_exp_div{float:left;width:48%;}
#checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_cvv_div{float:left;width:48%;}
#checkout-step-payment form dl dd#dd_method_authorizenet li label{font-weight:800;}
#checkout-step-payment form dl dd#dd_method_authorizenet li:first-child{padding-top: 20px}

#checkout-step-payment form dl dd#dd_method_authnetcim{background-color: #f5f5f5;padding:0;width:80%;min-width:604px;margin-bottom:15px}
#checkout-step-payment form dl dd#dd_method_authnetcim > ul {height:330px;}
#checkout-step-payment form dl dd#dd_method_authnetcim li#cc_input{float:left;width:48%;padding-right:4%}
#checkout-step-payment form dl dd#dd_method_authnetcim li#authnetcim_cc_type_exp_div{float:left;width:48%;}
#checkout-step-payment form dl dd#dd_method_authnetcim li#authnetcim_cc_type_cvv_div{float:left;width:48%;}
#checkout-step-payment form dl dd#dd_method_authnetcim li label{font-weight:800;}
#checkout-step-payment form dl dd#dd_method_authnetcim li:first-child{padding-top: 20px}
#checkout-step-payment form dl #authnetcim_save {float:left; clear:both;}

.anchor-target:before {content:"";display:block;width: 0;height:51px; /* fixed header height*/ margin:-51px 0 0; /* negative fixed header height */}

/* Multiple Checkout Custom Styling */
ul.checkout-types li a.cart-button{width: 100%; background: #A82827 url('https://www.chukar.com/skin/frontend/chukar/cherries/images/multiple-addresses-red.png') no-repeat;background-position:right 16px center;text-align: center;display: block;padding: 10px 43px 10px 0;font-size: 14px;font-weight: 700;text-transform: uppercase;color: #fff;}

/*Ship to International Address */
a.int-add {
    position: relative;
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500 !important;
    text-decoration: underline;
}

a.int-add:hover {
    text-decoration: underline;
}

.multiple-checkout table, .multiple-checkout address, .multiple-checkout .sp-methods{font-size:14px;}
.ui-widget-header {border: none;background: none;color: #000}
.ui-widget-header .ui-icon { background-image: url("/js/chukar/jquery/images/ui-icons_222222_256x240.png");}

#delivertimes { font-size:13px;}
.custcalendar { font-size:15px; }
.av-mobile-device .iwd_modal_container{position: fixed!important;top:50px!important}


#datepicker .ship-oneday a { opacity:1; background:#6CF url("https://www.chukar.com/skin/frontend/chukar/cherries/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; color: #000; }
#datepicker .ship-twoday a { opacity:1; background:#FF9 url("https://www.chukar.com/skin/frontend/chukar/cherries/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; color: #000; }
#datepicker .ship-ground a { opacity:1; background:#9F9 url("https://www.chukar.com/skin/frontend/chukar/cherries/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; color: #000; }
#datepicker .ship-express a { opacity:1; background:#6CF url("https://www.chukar.com/skin/frontend/chukar/cherries/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; color: #000; }
#datepicker .ship-priority a { opacity:1; background:#FF9 url("https://www.chukar.com/skin/frontend/chukar/cherries/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; color: #000; }
#datepicker .ship-parcel a { opacity:1; background:#9F9 url("https://www.chukar.com/skin/frontend/chukar/cherries/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; color: #000; }
#checkout-shipping-method-load .sp-methods dd label[for=s_method_productmatrix_Overnight] { background-color: #6CF; }
#checkout-shipping-method-load .sp-methods dd label[for=s_method_productmatrix_2-Day] { background-color: #FF9; }
#checkout-shipping-method-load .sp-methods dd label[for=s_method_productmatrix_Standard] { background-color: #9F9; }
#checkout-shipping-method-load .sp-methods dd label[for=s_method_productmatrix_Express_Mail] { background-color: #6CF; }
#checkout-shipping-method-load .sp-methods dd label[for=s_method_productmatrix_Priority_Mail] { background-color: #FF9; }
#checkout-shipping-method-load .sp-methods dd label[for=s_method_productmatrix_Parcel_Post] { background-color: #9F9; }
.ui-datepicker-current-day { background-color: #EC1D20; color#FFFFFF; }
#delivertimes { margin:20px 0 10px 0; }
#aw-giftwrap-onepage-form { position:relative; float:none; clear:both; }
.gift-messages h3, .gift-messages .control { display:none; }
#allow-gift-message-container, #allow-gift-messages-for-order-container { display:block !important; }
.ui-widget { font-size: 1.3em; }
.ui-widget-content { background: #eee; }
#onepage-checkout-shipping-method-additional-load { position:relative; float:left; width:50%; }
.opc .gift-messages-form { background:none; border:none; }
#estimatedArrival { display: none; }
#shippingChoice label { margin-bottom: 0; margin-right: 20px; }
#shippingChoice { padding-bottom: 10px; border-bottom: 1px solid #eee; margin-bottom: 10px; }

#checkout-step-shipping_method .box-sp-methods {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

#checkout-step-shipping_method #loading-mask {
    position: relative;
    display: none;
}

#checkout-step-shipping_method .box-sp-methods .box-content {
    padding: 0 10px 15px;
}

#checkout-step-shipping_method #loading-mask .background-overlay {
    position: absolute;
    height: 380px;
    width: 100%;
    top: -35px;
    left: -10px;
    background: rgba(255,255,255, 0.75);
    z-index: 5;
}

#checkout-step-shipping_method #loading-mask #loading_mask_loader {
    margin: 0;
}

#checkout-step-shipping_method #loading-mask i.ajax-loader.large {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 10;
}

#checkout-step-shipping_method .datepicker-container label {
    display: flex;
    align-items: center;
}

#checkout-step-shipping_method .datepicker-container label span {
    margin-right: 5px;
}

#checkout-step-shipping_method .datepicker-container label input {
    margin-top: 15px;
}

#checkout-step-shipping_method .datepicker-container label img {
    margin-left: 5px;
}

.checkout-multishipping-shipping .box-sp-methods {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.checkout-multishipping-shipping #loading-mask {
    position: relative;
    display: none;
}

.checkout-multishipping-shipping .box-sp-methods .box-content {
    padding: 0 10px 15px;
}

.checkout-multishipping-shipping #loading-mask .background-overlay {
    position: absolute;
    height: 1000px;
    width: 106%;
    top: -35px;
    left: -10px;
    background: rgba(255,255,255, 0.75);
    z-index: 5;
}

.checkout-multishipping-shipping #loading-mask #loading_mask_loader {
    margin: 0;
}

.checkout-multishipping-shipping #loading-mask i.ajax-loader.large {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 10;
}

.checkout-multishipping-shipping .datepicker-container label {
    display: flex;
    align-items: center;
}

.checkout-multishipping-shipping .datepicker-container label span {
    margin-right: 5px;
}

.checkout-multishipping-shipping .datepicker-container label input {
    margin-top: 15px;
}

.checkout-multishipping-shipping .datepicker-container label img {
    margin-left: 5px;
}
.paypal-express-review .info-set {
    margin: 0 0 15px;
    padding: 20px 0;
    border: none;
    background: none;
}

.paypal-express-review .info-set .step-title {
    position: relative;
}

.paypal-express-review .number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
}

.paypal-express-review .fee-items table tbody tr td:nth-child(2) input[type="checkbox"] {
    margin-top: -5px;
}

.paypal-express-review .shipping-method .box-title {
    border: none;
}

.paypal-express-review .shipping-method {
    float: left;
    width: 100%;
}

.paypal-express-review .shipping-method a.giftboxlink {
   margin-left: 5px;
}

.paypal-express-review .fee-items .options {
    margin-left: 0;
}

.paypal-express-review .fee-items .options td {
    padding: 0 !important;
}

.paypal-express-review .giftboxinfo {
    padding-left: 26px;
}

.paypal-express-review .shipping-method .box-title {
    padding-left: 0;
}

.paypal-express-review .payment-method {
    margin-top: -18px;
    width: 100%;
}

.paypal-express-review .col-1.payment-method .box .box-title {
    padding-right: 0;
    padding-left: 0;
}

.paypal-express-review .shipping-method .box-title,
.paypal-express-review .payment-method .box-title {
    border-right: none;
    border-left: none;
}

.paypal-express-review .box-content,
.paypal-express-review .col-1 .box .box-title {
    border: none;
}

.paypal-express-review .info-set h3 {
    color: #000000;
    font-family: 'Open Sans';
}

.paypal-express-review .info-set h2.legend,
.paypal-express-review .info-set h2,
.paypal-express-review .shipping-method h3,
.paypal-express-review .payment-method h3 {
    font-family: 'Stag Web';
    margin: 0;
    padding: 22px 0 22px 57px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: none;
    text-transform: capitalize;
    letter-spacing: .7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.paypal-express-review h2 {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: .7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.paypal-express-review .info-set .data-table .product-name {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: 'Stag Web';
    line-height: 28px;
}

.paypal-express-review .data-table thead tr {
    border-top: none;
}

.paypal-express-review .data-table thead th {
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .paypal-express-review .data-table tfoot tr td {
        display: table-cell;
        width: inherit;
    }
}

@media only screen and (max-width: 480px) {

    .paypal-express-review .fee-items table tbody tr td:nth-child(2) input[type="checkbox"] {
        margin-top: -28px;
    }

    .paypal-express-review .fee-items table tbody tr td:nth-child(3) {
        display: block;
        width: 100%;
    }

    .paypal-express-review .fee-items table tbody tr td:nth-child(4) {
        display: block;
        width: 100%;
    }

    .paypal-express-review .shipping-method a.giftboxlink {
        margin-left: 0;
    }

    .paypal-express-review .data-table {
        margin-top: 0;
    }

    .paypal-express-review .data-table tfoot tr td {
        display: block;
    }

    .paypal-express-review .data-table thead th {
        display: none;
    }

    .paypal-express-review .data-table tbody td {
        display: block;
        padding: 5px 0;
        text-align: center;
    }

    .paypal-express-review .data-table tbody .a-center {
        padding-right: 20px;
        text-align: right !important;
    }

    .paypal-express-review .data-table tfoot tr {
        text-align: right;
    }

    .paypal-express-review .data-table tfoot tr td {
        display: inline-block;
        padding-right: 20px;
    }

    .paypal-express-review .data-table tfoot tr td.a-right {
        width: 60%;
    }

    .paypal-express-review .data-table tfoot tr td.a-center {
        width: 35%;
        text-align: right !important;
    }
}

/*Ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
	.type1 .item-area:hover .product-image-area .actions a.quickview-icon {display:none}
	.type1 .item-area .product-image-area .actions a.addtocart{bottom:0!important}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
	ul.menu .nav-sublist-dropdown .mega-columns .right-mega-block.col-sm-3{overflow:hidden;}
	ul.menu .nav-sublist-dropdown .mega-columns .right-mega-block.col-sm-3 img{height:auto;width:50%}
	
}


@media(min-width: 280px) {
/*** Sticky Header ***/
/* Header Type 8 */
    .header-container.type8.sticky-header {
        position: fixed;
        width: 100%;
        z-index: 21;
        top: 0;
        left: 0;
        margin: 0;
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    }
    .header-container.type8.sticky-header .logo {
        margin: 5px 0;
    }
    .header-container.type8.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type8.sticky-header .main-nav {
        height: 50px;
    }
    .header-container.type8.sticky-header .search-icon,
    .header-container.type8.sticky-header .top-links-icon{
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .header-container.type8.sticky-header .mybag-link {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .header-container.type8.sticky-header .header-right {
        margin-top: -25px;
    }
    .header-container.type8.sticky-header .menu-icon > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .header-container.type8.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type8.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type8.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }

    .toolbar {
        margin-top: 15px;
    }
}
@media(min-width: 480px) {
    .category-box {
        padding-left: 50%;
    }
    .partners-container {
        padding: 47px 30px 0;
    }
    .partners-container.larger {
        padding: 51px 30px 0;
        margin-bottom: 52px;
    }
}
@media (min-width: 640px) {
    .header-container.type12 .header .demo-tooltip {
        top: -10px;        
    }

    .catalog-category-view .page-title {
        margin-bottom: 18px;
    }

    .catalog-category-view .category-description {
        margin-top: -25px;
    }
}
@media (min-width:768px) {
	
    .side-menu ul.menu > li.menu-full-width > .nav-sublist-dropdown > .container {
        width: 750px;
    }    
/*** Sticky Header ***/
/* Header Type 2 */
    .header-container.type2.sticky-header .header-bottom {
        background-color: #fff;
        position: fixed;
        width: 100%;        
        top: 0;
        box-shadow: 0 3px 9px rgba(0,0,0, 0.1);
    }
    .header-container.type2.sticky-header ul.menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-container.type2.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type2.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type2.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 15px 0;
    }
    .header-container.type2.sticky-header .search-area {
        padding: 10px 0;
    }
/* Header Type 3 */
    .header-container.type3.sticky-header .header-bottom {
        position: fixed;
        width: 100%;        
        top: 0;
        margin: 0;
        background-color: #008acc;
    }
    .header-container.type3.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type3.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type3.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type3.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }
    .header-container.type3.sticky-header a.search-icon {
        padding-top: 13px;
        padding-bottom: 13px;
    }
/* Header Type 5 */
    .header-container.type5.sticky-header {
        position: fixed;
        width: 100%;
        z-index: 21;
        top: 0;
        margin: 0;
    }

    .account-login .content,
    .fieldset {
        padding: 47px;
    }
    .widget .widget-title {
        margin-bottom: 23px;
    }
    .widget-area {
      margin: 14px 0 22px;
    }  
    .footer-top .widget .widget-title {
        margin-bottom: 15px;
    }
    .for-mobile {
        display: none;
    }
    #map {
        height:450px;
        margin-bottom: 52px;
    }
    .map-contaner #map {
        margin-bottom: 0;
    }
    .map-type-high #map {
        height: 970px;
        margin: 0 0 20px;
    }
    .map-contaner {
        margin: 40px 0 46px;
    }
    .contact-form-container {
        margin-bottom: 45px;
    }
    .map-overlay-box {
        top:45px;
        bottom:45px;
        right:50px;
        padding:55px 80px 30px 45px;
    }
    .error-content {
        padding:80px 0 90px;
    }

    .error-title {
        font-size:300px;
    }

    .error-title > span {
        font-size:70px;
        margin-top:-3px;
    }
    
/*** Sticky Header ***/
/* Header Type 1 */
    .header-container.type1.sticky-header {
        position: fixed;
        width: 100%;
    }
    .header-container.type1.sticky-header .logo {
        margin: 9px 0;
    }
    .header-container.type1.sticky-header .logo img {
        height: 42px;
    }
    .header-container.type1.sticky-header ul.menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-container.type1.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type1.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type1.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 15px 0;
    }
    .header-container.type1.sticky-header .mybag-link, .header-container.type1.sticky-header .menu-icon > a, .header-container.type1.sticky-header .search-icon {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-container.type1.sticky-header .header-right {
        margin-top: -30px;
    }
    #newsletter-section h2 {
        font-size: 30px;
    }
    .newsletter-box {
        padding: 41px 52px;
    }
    .newsletter-box-form {
        float: right;
        margin-top: 19px;
        width: 260px;
    }
    .newsletter-box-content {
        margin-right: 340px;
    }
    .parallax.section h3 {
        font-size:18px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .parallax.section h2 {
        font-size: 60px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .parallax.section p {
        font-size:15px;
        line-height: 24px;
        margin:0 auto 20px;
    }

    .parallax .section-action .btn.min-width-xs {
        min-width: 130px;
    }

    .parallax.first-section h3 {
        margin-top:60px;
    }
    .banner.banner-info.banner-info-icon.last {
        margin-bottom:50px;
    }
    .discount-box-wrapper {
        margin: 36px 0 52px;
    }  
    .discount-box {        
        padding: 24.5px 25px;
    }
    .banner-container {
        margin-bottom: 60px;
    }
    .banner.banner-tech {
      margin-bottom: 25px;
    }   
    .banner.banner-mini .banner-content {
        padding: 0 28px;
    }
    .banner.banner-mini .banner-content {
        padding:0 28px;
    }

    .banner.banner-mini .banner-content h3 {
        font-size:15px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .banner.banner-mini .banner-content h3 > span {
        font-size: 36px;
    }
    .banner.banner-classy {
        margin-bottom: 13px;
    }
    /*notification for demo*/
    .header .container-fluid .demo-tooltip {    
        right: 30px;
    }
    /*product tab type 2 - vertical tab*/
    .tabs.type2{
        position: relative;
    }
    .tabs.type2 > ul {
        position: absolute;
        top: 0;
        left: 0;
    }
    .tabs.type2 > ul > li{
        float: none;
        width: 200px;
        margin-top: 14px;
    }
    .tabs.type2 > ul > li.first{
        margin-top: 0;
    }
    .tabs.type2 > ul > li > a{
        margin-right: -1px;
    }
    .tabs.type2 .tab-content{
        margin-left: 200px;
        margin-top: 0;
    }

    .toolbar {
        margin-top: -56px;
    }

    .catalog-category-view .page-title {
        margin-bottom: 56px;
    }

    .catalog-category-view .category-description {
        margin-top: -56px; max-width: 550px;
    }
}

@media (min-width:992px) {
    
    .side-menu ul.menu > li.menu-full-width > .nav-sublist-dropdown > .container {
        width: 970px;
    }

/*** Sticky Header ***/
/* Header Type 4 */
    .header-container.type4.sticky-header .header-bottom {
        position: fixed;
        width: 100%;        
        top: 0;
        margin: 0;
        background-color: #0f51a3;
    }
    .header-container.type4.sticky-header .header-bottom .menu-title {
        display: none;
    }
    .header-container.type4.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type4.sticky-header .header-bottom .menu-wrapper {
        padding-left: 0;
        height: 50px;
    }
    .header-container.type4.sticky-header .header-bottom .sticky-logo + .menu-wrapper{padding-left:170px}
    .header-container.type4.sticky-header .header-bottom #menu-display-btn {
        height: 50px;
        line-height: 50px;
    }
    .header-container.type4.sticky-header .form-search {
        height: 50px;
        background-color: #0f51a3;
        padding: 5px 30px 5px 0;
    }
    .header-container.type4.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type4.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type4.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }
/* Header Type 6 */
    .header-container.type6.sticky-header .header-bottom {
        position: fixed;
        width: 100%;        
        top: 0;
        left: 0;
        margin: 0;        
        box-shadow: 0 3px 9px rgba(0,0,0, 0.1);
    }
    .header-container.type6.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type6.sticky-header .main-nav {
        height: 50px;
    }

    .header-container.type6.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type6.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type6.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }
/* Header Type 7 */
    .header-container.type7.sticky-header .header-bottom {
        position: fixed;
        width: 100%;        
        top: 0;
        left: 0;
        margin: 0;
    }
    .header-container.type7.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type7.sticky-header .main-nav {
        height: 50px;
    }
    .header-container.type7.sticky-header .search-area {
        padding: 5px 0;
    }
    .header-container.type7.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type7.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type7.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }
/* Header Type 11 */
    .header-container.type11.sticky-header .header-bottom {
        position: fixed;
        width: 100%;        
        top: 0;
        left: 0;
        margin: 0;
    }
    .header-container.type11.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type11.sticky-header .main-nav {
        height: 50px;
    }

    .header-container.type11.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type11.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type11.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }
/* Header Type 12 */
	.header-container.type12.sticky-header .header {
		margin-bottom: 61px; 
	} 
    .header-container.type12.sticky-header .header-bottom {
        position: fixed;
        width: 100%;        
        top: 0;
        left: 0;
        margin: 0;
    }
    .header-container.type12.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type12.sticky-header .main-nav {
        height: 50px;
    }

    .header-container.type12.sticky-header ul.menu > li.menu-full-width > a:after, .header-container.type12.sticky-header ul.menu > li.menu-static-width > a:after, .header-container.type12.sticky-header ul.menu > li.menu-item-has-children > a:after {
        padding: 10px 0;
    }
    .header-container.type13.sticky-header .header-bottom {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding:0;
        background: #fff;
    }
    .header-container.type13.sticky-header .header-bottom .logo{
        display: none;
    }
    .header-container.type13.sticky-header .main-nav ul.menu >li.fl-right{
        float: none;
    }
    .header-container.type13.sticky-header ul.menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-container.type13.sticky-header .main-nav {
        height: 50px;
    }
    .header-container.type13.sticky-header .search-area {
        position: relative;
        padding: 0;
        top: 0;
        margin: 0;
    }
    .header-container.type13.sticky-header ul.menu > li.menu-full-width > a:after,.header-container.type13.sticky-header ul.menu > li.menu-static-width > a:after,.header-container.type13.sticky-header ul.menu > li.menu-item-has-children > a:after{
        padding: 10px 0;
    }
    .header-container.type13.sticky-header ul.menu > li.fl-right .nav-sublist-dropdown .nav-sublist{right:auto;left:100%}
    .header-container.type13.sticky-header ul.menu > li.fl-right > .nav-sublist-dropdown{left:0;right:auto}
    .f-left-md {
        float: left !important;
    }
    .f-right-md {
        float: right !important;
    }
    .account-login .content {
        padding: 57px;
        min-height: 470px;
        margin-bottom: 40px;
    }
    .account-login .content .content-wrapper {
        min-height: 310px;
    } 
    .fieldset {
        padding: 57px;
        margin-bottom: 40px;
    }
    .footer-logo {
        margin-top: -3px;
    }
    
    .footer .widget {
        margin-bottom: 65px;
    }
    
    .widget .widget-title {
        margin-bottom: 28px;
    }

    .footer-top .widget .widget-title {
        margin-bottom: 19px;
    }
    
    .footer-bottom {
        padding: 0 0 25px;
    }
    
    .payment-container {
        margin: 11px 0 0;
        text-align: right;
    }
    
/*    compare products page    */     
    .compare-table tbody th,
    .compare-table tbody td,
    .compare-table .first td {
        padding: 33px 39px;
    }
/*    about us page*/
    .about-image {
        margin-bottom: 50px;
    }
    
/*     homepage*/
    .container-fluid .col-md-9.special-col {
        width: 78.10%;
    }
    .container-fluid .col-md-3.special-col {
        width: 21.90%;
    }
    .producents-container .title-underblock.small {
        margin-bottom: 47px
    }
    .category-box {
        margin-bottom: 55px;
    }
	.banner.banner-vine h3 {
		font-size: 12px;
	}
	.banner.banner-vine h2 {
		font-size: 32px;
	}
	.banner.banner-vine p {
		font-size: 12px;
		max-width: 220px;
	}
    .newsletter-box {
        margin-bottom: 70px;
        margin-top: 12px;
    }
    .presentation-container {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .presentation-cell {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .presentation-content {
        padding: 168px 0 165px;
    }
    .category-box.category-box-vertical{
        margin-bottom: 61px;
    }
    .parallax.section h3 {
        font-size:24px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .parallax.section h2 {
        font-size: 80px;
        line-height: 64px;
    }

    .parallax.section p {
        margin:0 auto 27px;
    }

    .parallax.first-section h3 {
        margin-top:68.5px;
    }
    .banner.banner-info.banner-info-icon,
    .banner.banner-info.banner-info-icon.last {
        margin-bottom:64px;
    }

    .from-blog-container,
    .services-container,
    .latest-reviews.small {
        margin-bottom: 30px;
    }
    .cms-about-widget.seperated-border {
        padding: 43px 0 38px;   
    }
    .cms-about-widget.seperated-border .widget    {
        padding: 37px 5px 34px 45px;
        margin-bottom: 0;
        border-bottom: none;
    }
    .cms-about-widget.seperated-border .widget.between {
        padding: 37px 25px 34px 25px; 
    }
    .discount-box {        
        padding: 31.5px 35px;
    }
    .banner-container {
        margin-bottom: 90px;
    }
    .banner.banner-tech {
      margin-bottom: 45px;
    }   
    .banner.banner-mini .banner-content {
        padding: 0 48px;
    }
    .banner.banner-mini {
        margin-bottom: 42px;
    }

    .banner.banner-mini .banner-content {
        padding:0 48px;
    }

    .banner.banner-mini .banner-content h3 {
        font-size:18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .banner.banner-mini .banner-content h3 > span {
        font-size: 60px;
    }

    .banner.banner-mini .banner-content a {
        font-size:14px;
    }
    .banner-content h2 {
        font-size: 18px;
        line-height: 26px;
		padding:10px 0 14px 0;
    }
    .banner-content h2 > span {
        font-size: 45px; line-height:39px;
    }
    /*notification for demo*/
    .header-container.type1 .header .demo-tooltip {    
        right: 53px;
    }
    .header-container.type10 .tooltip-popup {
        left: -10px;
        right: auto;
    }
    .header-container.type7.sticky-header .sticky-logo{padding-top:10px;padding-bottom:10px}
}

@media (min-width:768px) and (max-width:991px) {
	.checkout-cart-index .col-md-4:first-child{display:none;}
	.checkout-cart-index .col-md-4{width:50%;float:left;}
	.cart-table thead th:first-child{width:48%;}
	
}

@media(min-width: 992px) and (max-width: 1279px) {
/*** Sticky Header ***/
/* Header Type 7 */
    .header-container.type7.sticky-header .search-area {
        margin-top: -25px;
    }
    .banner.banner-box .banner-content {
        text-align: left;
        margin-bottom: 40px;
    }
    .header-container.type6.sticky-header .sticky-logo{
        margin-left: 36px;
    }
}
@media (min-width:1280px) {
    .main.container-fluid,
    .breadcrumbs-wrapper .container-fluid {
        padding-left: 51px;
        padding-right: 51px;
    }
    .category-box.category-box-vertical.category-box-clean,
    .special-sidebar.sidebar .widget:last-child {
        margin-bottom: 90px;
    }
    .side-menu ul.menu > li.menu-full-width > .nav-sublist-dropdown > .container {
        width: 1200px;
    }
    .footer-bottom {
      padding: 0 0 35px 0;
    }
    
    .banner.vcentered .banner-content h3 > span {
        font-size: 50px;
        line-height: 50px;   
    } 
    .banner.vcentered p {
        display: block;
    }   

/*** Sticky Header ***/
/* Header Type 5 */
    .header-container.type5.sticky-header .header-bottom {
        display: none;
    }

    .footer-middle .container {
        position: relative;
        padding-top: 65px;
    }
    
    .footer-bottom {
        padding: 35px 0;
    }

	.banner.banner-vine h3 {
		font-size: 14px;
	}
	.banner.banner-vine h2 {
		font-size: 40px;
	}
	.banner.banner-vine p {
		font-size: 13px;
		max-width: 240px;
	}

    .presentation-content-wrapper .container-fluid {
        padding: 0 51px;
    }
    /*cms pages*/
    .latest-reviews, 
    .company-info {
        margin-bottom: 70px;   
    }

    .header-container.type6.sticky-header .sticky-logo{
        margin-left: 51px;
    }

    .catalog-category-view .category-description {
        max-width: none;
    }
}
@media (min-width: 1450px) {
    .banner.banner-color .banner-content {
        bottom: 32px;
    }
    .banner.banner-color .banner-content h4 {
        font-size: 18px;
    }
    .banner.banner-color .banner-content h3 {
        font-size: 60px;
        margin-bottom: 33px;
    }
}

@media (max-width: 1599px) {
    .header-container.type1 ul.menu > li {
        margin-left: 15px;
    }
}
@media (max-width: 1449px) {
    .header-container.type1 .main-nav, .header-container.type1 .custom-block, .header-container.type1 .custom-block + span.split {
        display: none;
    }
    .header-container.type1 .menu-icon {
        display: block;
    }
    .header-container.type1 .logo {
        margin: 36px 0;
    }
}
@media (max-width: 1279px) {
	ul.menu > li{margin-left:2.992%}
    body.boxed .page {
        width: 970px;
    }
    body.boxed .container {
        max-width: 100%;
    }
    .header-container.type2 .search-area .search-icon {
        display: block;
        line-height: 40px;
        color: #3d3d3d;
    }
    .header-container.type2 .search-area #search_mini_form {
        display: none;
    }
    .header-container.type2 .search-area .form-search {
        position: absolute;
        right: -13px;
        background-color: #fff;
        padding: 17px 19px !important;
        font-size: 13px;
        font-weight: 400;
        border: 1px solid #ebebeb;
        box-shadow: 0 4px 9px rgba(0, 0, 0, .12);
        top: 100%;
    }
    .header-container.type2 .form-search:before {
        content: '';
        display: none;
        position: absolute;
        right: 14px;
        z-index: 200;
        width: 20px;
        height: 20px;
        border: 17px solid transparent;
        border-bottom-color: #ebebeb;
        top: -35px;
    }
    .header-container.type2 .form-search button.button {
        right: 20px;
    }
    .header-container.type3 .logo + .custom-block {
        display: none;
    }
    .header-container.type4 .logo + .custom-block {
        display: none;
    }
    .header-container.type5 .main-nav {
        display: none;
    }
    .header-container.type5 .header-bottom-left {
        display: none;
    }
    .header-container.type5 #search_mini_form {
        display: none;
    }
    .header-container.type5 .header > .container-fluid {
        border: 0;
    }
    .header-container.type5 .header-bottom-right {
        float: none;
        padding: 0;
    }
    .header-container.type5 .header-bottom {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
    .header-container.type5 .menu-icon {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
    .header-container.type5 .menu-icon a {
        color: #747474;
        font-size: 17px;
        line-height: 25px;
        padding: 0 5px;
    }
    .header-container.type7 .logo + .custom-block {
        display: none;
    }
    .header-container.type7 .header-bottom > .container {
        position: static;
    }
    .header-container.type7 .search-area {
        position: absolute;
        right: calc((100% - 970px) / 2 + 15px);
        top: 50%;
        margin-top: -43px;
    }
    .header-container.type8 .header-right > .main-nav {
        display: none;
    }
    .header-container.type8 .menu-icon {
        display: block;
    }
    .header-container.type8 .menu-icon a {
        font-size: 17px;
    }
    .header-container.type8 .search-area {
        margin-left: 0;
    }
   
    .products-grid.columns4 li.item{width:33.33%}
    .products-grid.columns4 li.item.nth-child-4np1{clear:none}
    .products-grid.columns4 li.item.nth-child-3np1{clear:left}
    
    .products-grid.columns5 li.item{width:33.33%}
    .products-grid.columns5 li.item.nth-child-5np1{clear:none}
    .products-grid.columns5 li.item.nth-child-4np1{clear:none}
    .products-grid.columns5 li.item.nth-child-3np1{clear:left}
    
    .products-grid.columns6 li.item{width:20%}
    .products-grid.columns6 li.item.nth-child-6np1{clear:none}
    .products-grid.columns6 li.item.nth-child-5np1{clear:left}
    
    .products-grid.columns7 li.item{width:20%}
    .products-grid.columns7 li.item.nth-child-7np1{clear:none}
    .products-grid.columns7 li.item.nth-child-6np1{clear:none}
    .products-grid.columns7 li.item.nth-child-5np1{clear:left}
    
    .products-grid.columns8 li.item{width:20%}
    .products-grid.columns8 li.item.nth-child-8np1{clear:none}
    .products-grid.columns8 li.item.nth-child-7np1{clear:none}
    .products-grid.columns8 li.item.nth-child-6np1{clear:none}
    .products-grid.columns8 li.item.nth-child-5np1{clear:left}

    .banner.banner-box {
        margin-bottom: 40px;
    }
    .producents-container a {
        margin: 0 12px 25px;
    }
    .isotope-products.columns6 > .isotope-product {
        width: 20%;
    }
    .isotope-products.columns5 > .isotope-product {
        width: 25%;
    }
    .isotope-products.columns4 > .isotope-product {
        width: 33.33%;
    }
    .isotope-products.columns3 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns2 > .isotope-product {
        width: 50%;
    }
    .category-box.category-box-clean {
        margin-bottom: 61px;
    }
    /*notification for demo*/
    .header-container.type5 .header .demo-tooltip {    
        top: -17px;
    }
}
@media (max-width:1239px){
	ul.menu li a{font-size:11.5px;}
}
@media(max-width:1136px){
	.topCartContent{top:58px}
	
	ul.menu > li.menu-static-width > .nav-sublist-dropdown.edge{right:-137px;left:inherit;}
	ul.menu > li{margin-left:2.826%}
	ul.menu li a{font-size:10.8px;}
	
	.header-container.type12 .header-right{position: absolute; top: 0;right: 9px;width: 90%;}
	
    .header-container.type12 .mybag-link{
    	padding:18px 10px
    	}
}
@media(max-width:1050px){
	ul.menu > li{margin-left:2.085%}
}

@media (max-width:991px){
	#checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_cvv_div{margin-left:2%;}
	ul.menu > li{margin-left:1.059%}
	.header-container.type12 ul.menu > li > a{padding-right:12px;}
	ul.menu > li:last-child{display:none}
	
	.data-table select{max-width:390px;line-height:1}
	/*.container-fluid.no-padding.banner-container{left:0%!important;width:100%!important}*/
	.banner.vcentered .banner-content h3 > span{font-size:33px}
	.catalog-product-view .block-related .block-title h2{width:48%}
	
    #checkout-step-payment form dl dd#dd_method_authorizenet li#cc_input{float:left;width:40%;padding-right:4%}
    #checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_exp_div{float:left;width:56%;}
    
	.checkout-multishipping-shipping .col3-set .col-1, .checkout-multishipping-shipping .col3-set .col-2{
		width:49%
	}
	.checkout-multishipping-shipping .col3-set .col-3{float: none;width: 100%;padding: 1%;clear: both;}
	.footer .col-md-2{
		width:33%;
	}
	.footer .col-md-3.col-sm-12:last-child{width:100%;padding:40px 0;}
	.footer .widget img{width:inherit!Important;}
	.footer .footer-middle .widget{padding:0 9%;text-align:center;}
	.footer .footer-middle .widget .social-icons { text-align: center; }
	
	
    .col2-left-layout.main-container,
    .col2-right-layout.main-container,
    .col3-layout.main-container{
        margin-bottom: 0;
    }
    body.boxed .page {
        width: 100%;
    }
    body.side-header .page {
        margin: 0;
    }
    .footer .footer-bottom-wrapper {
        padding: 30px 0 22px;
        margin-bottom: 25px;
    }
    .header-container.type1 .logo {
        margin: 0;
    }
    .header-container.type1 .header {
        padding: 36px 15px;
    }
    .header-container.type1 .header-left {
        left: 15px;
    }
    .header-container.type1 .header-right {
        padding-right: 15px;
    }
    .header-container.type1 .top-select + span.split {
        margin: 0 5px;
    }
    .header-container.type3 .header-top-left .custom-block, .header-container.type3 .header-top-left .custom-block + span.split {
        display: none;
    }
    .header-container.type3 .topCartContent {
        right: -43px;
    }
    .header-container.type3 .topCartContent:after {
        right: 56px;
    }
    .header-container.type3 .menu-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    .header-container.type3 .menu-icon a {
        color: #fff;
        font-size: 24px;
        line-height: 1;
        display: block;
    }
    .header-container.type3 .header-bottom {
        display: none;
    }
    .header-container.type3 a.logo {
        margin-left: 0;
    }
    .header-container.type4 .header-top-left .custom-block, .header-container.type4 .header-top-left .custom-block + span.split {
        display: none;
    }
    .header-container.type4 .menu-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    .header-container.type4 .menu-icon a {
        color: #3d3d3d;
        font-size: 24px;
        line-height: 1;
        display: block;
    }
    .header-container.type4 .header-bottom {
        display: none;
    }
    .header-container.type4 a.logo {
        margin-left: 0;
    }
    .header-container.type5 .compare-link a {
        line-height: 25px;
        padding: 0 5px;
        display: inline-block;
    }
    .header-container.type5 .compare-link a i {
        margin: 0;
    }
    .header-container.type5 .compare-link a span {
        display: none;
    }
    .header-container.type5 .compare-link + span.split {
        display: none;
    }
    .header-container.type5 .mini-cart .cart-info {
        display: none;
    }
    .header-container.type6 .search-area {
        width: auto;
        margin-right: 10px;
    }
    .header-container.type6 a.search-icon {
        display: block;
    }
    .header-container.type6 #search_mini_form {
        display: none;
    }
    .header-container.type6 .header-middle-right {
        margin-top: -13px;
        width: auto;
    }
    .header-container.type6 .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }
    .header-container.type6 .menu-icon a {
        color: #474747;
        display: block;
        line-height: 1;
        font-size: 15px;
    }
    .header-container.type6 .header-top .header-top-left, .header-container.type6 .header-top .header-top-right {
        padding: 6px 0;
    }
    .header-container.type6 .header-bottom {
        display: none;
    }
    .header-container.type6 .search-area .form-search {
        position: absolute;
        right: -135px;
        background-color: #fff;
        padding: 17px 19px !important;
        font-size: 13px;
        font-weight: 400;
        border: 1px solid #ebebeb;
        box-shadow: 0 4px 9px rgba(0, 0, 0, .12);
        top: 100%;
        width: 400px;
        margin-top: 20px;
    }
    .header-container.type6 .form-search:before {
        content: '';
        display: block;
        position: absolute;
        right: 124px;
        z-index: 200;
        width: 20px;
        height: 20px;
        border: 17px solid transparent;
        border-bottom-color: #ebebeb;
        top: -35px;
    }
    .header-container.type6 .header .form-search #cat {
        right: 66px;
    }
    .header-container.type6 .form-search button.button {
        right: 20px;
        position: absolute;
    }
    .header-container.type7 .header-bottom {
        display: none;
    }
    .header-container.type7 .header > .container {
        position: relative;
    }
    .header-container.type7 .menu-icon {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }
    .header-container.type7 .menu-icon a {
        display: block;
        font-size: 21px;
        line-height: 1;
        color: #2f2f2f;
    }
    .header-container.type7 .header-top-left .custom-block, .header-container.type7 .header-top-left .custom-block + span.split {
        display: none;
    }
    .header-container.type7 .header-top .header-top-left {
        padding: 6px 0;
    }
    .header-container.type7 a.mybag-link {
        height: 38px;
        line-height: 38px;
    }
    .header-container.type9 .header-bottom {
        position: relative;
    }
    .header-container.type9 .header-bottom > .container-fluid {
        padding: 0 15px;
    }
    .header-container.type9 .header-right {
        padding: 0 15px;
    }
    .header-container.type9 .header-top .header-top-left {
        padding: 6px 0;
    }
    .header-container.type9 a.mybag-link {
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
    }
    .header-container.type9 .header-right > .main-nav {
        display: none;
    }
    .header-container.type9 .menu-icon {
        display: block;
    }
    .header-container.type9 .search-area {
        margin-left: 0;
    }
    .header-container.type9 .form-search {
        top: 100%;
        bottom: auto;
    }
    .header-container.type10 {
        position: static;
        width: auto;
        padding: 0;
        min-height: 0;
    }
    .header-container.type10.fixed-bottom {
        position: static;
    }
    .header-container.type10 .header {
        padding: 30px 15px;
        position: relative;
    }
    .header-container.type10 .logo {
        margin: 0;
    }
    .header-container.type10 .search-area {
        display: none;
    }
    .header-container.type10 .side-menu {
        display: none;
    }
    .header-container.type10 .custom-block {
        display: none;
    }
    .header-container.type10 .header-right {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -13px;
    }
    .header-container.type10 .menu-icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
    .header-container.type10 .menu-icon a {
        line-height: 25px;
        font-size: 17px;
        padding: 0 10px;
    }
    .header-container.type10 .mini-cart {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        padding: 0;
        border: 0;
    }
    .header-container.type10 .topCartContent {
        top: 100%;
        left: auto;
        right: 0;
        margin-top: 20px;
    }
    .header-container.type10 .topCartContent:after {
        left: auto;
        right: 15px;
        top: -11px;
        border-width: 1px 1px 0 0;
    }
    .header-container.type11 {
        border-bottom: 1px solid #ebebeb;
    }
    .header-container.type11 .header-bottom {
        display: none;
    }
    .header-container.type11 .header > .container {
        position: relative;
    }
    .header-container.type11 .menu-icon {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }
    .header-container.type11 .menu-icon a {
        display: block;
        font-size: 21px;
        line-height: 1;
        color: #2f2f2f;
    }
    .header-container.type11 .header-top-left .custom-block, .header-container.type11 .header-top-left .custom-block + span.split {
        display: none;
    }
    .header-container.type11 .header-top .header-top-left {
        padding: 6px 0;
    }
    .header-container.type11 a.mybag-link {
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
    }
    .header-container.type11 .compare-link {
        margin-right: 15px;
    }
    .header-container.type11 .compare-link a {
        padding: 0;
    }
    .header-container.type12 {
        border-bottom: 1px solid #ededed;
    }
    
    .header-container.type12 .menu-icon a {
        color: #474747;
        padding: 0 10px;
    }
    .header-container.type13 .header-top .header-top-left{
        padding:6px 0;
    }
    .header-container.type13 .header-top-left .custom-block, .header-container.type13 .header-top-left .custom-block + span.split {
        display: none;
    }
    .header-container.type13 a.mybag-link{
        height:38px;
        line-height: 38px;
    }
    .header-container.type13 .main-nav{
        display:none;
    }
    .header-container.type13 .search-area{
        margin-top:-12px;
        text-align:left;
    }
    .header-container.type13 .menu-icon{
        display:inline-block;
    }
    .header-container.type13 .menu-icon a{
        font-size:21px;
    }
    .header-container.type13 .search-area .search-icon {
        text-align:center;
        font-size: 17px;
    }
    .header-container.type13 .form-search{
        top:calc(100% + 20px);
    }
/*** Sticky Header ***/
/* Header Type 1 */
    .header-container.type1.sticky-header .header {
        padding: 0 15px;
    }
    
    /*shopping cart page    */
    /*2015-04-14 honest*/
    /*start*/
    /*.cart-table thead {
        display: none;
    }
    .cart-table tr {
        display: block;
        padding: 20px;
        position: relative;
        margin-top: -1px;
    }
    .cart-table tr:first-child {
        margin-top: 0;
    }
    .cart-table td {
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .cart-table tbody td.data-table-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .cart-table .product-image {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .cart-table .product-name, .cart-table .item-options, .cart-table .item-msg {
        margin: 0;
    }
    .cart-table .btn-empty, .cart-table .btn-continue, .cart-table .btn-update {
        float: none;
        display: block;
        margin: 5px 0;
        width: 100%;
    }

    .cart .discount, .cart .shipping {
        margin-bottom: 40px;
    }*/
    /*end*/
    /*my account page*/
    /*2015-04-18 honesty*/
    /*start*/
    .my-account .data-table thead {
        display: none;
    }
    .my-account .data-table tr,
    .my-account .data-table td {
        display: block;
        padding: 5px 0;
    }
    .my-account .data-table tr {
        position: relative;
        margin-top: -1px;
    }
    .my-account .data-table tr:first-child {
        margin-top: 0;
    }
    .my-account .data-table .btn-remove {
        position: absolute;
        top: 5px;
        right: 0;    
    }
    .my-account .data-table .rating-box {
        margin: 0 auto;
    }
    .my-wishlist .product-image {
        margin: 0 auto 5px auto;
    }
    /*end*/
    .tabs .tab-content {
        padding: 45px;
    }
    .product-view .product-img-box {
        margin-bottom: 40px;
    }
    .tp-caption .custom-btn.min-width-xs {
        min-width: 130px;
    }
    
    .special-sidebar.sidebar .banner.banner-color {
        max-width: 400px;
        margin: 0 auto;
    }
    .banner.banner-color {
        max-width: 420px;
        margin: 0 auto 18px;
    }
    .product-banner-row .row-carousel .owl-item .item-area {
        padding: 0 29px;
    }
    .banner.banner-color.small .banner-content h4 {
        font-size: 16px;
    }
    .isotope-products.columns6 > .isotope-product {
        width: 25%;
    }
    .isotope-products.columns5 > .isotope-product {
        width: 33.33%;
    }
    .isotope-products.columns4 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns3 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns2 > .isotope-product {
        width: 50%;
    }
    .about-store-widget {
        padding: 35px 0 0;
    }
    .about-store-widget .col-md-4 {
        border-left: 0;
    }
    .about-store-widget .col-md-4:first-child {
        margin-top: -35px;
    }
    .about-store-widget .col-md-4 .widget {
        border-top: 1px solid #ebebeb;
    }
    .about-store-widget .col-md-4:first-child .widget {
        border-top: 0;
    }
    .category-box.category-box-clean {
        margin-bottom: 45px;
    }
    .cms-about-widget {
        padding: 52px 0 0;
    }
    .cms-about-widget .widget {
        margin-bottom: 45px;
        padding: 0 5px 0 20px;
    }
    #newsletter_popup { width:auto !important;}
    .checkout-progress { padding: 0;}
}
@media (max-width:767px) {
	/*Cart Page*/
	.cart-table thead {
        display: none;
    }
    .cart-table tr {
        display: block;
        padding: 20px;
        position: relative;
        margin-top: -1px;
    }
    .cart-table tr:first-child {
        margin-top: 0;
    }
    .cart-table td {
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .cart-table tbody td.data-table-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .cart-table .product-image{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .cart-table .product-name, .cart-table .item-options, .cart-table .item-msg {
        margin: 0;
    }
    .cart-table .btn-empty, .cart-table .btn-continue, .cart-table .btn-update {
        float: none;
        display: block;
        margin: 5px 0;
        width: 100%;
    }

    .cart .discount, .cart .shipping {
        margin-bottom: 40px;
    }
	
	
	.header-container.type12 .custom-block,.header-container.type12 .header-right-top, .header-container .top-links-area {display: none; }
	    
	#checkout-step-payment form dl dd#dd_method_authorizenet{min-width: auto;}
	#checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_exp_div{float:left;width:98%;}
	#checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_cvv_div{float:left;width: 98%;}
	.header-container.type12 .menu-icon {
        display: inline-block;
        vertical-align: middle;
        float: none;
        height: 24px;
    }
	.header-container.type12 .header-bottom{display:none;}
	.catalog-product-view .block-related .block-title h2{width:53%}
	.related-recipe #recipe_con li.item{width:48%!important;margin-right:1%;}
	
	.banner-content h2 {
		padding:12px 0;
		font-size:16px;
    }

	.cms-index-index .main.container{min-height:0px}
	.cms-index-index .main.container:first-child{padding:0;}
	/*.cms-index-index .main.container .forcefullwidth_wrapper_tp_banner { display:none;} /* greater than 767px splash image*/
	.cms-index-index #mobilesplash { display:block !important; }
	
	.footer .col-md-2{width:100%;}
	.footer #newsletter-section input#newsletter,#newsletter-section form{float:none;width:100%}
	 #newsletter-section button.button{float:none;}
	 #newsletter-section div.actions{text-align:center;}
	 .footer #newsletter-section button.button{margin:30px 0 0;float: none;}
	.header-container.type12 a i { font-size: 17px; }
	
	#newsletter_popup input.input-text { width: 70%; }
	#newsletter_popup button.button { width: 32%; padding: 0 4%; }
	.product-view .mt-social-links .so-social-share
	
	.main{min-height:100px}
	
    .header-container.type1 .header {
        text-align: left;
    }
    .header-container.type1 .header-left {
        left: auto;
        right: 25px;
        margin-top: 0;
    }
    .header-container.type1 .header-right {
        margin-top: -24px;
    }
    .header-container.type1 .search-icon, .header-container.type1 .mybag-link, .header-container.type1 .menu-icon > a {
        padding: 0 10px;
    }
    .header-container.type1 .form-search {
        margin-top: 20px;
        right: -85px;
        width: 300px;
    }
    .header-container.type1 .form-search:before {
        right: 82px;
    }
    .header-container.type1 .topCartContent {
        margin-top: 20px;
        right: -35px;
    }
    .header-container.type1 .topCartContent:after {
        right: 45px;
    }
    .header-container.type8 .form-search {
        right: -55px;
        width: 300px;
    }
    .header-container.type8 .form-search:before {
        right: 52px;
    }
    .header-container.type2 .header {
        text-align: left;
    }
    .header-container.type2 .custom-block, .header-container.type2 .custom-block + span.split, .header-container.type2 .main-nav {
        display: none;
    }
    .header-container.type2 .menu-icon {
        display: inline-block;
    }
    .header-container.type2 .search-area {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        display: inline-block;
    }
    .header-container.type2 .header-bottom > .container {
        width: auto;
    }
    .header-container.type2 .header-bottom {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        border: 0;
    }
    .header-container.type3 .compare-link a {
        padding: 0;
    }
    .header-container.type3 .compare-link a span {
        display: none;
    }
    .header-container.type3 .mybag-link .cart-info {
        display: none;
    }
    .header-container.type4 .compare-link a {
        padding: 0;
    }
    .header-container.type4 .compare-link a span {
        display: none;
    }
    .header-container.type4 .mybag-link .cart-info {
        display: none;
    }
    .header-container.type5 .logo {
        margin: 15px 0;
        max-width: 125px;
    }
    .header-container.type5 .header-left {
        display: none;
    }
    .header-container.type5 .header-bottom > .container-fluid, .header-container.type5 .header > .container-fluid {
        padding: 0 15px;
    }
    .header-container.type6 .compare-link {
        margin-right: 10px;
    }
    .header-container.type6 .compare-link a {
        padding: 0;
    }
    .header-container.type6 .compare-link + span.split, .header-container.type6 .compare-link span {
        display: none;
    }
    .header-container.type6 .header-top-left .custom-block, .header-container.type6 .header-top-left .custom-block + span.split {
        display: none;
    }
    .header-container.type6 .container-fluid {
        padding: 0 15px;
    }
    .header-container.type6 .header-middle-right {
        right: 15px;
    }
    .header-container.type6 .menu-icon a {
        margin-right: 10px;
    }
    .header-container.type7 .compare-link {
        margin-right: 10px;
    }
    .header-container.type7 .compare-link a {
        padding: 0;
    }
    .header-container.type7 .compare-link span {
        display: none;
    }
    .header-container.type7 a.mybag-link .cart-info {
        display: none;
    }
    .header-container.type7 a.mybag-link {
        padding: 0 15px;
    }
    .header-container.type9 .custom-block, .header-container.type9 .custom-block + span.split {
        display: none;
    }
    .header-container.type11 a.mybag-link .cart-info {
        display: none;
    }
    .header-container.type11 .compare-link a span {
        display: none;
    }
    .header-container.type12 a.mybag-link .cart-info {
        display: none;
    }
    .header-container.type12 .compare-link a span {
        display: none;
    }
    .header-container.type12 .compare-link + span.split {
        display: none;
    }
    .header-container.type12 .compare-link a {
        padding: 0;
    }
    .header-container.type12 .compare-link {
        margin-right: 10px;
    }
    .header-container.type12 .menu-icon {
        margin-right: 5px;
    }
    .header-container.type12 .header-right a span {
        display: none;
    }
    .header-container.type12 .search-area {
        position: static;
    }
    .header-container.type12 .header-right-top {
        position: relative;
        z-index: 1;
    }
    .header-container.type12 .form-search:before {
        display: none;
    }
    .header-container.type13 .compare-link{
        margin-right:10px;
    }
    .header-container.type13 .compare-link a{
        padding:0;
    }
    .header-container.type13 .compare-link span{
        display:none;
    }
    .header-container.type13 a.mybag-link{
        padding:0 15px;
    }
    .header-container.type13 a.mybag-link .cart-info{
        display: none;
    }
    .header-container.type13 .search-area{
        width: calc(100% - 30px);
    }
    .products-grid.columns6 li.item{width:33.33%}
    .products-grid.columns6 li.item.nth-child-5np1{clear:none}
    .products-grid.columns6 li.item.nth-child-4np1{clear:none}
    .products-grid.columns6 li.item.nth-child-3np1{clear:left}
    
    .products-grid.columns7 li.item{width:33.33%}
    .products-grid.columns7 li.item.nth-child-6np1{clear:none}
    .products-grid.columns7 li.item.nth-child-5np1{clear:none}
    .products-grid.columns7 li.item.nth-child-4np1{clear:none}
    .products-grid.columns7 li.item.nth-child-3np1{clear:left}
    
    .products-grid.columns8 li.item{width:33.33%}
    .products-grid.columns8 li.item.nth-child-7np1{clear:none}
    .products-grid.columns8 li.item.nth-child-6np1{clear:none}
    .products-grid.columns8 li.item.nth-child-5np1{clear:none}
    .products-grid.columns8 li.item.nth-child-4np1{clear:none}
    .products-grid.columns8 li.item.nth-child-3np1{clear:left}
    
    .col2-set .col-1,
    .col2-set .col-2 {
        width: 100%;
        float: none;
    }
    .footer .widget {
        margin-bottom: 45px;
    }
    .form-list .fields .field {
         width: 100%;
    }         
    #checkout-review-table thead,
    .multiple-checkout .data-table thead {
        display: none;
    }
    .multiple-checkout .data-table tr {
        position: relative;
        display: block;
        margin-top: -1px;
    }
    #checkout-review-table td,
    .multiple-checkout .data-table td {
        padding: 10px 0;
        display: block;
        text-align: center;
    }    
    .multiple-checkout .data-table td {
        padding: 10px 40px;
    }
    .multiple-checkout .data-table td.data-table-remove {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 0;
    }
    #checkout-review-table tbody td + td,
    .multiple-checkout .data-table tbody td + td {
        padding-top: 0;
    }
    #shopping-cart-table tfoot td {
        width: 100%;
    }
    #checkout-review-table tfoot td {
         display: inline-block;
         width: 50%;
    }
    #multiship-addresses-table tfoot td {
        padding: 20px 0;
    }    
    .checkout-progress li {
        width: 49%;
    }
    .multiple-checkout .box {
        margin-bottom: 25px;
    }
    .data-table tfoot td,
    .multiple-checkout .data-table tfoot td {
        display: inline-block;
        width: 50%;
    } 
    .multiple-checkout .data-table tfoot td {
        width: 49%;
        padding: 10px 0;
    }
    /*compare product*/
    .for-desktop {
        display: none;
    }
    .compare-table tbody th {
        border-right: 1px solid #e5e5e5;
    }
    .toolbar .sorter {
        float: none;
    }
    .sorter .view-mode {
        border-right: 0;
    }
    .sorter .sort-by {
        margin-bottom: 14px;
    }
    .title-block {
        margin-bottom: 40px;
    }
    .big-title {
        font-size: 32px;
    }
    .big-title + p { 
        font-size: 15px;
    }
/*    product view page*/
    .add-to-cart button.button {
        padding: 10px 18px;
    }
    .tabs .tab-content {
        padding: 30px;
    }
    .review-area .ratings-list .label {
        text-align: left;
        min-width: 55px;
        margin-right: 0;
    }
    .tabs > ul > li > a {
        margin-right: -1px;
    }
    .review-table thead {
        display: none;
    }
    .padding-left-clear {
        padding-left: 15px;
    }
    
    /* filterproducts tab */
    .filterproducts-tab > ul > li {
        margin-right: 7px;
    }
    .filterproducts-tab > ul > li > a {
        padding: 10px 2px;
    }
    .banner.banner-box {
        padding: 35px 22px 26px 24px;
    }
    .banner.banner-box .banner-content {
        text-align: left;
        margin-bottom: 40px;
    }
    .producents-container a {
        margin: 0 10px 25px;
    }
    .product-banner-row, .product-banner-row .banner, .product-banner-row .row-carousel {
        display: block;
        width: 100%;
    }
    .product-banner-row .row-carousel {
        border-left: 1px solid #e5e5e5;
    }
    .product-banner-row .row-carousel .owl-item .item-area {
        padding: 19px;
        border-right: 1px solid #e5e5e5;
    }
    .product-banner-row .row-carousel .owl-item:after {
        display: none;
    }
    .isotope-products.columns6 > .isotope-product {
        width: 33.33%;
    }
    .isotope-products.columns5 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns4 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns3 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns2 > .isotope-product {
        width: 50%;
    }
    .about-store-widget {
        padding: 39px 0 0;
    }
    .about-store-widget .widget {
        padding-left: 0;
        padding-right: 0;
    }
    .filterproducts-tab > ul.lg > li > a {
        font-size: 17px;
    }
    .cms-about-widget {
        padding: 39px 0 0;
    }
    .cms-about-widget:after {
        left: 0;
        right: 0;
        top: 50%;
        bottom: auto;        
        height: 1px;
        width: 100%;
        margin-top: -5px;        
    }
    .cms-about-widget .widget {
        padding: 0;
    }
    .cms-about-widget.seperated-border .widget {
        padding: 40px 0 40px;
        margin: 0;
        border-top: 1px solid #ebebeb;
    }
    .cms-about-widget.seperated-border .sp-border:first-child .widget {
        padding-top: 0;
        border-top: none;
    }
    .banner.vcentered .banner-content h3 {
        font-size: 16px;
    }
    .banner.banner-mini {
        margin-bottom: 22px;
    }

    .banner.banner-mini .banner-content {
        padding:0 28px;
    }
    #newsletter_popup {
        padding: 40px 15px;
    }
    #newsletter_popup h2 {
        font-size: 26px;
    }
    /*notification for demo*/
    .header-container.type1 .header .demo-tooltip {
        top: -22px;
    }
}

@media (max-width:639px){
	
	.catalog-product-view .block-related .block-title h2{width:62%}
    #checkout-step-payment form dl dd#dd_method_authorizenet li#cc_input,#checkout-step-payment form dl dd#dd_method_authorizenet li#authorizenet_cc_type_exp_div{float:none;width:100%;}
	
	.footer .footer-bottom-area ul{
		width:155px;
		margin:0 auto;
		text-align:left;
	}
	.footer .footer-bottom-area li{ 
		display: block;padding: 10px .5%;
	}
	.footer .footer-bottom-area li img{
		display:block;
		margin:0 auto;
	}
    .header-container.type1 .logo {
        max-width: 150px;
    }
    .header-container.type2 a.mybag-link .cart-info {
        display: none;
    }
    .header-container.type2 .compare-link a span {
        display: none;
    }
    .header-container.type2 .header-top .header-top-left {
        padding: 7px 0;
    }
    .header-container.type2 a.mybag-link {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .header-container.type3 .header-top {
        padding: 0;
    }
    .header-container.type3 .header-top .header-top-left {
        padding: 6px 0;
    }
    .header-container.type3 .header-top .header-top-right {
        display: none;
    }
    .header-container.type4 .header-top {
        padding: 0;
    }
    .header-container.type4 .header-top .header-top-left {
        padding: 6px 0;
    }
    .header-container.type4 .header-top .header-top-right {
        display: none;
    }
    .header-container.type6 .header-top .header-top-right {
        display: none;
    }
    .header-container.type6 .mybag-link .cart-info {
        display: none;
    }
    .header-container.type9 a.mybag-link .cart-info {
        display: none;
    }
    .header-container.type9 .compare-link span {
        display: none;
    }
    .header-container.type10 a.mybag-link .cart-info {
        display: none;
    }
    .header-container.type12 .header-right-top, .header-container.type12 .header-right-bottom {
        padding: 6px 0;
    }
    .header-container.type12 span.split {
        display: none;
    }
    .header-container.type12 .header-right {
        float: none;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .products-grid.columns3 li.item{width:50%}
    .products-grid.columns3 li.item.nth-child-3np1{clear:none}
    .products-grid.columns3 li.item.nth-child-2np1{clear:left}

    .products-grid.columns4 li.item{width:50%}
    .products-grid.columns4 li.item.nth-child-3np1{clear:none}
    .products-grid.columns4 li.item.nth-child-2np1{clear:left}
    
    .products-grid.columns5 li.item{width:50%}
    .products-grid.columns5 li.item.nth-child-5np1{clear:none}
    .products-grid.columns5 li.item.nth-child-4np1{clear:none}
    .products-grid.columns5 li.item.nth-child-3np1{clear:none}
    .products-grid.columns5 li.item.nth-child-2np1{clear:left}
    
    .products-grid.columns6 li.item{width:50%}
    .products-grid.columns6 li.item.nth-child-6np1{clear:none}
    .products-grid.columns6 li.item.nth-child-5np1{clear:none}
    .products-grid.columns6 li.item.nth-child-4np1{clear:none}
    .products-grid.columns6 li.item.nth-child-3np1{clear:none}
    .products-grid.columns6 li.item.nth-child-2np1{clear:left}
    
    .products-grid.columns7 li.item{width:50%}
    .products-grid.columns7 li.item.nth-child-7np1{clear:none}
    .products-grid.columns7 li.item.nth-child-6np1{clear:none}
    .products-grid.columns7 li.item.nth-child-5np1{clear:none}
    .products-grid.columns7 li.item.nth-child-4np1{clear:none}
    .products-grid.columns7 li.item.nth-child-3np1{clear:none}
    .products-grid.columns7 li.item.nth-child-2np1{clear:left}
    
    .products-grid.columns8 li.item{width:50%}
    .products-grid.columns8 li.item.nth-child-8np1{clear:none}
    .products-grid.columns8 li.item.nth-child-7np1{clear:none}
    .products-grid.columns8 li.item.nth-child-6np1{clear:none}
    .products-grid.columns8 li.item.nth-child-5np1{clear:none}
    .products-grid.columns8 li.item.nth-child-4np1{clear:none}
    .products-grid.columns8 li.item.nth-child-3np1{clear:none}
    .products-grid.columns8 li.item.nth-child-2np1{clear:left}
    
    .opc .buttons-set button.button {
        width: 100%;
    }
    .opc .buttons-set .back-link a,
    .opc .forgot-link {
        padding-left: 0;
        margin-top: 10px;
        display: block;
    }
    #multiship-addresses-table tfoot button.button {
        width: 100%;
    }
    #opc-review .buttons-set {
        text-align: center;
    }
    .checkout-progress li {
        width: 100%;
    }
    .multiple-checkout button.button,#multiship-addresses-table tfoot td{
         width: 100%;
    }
    .multiple-checkout .place-order .grand-total {
        float: none;
    }
    .multiple-checkout .place-order .grand-total big,
    .multiple-checkout .place-order .grand-total .inner div {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .account-login .buttons-set .button,
    .account-create .buttons-set .button{
        width: 100%;
    }
    .account-login .forgot-password {
        margin-left: 0;
    }
    .isotope-products.columns6 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns5 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns4 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns3 > .isotope-product {
        width: 50%;
    }
    .isotope-products.columns2 > .isotope-product {
        width: 50%;
    }
    .product-view .mt-social-links .so-social-share { float: left; }
    .product-view .col-md-3 .block-upsell { display: none; }
    .product-view #related_products .block-related { margin-top: 21px; }
    .catalog-category-view .page-title, .catalog-category-view .category-description { display: none; }
	.ratings .amount {display:inline-block;}
}
@media (max-width:569px){
	.catalog-product-view .block-related .block-title h2{width:80%}
	.checkout-multishipping-addresses .multiple-checkout button.button{margin:10px 0}
	.checkout-multishipping-addresses .data-table select{width:100%!important;}
	.checkout-multishipping-billing .sp-methods .form-list{padding:0}
	.checkout-multishipping-shipping .col3-set .col-1, .checkout-multishipping-shipping .col3-set .col-2,.checkout-multishipping-shipping .col3-set .col-3{
		float: none;width: 100%;padding: 0;clear: both;margin:0
		}
	
	.header .form-search{
		padding-left:0;
		top:170px;
		position: static;
		}
	.header .form-search button.button{padding: 8.5px 15px!important;}
}

@media (max-width: 519px) {
	.header-container.type12 .logo { max-width: 100px; }
    .banner-icon {
        padding-right:20px;
        padding-left:20px;
    }

    .banner-info-cell + .banner-info-cell {
        padding:0 20px;
    }

}
@media (max-width:479px){
	

	.header .form-search.category-search{
		top:174px;
		width:100%!important
	}
	.header-container.type12 #search_mini_form #search{
		width:78%!important;
		box-sizing: border-box;
	}
	.footer .widget img{width:100%!important;}
    .header-container.type1 .header-left {
        display: none;
    }
    .header-container.type1 .header-right {
        margin-top: -12px;
    }
    .header-container.type2 .logo {
        max-width: 150px;
    }
    .header-container.type2 .top-select + span.split {
        margin: 0 5px;
    }
    .header-container.type2 .header-top .header-top-left, .header-container.type2 .header-top .header-top-right {
        float: none;
        text-align: right;
    }
    .header-container.type2 .compare-link {
        margin-right: 20px;
    }
    .header-container.type2 .header-bottom {
        margin-top: 12px;
    }
    .header-container.type3 .compare-link {
        margin-right: 10px;
    }
    .header-container.type3 .compare-link + span.split {
        display: none;
    }
    .header-container.type3 a.logo {
        max-width: 125px;
        margin: 20px 0;
    }
    .header-container.type4 .compare-link {
        margin-right: 10px;
    }
    .header-container.type4 .compare-link + span.split {
        display: none;
    }
    .header-container.type4 a.logo {
        max-width: 125px;
        margin: 20px 0;
    }
    .header-container.type6 a.logo {
        max-width: 125px;
    }
    .header-container.type7 .header-top .header-top-left, .header-container.type7 .header-top .header-top-right {
        float: none;
        text-align: right;
    }
    .header-container.type7 .logo {
        max-width: 125px;
    }
    .header-container.type8 .logo {
        margin: 30px 0;
        max-width: 125px;
    }
    .header-container.type9 .logo {
        max-width: 125px;
    }
    .header-container.type9 .header-top .header-top-left, .header-container.type9 .header-top .header-top-right {
        float: none;
        text-align: right;
    }
    .header-container.type9 .compare-link a {
        padding: 0;
    }
    .header-container.type9 .compare-link {
        margin-right: 10px;
    }
    .header-container.type10 .logo {
        max-width: 125px;
    }
    .header-container.type11 .header-top .header-top-left, .header-container.type11 .header-top .header-top-right {
        float: none;
        text-align: right;
    }
    .header-container.type11 .logo {
        max-width: 125px;
    }
    .header-container.type12 .logo {
        max-width: 95px;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    .header-container.type13 .logo{
        max-width: 160px;
    }
    .header-container.type13 .search-area{
        margin-top:-18px;
    }
    .header-container.type13 .header-top .header-top-left, .header-container.type13 .header-top .header-top-right {
        float: none;
        text-align: right;
    }
    .header-container.type13 .form-search{
        width: 300px;
    }
    .header-container.type13 .header .form-search #search{
        padding-right:130px;
    }
    .header .form-search #cat{
        width:58px;
    }
    .products-grid.columns3 li.item{width:50%}
    .products-grid.columns3 li.item.nth-child-3np1{clear:none}
    .products-grid.columns3 li.item.nth-child-2np1{clear:left}

    .products-grid.columns4 li.item{width:50%}
    .products-grid.columns4 li.item.nth-child-4np1{clear:none}
    .products-grid.columns4 li.item.nth-child-3np1{clear:none}
    .products-grid.columns4 li.item.nth-child-2np1{clear:left}

    .sorter .sort-by label,
    .pager .limiter label {
        display: none;
    } 
    
    .category-box-content {
        padding: 32px 20px 27px 30px;
    }
    .banner.banner-color.small .banner-content h3 {
        font-size: 28px;
        margin-bottom: 22px;
    }
    .isotope-products.columns6 > .isotope-product {
        width: 100%;
    }
    .isotope-products.columns5 > .isotope-product {
        width: 100%;
    }
    .isotope-products.columns4 > .isotope-product {
        width: 100%;
    }
    .isotope-products.columns3 > .isotope-product {
        width: 100%;
    }
    .isotope-products.columns2 > .isotope-product {
        width: 100%;
    }
    .col-xss-12 {
      float: none !important;
      width: 100% !important;
    }
    .banner-classy .banner-content h3 {
        font-size:13px;
        line-height: 26px;
    }

    .banner-classy .banner-content h3 > span {
        font-size:30px;
    }

    .banner-classy .banner-content a {
        font-size:11px;
    }
    #newsletter_popup button.button {
        width: 80px;
        margin-left: -80px;
    }
    .header-container.type9 .form-search, .header-container.type12 .form-search, .header-container.type6 .form-search {
        width: 300px;
    }
    .header-container.type12 #search_mini_form { display: block; width: 290px; margin: 0 auto 10px; clear: both; }
}
@media (max-width: 419px) {
    .banner.banner-mini .banner-content h3 {
        margin-bottom: 10px;
        font-size:14px;
    }

    .banner.banner-mini .banner-content h3 > span {
        font-size:32px;
    }

    .banner.banner-mini .banner-content a {
        font-size:12px;
    }
}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none){
    
}	
﻿/**************************** CUSTOM STYLE **********************************/
#newsletter-section .newsletter-section-content h2 {font-weight:700;font-size:46px;text-shadow:0 0 10px #000000;}
#newsletter-section .newsletter-section-content p {font-weight:600;font-size:25px;text-shadow:0 0 10px #000000;}
.cart .discount input.input-text, .cart .shipping input.input-text {font-size:14px;}
.tp-caption a.chukarbuttonsmall {background:#A11826;height:40px;line-height:40px;display:inline-block;padding:0 15px;color:#ffffff;}
.banner .banner-content h2 {}
.banner.vertical-banner {padding-top:92px;}
.category-products .toolbar .pager {display: none;}
.category-products .toolbar .view-mode {display: none;}
.category-products .toolbar .sort-by {border: none;}

/**************************** WHAT IS A CHUKAR ON STORY PAGE **********************************/
#whatisachukar {background: #D9EBDF url(https://www.chukar.com/skin/frontend/chukar/cherries/images/chukar-bird.jpg) no-repeat left center;padding:15px 15px 15px 175px;height:190px;margin-bottom:30px;}
#whatisachukar h3 {font-size:40px;font-weight:400;font-style:italic;}
#whatisachukar h3 span {font-weight:600;font-size:48px;}
#whatisachukar p {font-size:16px;}

@media (max-width: 767px) {
		#whatisachukar h3 {font-size:30px;;}
		#whatisachukar p {font-size:14px;}
		#whatisachukar h3 span {font-weight:600;font-size:32px;}
}

@media (max-width: 479px){
		#whatisachukar h3 {font-size:18px;;}
		#whatisachukar p {font-size:12px;}
		#whatisachukar h3 span {font-weight:600;font-size:18px;}
		.fullwidthimage { width: 100%; }
}

/**************************** END WHAT IS A CHUKAR ON STORY PAGE **********************************/

.zoomLens, .zoomWindowContainer{display:none !important;}
ul.menu > li:nth-child(3) > .nav-sublist-dropdown .mega-columns .block1 {
    padding-top: 0;
    padding-bottom: 0;
}
ul.menu > li:nth-child(3) > .nav-sublist-dropdown .mega-columns .block1 .has-thumb-img {
    padding-top: 45px;
    padding-bottom: 45px;
    border-right: 1px solid #ebebeb;
}
ul.menu > li:nth-child(3) > .nav-sublist-dropdown .mega-columns .block1 .has-thumb-img:last-child {
    border-right: 0;
}
.bottom-mega-block {overflow:auto;}
.mega-columns ul {padding-bottom:15px;}

/* product page tab customizations */
.product-tabs ul { height:0; width:0; overflow:hidden; }
.product-tabs div ul { height:auto; width:auto; }
.product-tabs #tab_description_tabbed_contents { display:none !important ;}
.product-tabs #tab_review_tabbed_contents { display:block !important; }

@media (max-width: 991px) {
    #newsletter_popup {
        width:auto !important;
    }
}
@media (max-width: 767px) {
    #newsletter_popup {
        padding: 40px 15px;
    }
    #newsletter_popup h2 {
        font-size: 26px;
    }
}
@media (max-width: 479px){
    #newsletter_popup button.button {
        width: 80px;
        margin-left: -80px;
    }    
}
.highlight{font-weight:300;line-height:1.3;}
.milestone h2{font-weight:300;line-height:1.3;margin-bottom:20px;padding-bottom:20px;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/milestone-arrow.png) no-repeat bottom center;text-align:center;}
.milestone img {margin-bottom:12px;}
ul.list{list-style-type:inherit;list-style-position: outside;padding-left:20px;}
ul.list > li > p {margin-bottom:5px;}
.contentbox{border:1px solid #e5e5e5;padding:15px;margin-bottom:5px;}
hr.rule{border:none;outline:none;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/dash-hr.gif) repeat-x;height:12px;margin:40px 0;}
.award h3{padding:10px 0;border-top:3px solid #b16f1a;border-bottom:3px solid #b16f1a;text-align:center;color:#b16f1a;}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mediamention, .award{text-align:center;}
.mediamention h3{line-height:1.3}
.mediamention img{margin-bottom:10px;}
.quote {text-align:center;padding-top:45px;margin:20px 0;background:url(https://www.chukar.com/skin/frontend/chukar/cherries/images/quote.png) no-repeat center top;}
.quote h3 {font-style:italic;line-height:1.3;font-size:24px;}
.paraquote {text-align:left;padding-left:25px;margin:33px 0;border-left:4px solid #CBCBCB;}
.paraquote h3 {font-style:italic;line-height:1.3;font-size:20px;}
@media (max-width: 479px){.paraquote {clear:both;}}
.quote h5, .mediamention h5, .award h5, .paraquote h5 {text-transform:uppercase;letter-spacing:1px;color:#a9a9a9;}
.pressrelease{margin-bottom:30px;padding:20px;border:1px solid #e5e5e5;text-align:center;}
.pressrelease h3{font-weight:400;line-height:1.3;font-size:26px;}
.pressrelease a, .pressrelease a:link, a.redbutton {background:#A11826;color:#ffffff;height:36px;line-height:36px;padding:0 20px;display:inline-block;font-weight:bold;}
.pressrelease a:hover, a.redbutton:hover{background:#891521;color:#ffffff;}

/* category promo custom styles */
.item-area.promo img { width:100%; }
.item-area.promo h2 { font-size: 22px; font-weight: 400; line-height: 18px; margin-bottom: 10px; }
.item-area.promo p { font-size: 16px; line-height: 19px; font-style:italic; font-family: 'cabrito'; margin-bottom: 10px; }
.item-area.promo p a { font-family: 'Open Sans'; font-size: 14px; line-height: 16px; font-style:normal; margin-bottom: 5px; }

/* product label custom styles */
.product-label-wrapper {
    position: absolute;
    top: 7px;
	right:7px;
    z-index: 1;
}
.product-label {
    position: relative;
    top:0;
	right:0;
	float:right;
	margin-left:7px;
	margin-bottom:4px;
    z-index: 1;
}
.product-label img { width:60px; }
.product-label>span { width: 60px; height: 60px; font-size: 17px; padding-top: 10px; }

.catalog-product-view .product-label-wrapper { right:17px; }
.catalog-product-view .product-label img { width:80px; }
.catalog-product-view .product-label>span { width: 80px; height: 80px; font-size: 22px; padding-top: 20px; }

fieldset.aitocattr { display:none; }
.multifees-shipping-fee .fee-title { font-weight:bold; }
.opc .gift-messages-form { padding: 0 24px 22px 25px; }
#allow-gift-messages-for-order-container label { font-size: 14px; }
#estdates { padding-bottom:20px; }

#giftcard-template-simple .simple-content-top, #giftcard-template-simple .simple-bottom { display:none; }
.giftvoucher-product-info .col-xs-4 { width: 40%; }

.block-category-nav .block-title a{font-weight:normal!important}

.catalog-product-view #related_products .product-label img {
    width: 60px;
}
.catalog-product-view #related_products .product-label-wrapper {
    right: 0;
}
/* Media Page Styling */
.bluefeature {text-align:center;background:#dfefef;padding:15px;border-top:3px dotted #c2e0e0;border-bottom:3px dotted #c2e0e0;margin-bottom:25px;}

.summary-total .a-right.last,.multifees-details-view .a-right.last{text-align: center!important;}

a.giftboxlink { color: #a82827; }
.giftboxinfo { font-style:italic; font-size:90%; } 

#credit-card-type {width:228px;}
#credit-card-type li {display:block;width:51px;height:32px; background:url('https://www.chukar.com/skin/frontend/chukar/cherries/images/credit-card-icons.jpg') 0 -32px no-repeat;margin:5px 6px 0 0;overflow:hidden;text-indent:-500em;float:left;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;}
#credit-card-type .VI {background-position: 0px -32px;}
#credit-card-type .MC {background-position: -51px -32px;}
#credit-card-type .AE {background-position: -102px -32px;}
#credit-card-type .DI {background-position: -153px -32px;}
#credit-card-type .VI.active {background-position: 0px 0px;}
#credit-card-type .MC.active  {background-position: -51px 0px;}
#credit-card-type .AE.active  {background-position: -102px 0px;}
#credit-card-type .DI.active  {background-position: -153px 0px;}

#mobilesplash {overflow:auto;}
#mobilesplash img {width:50%;float:left;height:auto;}

.cart-table img {
    float: left;
    width: auto;
}

.customer-address-index .page-title { display:block !important; margin-bottom:20px; }

.catalogrequest-index-index.mobile-dev .col.left { float:none !important; width:90%; margin:0 5%; }
.catalogrequest-index-index.mobile-dev .col.right { float:none !important; width:90%; margin:0 5%; }

.checkout-onepage-index .header-container.type12.sticky-header .header { margin-bottom: 0; }
.checkout-onepage-index .header-container.type12.sticky-header .header-bottom { position: relative; }

/********************************* DEVFUZION CUSTOM CSS BEGIN *********************************/
/**********************************************************************************************/

/* Remove "+" and "-" button from discount label on shopping cart page */
#shopping-cart-totals-table .summary-total .summary-collapse:before { display: none; }

/* Remove pointer cursor from discount label on shopping cart page */
#shopping-cart-totals-table .summary-total { cursor: auto; }

/* Remove “Gift Calendar” sub-link from the Customer Care section of footer only, not shipping page sub-category section */
.footer a[href="/gift-calendar"] { display: none; }

/* Remove product “Quick View” button from mobile view */
@media (max-width: 639px) { .quickview-icon { display: none !important; } }

/* Adjust page anchor links to accomodate sticky fixed-header */
#product-view-review-section:target:before { content: ""; display: block; height: 60px; margin: -60px 0 0; }
#review-form:target:before { content: ""; display: block; height: 80px; margin: -80px 0 0; }

/* Override website theme to show recipe page titles and enlarge font */
.page-title.recipe { margin-bottom: 46px; display: block; }
.page-title.recipe h1 { font-size: 28px; }

/* Formats the recipe search fields to be a better looking, consitent style and left-aligned */
.toolbar-recipe .sortoptions { width: 100%; text-align: left; margin-top: 20px; }
.toolbar-recipe input { height: 45px; line-height: 45px; margin: 0 2%; padding: 6px 15px; border: 1px solid #e5e5e5; color: #2a2a2a; font-size: 14px; }
.toolbar-recipe button { margin: 0 2%; min-width: 200px; }
.pager .pages li { width: 30px; height: 30px; margin: 0 8px; padding: 0; border: 0; text-align: center; line-height: 28px; }
.pager .pages li a { margin: 0; }

/* Formats the select promo link into a button */
#ampromo-items-add { cursor: pointer; padding: 24px; margin-bottom: 24px; font-weight: 700; text-transform: uppercase; color: #ffffff; background-color: #a82827; }
#ampromo-items-add a { color: #ffffff; animation-name: promo-bounce; animation-duration: 4000ms; animation-iteration-count: infinite; }
@keyframes promo-bounce {0% {padding-bottom: 0px;} 80% {padding-bottom: 0px;} 85% {padding-bottom: 4px;} 90% {padding-bottom: 0px;} 95% {padding-bottom: 4px;} 100% {padding-bottom: 0px;}}

/* Formats the suggested products section of the cart page */
.cart .crosssell { padding: 6px 6px; background: none; border: none; }
#crosssell-products-list { text-align: center; }
#crosssell-products-list li { display: inline-block; width: 160px; min-height: 270px; vertical-align: top; margin: 6px 6px; }
#crosssell-products-list li .product-image { float: none; width: 150px; height: 150px; }
#crosssell-products-list li .product-image img { width: 150px; height: 150px; margin-bottom: 6px; }
#crosssell-products-list li .product-details { margin-left: 0; }
#crosssell-products-list li .product-details .product-name { min-height: 28px; }

/* Forces header search bar to always be above other elements and never covered */
.header .form-search { z-index: 100; }


/* Hide Credit Card and PayPal images and then insert Credit Card and PayPal images.  Ensures that it doesn't display them twice */

img[src="/media/wysiwyg/credit-card.png"] { display: none; }
label[for="p_method_authnetcim"]:before { content: url('/media/wysiwyg/credit-card.png'); }

img[src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png"] { display: none; }
label[for="p_method_paypal_express"]:before { content: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png'); }

/* Styles secondary navigation on bussiness gifts page */
#business-gifts-secondary-nav li {
    display: inline-block;
    margin: 10px 4%;
    font-size: 20px;
}

/* Removes hover effect from Best Sellers section of home page */
#tab_popular_tabbed_contents .item-area .product-image-area:hover .product-image img.hoverImage {
    opacity: 0;
}


/**********************************************************************************************/
/********************************* DEVFUZION CUSTOM CSS END ***********************************/

.top-notice { background-color: #A82827; padding:3px 30px; font-size:14px; color:#fff; text-align:right; }
.top-notice a { color:#fff; }
.top-notice a:hover { color:#fff; text-decoration:underline; }
.top-notice p { margin: 0 0 0; }

dl.sp-methods { position:relative; float:left; max-width: 50%; }
#shipmap { position:relative; margin:0 30px; float:left; max-width:40%; }
#shipmap img { max-width:100%; }
@media(max-width:630px){
	dl.sp-methods { max-width: 90%; }
	#shipmap { max-width:90%; }
}

.checkout-multishipping-shipping #shipmap { margin: 0; float: none; width:100%; max-width:100%; }
.checkout-multishipping-shipping #shipmap img { max-width: 100%; }
.checkout-multishipping-shipping dl.sp-methods { position:relative; float:none; max-width: 100%; }

/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2017-04-11 09:00:05 */


.theme-color,
.theme-hover-color:hover{
    color: #ca1515 !important;
}
.theme-bg-color,
.theme-hover-bg-color:hover{
    background-color: #ca1515 !important;
}
.theme-bd-color,
.theme-hover-bd-color:hover {
    border-color: #ca1515 !important;
}

a:active, a:hover, a:focus, .price-box .price, ul.menu > li.menu-full-width .nav-sublist.level1 li a:hover, ul.menu > li.menu-static-width .nav-sublist.level1 li a:hover, ul.menu .nav-sublist li.menu-item > a:hover:before, ul.menu > li.menu-item-has-children li.menu-item > a:hover:before, ul.menu .nav-sublist li.menu-item > a:hover, ul.menu > li.menu-item-has-children li.menu-item > a:hover, ul.menu .nav-sublist li.menu-item > a:hover:before, ul.menu > li.menu-item-has-children li.menu-item > a:hover:before, .product-name a:hover, .product-name a:focus, .header-container.type2 .form-search button.button:hover, .header-container.type2 .form-search button.button:focus, .products-list .item-area .actions a.addtowishlist:hover, .products-list .item-area .actions a.comparelink:hover, .products-list .product-image-area .quickview-icon:hover, .email-friend a:hover, .breadcrumbs li a:hover, .breadcrumbs li a:focus, .footer .widget .products-list .product-title a:hover, .footer-middle a:hover, .footer-middle .links li a:hover, .footer-middle .footer-menu li a:hover, .footer-bottom a:hover, .forgot-link, .checkout-progress li.active, .block-account .block-content li a:hover, .header-container ul.links a:hover, .banner.banner-box .banner-content a, .block.block-category-nav ul.category-list li > a:hover, .category-list li a i, .mobile-nav ul.menu li a:hover, .mobile-nav ul.menu li li a:hover, .close-mobile-nav.close-block:hover:after, span.open-child:hover:after, .mobile-nav .social-icon:hover, .postAuthor, .tags a:hover, .block.block-blog-categories .blog-category a:hover, .block-blog-recent ul li a:hover, .postCat a:hover, .chukar-blog-read-more:hover{
	color: #ca1515;
}
.mini-cart .actions .btn:hover, .mini-cart .actions .btn.btn-checkout, .pager li.current > span, button.button:hover, button.button:focus, button.button:active, .products-list .item-area a.addtocart:hover, .tabs > ul > li.active > a, .tabs > ul > li.active > a:hover, .tabs > ul > li.active > a:focus, .btn-remove2, .cart-table .btn-empty:hover, .cart-table .btn-empty:focus, .cart-table .btn-continue:hover, .cart-table .btn-continue:focus, .cart-table .btn-update:hover, .cart-table .btn-update:focus, .cart .discount .buttons-set button:hover, .cart .shipping .buttons-set button:hover, .cart .discount .buttons-set button:active, .cart .shipping .buttons-set button:active, .cart .discount .buttons-set button:focus, .cart .shipping .buttons-set button:focus,#newsletter_popup button.button,.header-container.type6 .form-search button.button,.header-container.type4 .form-search button.button,.header-container.type5 .form-search button.button, .post-date .month, .block.block-blog-tags ul li a:hover{
    background-color: #ca1515;
}
.pager li.current > span, button.button:hover, button.button:focus, button.button:active, .tabs > ul > li.active > a, .tabs > ul > li.active > a:hover, .tabs > ul > li.active > a:focus, .cart-table .btn-empty:hover, .cart-table .btn-empty:focus, .cart-table .btn-continue:hover, .cart-table .btn-continue:focus, .cart-table .btn-update:hover, .cart-table .btn-update:focus, .cart .discount .buttons-set button:hover, .cart .shipping .buttons-set button:hover, .cart .discount .buttons-set button:active, .cart .shipping .buttons-set button:active, .cart .discount .buttons-set button:focus, .cart .shipping .buttons-set button:focus, .checkout-progress li.active{
    border-color: #ca1515;
}
.mobile-nav, .mobile-nav .copyright {
    color:#2a2a29;
}
.mobile-nav a, .close-mobile-nav.close-block:after {
    color:#2a2a29;
}
.mobile-nav a:hover, .close-mobile-nav.close-block:hover:after {
    color:#a82828;
}
.newsletter-box button.button:hover {
    background-color: transparent;
    color: #ca1515;    
}

/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2017-05-18 07:27:15 */

#newsletter_popup h2{letter-spacing: -0.9px}#newsletter_popup button.button{letter-spacing: 2px;}#newsletter_popup{
width:830px;height:400px;}

@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.bounceIn,.bounceOut,.flipOutX,.flipOutY{animation-duration:.75s;-webkit-animation-duration:.75s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}}@keyframes tada{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9)rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1)rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,100%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}}@keyframes wobble{0%,100%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0)rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0)rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0)rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0)rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0)rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-360deg);transform:perspective(400px)rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95);transform:perspective(400px)scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-360deg);transform:perspective(400px)rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);transform:perspective(400px)translate3d(0,0,150px)rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95);transform:perspective(400px)scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}.flipInX,.flipInY,.flipOutX,.flipOutY{backface-visibility:visible!important;-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);transform:perspective(400px)rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);transform:perspective(400px)rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(1,0,0,10deg);transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-5deg);transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);transform:perspective(400px)rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);transform:perspective(400px)rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(1,0,0,10deg);transform:perspective(400px)rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-5deg);transform:perspective(400px)rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg);transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);transform:perspective(400px)rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-20deg);transform:perspective(400px)rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px)rotate3d(0,1,0,10deg);transform:perspective(400px)rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-5deg);transform:perspective(400px)rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(1,0,0,-20deg);transform:perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(1,0,0,90deg);transform:perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-15deg);transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotate3d(0,1,0,-15deg);transform:perspective(400px)rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px)rotate3d(0,1,0,90deg);transform:perspective(400px)rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0)skewX(-30deg);transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0)skewX(-30deg);transform:translate3d(100%,0,0)skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0)skewX(30deg);transform:translate3d(100%,0,0)skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0)skewX(30deg);transform:translate3d(100%,0,0)skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0)rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0)rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1)translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(10px,0,0);transform:scale3d(.475,.475,.475)translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1)translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(10px,0,0);transform:scale3d(.475,.475,.475)translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);transform:scale3d(.1,.1,.1)translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);transform:scale3d(.475,.475,.475)translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);transform:scale3d(.1,.1,.1)translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);transform:scale3d(.475,.475,.475)translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);transform:scale3d(.1,.1,.1)translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(42px,0,0);transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(-2000px,0,0);transform:scale(.1)translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(42px,0,0);transform:scale3d(.475,.475,.475)translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(-2000px,0,0);transform:scale(.1)translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-42px,0,0);transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(2000px,0,0);transform:scale(.1)translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(-42px,0,0);transform:scale3d(.475,.475,.475)translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1)translate3d(2000px,0,0);transform:scale(.1)translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate3d(0,60px,0);transform:scale3d(.475,.475,.475)translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1)translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
