/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
  color: #898989;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline:none;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea,
.button{
  font-family: "Helvetica", Arial, tahoma, sans-serif;
  color: #898989;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #898989;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  outline:none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #19a973;
}

.availability.available-soon,
.availability.out-of-stock {
  color: red;
}

.availability-only {
  color: red;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}

.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account {
  background: #fff;
  float:left;
  width:100%;
}
.block-account .block-content {
  margin-top:0px;
}
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  border-bottom:solid 1px #F7F7F7;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #fff;
}
.block-account li.logout {
  border-top:solid 10px #F7F7F7;
}
.block-account li a,
.block-cms-menu li a {
  color: #24313F;
  font-size:13px;
  display: block;
  line-height: 28px;
  padding:10px 5px 10px 48px;
  position: relative;
}


.block-account li a:hover,
.block-cms-menu li a:hover,
.block-account li.current a{
  color: #fff;
  background: #19A973;
  text-decoration: none;
}
.block-account li a:before{
  content:"";
  position: absolute;
  width:28px;
  height:20px;
  left:12px;
  top:50%;
  margin-top:-10px;
  background-position: -6px -245px;
}
.block-account li a.account_edit:before{
  background-position: -6px -274px;
}
.block-account li a.address_book:before{
  background-position:-6px -304px;
}
.block-account li a.orders:before{
  background-position:-6px -335px;
}
.block-account li a.ebook:before {
    background-image: url(../images/ebooks-icons.png);
    background-position: 7px 0px;
    background-size: 36px;
}
.block-account li a.reviews:before{
  background-position: -6px -426px;
}
.block-account li.logout a:before{
  background-position: -6px -522px;
}
.block-account li a.wishlist:before {
  background-position: -6px -396px;
}
.block-account li a.rewardpoints:before {
  background-position: -6px -457px;
}
.block-account li a.referral:before {
  background-position: -6px -490px;
}

.block-account li a.tracking_order:before {
  background-position: -6px -366px;
}

.block-account li.current a:before,
.block-account li a:hover:before{
  background-position: -40px -245px;
}

.block-account li.current a.account_edit:before,
.block-account li a.account_edit:hover:before{
  background-position: -40px -274px;
}
.block-account li.current a.address_book:before,
.block-account li a.address_book:hover:before{
  background-position:-40px -304px;
}
.block-account li.current a.orders:before,
.block-account li a.orders:hover:before{
  background-position:-40px -335px;
}
.block-account li.current a.ebook:before,
.block-account li a.ebook:hover:before{
  background-position: -14px 0px;
}
.block-account li.current a.reviews:before,
.block-account li a.reviews:hover:before{
  background-position: -40px -426px;
}
.block-account li.current.logout a:before,
.block-account li.logout a:hover:before{
  background-position: -40px -522px;
}
.block-account li.current a.wishlist:before,
.block-account li a.wishlist:hover:before{
  background-position: -40px -396px;
}
.block-account li.current a.rewardpoints:before,
.block-account li a.rewardpoints:hover:before{
  background-position: -40px -457px;
}
.block-account li.current a.referral:before,
.block-account li a.referral:hover:before{
  background-position: -40px -490px;
}
.block-account li.current a.tracking_order:before,
.block-account li a.tracking_order:hover:before{
  background-position: -40px -366px;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */

/* Primary Buttons */
.button {
  background-color: #19A973;
  display: inline-block;
  padding: 8px 15px 6px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 3px;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.button-with-arrow >span{
  display: inline-block;
  padding-right:25px;
  position: relative;
}

.button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.button:active {
  opacity: 0.8;
}
.button:focus {
  opacity: 0.8;
  outline: none;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled,
.button.out-of-stock{
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;

}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 1024px) {
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 670px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(".button") {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  min-width: 140px;
}
.cms-order-tracking .buttons-set button.button{float: left;}
.cms-order-tracking #track_order .buttons-set{border-top: 0;}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .skip-account .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.top-links li a:before,
.skip-cart .icon,
.sticky-right li a:before,
.button.btn-cart >span:before,
.product-img-box .text-zoom span:before,
.product-view .add-to-cart-buttons .button >span:before,
.product-view .add-to-links a.link-wishlist:before,
.link-wishlist.style1:before,
.product-view .product-shop .availability.in-stock:before,
.product-shop .box-right .box-item .free-ships:before,
.box-reviews .form-add h2 span:before,
.header-minicart .block-subtitle .title:before,
.header-minicart .info-wrapper .actions a:before,
.block-account li a:before,
.page-title.title-icon h1:before,
.a-edit:before,
.history_order .order-title .order-number a:before,
.dashboard .page-title .your-point:before,
.cart .page-title h1:before,
.point-credit-page .your-point:before,
.fb-share-widget a:before,
.referral-share-content .div-item .button >span:before,
.top-order .button-shopping >span:before,
.title-style1.show-icon .title:before,
.product-view .product-shop .check-store:before,
.popup_map_content .region-item .region-tile:before,
#content_data p:before{
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  text-indent: -9999px;
  overflow: hidden;
}
.search_mini_form .search-button:before,
.sticky-right li.point a:before,
.product-view .sharing-links a,
.list-products .view-all-books:before,
.box-messages span:before,
.header-minicart .block-subtitle .close,
input.checkbox[type=checkbox] + label:before,
.table-style1-1 .delivery span:before,
.btn-remove-style1,
.cart-totals .checkout-types .btn-checkout >span:before,
.mastercheckout_main .buttons-set .btn-continue >span:before,
.mastercheckout-index-index .col-right .buttons-set .btn-continue >span:before,
.button-with-arrow >span:before,
.category-title1 h1:before{
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-size: auto;
  text-indent: -9999px;
  overflow: hidden;
}
.sticky-right li.chat{display: none;}


.button-with-arrow >span:before{
  width: 20px;
  height: 20px;
  top: -2px;
  right: 0px;
  content: "";
  position: absolute;
  background-position: -115px -452px;
  background-size: 135px auto;
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -10px 0px 0px;
  padding: 8px 0;
}

.breadcrumbs li {
  float: left;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 18px;
}

.breadcrumbs a {
  float: left;
  color: #959595;
}

.breadcrumbs a:hover {
  color: #088C5B;
}

.breadcrumbs strong {
  color: #088C5B;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}
.btn-remove-style1{
  display: inline-block;
  width:26px;
  height:26px;
  background-position:-123px -382px;
  opacity: 0.6;
}
.btn-remove-style1:hover{
  opacity: 1;
}
.my-wishlist .item .btn-remove-style1 {
  position: absolute;
  top:0px;
  right:0px;
  z-index: 1;
}
/* -------------------------------------------- *
 * Checkout Agreements
 */

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}


/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 5px;
}

.col-left {
  float: left;
  width: 21.5%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 21.5%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 78.5%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}
.customer-account-resetpassword .col1-layout .col-main {
    width: 590px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 5px 2px #EDEDED;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 15px 25px;
}
.customer-account-resetpassword .col1-layout .col-main .page-title h1 {
    width: 430px;
    max-width: 100%;
    margin: auto;
    font-size: 16px;
    color: #19A973;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.customer-account-resetpassword .form-list .fields .field { width: 100%;max-width: 100%;}
.customer-account-resetpassword  .fieldset {width: 430px;max-width: 100%; margin: auto;}
.customer-account-resetpassword .buttons-set {width: 430px; max-width: 100%;text-align: left;margin: 0 auto 20px;border: 0;}
.customer-account-resetpassword .fieldset p.required {float: left !important;}
.customer-account-resetpassword .buttons-set button {float: none;}
.customer-account-resetpassword .form-list input.input-text {width: 100%;}
.customer-account-logoutsuccess .col1-layout .col-main, .sendfriend-product-send .col-main .send-friend{padding:40px 20px; background:#FFF;}
.sendfriend-product-send .col-main {width: 100%;margin-top: 20px;margin-bottom: 20px;}
.sendfriend-product-send .col-main .send-friend{padding:30px 25px;}
.sendfriend-product-send .col-right{display: none;}
.sendfriend-product-send .page-title h1{ font-family: 'RsuRegular',Helvetica, Arial, tahoma, sans-serif;color:#000;    font-size: 30px;}
.sendfriend-product-send .buttons-set.btn { border-top: 0;padding-bottom: 14px;}
.sendfriend-product-send .buttons-set.btn button { float: left; margin-right: 10px;}
.sendfriend-product-send .buttons-set.btn button:last-child {margin-right: 0;}
.sendfriend-product-send .form-list li.fields .field {width: 47.5%; float: left;max-width: 47.5%;}
.sendfriend-product-send .form-list li.fields .field:last-child { float: right;}
.sendfriend-product-send  .form-list input.input-text {width: 100%; height: 40px; line-height: 40px;}
.sendfriend-product-send #sender_options textarea {  max-width: 100%;width:100%;height: 100px;}
.empty-page {
    text-align: center;
    background: #FFF;
    padding: 80px 15%;
}
.empty-page h2 {
    font-family: 'RsuRegular',Helvetica, Arial, tahoma, sans-serif;
    color: #000;
    font-size: 50px;
    margin-bottom: 0;
}
.empty-page h3 {
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 30px;
}
.no-result {
    text-align: center;
    position: relative;
    padding-top: 80px;
}
html:lang(th) .no-result h3{font-family: 'RsuRegular',Helvetica, Arial, tahoma, sans-serif;font-size: 45px !important; margin-bottom: 0 !important;}
.no-result h4 {
    font-size: 23px !important;
    font-weight: normal;
    color: #2A2A2A;
    text-transform: none;
    font-size: 23px;
    font-family: 'RsuRegular',Helvetica, Arial, tahoma, sans-serif;
}
.no-result h4 span {
    color: red;
    font-family: arial;
}
.no-result p {
    font-size: 18px !important;
    font-family: "Helvetica", Arial, tahoma, sans-serif;
}
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 1025px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;

}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/*.messages {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  clear: both;
}*/
.messages {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding: 0 20px;
}
/*.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}*/
.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 14px 20px 14px 53px;
    min-height: 50px;
    height: auto;
    background: #FFF;
    border-radius: 2px;
}
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

/*.messages .error-msg li {
  border-left: 5px solid red;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}*/
.messages .error-msg li {
    border: solid 1px #ffa8a5;
    background: #fae0df;
}
.messages .error-msg li span {
    color: #d11f19;
    font-weight: 600;
    font-weight: bold;
}
.messages .error-msg li:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/asb-msg-errors-icon.png) no-repeat center;
    width: 28px;
    height: 18px;
    left: 13px;
    top: 50%;
    margin-top: -9px;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

/*.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}*/
.messages .notice-msg li {
    border: solid 1px #d8cd85;
    background: #f8f3d6;
    font-weight: bold;
}
.messages .notice-msg li span {
    color: #967132;
    font-weight: 600;
}
.messages .notice-msg li:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/asb-msg-notice-icon.png) no-repeat center;
    width: 28px;
    height: 18px;
    left: 13px;
    top: 50%;
    margin-top: -9px;
}

.messages .success-msg li {
  border: 1px solid #11b400;
  background: #f4fff0;
}
.messages .success-msg li span {
    color: #43a973;
}
/*.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}*/
.messages .success-msg li:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/asb-msg-success-icon.png) no-repeat center;
    width: 30px;
    height: 18px;
    left: 10px;
    top: 50%;
    margin-top: -9px;
}
@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: -120px;
  margin-top: -36px;
  line-height: 24px;
  height: 72px;
  white-space: nowrap;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 24px 45px 0;
  border-radius: 3px;
  box-shadow: 0 0 50px #ccc;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #000;
  font-size: 18px;
  font-weight:bold;
}

.price-box .price,
.price {
  white-space: nowrap;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  display: none;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #acacac;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}

.price-box .special-price {
  padding-right: 5px;
}
.price-box .special-price .price {
  color: #ED1D24;
}


/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;

}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}


/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 75px;
  height: 13px;
  overflow: hidden;
  background:url(../images/rating1.png) no-repeat;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background:url(../images/rating2.png) no-repeat;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  /*margin: 0 0 1.5em;*/
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}


.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  padding: 9px 5px 9px 20px;
}
.toolbar-bottom .toolbar  {
  border-top: solid 1px #ebebeb;
  border-bottom: none;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  line-height: 22px;
  font-size: 12px;
  color:#767676;
  text-transform: uppercase;
}
.toolbar .count-container {
  float:left;
}
.toolbar .toolbar-right{
  float:right;
}
.sorter {
  float:left;
}
.sorter .view-mode,
.sorter .limiter,
.sorter .sort-direction{
  display:none;
}
.sorter .styled-select {
  display: inline-block;
}
.sorter .styled-select select{
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  height: 22px;
  color: #088C5B;
}
.toolbar label{
  font-size:12px;
}
.toolbar .pager {
  border-left: solid 1px #ebebeb;
  padding-left: 10px;
  margin-left: 10px;
}
.pager {
  float: right;
  overflow: hidden;
}
.pager.pager-no-toolbar {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.pages ol{
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 25px;
  padding: 0;
  color: #000;
  font-family: tahoma;
}
.pages .current {
  font-size:14px;
  color:#088C5B;
}
.pages .next,
.pages .previous {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.pages .next:before {
  content: '';
  position: absolute;
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -5px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.pages .previous:before {
  content: '';
  position: absolute;
  display: block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -1px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toolbar .amount--has-pages,
.pager-no-toolbar .amount ,
.pager-no-toolbar .limiter{
  display: none;
}



@media only screen and (max-width: 1024px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
.data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
 .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid red;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
.data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid red;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
 .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 7px solid red;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
 .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 7px solid red;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}
.a-left {
  float:left;
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: red;
  font-weight: normal;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}
select:focus{
  outline:none;
}
select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ebebeb;
  background: #FFFFFF;
  font-size: 14px;
}
.input-text:focus {
  border: 1px solid #088C5B;
  outline:none;
}

.input-text.validation-failed {
  border-color: red;
}

.input-text.validation-failed:focus {
  outline-color: #ff7f7f;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 300px;
  max-width: 100%;
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  /*color: #a0a0a0;*/
}

input:-moz-placeholder {
  /*color: #a0a0a0;*/
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: red;
  font-size: 13px;
  text-transform: none;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list label{
  font-size:12px;
  color:#000;
  vertical-align: bottom;
}
.form-list input.input-text,
.form-list select,
.form-list textarea{
  height: 40px;
  border-color:#E6E6E6;
  background:#FAFAFA;
}
.form-list input.input-text{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.form-list textarea {
  width:300px;
  max-width:100%;
}
.form-list label.has-link{
  width:100%;
  overflow: hidden;
}
.form-list label.has-link a{
  float:right;
  color:#19A973;
  font-size:11px;
  line-height: 1;
  margin-top: 4px;
}
.form-list .box-select{
  float:left;
  margin-right:15px;
}
.form-list .gender select {
  width:100px;
}
.form-list .box-select:nth-child(3){
  margin-right:0px;
}
.form-list > li {
  margin-bottom: 12px;
  overflow: hidden;
  clear: both;
}
.form-list select {
  margin-bottom: 1px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 12px;
}
.form-list .fields {
  float:left;
  width:100%;
  clear: both;
  overflow: hidden;
}
.form-list .fields .field {
  float:left;
  width:300px;
  max-width:49%;
  margin-right:2%;
}
.form-list .fields .field.city, .form-list .fields .field.subdistrict_id{display: block !important;}
.form-list .fields .field:nth-child(2n){
  margin-right:0px;
}


input.radio[type=radio]:checked {
  background-color:#000;
  border-left-color:#06F;
  border-right-color:#06F;
}
input.checkbox[type=checkbox],
input.radio[type=radio] {
  opacity: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 2px 8px 2px 0;
  position: relative;
  z-index: 1;
}
input.checkbox[type=checkbox] + label,
input.radio[type=radio] + label{
  line-height: 20px;
  padding-left: 0;
  position: relative;
  display: inline-block;
}
input.checkbox[type=checkbox] + label:before,
input.radio[type=radio] + label:before{
  content: "";
  width: 16px;
  height: 16px;
  left: -27px;
  top: 0px;
  position: absolute;
  background-position: -1px -446px;
}
input.checkbox[type=checkbox]:checked + label:before{
  background-position:-39px -446px;
}
input.radio[type=radio] + label:before {
  border:solid 3px #D8D8D8;
  background:#fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
input.radio[type=radio]:checked + label:before{
  background:#19A973;
}

.change_password input.checkbox[type=checkbox] + label{
  color:#088C5B;
  font-size:13px;
  cursor: pointer;
}
.change_password input.checkbox[type=checkbox] + label:before {
  left:-22px;
}


/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */


.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f5f5f5;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #E6E6E6;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

.additional .data-table {
  font-size:14px;
  color:#000;
  border: 1px solid #E6E6E6;
}
.additional .data-table th{
  color:#767676;
  background:#F5F5F5;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

.table-style1 th{
  background:#7D7D7D;
  color:#fff;
  font-size:14px;
  border:none;
}
.table-style1 tbody td{
  border:none;
  vertical-align: middle;
  min-width:100px;
}
.table-style1 tbody tr:nth-child(2n){
  background:#F8F8F8;
}

.table-style1 .product-image {
  float:left;
  width:28px;
}
.table-style1 .product-image img{
  max-width:100%;
}
.table-style1 .product-info {
  padding-left:45px;
  font-size:12px;
}
.table-style1 .product-info .product-name{
  font-size: 12px;
  color: #000;
  font-family: "Helvetica", Arial, tahoma, sans-serif;
}
.table-style1 .product-info .sku{
  color:#707070;
  font-size:12px;
  font-style: italic;
}
.table-style1 .price-box .price{
  font-size:15px;
}
.table-style1 tfoot tr{
  background: transparent;
}
.table-style1 tfoot tr.discount td, .table-style1 tfoot tr.discount td span.price{color: #ED1C24;}
.table-style1 tfoot tr.discount td.a-right:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #ff0000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #ff0000 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: relative;
    top: 10px;
}
.table-style1 tfoot tr.discount td.last.a-right:before{display: none;}
.table-style1 tfoot tr td:nth-child(1){
  font-size:12px;
  text-transform: uppercase;
}
.table-style1 tfoot tr td:nth-child(2) .price{
  font-size:14px;
  color:#565656;
}
.table-style1 tfoot tr.grand_total_incl  td:nth-child(1){
  font-weight:bold;
  font-size:14px;
  color:#565656;
}
.table-style1 tfoot tr.grand_total_incl td:nth-child(2) .price {
  font-size:18px;
}

.table-style1-1 .product-image{
  width:60px;
}
.table-style1-1 .product-info{
  padding-left:75px;
}
.table-style1-1 .delivery{
  padding-top: 10px;
  margin: 5px 0;
  border-top: dotted 1px #ddd;
}
.table-style1-1 .delivery span{
  padding-left:30px;
  display: inline-block;
  position: relative;
  color:#464646;
}
.table-style1-1 .delivery span:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  left: 0px;
  top: 0px;
  background-position: -5px -292px;
  background-size: 80px auto;
}
.table-style1-1 .price-box .price,
.table-style1-1 .cart-price .price{
  font-size:18px;
}
.table-style1-1 .price-box .old-price .price{
  font-size:14px;
  font-weight: normal;
}

.table-style1-1 .price{
  color:#000;
  font-weight: bold;
}
.table-style1-1 tbody td.last{
  position: relative;
  /*padding-bottom:30px;*/
}
.table-style1-1 tbody td.last .discount-code {
  position: absolute;
  right:10px;
  bottom:10px;
  font-size:12px;
  font-family: tahoma;
  font-weight: normal;
  white-space: nowrap;
  color: #000;
  text-align: right;
}
.table-style1-1 tbody td.last .discount-code .price{
  color:#ED1C24;
  font-weight: bold;
}
.table-style1 .td-price .price-box .old-price,
.table-style1 .td-price .price-box .special-price{
  display: block;
  padding: 0px;
}
.table-style1 .price-box .old-price .price{
  font-size:12px;
}

#my-orders-table tbody td {
  min-width:175px;
}
.table-mobile-style3 .td-label {
  display: none;
}

@media only screen and (max-width: 500px){
  .cms-order-tracking .form-list input.input-text, .customer-account .form-list .fields .field, .customer-account .form-list .fields .field input.input-text, .customer-account .form-list textarea, .customer-account .form-list select, .home-banners-topchart .banner-static .wrap-bannerads img{width: 100%;}
  .customer-account .form-list select#gender {width: 100px;}
  body.customer-account .page-title {border: 0;padding: 17px 0 0; margin: 0;}
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after,
.home-banners-topchart .box-banners:after,
.home-banners-topchart .top-chart:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header,
.container,
.main-container .main{
  max-width: 100%;
  margin: 0;
  padding: 0 50px 0 0;
}

@media only screen and (min-width: 980px) {
  .page-header,
  .container,
  .main-container .main{
    max-width: 100%;
    margin: 0 0 0 10px;
    padding: 0 50px 0 0;
  }
}

@media only screen and (min-width: 1280px) {
  .page-header,
  .container,
  .main-container .main{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
  }
}

.page-header-container {
  text-align: center;
  float:left;
  width:100%;
}
.main-container {
  padding:10px 0;
  background: #f7f7f7;
}
/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
#header,
.main-container,
.footer-container {
  clear: both;
  float:left;
  width:100%;
}
.header-language-background {
  padding: 3px 0;
  background-color: #F2F2F2;
  clear: both;
  float:left;
  width:100%;
  color: #707070;
  font-size: 11px;
}
.header-language-background .store-language-container {
  float:right;
}
#top-links-right {
  float:right;
  margin:2px 0;
}
.header-language-background .top-links{
  float:right;
}
.header-language-background .top-links li {
  float:left;
  padding-right:15px;
  margin-right:15px;
  border-right:solid 1px #D7D7D7;
}
.top-links li a {
  float:left;
  padding-left:22px;
  position: relative;
  color:#707070;
  font-size:11px;
  line-height: 15px;
}
.top-links li a:before{
  content:"";
  width:20px;
  height:15px;
  position: absolute;
  left:0px;
  top:0px;
  background-position: 0 1px;
  background-size: 80px auto;
}
.top-links li.tracking-order a:before{
  background-position: -20px 2px;
}
.top-links li.account a:before{
    background-position: -40px 1px;
    background-size: 75px auto;
}
.top-links li.home a:before{
  background-position: -80px -356px;
  margin-top: -2px;
  height: 18px;
}

/* style form languages*/
.language-desktop {
  float:left;
  line-height: 1.8;
}
.language-desktop a{
  display: block;
}
.language-desktop a:hover{
  text-decoration: none;
}
.language-desktop a img,
.language-desktop a span{
  display: inline-block;
  vertical-align: middle;
}
.language-desktop a img{
    width: 14px;
    margin-right: 4px;
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 1025px) {
  .logo {
    max-width: 300px;
    padding: 0px;
    margin: 12px 0 0;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1120px) {
  .logo {
    max-width: 190px;
    margin: 24px 0 0;
  }
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */

@media only screen and (min-width: 1025px){
  .header-bottom{
    float: left;
    width: 100%;
    border-bottom: solid 2px #088C5B;
    margin-top: 6px;
  }
  .header-bottom .nav{
    float:left;
  }
}


/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 1024px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  #header-nav {
    display: block;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 1025px) {
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #363636;
  line-height: 30px;
}

.nav-primary li.level0 > a {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  padding: 0 12px;
}
.nav-primary.has-wrap li.level0 > a {
  padding: 0;
}
.nav-primary > li.level0 > a > .nav-wrap{
  display: inline-block;
  line-height: 1.8;
  padding: 0 12px;
  border-radius: 2px;
}
.nav-primary > li.level0:hover > a > .nav-wrap{
  background-color: #49CBA2;
  color: #fff;
}
.nav-primary li.level1 a,
.menu-favourite li a{
  color: #363636;
  line-height: 20px;
  padding: 6px 0px 6px 12px;
}
.nav-primary li.level1 a:hover,
.menu-favourite li a:hover{
  color:#30B8AC;
  text-decoration: underline;
}
.nav-primary li.level1 a:before,
.menu-favourite li a:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 0px;
  height: 0px;
  border-left: solid 5px #41CCA2;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}
.highlights-banners {
  float:left;
  width:100%;
}
.highlights-banners li {
  float:left;
  width:49.5%;
  margin-right:1%;
}
.highlights-banners li:nth-child(2n + 1){
  margin-right:0px;
}
.highlights-banners li:nth-child(1){
  width:100%;
  margin-bottom:5px;
}
.highlights-banners li a {
  float:left;
  width:100%;
  position: relative;
  padding-bottom:56%;
  overflow: hidden;
}
.highlights-banners li a img{
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
}
.highlights-banners li:nth-child(1) a {
  padding-bottom:55.32%;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 1024px) {
 .menu-content .menu-highlights,
 .menu-content .menu-favourite,
 .menu-content .sub-category .title-style6{
    display: none;
 }
 .menu-content {
   display: none;
   background: #F8F8F8;
   padding: 10px;
   margin-top: -5px;
 }
  .nav-primary li.level0:nth-child(1) > a{
    border-top:0px;
  }
  .nav-primary li.level0 > a{
    display: block;
    margin:0px 10px;
    border-top:solid 1px #ebebeb;
    padding:15px 0;
    line-height: 20px;
    font-size:12px;
    color:#000;
    text-transform: uppercase;
    font-weight: bold;
  }
  .nav li.level0.parent {
    position: relative;
  }
  .nav li.level0.parent .arrow {
    position: absolute;
    width:30px;
    height:50px;
    right:10px;
    top:0px;
  }
  .nav li.level0.parent .arrow:before{
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-bottom: solid 1px #929292;
    border-right: solid 1px #929292;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right:-5px;
  }
  .nav li.level0.parent .arrow.active:before{
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top:-5px
  }

}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 1025px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Styles that only show when the menu is visible */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    margin-right: 40px;
    line-height: 35px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #42cca1;
  }
  .nav-primary li.parent:hover a.level0:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: solid 6px #41CCA2;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
  }
  .nav-primary.has-wrap li.parent:hover a.level0:before{
    display: none;
  }


  .menu-content {
    width: 100%;
    left: 0px;
    background: #fff;
    top: 35px;
    position: absolute;
    z-index: 11;
    display: none;
    padding: 20px 0;
    box-shadow: 0px 3px 3px 1px #eee;
    border-top: solid 2px #088C5B;
  }
  .menu-content:before{
    content:"";
    position: absolute;
    top:0px;
    right:0px;
    width:18%;
    height:100%;
    background:#FAFAFA;
  }
  .menu-content:after{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 77px);
    top: 57px;
    left: 20%;
    background: #EBEBEB;
  }
  .nav-primary.hoverintent li:hover .menu-content{
    display: block;
  }
  .menu-content .sub-category {
    float: left;
    width: 40%;
    margin-right: 1%;
  }
  .menu-content ul.level0 li.subcat {
    float: left;
    width: 50%;
    padding: 0px 15px;
  }
  .menu-content .sub-category .title-style6{
    padding-left:15px;
  }
  .menu-content .menu-highlights {
    float: left;
    width: 39.5%;
  }
  .menu-content .menu-favourite{
    float:right;
    width:18%;
    padding-left:17px;
    position: relative;
  }

}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 1025px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
.box-search {
  display: inline-block;
  text-align: left;
  width:590px;
  max-width:100%;
  margin-top:22px;
}

@media only screen and (min-width: 1025px) and (max-width: 1120px){
  .box-search {
    width: 570px;
  }
}

.search_mini_form {
  float:left;
  display:block;
  width:100%;
}
.search_mini_form .form-search {
  position: relative;
}
.search_mini_form .input-box {
  width:100%;
  padding-top: 0;
}
.search_mini_form .input-box .input-text {
  border: solid 2px #45A649;
  border-radius: 0;
  box-shadow: none;
}
#search{
  width: 100%;
  height: 40px;
  padding-right: 40px;
  position: relative;
  color: #000;
}
.search_mini_form .search-button {
  position: absolute;
  margin: 0px;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #088C5B;
  text-transform: uppercase;
  padding:0px;
}
.search_mini_form .search-button:before{
  content:"";
  position: absolute;
  width:18px;
  height:18px;
  top:50%;
  left:50%;
  margin-left:-9px;
  margin-top:-9px;
  background-position: -180px 0px;
}
.search_mini_form .search-button span {
  display:none;
}
.search-text-bottom {
  float:left;
  text-align:left;
  display:block;
  width:100%;
  margin-top:5px;
  font-size: 12px;
  color: #636363;
}
.search-text-bottom strong{
  font-weight: normal;
}


.choose_tyle select{
  font-size:14px;
  height:20px;
  width:115px;
  line-height:20px;
  border:transparent;
  color: #898989;
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 10px;
  background: url(../images/select-arrow.png) center right no-repeat;
}
.choose_tyle select:focus{outline: 0;}
.choose_tyle{
  position: absolute;
  margin-top: 10px;
  margin-right: 9px;
  right: 40px;
  height: 20px;
  border-left: solid 1px #d7d7d7;
  top: 0px;
}


.header-minicart {
  position:relative;
  display:block;
  float:right;
  margin-top:22px;
}
.skip-cart .icon {
  position: relative;
  background-position: 0px -20px;
  width: 20px;
  height: 29px;
  vertical-align: middle;
  overflow: visible;
  float:left;
}
@media only screen and (min-width: 1025px){
  .skip-cart {
    float: left;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 5px 40px 5px 62px;
    border: solid 1px #C4C4C4;
    border-radius: 2px;
    position: relative;
    background: #F8F8F8;
    height: 40px;
    color: #707070;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
  .skip-cart:after{
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    margin-top: -5px;
  }
  .skip-cart .icon {
    position: absolute;
    top: 5px;
    left: 27px;
  }
}


.skip-cart .count{
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ED145B;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 18px;
  text-indent: 0;
  font-weight: bold;
  font-size: 9px;
  top: -3px;
  left: 50%;
}
.skip-cart  .count-cart {display:block; padding: 0px;}
.skip-cart .count-cart span.items {display:inline-block; color:#fff; border-radius:15px; width:25px; height:25px; text-align:center; line-height:27px; background:#000; font-size: 20px;}
.skip-cart .count-cart span {display:inline-block;}
.skip-cart.skip-active,
.skip-cart:hover{ text-decoration:none;}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 1025px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */

/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart:hover {
    text-decoration: none;
}


/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}


/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.header-cart {
  position: fixed;
  width: 100%;
  height: 100%!important;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.6);
  z-index: 11;
  display: none;
}
.header-cart.active{
  display: block;
}
.header-cart .minicart-wrapper{
  display: block;
  position: fixed;
  background: #fff;
  top: 0px;
  right: 40px;
  width: 300px;
  height: 100%;
}



.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;

  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.cms-index-index .footer-container {
  margin-top:80px;
}
.footer-container {
  background:#fff;
}
.top-footer,
.footer {
  clear: both;
  width: 100%;
  float:left;
}
.top-footer {
  border-bottom:solid 1px #ebebeb;
}
.footer-socials {
  padding: 17px 0;
  text-align: center;
}
.footer-socials label{
  font-family: 'RsuRegular';
  display: block;
  font-size:20px;
  margin-bottom: 4px;
}
.footer-socials li {
  display: inline-block;
  margin:0px 10px;
}
.footer-socials li a{
  display: block;
  width: 25px;
  height: 0;
  padding-top: 25px;
  overflow: hidden;
  position: relative;
  background-image: url("../images/socials-footer-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.footer-socials li.fb a{background-position: 6.5px 0;}
.footer-socials li.yt a{background-position: 2px -36px;}
.footer-socials li.ig a{background-position: 2.5px -79px;}
.footer-socials li.line a{background-position: 2px -119px;}

.footer-socials li.fb a:hover { background-position: -70.5px 0;}
.footer-socials li.yt a:hover{background-position: -75px -36px;}
.footer-socials li.ig a:hover{background-position: -74.5px -79px;}
.footer-socials li.line a:hover{background-position: -75px -119px;}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {

 .footer-socials li a{ background-image: url("../images/socials-footer-icon-2x.png");background-size: 100px; }

}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  .footer-socials li a{ background-image: url("../images/socials-footer-icon-2x.png");background-size: 100px; }
}

/*.footer-socials li a img{
  position: absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  max-width:100%;
  max-height:100%;
}*/
.footer .box-footer-link {
  float:left;
  width:100%;
  padding:50px 0;
  border-bottom:solid 1px #ebebeb;
}
@media only screen and (min-width: 1025px){
  .footer .footer-links {
    float:left;
    width:68%;
  }
  .footer .footer-right {
    float:left;
    width:32%;
  }
  .footer .footer-links .box-links {
    float:left;
    width:25%;
  }
}
.box-footer-link h3{
  font-size: 20px;
  color: #011428;
  font-family: 'RsuRegular';
  text-transform: capitalize;
}
.footer-links .box-links li {
  display: block;
  margin:0px 0px 10px;
}
.footer-links .box-links a {
  font-size:13px;
}
.footer-links .box-links a:hover{
  text-decoration: none;
}
.office-adress{
  font-size: 13px;
  color: #636363;
}
.office-adress p{
  margin-bottom:15px;
}
.office-adress a{
  color: #636363;
}
.office-adress a:hover{
  text-decoration: none;
}
.office-adress .phone{
  font-size: 15px;
  color: #088C5B;
}
.block-subscribe {

}
.block-subscribe .block-title {
  padding-top:18px;
  border-top:solid 1px #ebebeb;
  font-size: 20px;
  color: #011428;
  font-family: 'RsuRegular';
  text-transform: capitalize;
}
.block-subscribe .block-content {
  width: 340px;
  max-width: 100%;
  position: relative;
  padding-right: 100px;
}
.block-subscribe .block-content .input-box{
  padding:0px;
}
.block-subscribe .block-content .input-text{
  width: 100%;
  height: 40px;
  padding: 0 16px;
}
.block-subscribe .block-content .button {
  position: absolute;
  top:0px;
  right:0px;
  background:#088C5B;
  color:#fff;
  min-width:100px;
  padding:10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

#subscribe-tc {
  padding-top: 10px;
  font-size: 17px;
  color: #011428;
  font-family: 'RsuRegular';
  text-transform: capitalize;
}
#subscribe-tc .tc-content {
  padding-right: 7%;
}

.footer_pay { border-bottom: solid 1px #ebebeb;}
.footer_pay .box-payment,
.footer_pay .box-sendprd{
  padding:15px 0px;
  float:left;
}
.footer_pay .box-sendprd{
  float:right;
}
.footer_pay .box-payment h3,
.footer_pay .box-sendprd h3{
  color:#011428;
  font-size:16px;
  font-weight: normal;
  display: inline-block;
  margin:0 10px 0 0;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: 'RsuRegular';
}
.footer_pay .box-iconpayment,
.footer_pay .box-sendprdimg{
  display:inline-block;
  vertical-align: middle;
}
.footer_payment_and_socials .li_pay { width: 24.50%;float: left;position: relative;padding-top: 18px;}
.footer_payment_and_socials .box-payment {margin: auto; width: 164px;float: none;}
.footer_payment_and_socials .box-payment h3, .footer_payment_and_socials .box-sendprd h3, .footer-socials h3 { color: #011428; font-size: 16px;font-weight: normal; display: block;text-align: center;margin: 0 10px 10px 0; vertical-align: middle;text-transform: capitalize; font-family: 'RsuRegular', Helvetica, Arial, tahoma, sans-serif;;}
.footer_payment_and_socials .li_pay:nth-child(2):before, .footer_payment_and_socials .li_pay:nth-child(2):after,.footer_payment_and_socials .li_pay:nth-child(4):before { width: 1px;height: 45px;background: #c8c8c8;display: block;content: "";position: absolute;top: 50%;margin-top: -12.5px;}
.footer_payment_and_socials .li_pay:nth-child(2):before { left: 0;}
.footer_payment_and_socials .li_pay:nth-child(2):after {right: 0;}
.footer_payment_and_socials .footer-socials ul {margin-top: -4px;}
.footer_payment_and_socials .box-payment {width: 164px;}
.footer_payment_and_socials .box-sendprd {width: 210px;}
.footer_payment_and_socials .footer-socials {padding: 17px 0; text-align: center;width: 300px;padding-top: 0;}
.footer_payment_and_socials .box-payment, .footer_payment_and_socials .footer-socials, .footer_payment_and_socials .box-sendprd{margin: auto;float: none;}

.copyright{
  float: left;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  padding: 5px 0;
  line-height: 25px;
  font-size: 13px;
  color: #363636;
}

/* sticky-right */
.sticky-right{
  position: fixed;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  background: #363636;
  z-index: 11;
}
.sticky-right ul.center{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
}
.sticky-right ul.bottom{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.sticky-right li {
  display: block;
}
.sticky-right li a {
  width:100%;
  display: block;
  height:40px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.sticky-right li a:hover,
.sticky-right li a.skip-active{
  background-color:#088C5B ;
  text-decoration: none;
}
.sticky-right .cart .count{
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ED145B;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 16px;
  text-indent: 0;
  font-weight: bold;
  font-size: 7px;
  top: 2px;
  left: 50%;
}

.sticky-right li.to-top a,
#menu-scroll-top{
  text-indent: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'RsuRegular';
  padding: 3px 0;
}
.sticky-right li.to-top a:before,
#menu-scroll-top:before{
  background: none;
  width: 0px;
  height: 0px;
  border-bottom: solid 6px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  top: auto;
  bottom: 5px;
}

.sticky-right li a:before{
  content:"";
  position: absolute;
  width:20px;
  height:20px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  background-position: 0 0;
}
.sticky-right li.cart a:before{
  background-position: -47px -20px;
  height: 24px;
}
.sticky-right li.account a:before{
  background-position: 0px -56px;
}
.sticky-right li.wishlist a:before{
  background-position: -30px -56px;
  width: 22px;
}
.sticky-right li.point a:before{
  background-position: -179px -110px;
}
.sticky-right li.chat a:before{
  background-position: -60px -56px;
  width: 24px;
}
.solrsearch-index-index .category-products {
  float:left;
  width:100%;
  margin-bottom: 20px;
}
#solr_search_result_page_container .save-price-percent {
    width: 26%;
    background: url(../images/media/0label-sales.png) 0px 0px no-repeat;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 1px 0px;
    line-height: 1.5;
    max-height: 43px; 
    max-width: 100%;
    height: 46px;
    position: absolute;
    right: 0; 
}
.not-show-title-tm .block-highlight .page-title {
  display: none;
}

.category-title1 {
  background:#fff;
  border-top:solid 3px #01A89E;
  padding:0px 30px 15px;
  position: relative;
  margin-top:30px;
}
.category-title1:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: solid 30px #f7f7f7;
  border-left: solid 30px transparent;
  right: 0px;
  top: -3px;
  z-index: 2;
}
.category-title1:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: solid 30px #01A89E;
  border-right: solid 30px transparent;
  right: 0px;
  top: -3px;
}
.category-title1 h1{
  border-bottom:solid 1px #E1E1E1;
  padding: 12px 0px 12px 100px;
  font-size:28px;
  text-transform: none;
  font-weight: bold;
  line-height: 35px;
  color:#01A89E;
  position: relative;
  margin-bottom:0px;
}
.category-title1 h1:before{
  content:"";
  position: absolute;
  width:85px;
  height:85px;
  left:0px;
  top: -32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  background-position: 15px -1178px;
  background-color:#01A89E ;
}
/* Page to Screen */
.box-white {
  background:#fff;
}
.box-white.style1{
  padding:20px;
}
.page-screen .box-white{
  float:left;
  width:100%;
  margin-bottom:30px;
}
.page-screen .favorite-trailer {
  padding:20px 30px;
}
.favorite-trailer h3.title{
  font-size:24px;
  color:#000;
  font-weight: bold;
  text-transform: none;
  margin-bottom:15px;
  float:left;
  width:100%;
}
.favorite-trailer .box-video {
  float:left;
  width:100%;
}
.favorite-trailer .video-style2 {
  float:left;
  width:100%;
  padding-bottom:60.5%;
  position: relative;
}
.favorite-trailer .video-style2 iframe {
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
.favorite-trailer .box-products {
  float:left;
  width:100%;
}
.favorite-trailer .box-products .content-box {
  background:#fff;
  float:left;
  width:100%;
  padding:12px;
  text-align: center;
}
.favorite-trailer .block-highlight{
  width:100%;
  margin:auto;
  max-width:100%;
  float: none;
  display: block;
}
.favorite-trailer .products-grid.col-2-2 .product-image{
  margin-bottom:5px;
}
.favorite-trailer .box-products .view-all {
  color:#19A973;
  font-size:12px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin-top: 6px;
}
.view-all.style2 span{
  display: inline-block;
  padding-right:25px;
  position: relative;
  line-height: 18px;
}
.view-all.style2 span:before {
content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 1px #252525;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 0px;
  bottom: 4px;
}
.view-all.style2 span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 1px #19A973;
  border-right: solid 1px #19A973;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 9px;
  right: 0;
  margin-right: 6px;
}

/* Magazine */
.category-banners-slider  {
  margin-bottom:10px;
  float:left;
  width:100%;
  clear: both;
}
.category-banners-slider img{
  width:100%;
}
.page-magazine .box-images li {
  float:left;
  margin:0px;
  width:100%;
}
.page-magazine .box-images li img{
  max-width:100%;
}
.page-magazine .box-images li:nth-child(1),
.page-magazine .box-images li:nth-child(5){
  width: 48.648%;
}
.page-magazine .box-images li:nth-child(2),
.page-magazine .box-images li:nth-child(3),
.page-magazine .box-images li:nth-child(6),
.page-magazine .box-images li:nth-child(7){
  width:51.353%;
}
.page-magazine .box-images li:nth-child(5) {
  float:right;
}
/* Award page */
.box-award {
  float:left;
  width:100%;
  margin-bottom:20px;
}
.box-award .award-content {
  float: left;
  width: 100%;
  padding: 0px 20px 20px;
}
.box-award .title-style1.color-white {
  border-bottom:none;
  padding: 15px 20px;
}
.box-award .title-style1 h3{
  color:#19A973;
  font-size:26px;
  font-weight:bold;
  text-transform: capitalize;
  margin-bottom:0px;
  line-height:30px ;
}
.box-award .title-style1 p {
  font-size:14px;
  color:#636363;
  margin:0 0 10px;
  line-height: 18px;

}
.box-award .title-style1 .title {
  border-bottom:solid 1px #ebebeb;
  width:100%;
}
.box-award .title.show-award-image{
  padding-left:72px;
  position: relative;
  min-height:50px;
}
.box-award .title.show-award-image .image {
  position: absolute;
  left:0px;
  top:0px;
  width:68px;
  height:50px;
}
.box-award .title.show-award-image .image img{
  position: absolute;
  max-width:100%;
  max-height:100%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}

.box-award .show-products .box-info {
  float: left;
  width:100%;
  margin-bottom:20px;
}
.box-award .show-products .box-product {
  float: left;
  width:100%;
  padding:15px;
  text-align: center;
  background:url(../images/bkg2.jpg);
}
.box-award .box-product .product-content {
  display: block;
  width: 300px;
  max-width:100%;
  margin: 0 auto;
  background: #fff;
}
.box-award .box-product .product-content .item{
  width:250px;
  max-width:100%;
  float:none;
  margin: 0px auto;
  padding: 0px 10px;
}
.box-award .box-info .thumbnail,
.box-award .box-info .des-ward{
  margin-bottom:10px;
}
.box-award .box-info .thumbnail img{
  max-width:100%;
}
.box-award .box-info .list-products{
  padding-top:12px;
  margin-top:12px;
}
.box-award .list-products .view-all-books{
  right:0px;
}
.box-award .box-info .list-products .col-5{
  float:left;
  width:74%;
}
.list-products .col-5 .item{
  float:left;
  width: 18%;
  margin-right:2.5%;
}
.list-products .col-5 .item:nth-child(5n){
  margin-right:0px;
}
.list-products .col-6 .item{
  float:left;
  width: 14.5%;
  margin-right:2.6%;
}
.list-products .col-6 .item:nth-child(6n){
  margin-right:0px;
}


.box-award .box-product .product-image{
  border-bottom:solid 1px #ebebeb;
  padding-bottom:5px;
  margin-bottom:5px;
}
.box-award .box-product .product-image-content {
  width: 200px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.box-award .box-product .product-info{
  text-align: left;
}
.box-award .box-product .product-info h2.product-name {
  font-size:17px;
  line-height: 20px;
  margin-bottom:5px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-award .box-product .product-info .price-box {
 margin:0px;
}
.box-award .box-product .product-info .price-box .price{
  font-size:24px;
}
.box-award .box-product .product-info .actions {
  text-align: center;
  overflow: hidden;
  padding-bottom:7px;
}
.box-award .box-product .product-info .actions li {
  margin-top:7px;
}
.box-award .box-product .product-info .button{
  width: 100%;
  font-size: 16px;
  padding: 14px 10px 11px;
}
.award-sidebar {
  float:left;
  width:100%;
}
.award-sidebar > img{
  margin-bottom:5px;
  max-width:100%;
}
.award-sidebar ul{
  background:#fff;
}
.award-sidebar li {
  margin-top:1px;
}
.award-sidebar li:nth-child(1){
  margin-top:0px;
}
.award-sidebar li a{
  font-size:13px;
  color:#363636;
  line-height: 16px;
  padding:17px 15px;
  display: block;
}
.award-sidebar li a:hover,
.award-sidebar li:nth-child(1) a{
  background:#19A973;
  color:#fff;
  text-decoration: none;
}
.button.btn-cart.btn-cart2 >span {
  padding-left: 30px;
}
.button.btn-cart.btn-cart2 >span:before{
  background-position: -26px -85px;
  width: 20px;
  height: 22px;
  top: -4px;
}

/* Home page */
.title-style1{
  padding:15px 40px 15px 18px;
  background: #088C5B;
  color: #fff;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 20px;
  float:left;
  width:100%;
  position: relative;
  overflow: hidden;
}
.title-style1 h3{
  margin-bottom:0px;
}
.title-style1:before,
.shop-by-type .box-item:before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: solid 31px #f7f7f7;
  border-left: solid 31px transparent;
  right: -1px;
  top: -1px;
  z-index: 2;
}
.title-style1:after,
.shop-by-type .box-item:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: solid 30px #057B4F;
  border-right: solid 30px transparent;
  right: -1px;
  top: -1px;
  box-shadow: 0px 2px 3px -1px #000;
}

.title-style1 .title {
  float:left;
}
.title-style1 .title a,
.title-style3 span{
  color: #fff;
  padding-right: 24px;
  position: relative;
  display: inline-block;
  line-height: 30px;
}
.title-style1 .title a:hover{
  text-decoration: none;
}
.title-style1 .title a:before,
.title-style3 span:before{
  content:"";
  position: absolute;
  width:15px;
  height:15px;
  border:solid 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right:0px;
  bottom:9px;
}
.shop-by-type .box-item:last-child a span {text-transform: initial;}
.home-highlight .highlight .title-style1 .title a:before, .home-highlight .highlight .title-style1 a:after,
.catalog-product-view .product-highlight .title-style1 .title a:before, .catalog-product-view .product-highlight .title-style1 a:after{display: none;} 
.title-style1 .title a:after,
.title-style3 span:after{
  content:"";
  position: absolute;
  width:5px;
  height:5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 14px;
  right: 0;
  margin-right: 6px;
}
.title-style1 .list-links {
  float:right;
}
.title-style1 .list-links li {
  float:left;
  margin-right:10px;
  position: relative;
}
.title-style1 .list-links li:before{
  content:"";
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: #898989;
  border:solid 1px #fff;
  opacity: 0.2;
}
.title-style1 .list-links li a {
  display: block;
  text-align: center;
  color:#fff;
  line-height: 30px;
  padding:0px 10px;
  min-width:88px;
  font-size:16px;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
}
.title-style1 .list-links li a:hover{
  text-decoration: none;
}

.title-style1.color2{
  background:#E41326;
}
.title-style1.color2:after{
  border-bottom-color:#BD0C13;
}
.title-style1.color3{
  background:#41CCA2;
}
.title-style1.color3:after{
  border-bottom-color:#31B68E;
}
.title-style1.color4{
  background:#815198;
}
.title-style1.color4:after{
  border-bottom-color:#6F3D87;
}
.title-style1.color5{
  background:#EA7A01;
}
.title-style1.color5:after{
  border-bottom-color:#D05F09;
}
.shop-by-type .box-item.color6{
  background:#7EC39B;
}
.shop-by-type .box-item.color6:after{
  border-bottom-color:#5CA47A;
}
.shop-by-type .box-item.color7,
.title-style1.color7{
  background:#FFAE00;
}
.shop-by-type .box-item.color7:after,
.title-style1.color7:after{
  border-bottom-color:#DD9B0E;
}
.shop-by-type .box-item.color8{
  background:#676071;
}
.shop-by-type .box-item.color8:after{
  border-bottom-color:#304E6D;
}
.shop-by-type .box-item.color9{
  background:#52979E;
}
.shop-by-type .box-item.color9:after{
  border-bottom-color:#304E6D;
}
.shop-by-type .box-item.color10{
  background:#B94F47;
}
.shop-by-type .box-item.color10:after{
  border-bottom-color:#A13D35;
}
.title-style1.color11{
   background:#448CCB;
 }
.title-style1.color11:after{
  border-bottom-color:#2B71AD;
}
.title-style1.color12{
  background:#F5A1C9;
}
.title-style1.color12:after{
  border-bottom-color:#E889B6;
}
.title-style1.color13{
  background:#ED145B;
}
.title-style1.color13:after{
  border-bottom-color:#D11B57;
}
.title-style1.color14{
  background:#736357;
}
.title-style1.color14:after{
  border-bottom-color:#5E4634;
}
.title-style1.color15{
  background:#F1CA47;
}
.title-style1.color15:after{
  border-bottom-color:#E1B72A;
}
.title-style1.color16{
   background:#00746B;
 }
.title-style1.color16:after{
  border-bottom-color:#075F58;
}
.title-style1.color17{
  background:#01A89E;
}
.title-style1.color17:after{
  border-bottom-color:#009188;
}
.title-style1.color18{
  background:#8560A8;
}
.title-style1.color18:after{
  border-bottom-color:#68408E;
}
.title-style1.color19{
  background:#003664;
}
.title-style1.color19:after{
  border-bottom-color:#002A4E;
}
.title-style1.color20{
  background:#3DC7A5;
  background: -webkit-linear-gradient(left, #30B8AC , #40CBA1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #30B8AC, #40CBA1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #30B8AC, #40CBA1); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #30B8AC , #40CBA1); /* Standard syntax */
}
.title-style1.color20:after{
  border-bottom-color:#20A397;
}
.title-style1.color21{
  background:#9E0039;
}
.title-style1.color21:after{
  border-bottom-color:#7E002D;
}


.title-style1.color-white {
  background: #fff;
  border-bottom: solid 1px #ebebeb;
}
.title-style1.color-white .title a{
  color:#19A973;
}
.title-style1.color-white a:before,
.title-style1.color-white a:after{
  border-color:#19A973;
}
.title-style1.color-white:before{
  background: #e1e1e1;
}
.title-style1.color-white:after{
  box-shadow: none;
}
.title-style1.show-icon .title {
  padding-left:55px;
  position: relative;
}
.title-style1.show-icon .title:before{
  content:"";
  position: absolute;
  width:42px;
  height:42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color:#0DA194;
  background-position: -55px -583px;
  left:0px;
  top:50%;
  margin-top:-21px;
}
.title-style1.show-icon.best-seller .title:before{
  background-position:11px -677px;
}
.title-style1.show-icon.coming-soon .title:before{
  background-position: -40px -676px;
}
.title-style1.show-icon.just-out .title:before{
  background-position: 9px -715px;
}
.title-style1.show-icon.en-book .title:before{
  background-position: -32px -711px;
}
.title-style1.show-icon.thai_book .title:before{
  background-position: -68px -716px;
}
.title-style1.show-icon.ebooks .title:before{
  background-position: -34px -753px;
}
.title-style1.show-icon.magazines .title:before{
  background-position: 8px -753px;
}
.title-style1.show-icon.fiction .title:before{
  background-position: 9px -795px;
}
.title-style1.show-icon.children .title:before{
  background-position: -36px -795px;
}
.title-style1.show-icon.top100 .title:before{
  background-position: 10px -845px;
}


.title-style3 {
  float:left;
  width:100%;
  margin:0px 0px 5px;
  font-size:24px;
  font-weight:normal;
  text-transform: capitalize;
  position: relative;
  color:#fff;
}
.title-style3:before{
  content:"";
  position: absolute;
  width:75px;
  height:1px;
  left:0px;
  bottom:0px;
  color:#fff;
}

.title-style4 {
  color:#448CCB;
  font-size:14px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom:15px;
}
.title-style4 h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 0px;
}
.title-style4 p{
  margin:0px;
}
.title-style4:before{
  content:"";
  position: absolute;
  width:50px;
  height:4px;
  background:#448CCB;
  left:0px;
  bottom:0px;
}

.title-style5{
  font-size:20px;
  font-weight:bold;
  text-transform: uppercase;
  color:#088C5B;
  margin-bottom:10px;
}

.title-style6 {
  font-size:18px;
  color:#000;
  text-transform: uppercase;
  font-family: 'RsuBold';
  margin-bottom:10px;
}


.block-highlight {
  float:left;
  width:100%;
  background: #fff;
}
.block-highlight .products-list{
  margin:0px;
}

.products-list .item.show-count-item {
  position: relative;
}
.products-list .item.show-count-item .count-item {
  position: absolute;
  top: 0px;
  left: 18px;
  font-size: 30px;
  font-style: italic;
  color: #088C5B;
  font-family: 'Merriweather';
  font-weight: normal;
  z-index: 10;
}

.item .product-image-content > a {
  float: left;
  padding-bottom: 147.5%;
  position: relative;
  text-align: center;
  width: 100%;
}
.item .product-image-content > a img {
  position: absolute;
  left: 0px;
  right: 0px;
  max-width: 100%;
  bottom: 0px;
  max-height: 100%;
}

.home-banners-topchart {
  float:left;
  width:100%;
  margin-bottom:10px;
}

.owl-loaded{
  position: relative;
}
.owl-item {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}
.owl-item img{
  width: 100%;
  max-width: 100%;
}
.owl-nav.disabled{
  display: none;
}
.products-grid .owl-item .item{
  width: 100%!important;
  margin: 0px!important;
}
@media screen and (max-width: 1024px){
  .owl-indent .owl-stage{
    margin-left: -30px;
  }
}
@media screen and (max-width: 900px){
  .footer_payment_and_socials .li_pay { padding-bottom: 20px;}
  .footer_payment_and_socials .li_pay img, .footer_payment_and_socials .footer-socials {width: 78%; margin: auto;}
  .footer_payment_and_socials .footer-socials li{margin: 0px 1%;}
}  
@media screen and (max-width: 649px){
  .footer_payment_and_socials .li_pay{width: 96%;margin:5px auto 5px;}
  .footer_payment_and_socials .li_pay:nth-child(2):before, .footer_payment_and_socials .li_pay:nth-child(2):after{display: none;}
}
@media screen and (max-width: 599px){
  .shop-by-type .owl-indent .box-item .title-style3{
    font-size: 15px;
    line-height: 1.2;
  }
  .shop-by-type .owl-indent .box-item .title-style3 span{
    line-height: 19px;
  }
  .shop-by-type .owl-indent .box-item .title-style3 span:after{
    bottom: 50%;
    right: 0;
    margin-bottom: -4px;
  }
  .shop-by-type .owl-indent .box-item .title-style3 span:before{
    right: 0px;
    bottom: 50%;
    margin-bottom: -9px;
  }
}
@media screen and (max-width: 499px){
  .shop-by-type .owl-indent .owl-stage{
    margin-left: -70px;
  }
}
@media screen and (max-width: 399px){
  .shop-by-type .owl-indent .owl-stage{
    margin-left: -60px;
  }
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-stage-outer:after{
  content:'';
  clear:both;
  display: table;
}
.owl-nav .owl-prev, .owl-nav .owl-next, .owl-dot {
  cursor: pointer;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  background-size: 100% auto;
  overflow: hidden;
}
.owl-nav .owl-prev {
  left: 0px;
  background: url(../images/Arrow-L.png) no-repeat;
}
.owl-nav .owl-next {
  right: 0px;
  background: url(../images/Arrow-R.png) no-repeat;
}

.product-view .product-img-box .more-views .owl-nav .owl-prev,
.product-view .product-img-box .more-views .owl-nav .owl-next {
  margin-top: -16px;
  width: 32px;
  height: 32px;
  opacity: 1;
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.product-view .product-img-box .more-views .owl-nav .owl-prev:hover,
.product-view .product-img-box .more-views .owl-nav .owl-next:hover{
  opacity: 0.7;
}
.product-view .product-img-box .more-views .owl-nav .owl-prev.disabled,
.product-view .product-img-box .more-views .owl-nav .owl-next.disabled{
  opacity: 0.3;
}
.product-view .product-img-box .more-views .owl-nav .owl-prev {
  left: -32px;
  background-image: url(../images/icon-lft-arrow.png);
}
.product-view .product-img-box .more-views .owl-nav .owl-next {
  right: -32px;
  background-image: url(../images/icon-rht-arrow.png);
}
.product-view .product-img-box .box-desktop{
  min-height: 400px;
  display: table;
}
.product-view .product-img-box .box-desktop .product-image{
  vertical-align: middle;
  display: table-cell;
}

@media only screen and (max-width: 1024px){
  .block-highlight .products-list .item,
  .block-highlight.coming-soon .item{
    float:left;
    width:100%;
    margin:0px;
    position: relative;
  }
  .block-highlight .products-list .item{
    padding:10px 20px;
  }
  .block-highlight.coming-soon .item{
    padding: 8px;
  }
  .block-highlight.coming-soon .item .product-image-content > a{
    padding-bottom: 127.5%;
  }
  .block-highlight .products-list .item:before,
  .block-highlight.coming-soon .item:before{
    content:"";
    position: absolute;
    right:0px;
    top:10%;
    width:1px;
    height:80%;
    background:#ebebeb;
  }
  .block-highlight .products-list .owl-item:nth-last-child(1) .item:before,
  .block-highlight.coming-soon .owl-item:nth-last-child(1) .item:before,
  .block-highlight.coming-soon .item:before {
    display: none;
  }
  .block-highlight .products-list .item .product-image-content{
    width: 60px;
    margin: 0 auto 10px;
    max-width: 100%;
    overflow: hidden;
  }
  .block-highlight .products-list .item .product-info{
    float: left;
    width: 100%;
  }
  .products-list .item.show-count-item .count-item {
    left:10px;
  }
}

@media only screen and (min-width: 1025px){
  .home-banners-topchart .box-banners {
    float:left;
    width: 74.79%;
  }
  .home-banners-topchart .top-chart {
    float:left;
    width:25.21%;
    padding-left:10px;
  }
  .block-highlight .products-list .item{
    padding:15px 0;
    border-bottom:solid 1px #ebebeb;
    margin:0px;
  }
  .block-highlight .products-list .item:after {
    content: '';
    clear: both;
    display: table;
  }
  .block-highlight .products-list .item .product-image{
    float:left;
    width:25%;
  }
  .block-highlight .products-list .item .product-info {
    float:left;
    width:75%;
    padding-left:18px;
  }
  .products-list .item.show-count-item {
    padding-left:47px;
  }
}

.home-banners-topchart .banner-slider,
.home-banners-topchart .banner-static{
  float:left;
  width:100%;
}
.home-banners-topchart .banner-slider {
  margin-bottom:10px;
}
.home-banners-topchart .banner-static li {
  float:left;
  width:calc(50% - 5px);
  margin-right:10px;
}
.home-banners-topchart .banner-static li:nth-child(2n){
  margin-right:0px;
}

.product-highlight,
.hot-news{
  float:left;
  width:100%;
  margin-bottom:20px;
}


.hot-news .box-news .box-news-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 8px;
}
.cms-index-index .hot-news .box-news:nth-child(2) .box-news-content {
    padding-top: 23px;
    padding-bottom: 23px;
}
.hot-news .box-news .box-news-content .content-tab {
  display: none;
}

.hot-news .box-news .list-item {
  float:left;
  width:100%;
}
.hot-news .box-news .list-item + .list-item{
  border-top:solid 1px #ebebeb;
  padding-top: 8px;
  margin-top: 8px;
}
.hot-news .box-news .list-item >label{
  margin-top:2px;
}

.products-grid.col-2-2 .item {
  text-align: center;
}
.products-grid.col-2-2 .product-image {
  padding: 0px;
  margin-bottom: 6px;
  border-bottom: none;
}
.products-grid.col-2-2 .product-image-content{
  width:100px;
  max-width:100%;
  margin:auto;
}

.products-grid.col-2-2 .owl-stage .product-image-content{
  width: auto;
}

.products-grid.col-2-2 .price-box{
  display: inline-block;
}

.products-grid.col-3-1 .item {
  float:left;
  width:33.3333%;
  margin-right:0px;
  margin-bottom:0px;
  clear: none;
}
.products-grid.col-3-1 .item .product-image{
  padding: 0px 8px;
  margin:0px;
  border-bottom:none;
}
.products-grid.col-3-1 .item .product-info,
.products-grid.col-3-2 .item .product-info{
  position: static;
}
.products-grid.col-3-1 .item .actions,
.products-grid.col-3-2 .item .actions{
  position: absolute;
  bottom: 0px;
  left:0px;
  padding: 10px;
  background: rgba(255,255,255,0.85);
  text-align: center;
}
.products-grid.col-3-1 .item .actions .button,
.products-grid.col-3-2 .item .actions .button{
  font-size:12px;
  padding:5px;
}
.products-grid.col-3-2 .item{
  width: 33.3333%;
  margin: 0px;
  padding: 0px 11px 9px;
  border-right: solid 1px #ebebeb;
  clear: none;
}
.products-grid.col-3-2 .owl-stage-outer .item{
  width: 100%;
}
.products-grid.col-3-2 .item:nth-last-child(1){
  border-right-color: transparent;
}
.products-grid.col-3-2 .product-image{
  padding:0px;
  border:none;
  margin:0px;
}
.products-grid.col-3-2 .show-count-item.style2 .count-item{
  top:4px;
  left:11px;
}
.products-grid.col-3-2 .item:nth-child(n + 4) .count-item{
  top:14px;
}

.show-count-item.style2 .count-item {
  position: absolute;
  left:0px;
  top:0px;
  width:20px;
  height:25px;
  background:#7D7D7D;
  color:#fff;
  text-align: center;
  line-height:25px ;
  font-size:24px;
  font-family: 'RsuRegular';
  z-index: 1;
}
.show-count-item.style2 .count-item:before,
.show-count-item.style2 .count-item:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: solid 8px #7D7D7D;
  border-right: solid 10px transparent;
  bottom: -8px;
  left: 0px;
}
.show-count-item.style2 .count-item:after {
  border-left: solid 10px transparent;
  border-right:none;
  left:auto;
  right:0px;
}

.products-grid > .show-count-item.style2:nth-child(1) .count-item,
.products-grid .owl-item:nth-child(1) .show-count-item.style2 .count-item{
  background: #ED1C24;
}
.products-grid > .show-count-item.style2:nth-child(1) .count-item:before,
.products-grid > .show-count-item.style2:nth-child(1) .count-item:after,
.products-grid .owl-item:nth-child(1) .show-count-item.style2 .count-item:before,
.products-grid .owl-item:nth-child(1) .show-count-item.style2 .count-item:after{
  border-top-color:#ED1C24;
}
.products-grid > .show-count-item.style2:nth-child(2) .count-item,
.products-grid .owl-item:nth-child(2) .show-count-item.style2 .count-item{
  background: #F7941D;
}
.products-grid > .show-count-item.style2:nth-child(2) .count-item:before,
.products-grid > .show-count-item.style2:nth-child(2) .count-item:after,
.products-grid .owl-item:nth-child(2) .show-count-item.style2 .count-item:before,
.products-grid .owl-item:nth-child(2) .show-count-item.style2 .count-item:after{
  border-top-color:#F7941D;
}
.products-grid > .show-count-item.style2:nth-child(3) .count-item,
.products-grid .owl-item:nth-child(3) .show-count-item.style2 .count-item{
  background: #F1CA47;
}
.products-grid > .show-count-item.style2:nth-child(3) .count-item:before,
.products-grid > .show-count-item.style2:nth-child(3) .count-item:after,
.products-grid .owl-item:nth-child(3) .show-count-item.style2 .count-item:before,
.products-grid .owl-item:nth-child(3) .show-count-item.style2 .count-item:after{
  border-top-color:#F1CA47;
}

.hot-news .box-news .title-tabs{
  float:left;
  width:100%;
  background:#fff;
  border-bottom:solid 1px #ebebeb;
  overflow-x: auto;
}
.hot-news .box-news .title-tabs li {
  float:left;
}
.hot-news .box-news .title-tabs li a {
  display: block;
  padding:5px 10px;
  line-height: 20px;
  font-size:13px;
  color:#707070;
}
.hot-news .box-news .title-tabs li a:hover,
.hot-news .box-news .title-tabs li.active a{
  background:#ebebeb;
  color:#252525;
  text-decoration: none;
}
.home-banner-static {
  float:left;
  width:100%;
  margin:25px 0;
}
.shop-by-type {
  float:left;
  width:100%;
  margin:25px 0px;
}
.shop-by-type .title-style2 {
  margin-bottom:35px;
}
.title-style2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #252525;
  font-weight: normal;
  position: relative;
}
.title-style2:before{
  content:"";
  position: absolute;
  width:100%;
  height:1px;
  background:#ebebeb;
  left:0px;
  top:50%;
}
.title-style2 span{
  display: inline-block;
  padding:0px 38px;
  position: relative;
  background:#F7F7F7;
}
.home-cats,
.highlight{
  float:left;
  width:100%;
}

.highlight .highlight-content .big-banners img{
  max-width: 100%;
}

.home-cats .title-style1{
  font-size:22px;
}
.highlight .highlight-content{
  float:left;
  width:100%;
  background: #fff;
  padding:25px 10px 15px;
}
.home-cat {
  float:left;
  width:100%;
  margin-top:25px;
}
.home-cat-content {
  float:left;
  width:100%;
  padding:10px;
  background: #fff;
}
.home-cat .title-style1 .list-links,
.home-highlight .title-style1 .list-links{
  display: none;
}

@media screen and (min-width: 420px) and (max-width: 1024px){
  .home-highlight .highlight-content .box-item{
    float: left;
    width: 49.5%;
  }
  .home-highlight .highlight-content .box-item.first{
    margin-right: 1%;
  }
}
@media screen and (max-width: 600px){
  .home-highlight .highlight-content .box-item .block-highlight{
    display: none;
  }
}

.home-cat-content .box-img img{
  max-width:100%;
}

.block-highlight .products-grid.col-5 .item {
  float:left;
  width:calc(20% - 8px);
  margin-right:10px;
  clear: none;
  margin-bottom: 0px;
}
.block-highlight .products-grid.col-5 .item:nth-child(5n){
  margin-right:0px;
}
.home-cat-content .products-grid .product-image {
  padding: 8px 11px;
}
.home-cats {
  position: relative;
}

@media only screen and (max-width: 1024px){
  .shop-by-type {
    background: #fff;
    padding: 15px 10px;
    margin: 5px 0px;
  }
  .shop-by-type .box-item:before {
    border-top-color: #fff;
  }
  .shop-by-type .title-style2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .shop-by-type .title-style2:before{
    display: none;
  }
  .shop-by-type .title-style2 span {
    padding:0px;
    background:none;
    float:left;
  }
  .shop-by-type .col-content {
    float:left;
    width:100%;
  }
  .shop-by-type .box-item {
    float:left;
    width:100%;
    position: relative;
    padding-bottom:47%;
    overflow: hidden;
  }
  .shop-by-type .box-item p {
    display: none;
  }
  .shop-by-type .box-item .box-img img {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    z-index: 0;
  }
  .shop-by-type .box-item .box-img:after{
    content: '';
    position: absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background: -webkit-linear-gradient(right, rgba(126,195,155,1), rgba(126,195,155,0.85));
    background: -o-linear-gradient(right, rgba(126,195,155,1), rgba(126,195,155,0.85));
    background: -moz-linear-gradient(right, rgba(126,195,155,1), rgba(126,195,155,0.85));
    background: linear-gradient(to right, rgba(126,195,155,1), rgba(126,195,155,0.85));
  }
  .shop-by-type .box-item.color7 .box-img:after{
    background: -webkit-linear-gradient(right, rgba(255,174,0,1), rgba(255,174,0,0.85));
    background: -o-linear-gradient(right, rgba(255,174,0,1), rgba(255,174,0,0.85));
    background: -moz-linear-gradient(right, rgba(255,174,0,1), rgba(255,174,0,0.85));
    background: linear-gradient(to right, rgba(255,174,0,1), rgba(255,174,0,0.85));
  }
  .shop-by-type .box-item.color8 .box-img:after{
    background: -webkit-linear-gradient(right, rgba(103,96,113,1), rgba(103,96,113,0.85));
    background: -o-linear-gradient(right, rgba(103,96,113,1), rgba(103,96,113,0.85));
    background: -moz-linear-gradient(right, rgba(103,96,113,1), rgba(103,96,113,0.85));
    background: linear-gradient(to right, rgba(103,96,113,1), rgba(103,96,113,0.85));
  }
  .shop-by-type .box-item.color9 .box-img:after{
    background: -webkit-linear-gradient(right, rgba(82,151,158,1), rgba(82,151,158,0.85));
    background: -o-linear-gradient(right, rgba(82,151,158,1), rgba(82,151,158,0.85));
    background: -moz-linear-gradient(right, rgba(82,151,158,1), rgba(82,151,158,0.85));
    background: linear-gradient(to right, rgba(82,151,158,1), rgba(82,151,158,0.85));
  }
  .shop-by-type .box-item.color10 .box-img:after{
    background: -webkit-linear-gradient(right, rgba(185,79,71,1), rgba(185,79,71,0.85));
    background: -o-linear-gradient(right, rgba(185,79,71,1), rgba(185,79,71,0.85));
    background: -moz-linear-gradient(right, rgba(185,79,71,1), rgba(185,79,71,0.85));
    background: linear-gradient(to right, rgba(185,79,71,1), rgba(185,79,71,0.85));
  }


  .shop-by-type .box-item .title-style3{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size:18px;
  }
  .shop-by-type .box-item .title-style3 a {
    display: inline-block;
  }

  .highlight .highlight-content .title-style4 h3,
  .highlight .highlight-content .title-style4 p{
    font-size: 13px;
    color: #707070;
    text-transform: none;
    font-weight: normal;
  }
  .highlight .highlight-content .title-style4:before,
  .highlight .big-banners .box-img{
    display: none;
  }
  .highlight .highlight-content {
    padding:10px;
  }
  .highlight .box-item,
  .highlight .banners-bottom,
  .highlight .highlight-content {
    float:left;
    width:100%;
  }
  .highlight .box-item{
    border-bottom:solid 1px #ebebeb;
    margin-bottom:10px;
  }
  .highlight .box-item .products-grid.col-2-2 .item {
    float: left;
    width: 30%;
    margin-right: 3.3333%;
    clear: none;
    margin-bottom: 0px;
  }
  .highlight .box-item .products-grid.col-2-2 .item:nth-child(n + 4){
    display: none;
  }
  .home-cat-content {
    padding:0px;
  }
  .home-cat-content .box-img{
    display: none;
  }

  .products-grid.col-2-2 .product-image-content{
    width:100%;
  }

}
@media only screen and (min-width: 1025px){
  .shop-by-type .box-item{
    float:left;
    margin:0px 10px 10px 0;
    background:#7EC39B;
    font-size:16px;
    color:#fff;
    position: relative;
    overflow: hidden;
  }
  .shop-by-type .box-item p {
    opacity: 0.58;
    float: left;
    width: 100%;
  }

  .shop-by-type .col-content {
    width:calc(100% + 1px);
  }
  .shop-by-type .col-content .box-item{
    width:calc(33.3333% - 7px);
  }

  .shop-by-type .col-content .box-item:nth-child(1),
  .shop-by-type .col-content .box-item:nth-child(2){
    width:calc(50% - 5px);
  }
  .shop-by-type .col-content .box-item:nth-child(2),
  .shop-by-type .col-content .box-item:nth-last-child(1){
    margin-right:0px;
  }

  .shop-by-type .box-item .box-left {
    float:left;
    width:44%;
    padding:20px;
  }
  .shop-by-type .box-item .box-img {
    float:left;
    width:56%;
  }
  .shop-by-type .box-item .box-img .img-content{
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 75.6%;
    overflow: hidden;
  }
  .shop-by-type .box-item .box-img img{
    position: absolute;
    left:0px;
    top:0px;
    min-width:100%;
  }
  .shop-by-type .box-item:nth-child(n +3) .box-left{
    width:51.3%;
  }
  .shop-by-type .box-item:nth-child(n +3) .box-img  {
    width:48.7%;
  }
  .shop-by-type .box-item:nth-child(n +3) .box-img .img-content {
    padding-bottom: 131.53%;
  }


  .highlight .box-item{
    float: left;
    width: 48.68%;
    margin-right:2.64%;
  }
  .highlight .box-item:nth-child(2n){
    margin-right:0px;
  }
  .highlight .box-item .big-banners,
  .highlight .box-item .block-highlight{
    float:left;
    width:calc(50% - 10px);
    margin-right:10px;
  }
  .highlight .box-item .block-highlight{
    margin-right:0px;
  }
  .highlight .banners-bottom {
    float:left;
    width:100%;
    margin-top:8px;
  }
  .highlight .banners-bottom li img{
    max-width:100%;
  }
  .highlight .banners-bottom li {
    float: left;
    width: calc(24.34% - 10px);
    margin-right: 10px;
  }
  .highlight .banners-bottom li:nth-child(2){
    margin-right: 3.6%;
  }
  .highlight .banners-bottom li:nth-last-child(1){
    margin-right:0px;
  }

  .highlight .box-item .big-banners {
    background: #FAEBDF;
    overflow: hidden;
    border: solid 1px #ebebeb;
  }
  .highlight .box-item .title-style4{
    padding: 25px 12px 15px;
    margin-bottom: 10px;
  }

  .highlight .box-item .title-style4:before{
    left:12px;
  }
  .highlight .big-banners .box-img{
    float:right;
    width: 58.5%;
  }
  .highlight .big-banners .box-img .image-content {
    float:left;
    width:100%;
    padding-bottom: 151.7%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 3px 3px 12px 0px #aaa;
  }
  .highlight .big-banners .box-img .image-content img{
    position: absolute;
    width:100%;
    left:0px;
    bottom:0px;
  }
  .highlight .products-grid.col-2-2 .product-image-content{
    width:111px;
  }
  .highlight .products-grid.col-2-2 .product-info {
    display: none;
  }
  .home-cat-content .box-img{
    float: left;
    width: 19.642%;
  }
  .home-cat-content .block-highlight{
    float: left;
    width:calc(80.358% - 10px);
    margin-left:10px;

  }
}


.home-cats .home-cat-menu {
  position: absolute;
  top: 24px;
  left: -55px;
  width: 50px;
  background: #fff;
  z-index: 5;
}
.home-cats .home-cat-menu.fixed{
  position: fixed;
  left: 50%;
  margin-left: -650px;
  top: 25px;
  z-index: 1;
}

.home-cat-menu a {
  height: 50px;
  display: block;
  position: relative;
}

.home-cat-menu a:before{
  content:"";
  width:30px;
  left:10px;
  height:1px;
  position: absolute;
  bottom:0px;
  background:#f2f2f2;
}
.home-cat-menu a span {
  position: absolute;
  left: calc(100% + 10px);
  top:50%;
  color: #fff;
  background: #3CB185;
  white-space: nowrap;
  line-height: 25px;
  padding: 0 10px;
  font-family: arial;
  font-size: 11px;
  display:none;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}

.home-cat-menu a span:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-right: solid 6px #3CB185;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  left: -6px;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.home-cat-menu a img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.home-cat-menu a:hover,
.home-cat-menu a.active{
  background:#088C5B;
  text-decoration: none;
}
.home-cat-menu a:hover:before,
.home-cat-menu a.active:before {
  display: none;
}
.home-cat-menu a:hover span{
  display: block;
}
.home-cat-menu a img + img,
.home-cat-menu a:hover img,
.home-cat-menu a.active img{
  display: none;
}
.home-cat-menu a:hover img + img,
.home-cat-menu a.active img + img {
  display: block;
}

.home-cat-menu a#menu-scroll-top:before{
  display: block;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,0);
  left: 50%;
  bottom: 10px;
}
#menu-scroll-top {
  text-align: center;
  background: #363636;
  padding: 8px 0;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}
.page-title.category-title {
  display: none;
}

.category-image {
  margin-bottom: 10px;
}
.category-products {
  background:#fff;
}
.category-products .products-grid{
  padding:0px 8px;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  font-family: 'RsuRegular';
  text-transform: uppercase;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #088C5B;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  color: #252525;
  font-family: 'RsuRegular';
  font-weight: normal;
  line-height: 20px;
}
.products-grid .product-name,
.block-highlight .products-list .product-name{
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-grid .product-name a,
.products-list .product-name a {
  color: #252525;
  display:block;
}
.products-grid .product-author,
.products-list .product-author {
  font-size:12px;
  color:#3CC098;
}
.products-grid .product-author span{color:#B7B7B7;}
.products-grid .product-author a,
.products-list .product-author a{
  color:#3CC098;
}
.products-grid .product-author {
  height:18px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 15px;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: auto;
  height: auto;
  margin: auto;
}

.products-grid .product-info {
  position: relative;
  float:left;
  width:100%;
  padding:5px 8px;
}

.products-grid .item .actions {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.products-grid .item:hover .actions{
  opacity: 1;
}
.products-grid .actions .button{
  width:100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  font-size:15px;
  line-height: 24px;
}
.button.btn-cart >span{
  display: inline-block;
  padding-left:22px;
  position: relative;
}
.button.btn-cart >span:before{
  content:"";
  width:16px;
  height:24px;
  position: absolute;
  left:0px;
  top:0px;
  background-position: -27px -20px;
}


.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
  float:left;
  width:100%;
  padding: 8px;
  border-bottom: solid 1px #ebebeb;
}


@media only screen and (min-width: 480px) and (max-width: 769px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 770px){
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.2%;
  }
  .products-grid > li {
    width: 22.6%;
    margin-right: 3.2%;
  }
  .products-grid > li:nth-child(4n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 3%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    width: 22.75%;
    margin-right: 3%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  width: 58px;
}
.mini-products-list .product-details {
  margin-left: 72px;
  text-align: left;
}
.mini-products-list .product-details .product-name {
  font-size:15px;
  color:#252525;
  font-family: 'RsuRegular';
  line-height: 18px;
}
.mini-products-list .product-details .product-name a {
  color:#252525;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav,
.mini-advanced-search{
  float:left;
  width:100%;
  background:#fff;
  padding:0px;
  position: relative;
  overflow: hidden;
}
.block-layered-nav:before,
.mini-advanced-search:before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: solid 30px #f7f7f7;
  border-left: solid 30px transparent;
  right: 0px;
  top: 0px;
  z-index: 2;
}
.block-layered-nav:after,
.mini-advanced-search:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: solid 30px #E1E1E1;
  border-right: solid 30px transparent;
  right: 0px;
  top: 0px;
  box-shadow: 0px 2px 3px -1px #000;
}

.block-layered-nav .block-subtitle--filter,
.mini-advanced-search .block-title{
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 15px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
}
.mini-advanced-search .block-title{
  border-bottom: solid 1px #f2f2f2;
}
.mini-advanced-search .block-content{
  padding:10px;
}
.mini-advanced-search .buttons-set button.button.green {
  width:100%;
  color: #fff!important;
}
.mini-advanced-search .buttons-set button.button.grey {
  display: none;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px 5px;
  position: relative;
  display: block;
  border-top: solid 1px #f2f2f2;
  line-height: 20px;
  text-transform: uppercase;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  border-bottom: 1px solid #878787;
  border-right: 1px solid #878787;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 4px;
  cursor: pointer;
}
.block-layered-nav .block-content > dl > dt.active:after{

  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-layered-nav .block-content > dl > dd {
  padding: 5px 11px 10px 15px;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #363636;
  font-size: 13px;
  line-height: 22px;
}
.block-layered-nav dl dd ol {
  display: block!important;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
  padding: 5px 0px 5px 5px;
  display: inline-block;
}


@media only screen and (max-width: 1024px) {
  .block-layered-nav,
  .mini-advanced-search {
    position: static;
    overflow: visible;
  }
  .block-layered-nav:before,
  .mini-advanced-search:before,
  .block-layered-nav:after,
  .mini-advanced-search:after{
    display: none;
  }

  #layered-nav-left {
    border-bottom: none;
    border-bottom: none;
    position: fixed;
    width: 81%;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #fff;
    z-index: 10;
    overflow-y: auto;
    display: none;
  }
  #layered-nav-left.skip-active{
    display: block;
  }
  .filter-mobile.skip-active:before {
    content:"";
    position: fixed;
    width:19%;
    left:0px;
    top:0px;
    height:100%;
    background: #000;
    opacity: 0.8;
    z-index: 10;
  }
  .block-layered-nav--no-filters .block-title {
    display: none;
  }
  .block-layered-nav .block-content{
    padding:10px;
  }
  #sort-by-filter >div {
    padding: 10px;
    border-bottom: solid 1px #ebebeb;
  }
  .block-layered-nav .block-subtitle--filter {
    padding: 5px 0px 5px 18px;
  }
  .block-layered-nav .block-content > dl > dd {
    padding: 5px 0px;
  }
  .block-layered-nav .block-content > dl > dt {
    padding: 15px 0 5px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    right:-1px;
  }
  .block-layered-nav .block-subtitle--filter,
  #sort-by-filter label{
    font-size:15px;
    text-transform: uppercase;
    color:#088C5B;
    line-height: 24px;
    padding-left:18px;
    position: relative;
    font-weight: normal;
  }
  .block-layered-nav .block-subtitle--filter:before,
  #sort-by-filter label:before{
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    background-position: -2px -32px;
    left: 0px;
    top: 9px;
  }
  #sort-by-filter label:before {
    background-position: -37px -32px;
    top: 5px;
  }
  .block-layered-nav .block-content > dl > dt:nth-child(1){
    border-top:none;
  }
  #sort-by-filter select{
    width: 210px;
    height: 40px;
    border-color: #ebebeb;
    margin: 5px 0;
  }
  .block-layered-nav .block-subtitle--filter .button.clear{
    float: right;
    border: solid 1px #DFDFDF;
    background: #F9F9F9;
    color: #000;
    padding: 4px;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 5px 2px;
    min-width: 70px;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential,
.product-view .product-collateral {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.product-view .product-essential {
  background: #fff;
  position: relative;
}


.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 1px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-shop {
  width: 67%;
  float: right;
  padding:20px;
}

.product-view .product-shop .product-name .h1 {
  color: #000;
  margin-bottom: 10px;
  border: 0;
  font-size: 36px;
  font-family: 'RsuBold';
}
.product-view .product-shop .extra-info {
  float: left;
  width:100%;
  border-bottom:solid 1px #E6E6E6;
  padding-bottom:10px;
  margin-bottom:10px;
}
.product-view .product-shop .category-link{
  float:left;
  margin-right:15px;
}
.product-view .product-shop .category-link a{
  text-decoration: underline;
}
.product-view .product-shop .product-brand {
  float:left;
}
.product-view .product-shop .product-brand a {
  color:#3BC098;
  text-decoration: underline;
}
.product-view .product-shop .product-review{
  float:left;
  width:100%;
  font-size:12px;
  margin-top:5px;
}
.product-view .product-shop .product-review a {
  color:#088C5B;
}
.product-view .about-author .image-author{
  margin-bottom: 15px;
}
.product-view .about-author .image-author img{
  max-width: 100%;
}


@media only screen and (min-width: 1025px){
  .product-view .product-shop .box-left{
    float:left;
    width:70%;
    padding-right:15px;
  }
  .product-view .product-shop .box-right{
    float:left;
    width:30%;
    background:#F8F8F8;
    padding:10px 18px;
    margin-bottom:35px;
  }
}
.product-view .product-shop .box-content-price{
  border:solid 1px #E6E6E6;
  padding:12px;
  margin-bottom:18px;
}
.box-content-price .price-info {
  display: inline-block;
  color:#464646;
  margin-right: 20px;
}
.box-content-price .product-subtype{
  font-size:14px;
  font-weight:bold;
  color:#000;
  margin-bottom: 10px;
}
.product-view .product-shop .price-box{
  display: inline-block;
  vertical-align: bottom;
  margin:0px;
}
.product-view .product-shop .price-info >label {
  display: inline-block;
  vertical-align: bottom;
}
.product-view .product-shop .product-book-save {
  font-size: 12px;
  color: #363636;
  margin-left: 10px;
}

.product-view .product-shop .box-content-price .qty-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.product-view .product-shop .box-content-price .qty-wrapper input[type=text].qty{
  width:60px;
}
.qty-custom {
  border: solid 1px #ebebeb;
  border-radius: 3px;
}
.qty-custom .update_qty {
  height: 45px;
  background: none;
  border: none;
  width:35px;
  font-family: tahoma;
  font-size:16px;
  color:#3BC098;
  float:left;
}
.qty-custom .input-text.qty{
  height: 45px;
  border: none;
  width:60px;
  font-size:16px;
  color:#000;
  font-family: tahoma;
  float:left;
}
.qty-custom.style1{
  width:80px;
  display: inline-block;
}
.qty-custom.style1 .update_qty,
.qty-custom.style1 .input-text.qty{
  height:33px;
  width:25px;
  margin:0px;
  line-height: 33px;
  font-size:14px;
  text-align: center;
}

.qty-custom.style2 {
  display: inline-block;
  width:100px;
}
.qty-custom.style2 .update_qty,
.qty-custom.style2 .input-text.qty {
  height:43px;
  width:28px;
  padding:0px;
}
.qty-custom.style2 .input-text.qty {
  width:42px;
  background: transparent;
}

.product-view .product-shop .short-description {
  float:left;
  width:100%;
  border-top: solid 1px #E6E6E6;
  padding-top: 15px;
}
.product-view .product-shop .short-description .std.hide {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 88px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 8px;
}
.product-view .product-shop .short-description .readmore{
  color:#088C5B;
  text-decoration: underline;
  font-size:12px;
}
.product-view .product-shop .short-description .readmore:hover{
  text-decoration: none;
}

.product-view .product-shop .availability {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float:left;
}
.product-view .product-shop .availability.in-stock {
  padding-left:22px;
  position: relative;
}
.product-view .product-shop .availability.in-stock:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  background-position: 0 -114px;
}
.product-view .product-shop .check-store {
  float:right;
  text-transform: uppercase;
  color:#19a973;
  font-size:10px;
  text-decoration: underline;
  padding-left:13px;
  position: relative;
  margin-top: 2px;
}
.product-view .product-shop .check-store:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  left: 0px;
  top: 0px;
  background-position: -90px -852px;
}
.product-view .product-shop .box-right .box-item {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  color:#959595;
}
.product-view .product-shop .box-right .box-item:nth-last-child(1){
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.product-view .product-shop .box-right .box-item .stocklevel{
  color:#363636;
  margin:5px 0 0;
  float:left;
  width:100%;
}
.product-shop .box-right .box-item .free-ships{
  clear: both;
  display: inline-block;
  background: #F7941D;
  color: #fff;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 14px 0px 37px;
  line-height: 26px;
  border-radius: 3px;
  position: relative;
  margin-bottom:5px;
}
.product-shop .box-right .box-item .free-ships:before{
  content:"";
  position: absolute;
  width:24px;
  height:15px;
  left:8px;
  top:5px;
  background-position:0px -190px;
}
.product-shop .box-right .box-item .free-ships + span{
  float:left;
  width:100%;
}

.reward-points.box-item .j2t-loyalty-points.inline-points{
  display: inline-block;
}
.reward-points.box-item .points {
  display: inline-block;
  background: #EC0064;
  color: #fff;
  line-height: 16px;
  text-align: center;
  min-width: 36px;
  border-radius: 8px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
}


.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-size: 26px;
  line-height: 26px;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
  .product-highlight .amlabel-txt {
    font-size: 12px;
  }
}
.product-img-box {
  width: 33%;
  float: left;
  padding: 35px 60px;
  position: relative;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
.product-img-box .control-slide,
.product-img-box .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 24px;
  margin-top: -12px;
  background:url(../images/Arrow.png) no-repeat center center;
  overflow: hidden;
  text-indent: -9999px;
}
.product-img-box .control-slide.a-next {
  right:-30px;
}
.product-img-box .control-slide.a-prev,
.product-img-box .bx-wrapper .bx-controls-direction a.bx-prev{
  left:-30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-img-box .bx-wrapper .bx-controls-direction a.bx-prev {
  left:-30px;
}
.product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
  right:-30px;
}
.product-img-box .bx-wrapper .bx-pager.bx-default-pager {
  position: absolute;
  bottom: -32px;
}
.product-img-box .bx-wrapper{
  margin-bottom:20px;
}

.product-img-box .content-image{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 4px 1px #8c8c8c;
}
.product-img-box .text-zoom{
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size:12px;
  color:#ACACAC;
  font-family: tahoma;
}
.product-img-box .text-zoom span{
  display: inline-block;
  padding-left:18px;
  line-height: 14px;
  position: relative;
}
.product-img-box .text-zoom span:before{
  content:"";
  position: absolute;
  width:12px;
  height:13px;
  left:0px;
  top:0px;
  background-position: 0px -85px;
}

@media screen and (min-width: 1025px){
  .product-view .product-img-box .control-slide.a-next,
  .product-view .product-img-box .control-slide.a-prev{
    display: none !important;
  }
}

.more-views {
  margin-top:15px;
}
.more-views a {
  float: left;
  width: 45px;
  height: 57px;
  padding: 5px;
  border: solid 1px #E1E1E1;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.more-views a img{
  position: absolute;
  max-width:calc(100% - 10px);
  left:5px;
  bottom:5px;
}
.product-img-box .more-views a{text-align: center;}
.product-img-box .more-views a img {
    max-width: 100%;
    max-height: 45px;
    width: auto;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: inline-block;
}
@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}


.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  float: left;
  margin-right:25px;
}

.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  padding: 2px 20px 0px;
  float: left;
  width: 100%;
  min-width: 220px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.product-view .add-to-cart-buttons .button:hover,
.btn-cart:hover,
.btn-checkout:hover{
  opacity: 1;
  background-color: #12bd7e;
}
.product-view .add-to-cart-buttons .button >span{
  display: inline-block;
  position: relative;
  padding-left:30px;
}
.product-view .add-to-cart-buttons .button >span:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 26px;
  top: 50%;
  left: -4px;
  margin-top: -14px;
  background-position: -46px -20px;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  float: left;
  margin:10px 0;
}
.product-view .add-to-links li {
  float: left;
  line-height: 20px;
}
.product-view .add-to-links a,
.link-wishlist.style1{
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  padding: 2px 0px 0;
  text-decoration: none;
}
.product-view .add-to-links a:hover,
.link-wishlist.style1:hover{
  color:#088C5B;
}
.product-view .add-to-links .link-wishlist,
.link-wishlist.style1{
  padding-left:30px;
  position: relative;
}
.product-view .add-to-links .link-wishlist:before,
.link-wishlist.style1:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  width: 21px;
  height: 20px;
  background-position: -10px -914px;
}
.product-view .add-to-links .link-wishlist.active:before{
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  text-indent: -9999px;
  overflow: hidden;
}
.product-view .add-to-links .link-wishlist:hover:before,
.product-view .add-to-links .link-wishlist.active:before,
.link-wishlist.style1:hover:before{
  background-position: -40px -914px;
}

.product-view .sharing-links >label {
  font-size: 14px;
  color: #767676;
  display: inline-block;
  vertical-align: middle;
}
.product-view .sharing-links ul{
  display: inline-block;
  vertical-align: middle;
}
.product-view .sharing-links li {
  float: left;
  margin:0px 6px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-position:-123px -229px;
}
.product-view .sharing-links a:hover{
  background-position:-56px -229px;
}
.product-view .sharing-links a.link-line {
  background-position:-122px -279px;
}
.product-view .sharing-links a.link-line:hover {
  background-position:-56px -279px;
}
.product-view .sharing-links a.link-email-friend {
  background-position:-122px -330px;
}
.product-view .sharing-links a.link-email-friend:hover {
  background-position:-56px -330px;
}


@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}
.collateral-item {
  padding: 30px 20px 30px 30px;
  background: #fff;
  float:left;
  width:100%;
  clear: both;
  font-size:14px;
  margin-bottom: 18px;
}
.product-collateral .video-container {
  position: relative;
  padding-bottom: 56.25%!important;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.product-collateral .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-products{
  float:left;
  width:100%;
  border-top:solid 1px #E1E1E1;
  margin-top:25px;
  padding-top:25px;
  position: relative;
}
.list-products .view-all-books{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  right: 20px;
  padding-top: 45px;
  text-align: right;
  text-transform: uppercase;
  font-size:14px;
  color:#707070;
}
.view-all-books:hover{
  text-decoration: none;
}
.view-all-books:before{
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right:0px;
  top:0px;
  background-position: 0px -279px;
}

.view-all-books strong{
  font-size: 16px;
  color: #19A973;
  display: block;
}
.author-month-content .list-products ul{
  float:left;
  width:78%;
}
.list-products .col-8 .item{
  float: left;
  width: 10.75%;
  margin-right: 2%;
}
.list-products .col-8 .item:nth-last-child(1){
  margin-right:0px;
}
.list-products .item .product-image-content > a img{
  box-shadow: 3px 3px 3px -2px #888;
}

.readmore.style1 {
  display: inline-block;
  line-height: 22px;
  padding: 6px 30px 4px 13px;
  background: #19A973;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  position: relative;
}
.readmore.style1:hover{
  text-decoration: none;
  opacity: 0.8;
}
.readmore.style1:before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 10px;
  bottom: 9px;
}
.readmore.style1:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 14px;
  right: 10px;
  margin-right: 6px;
}
.home-banners-topchart .top-chart .products-list .amlabel-txt, .hot-news .amlabel-txt {
  font-size: 10.5px !important;
}
@media only screen and (min-width: 1025px){
  .collateral-item .box-left{
    float:left;
    width:55%;
    margin-right:20px;
  }
  .collateral-item .box-right{
    float:right;
    width:calc(45% - 20px);
  }
  .collateral-item .box-left .additional {
    margin-bottom:30px;
  }
  .author-month-content .image-author{
    float: left;
    width: 184px;
    margin-right:28px;
  }
  .author-month-content .image-author-box{
    float: left;
    width: 100%;
    min-height: 100px;
  }
  .author-month-content .author-detail {
    float: left;
    width: calc(100% - 212px);
  }
}

@media only screen and (max-width: 1024px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    clear: both;
  }
  .product-view .product-shop {
    padding:0px;
    margin-bottom: 15px;
  }
}

.product-view .ratings .rating-links {
  float: left;
  margin-top: 0;
}


.cms-promo-magento .wrapper_img_promo li {
  list-style-type: none;
  float: left;
  width:48.75%;
  margin-right:2.5%;
  margin-bottom:15px;
}
.cms-promo-magento .wrapper_img_promo li.end{
  margin-right: 0
}
.cms-promo-magento .product img{
  width: 100%;
}
.cms-promo-magento .wrapper_img_promo .info{
  margin-top: -3%;
  padding: 4% 4% 5%;
  height: auto !important;
}
/*PRD*/
.cms-promo-magento .product-view{
  width:100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  cursor: default;
}

.cms-promo-magento .product-view .product-mask {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  overflow: hidden;
  bottom:0;
  left: 0;
  margin: 0 auto;
  padding: 4% 150px 4% 30px  !important;
}

.cms-promo-magento .product-view .product-mask{
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: rgba(236,236,236, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cms-promo-magento .product-view img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cms-promo-magento .product-view:hover .product-mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  display: none;
}
.cms-promo-magento .btn_mask,
.more-view.style2{
  padding:4px 32px 4px 15px !important;
  background:url(../images/icon4.png) no-repeat 74px 9px #79AE63;
  color: #FFF;
  text-transform: capitalize;
  float: right;
  position:absolute;
  top:50%;
  margin-top:-16px;
  right:30px;
}
.cms-promo-magento .btn_mask:hover,
.more-view.style2:hover{
  background-color: #52A97E;
  color: #FFF!important;
  text-decoration: none;
}
.cms-promo-magento .product-mask .prdname{
  float: left;
  font-size:14px;
}
.cms-promo-magento .wrapper_img_promo li .info{
  background: #FFF;
}

/*@media only screen and (min-width: 1260px) */
@media only screen and (min-width: 641px) and (max-width: 1260px){
  .cms-promo-magento .wrapper_img_promo li {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 40em) {
  .cms-promo-magento .wrapper_img_promo li {
    width: 96%;
    margin-right: 0;
    float: none;
  }
}


/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;

}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 479px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;

  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 1025px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 100%;
}
.cart-totals,
.cart-forms{
  padding:15px 20px;
}
.cart-forms {
  background:#EFEFEF;
}
.cart-forms .discount {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom: solid 1px #E1E1E1;
}
.cart-forms .discount:nth-last-child(1){
  border-bottom:none;
  padding-bottom:0px;
  margin-bottom:0px;
}
.cart-forms .discount h2{
  font-size: 14px;
  font-weight: bold;
  color: #363636;
}
.cart-forms .discount h2 .point{
  color:#F3144F;
}
.green {
  color:#088C5B!important
}
.maximum-point{
  text-transform: uppercase;
  font-size: 12px;
  color: #363636;
}


.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .my-cart {
  float:left;
  width:100%;
  background:#fff;
  padding:10px;
}
.cart .cart-right {
  float:left;
  background:#fff;
  width:100%;
}
@media (min-width: 1025px) {
  .cart .my-cart {
    width:66.5%;
    margin-right:10px;
    padding:20px;
  }
  .cart .cart-right {
    width:calc(33.5% - 10px);
  }
}

.cart .page-title {
  margin-bottom: 15px;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding-left: 29px;
  position: relative;
}
.cart .page-title h1:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 29px;
  left: 0px;
  top: -7px;
  background-position: 1px -20px;
}
.cart .page-title h1 span{
  font-size: 14px;
  color: #088C5B;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  width:100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}
.payment-button-set .btn-payment-confirm,
.main_checkout #checkout_payment .btn-payment-submit,
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.payment-button-set .btn-payment-confirm .btn-txt,
.main_checkout #checkout_payment .btn-payment-submit .btn-txt,
.cart-totals .checkout-types .btn-checkout .btn-txt{
  right: 0;
  transition: right 0.3s ease-in;
}
.payment-button-set .btn-payment-confirm.loading .btn-txt,
.main_checkout #checkout_payment .btn-payment-submit.loading .btn-txt,
.cart-totals .checkout-types .btn-checkout.loading .btn-txt{
  right: -100%;
}
.payment-button-set .btn-payment-confirm .loading-img,
.main_checkout #checkout_payment .btn-payment-submit .loading-img,
.cart-totals .checkout-types .btn-checkout .loading-img{
  position: absolute;
  opacity: 0;
  left: 50%;
  margin-left: -9px;
  transition: opacity 0.3s, visibility 0 linear 0.3s;
  visibility: hidden;
}
.payment-button-set .btn-payment-confirm.loading .loading-img,
.main_checkout #checkout_payment .btn-payment-submit.loading .loading-img,
.cart-totals .checkout-types .btn-checkout.loading .loading-img{
  opacity: 1;
  visibility: visible;
}
.payment-button-set .btn-payment-confirm:disabled,
.main_checkout #checkout_payment .btn-payment-submit:disabled{
  background: #26A874;
  opacity: 1;
}
.cart-totals .checkout-types .btn-checkout > span{
  padding-right:25px;
  position: relative;
}
.cart-totals .checkout-types .btn-checkout > span:before{
  width: 18px;
  height: 18px;
  top: 1px;
  right: -4px;
  content: "";
  position: absolute;
  background-position: -110px -428px;
  background-size: 128px auto;
}
.cart-totals .button {
  width: 100%;
  font-size: 20px;
  padding: 14px 10px 13px;
}
.cart-totals .button.btn-continue {
  font-size:15px;
  color:#000;
  background: #fff;
  border: solid 1px #d7d7d7;
  padding: 16px 10px 14px;
}
@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}

.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
  min-width: 100px;
  padding: 5px 0 3px;
  font-size: 12px;
}
.cart-table .product-info .product-name{
  font-family: 'RsuRegular';
  font-size:17px;
  color:#252525;
  margin-bottom: 0;
}
.product-author a {
  color:#3BC098;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: red;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {

  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-size: 12px;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #e7e7e7;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 1024px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart-totals {
  text-align: right;
}
 .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart-totals table {
  color:#363636;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
 .cart-totals table td {
  padding: 2px 0px;
  width: 55%;
}
.cart-totals table td:first-child {
  padding-right: 10px;
}
.cart-totals table tbody tr:last-child td,
 .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart-totals table tfoot {
  border-bottom: 1px solid #E6E6E6;
}
.cart-totals table tfoot td {
  font-weight: bold;
  color:#363636;
  font-size:14px;
}

.cart-totals table span.price {
  font-size:14px;
  color:#565656;
}
.cart-totals table tfoot .price {
  font-size:18px;
  color:#363636;
}
.cart-totals table .summary-total,
.cart-totals table .summary-total .price{
  color:red;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}


#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
.discount-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 35px;
  width: 100%;
  border: none;
  padding-left: 10px;
  margin-top:2px;
}
.discount-form {
  position: relative;
}
.discount-form .button{
  position: absolute;
  top: 2px;
  right: 0px;
  background: #8EC63D;
  min-width: 75px;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  padding: 9px 2px 6px;
}
#creditFormArea p{
  color: #000;
}
#creditFormArea .buttons-set button{
  float: left;
  background: #8EC63D;
}
.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  text-transform: none;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-success-page {
  width: 790px;
  margin: 60px auto 0;
  max-width:100%;
}
.checkout-success-page .top-order{
  font-size:15px;
  color:#000;
}
.checkout-success-page .top-order a {
  color:#19A973;
  font-weight: bold;
}
.top-order .button-shopping {
  font-size:12px;
  font-size: 12px;
  padding: 12px 5px 8px;
  min-width:145px;
}
.top-order .button-shopping >span {
  display: inline-block;
  padding-right:18px;
  position: relative;
}
.top-order .button-shopping >span:before {
  width: 12px;
  height: 12px;
  top: 3px;
  right: 0px;
  content: "";
  position: absolute;
  background-position: -73px -285px;
  background-size: 85px auto;
}
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
  margin: 10px 0 20px;
  border: none;
  padding-top: 0px;
}
.checkout-onepage-success .buttons-set button {
  float: none;
  min-width: 175px;
}
.checkout-onepage-success .order-detail-history {
  text-align: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 1024px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
  .checkout-onepage-success .buttons-set button {
    width:220px;
  }
}
@media only screen and (max-width: 550px) {
  .checkout-success-page {
    margin:0 auto;
  }
}
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

.swatch-link img {
  border-radius: 3px;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

.swatch-link:hover {
  cursor: pointer;
}

.currently .swatch-link:hover {
  cursor: default;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login,
.customer-account-create,
.customer-account-forgotpassword{
  background:url(../images/BG-PATTERN.png) #f7f7f7;
}
.customer-account-login .wrapper,
.customer-account-create .wrapper,
.customer-account-forgotpassword .wrapper,
.customer-account-login .main-container,
.customer-account-create .main-container,
.customer-account-forgotpassword .main-container{
  background:transparent;
}
.customer-account #track-order .form-list .field {
    margin-bottom: 25px;
}
.customer-account #track-order .form-list .field label {
    margin-bottom: 8px;
}
.main-container.col1-layout1 .top-header{
  margin-bottom:60px;
}
.back_shopping {
  background: #19A973;
  color: #fff;
  text-transform: uppercase;
  line-height: 23px;
  display: inline-block;
  padding: 3px 20px 0;
  border-radius: 13px;
  font-size: 12px;
}
.back_shopping:hover{
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
.page-login {
  width:590px;
  max-width:100%;
  margin:auto;
  background:#fff;
  box-shadow: 0 0 5px 2px #EDEDED;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.page-login .box-header{
  padding:15px 25px;
  text-align: center;
}
.page-login .box-header .a-back{
  display:none;
}
.page-login .box-header img{
  margin:auto;
  max-width:100%;
}
.page-login  .title-tabs  {
  padding:0px 25px;
  margin-bottom:38px;
  overflow: hidden;
}
.page-login  .title-tabs li {
  width:50%;
  text-align: center;
  float:left;
  border:solid 1px transparent;
  border-bottom-color:#E6E6E6;
}
.page-login  .title-tabs li a {
  display: block;
  font-size:16px;
  text-transform: uppercase;
  color:#898989;
  line-height: 28px;
  padding:10px;
  font-weight: bold;
}
.page-login  .title-tabs li.active {
  border-color:#E6E6E6;
  border-bottom-color:transparent;
}
.page-login  .title-tabs li.active a{
  color:#19A973;
}
.page-login  .title-tabs li a:hover{
  text-decoration: none;
}
.page-login .account-login {
  padding:0px 25px 25px;
}
.page-login .bottom-content {
  padding: 14px 25px;
  text-align: center;
  border-top: solid 1px #ebebeb;
}
.page-login .bottom-content a {
  display: inline-block;
  color:#19A973;
}
.page-login .fieldset{
  width:300px;
  max-width:100%;
  margin:auto;
}
.page-login .buttons-set {
  border:none;
}
.page-login .buttons-set button{
  width: 100%;
  font-size: 16px;
  padding: 13px 10px 12px 10px;
}
.page-login  .page-title h1{
  width: 430px;
  max-width: 100%;
  margin: auto;
  font-size: 16px;
  color: #19A973;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.page-login  .page-title {
  margin-bottom:10px;
}
.page-login .fieldset >p {
  text-align: center;
  margin-bottom: 20px;
  color: #A1A1A1;
}
.page-login .form-list input.input-text,
.page-login .form-list select{
  height:45px;
}

.page-login .form-list .fields .field {
  width:100%;
  max-width:100%;
  margin-right:0;
  float:none;
}
.main-container.col1-layout1 .footer-custom {
  margin:10px 0;
}
.back_shopping-style2 {
  color:#19A973;
}
.footer-custom .back_shopping-style2:nth-child(2),
.customer-account-forgotpassword .footer-custom .back_shopping-style2 {
  display: none;
}
.customer-account-forgotpassword .footer-custom .back_shopping-style2:nth-child(2){
  display: block;
}

@media only screen and (max-width: 590px){
  .page-login .box-header .a-back {
    display: block;
    width: 20px;
    height: 42px;
    float: left;
  }
  .page-login .box-header .a-back:before{
    width: 10px;
    height: 10px;
  }
  .page-login .box-header {
    padding:15px 20px;
    float:left;
    width:100%;
    clear: both;
    overflow: hidden;
  }
  .page-login .box-header a + a{
    float: left;
    width: calc(100% - 20px);
  }
  .page-login .box-header img {
    width: 145px;
  }
  .page-login .title-tabs {
    padding: 0px 20px;
    margin-bottom: 25px;
  }
  .page-login  .title-tabs li a {
    padding:6px;
  }
}

.amform-block-social {
  text-align: center;
  width: 320px;
  margin: auto;
  max-width: 100%;
}
.amform-block-social iframe{
  max-width:100%;
}
.amform-block-social .or_use_that {
  font-size: 11px;
  text-transform: uppercase;
  color: #363636;
  position: relative;
  margin: 8px 0;
}
.amform-block-social .or_use_that:before{
  content:"";
  position: absolute;
  width:100%;
  height:1px;
  left:0px;
  top:50%;
  background: #ebebeb;
}
.amform-block-social .or_use_that span{
  display:inline-block;
  position: relative;
  padding: 5px;
  background: #fff;
}


.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account,
body.cms-order-tracking .my-trackingorder{
  background: #fff;
  padding:20px;
  overflow: hidden;
}
body.customer-account .my-account .page-title,
body.cms-order-tracking .my-trackingorder .page-title, {
  width:calc(100% + 40px);
  margin-left:-20px;
  padding-left:20px;
  padding-right:20px;
  border-bottom:solid 1px #ebebeb;
  margin-bottom:15px;
  padding-bottom: 5px;
}
body.customer-account .my-account .page-title h1,
body.cms-order-tracking .my-trackingorder .page-title h1 {
  border: 0;
  text-align: left;
  font-family: 'RsuBold';
  font-size: 28px;
  color: #000;
  margin: 0px;
  text-transform: capitalize;
}
.page-title.title-icon h1{
  padding-left:38px;
  position: relative;
}
.page-title.title-icon h1:before{
  content:"";
  position: absolute;
  left:0px;
  top:50%;
  height:26px;
  margin-top:-17px;
  width:30px;
  background-size: 145px auto;
}
.dashboard .page-title.account h1:before{background-position: -17px -354px;}
.page-title.account h1:before{
  background-position: -17px -441px;
}
.page-title.title-account_edit h1:before{
  background-position: -19px -397px;
}
.page-title.address_book h1:before{
  background-position: -17px -441px;
}
.page-title.orders h1:before{
  background-position: -17px -485px;
}
.page-title.wishlist h1:before{
  background-position: -15px -574px;
}
.page-title.reviews h1:before{
  background-position: -170px -616px;
  background-size:auto auto;
}
.page-title.rewardpoints h1:before {
  background-position: -15px -665px;
}
.page-title.referral h1:before {
  background-position: -24px -985px;
  background-size: auto auto;
  width: 32px;
}
.page-title.tracking_order h1:before {
  background-position: -6px -362px;
  background-size: 100px auto;
}

body.customer-account .my-account .title-buttons,
body.cms-order-tracking .my-trackingorder .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1,
body.cms-order-tracking .my-trackingorder .title-buttons h1 {
  text-align: left;
  float:left;
}
body.customer-account .my-account .title-buttons .button,
body.cms-order-tracking .my-trackingorder .title-buttons .button {
  float:right;
}
body.customer-account .my-account .title-buttons .title-right,
body.cms-order-tracking .my-trackingorder .title-buttons .title-right {
  float:right;
  font-size:13px;
  color:#000;
  text-transform: uppercase;
}
body.customer-account .my-account .title-buttons .title-right >div,
body.cms-order-tracking .my-trackingorder .title-buttons .title-right >div{
  display: inline-block;
  vertical-align: middle;
}
body.customer-account .my-account .title-buttons .title-right .date-order:after,
body.cms-order-tracking .my-trackingorder .title-buttons .title-right .date-order:after {
  content: "|";
  color: #ccc;
  display: inline-block;
  margin-top: -4px;
  vertical-align: text-top;
  margin: -4px 8px 0px 8px;
}
body.customer-account .my-account h1 strong,
body.cms-order-tracking .my-trackingorder h1 strong{
color:#088C5B;
}

body.customer-account .my-account{padding: 0;}
.customer-account .page-title {
    padding: 15px 20px 6px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px;
}
.dashboard .box-account, body.customer-account .my-account form, body.customer-account .addresses-list {
    margin-bottom: 45px;
    padding: 20px;
}
body.customer-account .my-account .ad-account-info form {padding: 0;}
.dashboard .box-account.box-info img { width: 100%;}
body.customer-account .my-account form, body.customer-account .addresses-list{margin-bottom:0;}
body.customer-account li.control.change_password { margin-top: 25px;}
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 { padding-top: 0;}
body.customer-account .my-account .padding_table{padding:0 20px 20px;}

.title-account-style2 {
  color:#088C5B;
  font-size:22px;
  text-transform: capitalize;
  font-family: 'RsuRegular';
  margin-bottom:5px;
  width:100%;
  clear: both;
  float:left;
}
.title-account-style2 .button {
  float: right;
  font-size: 13px;
  background: #F9F9F9;
  color: #000;
  border: solid 1px #DFDFDF;
  padding: 4px 10px 2px;
}
.title-account-style1 {
  font-size:14px;
  color:#000;
  text-transform: uppercase;
  margin-bottom:5px;
}
.a-edit {
  display: inline-block;
  font-size:12px;
  font-weight: bold;
  text-transform: uppercase;
  color:#FF8A00;
  line-height:16px;
  padding-left:20px;
  position: relative;
}
.a-edit:hover{
  color:#FF8A00;
}
.a-edit:before{
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 15px;
  height: 15px;
  background-position: -48px -220px;
}
.title-account-style1 .title-links{
  float:right;
  font-size:12px;
  font-weight: bold;
  text-transform: uppercase;
}
.title-account-style1 .title-links a + a{
  margin-left:5px;
}
.title-account-style1 .a-edit {
  float:right;
}
.my-account .addresses-list ol{
  float:left;
  width:100%;
  clear: both;
  background:#FAFAFA;
  padding:15px;
}
body.customer-account .my-account .title-buttons a,
body.cms-order-tracking .my-trackingorder .title-buttons a,
body.customer-account .my-account .title-buttons span.separator,
body.cms-order-tracking .my-trackingorder .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2,
body.cms-order-tracking .my-trackingorder .fieldset h2,
body.cms-order-tracking .my-trackingorder .addresses-list h2,
body.cms-order-tracking .my-trackingorder .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3,
body.cms-order-tracking .my-trackingorder .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}

body.customer-account .buttons-set{
  text-align: left;
  border-top:none
}
body.customer-account .buttons-set.tracking{padding-left:20px;padding-bottom:20px;}
body.customer-account .buttons-set button.button {
  float:none;
  min-width:200px;
  padding: 13px 10px 12px;
  font-size:16px;
  background: #19A973;
}
body.customer-account .buttons-set .back-link {
  float:none;
}
body.customer-account .buttons-set .back-link a{
  font-size:14px;
  color:#088C5B;
  text-transform: uppercase;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
body.customer-account .my-orders-tab {
    padding: 20px;
}
body.customer-account #reward-points-info {
    padding-bottom: 20px;
}
.point-credit-page .your-point {
  font-size: 15px;
  padding-left: 30px;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  margin-left: 20px;
}
.point-credit-page .your-point:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-position: -78px -271px;
  left: 0px;
  top: -1px;
}
.point-credit-page .your-point span{
  color:#ED145B;
  font-weight: bold;
}
.point-credit-page .title-tabs,
.point-credit-page .tab_container{
  float:left;
  width:100%;
}
.point-credit-page .title-tabs li {
  float:left;
  margin-right:2px;
  position: relative;
  margin-bottom:-1px;
}
.point-credit-page .title-tabs li a {
  display: block;
  min-width:120px;
  font-size:14px;
  text-transform: capitalize;
  color:#363636;
  line-height: 20px;
  padding:10px;
  text-align: center;
  background:#EBEBEB;
}
.point-credit-page .title-tabs li a:hover{
  text-decoration: none;
}
.point-credit-page .title-tabs li.active a{
  color:#fff;
  background:#19A973;
}
.point-credit-page .content-tab {
  display: none;
}
.point-credit-page .tab_container {
  padding-top:15px;
  border-top:solid 1px #E6E6E6;
}
.point-credit-page .point-rules{
  margin-bottom:10px;
  color: #000;
  font-size:14px;
}
.point-credit-page .point-rules .point{
  color:#ED145B;
  font-weight: bold;
}
.point-credit-page .table-style1 th,
.point-credit-page .table-style1 td{
  text-align: center;
}

.point-credit-page .table-style1 td {
  color:#000;
  font-size:14px;
}
.referral-share-content{
  float:left;
  width:100%;
  clear: both;
  font-size:14px;
  color:#000;
  margin-bottom: 5px;
  padding: 0 20px 20px;
}
.referral-share-content .box-left{
  float:left;
  width:60%;
  margin-right:10px;
}
.referral-share-content .box-right{
  float:left;
  width:calc(40% - 10px);
}
.referral-share-content .box-left img{
  max-width:100%;
}
.not-invited { padding: 20px;}
.fb-share-widget a {
  display: block;
  padding:19px 0px 19px 58px;
  text-align: center;
  color:#fff;
  font-size:26px;
  font-family: 'RsuRegular';
  line-height: 20px;
  position: relative;
  background:#3B5998;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.fb-share-widget a:before{
  content:"";
  position: absolute;
  width:58px;
  height:100%;
  left:0px;
  top:0px;
  background-color:#4768AD;
  background-position: 20px -537px;
}
.fb-share-widget a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.referral-share-content .label{
  font-size:14px;
  margin-bottom:8px;
}
.referral-share-content .div-item {
  margin-bottom:15px;
}
.referral-share-content .div-item .button{
  min-width: 115px;
  border-radius: 0px 3px 3px 0px;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-family: 'RsuRegular';
  line-height: 20px;
}

.referral-share-content .div-item .button >span{
  position: relative;
  display: inline-block;
}
.referral-share-content .div-item .button >span:before{
  content:"";
  position: absolute;
  top:0px;
  height:20px;
  left:0px;
}
.referral-share-content .div-item .j2t-rewardpoints-name,
.referral-share-content .div-item .j2t-rewardpoints-email,
.share-link-wrapper .input-box{
  padding-right:115px;
}
.referral-share-content .div-item .j2t-rewardpoints-email,
.share-link-wrapper .input-box{
  position: relative;
}
.referral-share-content .div-item .button-send,
.share-link-wrapper .button-getlink{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #F7941D;
}
.share-link-wrapper .input-box {
  padding-top:0px;
}
.share-link-wrapper .button-getlink {
  background:#19A973;
}
#referred-friends-table th,
#referred-friends-table td{
  text-align: center;
}
#referred-friends-table td {
  font-size:14px;
  color:#252525;
}
.data-table .th-label {
  display: none;
}
.referral-share-content .div-item .button-send >span{
  padding-left:30px;
}
.referral-share-content .div-item .button-send >span:before{
  width:24px;
  background-position:-38px -550px;
}
.button-getlink > span {
  padding-left:20px;
}
.button-getlink > span:before{
  width: 15px;
  background-position: -83px -550px;
}
.referral-share-content .input-text {
  border:none;
  background:#EBEBEB;
  height:40px;
}
.my-refer-status .label-style {
  display: inline-block;
  min-width: 60px;
  border: solid 1px #F7941D;
  line-height: 21px;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #F7941D;
  padding: 3px 0 0;
  font-weight: bold;
  font-size: 14px;
}
html:lang(th) .my-refer-status .label-style {
    font-size: 12px;
    padding: 6px;
}
.my-refer-status .label-style.yes{
  color:#96D936;
  border-color:#96D936;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

.customer-review-list {
  width: 100%;
  overflow: hidden;
  clear: left;
}
.customer-review-list .my-reviews {
  float:left;
  width:100%;
}
.customer-review-list .my-reviews li {
  float:left;
  width:100%;
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:solid 1px #ebebeb;
}
.customer-review-list .my-reviews li .item-image{
  float: left;
  width: 160px;
}
.customer-review-list .my-reviews li .more-photo {
  width:100px;
  float:left;
}
.customer-review-list .my-reviews li .item-info{
  float:left;
  width:calc(100% - 260px);
  padding: 0px 15px;
}
.customer-review-list .my-reviews li .item-image a {
  display: block;
}
.customer-review-list .my-reviews li .item-image a img{
  max-width:100%;
}
.my-reviews li .item-info .product-name {
  margin-bottom:0px;
}
.my-reviews li .item-info .product-name a {
  font-size: 20px;
  color: #088C5B;
}
.my-reviews li .item-info .ratings {
  margin:0px 0 10px;
}
.my-reviews li .item-info .review-detail {
  font-size:14px;
  color:#767676;
}
.my-reviews li .item-info .review-detail label{
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.customer-review-list .my-reviews li .more-photo label{
  display: block;
  font-size:14px;
  color:#000;
  font-weight:bold;
  margin-bottom:10px;
}
.customer-review-list .my-reviews li .more-photo img{
  max-width:100%;
}
/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard {
  overflow: hidden;
  clear: both;
}
.dashboard .page-title h1{
  float:left;
}
.dashboard .page-title .your-point {
  float:right;
  font-size:20px;
  font-family: 'RsuBold';
  color:#000;
  padding-left:30px;
  position: relative;
}
.dashboard .page-title .your-point:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  top: 4px;
  left: 0px;
  background-position: -78px -271px;
}
.dashboard .page-title .your-point span{
  color:#ED145B;
}

.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
  overflow: hidden;
}

.dashboard .box-account {
  margin-bottom: 45px;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-bottom: 0;
}
#box-content-box-newsletters {
  border-top:dotted 1px #ebebeb;
  margin-top: 15px;
  padding-top: 15px;
}



.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;

  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
.my-account .addresses-list .item:nth-last-child(1){
  margin-bottom:0px;
}
.my-account .addresses-list .item .addresses-content{
  float: left;
  width: 100%;
  background: #fff;
  border: solid 1px #ebebeb;
  padding: 15px;
  color: #000;
}
.my-account .addresses-list .item .addresses-content address{
  color:#898989;
}

.my-account .addresses-list .item .addresses-content a{
  color:#088C5B;
}
.my-account .addresses-list .item .useasdefault{
  border-top: dotted 1px #CECECE;
  padding-top: 8px;
  margin-top: 5px;
}
.useasdefault .control label{
  color:#898989;
}
.useasdefault .control input:checked + label{
  color:#000;
}

address .name {
  color:#252525;
}

.ajaxload{
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
 .customer-account .my-orders-list{padding:0 20px;}
.my-orders-list {
  width:100%;
  clear: both;
  overflow: hidden;
}
.my-orders-list-mobile li {
  float:left;
  width:calc(100% + 20px);
  margin-left:-10px;
  padding:10px;
  border-top:solid 5px #f7f7f7;
}
.my-orders-list-mobile li .date {
  float:left;
  width:100%;
  margin-bottom:10px;
}
.my-orders-list-mobile li .date a {
  font-size: 14px;
  color: #19A973;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 25px;
  position: relative;
  line-height: 18px;
  display: inline-block;
}
.my-orders-list-mobile li .date a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 1px #19A973;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 0px;
  top: -1px;
}
.my-orders-list-mobile li .date a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 1px #19A973;
  border-right: solid 1px #19A973;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  right: 1px;
  margin-right: 6px;
}
.my-orders-list-mobile li dl{
  float:left;
  width:100%;
  color:#000;
  font-size:12px;
  line-height:24px; ;
}
.my-orders-list-mobile li dt{
  float:left;
  width:40%;
  text-transform: uppercase;
  clear: left;
  font-weight: bold;
}
.my-orders-list-mobile li dd{
  padding-left:40%;
}
.my-orders-list-mobile li .status-order span{
  text-transform: uppercase;
}


.my-orders-list .history_order,
.history_order .order-title{
  float:left;
  width:100%;
  clear: both;
}
.history_order .order-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  position: relative;
  background: #FAFAFA;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.history_order .order-title.show {
  background: none;
}
.history_order .order-title .history_order_label {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 0px;
  top: 0px;
}
.history_order .order-title .history_order_label:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 8px;
  margin-top: -6px;
}
.history_order .order-title.show .history_order_label:before{
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.history_order .order-title > div{
  float:left;
  line-height: 20px;
  margin-right:0px;
}
.history_order .order-title > div:after{
  content: "|";
  color: #ccc;
  display: inline-block;
  margin-top: -4px;
  vertical-align: text-top;
  margin: -4px 8px 0px 8px;
}
.history_order .order-title .dhl-tracking:after,
.history_order .order-title .order-number:after,
.history_order .order-title .order-payment:after,
.history_order .order-title .status-order:after{
  display: none;
}
.history_order .order-title label{
  font-weight:bold;
}
.history_order .order-title label:after{
  content:":";
}
.history_order .order-title .order-qty {
  clear: left;
}
.history_order .order-title .order-payment p{
  display: inline-block;
}
.history_order .order-title .order-payment img,
.history_order .order-title .order-payment .payment-info{
  display: none;
}
.history_order .order-title .order-number a{
  color: #088C5B;
  text-decoration: underline;
  padding-right:20px;
  position: relative;
  font-weight: bold;
  margin-left: 3px;
}
.history_order .order-title .order-number a:before{
  content:"";
  position: absolute;
  right:0px;
  top:50%;
  width:14px;
  height:14px;
  margin-top:-8px;
  background-position:-86px -249px;
}
.history_order .order-title .status-order{
  float:right;
  margin-top: -12px;
}
.history_order .order-title .dhl-tracking{
  float:right;
  margin-top: -12px;
  cursor: pointer;
  padding-right: 10px;
}

.status-order span.done, .dhl-tracking span.complete {
  background: #088c5b;
  cursor: pointer;
}
.dhl-tracking span {
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  background: #FFBA00;
  color: #fff;
  padding: 3px 10px 0;
  border-radius: 15px;
  min-width: 100px;
  text-align: center;
}
.my-orders-list-mobile li .status-order span.dhl-tracking {
  text-transform: uppercase;
  background: #088c5b;
  cursor: pointer;
}
.status-order span{
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  background: #FFBA00;
  color: #fff;
  padding: 3px 10px 0;
  border-radius: 15px;
  min-width: 100px;
  text-align: center;
}
.status-order span.pending { background: #ff8e00;}
.status-order span.canceled{background: #ff1426}
.status-order span.done, .status-order span.complete { background: #96D936;}
.order-detail-history {
  float:left;
  width:100%;
  margin-bottom: 30px;
}
.order-detail-history .box-left {
  float: left;
  width: 65.5%;
  margin-right:10px;
  border:solid 1px #ebebeb;
}
.order-detail-history .box-right {
  float:left;
  width:calc(34.5% - 10px);
}
.order-detail-history .box-right .box{
  border:solid 1px #ebebeb;
  color: #252525;
}
.my-account .box {
  margin-bottom:10px;
  border-bottom:solid 1px #ebebeb;
}
.my-account .box .box-title,
.order-detail-history .box-left .box-title,
.checkout-onepage-success .order-detail-history .box-title{
  font-size:14px;
  color:#000;
  font-weight: bold;
  padding:18px 10px 15px 10px;
  border-bottom:solid 1px #ebebeb;
  text-transform: uppercase;
  text-align: left;
}
.my-account .box .box-content,
.order-detail-history .box-left .box-content,
.checkout-onepage-success .order-detail-history .box-content{
  padding:10px;
}
.checkout-onepage-success .price-box .price {
  font-size: 14px;
  color: #565656;
  font-weight: normal;
}
.checkout-onepage-success .price-box .old-price .price{
  font-size:12px;
}
.order-detail-history .label-title {
  display: block;
  margin-bottom:5px;
}
.order-detail-history .label-title span{
  float:right;
}
.order-detail-view .box-left{
  float: left;
  width: 55%;
  padding: 10px;
  background: #F9F9F9;
  margin-right:10%;
  font-size:13px;
  color: #252525;
}
.order-detail-view .box-right{
  float:right;
  width:35%;
}
.order-detail-view .box-left > div{
  margin-bottom:15px;
}
.order-detail-view .box-left .box-title{
  font-size: 12px;
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
}
.order-detail-view .box-left address {
  color:#898989;
}
.customer-account .order-items.order-details {
    padding: 0 20px;
}
.order-detail-view #my-orders-table {
  margin-bottom:25px;
}
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {

  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;

  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  .data-table span.nobr {
    white-space: normal;
  }
  .data-table span.nobr a {
    white-space: nowrap;
  }
  .data-table .separator {
    display: none;
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }



  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
  .footer_pay .box-payment, .footer_pay .box-sendprd { float: none;text-align: center;}
  .footer_pay .box-payment h3, .footer_pay .box-sendprd h3 { display: block;margin-bottom: 10px;}
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons,
  body.cms-order-tracking .my-trackingorder .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button,
  body.cms-order-tracking .my-trackingorder .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2,
  body.cms-order-tracking .my-trackingorder .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2,
  body.cms-order-tracking .my-trackingorder .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set,
  body.cms-order-tracking .my-trackingorder .buttons-set {
    border-top: 0;
  }

  body.customer-account .my-account .addresses-list h2,
  body.cms-order-tracking .my-trackingorder .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }


  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (min-width: 1025px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}


@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block;
  }
  .box-mobile2{
    display: none!important;
  }
}

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block;
  }
  .table-mobile-style1 thead,
  .table-mobile-style1 colgroup,
  .table-mobile-style3 thead,
  .table-mobile-style3 colgroup{
    display: none;
  }
  .table-mobile-style1 tbody,
  .table-mobile-style1 tbody tr,
  .table-mobile-style1 tbody td,
  .table-mobile-style3 tbody,
  .table-mobile-style3 tbody tr,
  .table-mobile-style3 tbody td{
    display: block;
  }
  .table-mobile-style1 tbody tr{
    position: relative;
    padding-left: 75px;
    padding-top: 10px;
    padding-bottom: 18px;
    margin-bottom: 6px;
    border-bottom: solid 1px #ebebeb;
  }
  .table-mobile-style1 tbody tr:nth-last-child(1){
    border-bottom:none;
  }
  .table-mobile-style1 tbody td {
    text-align: left;
  }
  .table-mobile-style1 .product-info {
    padding-left:0px;
  }
  .table-mobile-style1 .product-image {
    position: absolute;
    left:0px;
    top:10px;
  }
  .my-cart .table-mobile-style1 .product-info{
    padding-left:0px;
  }
  .my-cart .table-mobile-style1 tbody td {
    left:0px;
    top:0px;
    padding: 0px;
  }
  .cart-table .product-cart-actions{
    text-align: left!important;
  }
  .cart-table .product-cart-total,
  .table-mobile-style1 tbody td.last .discount-code {
    display: none;
  }
  .table-mobile-style1 .product-info .product-name{
    padding-right:25px;
  }
  .cart-table tbody td.product-cart-remove .btn-remove-style1 {
    position: absolute;
    right:0px;
    top:10px;
    background-position: -80px -190px;
    opacity: 0.6;
    background-size: 100px auto;
  }
  .table-mobile-style1 tbody td.last {
    position: static;
  }
  .table-style1 tbody tr:nth-child(2n){
    background: transparent;
  }
  .table-mobile-style3 tbody tr:nth-child(2n){
    background: #f7f7f7;
  }
  .table-mobile-style3 tbody tr {
    float:left;
    width:100%;
    padding: 10px;
  }
  .table-mobile-style3 td{
    text-align: left;
    font-size:12px;
    padding: 2px 0px;
    float: left;
    width: 100%;
  }
  .table-mobile-style3 .td-label {
    display: block;
    float:left;
    width:45%;
    text-transform: uppercase;
    color:#000;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
  }
  .table-mobile-style3 .td-content {
    float:left;
    width:55%;
    text-align: left;
    font-size: 12px;
  }
  .cart-table .product-info .product-name{margin-bottom: 0;}

  #my-orders-table.table-mobile-style2 .subtotal,
  #my-orders-table.table-mobile-style2 .product-image,
  #my-orders-table.table-mobile-style2 .delivery,
  #my-orders-table.table-mobile-style2 .product-author,
  #my-orders-table.table-mobile-style2 .sku{display: none;}
  #my-orders-table.table-style1-1.table-mobile-style2 .product-info{padding-left:10px;}
  #my-orders-table.table-mobile-style2 .box-mobile2{ display: block;!important;border:0;}
  #my-orders-table.table-mobile-style2 .box-desktop2{display: none!important;}
  #my-orders-table.table-mobile-style2 th.box-mobile2{    border-bottom: solid 1px #7d7d7d;}
  #my-orders-table thead th, #my-orders-table tbody td {  min-width: 33%;}
 .sales-order-view.customer-account .order-detail-view .box-left {width: 53%;float: left; margin-right: 2%;}
 .sales-order-view.customer-account .order-detail-view .box-right { float: right; width: 45%;}
}

@media only screen and (max-width: 610px) {
    .sales-order-view.customer-account .order-detail-view .box-left, .sales-order-view.customer-account .order-detail-view .box-right{width:100%;}
}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
.box-reviews .form-add {
  background: #F8F8F8;
  padding: 20px;
}
.box-reviews .list-review{
  padding: 0px 10px 0px 30px;
}
.box-reviews .form-add h2{
  font-size:14px;
  color:#000;
  text-transform: uppercase;
  font-weight:bold;
  line-height:22px;
  padding:0 0 5px 0;
  margin-bottom:10px;
  border-bottom:solid 1px #e6e6e6;
}
.box-reviews .form-add h2 span{
  padding-right:25px;
  position: relative;
}
.box-reviews .form-add h2 span:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: -3px;
  background-position: 0px -164px;
}
#product-review-table li >label{
  display: none;
}
#product-review-table .rating {
  float:left;
  width:100%;
  margin-bottom:10px;
}
#product-review-table .rating_wrap_start {
  float:left;
  width:27px;
  position:relative;
  height: 25px;
  margin-right: 6px;
  cursor: pointer;
}
#product-review-table .rating_wrap_start:nth-last-child(1){
  margin-right:0px;
}
#product-review-table .rating_wrap_start input {
  width:27px;
  height:25px;
  opacity:0;
}
#product-review-table .rating_wrap_start span {
  float: left;
  position: absolute;
  top: 0px;
  left: 1px;
  width: 27px;
  height: 25px;
  background: url(../images/star-input.png) no-repeat 0px 0px;
}

#customer-reviews .review-heading {
  border-bottom: 1px solid #E6E6E6;
  padding: 0px 0px 10px;
  float: left;
  width: 100%;
}
#customer-reviews .review-heading .ratings{
  float:left;
  margin: 0px 20px 0px 0;
  margin-top: -2px;
}
.review-heading .ratings .rating-box{
  width:156px;
  height:25px;
  background:url(../images/rating-big1.png) no-repeat;
  margin:0px;
}
.review-heading .ratings .rating-box .rating{
  height:25px;
  background:url(../images/rating-big2.png) no-repeat;
}
#customer-reviews .review-heading .rating-sammary {
  float:left;
  font-size:16px;
  color:#000;
  margin-right:20px;
  line-height: 25px;
}
#customer-reviews .review-heading .rating-sammary strong{
  font-size:18px;
  color:#19A973;
}
#customer-reviews .review-heading  .total-review{
  float: left;
  font-size: 14px;
  color: #767676;
  font-style: italic;
  line-height:25px;
}

#customer-reviews .fieldset {
  max-width: 100%;
  float: left;
  width: 100%;
}
#customer-reviews .fieldset h4,
#customer-reviews .fieldset .form-list label{
  font-size: 13px;
  font-weight: normal;
  margin-bottom:5px;
  text-transform: none;
  color:#595959;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  margin: 0px;
  width: 100%;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #ebebeb;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #ebebeb;
  height:40px;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

#customer-reviews .fieldset .form-list .images-upload {
  overflow:hidden;
  position: relative;
  width: 80px;
  height: 80px;
}
#customer-reviews .fieldset .form-list .images-upload:before{
  content:"";
  width:100%;
  height:100%;
  position: absolute;
  left:0px;
  top:0px;
  background:url(../images/upload.jpg) no-repeat center center;
}
#customer-reviews .fieldset .form-list .images-upload input{
  width:80px;
  height:80px;
  float:left;
  z-index: 1;
  position: relative;
  opacity: 0;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 100%;
  text-align: left;
}
#customer-reviews .buttons-set button{
  min-width:115px;
  float: left;
  padding: 11px 15px 9px;
}
.box-reviews .list-review ul li{
  float:left;
  width:100%;
  padding:20px 0;
  border-bottom:solid 1px #ebebeb;
  font-size:14px;
  color:#767676;
}

/*.box-reviews .list-review ol li{*/
  /*float: left;*/
  /*width: 30px;*/
  /*padding: 0;*/
  /*font-size: 14px;*/
  /*color: #fff;*/
  /*margin-right: 8px;*/
/*}*/
.box-reviews .list-review li .box-left{
  float:left;
  width:158px;
  font-size:13px;
  margin-right: 0px;
}
.box-reviews .list-review li .box-left .username {
  color:#19A973;
  margin-bottom:5px;
}
.box-reviews .list-review li .box-right{
  float:left;
  width:calc(100% - 158px);
}
.box-reviews .list-review li .box-right .title{
  color:#000;
  font-weight:bold;
  text-transform: capitalize;
}
/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {

  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}
@media only screen and (max-width: 1024px){
  .box-reviews .form-add,
  .box-reviews .list-review{
    float:left;
    width:100%;
  }
  .box-reviews .list-review {
    padding: 0 0 20px;
  }
  .box-reviews .form-add {
    padding:10px;
    margin-bottom:20px;
  }
  .box-reviews .form-add.active #review-form {
    display: none;
  }
  .box-reviews .form-add h2.active {
    margin-bottom:0px;
    border-bottom:0px;
    padding:0px;
  }
  .box-reviews .form-add h2{
    position: relative;
  }
  .box-reviews .form-add h2:before{
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-bottom: solid 1px #363636;
    border-right: solid 1px #363636;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
  }
  .box-reviews .form-add h2.active:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px;
  }
  .box-reviews .form-add.active{
    border:solid 1px #ebebeb;
  }
  #customer-reviews .review-heading  .total-review {
    display: none;
  }
  .box-reviews .list-review li .box-left,
  .box-reviews .list-review li .box-right{
    width:100%;
    margin-bottom:0px;
  }
  .box-reviews .list-review li .box-left {
    margin-bottom:10px;
  }
  .box-reviews .list-review li .box-left .ratings{
    float:right;
    margin-top:-25px;
  }

}

@media only screen and (min-width: 1025px){
  .box-reviews .form-add {
    float:left;
    width:34%;
  }
  .box-reviews .list-review{
    float:right;
    width:66%;
  }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {

  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {

  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;

  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #3399cc;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;

  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;

}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {

  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
}

.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  border-bottom: solid 1px #ebebeb;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  margin:0px;
}
.header-minicart .block-subtitle .title{
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-left: 25px;
  position: relative;
}
.header-minicart .block-subtitle .title:before{
  content: "";
  position: absolute;
  width: 16px;
  height: 25px;
  left: 0px;
  top: -5px;
  background-position: -38px -190px;

}
.header-minicart .block-subtitle .title span{
  font-size: 12px;
  color: #088C5B;
  font-weight: normal;
}

.header-minicart .block-subtitle .close {
  width: 26px;
  height:26px;
  float: right;
  display: block;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  background-position:-122px -381px;
  right:10px;
  bottom:12px;
  opacity: 0.6;
}
.header-minicart .block-subtitle .close:hover{
  opacity: 1;
}
.header-minicart .mini-products-list {
  padding:0 5px 0 15px;
  overflow-y:auto;
}
.header-minicart .mini-products-list li {
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-right: 10px;
}
.header-minicart .mini-products-list li.last {
  border: none;
  margin-bottom: 100px;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .mini-products-list li img {
    max-height: 87px;
    margin: auto;
}
.header-minicart .info-wrapper {
}

.header-minicart .qty-wrapper{
  float:left;
}
.header-minicart .qty-wrapper .qty-custom {
  float:left;
  margin-right:2px;
  text-align: center;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  padding: 9px 5px 6px;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .info-wrapper .actions {
  float:right;
  margin-top:5px;
}
.header-minicart .info-wrapper .actions a  {
  float:left;
  width:25px;
  height:25px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left:5px;
}

.header-minicart .info-wrapper .actions a.link-wishlist:before{
  background-position: -10px -915px;
  width: 21px;
  height: 18px;
}
.header-minicart .info-wrapper .actions a.link-wishlist.active:before{
  background-position: -40px -915px;
}

.header-minicart .info-wrapper .actions a:before{
  content:"";
  width:16px;
  height:16px;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  background-position: -84px -191px;
}
.header-minicart .info-wrapper .actions a.remove{
  opacity: 0.6;
}
.header-minicart .info-wrapper .actions a.remove:hover{
  opacity: 1;
}
.header-minicart .bottom-content {
  background: #F7F7F7;
  padding: 10px 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-top: solid 1px #ebebeb;
}
.header-minicart .bottom-content:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  top: -100px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
  background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1));
  background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1));
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}


.header-minicart .subtotal {
  text-align: left;
}
.header-minicart .subtotal .label {
  color: #000;
  font-size: 14px;
}
.header-minicart .subtotal .label span{
  font-size:20px;
  color:#19A973
}
.header-minicart .subtotal .price {
  color: #363636;
  font-size:18px;
  font-weight: bold;
  float:right;
}
.header-minicart .minicart-actions {
  margin-top: 10px;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
  width: 100%;
  font-size: 17px;
  padding: 16px 10px 14px;
  background:#19A973;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
  font-weight: normal;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: #1aa973;
  font-size: 11px;
  font-weight: normal;
  margin-top: -5px;
  margin-bottom: 8px;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */


/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced_header {
    background: url(../images/bg-advanced-search-banner.png) no-repeat;
    height: 165px;
}
.advanced_header h2 {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    padding-top: 70px;
    padding-left: 65px;
    color: #282828;
    text-transform: none;
    font-weight: 400;
}
.advanced-search .box-form {
    display: block;
    overflow: hidden;
    padding: 20px 5% 110px;
}
.advanced-search .buttons-set {
    float: right;
    width: 285px;
    clear: both;
    margin-top: 15px;
}
.advanced-search {
    display: block;
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 20px auto;
    background: url(../images/asiabooks-images/advanced2.png) no-repeat left bottom #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px #ccc;
}
.advanced-search .box-form li {
    float: left;
    width: 46.5%;
    margin-bottom: 20px;
    clear: right;
}
.advanced-search .box-form li.odd {
    margin-right: 7%;
}
.advanced-search .box-form li label {
    float: left;
    line-height: 35px;
    width: 37%;
    padding-right: 15px;
    font-family: 'Rsulight';
    font-size: 18px;
    font-weight: normal;
}
.advanced-search .box-form li .input-box, .advanced-search .box-form li > div, .advanced-search .box-form li > select {
    float: left;
    width: 63%;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}
.advanced-search .buttons-set {
    float: right;
    width: 285px;
    clear: both;
    margin-top: 15px;
    border-top: 0;
}
.advanced-search .buttons-set .button.green {
    width: 60%;
    background: #358c5a;
    float: left;
}
.advanced-search .buttons-set .button#custom-search-reset-form {
    float: right;
    width: 38%;
}
.advanced-search .buttons-set .button span {
    color: #FFF;
}
@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;

  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;

  padding-bottom: 10px;
}
.product-review .ratings-table {

}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;

  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;

  font-size: 13px;
}

@media only screen and (min-width: 1025px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #636363;
  font-size: 14px;
  line-height: 24px;
}


.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cms-thank-you .main-container {background: #FFF;}
.thank-you-page {
    padding: 40px 0 130px;
    min-height: 400px;
    margin-bottom: 60px;
    line-height: 40px;
    float: left;
    width: 100%;
    background: url(../images/asiabooks-images/bkg-thankyou.jpg) no-repeat right top;
}
.thank-you-page .shop-continue h4 {
    font-size: 30px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
}
.thank-you-page .shop-continue .button-set {
    margin: 15px 0 0;
}
#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #cf5050;

  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 1024px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
@media only screen and (min-width: 1025px){
  .box-mobile {
    display: none!important;
  }
  #header-menu{
    display:block!important;
    position: relative;
    height: auto!important;
  }
  body.customer-account .col-left {
    width:16.5%;
  }
  body.customer-account .col-main {
    width:83.5%;
  }
}

.review-image img#preview-image{
  height:auto;
  width: 100%;
}


.menu-icon {
  float:left;
  width:22px;
  margin-right:16px;
  margin-top: 2px;
}
.menu-icon .icon {
  display: block;
  width:100%;
  height:2px;
  background:#fff;
  margin-bottom:4px;
}
.menu-icon .icon:nth-last-child(1){
  margin-bottom:0px;
}
.header-minicart .account{
  float:left;
  width:26px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: 3px 0px;
}
.language-mobile {
  border-bottom: solid 1px #ebebeb;
  padding: 10px;
  float:left;
  width:100%;
  clear: both;
}
#close-mmenu {
  float:left;
  color:#000;
  text-transform: uppercase;
  font-size:12px;
  padding-left:12px;
  position: relative;
  line-height: 24px;
  font-weight:bold;
}
#close-mmenu:before{
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-bottom: solid 1px #929292;
  border-left: solid 1px #929292;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  margin-top: -5px;
}
.language-mobile ul {
  float:right;
}
.language-mobile ul li {
  float:left;
}
.language-mobile ul li a {
  display: block;
  line-height: 22px;
  border:solid 1px transparent;
  padding:0 8px;
  color:#B7B7B7;
  text-transform: uppercase;
  font-size:12px;
  font-weight: bold;
}
.language-mobile ul li.active a{
  color:#19A973;
  border-color:#19A973;
}
.account-menu {
  float:left;
  width:100%;
  padding:10px 10px 0;
}
.account-menu .button-account{
  width:100%;
}
.account-menu .button-account span{
  display: inline-block;
  padding-left:18px;
  position: relative;
}
.account-menu .button-account span:before{
  width:18px;
  height:18px;
  position: absolute;
  content:"";
  left:0px;
  top:0px;
  background-position:-76px -2px;
}
.label-menu{
  font-size: 14px;
  text-transform: uppercase;
  color: #19A973;
  border-top: solid 1px #ebebeb;
  padding-top: 10px;
  margin-top: 15px;
  display: block;
  font-weight: bold;
}
.box-top-links {
  float: left;
  width: 100%;
  padding: 0px;
}
.box-top-links .label-menu{
  margin-top:0px;
}

.products-grid.col-2-2.mobile-2-2 .item {
  float:left;
  width:50%;
  margin:0px;
  border-top:solid 1px #ebebeb;
  border-right:solid 1px #ebebeb;
  clear: none;
  text-align: center;
}
.products-grid.col-2-2.mobile-2-2 .item:nth-child(2n){
  border-right-color:transparent;
}
.products-grid.col-2-2.mobile-2-2 .item:nth-child(1),
.products-grid.col-2-2.mobile-2-2 .item:nth-child(2){
  border-top-color:transparent;
}
.award-sidebar .toggle-title{
  display: none;
}
/* tab-cmspage tab-left*/
.tab-left {float:left; width:100%; position:relative;}
.tab-left:before {content:""; width:1px; height:100%; background:#E3E3E3; position:absolute; top:0px; left:25%;}
.tab-left .tabsPage,
.tab-left .tabs {float:left; width:25%; background:#F5F5F5; font-size:19px; }
.tab-left .tabsPage li,
.tab-left .tabs li {float:left; width:100%; border-bottom:solid 2px #E3E3E3;}
.tab-left .tabsPage li a,
.tab-left .tabs li a {display:block; padding:10px 15px; line-height: 24px; font-family: 'RsuRegular'; }
.tab-left .tabsPage li a:hover,
.tab-left .tabs li a:hover {text-decoration:none;}
.tab-left .tabsPage li.active,
.tab-left .tabs li.active {background:#fff;position:relative;}
.tab-left .tabsPage li.active:before,
.tab-left .tabs li.active:before {content:""; width:1px; height:100%; background:#fff; position:absolute; top:0px; right:-1px;}
.tab-left .tabsPage li.active a,
.tab-left .tabs li.active a {color:#088C5B;}
.tab-left .tab_container {float:left; width:75%; padding: 25px 25px 15px; }
.cms-delivery-en .tab-cmspage, .cms-delivery-th .tab-cmspage{background: #FFF;border: solid 2px #d1e8dd;margin-bottom:40px;}
.cms-delivery-en .tab-cmspage h3, .cms-delivery-th .tab-cmspage h3, .cms-delivery-en .tab-cmspage h4, .cms-delivery-th .tab-cmspage h4  {font-family:"Helvetica",Arial,sans-serif; font-size:20px;color:#000;margin-bottom:0;}
.cms-delivery-en .tab-cmspage p, .cms-delivery-th .tab-cmspage p,.cms-delivery-en .tab-cmspage li, .cms-delivery-th .tab-cmspage li{font-size:14px;color:#383838;}
.cms-delivery-en .tab-cmspage ol, .cms-delivery-th .tab-cmspage ol{margin-bottom:16px;}
.cms-delivery-en .tab-cmspage h4, .cms-delivery-th .tab-cmspage h4{font-size:15px;margin-bottom:15px;}


.cms-page-view.cms-payment .col-main,
.cms-policy .col-main,
.cms-contact-us-ok .col-main,
.cms-how-to-buy .col-main,
.cms-delivery .col-main,
.cms-order-tracking .col-main,
.cms-refund .col-main,
.cms-warranty .col-main,
.cms-returns .col-main,
.cms-order-tracking .col-main,
.cms-page-view.cms-reward-point .col-main,
.cms-page-view.cms-how-to-buy-en .col-main,
.cms-page-view.cms-how-to-buy-th .col-main,
.cms-page-view.cms-how-to-buy .col-main,
.cms-page-view.cms-about-us-en .col-main,
.cms-page-view.cms-about-us-th .col-main,
.cms-page-view.cms-about-us .col-main,
.cms-page-view.cms-contact-en .col-main,
.cms-page-view.cms-contact-us .col-main,
.cms-page-view.cms-policy .col-main,
.cms-page-view.cms-policy-en .col-main{
  background: #fff;
  padding: 25px;
  border: solid 2px #d1e8dd;
  float:left;
  width:100%;
}
.cms-page-view.cms-how-to-buy-en .col-main,
.cms-page-view.cms-how-to-buy-th .col-main,
.cms-page-view.cms-how-to-buy .col-main,
.cms-page-view.cms-about-us-en .col-main,
.cms-page-view.cms-about-us-th .col-main,
.cms-page-view.cms-about-us .col-main{padding-left: 0;  padding-top: 0; padding-bottom: 0}
/* cms page - about us*/

.cms-about-us .col-main {padding:0px;}
.cms-about-us .page-title {padding: 15px 25px; border-bottom:solid 2px #E3E3E3; background:url(../images/bkg_aboutus-title.gif) right top no-repeat}
.cms-about-us .page-title h1 { margin:8px 0; padding:0px;}

#ajaxcart_content_popup_map {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  font-size: 14px;
  line-height: 20px;
  -moz-transform: translate(-50%,-50%);
}
#ajaxcart_content_popup_map .popup_map_content {
  position: absolute;
  width: 995px;
  max-width: 96%;
  height: 670px;
  max-height: 96%;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
#ajaxcart_content_popup_map .popup_map_content.empty_content{
  width: 300px;
  padding: 20px;
  height: auto;
  text-align: center;
}

#ajaxcart_content_popup_map .popup_map_content .close-popup {
  position: absolute;
  width: 20px;
  height: 20px;
  background:url(../images/close-icon.png);
  text-indent: -9999px;
  overflow: hidden;
  right: -30px;
  top: 0px;
}
#ajaxcart_content_popup_map .box-left,
#ajaxcart_content_popup_map .gmap{
  float:left;
  width:50%;
}
#ajaxcart_content_popup_map .gmap {
  position: absolute;
  top:0px;
  right:0px;
  height:100%;
}

.popup_map_content #map_canvas{
  max-width:100%;
  max-height:100%;
  top:0px;
  left:0px;
}
.popup_map_content .legend{
  font-size: 18px;
  font-weight: bold;
  background: #088C5B;
  padding: 14px 20px;
  color: #fff;
  line-height: 25px;
  margin:0px;
}
.popup_map_content .region-item{
  padding:0px 0px 10px 20px;
}
.popup_map_content .region-item .region-tile{
  width: calc(100% - 14px);
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
  cursor: pointer;
}
.popup_map_content .region-item:nth-child(n + 3) .region-tile{
  border-top:solid 1px #ebebeb;
}
.popup_map_content .region-item .region-tile span{
  font-size: 13px;
  color: #959595;
  font-weight: normal;
}
.popup_map_content .region-item .region-tile:before{
  content: "";
  position: absolute;
  width: 17px;
  height: 23px;
  left: 0px;
  top: 18px;
  background-position: -61px -852px;
}
.popup_map_content .region-item .region-tile:after{
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-bottom: solid 1px #088C5B;
  border-right: solid 1px #088C5B;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30px;
  right: 0;
  margin-top: -8px;
}
.popup_map_content .region-item .region-tile.active:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  margin-top: -3px;
}
.popup_map_content .product-dealerscroll {
  display: none;
  max-height:176px;
  overflow-y: auto;
  width: calc(100% - 15px);
}
.popup_map_content .product-dealerscroll li{
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
  margin: 0px;
  line-height: 24px;
  width: calc(100% - 5px);
  cursor: pointer;
}
.popup_map_content .product-dealerscroll li.active{
  background:#F3F2F2;
  color:#088C5B;
}
#content_data{
  position: absolute;
  width: 450px;
  background: #fff;
  padding: 15px 10px;
  bottom: 20px;
  left: 50%;
  max-width: 96%;
  max-height: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  font-size:13px;
  color:#363636;
  line-height: 18px;
}
#content_data label{
  font-size:14px;
  color:#088C5B;
}
#content_data p {
  padding-left:30px;
  position: relative;
  margin-top: 10px;
}
#content_data p:before{
  content:"";
  position: absolute;
  left:0px;
  top:0px;
  width:16px;
  height:16px;
  background-position:-84px -883px;
}
#content_data p.phone:before {
  background-position:-61px -883px;
}
#content_data p.email:before {
  background-position:-35px -885px;
}
/* Responsive */

@media only screen and (max-width: 770px){
  .box-search {
    float:left;
    width:100%;
    margin-top:6px;
    margin-left: 0;
  }
  .header-minicart {
    margin-top:0px;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1024px){
  .menu-icon {
    margin-top: 10px;
  }
  .logo{
    margin-top: 9px;
    margin-left: 8px;
  }
  .box-search {
    width: 54%;
    margin-top: 0px;
    margin-left: 35px;
    float:left;
    display: block;
  }
  .header-minicart {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1024px){
  .header-minicart .account,
  .skip-cart .icon,
  .account-menu .button-account span:before,
  .filter-mobile span:before,
  .block-layered-nav .block-subtitle--filter:before,
  #sort-by-filter label:before{
    background-image:url(../images/icons-mobile.png);
    background-size:100px auto;
    background-repeat:no-repeat;
  }
  .skip-cart .icon {
    background-position: -38px 0px;
    margin: 0px 16px;
  }

  .box-desktop,
  .skip-cart .count-cart,
  .choose_tyle,
  .home-cats .home-cat-menu,
  .products-grid .item .actions,
  .title-style1 .list-links{
    display:none!important;
  }
  .page-header,
  .container,
  .main-container .main {
    padding:0px 10px;
    float: left;
    width: 99%;
  }
  #header {
    background:#088C5B;
    padding: 10px 0;
  }
  .logo {
    float:left;
    width:125px;
    padding:0px;
    min-height: 15px;
  }
  .search_mini_form .input-box .input-text {
    border:none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .search_mini_form .search-button {
    background-color: transparent;
    height:35px;
  }
  .search_mini_form .search-button:before {
    background-position: -159px -1px;
  }
  #search {
    color:#d2d2d2;
    height:35px;
  }
  #search:focus, #search:active{
    color: #000
  }
  .cms-index-index .footer-container {
     margin-top: 0px;
  }
  .footer-container {
    border-top: solid 1px #ebebeb;
  }
  .footer .box-footer-link {
    padding-top:220px;
    position: relative;
    padding-bottom: 5px;
  }
  .footer .box-footer-link .block-subscribe{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 119px;
  }
  .block-subscribe .block-content {
    width:100%;
  }
  .footer .footer-links .box-links {
    border-top:solid 1px #ebebeb;
  }
  .footer .footer-links .box-links .box-links-content{
    display: none;
  }
  .box-footer-link h3 {
    margin: 0px;
    padding: 12px 12px 12px 0;
    position: relative;
  }
  .footer .footer-links .box-links h3:before{
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-bottom: solid 1px #363636;
    border-right: solid 1px #363636;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 0;
    margin-top: -7px;
  }
  .footer .footer-links .box-links h3.active:before{
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
  }
  .office-adress {
    border-top: solid 1px #ebebeb;
  }
  .block-subscribe .block-title {
    border:none;
  }
  /* home page */
  .home-banners-topchart .banner-static li {
    margin-bottom:5px;
  }
  .home-banners-topchart .banner-static {
    margin-bottom:10px;
  }
  .hot-news {
    margin-bottom:0px;
  }
  .hot-news .box-news {
    float:left;
    width:100%;
    margin-bottom:20px;
  }
  .home-banner-static {
    display: none;
  }
  .home-cats {
    margin:0px;
  }
  .home-cat,
  .highlight {
    margin:15px 0;
  }
  .nav {
    float:left;
    width:100%;
  }
  .top-links li {
    float:left;
    width:100%;
  }
  .top-links li a {
    line-height: 20px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding:15px 0px 15px 36px;
    float: none;
    border-bottom: solid 1px #ebebeb;
    font-weight: bold;
  }
  .top-links li a:before {
    top:15px;
    left:5px;
  }

  .page-title.category-title,
  .page-title-mobile{
    display: block;
    padding-right:80px;
    padding:12px 10px;
    background:#fff;
    float:left;
    width:calc(100% + 20px);
    margin-left:-10px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .page-title.category-title h1,
  .page-title-mobile strong,
  .page-title-mobile a {
    font-size:13px;
    color:#088C5B;
    text-transform: capitalize;
    line-height: 21px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
  }
  .page-title.category-title {
    padding-right:100px;
  }
  .page-title.category-title h1 {
    float: left;
    width: calc(100% - 15px);
    height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .page-title-mobile {
    color:#000;
  }
  .page-title-mobile a.a-back{
    width: auto;
    padding-left: 15px;
    text-indent: 0;
  }
  .a-back{
    float:left;
    width:15px;
    height:20px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
  }
  .a-back:before,
  .breadcrumbs li a:before{
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    border-bottom: solid 1px #929292;
    border-left: solid 1px #929292;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 5px;
    margin-top: -4px;
  }
  .catalog-category-view .main {
    position: relative;
  }
  .filter-mobile {
    position: absolute;
    right: 2px;
    top: -2px;
    font-size: 12px;
    color: #088C5B;
    text-transform: uppercase;
    line-height: 16px;
    border: solid 1px #088C5B;
    border-radius: 2px;
    min-width: 80px;
    text-align: center;
    padding: 6px 5px 4px;
  }
  .filter-mobile:hover{
    color: #088C5B;
  }
  .filter-mobile span{
    display: inline-block;
    padding-left:16px;
    position: relative;
  }
  .filter-mobile span:before{
    width:14px;
    height:14px;
    position: absolute;
    content:"";
    background-position:-2px -32px;
    left:0px;
    top:0px;
  }
  .col2-left-layout .col-left{
    margin:0px;
  }
  .toolbar {
    padding: 0;
    margin: 0px;
    border: none;
  }
  .toolbar .count-container,
  .toolbar .sorter,
  .pages label{
    display: none;
  }
  .toolbar .toolbar-right {
    width:100%;
  }
  .toolbar .pager {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border:none;
    overflow: visible;
  }
  .pager .pages{
    width:100%;
    text-align: center;
  }
  .pages .next,
  .pages .previous {
    width:auto;
    text-indent: 0;
  }
  .pages .next {
     padding-right:10px;
   }
  .pages .next:before {
    right: 2px;
    left: auto;
  }
  .pages .previous {
    padding-left:10px;
  }
  .pages .previous:before{
    left:2px;
  }
  .pages ol {
    width:calc(100% + 20px);
    text-align: center;
    padding:5px 10px;
    border-bottom: solid #F7F7F7 5px;
    margin-left: -10px;
    background: #fff;
  }
  .toolbar-bottom .pages ol {
    border-top: solid #F7F7F7 5px;
  }
  .pages ol li:nth-child(1){
    float:left;
  }
  .pages ol li:nth-last-child(1){
    float:right;
  }
  .pages ol li.box-mobile{
    opacity: 0.5;
  }
  .pages li {
    float:none;
    display: inline-block;
  }
  body.customer-account .my-account .pager.pager-no-toolbar{
    overflow: visible;
    margin: 0px;
  }
  body.customer-account .my-account .pager.pager-no-toolbar .pages ol {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: solid #F7F7F7 5px;
    margin-bottom: -10px;
    padding: 8px 10px;
  }

  .category-products .products-grid {
    width:calc(100% + 20px);
    padding:0px 10px;
    margin-left: -10px;
    background: #fff;
  }
  .product-img-box .text-zoom,
  .more-views{
    display: none;
  }
  .product-img-box {
    background: #f7f7f7;
    padding: 15px 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 10px;
  }
  .product-img-box .content-image {
    display: block;
    width: 205px;
    overflow: visible;
  }
  .product-img-box .control-slide.a-prev {
    left:10px;
  }
  .product-img-box .control-slide.a-next {
    right:10px;
  }
  .product-view .product-essential {
    background: #fff;
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog-product-view .breadcrumbs{
    display: block;
  }
  .breadcrumbs,
  .collateral-item{
    background:#fff;
    width:calc(100% + 20px);
    margin-left:-10px;
    padding:8px 10px;
    margin-bottom:5px;
  }
  .breadcrumbs li,
  .breadcrumbs span{
    display: none;
  }
  .breadcrumbs li:nth-last-child(2){
    display: block;
  }
  .breadcrumbs li:nth-last-child(2) a {
    padding-left:18px;
    color:#088C5B;
    position: relative;
  }
  .product-view .product-shop .product-name .h1 {
    font-size:24px;
  }
  .product-view .product-shop .box-content-price {
    float:left;
    width:100%;
  }
  .product-view .product-shop .box-right {
    background: #F8F8F8;
    padding: 10px;
    float: left;
    width: 100%;
  }
  .product-view .product-shop .short-description {
    border-top: none;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .product-view .sharing-links {
    float: left;
    width: 100%;
    border-top: solid 1px #ebebeb;
    padding: 15px 0;
    text-align: center;
  }
  .product-view .add-to-cart-wrapper {
    marginb-bottom:10px;
  }
  .collateral-item {
    padding:10px;
  }
  .collateral-item .box-right {
    margin-bottom:20px;
  }
  .title-style5.toggle-mobile {
    position: relative;
    padding-right:15px;
  }
  .title-style5.toggle-mobile:before{
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-bottom: solid 1px #363636;
    border-right: solid 1px #363636;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
  }
  .title-style5.toggle-mobile.active:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px;
  }
  .author-month-content .list-products {
    padding:0px;
    border-top: solid 1px #ebebeb;
  }
  .author-month-content .list-products ul {
    width:100%;
  }
  .list-products .view-all-books{
    position: static;
    float: right;
    clear: both;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    margin-top: 15px;
    padding: 0px 45px 0 0;
  }
  .list-products .view-all-books:before{
    top:4px;
  }
  .list-products .col-3-mobile .item:nth-child(n + 4){
    display: none;
  }
  .list-products .col-3-mobile .item {
    width:32%;
    margin-right:2%;
  }
  .list-products .col-3-mobile .item:nth-child(3){
    margin-right:0px;
  }

  .customer-account-index .col-main,
  .customer-account-index .block-account li.current,
  body.customer-account .col-left{
    display: none;
  }
  body.customer-account-index.customer-account .col-left{
    display: block;
  }
  body.customer-account .my-account {
    padding: 10px;
    position: relative;
    padding-top: 40px;
    float: left;
    width: 100%;
    overflow: visible;
  }
  body.customer-account .my-account .page-title-mobile {
    position: absolute;
    top: 0px;
    left: -5px;
    border-bottom: 10px solid #f7f7f7;
  }
  body.customer-account .my-account .page-title,
  body.cms-order-tracking .my-trackingorder .page-title {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sales-order-history.customer-account .my-account .page-title {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .my-wishlist .products-grid li.item {
    float:left;
    width:100%;
    margin:0px;
    padding:10px 0;
    border-bottom:solid 1px #ebebeb;
  }
  .my-wishlist .products-grid .product-image{
    float:left;
    width:18%;
    text-align: left;
    padding:0px;
    margin:0px;
    border: none;
  }
  .my-wishlist .products-grid .product-info {
    float:left;
    width:82%;
    padding: 0px 10px;
    text-align: left;
  }
  .my-wishlist .products-grid .product-info .sku{
    font-size: 12px;
    font-family: tahoma;
    font-style: italic;
    margin-bottom:5px;
  }
  .my-wishlist .products-grid .product-name{
    max-height:40px;
    height:auto;
  }
  .my-wishlist .item .btn-remove-style1 {
    background-position: -80px -190px;
    opacity: 0.6;
    background-size: 100px auto;
    top:10px;
  }
  .category-title1 {
    padding: 0px 10px 15px;
    margin-top: 0px;
  }
  .category-title1 h1 {
    font-size:18px;
    padding: 5px 0px 5px 38px;
  }
  .category-title1 h1:before {
    top: -23px;
    left: -27px;
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -o-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
  }
  .page-screen .favorite-trailer {
    padding:10px;
  }
  .favorite-trailer h3.title {
    font-size:16px;
  }
  .award-sidebar {
    margin-bottom:20px;
  }
  .award-sidebar .sticky-mobile.fixed{
    position: fixed;
    width:100%;
    top:0px;
    left:0px;
    z-index: 5;
    background:#fff;
    padding:10px;
    border-bottom: solid 1px #B6B6B6;
    box-shadow: 0px 1px 4px 0px #B6B6B6;
  }
  .award-sidebar .sticky-mobile.fixed .toggle-title{
    display:block;
    border:solid 1px #ebebeb;
    padding: 7px 10px 3px;
    line-height: 30px;
    text-transform: uppercase;
    color:#000;
    font-size:13px;
    position: relative;
  }
  .award-sidebar .sticky-mobile.fixed .toggle-title:before{
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
  .award-sidebar .sticky-mobile.fixed .toggle-title.active:before{
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -1px;
  }
  .award-sidebar .sticky-mobile.fixed  ul {
    display: none;
    border: solid 1px #ebebeb;
    border-top: none;
  }
  .award-sidebar .sticky-mobile.fixed  ul.active{
    display: block;
  }
  .award-sidebar .sticky-mobile.fixed li:nth-child(1) a{
    color:#363636;
    background:none;
  }
  .hot-news .box-news .box-news-content {
    position: relative;
  }
  .hot-news .box-news .box-news-content .content-tab{
    display: block!important;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width:calc(100% - 16px);
    height:calc(100% - 16px);
    left:8px;
    top:8px;
  }
  .hot-news .box-news .box-news-content .content-tab.active{
    position: relative;
    opacity: 1;
    z-index: 1;
    float: left;
    width: 100%;
    left: 0px;
    top: 0px;
    height: auto;
  }
  .fieldset.change-password{
    padding: 20px 20px 10px;
    border:solid 1px #ebebeb;
  }
  .fieldset.change-password .form-list{
    width:200px;
    max-width:100%;
  }
  .favorite-trailer .box-products {
    border-top: solid 1px #ebebeb;
    padding-top: 15px;
    margin-top: 20px;
  }

  #subscribe-tc .tc-content {
    padding-right: initial;
  }
}

@media only screen and (max-width: 979px) {
  .page-header, .container, .main-container .main{width: 100%;}
  body.customer-account .my-account .page-title-mobile{left: 0;}
}
@media only screen and (max-width: 541px){
    body.sales-order-view .my-account .title-buttons .title-right{
    width: 100%;
    border-top: solid 1px #ebebeb;
    padding-top: 12px;
    text-align: left;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 680px){
  .empty-page{ padding: 80px 10%;} 
  .empty-page h2{font-size: 35px;}
  .empty-page h3{font-size: 12px;padding-top:10px;}
  .advanced_header {  background-position: 45% 0;}
  .advanced-search .box-form li, .advanced-search .box-form li label, .advanced-search .box-form li .input-text, .advanced-search .box-form li input[type=text], .advanced-search .box-form li select, .advanced-search .box-form li .input-box, .advanced-search .box-form li > div, .advanced-search .box-form li > select{width: 100%;display: block;}
  .advanced-search .buttons-set{float: left;}
}
@media only screen and (max-width: 500px){
  body.customer-account .my-account form, body.customer-account .addresses-list, .referral-share-content, .body.customer-account .my-account .padding_table, body.customer-account .my-orders-tab { padding: 0;}
  .customer-review-list .my-reviews li .item-image { width: 150px; padding-left: 5px;}
  .customer-review-list .my-reviews li .item-info {clear: both;float: none;width: 100%; padding: 15px 10px;}
  .my-account .customer-review-list{padding:0;}
  .customer-review-list .my-reviews li .more-photo { width: 150px; float: left; padding: 0 15px;}
  .customer-review-list .my-reviews li .more-photo img{width:100%;}
  body.customer-account .buttons-set.tracking{padding-left: 5px;}
  .point-credit-page .your-point{margin-left: 0;}
  .mmenu-left.mobile .box-top-links .label-menu { border-top: 0;}
  .mm-panels .box-top-links {  padding: 25px 10px 0;}
  body.customer-account .my-account .page-title.orders h1 {border-bottom: 0;  margin-bottom: 0;}
  body.sales-order-view .my-account .title-buttons .title-right{margin-bottom:20px;}
  .customer-account .order-items.order-details{padding:0;}
  .hot-news .amlabel-txt {  font-size: 13px !important;}
  .no-result{background: none;}
  .no-result p {  width: 100%; margin-bottom: 20px;}
  .sendfriend-product-send .form-list li.fields .field {width: 100%; max-width: 100%;}
  .sendfriend-product-send .buttons-set.btn button { margin: 0 0 10px;}
  #solr_search_result_page_container.not-found .not-found--txt{padding-top: 0;}
  
  .box-desktop2{
    display: none!important;
  }
  .footer .box-payment,
  .footer .box-sendprd {
    float:left;
    width:100%;
  }
  .footer .box-payment h3,
  .footer .box-sendprd h3 {
    display: block;
    margin:0px;
  }
  .copyright {
    font-size:12px;
  }
  .home-banners-topchart .banner-static li {
    width:100%;
    margin-right:0px;
  }
  .title-style1,
  .home-cats .title-style1{
    font-size:17px;
    padding: 10px 30px 10px 10px;
  }
  .box-content-price .price-info {
    display: block;
    margin:0px 0px 5px;
  }
  .product-view .product-shop .box-content-price .qty-wrapper {
    display: block;
    float: left;
    width: 100%;
  }
  .product-view .product-shop .box-content-price .qty-wrapper input[type=text].qty {
    width: calc(100% - 70px);
  }
  .product-view .add-to-cart,
  .product-view .add-to-cart-buttons {
    width:100%;
    margin:0px;
  }
  .product-view .add-to-cart-buttons.fixed {
    position: fixed;
    z-index: 3;
    background:#fff;
    padding:10px;
    width:100%;
    bottom:0px;
    left:0px;
  }
  .product-view .add-to-links {
    width: 100%;
    text-align: center;
  }
  .product-view .add-to-links li {
    line-height: 20px;
    display: inline-block;
    float: none;
  }
  .title-style5 {
    font-size:16px;
  }
  .cart .page-title h1 {
    font-size:16px;
  }
  .cart .page-title h1 span {
    font-size:11px;
  }
  .cart .page-title {
    margin-bottom: 15px;
    width: calc(100% + 20px);
    border-bottom: solid 1px #ebebeb;
    margin-left: -10px;
    padding: 5px 10px;
  }
  .cart-totals,
  .cart-forms {
    padding: 10px;
  }
  .checkout-types .method-checkout-cart-methods-onepage-bottom{
    position: fixed;
    background:#fff;
    z-index: 5;
    padding:10px;
    margin:0px;
    bottom:0px;
    left:0px;
    width:100%;
  }
  .cart-totals .checkout-types .method-checkout-cart-methods-onepage-bottom .btn-checkout{
    margin:0px;
  }
  .checkout-cart-index .footer-container,
  .catalog-product-view .footer-container,
  .mastercheckout-index-index .footer-container{
    padding-bottom:65px;
  }
  .order-detail-history .box-left {
    width:100%;
    margin:0px 0px 15px;
  }
  .order-detail-history .box-right {
    width:100%;
  }
  .table-mobile-style2 .product-image,
  .table-mobile-style2 .product-info .sku,
  .table-mobile-style2 .product-info .product-author,
  .table-mobile-style2 .product-info .delivery,
  .table-mobile-style2 th.subtotal,
  .table-mobile-style2 td.subtotal{
    display: none;
  }
  .table-mobile-style2 .product-info{
    padding-left:0px;
  }
  .table-mobile-style2 .product-info .product-name {
    width: 105px;
    line-height: 14px;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
  }
  .table-mobile-style2 tr,
  .table-mobile-style2 tbody{
    background:#f7f7f7;
  }
  .table-mobile-style2 td,
  .table-mobile-style2 th{
    padding:10px 3px;
  }
  #my-orders-table td,
  #my-orders-table th{
    padding:10px;
  }
  .table-style1 tbody td,
  #my-orders-table tbody td{
    min-width:0px;
  }
  .table-mobile-style2 .price-box .price{
    font-size: 14px;
    color: #565656;
    font-weight: normal;
  }

  .main-container.col1-layout1 .top-header {
    display: none;
  }
  .page-login .account-login {
    padding: 0px 20px 20px;
  }
  .page-login .form-list input.input-text,
  .page-login .form-list select {
    height:40px;
  }
  .form-list .box-select {
    margin-right:8px;
  }
  .form-list .box-select:nth-child(2){
    width:100px!important;
    width:calc(100% - 156px)!important;
    max-width:144px;
  }
  .form-list .fields .field {
    max-width:100%;
    margin-right:0px;
  }
  .my-account .addresses-list ol {
    padding:15px 10px;
  }
  body.customer-account .my-account .page-title h1 {
    font-size: 22px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 23px;
  }
  .order-detail-view .box-left,
  .order-detail-view .box-right{
    float:left;
    width:100%;
    margin:0px 0px 20px;
  }
  body.sales-order-view .my-account .page-title{
    border-bottom:none;
  }
  body.customer-account .buttons-set button.button {
    width:100%;
  }
  .point-credit-page .title-tabs li {
    width: calc(50% - 2px);
  }
  h3.title-table{
    font-size:15px;
    color:#000;
    border-bottom:solid 1px #ebebeb;
  }
  .referral-share-content .box-left,
  .referral-share-content .box-right {
    float:left;
    width:100%;
    margin:0px 0px 15px;
  }
  .fb-share-widget a {
    font-size:22px;
    padding: 13px 0px 12px 58px;
  }
  .fb-share-widget a:before {
    width: 45px;
    background-position: 14px -543px;
  }
  .referral-share-content {
    margin-bottom:0px;
  }
  .share-link-box {
    border:none;
    padding: 0px;
  }
  .award-sidebar > img {
    width:100%;
  }
  .box-award .title-style1.color-white {
    padding: 15px 10px;
  }
  .box-award .title.show-award-image {
    padding-left:55px;
  }
  .box-award .title.show-award-image .image {
    width:52px;
  }
  .box-award .title-style1 h3 {
    font-size:18px;
  }
  .box-award .title-style1 p {
    font-size:13px;
  }
  .box-award .award-content{
    padding: 0px 10px 10px;
  }
  .page-magazine .box-images {
    padding-bottom:99.56%;
    position: relative;
    float: left;
  }


  .page-magazine .box-images li:nth-child(5){
    position: absolute;
    left:0px;
    bottom:0px;
  }
  .page-magazine.page-stationery .box-images {
    padding-bottom:0px;
  }
  .page-magazine.page-stationery .box-images li:nth-child(5){
    position: static;
  }
  .page-magazine .box-images li {
    float:left;
    width:100%!important;
  }
  .page-magazine .box-images li img{
    width:100%;
  }
  .title-style1.show-icon .title {
    padding-left:50px;
  }
  #customer-reviews .buttons-set button {
    width:100%;
  }
  .cart-table .product-cart-actions .qty-custom.style2{
    vertical-align: middle;
  }
  .cart-table .product-cart-actions .button {
    padding: 13px 10px 11px;
    margin: 0px;
    min-width: 0px;
    vertical-align: middle;
  }
  .buttons-set button.button {
    width:100%;
  }
  .mastercheckout_main .forgot {
    padding: 10px 0 0;
    float: left;
    width: 100%;
  }
  .additional .data-table th {
    white-space: normal;
  }
}
@media only screen and (max-width: 422px){
  .empty-page h2 { font-size: 28px;}
  .empty-page h3 {font-size: 12px;}

}
@media only screen and (max-width: 320px){
 .empty-page h2 {  font-size: 26px;}
}
@media only screen and (min-width: 501px){
  .point-credit-page .table-style1 th:nth-child(1),
  .point-credit-page .table-style1 td:nth-child(1){
    width:60px;
  }
}
@media only screen and (min-width: 1025px){
  .box-mobile{
    display:none!important;
  }
  .footer .footer-links .box-links .box-links-content {
    display: block!important;
    height:auto!important;
  }
  .hot-news {
    width:calc(100% + 1px);
  }
  .hot-news .box-news {
    float:left;
    width:calc(33.3333% - 7px);
    margin-right:10px;
  }
  .hot-news .box-news:nth-child(3n){
    margin-right:0px;
  }
  .products-grid.col-2-2 .item {
    float:left;
    width:50%;
    margin:0px;
    border-top:solid 1px #ebebeb;
    border-right:solid 1px #ebebeb;
    clear: none;
    text-align: center;
    padding-top:8px;
  }
  .products-grid.col-2-2 .item:nth-child(2n){
    border-right-color:transparent;
  }
  .products-grid.col-2-2 .item:nth-child(1),
  .products-grid.col-2-2 .item:nth-child(2){
    border-top-color:transparent;
    padding-top:0px;
  }
  .products-grid.col-3-2 .item:nth-child(3n){
    border-right-color: transparent;
  }
  .products-grid.col-3-2 .item:nth-child(n + 4){
    padding-top: 15px;
    border-top: solid 1px #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #layered-nav-left {
    display: block!important;
  }
  .product-view .product-essential:before{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:33%;
    height:100%;
    background:#EBEBEB;
  }
  .product-img-box .content-image{
    display: block;
    vertical-align: middle;
  }
  .product-view .sharing-links {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .block-account li a.rewardpoints{
    line-height: 18px;
    padding: 6px 5px 6px 48px;
  }
  .favorite-trailer .box-video {
    width:67.3%;
    margin-right:20px;
  }
  .favorite-trailer .box-products {
     width:calc(32.7% - 20px);
     padding:10px 20px;
     background:url(../images/bkg2.jpg);
   }
  .favorite-trailer .block-highlight{
    width:264px;
  }
  .page-title-mobile {
    display: none;
  }
  .box-award .show-products .box-info {
    width: 60.5%;
    padding-right:20px;
    margin-bottom:0px;
  }
  .box-award .show-products .box-product {
    width: 39.5%;
  }
  .change_password input.checkbox[type=checkbox] {
    display: none;
  }
  .change_password input.checkbox[type=checkbox] + label:before{
    display: none;
  }
  .title-style5.toggle-mobile + div{
    display: block!important;
    height:auto!important;
  }
  .hot-news .box-news .list-item >label {
    margin-bottom:10px;
  }
  .hot-news .box-news .list-item .products-grid.col-3-1 .item:nth-child(n + 4){
    padding-top: 15px;
    margin-top: 15px;
  }
  .hot-news .box-news .list-item .products-grid.col-3-1 .item:nth-child(4){
    position: relative;
  }
  .hot-news .box-news .list-item .products-grid.col-3-1 .item:nth-child(4):before{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:300%;
    background:#ebebeb;
    height:1px;
  }
}


.not-found{
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.not-found--txt{
  position: absolute;
  width: 100%;
  bottom: 50%;
}
.not-found .not-found--txt h3{
  font-size: 38px;
  color: #333;
  text-transform: capitalize;
}
.not-found .not-found--txt p{
  font-size: 28px;
  font-weight: 300;
}
.not-found .not-found--txt .button{
  margin-top: 30px;
  text-transform: capitalize;
  padding: 6px 24px 6px;
}
.not-found .not-found--bg img{
  max-width: 740px;
  margin: 0 auto;
  line-height: 0;
}
#solr_search_result_page_container.not-found .not-found--bg img{width: 100%;}

@media screen and (max-width: 770px){
  .not-found{
    padding-top: 140px;
  }
  .not-found .not-found--txt h3{
    font-size: 28px;
  }
  .not-found .not-found--txt p{ 
    font-size: 22px;
  }
  .thank-you-page {background-size:100%;background-position: 180px 0;margin-bottom: 0;padding-bottom: 0;padding-left: 5%;min-height: 275px;}
}
@media screen and (max-width: 600px){
  #solr_search_result_page_container.not-found .not-found--txt p{padding-left: 15px;padding-right: 15px;font-size: 13px !important;}
  .thank-you-page { background-size: 113%;  background-position: 70px 0;min-height:0}
  .thank-you-page .shop-continue {  margin-bottom: 55px;}
}  
@media screen and (max-width: 500px){
  #solr_search_result_page_container.not-found.not-found {  padding-top: 85px;}
  #solr_search_result_page_container.not-found .not-found--txt{bottom: 45%;}
  #solr_search_result_page_container.not-found .not-found--txt .button{margin-top: 5px;}
}  
@media screen and (max-width: 430px){
  #solr_search_result_page_container.not-found .not-found--txt p {width: 300px;margin: 10px auto 15px;}
  #solr_search_result_page_container.not-found .not-found--txt { bottom: 40%;}
} 
@media screen and (max-width: 375px){
.thank-you-page {background-size: 130%;background-position: 49px 0;}
.advanced-search {  padding: 15px 0px;}
.advanced-search .buttons-set{width: 100%;}
.advanced-search .buttons-set .button#custom-search-reset-form { width: 38% !important;}
} 
@media screen and (max-width: 370px){
  #solr_search_result_page_container.not-found .not-found--bg img {opacity: 0.5; z-index: 0;}
  #solr_search_result_page_container.not-found .not-found--txt { z-index: 10;bottom: 75px;}
}  


/* Footer Banner Holiday */
@media screen and (min-width: 1200px){
.wrapper-box-footer{background:#0A8688;bottom:0px;width:100%;height:60px;z-index:999;position:fixed;}
.footer_banner_box{z-index:999;position:fixed;left:50%;transform:translate(-50%);}
.footer_banner_box img{max-width:1200px!important;}
.closed_footer_banner_box:before{content:'✕';font-weight:300;font-family:Arial, sans-serif;font-size:22px;color:white; line-height:32px;}
.closed_footer_banner_box{position:absolute;top:0;right:0;cursor:pointer;background:#000;width:40px;height:30px;text-align:center;}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
.wrapper-box-footer{background:#0A8688;bottom:0px;width:100%;height:48px;z-index:999;position:fixed;}
.footer_banner_box{z-index:999;position:fixed;left:50%;transform:translate(-50%);}
.footer_banner_box img{max-width:1024px!important;}
.closed_footer_banner_box:before{content:'✕';font-weight:300;font-family:Arial, sans-serif;font-size:22px;color:white; line-height:32px;}
.closed_footer_banner_box{position:absolute;top:0;right:0;cursor:pointer;background:#000;width:40px;height:30px;text-align:center; }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
.wrapper-box-footer{background:#0A8688;bottom:0px;width:100%;height:58px;z-index:999;position:fixed;}
.footer_banner_box{z-index:999;position:fixed;left:50%;transform:translate(-50%);}
.footer_banner_box img{max-width:768px!important;}
.closed_footer_banner_box:before{content:'✕';font-weight:300;font-family:Arial, sans-serif;font-size:22px;color:white; line-height:32px;}
.closed_footer_banner_box{position:absolute;top:0;right:0;cursor:pointer;background:#000;width:40px;height:30px;text-align:center; }
}
@media only screen and (min-width: 640px) and (max-width: 767px){
.wrapper-box-footer{background:#0A8688;bottom:0px;width:100%;height:48px;z-index:999;position:fixed;}
.footer_banner_box{z-index:999;position:fixed;left:50%;transform:translate(-50%);}
.footer_banner_box img{max-width:640px!important;}
.closed_footer_banner_box:before{content:'✕';font-weight:300;font-family:Arial, sans-serif;font-size:22px;color:white; line-height:32px;}
.closed_footer_banner_box{position:absolute;top:0;right:0;cursor:pointer;background:#000;width:40px;height:30px;text-align:center;}
}
@media only screen and (min-width: 520px) and (max-width: 639px){
.wrapper-box-footer{background:#0A8688;bottom:0px;width:100%;height:39px;z-index:999;position:fixed;}
.footer_banner_box{z-index:999;position:fixed;left:50%;transform:translate(-50%);}
.footer_banner_box img{max-width:520px!important;}
.closed_footer_banner_box:before{content:'✕';font-weight:300;font-family:Arial, sans-serif;font-size:22px;color:white; line-height:32px;}
.closed_footer_banner_box{position:absolute;top:0;right:0;cursor:pointer;background:#000;width:40px;height:30px;text-align:center; }
}
@media screen and (max-width: 520px) {
.wrapper-box-footer{display:none;}
.footer_banner_box{display:none;}
.footer_banner_box img{display:none;}
}