/**
 * Apptha
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.apptha.com/LICENSE.txt
 *
  * ==============================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * ==============================================================
 * This package designed for Magento COMMUNITY edition
 * Apptha does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * Apptha does not provide extension support in case of
 * incorrect edition usage.
 * ==============================================================
 *
 * @category    Apptha
 * @package     Apptha_MageShop
 * @version     0.1.1
 * @author      Apptha Team <developers@contus.in>
 * @copyright   Copyright (c) 2014 Apptha. (http://www.apptha.com)
 * @license     http://www.apptha.com/LICENSE.txt
 */

/*! 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;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { 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;
  font-family: 'Lato', sans-serif;
}

/* ==========================================================================
   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: normal;
}

/*
 * 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;
}


#banner-overlay {
  width:100%;
  height:auto;
} /*DS Edit*/


/*
 * 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;
}

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-offset: -2px;
}

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 {

  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
}

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

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #333;

  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;
  color: #636363;

  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;
  color: #636363;

  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;
  color: #636363;

  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;
  color: #636363;

  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.mobile-menu,.mobile-social{display: none}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;

  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: #11b400;
}

.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 {
  font-family: 'Oleo Script Swash Caps';
  font-size: 48px;
  font-weight: 400;
  line-height: 66.38px;
  color: #17AFD5;
  text-align: center;
}

.page-title p {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #728A97;
  margin-bottom: 0.5rem;
}

.page-title a.readmore {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: bold;
  color: #728A97;
  text-decoration: none;
  margin: 10px 0 5px 0;
}

.page-title a {
  color: #000000B2;
  text-decoration: revert;
  text-underline-offset: 5px;
}

.page-title {
  padding-top: 45px;
}

.page-title .large_p{
  font-family: 'Source Serif Pro';
  font-size: 40px;
  font-weight: 600;
  line-height: 50.12px;
  text-align: center;
  color: #000000B2;
  margin-top: 0;
  margin-bottom: 12px;
}

.page-title .level2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #728A97;
}

.cms-how-it-work .page-title{
    display: none;
}
/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 0px;
}

.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 h2,
.block-title h3,
.block-title strong {
  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;
  color: #333;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

div#rcode{
display: inline-block;
margin-top: 16px;
}

.login-block a.button{
  margin-top: 15px;
  padding: 13.6px 51px;
  max-width: 326px;
  width: 100%;
}


body.customer-account-forgotpassword button.button{
  margin-bottom: 15px;
}

body.customer-account-forgotpassword .main-container {
  margin-bottom: 30px;
}

.nav-primary li.level0, .nav-primary a.level0 {
  display: inline-block;
}

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

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}
.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 .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;

  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #333;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #333;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #333;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;

  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

.category-products .product-image-info a.button{
  border-radius: 0;
  width: 100%;
}

a.button {
  text-decoration: none;
}

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

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  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: #333;

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


@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .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 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;
  padding: 13.6px 51px;
  max-width: 326px;
  width: 100%;
}
.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, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .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;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .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, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .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@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;

  text-transform: uppercase;
}

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

.breadcrumbs a:hover {
  color: #333;
}

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

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

body.faq-index-index .footer-container,.cms-how-it-work .footer-container,.cms-become-an-affiliate .footer-container,.contacts-index-index .footer-container{
  margin-top: 0;
  padding-top: 0;
}
body:not(.cms-index-index) .daterangepicker:not(.form_send) {
  z-index: 9999999999;
  top: 115px !important;
  position: fixed !important;
}

body:not(.cms-index-index) .pac-container.pac-logo {
  width: 315px !important;
  position: fixed !important;
  left: 303px !important;
  top: 115px !important;
  z-index: 999999999 !important;
}
/* -------------------------------------------- *
 * 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: #333;
  border-color: #333;
}

.btn-remove:after {
  content: 'X';
  color: #333;
  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 #333;
  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;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

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

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}
.cms-grill-lighting .grill-p{
  font-size: 24px;
}
.cms-grill-lighting .std ul, .cms-grill-lighting .std ul{
margin-top: 15px;
}
.cms-grill-lighting .std li, .cms-grill-lighting .std li{
  text-align: left;
}
.cms-grill-lighting .blocks{
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #000000B2;
  max-width: 83%;
  margin: auto;
  padding: 15px;
  text-align: center;
}
.cms-page-view .main-container .main .breadcrumbs {
  margin-top: 0 !important;
  padding-top: 0;
}
.cms-grill-lighting .line1,.cms-grill-lighting .line2{
  display: flex;
  align-items: center;
}
.cms-grill-lighting .line2 a img{
  margin: auto;
}
.cms-grill-lighting .line1 iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

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

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

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

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

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

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  margin-top: 0px;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  width: calc(100% - 18%);
  /* 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 {
  width: 100%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}



/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

.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
 */

/* -------------------------------------------- *
 * 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: #333;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;

}

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

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: red;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  border-left: 5px solid red;
  color: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 .notice-msg li {
  border-left: 5px solid #e26703;
  color:#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 .success-msg li {
  border-left: 5px solid #000000B2;
  color:#000000B2;
}

.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 #000000B2;
  border-right: none;
}

@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;
}
/*How it Wokrs*/
.block_so_how_does_all_this_work {
  margin: 70px 0;
}

.block_so_how_does_all_this_work .h2{
  font-family: 'Source Serif Pro';
  text-transform: none;
  font-size: 40px;
  font-weight: 600;
  line-height: 50.12px;
  text-align: center;
  color: #000000B2;
  margin-bottom: 13px;
}

.cms-how-it-work .banner-block-slider{
  top: 50%;
  transform: translateY(-50%);
}

.slider_button p.text-main {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 50.12px;
}
.slider_button .button-orange{
  margin: revert;
}

.block_so_how_does_all_this_work table img{
  margin: auto;
  width: 100%;
  max-width: fit-content;
}

.block_so_how_does_all_this_work table {
  width: 80%;
  margin: auto;
}

.block_so_how_does_all_this_work table tr{
  display: flex;
}

.block_so_how_does_all_this_work table tr td{
  display: block;
  width: 100%;
}

.block_so_how_does_all_this_work table ul{
  max-width: 80%;
  margin: auto;
}
.block_so_how_does_all_this_work table ul li{
  list-style: disc;
  text-align: left;
  margin-bottom: 10px;
}

.block_so_how_does_all_this_work table ul li span{
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: #000000B2;
}

.block_so_how_does_all_this_work p{
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.28px;
  text-align: center;
  color: #728A97;
}
.block_so_how_does_all_this_work table p{
  font-family: 'Source Serif Pro';
  font-size: 26px;
  font-weight: 600;
  line-height: 32.58px;
  text-align: center;
  color: #000000B2;
}

.block_button_how_it_work{
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../images/mask_how_it_works.jpg");
  background-position: right center;
}
.cms-how-it-work .info_blocks{
  margin-top: 0;
}
.content_how_it_work table tr{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}
.content_how_it_work table tr td{
  width: 30%;
  display: block;
  padding: 65px 0;
}

.content_how_it_work table tr td img{
  margin-right: auto;
  width: 100%;
  max-width: fit-content;
}

.content_how_it_work table tr:nth-child(2n+1){
  background: #F8F9FA;
}

.content_how_it_work table tr td:nth-child(2n) img{
  margin-left: auto;
}

.content_how_it_work table tr td p{
  font-family: 'Source Serif Pro';
  font-size: 26px;
  font-weight: 600;
  line-height: 32.58px;
  text-align: left;
  color: #000000B2;
}

.content_how_it_work table tr td span{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000B2;
}
/*How it Wokrs*/

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* 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: #333;
  font-size: 16px;
}

.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: #333;
  display: block;
  /* 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: #a0a0a0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #333;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * 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: normal;
}
.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: normal;
}
.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 #333;
  background-color: #F6F6F6;
  top: 21px;
  left: -70px;
}
.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 #333;
  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;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

.no-touch .product-image:hover {
  border-color: #333;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 7px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.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 ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 5px 0px 5px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

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

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

.toolbar,
.pager {

  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;

  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.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;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #333;

}

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #333;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #333;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fff;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}

@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
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #333;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #333;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  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;
}

.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 p.required2 {
  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;
  display: flex;
  flex-direction: column-reverse;
}
.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;
}

.category-products {
  margin-bottom: 30px;
}

.block.block-subscribe .input-box {
  flex-direction: row;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;

  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}



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

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

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #333;
}

.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;
}

.checkout-onepage-index select{
  height: 30px;
}

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

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.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 {
  color: red;
  font-size: 13px;
}

p.required2 {
  margin: 5px 0 0;
  color:#000;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 7px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #e7e7e7;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.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-style: normal;

  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: #f4f4f4;
  text-transform: uppercase;

  line-height: 1.4;
  white-space: nowrap;
}

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

.data-table tbody td,
.data-table tfoot td {

}

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

.data-table tbody td .item-options {
  margin-bottom: 0;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * 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;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;

    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;

    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

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

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */

.header-language-container,
.page-header {

}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #333;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display:block;
  width: 25%;
  text-align: center;
  padding: 10px;/*DS Edit*/
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: none;
}
.logo .large {
  display: block;
}
.logo:hover {
  opacity: 0.8;
}


/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}


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

/* ============================================ *
 * 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%;
  }
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */


/* ============================================ *
 * Nav Primary
 * ============================================ */

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #000000;
  line-height: 30px;

}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}


/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

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


/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}


/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  padding-left: 20px;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  z-index:999;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

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

#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: #333;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -70px -95px;


}
.skip-cart .icon {
  background-image: url("../images/icon_sprite.png"); background-repeat: no-repeat; background-position: 0 -95px;
}


/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;

}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}

.skip-cart .count.empty {
  display: none;
}

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

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.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
 */
.footer,
.footer button {

}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #333;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #333;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer-top .block-title{
    background: none !important;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-title {
    background: none !important;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}


@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

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

.category-image {
  margin-bottom: 1.5em;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  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;
  font-size: 13px;

  font-weight: normal;
  line-height: 1.2;
  height: 45px;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
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: #333;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;

}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

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

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

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

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.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;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 575px) {
  /* 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 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: 2.22222%;
  }

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

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

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

  .products-grid--max-4-col > li:nth-child(5n) {
    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;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.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 {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  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;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #333;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > 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;
}
.block-layered-nav .block-content > 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 #333;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.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;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}



.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 #333;
  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 #333;
  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-essential{
  margin-bottom: 40px;
}
.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: 4px;
  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 .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #333;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 50%;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 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 {
  padding-right: 0;
  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 {
  color: #333;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.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: 50%;
  float: right;
  clear: right;
}

@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: 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-img-box {
  width: 50%;
  float: left;
}
.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;
}

@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{
  margin-right: 6px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

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

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view .product-shop{
  margin-bottom: 15px;
}

.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 {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}

.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.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: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
}

@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 {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@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-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}


@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * 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: #333;

}
.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: 0px 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;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  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;
}


.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: 60%;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.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;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
  font-family: 'Source Serif Pro' ;
  font-size: 40px ;
  font-weight: 600 ;
  line-height: 50.12px ;
  text-align: center ;
  color: #000000B2 ;
  text-transform: capitalize;
  margin-top: 0;
}

.checkout-types {
  float: right;
  text-align: right;
  max-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;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@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 {

}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  height: initial;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;

}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;

}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {

  font-style: normal;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {

  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}


@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: normal;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: left;
    width: 40%;
  }
  a.btn-remove.btn-remove2 {
    position: absolute;
    right: 0px;
  }
  td.product-cart-actions {
    width: 70px !important;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;

  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
@media only screen and (max-width: 575px) {
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: left;
    width: 65%;
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 18px;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 40px;
  display: block;
  color: #777;
  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 {
  margin: 5px 2% 10px 0;
}
.discount input{
  height: 36px;
}
.shipping .form-list .self_pickup .input-box{
  float: left;
  height: auto;
  margin-top: 3px;
  margin-right: 5px;
}
.shipping .form-list input#self_pickup{
  height: auto;
  margin-right: 5px;
}
.shipping-form .buttons-set button.button
{
  padding: 18px 32px;
  font-size: 14px;
}
.shipping-form .buttons-set button.button:active,.shipping-form .buttons-set button.button:focus{
  color: #fff !important;
}

.shipping{
  max-width: 373px;
  width: 100%;
  float: right;
}
table#shopping-cart-totals-table td{
  font-size: 17px;
  padding-right: 7px;
  padding-bottom: 2px;
}
table#shopping-cart-totals-table tfoot td{
  font-size: 17px;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: auto;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 40px;
  margin-top: 4px;
  border: 1px solid #999999;
  border-radius: 2px;
}
.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;
  font-style: normal;
  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;
}


.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {

  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {

}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@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 h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {

  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#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-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.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: #333;
}
.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) {
  .checkout-onepage-index .col-main {
    padding: 0;
  }
  .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;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

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

@media only screen and (min-width: 980px) {
  .block.block-progress.opc-block-progress.opc-block-progress-step-login {
    opacity: inherit;
    margin-top: 55px;
  }
  .checkout-onepage-index .col-main {
    width: 72%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 27.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 100%;
  height: 56px;
  background: #F3F3F3;
  border: none;
  border-radius: 10px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #000000B2;}
li#billing-new-address-form .input-box{
  display: block;
}
/* -------------------------------------------- *
 * 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: #333;
  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: #333;
}

.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;
  padding-top: 0px;
  padding-bottom: 15px;
}
.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;
}


#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;
}
.block.block-progress.opc-block-progress.opc-block-progress-step-login{
  padding-left: 0px;
}
.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;

  font-style: normal;
}
.block-progress dd address {
  font-style: normal;
}
.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;
  font-style: normal;
  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-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.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;
}


/**
 * @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: #DD4B39;
}

.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 .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}


.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: normal;

  font-size: 13px;
  color: #a0a0a0;
}

.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 {

}
.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;
}

.customer-account-create .buttons-set {
  max-width: 600px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 0px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
  margin-top:15px;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .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 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {

  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
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;
  position:relative;
  top:2px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.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;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
  float:right;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {

  font-style: normal;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.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 {

}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.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;
}
.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: normal;
}
.order-items.order-details #my-orders-table .shipping{
  float: none;
}
.none_vendor,.another_vendor{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.85);
  z-index: 1;
  -webkit-animation: HqbzvCS4oIdMUIRQcGOoR 0.2s ease-in;
  animation: HqbzvCS4oIdMUIRQcGOoR 0.2s ease-in;
}
.none_vendor_text,.another_vendor_text{
  max-width: 400px;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-right: -50%;
  /* transform: translate(-50%, -50%); */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000)";
  -moz-box-shadow: 1px 1px 10px #000000;
  -webkit-box-shadow: 1px 1px 10px #000000;
  box-shadow: 1px 1px 10px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
  background: white;
  border-radius: 8px;
}
a.button-search {
  background: #17AFD5;
  border-radius: 7px;
  margin: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.2px;
  border: 0;
  color: #FFFFFF;
  padding: 10px 20px;
}

.none_vendor.storelocator_form{
  z-index: 9999999999;
}

.popup_header p{
  margin: 0;
}

form.more_location  input{
  line-height: 1.5;
  padding: 0 8px;
  max-width: 100%;
  width: 100%;
  height: 35px;
  border-radius: 10px;
  padding-left: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #000000B2;
  cursor: default;
  border: 1px solid #000000B2;
}
form.more_location textarea#items{
  line-height: 1.5;
  padding: 0 8px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  padding-left: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #000000B2;
  cursor: default;
  border: 1px solid #000000B2;
}
form.more_location input[type="submit"]{
  background: #17AFD5;
  border-radius: 7px;
  margin: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.2px;
  border: 0;
  color: #FFFFFF;
  padding: 10px 20px;
  height: auto;
}
form.more_location label{
  margin-bottom: 0;
  margin-top: 8px;
}
form.more_location input#order_dates {
  width: 100%;
}

form.more_location .submit_box {
  text-align: center;
  margin: 10px 0;
}

.close_date_update.novendor{
  cursor: pointer;
}

#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;
  position:relative;
  top:2px;
}
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: 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;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .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 {
  max-width: 326px;
  width: 100%;
}
.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
 * ============================================ */

.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;
}

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

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block;
  }
  .cms-grill-lighting .line1, .cms-grill-lighting .line2 {
    flex-direction: column;
  }
  .cms-grill-lighting .blocks {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block;
  }
}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;

  border-bottom: 1px solid #cccccc;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
  line-height:32px;
  margin:0;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {

  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {

  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #333;
}
#customer-reviews .fieldset {
  width: 470px;
}
#customer-reviews .form-add{
  margin-top:25px;
}
#customer-reviews .form-add h2{
  margin-bottom:15px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding:7px 0;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;

  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {

  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {

  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {

  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {

  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #333;

  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * 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: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

/* ============================================ *
 * 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: 30%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  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: #333;
}
#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 #333;
}
#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: #333;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #333;
}

@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: 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;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.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 {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;

  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #333;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #333;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
.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;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #333;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  left: 10px;
  bottom: 17px;
  position: absolute;
  color:#333;
}
.header-minicart .minicart-actions .cart-link:hover{ color:#000; font-weight:normal; }
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  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: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
    position: static;
  }
  .header-minicart .minicart-actions{
    padding: 0px;
  }
  .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-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
  display:none;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #333;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #333;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #333;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@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: #333;
  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: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
/* ============================================ *
 * 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 {
  font-style: normal;
  margin-bottom: 15px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #333;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #333;
}
.cms-page-view .std li,
.cms-no-route .std li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #000000B2;
  max-width: 83%;
  margin: auto;
}
.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;

}

#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 #333;
  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 h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 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: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}

@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;
}


/* ============================================ *
 * Multiple Checkout
 * ============================================ */

@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%;
  }
}
.multiple-checkout {

}
.multiple-checkout th,
.multiple-checkout td,
.multiple-checkout tbody td {
  border-bottom: none;
  vertical-align: top;
}
.multiple-checkout h2 {
  color: #636363;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.multiple-checkout thead th,
.multiple-checkout tbody td {
  background-color: transparent;
  padding: 10px 5px;

}
.multiple-checkout .product-cart-info,
.multiple-checkout .product-cart-actions {
  padding-left: 15px;
}
.multiple-checkout tr {
  border-bottom: 1px solid silver;
}
.multiple-checkout tfoot tr {
  background: none;
}
.multiple-checkout tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.multiple-checkout span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;

}
.multiple-checkout .product-cart-image .cart-links,
.multiple-checkout .product-cart-info .btn-remove,
.multiple-checkout .product-cart-actions .button {
  display: none;
}
.multiple-checkout .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.multiple-checkout .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.multiple-checkout .product-cart-image a.cart-edit {
  display: none;
}
.multiple-checkout .product-cart-sku {

  font-style: normal;
  font-size: 12px;
  margin: 5px 0 12px;
}
.multiple-checkout .product-cart-sku .label {
  font-weight: 600;
}
.multiple-checkout .btn-empty {
  float: left;
}
.multiple-checkout .product-cart-total,
.multiple-checkout .product-cart-price {
  text-align: center;
}
.multiple-checkout .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.multiple-checkout .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.multiple-checkout .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.multiple-checkout .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.multiple-checkout .cart-links > li > a {
  display: block;
}
.multiple-checkout .cart-links > li:last-child {
  margin-bottom: 0;
}
.multiple-checkout .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.multiple-checkout .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.multiple-checkout .product-cart-actions .button {
  margin-bottom: 5px;
}
.multiple-checkout .item-options {
  padding-left: 15px;
}


@media only screen and (max-width: 699px) {
  .display-both-prices .multiple-checkout thead th.cart-total-head,
  .display-both-prices .multiple-checkout td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .multiple-checkout colgroup, .multiple-checkout thead {
    display: none;
  }
  .multiple-checkout tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .multiple-checkout tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .multiple-checkout tr:last-child {
    margin-bottom: 0;
  }
  .multiple-checkout tfoot tr {
    padding-bottom: 0;
  }
  .multiple-checkout td {
    border: none;
    display: table-cell;
  }
  .multiple-checkout #review-order-form colgroup, .multiple-checkout #review-order-form thead{ display:block; }
  .multiple-checkout #review-order-form td{ display:table-cell; width:100%; }
  .multiple-checkout #review-order-form th {
    display: table-cell;
    font-size: 12px;
    width: 100%;
  }
  .multiple-checkout #review-order-form tr{ padding:0; border:none;}
  .multiple-checkout #shipping_method_form td{ display:table-cell; width:100%; }
  .multiple-checkout #shipping_method_form colgroup, .multiple-checkout #shipping_method_form thead{ display:block; }
  .multiple-checkout #shipping_method_form tr{ padding:0; border:none;}
  .multiple-checkout #shipping_method_form th {
    display: table-cell;
    font-size: 12px;
    width: 100%;
  }
  .multiple-checkout td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .multiple-checkout td[data-rwd-label] .price {
    font-weight: normal;
  }
  .multiple-checkout td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;

    padding-right: 5px;
    text-transform: uppercase;
  }
  .multiple-checkout td.product-cart-price {
    text-align: left;
  }
  .multiple-checkout h2 {
    font-size: 12px;
  }
  .multiple-checkout .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .multiple-checkout .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .multiple-checkout .cart-links > li > a {
    padding: 2px 0px;
  }
  .multiple-checkout .cart-tax-info {
    font-style: normal;
    padding-left: 15px;
    font-size: 13px;
  }
  .multiple-checkout .cart-tax-info .price {
    font-size: 13px;
  }
  .multiple-checkout .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .multiple-checkout .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .multiple-checkout .product-cart-info,
  .multiple-checkout td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .multiple-checkout .product-cart-actions,
  .multiple-checkout .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .multiple-checkout .product-cart-remove,
  .multiple-checkout .product-cart-total,
  .multiple-checkout .product-cart-actions .cart-links {
    display: none;
  }
  .multiple-checkout .product-cart-image .cart-links,
  .multiple-checkout .product-cart-info .btn-remove {
    display: block;
  }
  .multiple-checkout .product-cart-actions .button {
    display: none;
  }
  .multiple-checkout .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .multiple-checkout .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .multiple-checkout .product-cart-actions {
    text-align: left;
  }
  .multiple-checkout .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .multiple-checkout .price,
  .multiple-checkout .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;

  }
  .multiple-checkout .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .multiple-checkout .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .multiple-checkout .cart-footer-actions .btn-continue {
    float: left;
  }
  .multiple-checkout .cart-footer-actions .btn-update,
  .multiple-checkout .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
.vendorspage-product-view .breadcrumbs {
  margin-top: 5px;
}

/* =========================================================================================================================================================== */
/* ============================================ *
 * Daily-shop-theme coding start
 * ============================================ */

body{  color:#333;font-family: 'Nunito' }
button, input, select, table, textarea{  }
a{ color:#999; }
a:hover{ color:#333; text-decoration:none; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
a:focus { outline-color: #333; color: #333;
}

/* header starts here */

.header-language-background{letter-spacing: 0.046em;font-size:12px; text-align: center;background:#000000B2; height:30px; line-height:30px; padding:0; border-bottom:1px solid #cacaca; } /*DS Edit*/
.header-language-background select{ color:#989898; font-weight:normal; font-size:12px; text-transform:none; background:#000; border:none;  } /*DS Edit*/
.header-language-background select option{ padding:0 5px;}
.header-language-background label{ color:#999999; font-weight:normal; font-size:12px; text-transform:none;  }
.header-language-background label{ display:none; }
.header-language-background .header-language-container{ width:1100px; }
.page-header{ width:100%; padding:0; }
.header-language-background .welcome-msg{ color:#999999; font-weight:300; font-size:12px; text-transform:none;  margin:0 15px; display:none; }
.header-language-background .form-language, .header-language-background .currency-switcher{ float:right; }
.skip-links .skip-account{ display:none; }
.header-language-container .header-account{ display:block; float:right; padding:0;  }
.header-language-container .header-account li{ float:left; font-size: 12px; height: 32px; line-height: 31px; text-transform: none; font-weight:300;  }
.header-language-container, .page-header{margin: 25px 0; display: flow-root; color:#999999; font-weight:300; font-size:12px; }
.header-language-container .header-account li a{ line-height:1; color:#989898; border-right:1px solid #999; font-weight:normal; font-size:12px;  padding:0px 10px; }
.header-language-container .header-account li a:hover{ color:#fff; text-decoration:none; }
.header-language-container .header-account li.last a{ padding-right:0; border-right:none; }
.skip-cart .icon{ background-image:url("../images/sprite.png"); width:38px; height:48px; background-position:0 -20px; }
.skip-cart:not(.skip-active):hover .icon{ background-position:0 -20px; }
.skip-cart{ text-transform:none; font-size: 13px; color:#999999; padding:0px; margin:10px 0 10px 10px; font-weight:normal; }
.skip-cart .count{ color:#999;  font-size:13px; }
.header-social-links li{ float:left; margin-right:4px; }
.header-social-links li.you-tube a{ background-image:url("../images/sprite.png");background-position: -141px -35px;display: block;height: 24px;width: 24px; text-indent:-100000px; }
.header-social-links li.facebook a{ background-image:url("../images/sprite.png"); background-position: -51px -35px;display: block;height: 24px;width: 24px; text-indent:-100000px;}
.header-social-links li.twitter a{ background-image:url("../images/sprite.png"); background-position: -111px -35px;display: block;height: 24px;width: 24px;  text-indent:-100000px;}
.header-social-links li.google-plus a{ background-image:url("../images/sprite.png"); background-position: -81px -35px;display: block;height: 24px;width: 24px; text-indent:-100000px;}
.header-social-links{ float:left; display:block; padding:4px 0; }
.logo{ margin:0; padding: 0 0 1px 64px;margin-right: 4.2vw;position: relative; bottom: 5px;    min-width: 325px;}
.header-language-background .header-language-container{ max-width:1100px; }
.header-minicart .block-subtitle{  color: #333;  font-size: 13px; font-weight: 300; text-align: left;}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button{ background:#999; }
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover{ background:#333;}
.header-minicart .block-subtitle .close{ right:0; width:22px; }
.header-minicart .product-details .product-name a{ color:#333; font-weight:300; font-size:14px;  }
.price-box .price, .price{  color:#333; font-size:16px;  }
.header-minicart .subtotal .label{ color:#333; }
.header-minicart .subtotal .price{color:#333; font-size:14px; }
.header-minicart .empty{ padding:5px; }
.header-minicart .info-wrapper .quantity-button{ margin-top:-4px; padding:4px; }
.page-header-container { display: flex; justify-content: space-between; align-items: center;}
input.search_input_date { display: block !important; }
.searchAddress{background: #F8F9FA;border: 1px solid #728A975C;border-radius: 69px;display: flex;height: 56px;max-width: 373px;align-items: center;padding: 0 25px;margin-right: 70px;}
.cms-home .searchAddress{
  opacity: 0;
  pointer-events: none;
  display: none;
}
input#search_address_input {
  border: none;
  background: #F8F9FA;
}
input.search_input_date{
  border: none;
  background: #F8F9FA;
}
.searchAddress input{
  width: auto;
  color: #000000B2;
  font-size: 14px;
  font-weight: 700;
  height: 18px;
  padding: 0;
}
.search-address {
  border-right: 1px solid #728A975C;
  max-width: 133px;
}
.search-date{
  padding-left: 24px;
  max-width: 171px;
}
.searchAddress label{
  font-size: 14px;
  font-weight: 500;
  color: #728A97;
  margin-bottom: 0;
}
.searchAddress input::placeholder {
  color: #000000B2;
}

.searchAddress input::-ms-input-placeholder {
  color: #000000B2;
}

/* header ends here */
.header-language-background{
  position: fixed; top: 0; width: 100%; z-index: 999999;
}
header#header{
  position: fixed;
  width: 100%;
  z-index: 999999999;
  background: white;
  padding: 13px 0;
  margin: 0;
}
.mini-cart span.count{
  top: 37px !important;
  margin-left: 28px !important;
}
.main-container {
  padding-top: 120px !important;
}
/*Home page*/
.line_icon{
  background: #F8F9FA;
  display: flex;
  justify-content: space-evenly;
  padding: 22px 0;
}
.line_icon div{
  display: flex;
  align-items: center;
}
.line_icon p{
  color: #000000B2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  margin-left: 13px;
}
.text-main-h1{
  font-family: 'Source Serif Pro';
  font-size: calc(30px + 1vw);
  font-weight: 600;
  text-align: center;
  color: #000000B2;
  margin-bottom: 0;
}
.banner-home-content{
  display: flex;
  justify-content: center;
  user-select:none;
  position: relative;
}
.banner-home-content .banner-home-content_button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home-content img{
  width: 100%;
  max-width: fit-content;
}
.video-home-content{
  display: flex;
  justify-content: center;
  margin: 80px 0;
  position: relative;
}
.video-home-content::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/decor.png);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  width: 137px;
  height: 298px;
  left: -25px;
}

.video-home-content::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/decor2.png);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  width: 146px;
  height: 139px;
  right: 30px;
  bottom: 50px;
}

.video-home-content .decor {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/decor1.png);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  width: 201px;
  height: 190px;
  right: 12%;
  top: -90px;
}

.video-home-content .decor1{
  position: absolute;
  left: 75%;
  top: -90px;
}

.video-home-content .decor2{
  position: absolute;
  right: 41px;
  bottom: 0;
}

.video-home-content iframe{
  z-index: 999;
}
/*Home block*/
.block_why_rent{
  background: #17AFD5;
}
.block_data{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 29px 0 0;
}
.block_why_rent .title-p{
  position: relative;
}
.block_why_rent .title-p span{
  position: relative;
  z-index: 999;
}

.block_why_rent.banner .button_ad{
  padding: 13.7px 54px;
  font-size: 16px;
}

.block_why_rent .bl_text p{
  z-index: 99999;
  position: relative;
  color: #FFFFFF;
  max-width: 100%;
  text-align: left;
}

.block_why_rent .block_data{
  position: relative;
}

.block_why_rent.banner .block_data .bl_img p{
  margin: 0;
}

.block_why_rent.banner .block_data .bl_img{
  max-width: 749px;
}

.block_data .bl_img{
  width: 50%;
  max-width: 694px;
}
.block_data .bl_text{
  width: 45%;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #000000B2;
}

.block_data .bl_img img{
  width: 100%;
}
/*new block home*/

.banner-home-middle{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 29px 0;
}
.banner-home-middle .title-p{
  text-align: left;
}
.banner-home-middle p.text_p{
  max-width: 100%;
  text-align: left;
}
.banner-home-middle img{
  width: 100%;
  max-width: fit-content;
}
a.button_ad{
  box-shadow: 0px 4px 0px 0px #7B35B5;
  background: #A845FA;
  border-radius: 43px;
  padding: 19.7px 78px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}

.banner-home-middle > div:first-child{
  width: 45%;
/*  background-image: url(../images/decor3.png), url(../images/decor4.png);*/
/*  background-repeat: no-repeat, no-repeat;*/
/*  background-attachment: fixed;*/

/*  background-position:*/
/*          162px 30px,*/
/*          52px 282px;*/
}

.banner-home-middle > div{
  width: 29%;
}


.banner-home-middle > div > div:first-child {
  max-width: 454px;
  float: right;
}

/* navigation starts here */

.nav-primary li a{ font-size: 18px; font-weight: 600; line-height: 28.8px; text-align: left;}
/*.nav-primary li.first a{ padding-left:0 !important; }*/
.nav-primary{ padding:0; margin:0; display: flex; justify-content: space-between;}
.nav-primary li.active a{ color:#17AFD5; } /*DS Edit this changes the navigation active background and text color*/
.nav-primary a:hover, .nav-primary li:hover > a{ color:#17AFD5; }
.nav-primary li.level0 ul{ top:56px; }
.nav-primary li.parent ul li a{ background:none; }
.nav-primary li.parent li a{  font-weight:300; font-size:14px; padding:0px !important; }
.nav-primary li.active li a{ border-top:none; }
.nav-primary li.parent a{ /*background:url("../images/menu-hover-arrow.png") no-repeat scroll right 28px rgba(0, 0, 0, 0);*/ }
.nav-container{ width:78%; }

/* navigation ends here */

/* search starts here */
form#search_mini_form {
  width: 19%;
  margin-left: 50px;
}

#header-search{ height:32px; top:118px; width:228px; float:right;  }
#search{height:50px; border: 1px solid #00000033;border-radius:68px; }
#search_mini_form .search-button:before{ background-image:none; width:auto; height:auto; background-position:0; top:25%; left:90%; padding:0;  }
#search_mini_form .search-button{ background-image:url("../images/search.png");
  background-repeat: no-repeat;  background-position: 0 15px;
  background-size: auto; width: 38px; height: 49px; padding: 0; z-index: 0;}
.input-text:focus{ border:1px solid #333; }
#header-search .validation-advice{ position:relative; z-index:9999; margin-top:0; line-height:1; }

/* search ends here */

/* main-container starts here */

.main-container{ max-width:100%; padding:0; }
.main{width: 100%;; margin:0 auto; clear: both;} /*DS Edit - CHANGE OAdding fronm 15 to 0 to update location*/
.catalogsearch-result-index .main{ border-top:0; }

/* category page code starts here */

.catalog-category-view .main-container{ background:#ffffff; } /*DS Edit*/
.catalog-category-view .main{ border:none; }
.catalog-category-view .page-title h1{ font-size:24px; }
.breadcrumbs{
  margin: 0 40px;
  width: 90%;
  position: absolute;
  z-index: 9999;
}

/*DS Edit*/
.category-image{padding:0; border:none; }

/* products-grid code starts here */

.products-grid .actions{ position:relative; min-height:auto; padding:0; }
.products-grid li{ height:100%; overflow:hidden; background:#fff;    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);}
.products-grid .product-name{
  margin: 8px 0;
  padding: 0 5px;
  height: 20px;overflow: hidden;
}
.products-grid .price-box{ margin:8px 0 16px 0; display:block; height:24px; overflow:hidden; }
.products-grid .product-name a, .products-list .product-name a{
  font-size: clamp(15px, 2vw, 18px);
  font-weight: bold;
  color: #000000B2;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: initial;
}
.products-grid .product-name a:hover, .products-list .product-name a:hover{color:#000;  }
.products-grid .product-image{ border:none; margin-bottom:8px; }
.products-grid .product-image:hover{ border:none; }
.products-grid li:hover{ box-shadow:0 0 6px 0 #acacac; }
.products-grid li .actions{ background:#999898; height:50px; min-height:50px; transform: translateY(0px); transition: all 0.2s linear 0s; -webkit-transform: translateY(0px); -webkit-transition: all 0.2s linear 0s; -moz-transform: translateY(0px); -moz-transition: all 0.2s linear 0s; -o-transform: translateY(0px); -o-transition: all 0.2s linear 0s; }
.products-grid li:hover .actions{ transform: translateY(-65px); transition: all 0.2s linear 0s; -webkit-transform: translateY(-65px); -webkit-transition: all 0.2s linear 0s; -moz-transform: translateY(-65px); -moz-transition: all 0.2s linear 0s; -o-transform: translateY(-65px); -o-transition: all 0.2s linear 0s; }
.products-grid .actions .button{ text-indent:-100000px; margin:6.5% 0 0 11%; overflow:hidden; float:left; display:block; padding:0; height:24px; width:33px; background:url("../images/sprite.png") no-repeat -5px -311px; }
.products-grid .product-image-info{height:auto; overflow:hidden;}
.products-grid .actions li{ width:28px; border:none; height:26px; float:left; display:block; text-indent:-1000000px; background:transparent; box-shadow:none;  }
.products-grid .actions li a{ width:28px; height:26px;  display:block; overflow:hidden; padding:0; background:url("../images/sprite.png") no-repeat; }
.products-grid .actions li:hover{ border:none; box-shadow:none;}
.products-grid .actions li a.link-wishlist{ background-Position:-43px -309px; }
.products-grid .actions li a.link-wishlist.added{ background-position:-44px -610px;}
.products-grid .actions li a.link-compare{ background-Position:-76px -311px; }
.products-grid .actions ul{ margin:0; }
.col3-layout .products-grid .actions ul li:nth-child(1){ margin:5% 14%;}
.col3-layout .products-grid .actions .button{ margin:5% 0 0 12%; }
.col3-layout .products-grid .actions ul li:nth-child(2){ margin:5% 0; }
.col3-layout .products-grid .product-image-info{ height:220px; }
.col3-layout .products-grid li{ height:auto; }
.col3-layout .products-grid li .actions{min-height:50px;}
.col1-layout .products-grid .product-image-info{height:402px; overflow:hidden;}
.col1-layout .products-grid .actions ul li:nth-child(1){ margin:5% 23%;}
.col1-layout .products-grid .actions .button{ margin:5% 0 0 12%; }
.col1-layout .products-grid .actions ul li:nth-child(2){ margin:5% 0; }
.col1-layout .products-grid li .actions{ background:#999898; height:50px; min-height:60px; transform: translateY(0px); transition: all 0.2s linear 0s; -webkit-transform: translateY(0px); -webkit-transition: all 0.2s linear 0s; -moz-transform: translateY(0px); -moz-transition: all 0.2s linear 0s; -o-transform: translateY(0px); -o-transition: all 0.2s linear 0s; }
.col1-layout .products-grid li:hover .actions{ transform: translateY(-65px); transition: all 0.2s linear 0s; -webkit-transform: translateY(-65px); -webkit-transition: all 0.2s linear 0s; -moz-transform: translateY(-65px); -moz-transition: all 0.2s linear 0s; -o-transform: translateY(-65px); -o-transition: all 0.2s linear 0s; }
.col1-layout .products-grid .actions .out-of-stock{ margin:5% 0 0 12%; }
.products-grid li .actions .out-of-stock{ background:url("../images/sprite.png") no-repeat scroll -120px -611px rgba(0, 0, 0, 0); width:28px; height:28px; text-indent:-100000px; overflow:hidden; float:left; margin:6% 0 0 13%; }
.col3-layout .products-grid .actions .out-of-stock{ margin:5% 0 0 12%; }
.col3-layout .products-grid li:hover .actions{ transform: translateY(-60px); transition: all 0.2s linear 0s; -webkit-transform: translateY(-60px); -webkit-transition: all 0.2s linear 0s; -moz-transform: translateY(-60px); -moz-transition: all 0.2s linear 0s; -o-transform: translateY(-60px); -o-transition: all 0.2s linear 0s; }
.products-grid .product-info{ padding:0;}
.price-box .old-price .price{ color:#ce2e36; font-size:14px; }
.products-grid .yousave .label{ display:none; }
.products-grid .yousave{ position:absolute; top:0;  background:url("../images/offer-bg.png") no-repeat; width:59px; height:64px; margin:0 !important; text-align:left; display:block;  }
.products-grid .yousave p{ margin:0 !important; -moz-transform:rotate(-50deg); -o-transform:rotate(-50deg); -webkit-transform:rotate(-50deg); position:relative; top:-5px; -ms-transform:rotate(-50deg); }
.products-grid .yousave span.save-amount{ color:#fff; font-size:14px;  }
.yousave{ display:none; }
.products-list .yousave{ display:block; }
.out-of-stock-display p{ background: none repeat scroll 0 0 #ededed; color: #dd4b39; padding: 7px 15px;  }
.out-of-stock-display .add-to-links{ display:none; }
.cms-home .col1-layout .out-of-stock-display { top:260px; }
.cms-home .col1-layout .products-grid .actions .button{ margin:7% 0 0 12%; }
.cms-home .col1-layout .products-grid .actions .out-of-stock{ margin:6% 0 0 12%; }
.cms-home .col1-layout .products-grid .product-image-info{height:298px; overflow:hidden;}
.col3-layout .out-of-stock-display { top:187px; }
.col1-layout .out-of-stock-display { top:369px; }

/* products-grid code ends here */

.sidebar .block-title{ height:44px; line-height:44px; padding:0 20px; background:#A845FA; margin-bottom:0px; border:none; overflow:hidden;  }
.block-layered-nav .currently ol li .label{ font-weight:normal; }
.sidebar .block-title strong{ font-weight:300; font-size:20px; color:#fff; line-height:44px; }
.sidebar .block{ background:#f2f2f2; } /*DS Edit*/
.sidebar .block-content{ padding:10px 20px; margin:0; }
.block-layered-nav .block-content > dl > dt{ border:none; background:none; padding:10px 0px 10px 0px; margin:0px; border-bottom:1px solid #ccc;}
.block-layered-nav .block-content > dl > dd li a, .block-layered-nav .block-content > dl > dd li span{ font-size:14px; }
.block-layered-nav .block-content > dl > dd{ border:none; padding:10px 0px 10px 0px; margin:0px; }
.block-layered-nav .block-content > dl > dd li{  background:url("../images/sidebar-list-icon.png") no-repeat 0 10px; line-height:25px; padding-left:20px; }
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a{ padding:0px; }
.block-layered-nav .block-content .currently{ padding:10px; background:#f4f4f4; }
.block-layered-nav .block-content .actions{ padding:0 10px 10px 10px; background:#f4f4f4; margin:0; }
.block-layered-nav .currently .block-subtitle{ font-weight:normal; }
.block-layered-nav .block-content .actions a{ color:#ce2e36; }
.btn-remove:after{  font-weight:normal; color:#fff; line-height:18px; }
.btn-remove{ background:#ccc; border:1px solid #ccc;  }
.btn-remove:hover:after{ color:#333; }
.btn-remove:hover{ background:#999; border:1px solid #999;  }
.block-content li.item{ margin-left:0;}
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: #333; text-decoration: none;}
.col3-layout .sidebar .block-title{ margin:0; height:auto; padding:0 10px; }
.col3-layout .sidebar .block-content{ padding:10px;}

/* toolbar code starts here */

.toolbar{ border:none; background:#fff; padding:8px 10px 0; margin-bottom:25px; margin-top:0; height:50px; line-height:34px; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; }
.pager .amount, .pager .limiter, .pager .pages{ line-height:32px; float:right; }
.pager .amount{ display:none; }
.pager .limiter{ margin-top:2px; }
.pages a, .pages .current{ width:25px; height:25px; line-height:25px; background:#ccc; color:#333; }
.pages a:hover{ background:#333; color:#ccc; }
.pages li{ margin:0 5px; }
.pages .next, .pages .previous{ background:#ccc; color:#333; }
.pages .next:hover, .pages .previous:hover{ background:#333; color:#ccc; border:1px solid #333; }
.pages .next:before{ border-left: 4px solid #333; }
.pages .next:hover:before{border-left: 4px solid #ccc;}
.pages .current, .pages .current:hover{ width:25px; margin-top:5px; background:#333; border:1px solid #333; color:#ccc; }
.toolbar-bottom .toolbar{ margin:0; }
.sort-by > select{ margin-top:7px; }
.sorter > .view-mode{ float:left; margin-right:10px; }
.sorter > .sort-by .sort-by-switcher--asc{ background:url("../images/sprite.png") no-repeat -76px -280px; width:15px; }
.sorter > .sort-by .sort-by-switcher--asc:hover{ background-Position:-93px -280px; }
.sorter > .sort-by .sort-by-switcher--desc{background:url("../images/sprite.png") no-repeat -17px -278px; width:15px;}
.sorter > .sort-by .sort-by-switcher--desc:hover{ background-Position:0px -278px; }
.toolbar label{ margin-right:10px; }
.toolbar select {
  border: none;
  background: #ededed;
  font-weight: 300;
  border-radius: 5px;
  height: 30px;
  max-width: 105px;
  width: 100%;
  margin-top: 2px;
}
.toolbar select option{ padding:0 5px; }
.sorter > .view-mode .grid, .sorter > .view-mode .list{ width:20px; height:18px; float:left; background:url("../images/sprite.png") no-repeat; }
.toolbar .sorter > .view-mode a.grid{ background-position:-52px -282px;}
.toolbar .sorter > .view-mode a.grid:hover{background-position:-52px -262px;}
.toolbar .sorter > .view-mode a.list{ background-position:-32px -282px;}
.toolbar .sorter > .view-mode a.list:hover{background-position:-32px -262px;}
.toolbar .sorter > .view-mode strong.grid{ background-position:-52px -262px;}
.toolbar .sorter > .view-mode strong.list{ background-position:-32px -262px;}
.toolbar .sorter > .view-mode .grid, .toolbar .sorter > .view-mode .list{ margin-top:8px; margin-right:8px; }

/* toolbar code ends here */

/* subcategories code starts here */

.subcategories{ padding:16px; background:#fff; margin:25px 0; display:table; width:100%;}
.subcategories p{ margin-bottom:15px; }
.subcategories li{ width:auto; height:34px; line-height:34px; text-align:center; background:#ededed; float:left; margin:5px; padding:0 10px; }
.subcategories li:hover{ background:#333; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.subcategories li:hover a{ color:#ccc; }

/* subcategories code ends here */

.products-list > li .product-image img{ width:auto; }
.products-list > li{ background:#fff; padding:10px; }
.products-list > li:last-child{ padding-bottom:10px; }
.products-list > li .product-image{ width:28.333%;}
.products-list .product-shop{ width:71.667%;}
.products-list .product-shop .desc{ margin:0; }
.products-list > li .add-to-links{ margin:10px 0; display:table; }
.products-list > li .add-to-links li{ float:left; }
.products-list .product-shop .product-primary, .products-list .product-shop .desc{ display:block; clear:both; width:auto; }
.products-list .product-shop .product-secondary{ float:left; text-align:left; display:block; clear:both; width:auto; margin:5px 0; }
.products-list > li .add-to-links a.link-wishlist{ background:url("../images/wishlist.png") no-repeat 0 6px; padding:6px 37px; }
.products-list > li .add-to-links a.link-wishlist.added{ background:url("../images/wishlist-hover.png") no-repeat 0 6px; padding:6px 37px;  }
.products-list > li .add-to-links a.link-compare{ background:url("../images/compare.png") no-repeat 0 6px; padding:6px 37px; }

/* category page code ends here */

/* prodct detail page code starts here */

.product-img-box{ width:47%; padding:0; }
.more-views h2{ display:none; }
.product-view .product-shop{ width:53%; }
.product-view .product-shop .product-name .h1{ font-size:24px; color:#333; font-weight:normal; text-transform:none; }
.product-view .product-shop .product-name{  clear:both; }
.product-view .product-shop #product-navigation{ float:right; }
.product-view .product-shop #product-navigation .prelinknav, .product-view .product-shop #product-navigation .nxtlinknav{ float:left; }
.product-view .product-shop #product-navigation .prelinknav a{ width:18px; height:20px; text-indent:-100000px; background:url("../images/sprite.png") no-repeat -153px -583px; float:left; margin-right:2px;  }
.product-view .product-shop #product-navigation .nxtlinknav a{ width:18px; height:20px; text-indent:-100000px; background:url("../images/sprite.png") no-repeat -174px -583px; float:left; }
.product-view .product-shop .price-info{ float:left; padding-left:0; text-align:left;  }
.product-view .product-shop .options{ float:left; margin-right:15px; }
.product-view .product-shop .product-summary{ float:left; background:#f8f8f8; border:1px solid #cccccc; padding:0 25px;  width:37%; margin-bottom:10px; }
.product-view .product-shop .product-summary li span{float:left; }
.product-view .product-shop .product-summary li p{ text-transform:uppercase; }
.product-view .product-shop .product-summary li.secure span{ background:url("../images/sprite.png") no-repeat -168px -502px; width:24px; height:28px; overflow:hidden; text-indent:-100000px; display:block; margin-top:10px; margin-right:30px; }
.product-view .product-shop .product-summary li.home span{ background:url("../images/sprite.png") no-repeat -163px -431px; width:35px; height:28px; overflow:hidden; text-indent:-100000px; display:block; margin-top:10px; margin-right:19px;}
.product-view .product-shop .product-summary li.easy span{ background:url("../images/sprite.png") no-repeat -164px -460px; width:28px; height:28px; overflow:hidden; text-indent:-100000px; display:block; margin-top:10px; margin-right:26px;}
.product-view .product-shop .product-summary li.brand span{ background:url("../images/sprite.png") no-repeat -168px -540px; width:28px; height:28px; overflow:hidden; text-indent:-100000px; display:block; margin-top:10px; margin-right:27px;}
.product-view .product-shop .product-summary li{ margin:10px 0; height:50px; line-height:50px; }
.product-collateral{ clear:none; display:table; width:74%; }
.product-view .block-related{ width:25%; }
.related-tabs{  display:table; clear:both; width:100%; margin-top:10px;  }
.product-pricing, .tier-prices, .tier-prices-grouped{ background:#ffffd9; border:1px solid #ccc; }
.catalog-product-view .main{ width:100%; padding-top:0; padding-bottom:0; border:none;   }
.catalog-product-view #messages_product_view{  width:1100px; margin:0 auto; }
.catalog-product-view .box-up-sell{  margin-bottom:0; padding-bottom:30px; padding-top:30px; margin:0 auto;  }
.catalog-product-view .box-upsell{background:#ffffff; clear:both; display:block; }
.catalog-product-view .box-upsell h2{ text-align:center; font-weight:300; font-size:20px; padding-bottom:15px; margin-bottom:25px; background:url("../images/border-bot.png") no-repeat bottom center;    }
.product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span{ color:#333; }
.box-collateral{ margin:0; }
.mini-products-list .product-image:hover{ border:1px solid #333; }
.product-view .block-related .block-title h2{ font-weight:normal; font-size:16px; line-height:50px !important; }
.product-view .block-related .block-title{ padding-left:20px; border-top:2px solid #999 !important; line-height:50px !important; }
.product-view .block-related .block-subtitle{  font-weight:normal; }
.product-view .block-content{ padding:0 20px 20px;  }
.product-view .block-related{ border:1px solid #999; padding-left:0; }
.box-upsell .products-grid li{ width:22%; margin:0 16px !important; }
.box-upsell .products-grid .product-image{ border:none;  }
.product-view .product-options, .product-view .product-options-bottom{ width:100%; background:#f4f4f4; }
.product-view .product-options{ border-bottom:0; }
button.button.btn-cart-buyout{
  background:url("../images/view-cart.png") no-repeat 15px 10px #ff9933;
  box-shadow: 0px 4px 0px 0px #7B35B5;
  background-color: #A845FA;
  border-radius: 43px;
  padding: 0 78px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  max-width: 251px;
  width: 100% !important;
}
.product-view .add-to-cart-buttons .button{
  background:url("../images/view-cart.png") no-repeat 15px 10px #ff9933;
  box-shadow: 0px 4px 0px 0px #7B35B5;
  background-color: #A845FA;
  border-radius: 43px;
  padding: 0 78px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}
.breadcrumbs .home a{ background:url("../images/sprite.png") no-repeat -75px -264px; width:14px; height:14px; overflow:hidden; display:block; text-indent:-100000px; }
.breadcrumbs{ margin-top:0;  }
.product-view .add-to-cart-buttons{ margin-left:20px; }
.product-view .add-to-cart-wrapper{ float:right; width:53%; }
.product-view .product-shop .add-to-cart-wrapper{ float:right; width:100%; padding:0; }
.product-view .add-to-links li:first-child a{ background:url("../images/wish-view.png") no-repeat; padding:2px 10px 2px 35px; }
.product-view .add-to-links li .link-wishlist.added{background:url("../images/wish-view-added.png") no-repeat; padding:2px 10px 2px 35px;}
.product-view .add-to-links li:last-child a{ background:url("../images/comp-view.png") no-repeat; padding:2px 0px 2px 35px; }
.product-view .sharing-links{ margin-top:10px; float: right;}
.product-view .add-to-links{ margin:10px 0; width:100%; max-width: 310px; }
.product-view .sharing-links li:first-child{ padding-left: 0; }
.product-options ul.options-list label{ width:auto; padding-bottom:0; padding-top:0;  }
.product-options ul.options-list .radio, .product-options ul.options-list .checkbox{top:-4px; }
.product-view .product-shop .availability{ margin-top:8px; width:25%; background:#46b64f; color:#fff; text-align:center; text-transform:none; padding:0 4px; }
.product-view .product-shop .availability span{ color:#fff; }
.product-view .product-shop .availability.out-of-stock{  margin-top:8px; width:25%; background:#FF3333; color:#fff; text-align:center; text-transform:none;  padding:0 4px; }
.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus{ background-color:#333; }
.product-view .product-shop .extra-info, .product-view .product-shop .price-info{ max-width:100%; clear:both; width:100%; }
.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{ color:#333; }
.review-product-list .product-summary{ display:none; }
.review-product-list #product-navigation{ display:none; }
#product-attribute-specs-table tr.first{ display:none; }
#product-attribute-specs-table th{display:none; }
#customer-reviews h2, #customer-reviews h3 span, #customer-reviews dl dd .review-meta{ color:#333; }
.dashboard .box-account{ border:none; margin:0; padding:0; }
.product-specification label{ background:#fafafa; padding:5px 0 5px 10px; width:100%; font-weight:normal; color:#333; font-size:14px; }
.product-specification .specification{ margin:5px 0; }
.product-specification li{ margin:5px 0; border-bottom:1px solid #eaeaea; width:100%;  display:table; clear:both; }
.product-specification li.last{ border-bottom:0; }
.product-specification li p{  padding:5px 0 5px 10px; float:left; width:50%;   }
.product-specification li ul{ padding:5px 0 5px 10px; float:left; width:50%; }
.product-specification li ul li{ border-bottom:0; }
.product-specification span{ padding-left:10px; float:left; }
.zoomWindow{ z-index:999 !important; }

/* prodct detail page code ends here */

/* cart page code starts here */

.cart .page-title{ border:none; }
.cart .button2{ background:#999; padding:0 10px;   }
.shipping .button2{ float:left; }
.cart .button2:hover{ background:#333; }
.button2 span, .button2 span span{ text-decoration:none; color:#fff; font-size:14px; text-transform:none;  }
.cart .cart-totals table tfoot strong{ font-weight:normal; font-size:14px;  }
.cart-table .product-cart-actions .qty{ margin-top:5px;}
.cart-table .product-cart-sku .label{ font-style:normal; font-weight:normal; }
.cart-table .product-cart-sku{  font-style:normal; }
.cart .btn-remove{ background:url("../images/sprite.png") no-repeat -176px -408px; width:17px; height:22px; border:none;  }
.cart .btn-remove:hover{ background:url("../images/sprite.png") no-repeat -151px -408px; width:17px; height:22px; border:none;  }
.multiple-checkout .btn-remove2{ background:url("../images/sprite.png") no-repeat -176px -408px; width:17px; height:22px; border:none; display:block; }
.multiple-checkout .btn-remove2:hover{ background:url("../images/sprite.png") no-repeat -152px -408px; width:17px; height:22px; border:none;  }
.checkout-multishipping-addresses #multiship-addresses-table select{ margin-top:4px;  }
.multiple-checkout h2{ margin-top:15px; margin-bottom:15px; font-size:18px; }
.multiple-checkout h3{ font-size:14px; font-weight:bold; }
.crosssell h2{ color:#333; }
#co-shipping-method-form .buttons-set .button{ background:#333 !important; }
.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label{ background:none; }
.cart-table{ width:100%; }
.cart-forms, .crosssell{float:left; padding:0; }
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button{ background:#17AFD5;border-radius: 35px; }
.button span{font-size: 18px;font-weight: 600;line-height: 28.8px;text-align: center;color: #FFFFFF;}
.cart-totals-wrapper{ float:right; }
.crosssell{ clear:both; width:100%; margin:15px 0; }
.crosssell h2{ margin-bottom:25px; }
.crosssell .products-grid li{ width:15%; }
form .form-instructions{  font-style:normal; }
.cart .buttons-set .button, .cart-table .button, .sidebar .actions .button, .button.button-secondary{ background:#999; color:#fff; }
.cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover, .button.button-secondary:hover{ background:#000000B2; color:#fff; }
.cart-table .product-cart-image{ padding-left:10px; width:100px; }
.shipping .sp-methods label{  font-style:normal;}
#discount-coupon-form .input-text {clear: both;display: block;float: left;margin: 0 10px 0 0;}
#discount-coupon-form .validation-advice{ clear: both;display: block;float: left; }
#discount-coupon-form label, .cart .giftcard label{ font-weight:bold; position:relative; top:-5px; }
#discount-coupon-form h2{ display:block; font-size:12px; font-weight:bold; }
#discount-coupon-form label{ display:none;}
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper{ display:block; }
.shipping .sp-methods label span{ font-size:12px; }
.crosssell .products-grid li:nth-child(3n+1){ clear:none;}
.crosssell .products-grid > li:nth-child(3n){ margin-right:3.7037%; }

/* cart page code ends here */
.page-title p.h1_t{
  font-family: 'Oleo Script Swash Caps';
  font-weight: 400;
  color: #17AFD5;
  text-align: center;
  font-size: clamp(28px, 2vw, 40px);
  line-height: 50.12px;
  margin-top: 0;
  margin-bottom: 5px;
}
.page-title.category-title .description h2{
  font-family: 'Nunito', sans-serif;

}
.page-title p.h2_t{
  font-size: clamp(15px, 2vw, 18px);
  font-weight: bold;
  color: #728A97;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}

.short-description .std ul li{
  margin-left: 17px;
}

.short-description .std ul br:last-child{
  display: none;
}

#oar_widget_orders_and_returns_form h2{ display:none; }
.page-sitemap .sitemap{ font-size:14px; }
h2, .h2{ font-size:18px; }
.catalogsearch-result-index .main-container{ background:#fff; } /*DS Edit*/
.account-login h2, .customer-account-forgotpassword h2{ font-size:18px; text-transform:none; }
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button{ min-width:25%; }

/* account page code starts here */

.block-account li, .block-cms-menu li{ text-transform:none; background:url("../images/sidebar-list-icon.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0); padding-left:20px; line-height:25px; }
.block-subtitle{ font-weight:normal; }
body.customer-account .my-account .page-title h1{ font-size:20px; font-weight:normal; }
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2{ font-size:18px; font-weight:normal;}
.data-table tbody td, .data-table tfoot td, .order-info-box .box-content, .my-account .addresses-list, .block-progress dd address, .block-progress dd{  font-style:normal; }
.dashboard .box-account p, .dashboard .box-account address{  font-style:normal; }
.my-account .fieldset h2{ font-size:18px !important; font-weight:normal; text-transform:none; border:none; }
.my-account b, .my-account strong{ font-weight:normal; }
body.customer-account .my-account .fieldset{ margin:15px 0;}
#wishlist-table .price-box .old-price .price{ color:#ce2e36; }
.my-wishlist .btn-remove{ background:url("../images/sprite.png") no-repeat -176px -408px; width:17px; height:22px; border:none;  }
.my-wishlist .btn-remove:hover{ background:url("../images/sprite.png") no-repeat -151px -408px; width:17px; height:22px; border:none;  }
.data-table{ border:1px solid #ccc; }
.checkout-cart-index .data-table{ border:none; border-top:1px solid #ccc;  }
#wishlist-table.clean-table{ border:1px solid #ccc; }
#wishlist-table.clean-table thead th{ padding:5px 0;}
#wishlist-table .product-name a{ color:#333; }
.block-account li strong, .block-cms-menu li strong{ color:#333; }
.block-account li a:hover, .block-cms-menu li a:hover{ color:#333;  }
.block-account li.current a{background:#ccc; padding:2px 10px;}
.product-review .product-details{ width:67%; float:right; }
.product-review .product-details h2{ color:#333; font-weight:normal; }
table.data-table.cart-table button {
  border-radius: 4px;
  padding: 4px 14px;
}
table.data-table.cart-table button span{
  font-size: 13px;
}
.discount-form .input-box {
  flex-direction: row;
}
.discount-form button.button {
  padding: 4px 15px;
  border-radius: 4px;
  margin-left: 5px;
}
.discount-form button.button span{
  font-size: 13px;
}
/* account page code ends here */

/* checkout page code starts here */

.opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2{ color:#333; }
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number{ background-color:#999; color:#fff; }
.opc .section.allow .step-title .number{ background-color:#ccc;}
label{ font-weight:bold; color:#777; }

/* checkout page code ends here */

/* home page code starts here */

.cms-home .products-grid li{ list-style:none; background: none repeat scroll 0 0 #fff; box-shadow:0 0 1px 0 #ccc;  height: 100%; margin: 14px !important; overflow: hidden; width: 247px !important;}
.cms-home .products-grid li:hover{ box-shadow:0 0 6px 0 #acacac; }
.cms-index-index .products-grid .ratings, .cms-index-index .products-grid .actions, .cms-index-noroute .products-grid .ratings, .cms-index-noroute .products-grid .actions{ display:block !important; }
.cms-home .price-box .old-price, .price-box .special-price{ margin:0; }
.cms-home .new-products h2.subtitle{ border:none; color:#676767; font-weight:300; margin:20px 0; font-size:24px; }
.cms-home .products-grid .actions li{ width:28px !important; border:none; box-shadow:none; height:26px; float:left; display:block; text-indent:-1000000px; background:transparent; }
.cms-home .products-grid .actions li a{ width:28px; height:26px;  display:block; overflow:hidden; padding:0; background:url("../images/sprite.png") no-repeat; }
.cms-home .products-grid .actions ul li:nth-child(1){ margin:6% 20% !important; }
.cms-home .products-grid .actions ul li:nth-child(2){ margin:6% 0 !important; }
.cms-home .products-grid .actions li a.link-wishlist{ background-Position:-43px -309px; }
.cms-home .products-grid .actions li a.link-wishlist.added{ background-position:-44px -610px;}
.cms-home .products-grid .actions li a.link-compare{ background-Position:-76px -311px; }
.cms-home .products-grid .actions li:hover{ box-shadow:none; }
.cms-home .products-grid li:hover .actions{ transform: translateY(-65px); transition: all 0.2s linear 0s; -webkit-transform: translateY(-65px); -webkit-transition: all 0.2s linear 0s; -moz-transform: translateY(-65px); -moz-transition: all 0.2s linear 0s; -o-transform: translateY(-65px); -o-transition: all 0.2s linear 0s; }

.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages{ margin:0 auto; width:1100px; }
.cms-home .main{ width:100%; padding-bottom:0; padding-top:0; border:none;  }
body.cms-home .page .main-container{ padding:0; }

.cms-home .main .new-products{ background:#ededed; }
.cms-home .main .page-title{ display:none; }
.cms-home .products-grid{ margin:0; }
.cms-home .main .new-products .new-products-inner{ padding:25px 0;}
.cms-home .main .new-products .new-products-inner .sellers{ margin-bottom:24px; }
.cms-home .main .new-products .new-products-inner .sellers, .cms-home .main .new-products .new-products-inner .new{ clear: both;content: "";display: table; }
.cms-home .main .new-products .new-products-inner, .cms-home .main .middle-ads-inner, .cms-home .main .banner-inner, .cms-home .main .site-policy-inner{ width:1100px; margin:0 auto; margin-bottom:38px; }

.cms-home .main .middle-ads-inner .ads-image{ float:left; margin:0 32px; width:345px; height:296px; overflow:hidden;  text-indent:-100000px; display:block; }
.cms-home .main .middle-ads-inner .ads-image a{ width:345px; height:296px; display:block;  }
.cms-home .main .middle-ads-inner .ads-image-small{ float:left; margin:0 32px; width:345px; height:148px; overflow:hidden;  text-indent:-100000px; display:block; }
.cms-home .main .middle-ads-inner .ads-image-small a{ width:345px; height:148px; display:block;  }
.cms-home .main .new-products-inner, .cms-home .main .middle-ads-inner, .cms-home .main .site-policy-inner{clear: both;content: "";display: table;}
.cms-home .main .middle-ads-inner .ads-image.first, .ads-image-small.first, .ads-image-small.last, .cms-home .main .middle-ads-inner .ads-image.last, .cms-home .main .site-policy-inner .policy.first, .cms-home .main .site-policy-inner .policy.last{ margin:0;}

.cms-home .main .middle-ads-inner .ads-image-small.first, .cms-home .main .middle-ads-inner .ads-image-small.last { margin:0 }

.cms-home .main .site-policy-inner .policy a:hover{ width:65px; height:62px; background:url("../images/sprite.png") no-repeat -9px -470px; transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);  }
.cms-home .main .site-policy-inner .policy.first a:hover{ background-position:-9px -400px; }
.cms-home .main .site-policy-inner .policy.last a:hover{ background-position:-9px -540px; }
.cms-home .main .site-policy-inner .policy a{ width:65px; height:62px; background:url("../images/sprite.png") no-repeat -79px -470px;  display:block;  overflow:hidden;  text-indent:-100000px; margin-bottom:26px; margin-left:130px; transition:all 2s ease 0s; -webkit-transition:all 2s ease 0s; -moz-transition:all 2s ease 0s; -o-transition:all 2s ease 0s;  }
.cms-home .main .site-policy-inner .policy.first a{ background-position:-80px -400px; }
.cms-home .main .site-policy-inner .policy.last a{ background-position:-79px -540px; }
.cms-home .main .site-policy-inner .policy{ float:left; margin:0 66px; width:322px; display:block; text-align:center; }
.cms-home .main .site-policy-inner .policy p{ font-weight:300; margin-bottom:0; }
.cms-home .main .site-policy-inner .policy h2{font-size:16px; font-weight:600; padding-bottom:16px; border-bottom:1px solid #ccc; margin-bottom:16px; }

/* home page code ends here */

/* main-container ends here */

/* footer starts here */

.footer-container{ max-width:100%; padding:0; background:white;margin-top: 20px;padding-top: 7rem;} /*DS Edit*/ /* was #333 */
.footer, .footer-inner, .footer-top{width: 100%;margin:0 auto; border:none; }
.footer .links a, .footer-top .links a{ color:#ccc; font-size:13px; text-transform:none;     }
.footer .links a:hover, .footer-top .links a:hover{ color:#fff; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;   }
.footer-container .block-title{ border:none; }
.footer .block-title strong, .footer-top .block-title strong{ color:#fff; font-weight:normal; } /*DS Edit*/ /* Was 333 */
.footer .block-title, .footer-inner address{ color:#ccc; }
.footer-inner{ display: inline-block; }
.footer-inner address{ float:left; font-size:13px; color:#ccc; }
.footer-inner address a:hover{color:#ccc;}
.footer-inner address a{color:#ccc;}
.footer-bottom{ background:#F8F9FA;}
.footer .block-title, .footer-top .block-title{ background:url("../images/footer-block-title.png") no-repeat; background-position:right center; }
.footer .links, .footer-top .links{ width:23%; padding:0 25px 0 0;   float: left; margin-bottom: 25px; }
.footer{ padding-top:0px; }
.footer, .footer-top{ display:table; clear:both; }
.footer-top .links, .footer-top .block{ margin-bottom:18px; }
.footer-top{ padding-top:52px;background: #F8F9FA;display: flex;justify-content: space-evenly;}
.footer-top .block-title { border-bottom: 0 none; padding: 3px 0;}
.footer-top .links .address li{ margin:0  0 10px 0; color:#ccc; height:32px; font-size:14px; font-weight:normal; }
.footer-top .links .address li.navigation{ margin-bottom:15px; }
.footer-top .links .address .mobile, .footer-top .links .address .email{line-height:32px; text-decoration:underline;} /*DS Edit*/ /* text-decoration Was nothing*/
.payment-method li.amazon span:hover, .payment-method li.american span:hover, .payment-method li.pay span:hover, .payment-method li.master span:hover, .payment-method li.visa span:hover, .payment-method li.bank span, .payment-method li.amazon span, .payment-method li.american span, .payment-method li.pay span, .payment-method li.master span, .payment-method li.visa span, .payment-method li.bank span, .footer-top .links .address .navigation span, .footer-top .links .address .navigation:hover span, .footer-top .links .address .mobile span, .footer-top .links .address .email span, .footer-top .links .address .mobile:hover span, .footer-top .links .address .email:hover span, .footer-top .block li.you-tube a, .footer-top .block li.facebook a, .footer-top .block li.twitter a, .footer-top .block li.google-plus a, .footer-top .block li.you-tube a:hover, .footer-top .block li.facebook a:hover, .footer-top .block li.twitter a:hover, .footer-top .block li.google-plus a:hover{ background:url("../images/sprite.png") no-repeat; }
.footer-top .links .address .navigation span{ background-position:-156px -91px; display: block; float: left; height: 32px; margin-top: 4px; overflow: hidden; text-indent: -1000000px; width: 32px; margin-right:10px;   }
.footer-top .links .address .navigation:hover span{ background-position:-116px -91px; display: block; float: left; height: 32px; margin-top: 4px; overflow: hidden; text-indent: -1000000px; width: 32px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.footer-top .links .address .mobile span{ background-position:-156px -131px; display: block; float: left; height: 32px;  overflow: hidden; text-indent: -1000000px; width: 32px; margin-right:10px;  }
.footer-top .links .address .email span{ background-position:-156px -171px; display: block; float: left; height: 32px; overflow: hidden; text-indent: -1000000px; width: 32px; margin-right:10px;   }
.footer-top .links .address .mobile:hover span{ background-position:-116px -131px; display: block; float: left; height: 32px;  overflow: hidden; text-indent: -1000000px; width: 32px; margin-right:10px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;}
.footer-top .links .address .email:hover span{ background-position:-116px -171px; display: block; float: left; height: 32px; overflow: hidden; text-indent: -1000000px; width: 32px; margin-right:10px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;}
.footer-top .block{width:375px;}
.footer-top .block p{ margin:5px 0; font-size:13px; color:#666;} /*DS Edit*/ /*was no color*/
.footer-top .block li{ float:left; margin-right:10px; margin-top:10px;  }
.footer-top .block li a{ width:30px; height:30px; overflow:hidden; text-indent:-1000000px; display:block;  }
.footer-top .block li.you-tube a{ background-position:-156px -248px;   }
.footer-top .block li.facebook a{ background-position:-156px -286px;   }
.footer-top .block li.twitter a{ background-position: -156px -324px;   }
.footer-top .block li.google-plus a{ background-position:-156px -210px;  }
.footer-top .block li.you-tube a:hover{ background-position:-116px -248px;  transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;}
.footer-top .block li.facebook a:hover{ background-position:-115px -286px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.footer-top .block li.twitter a:hover{ background-position:-115px -324px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;}
.footer-top .block li.google-plus a:hover{ background-position:-116px -210px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;}
.payment-method{ float:right; margin:5px 0; }
.payment-method li{ float:left; margin-left:8px; }
.payment-method li span{ width:50px; height:30px; overflow:hidden; text-indent:-1000000px; display:block; }
.payment-method li.bank span{ background-position: -4px -165px;    }
.payment-method li.visa span{ background-position: -4px -104px;    }
.payment-method li.master span{ background-position:  -4px -228px;   }
.payment-method li.pay span{ background-position:  -4px -196px;   }
.payment-method li.american span{ background-position: -4px -134px;    }
.payment-method li.amazon span{ background-position: -4px -72px; }
.payment-method li.bank span:hover{ background-position:-58px -165px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;  }
.payment-method li.visa span:hover{ background-position:-58px -104px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.payment-method li.master span:hover{ background-position:-58px -228px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;  }
.payment-method li.pay span:hover{ background-position:-58px -196px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.payment-method li.american span:hover{ background-position: -58px -134px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.payment-method li.amazon span:hover{ background-position:-58px -72px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease; }
.footer .block-subscribe .actions .button{background: #8c8c8c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #8c8c8c 0%, #3a3a3a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8c8c8c 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8c8c8c 0%,#3a3a3a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8c8c8c 0%,#3a3a3a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #8c8c8c 0%,#3a3a3a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-8 */}
.static-block{ float:left; color:#ccc;  }
.static-img{ width:157px; height:110px; overflow:hidden; text-indent:-1000000px; display:block; float:left;  }
.foot-logo{ float:left; width:300px; margin-left:20px;  }
.foot-logo p{ font-size:13px; color:#666; } /*DS Edit*/ /*Was nothing...*/
.logo-img{ width:180px; height:40px; overflow:hidden; text-indent:-1000000px; display:block; background: url("../images/sprite.png") no-repeat -12px -356px; margin-bottom:10px; }
.footer .block-subscribe span.icon{ background: url("../images/sprite.png") no-repeat -3px -263px; width:24px; height:16px;  overflow:hidden; text-indent:-1000000px; display:block; position:relative; top:24px; left:6px;  }
.footer .block-subscribe .input-text{ padding-left:32px; }
.footer .block-subscribe .block-content{ padding:0; margin:0; }
.footer .block-subscribe p{ font-size:13px; color:#666; text-transform:none; } /*DS Edit*/ /*was ccc*/

/* footer ends here */

/* Multiple Addresses Checkout */

.checkout-progress li { float:left; width:19.728%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:normal; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#444; color:#444; }
.checkout-progress { clear: both; display: block; float: left; margin: 0 0 20px; width: 100%;}

.multiple-checkout .box{ margin:15px 0; }
.multiple-checkout .place-order {display: block;float: right;margin: 15px 0;}
.multiple-checkout .place-order big{  display: block; clear:both; margin:0 0 15px; float:right; }
.multiple-checkout #review-buttons-container{ float:right; display: block; clear:both; }

#multiship-addresses-table{ border-top:1px solid #ccc; border-right:0; border-left:0; border-bottom:0;  }
#multiship-addresses-table th{ background:none; }
#multiship-addresses-table tfoot tr{ background:none; }
.multiple-checkout .col3-set div{ margin: 20px 0; line-height:24px; }
.multiple-checkout .col3-set div .actions{ margin:0 0 5px 0;}

/* ========================================================================================================================================================== */
.featured_products{
  margin: 55px 0 100px 0;
}
.featured_products .products-grid .product-name a,.featured_products .price-week{
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000000;
}
.featured_products .price-week{
  padding: 0 15px;
  margin-bottom: 18px;
}
.featured_products .products-grid .product-name{
 padding: 0 15px;
  margin-bottom: 0;
}
.featured_products .out-of-stock-display {
  float: right;
  position: absolute;
  right: 22px;
  bottom: 12px;
  top: initial !important;
}
.featured_products .out-of-stock-display a{

}
.featured_products .products-grid .product-image img{
  padding: 15px;
}
.featured_products .title-p{
  margin-bottom: 2rem;
}
.products-grid.homee .owl-item{
  border: 7px solid #0000000F;
  max-width: 315px;
  max-height: 380px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  margin: 0 12px;
}
.products-grid.homee {
  max-width: 1360px;
  margin: auto;
}
/* responsive code starts here */
.home_page_deliver_imgs .item.banner-item img {
  width: 100%;
  max-width: 280px;
  height: 100%;;
  max-height: 280px;
  min-height: auto;
  min-width: auto;
}
.home_page_deliver_imgs .item.banner-item {
  width: 100%;
  max-width: 280px;
  height: 100%;;
  max-height: 280px;
  min-height: auto;
  min-width: auto;
}

.home_page_deliver_imgs .owl-item{
  width: auto !important;
  padding: 0 5px;
}

.home_page_deliver_imgs {
  max-width: 1450px;
  width: 100%;
  margin: auto;
}

.img_block .title-p {
  margin-bottom: 2rem;
}

/* responsive code ends here */
/*Contact Us*/

.insta_block {
  background-image: url(../images/Contact.jpg);
  background-repeat: repeat;
  background-size: auto;
}

.insta_block {
  padding-top: 55px;
  padding-bottom: 150px;
}
.instagram{
  max-width: 1400px;
  margin: auto;
  margin-top: 30px;
}

.instagram .item.banner-item{
  height: 219px;
  min-height: 219px;
  width: 219px;
  min-width: 219px;
}
.instagram .item.banner-item img{
   width: 219px;
   min-width: 219px;
   height: 219px;
   min-height: 219px;
   border-radius: 15px;
}

.insta_block p:first-child{
  font-family: 'Source Serif Pro';
  font-size: 40px;
  text-transform: none;
  letter-spacing: 0.1px;
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 71.2px;
  text-align: center;
  color: #000000B2;
}

.insta_block p{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24.55px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #728A97;
}

.button-block {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 10px;
}

form#contactForm {
  max-width: 72%;
  margin: 28px auto auto;
}

form#contactForm ul.form-list li.fields{
  columns: 2;
}

ul.form-list input{
  width: 100%;
  height: 56px;
  background: #F3F3F3;
  border: none;
  border-radius: 10px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #000000B2;
}

ul.form-list input:focus{
  outline-color: #17AFD5 !important;
  border-color: #17AFD5 !important;
}

ul.form-list input::placeholder {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  color: #000000B2;
}


ul.form-list textarea{
  width: 100%;
  min-height: 175px;
  background: #F3F3F3;
  border: none;
  border-radius: 10px;
  padding-left: 22px;
  padding-top: 19px;
}

ul.form-list textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  color: #000000B2;
}

/*Contact Us*/

.info_blocks{
  background: #17AFD5;
  padding: 40px 0;
  margin-top: 45px;
  display: flex;
}

.info_blocks .block_info{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.info_blocks .block_info p.main_text {
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.info_blocks .block_info p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  margin: 0;
}

.info_blocks .block_info a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
}


/*BECOME AN AFFILIATE*/
.affiliate_page {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.affiliate_img{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.affiliate_text{
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-top: 7px;
}
.affiliate_text .widget.widget-static-block{
  max-width: 70%;
}
.affiliate_text h1{
  font-family: 'Source Serif Pro' !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 50.12px !important;
  text-transform: none;
  text-align: left !important;
  color: #000000B2 !important;
}
.std .affiliate_page .affiliate_text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  text-align: left;
  color: #000000B2;
}
.affiliate_text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.07px;
  text-align: left;
  color: #000000B2 !important;
  text-transform: none;
  letter-spacing: 0.1px;
}
.affiliate_text a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #17AFD5;
}

.blocks_affiliate {
  display: flex;
}

.affiliate_info {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bottom_affiliate{
  background: #EBF4F9;
  padding: 40px 0;
  margin-top: 45px;
}
.std .bottom_affiliate p.main_text{
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
  color: #000000B2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.std .bottom_affiliate p{
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000000B2;
  margin: 0;
}
.bottom_affiliate .affiliate_info a{
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000000B2;
}
/*BECOME AN AFFILIATE*/
.banner-item{
  min-height: 500px;
}
.banner-item img{
  min-height: 500px;
  object-fit: cover;
  object-position: 74% 50%;
}
.banner-block-slider {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.banner-block-slider .up_line {
  position: relative;
  margin-bottom: 0;
  color:#FFFFFF;
  font-size: 17.51px;
  font-style: italic;
  font-weight: 700;
  line-height: 28.02px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.banner-block-slider .up_line span{
 z-index: 10;
  position: relative;
}
.banner-block-slider .up_line::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/decor10.png);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  width: 363px;
  height: 37px;
  left: -12px;
}
.banner-block-slider .middle_line{
  font-family: 'Oleo Script Swash Caps';
  font-size: 100px;
  font-weight: 400;
  line-height: 138.3px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.banner-block-slider .bottom_line{
  box-shadow: 0px 4px 0px 0px #7B35B5;
  background:#A845FA;
  border-radius: 43px;
  padding: 19.7px 78px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}
/* ============================================ *
 * Daily-shop-theme coding end
 * ============================================ */

.ds h1{
  font-weight:300;
  font-size:24px;
  line-height:30px;
  color:#000;
  margin-bottom:0;
  margin-top:45px;
  border-bottom:1px solid #cacaca;
  padding-bottom:5px;
  line-height:25px;
  text-align:center;
}
.ds p {
  float:left;
  display:inline;
  width:50%;
  padding-top:15px;
  height:auto;
  text-align: justify;
  text-justify:auto;
}
.ds .hundo {
  float:left;
  display:block;
  width:95%;
  padding-top:15px;
  height:auto;
  padding-bottom:25px;
  text-align:justify;
  text-justify: inter-word;
}
.ds p .img {
  text-align:center;
}

.container_24 {
  max-width:1100px;
  margin: 0 auto;
  display: block;
}


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

  .ds h1 {
    font-size:18px;
    padding-bottom:0;
    margin-bottom:0;
    margin-top:45px;
    border-bottom:1px solid #fff;
    padding-bottom:5px;
    line-height:25px;
    text-align:center;
  }
  .ds p {
    float:none;
    width:95%;
    padding-left:2%;
    display:block;
    margin-bottom:20px;
  }
  .ds p .img {
    display:none;
  }


}

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

  .ds h1 {
    margin-bottom:0;
    border-bottom:1px solid #fff;
    padding-bottom:5px;
    line-height:25px
  }
  .ds p {
    float:none;
    margin-top:15px;
    width:95%;
    padding-left:2%;
    display:block;
    margin-bottom:20px;
  }
  .ds p .img {
    display:none;
  }

}





@media only screen and (max-width:479px) {
  .container_24 {
    width:300px
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .container_24 {
    width:748px;
  }
}


/* 1 column: 320px */
div.autowide {
  margin: 0 auto;
  width: 98%;
}
div.autowide img {
  float: left;
  margin: 0 .75rem 0 0;
}
div.autowide .module {
  background-color: lightgrey;
  border-radius: .25rem;
  margin-bottom: 1rem;
}
div.autowide .module p {
  padding: .25rem .75rem;
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  div.autowide .module {
    float: left;
    margin-right: 2.564102564102564%;
    width: 48.717948717948715%;
  }
  div.autowide .module:nth-child(2n+0) {
    margin-right: 0;
  }
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  div.autowide .module {
    width: 31.623931623931625%;
  }
  div.autowide .module:nth-child(2n+0) {
    margin-right: 2.564102564102564%;
  }
  div.autowide .module:nth-child(3n+0) {
    margin-right: 0;
  }
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  div.autowide .module {
    width: 23.076923076923077%;
  }
  div.autowide .module:nth-child(3n+0) {
    margin-right: 2.564102564102564%;
  }
  div.autowide .module:nth-child(4n+0) {
    margin-right: 0;
  }
}
.links-block .links{
  width: auto;
}
.links-block .links .block-title{
  background-size: 0px;
}
.address a{
  font-size: 14px;
}
input.readStartDate.start_date.disabled,input.readEndDate.end_date.disabled{
  background: #ebebe4;
  border: 1px solid darkgrey;
  pointer-events: none;
}
.note-r{
  color:red;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}
.datesSelector input{
  max-width: 150px;
  display: flex;
  flex-direction: column;
  height: 35px;
  font-size: 16px;
  text-align: center;
  color: #000000;
}

button.button.btn-resfreshCalendar {
  padding: 3px 14px;
  border-radius: 0;
  background: #333;
  margin-top: 29px;
}
button.button.btn-resfreshCalendar:hover {
  background: #17AFD5;
}

button.button.btn-resfreshCalendar span{
  font-size: 13px;
}
.price-box.displayImportant .price{
  font-size: 32px;
  font-weight: 600;
  line-height: 50.12px;
  text-align: center;
  text-transform: capitalize;
}
/*Checkout*/
form#login-form .input-box{
  display: block;
}
/* DS Video Container */
.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.how_it_works.owl-carousel .item img{
  height: 500px !important;
}
.banner-block-slider p.text-main,.banner-block-slider p.text-small{
  color: #fff;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
}
.infos{
  background: url(../images/info.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  margin-left: 5px;
  cursor: pointer;
}
.info-boxs {
  display: flex;
}
.info-boxs.air{
  display: block;
  padding-left: 9px;
  padding-top: 5px;
}
.info-boxs.air label {
  padding-left: 4px;
}
.instructions_box{
  max-width: 500px;
  position: absolute;
  background: rgb(249, 249, 249);
  z-index: 99;
  margin-left: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(148, 140, 140, 0.290196);
  padding: 20px;
}
.instructions_box_air{
  background: rgba(249, 249, 249, 0.49);
  border: 1px solid rgba(148, 140, 140, 0.05);
  padding: 20px;
  margin: 10px;
}
input[name="vendor_shipping_method1__9"] {
  margin-top: 6px;
}
.info-boxs label{
  padding-left: 12px;
}
fieldset#amorderattr label{
  font-size: 15px;
  margin-top: 10px;
  width: 100%;
}
fieldset#amorderattr input,fieldset#amorderattr textarea{
  width: 100%;
}
body.contacts-index-index .page-title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #000000B2;
}
fieldset#amorderattr .radios li{
  display: flex;
  margin: 9px 0 5px 9px;
}
fieldset#amorderattr .radios input{
  float: right;
  width: 20px;
  height: 14px;
  margin-top: 1px;
}
fieldset#amorderattr .radios label{
  float: left;
}
.sp-methods input{
  margin-top: 5px;
}
.block-poll a{
  color: #333;
}
.block-pol img{
  margin: auto;
}
.block-content img{
  margin: auto;
}


.large_p.level1{
  margin-bottom: 0 !important;
}

.large_p.level2{
  margin-top: 0 !important;
  font-size: 1.2rem !important;
}


.page-title.category-title .description h3 {
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
}
.sort-by {
  float: right !important;
}
.sorter {
  width: 100%;
}
.pricingppr,.pricingppr .price{
  font-size: 14px;
}
.pricingppr .price{

  color: #333;
  font-size: 16px;
}
.normalPrice .price-week,.normalPrice .price-week1{
  float: left;
}
.normalPrice .price-week1{
  padding-right: 5px;
}
ul.add-to-links {
  display: inline-flex;
  width: 100%;
}
ul.add-to-links li{
  width: 100% !important;
}
ul.add-to-links li a{
  margin: auto;
}
.products-grid .actions .button{
  margin: auto;
  float: none;
}
.product-image-info .qty {
  margin-top: 5px;
  width: 100%;
  position: absolute;
}
.product-image-info .qty:focus {
  background: red;
}
.product-info .qty label{
  margin-right: 6px;
}
.product-info .qty input{
  text-align: center;
  font-size: 15px;
}
.actions.displayImportant{
  padding-top: 10px;
}
.product-cart-image img {
  max-width: 90px;
}
.button-check{
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 600;
  border: 1px solid;
  padding: 5px;
  background-image: url(../images/click.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  padding-left: 10px;
  max-width: 150px;
}
.shipping-form .input-box{
  flex-direction: column;
}

input[name="customer_zip"]{
  margin-bottom: 6px;
}
.ajax-load{
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  color: transparent;
}
.ajax-load span.price{
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  color: transparent;
}

.sort-by-category_filter label {
  font-size: 17px;
  pointer-events: none;
}
.sort-by-category_filter li a.selected{
  font-weight: 700;
}
.sort-by-category_filter li {
  list-style: circle;
  margin-left: 24px;
  font-size: 15px;
  padding: 5px 0;
}
.category-products h3{
  font-size: 23px !important;
}
.category-products .ppr-headline{
  display: none;
}
td.a-right.small_box strong {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  left: 60px;
}
.widget_book {
  margin: auto;
  background: #ffffff;
  border-radius: 4px;
  padding: 32px;
  padding-bottom: 24px;
  width: 441px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.input_wedget{
  font-size: 16px;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
}
select.select_box_widget{
  font-size: 17px;
  border: 0px;
  outline: none;
  width: 100%;
  color: #636363;
  height: 100%;
}
.box_widget {
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #728A97;
  border-radius: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 48px;
  width: 100%;
}
label.search_widget{
  width: 100%;
}
.title_field {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: black;
}
label.search_widget.date,label.search_widget.gear{
  margin-top: 10px;
}
button.search-widget {
  border-radius: var(--border-button-border-radius, 4px);
  font-size: var(--font-button-font-size, 16px);
  line-height: var(--font-button-line-height, 24px);
  letter-spacing: var(--font-button-letter-spacing, normal);
  font-family: var(--font-button-font-family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif);
  text-transform: var(--font-button-text-transform, undefined);
  padding-top: var(--spacing-button-vertical, 10px);
  padding-bottom: var(--spacing-button-vertical, 10px);
  font-weight: var(--font-bold-font-weight, 800);
  border-width: var(--border-button-border-width, 2px);
  padding-left: var(--spacing-button-horizontal, 22px);
  padding-right: var(--spacing-button-horizontal, 22px);
  box-shadow: var(--shadow-button-level0-box-shadow, none);
  background: var(--color-buttons-primary-color, #FF5A5F);
  border-color: var(--color-buttons-primary-border, transparent);
  color: var(--color-buttons-primary-text, #ffffff);
  width: 100%;
  margin-top: 10px;
}

.category-products .price-week.extra {
  display: none;
}
.add-to-cart-buttons button.button2.btn-continue{
  background: #999;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  float: left;
  max-width: 216px;
  width: 100%;
  margin-left: 7px;

  box-shadow: 0px 4px 0px 0px #696969;
  border-radius: 43px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}
.add-to-cart-buttons button.button2.btn-continue span{
  font-weight: 700;
  line-height: 40px;
  font-size: 16px;

}
.add-to-cart-wrapper .add-to-cart-buttons {
  display: flex;
}
.header-box{
  width: 33%;
}
.account-header span.icon{
  background: url(../images/login.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.mini-cart span.icon{
  background: url(../images/mini-cart.png) no-repeat;
  width: 33px;
  height: 33px;
  display: block;
}
.mini-cart span.count {
  width: 16px;
  height: 16px;
  background: #728593;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 70px;
  margin-left: 26px;
  color: white;
  text-align: center;
  cursor: context-menu;
  font-size: 10px;
  border: 1px solid white;
}
.header-minicart {
  margin-right: 70px;
}
.account-header {
  margin: 0 12px 0 19px;
}
div#header-nav {
  width: 100%;
}
ol.nav-primary li {
  margin: 0 2px;
}
.home-slider img{width: 100%}
.texrea{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.8vw;
  color: white;
  text-align: center;
  letter-spacing: 0.5px;
}
.text-block {
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 22.2%;
}
.widget_locator{
  position: relative;
  max-width: 550px;
  width: 100%;
  margin-top: 10px;
}
.widget_book_home{
  display: flex;
  max-width: 928px;
  margin: auto;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.widget_locator .search-widget{
  width: 100%;
}
.widget_locator .box_widget {
  height: 56px;
}
.widget_locator .search_widget .box_widget:hover{border-color: #17AFD5 !important;}
.widget_locator .title_field {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  color: #000000B2;
  margin: 0;
  letter-spacing: normal;
  margin-left: 11px;
}
.widget_locator .field_loc {
  width: 100%;
  margin-bottom: 16px;
}
.widget_locator .field_loc.v1 .title_field{
  width: 97px;
}
.widget_locator .field_loc.v2 .title_field{
  width: 131px;
}
.widget_locator .search_widget{
  margin: 0px !important;}
.widget_locator .input_wedget{
  padding-left: 5px;
}
.widget_locator input.input_wedget{
  letter-spacing: -0.4px;
  color: #728A97;
  display: block !important;
}
.widget_locator .search_widget.gear .box_widget {
  border-radius: 7px;
}
.widget_locator button.search-widgets{
  background: #17AFD5;
  border-radius: 57px;
  margin: 0px;
  width: 100%;
}
.widget_locator .search-widgets.button{
  height: 56px;
}
.widget_locator .search-widgets.button:active{
  background: #FF7B00;
}
.widget_locator button.search-widgets span{
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
/*SELECT*/
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
.container {
  width: 500px;
  margin: 50px auto 0;
  text-align: center
}
.localstorage_search{
  position: sticky;
  top: 0;
  background: white;
  z-index: 999999;
  padding-top: 17px;
  padding-bottom: 20px;
}
.localstorage_search .widget_locator{
  margin-top: 0;
  position: inherit;
}
.localstorage_search .widget_locator .title_field{
  margin-left: 0px;
}
.localstorage_search .widget_locator .field_loc.v3 .title_field{
  margin-left: 13px;
}
.localstorage_search .widget_locator .search-widgets.button{
  min-height: 62px;
}

/*Styling Selectbox*/
.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}

.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px
}
.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
  background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
  outline:none;
  border: 1px solid #17AFD5;
  box-shadow: 0 0 4px #17AFD5;
  border-color: #17AFD5;
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8
}
.dropdown.active .select > i {
  transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9
}
.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer
}
.dropdown .dropdown-menu {
  padding: 0;
  list-style: none
}
.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2
}
span.text-select {
  font-size: 17px;
  letter-spacing: -0.4px;
  color: #728A97;
  display: block;
  padding-top: 28px;
  padding-left: 18px;
}
.text-main{
  font-family: 'Source Serif Pro';
  font-size: calc(10px + 1vw);
  font-weight: 600;
  line-height: 41.6px;
  text-align: center;
  color: #000000B2;
}
.button-orange{
  font-family: Nunito;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  background: #17AFD5;
  padding: 13px 8px;
  border-radius: 35px;
  display: block;
  max-width: 324px;
  height: 56px;
  margin: auto;
  text-transform: uppercase;
}
.action{
  text-align: center;
  margin-top: 26px;
}
.seo_text{
  margin: 60px;
}

.title-p{
  font-family: 'Oleo Script Swash Caps';
  font-size: 48px;
  font-weight: 400;
  line-height: 66.38px;
  color:#17AFD5;
  text-align: center;
}

p.text_p{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #000000B2;
  max-width: 83%;
  margin: auto;
}

.block-info{max-width: 99%;overflow: hidden;margin-top: 46px;}
.block-info .row {
  padding-left: 15px;
  padding-right: 15px;
}
.block-info img{
  max-width: max-content;
  width: 85%;
  margin: auto;
}
.block-info .title-p-average{
  font-family: 'Oleo Script Swash Caps';
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  color: #17AFD5;
  text-align: center;
}
.block-info .texts-info{
  font-family: Nunito;
  font-size: 18px;
  text-align: center;
  color: #000000B2;
  margin: 0;
}
.block-info .texts-info a{
  color: #17AFD5
}
.block-info .text-main,.block-info .action{
  margin: 0;
}
.block-info .button_ad {
  padding: 13.7px 54px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.block-how-it-works {
  margin: 80px 0;
}
.block-info .img3{
  margin-left: 26px;
}
.rating-stars .star {
  color: #ccc;
  font-size: 20px;
  padding-right: 6px;
}

.rating-stars .star.filled {
  color: #FFD632;
}

.block-reviews{
  padding: 20px 0;
  max-width: 80vw;
  margin: auto;
  columns: 4 280px;
  column-gap: 1rem;
  font-size: 1.2rem;
  display: block;
}

.block-reviews .review-item{
  background: #F8F9FA;
  max-width: 360px;
  border: 13px solid #F8F9FA;
  padding: 25px;
  border-radius: 16px;
  margin: 0 0 1rem;
  display: inline-block;
}

.block-reviews .review-item p{
  color: #000000B2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.block-reviews .review-item strong{
  color: #000000B2;
  font-size: 16px;
}

.text-italic{
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  color: #728A97;
  text-align: center;
  margin: 32px 0;
  letter-spacing: -0.5px;
}
.reviews-block .title-p{
  padding: 40px 0;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.reviews-block{
  margin-bottom: 70px;
}
.icon-box .row{
  margin: auto;
}
.icon-box{
  margin: 0 66px;
  padding: 33px 0;
  margin-top: 77px;
}

.icon-box div {
  z-index: 5;
}

.icon-box .col-6.col-sm-3.col-lg{
  padding: 0;
  display: flex;
  align-items: center;
}

p.small-text{
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.img_block {
  margin-top: 58px;
}

.containers {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
address.copyright{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000000B2;
  margin-top: 16px;
}

.footer-bottom-block {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
}

.payment_block{
  display: inline-flex;
  align-items: center;
}

img.secured {
  height: max-content;
  width: max-content;
  margin-right: 20px;
}

input#newsletter {
  border: 1px solid #000000B2;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  max-width: 310px;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #000000B2;
  padding-left: 16px;
}
.block.block-subscribe label{
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color:  #000000B2;
}
.block.block-subscribe p{
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color:  #000000B2;
}
.block-subscribe .button .icon{
  background: url(../images/vector.png) no-repeat;
  width: 26px;
  height: 16px;
  display: block;
}
.block-subscribe .button{
  background: transparent !important;
  padding: 0px;
  position: relative;
  right: 39px;
}
.footer-text{
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color:  #000000B2;
}
.footer-text:first-letter {
  text-transform: capitalize;
}
p.footer-text-box{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000B2;
}
a.twitter {
  background: url(../images/social_icon.png) no-repeat scroll 0px 0px;
  text-indent: -9999px;
  height: 32px;
  width: 30px;
  float: left;
}a.facebook {
   background: url(../images/social_icon.png) no-repeat scroll -36px 0px;
   text-indent: -9999px;
   height: 32px;
   width: 30px;
   float: left;
 }a.google {
    background: url(../images/social_icon.png) no-repeat scroll -73px 0px;
    text-indent: -9999px;
    height: 32px;
    width: 30px;
    float: left;
  }
.footer-top li a{
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color:  #000000B2;
}
.content-list {
  display: flex;
}
.content-list ul:first-child{
  margin-right: 76px;
}
.about-footer {
  margin-left: 25px;
}
/*.eayr-reviews-skeleton-container:first-child div:nth-child(2) a{*/
/*  display: none !important;*/
/*}*/
.eayr-reviews-skeleton-container:first-child div:nth-child(2) a{
  display: none !important;
}
.eayr-reviewer-component.eayr-reviewer-with-info.eayr-reviewer-with-name.eayr-reviewer-compact a{
  display: block !important;
}
input{outline:none;}
h1{
  font-family: 'Source Serif Pro';
  font-size: 40px;
  font-weight: 600;
  line-height: 50.12px;
  text-align: center;
  color: #000000B2;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
}

/*move befo mobile*/
/*move befo mobile*/


.eayr-reviews-skeleton-container > a {
  display: none !important;
}
.login-block,.registered-block {
  max-width: 500px;
}
.login-block {
  float: right;
  width: 100%;
}
ul.benefits {
  list-style: inherit;
  margin-left: 19px;
}
.customer-account-forgotpassword .breadcrumbs {
  display: none;
}
.account-create {
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}
input#is_subscribed{
  height: inherit;
}
.account-create input {
  width: 100%;
}
input#is_subscribed {
  margin-right: 0px;
  cursor: pointer;
}
.account-create li.control label {
  padding-left: 22px;
  min-width: 130px;
  padding-right: 0px;
  background: none;
  cursor: pointer;
}
.account-create li.control label:hover {
  background: none;
}
.account-create .form-list .control {
  margin-top: 10px;
  float: right;
  cursor: pointer;
}
.my-account .row {
  width: 100%;
}
.my-account h3 {
  margin-bottom: 0px;
}
.my-account .box-content {
  margin-top: 7px;
}
.my-account {
  margin-right: 25px;
}
.my-account select{
  height: 30px;
}
.block.block-account {
  margin-bottom: 0px;
}
.block.block-cart.skip-content {
  position: absolute;
  z-index: 99999;
  background: white;
  right: 21px;
  border: 1px solid whitesmoke;
  top: 100px;
  padding: 20px;
  max-width: 350px;
  width: 100%;
}
body.cms-index-noroute.cms-no-route .std {
  max-width: 600px;
  margin: auto;
}
.main {
  max-width: 90%;
  margin: auto;
  float: none;
}
.catalog-product-view .main{
  max-width: 100%;
}

.catalog-product-view .product-view{
  max-width: 90%;
  margin: auto;
  padding-top: 45px;
}

.contacts-index-index .main,.cms-become-an-affiliate  .main,.cms-how-it-work .main{
  max-width: 100%;
}
.cms-how-it-work .breadcrumbs,.cms-become-an-affiliate .breadcrumbs{
  display: none;
}
.col-main {
  margin: auto;
  float: none;
  padding: 0;
}
.cms-home .main {
  max-width: 100%;
}
.col-left.sidebar {
  width: 18%;
  float: right;
  margin-top: 45px;
}

.sort-by-category_filter {
  margin-top: 40px !important;
  width: 18%;
  float: right;
}
.sort-by-category_filter.is-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 145px;
}

.vendorspage-index-index .sidebar .block-title{
  height: 50px;
  line-height: 55px;
}
ol#products-list a.product-image {
  border: none;
}
.product-shop .product-name h1 {
  margin: 0px !important;
  text-align: left !important;
}
.product-view {
  margin-top: 40px;
}
.cart.sub-cart .page-title.title-buttons{
  padding-top: 0;
}
.checkout-cart-index .main{
  margin-bottom: 25px;
}
button#btn-checkout-c {
   font-style: normal;
   font-weight: bold;
   font-size: 18px;
   line-height: 22px;
   text-transform: uppercase;
   font-family: 'Lato', sans-serif;
   letter-spacing: 1.2px;
 }
button#btn-checkout-c {
  font-style: normal;
  line-height: 22px;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1.2px;
  box-shadow: 0px 4px 0px 0px #7B35B5;
  background: #A845FA;
  border-radius: 43px;
  padding: 19.7px 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}
div#shipping-buttons-container {
  margin-bottom: 15px;
}
body.checkout-onepage-index .buttons-set button.button{
  padding: 10px 46px;
}
body.checkout-onepage-index div#rcode {
  margin-top: 11px;
}
ol#checkoutSteps {
  margin-bottom: 40px;
}
.step-title {
  margin-bottom: 25px;
}
.step-title h2{
  font-size: 17px;
}
body.checkout-onepage-index .opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0px;
  position: absolute;
  line-height: 0px;
  right: 0;
  top: 20px;
}
body.checkout-onepage-index .form-list .control {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
body.checkout-onepage-index .validation-advice {
  height: 15px;
}
body.checkout-onepage-index label.required {
  margin-bottom: 0px;
}
body.checkout-onepage-index li.section .step-title {
  margin: 0px;
}
body.checkout-onepage-index li.section.allow.active .step-title{
  margin-bottom: 25px;
}


div#advice-required-entry-newsletter {
  position: absolute;
}

@media only screen and (max-width: 1459px) {
  .searchAddress{
    margin-right: 20px;
  }
  .logo{
    margin-right: 10px;
  }
  .banner-home-middle{
    gap: 20px;
  }
}

@media only screen and (max-width: 1369px) {
  .account-header {
    margin: 0 15px 0 20px;
  }

  .search-address {
    max-width: 110px;
  }

  .search-date {
    padding-left: 12px;
    max-width: 135px;
  }

  .searchAddress input {
    width: -webkit-fill-available;
  }

  .search-action {
    position: relative;
    left: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .product-view .add-to-cart-buttons .button{
    padding: 0 38px;
  }
  .add-to-cart-buttons button.button2.btn-continue{
    padding: 0 10px;
  }
  .banner-block-slider .middle_line {
    font-size: 6vw;
  }
  .content_how_it_work table tr td{
    width: 40%;
  }
  form#search_mini_form {
    width: 25%;
  }
  .block_so_how_does_all_this_work table {
    width: 90%;
  }

  .navmobile {
    margin: 18px 22px;
    padding: 0px !important;
    margin-right: 22px !important;
  }

  .nav-primary {
    flex-direction: column;
  }

  .nav-primary li.level0, .nav-primary a.level0 {
    display: block;
  }

  .nav-primary li.level0 > a {
    height: 62px;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    border: none;
  }

  .nav-primary li {
    border: 1px solid #E0E0E0;
  }

  nav#nav {
    width: 100%;
    position: absolute;
    background: white;
    left: 0;
    z-index: 999;
    top: 59px;
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .header-minicart {
    margin-right: 0;
  }

  .nav-primary li a{
    padding: 13px 10px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {

  .cms-home .header-minicart {
    margin-right: 32px;
  }
  .cms-home .header-box {
    position: inherit;
    max-width: 708px;
  }
  .cms-home .nav-primary{
    flex-direction: row;
  }
  .cms-home .nav-primary li{
    border: none;
  }
  .cms-home .nav-primary li.level0 > a{
    height: initial;
    font-size: 1.45vw;
  }
}

@media only screen and (min-width: 1190px) and (max-width: 1352px) {
  .content-list ul:first-child {
    margin-right: 10%;
  }
}
@media screen and (max-width:1189px) {
  .newsletter {
    margin-top: 205px;
  }
  .content-list ul:first-child {
    margin-right: 20px;
  }
  .video-home-content{
    margin: 40px 0;
    overflow: hidden;
  }

}
@media screen and (max-width:1090px) {
  .seo_text {
    margin: 60px 0;
  }
  .seo_text p.text_p{
    max-width: 95%;
  }
  .banner-home-middle > div {
    width: 50%;
  }
  .icon-box {
    margin: 0 0;
  }
  .nav-primary li a {
    font-size: 1.45vw;
    padding: 13px 10px !important;
  }
  .affiliate_text .widget.widget-static-block {
    max-width: 90%;
  }
  .std .bottom_affiliate p.main_text,.info_blocks .block_info p.main_text {
    font-size: 16px;
  }
  .std .bottom_affiliate p,.info_blocks .block_info p{
    font-size: 15px;
  }
  .bottom_affiliate .affiliate_info a,.info_blocks .block_info a{
    font-size: 15px;
  }
  .affiliate_text h1{
    font-size: 35px !important;
  }
}

/*Product list and all tablet comp*/


@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left !important;
  }
  .products-grid--max-4-col > li {
    width: 23.28%;
    margin-right: 2.22222%;
  }
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
  .products-grid--max-4-col > li:nth-child(5n) {
    margin-right: 2.22222%;
  }
  .products-grid--max-4-col > li:nth-child(5n+1) {
    clear: left;
  }
  .products-grid--max-4-col > li:nth-child(5n+1) {
    clear: none;
  }
  .vendorspage-index-index .col-left.sidebar,.sort-by-category_filter {
    width: 25%;
  }
  .col2-left-layout .col-main{
    width: calc(100% - 25%);
  }
  .page-title.category-title h1 {
    height: auto;
  }
  .products-list > li .product-image img {
    height: auto;
  }
  .cart .page-title h1 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width:991px) {

}
/*Tablet*/
@media screen and (max-width:991px) {
  .cms-how-it-work .banner-block-slider{
    left: 17%;
    width: auto;
  }

  .block_so_how_does_all_this_work table {
    width: 95%;
  }

  .content_how_it_work table tr td {
    width: 45%;
  }

  .content_how_it_work table tr{
    gap: 40px;
  }

  .block-how-it-works {
    margin: 20px 0;
  }

  .banner-home-middle{
    padding: 25px 30px;
  }

  .banner-home-middle > div:first-child{
    width: 64%;
  }



  .banner-block-slider {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  .sort-by-category_filter label {
    pointer-events: visible;
  }
  body.customer-account-index .col-left.sidebar,body.customer-account-edit .col-left.sidebar,body.customer-address-form .col-left.sidebar,body.sales-order-history .col-left.sidebar,body.sales-billing-agreement-index .col-left.sidebar,body.sales-recurring-profile-index .col-left.sidebar,body.review-customer-index .col-left.sidebar,body.oauth-customer-token-index .col-left.sidebar,body.newsletter-manage-index .col-left.sidebar,body.downloadable-customer-products .col-left.sidebar,body.payperrentals-front-customer-rentalqueue-index .col-left.sidebar,body.payperrentals-front-customer-rentalmembership-index .col-left.sidebar{
    width: 100%;
  }
  body.customer-account-index .block-content,body.customer-account-edit .block-content,body.customer-address-form .block-content,body.sales-order-history .block-content,body.sales-billing-agreement-index .block-content,body.sales-recurring-profile-index .block-content,body.review-customer-index .block-content,body.oauth-customer-token-index .block-content,body.newsletter-manage-index .block-content,body.downloadable-customer-products .block-content,body.payperrentals-front-customer-rentalqueue-index .block-content,body.payperrentals-front-customer-rentalmembership-index .block-content{
    display: block !important;
  }

  .sort-by-category_filter {
    margin-top: 0px !important;
    position: sticky !important;
    width: 100%;
  }
  .col-main{
    width: 100%;
    padding: 0;
  }
  .col2-left-layout .col-main{
    width: 100%;
  }
  .page-title.category-title{
    padding-top: 0;
  }
  .vendorspage-index-index .col-left.sidebar {
    width: 100%;
    float: none;
    margin-top: 0px;
    padding: 0px;
  }
  .vendorspage-index-index .sidebar .block-title {
    background: #F5F5F5;
  }
  .vendorspage-index-index .block.block-poll{
    margin-bottom: 5px;
  }
  .vendorspage-index-index .sidebar .block-title strong {
    color: #728A97;
  }
  .vendorspage-index-index .sidebar .block-content,.sort-by-category_filter ul {
    display: none;
  }

  .products-list > li .product-image img {
    width: auto;
    height: auto;
  }
  .sort-by-category_filter label {
    background: #F5F5F5;
    color: #728A97;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 20px;
    height: 50px;
  }
  .vendorspage-index-index .mobile-move span.icon {
    background: url(../images/open.png) no-repeat;
    width: 12px;
    height: 13px;
    display: block;
    float: right;
    margin-top: 18px;
    margin-right: 7px;
  }
  .vendorspage-index-index .mobile-move span.icon.closes{
    background: url(../images/close.png) no-repeat;
    margin-top: 24px;
  }
  .toolbar {
    margin-bottom: 5px;
  }
  .sort-by-category_filter ul{
    background: rgba(253, 253, 253, 0.84);
    margin-bottom: 10px;
  }
  .reservationCalendarDiv .dateView {
    width: 100% !important;
  }
  .dateSelectorStart, .dateSelectorEnd {
    margin-right: 11px !important;
    margin-bottom: 10px !important;
  }
  .add-to-cart-wrapper .add-to-cart-buttons .over-btn{
    margin: 0 !important;
  }
  .add-to-cart-wrapper .add-to-cart-buttons{
    flex-direction: column;
  }
  .add-to-cart-buttons button.button2.btn-continue {
    margin: 0;
  }
  .cart .page-title h1 {
    margin-bottom: 5px !important;
  }
  body.checkout-cart-index .main {
    max-width: 90%;
  }
  .cart .page-title,.cart .page-title h3 {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .cart-table thead th span{
    white-space: nowrap !important;
  }
  .discount-form button.button,.discount input {
    width: 100%;
  }
  .checkout-onepage-index .col-main,fieldset#amorderattr input,fieldset#amorderattr select,fieldset#amorderattr textarea {
    width: 100%;
    max-width: 100%;
  }

  .newsletter {
    margin-top: 0px;
  }
  .mobile-menu{display: block}
  nav#nav{display: none}
  .navmobile{
    margin: 18px 22px;
    padding: 0px !important;
    margin-right: 22px !important;
  }
  .header-minicart {
    margin: 0 10px;
    margin-right: 0;
  }

  .mini-cart span.count {
    top: 60px;
    margin-left: 21px;
  }
  .main-container {
    margin-top: 2px;
  }
  .home-slider img {
    width: fit-content;
    position: relative;
    left: 29%;
    transform: translateX(-50%);
  }
  .home-slider {
    min-height: 698px;
    overflow: hidden;
  }
  .texrea{font-size: 5.5vw;line-height: 1;}
  .text-block {
    margin-top: 265px;
  }
  .widget_locator .field_loc.v3 {
    max-width: 180px !important;
  }
  .block-info {
    max-width: 100%;
    overflow: hidden;
  }
  .title-p {
    font-size: 6vw;
  }
  .text-italic {
    margin: 0px 0;
    font-size: 2.3vw;
  }

  .reviews-block {
    height: auto;
  }
  .block-info img {
    width: 85%;
  }
  .eayr-reviews-layout-slider-item.eayr-reviews-layout-slider-slider-slide div {
    font-size: 14px !important;
  }
  .eayr-review-card-template-bubble-reviewer {
    margin-top: -5px !important;
    padding: 0px !important;
  }
  .eayr-slider-item {
    height: 220px !important;
  }
  .eayr-review-card-template-bubble-bubble{padding-bottom: 10px !important;}
  .icon-box img {
    width: 39px;
    float: left;
  }
  p.small-text {
    margin-top: 0px;
    text-align: left;
    margin-left: 10px;
    white-space: nowrap;
  }
  .icon-box .row div:last-child p.small-text {
    width: 64px;
    white-space: inherit;
  }
  .icon-box {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .footer-top {
    padding-top: 33px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 15px;
    padding-left: 15px;
  }

  div#b-about,div#b-where,div#b-company{
    margin-right: auto;
  }

  div#b-where,div#b-news{
    margin-top: 20px;
  }

  .reviews-block{
    margin-top: 40px;
  }

  .about-footer {
    margin-left: 0px;
    margin-bottom: 32px;
  }
  .block.block-subscribe label {
    margin-bottom: 4px;
  }
  .block.block-subscribe p {
    margin-bottom: 14px;
  }
  address.copyright {
    padding: 0px;
    margin: 0px;
  }

  .footer-bottom{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
  }
  .block-info .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-info .texts-info{font-size: 16px}
  .block-info .img3 {
    margin-left: 9px;
  }
  .content-list ul:first-child {
    margin-right: 50px;
  }
  .banner-home-content{
    min-height: 200px;
  }
  .banner-home-content p{
    margin-bottom: 0;
  }
  .banner-home-content img {
    max-width: fit-content;
    object-fit: cover;
    object-position: 74% 50%;
    min-height: 200px;
  }
  .text-main{
    line-height:1;
    margin-bottom: 0;
  }
  .action{
    margin-top: 15px;
  }


  .line_icon p{
    font-size: 11px;
    margin-left: 7px;
  }
  .line_icon img{
    width: 75px;
  }

  .footer-bottom-block{
    margin-left: 0;
    margin-right: 0;
    align-items: center;
  }

  .video-home-content iframe {
    margin: 40px 40px;
  }

  .block_why_rent{
    padding: 20px 0 20px;
  }

  .block_data .bl_text{
    width: 90%;
    margin-right: 20px;
  }

  .icon-box div{
    z-index: 5;
  }

  .block-reviews{
    columns: inherit;
  }

  nav#nav {
    width: 100%;
    position: absolute;
    background: white;
    left: 0;
    z-index: 999;
    top: 85px;
  }
  .header-box{
    max-width: 100%;
  }
  .nav-primary{
    flex-direction: column;
  }
  .nav-primary li.level0 > a {
    height: 62px;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    border: none
  }
  .nav-primary li {
    border: 1px solid #E0E0E0;
  }
  .nav-primary li.level0, .nav-primary a.level0 {
    display: block;
  }
}
@media screen and (max-width:766px) {
  form#search_mini_form {
    display: none;
  }
  .affiliate_page{
    margin-top: 0;
    gap: 15px;
  }
  .affiliate_text{
    flex: 4;
  }
  .add-to-cart-wrapper .add-to-cart-buttons {
    flex-direction: row;
  }
  .add-to-cart-buttons button.button2.btn-continue{
    margin-left: 7px;
  }

  form#contactForm {
    max-width: 88%;
    margin: 18px auto auto;
  }

  .insta_block {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .insta_block p:first-child{
    line-height: 45.2px;
  }

  .std .bottom_affiliate p.main_text,.info_blocks .block_info p.main_text {
    font-size: calc(8px + 1vw);
    height: inherit;
  }

  .bottom_affiliate .affiliate_info a,.info_blocks .block_info a {
    font-size: calc(8px + 1vw);
  }

  .std .bottom_affiliate p,.info_blocks .block_info p{
    font-size: calc(8px + 1vw);
    text-align: center;
    height: 0;
  }

  .info_blocks .block_info{
    justify-content: start;
  }

  .affiliate_info{
    justify-content: flex-start;
  }

  .bottom_affiliate{
    margin-top: 20px;
  }

  .localstorage_search .widget_locator .box_widget {
    height: 35px;
  }

  .localstorage_search .widget_locator input.input_wedget{
    padding-top: 0px;
    padding-left: 0px;
    height:25px;
  }

  .localstorage_search .field_loc.v1,.localstorage_search .field_loc.v2,.localstorage_search .widget_locator .field_loc.v3{
    height: 35px;
    margin-bottom: 14px !important;
  }

  .localstorage_search .widget_locator .search-widgets.button{
    height: 37px;
    min-height: 37px;
  }

  .localstorage_search .widget_locator .title_field {
    margin-left: 0px;
    top: -14px;
    z-index: 9999999;
    background: white;
  }

  .localstorage_search .widget_locator .field_loc.v3 span.text-select{
    padding-top: 4px;
  }

  .product-img-box {
    width: 100%;
    padding: 0;
  }
  .product-view .product-shop {
    width: 100%;
    padding: 0px;
  }
  .product-view .add-to-cart-wrapper {
    float: right;
    padding: 0px;
    width: 100%;
  }
  .cms-page-view .data-table tbody th{
    white-space: normal;
    width: 50%;
  }
}

@media screen and (max-width:737px) {
  body:not(.cms-index-index) .pac-container.pac-logo {
    width: 315px !important;
    position: fixed !important;
    left: 50px !important;
    top: 187px !important;
    z-index: 999999999 !important;
  }
  body:not(.cms-index-index) .daterangepicker {
    top: 182px !important;
  }
  .searchAddress{
    margin: auto;
    max-width: 92%;
  }
  .checkout-onepage-index .searchAddress{
    display: none;
  }
  .main-container {
    padding-top: 96px !important;
  }

  .checkout-onepage-index .main-container {
    padding-top: 100px !important;
  }

  .cms-home .main-container {
    padding-top: 105px !important;
  }

  .search-date {
    padding-left: 12px;
    max-width: 100%;
    width: 100%;
  }

  .search-address {
    max-width: 100%;
    width: 100%;
  }
}

/*Contact page*/
.cms-contact-us .table.data-table{
  max-width: 1200px !important;
  margin: auto;
  width: 100% !important;
}
@media screen and (min-width : 576px) and (max-width : 684px) {
  p.small-text {
    font-size: 0.7rem;
  }
  .content-list {
    display: grid;
  }
  .block.block-subscribe {
    margin: 0px;
  }
  .block.block-subscribe {
    margin: 0px;
    width: 100%;
  }
  .block.block-subscribe p,p.footer-text-box {
    font-size: 0.8rem;
    white-space: nowrap;
  }

  img.secured {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  input#newsletter {
    float: left;
  }
  .validation-advice{
    height: 0px;
    padding: 0px;
    margin: 0px;
  }
}
.item.related {
  max-width: 100px;
  float: left;
}

div#block-related {
  display: flex;
}
.item.related {
  max-width: 100px;
  margin: 10px;
  width: 100%;
}

.item.related .product {
  text-align: center;
}

.item.related img {
  margin: auto;
}

.block.block-related{
  width: 100%;
}

.upsell_block .owl-item img {
  max-width: 100%;
}

.item.upsell .pricingppr {
  font-size: 14px;
  text-align: center;
}

.upsell_block {
  padding: 0 26px;
}

.item.upsell h3.product-name{
  text-align: center;
  padding-top: 8px;
  height: inherit;
}
.item.upsell img {
  width: fit-content;
  margin: auto;
}
/*Mobile*/
@media screen and (max-width:675px) {
  .owl-carousel.home.owl-theme .banner-item {
    min-height: 300px;
    height: 300px;
  }
  .banner-home-middle > div {
    width: 100%;
  }
  .block_why_rent .bl_text p.title-p{
    font-size: 5vw;
  }
  .block-info .title-p-average{
    font-size: 22px;
  }
}

@media screen and (max-width:630px) {
  div#block-related {
    display: block;
  }
  button.button.btn-cart-buyout {
    max-width: 100%;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
  }
  ul.sharing-links {
    width: 100%;
    margin: 20px 0;
  }
  .item.related {
    margin: 0px;
  }
  .cart-table thead{
    display: none;
  }
  .cart-table button.button.btn-continue,.cart-table button.button.btn-update,.cart-table button#empty_cart_button,button.button.open_block_date{
    width: 100%;
    margin: 5px 0px;
  }
  button#btn-checkout-c {
    font-size: 16px;
  }
  .catalog-product-view .box-upsell h2 {
    font-size: 15px;
  }
}

div#review-buttons-container button.button.btn-checkout {
  background-color: #17AFD5;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  width: 100%;
  max-width: 264px;
  height: 50px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.2px;
}
div#review-buttons-container .f-left {
  float: right;
}


@media screen and (max-width:575px) {
  .slider_button p.text-main {
    font-size: calc(20px + 1vw);
    line-height: 33.12px;
  }

  body:not(.cms-index-index) .pac-container.pac-logo {
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    top: 170px !important;
    z-index: 999999999 !important;
  }

  body:not(.cms-index-index) .daterangepicker {
    top: 160px !important;
  }

  .cms-how-it-work .banner-block-slider {
    left: 10%;
  }

  .block_so_how_does_all_this_work .h2{
    font-size: calc(30px + 1vw);
  }

  .block_so_how_does_all_this_work p{
    font-size: calc(12px + 1vw);
  }

  .block_so_how_does_all_this_work {
    margin: 20px 0;
  }

  .block_so_how_does_all_this_work table tr {
    flex-direction: column;
  }

  .content_how_it_work table tr:nth-child(2n+1) {
    flex-direction: column-reverse;
  }

  .content_how_it_work table tr{
    flex-direction: column;
    padding: 40px 0;
  }

  .content_how_it_work table tr td {
    width: 90%;
  }

  .content_how_it_work table tr td{
    padding: 0;
  }

  .content_how_it_work table tr {
    gap: 20px;
  }

  .content_how_it_work table tr td p{
    text-align: center;
  }

  .cms-how-it-work .text-main{
    font-size: calc(14px + 1vw);
  }

  .button-orange{
    font-size: 16px;
    max-width: 220px;
    height: 45px;
    line-height: 20px;
  }
  .banner-block-slider{
    top: 28%;
  }

  .widget_locator .field_loc.v1 .title_field{
    width: 104px;
  }

  .widget_locator .field_loc.v2 .title_field {
    width: 148px;
  }
  .widget_locator .title_field{
    font-size: 14px;
  }
  .widget_locator .box_widget {
    height: 44px;
  }
  .input_wedget{
    font-size: 14px;
  }
  .banner-block-slider .bottom_line{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    line-height: 19.28px;
    padding: 15.7px 39px;
  }
  .seo_text {
    margin: 20px 0;
  }
  .featured_products {
    margin: 0px 0 40px 0;
  }
  .banner-block-slider .up_line::before{
    left: -6px;
  }
  .banner-item {
    min-height: 300px;
  }
  .banner-block-slider .middle_line{
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .banner-item img{
    min-height: 300px;
  }

  .line_icon img {
    width: 65px;
  }

  .line_icon{
    justify-content: space-around;
    padding: 5px 0;
  }

  .line_icon div {
    flex-direction: column;
  }

  .line_icon p {
    font-size: 11px;
    margin-left: 0;
    text-align: center;
  }

  body.checkout-onepage-index .checkout-login {
    float: none;
  }
  div#checkout-step-login .col-12.col-sm.col-lg {
    margin-top: 10px;
  }
  body.checkout-onepage-index li.section.allow.active .step-title {
    margin-bottom: 10px;
  }
  li#billing-new-address-form input,li#billing-new-address-form select,div#checkout-step-payment input,div#checkout-step-payment select  {
    width: 100% !important;
  }
  div#review-buttons-container button.button.btn-checkout{
    max-width: 100%;
  }
  body.checkout-onepage-index .main {
    max-width: 94%;
  }
  .shipping select{
    width: 100%;
  }

  .checkout-cart-index .page-title.title-buttons{
    padding-top: 0px;
  }
  .shipping {
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
  }
  .cart-table{
    margin-bottom: 8px;
  }
  .cart-table dl.item-options{
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
  .cart-table td.product-cart-price {
    float: right;
    width: 100%;
    text-align: right;
    max-width: 100px;
  }
  .cart-table span.cart-price span.price {
    font-size: 18px;
  }
  .cart-table h2 {
    font-size: 15px;
  }
  .discount h2.active{
    color: #000000B2;
  }
  .discount h2{
    margin: 0px;
  }


  .products-grid > li {
    float: left;
    width: 47.52727%;
    margin-right: 4.54545%;
  }

  .block-info .img3 {
    margin-left: auto;
  }
  p.small-text {
    font-size: 15px;
  }

  .icon-box{
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }

  .field_loc.v1,.field_loc.v2,.widget_locator .field_loc.v3{
    width: 100% !important;
    margin: auto !important;
    height: 44px;
    max-width: 86% !important;
    margin-bottom: 8px !important;
  }
  .widget_locator .search-widgets.button {
    max-width: 86%;
    height: 44px;
  }
  .widget_book_home {
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
  }
  label.search_widget {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
  }
  .widget_locator .search_widget .box_widget,.widget_locator .search_widget.date .box_widget{max-width: 100%;}

  /*footer*/

  .footer-top span.icon{
    background: url(../images/open.png) no-repeat;
    width: 12px;
    height: 13px;
    display: block;
    float: right;
    margin-top: 4px;
    margin-right: 7px;
  }

  .footer-top span.icon.closes{
    background: url(../images/close.png) no-repeat;
  }
  .b-about p.footer-text-box,.b-company ul,.b-where .content-list,.b-newsletter .input-box,.b-newsletter p,.about-footer .containers {
    display: none;
    padding-left: 4px;
    padding-top: 6px;
  }
  p.footer-text,.block.block-subscribe label {
    margin: 0;
  }
  .block.block-subscribe{
    margin: 0;
  }
  p.footer-text.active,.block.block-subscribe label.active {
    color: #000000B2;
  }
  .footer-top .row {
    background: #F5F5F5;
  }
  .footer-top .col-sm-6 {
    border-bottom: 2px solid white;
    padding: 17px 15px;
  }

  .footer-top {
    padding-top: 2px;
    display: block;
    overflow: hidden;
  }
  .about-footer {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  a.twitter {
    background: url(../images/mob_social_icons.png) no-repeat scroll 0px 0px;
    text-indent: -9999px;
    height: 33px;
    width: 33px;
    background-size: 120px;
    float: none;
    margin: auto;
    display: block;
  }a.facebook {
     background: url(../images/mob_social_icons.png) no-repeat scroll -43px 0px;
     text-indent: -9999px;
       height: 33px;
       width: 33px;
       background-size: 120px;
       float: none;
       margin: auto;
       display: block;
   }a.google {
      background: url(../images/mob_social_icons.png) no-repeat scroll -88px 0px;
      text-indent: -9999px;
           height: 33px;
           width: 33px;
           background-size: 120px;
           float: none;
           margin: auto;
           display: block;
    }
  .mobile-social{display: block}

  div#b-about,div#b-company,div#b-where,div#b-news{
    border-bottom: 1px solid #000000B2;
    padding: 10px 0;
    margin: 0;
  }

  div#b-news{
    border-bottom: none;
  }

  address.copyright {
    padding-bottom: 6px;
  }
  .home-slider {
    min-height: 255px;
    height: 452px;
    overflow: hidden;
  }
  .text-block {
    margin-top: 30px;
  }
  nav#nav {
    z-index: 99999999999999;
    top: 40px;
  }

  .banner-home-middle > div > div:first-child > p:first-child::before{
    left: -5%;
  }

  .banner-home-middle > div > div:first-child > p:first-child{
    text-align: center;
    margin-bottom: 10px;
    font-size: calc(26px + 1vw);
    line-height: 42.12px;
  }

  .banner-home-middle > div > div:first-child {
    max-width: 100%;
    float: right;
  }

  .banner-home-middle{
    flex-direction: column;
    padding: 25px 11px;
  }
  .banner-home-middle .title-p{
    text-align: center;
  }
  .banner-home-middle > div > div:first-child > p{
    font-size: calc(13px + 1vw);
  }
  a.button_ad{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    line-height: 19.28px;
    padding: 15.7px 39px;
  }
  .banner-home-middle > div p,.block_why_rent .bl_text p{
    text-align: center;
  }
  .footer-container{
    padding-top: 1rem;
  }
  .block-info .title-p-average {
    font-size: 25px;
  }
  .banner-home-middle > div:first-child {
    width: 100%;
    position: inherit;
    z-index: 2;
  }

  .banner-home-middle > div {
    width: 100%;
  }
  .main-container {
    padding-top: 78px !important;
  }
  .cms-home .main-container {
    padding-top: 85px !important;
  }
  .mini-cart span.count{
    top: 18px !important;
  }
  header#header{
    padding: 0;
    padding-bottom: 10px;
  }
  a.logo img.large{display: none}
  a.logo img.small{display: block}
  .logo {
    margin: 18px 0px 7px 11px;
    padding: 0;
  }
  .header-minicart {
    margin: 14px 3px;
  }
  .navmobile {
    margin-right: 14px !important;
    margin: 16px 22px;
    margin-left: 28px;
  }
  .account-header {
    margin: 14px 0px;
    margin-right: 17px;
  }
  .main-container {
    margin-top: 0px;
  }

  .checkout-onepage-index .main-container {
    padding-top: 53px !important;
  }

  .video-home-content {
    margin: 0;
  }

  .video-home-content iframe {
    margin: 35px 13px;
    height: 240px;
  }

  .block_data{
    flex-direction: column;
    padding: 0;
  }

  .block_why_rent .title-p::before{
    top: 8px;
    left: 38%;
  }

  .block_data .bl_text{
    width: 90%;
    text-align: justify;
    margin: 0;
  }

  .block_why_rent .title-p::before {
    left: 27%;
  }

  .block-reviews .review-item{
    max-width: initial;
  }

  .reviews-block .title-p{
    padding: 20px 0;
  }

  .footer-bottom-block{
    flex-direction: column-reverse;
  }

  .payment_block{
    padding: 15px 0;
  }

  .footer-bottom{
    padding-top: 0;
  }

  .affiliate_text h1{
    line-height: 10.12px !important;
  }

  .blocks_affiliate,.info_blocks {
    display: flex;
    flex-wrap: wrap;
  }

  .page-title {
    margin-top: 10px;
  }

  form#contactForm {
    max-width: 93%;
    margin: 28px auto auto;
  }

  .page-title p {
    font-size: 17px;
  }

  .contacts-index-index .buttons-set {
    max-width: 326px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }

  .button-block{
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .affiliate_text h1,.page-title h1 {
    font-size: 30px !important;
  }

  .affiliate_text h2 {
    font-size: 20px;
  }

  .affiliate_text a,.info_blocks .block_info a{
    font-size: 14px;
  }

    .std .affiliate_page .affiliate_text p,.info_blocks .block_info p {
    font-size: 14px;
  }

  .affiliate_info,.info_blocks .block_info {
    flex: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .instagram .item.banner-item img {
    width: inherit;
    min-width: inherit;
    height: inherit;
    min-height: inherit;
    border-radius: 15px;
  }

  .insta_block p:first-child{
    font-size: 30px !important;
  }

  .instagram .item.banner-item {
    height: inherit;
    min-height: max-content;
    width: inherit;
    max-width: min-content;
  }

  .affiliate_img{
    max-width: 200px;
    margin: auto;
  }

  .breadcrumbs {
    padding: 15px 0;
    margin: 0;
  }

  affiliate_img p{
    margin-bottom: 0;
  }

  .bottom_affiliate,.info_blocks{
    padding: 15px 0;
  }

  .std .bottom_affiliate p,.info_blocks .block_info p {
    height: initial;
  }

  .affiliate_page {
    gap: 0;
    flex-direction: column;
  }

  .affiliate_text .widget.widget-static-block {
    max-width: 95%;
  }

  .affiliate_text{
    justify-content: space-around;
  }

  .header-box {
    margin-bottom: 9px;
  }
  .texrea {
    font-size: 2.55em;
    line-height: 1.05;
  }
  .title-p {
    font-size: 31px;
  }
  .block-how-it-works {
    margin-top: 35px;
  }
  .title-p {
    margin-bottom: -10px;
  }
  p.small-text.vsm {
    white-space: inherit;
  }
  .block.block-subscribe {
    width: 100%;
  }
  html,body {
    min-width: 320px;
  }
  .block-subscribe .button .icon.closes {
    background: url(../images/vector.png) no-repeat;
    height: 19px;
  }
  .cms-page-view .data-table tbody th {
    white-space: pre;
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  .cms-page-view.cms-privacy-policy-cookie-restriction-mode table, .cms-page-view.cms-privacy-policy-cookie-restriction-mode thead, .cms-page-view.cms-privacy-policy-cookie-restriction-mode tbody, .cms-page-view.cms-privacy-policy-cookie-restriction-mode th, .cms-page-view.cms-privacy-policy-cookie-restriction-mode td, .cms-page-view.cms-privacy-policy-cookie-restriction-mode tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .cms-page-view.cms-privacy-policy-cookie-restriction-mode thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .cms-page-view.cms-privacy-policy-cookie-restriction-mode tr { border: 1px solid #ccc; }

  .cms-page-view.cms-privacy-policy-cookie-restriction-mode td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .cms-page-view.cms-privacy-policy-cookie-restriction-mode td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .cms-page-view.cms-privacy-policy-cookie-restriction-mode .data-table tbody th {
    white-space: pre;
    width: 100%;
  }
}
button.button.btn-continue {
  float: left;
}
@media screen and (max-width:500px) {
 .logo{
   min-width: 129px;
 }
}
@media screen and (max-width:434px) {
  .page-title p.h1_t{
    font-size: 22px;
  }
  .reservationCalendarDiv .dateView{
    display: flex;
  }
  .reservationCalendarDiv .datesSelector,.reservationCalendarDiv .dateStartLine,.reservationCalendarDiv .dateSelectorStart,.reservationCalendarDiv input,.reservationCalendarDiv .dateSelectorEnd{
    width: 100%;
    max-width: 100%;
  }
  button.button.btn-resfreshCalendar {
    margin-top: 0px;
    float: right;
  }
  .add-to-cart-buttons button.button2.btn-continue,.add-to-cart-wrapper .add-to-cart-buttons .over-btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px !important;
    margin: 0px;
  }
  .add-to-cart-wrapper .add-to-cart-buttons {
    display: block;
    margin: 0px;
    width: 100%;
  }

}

@media screen and (max-width:457px) {
  .searchAddress {
    margin: auto;
    max-width: 285px;
    width: 285px;
  }

  .search-address {
    max-width: 100px;
    width: 100%;
  }

  .search-date {
    padding-left: 12px;
    max-width: 116px;
    width: 100%;
  }

  .banner-home-content_button p.text-main {
    display: none;
  }

  .banner-home-content_button .text-main-h1 {
    font-size: 19px;
  }

  .banner-home-content_button .action {
    margin-top: 3px;
  }
  .banner-home-content_button .button-orange{
    font-size: 13px;
    max-width: 124px;
    height: fit-content;
    line-height: revert-layer;
    padding: 4px 12px;
  }

}
@media screen and (max-width:400px) {
  .banner-block-slider .up_line{
    font-size: 14.51px;
  }
  .banner-block-slider .up_line::before{
    width: 295px;
  }
  .banner-block-slider .middle_line {
    font-size: 8vw;
  }
}

@media screen and (max-width:373px) {
  .block-subscribe .button {
    position: absolute;
    bottom: 26px;
    left: 245px;
  }
}
input:focus,select:focus,textarea:focus,.input-text:focus{
  outline-color: #17AFD5 !important;
  border-color: #17AFD5 !important;
}
a{
  outline: none !important;
}
.block.block-poll .block-content ul{
  word-wrap: break-word;
}
span.text-select.ples {
  color: #585d5fa3;
}
.update_dates button {
  background: #728593;
  height: 28px;
  border-radius: 0px;
  border: none;
  font-size: 12px;
  letter-spacing: 0.9px;
  color: white;
  font-weight: 700;
  padding: 0px 8px 0px 8px !important;
  float: right;
  margin-bottom: 5px;
}
.update_date_cal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-right: -50%;
  /*transform: translate(-50%, -50%);*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 1px 1px 10px #000000;/*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 10px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 10px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000); /*IE 5.5-7*/
  background: white;
}
.calendarSelector.update {
  margin: 0;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.update_date_cal span#text_p1 {
  font-size: 12px;
  color: rgb(0, 0, 0);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.update_date_cal button,.check_date a {
  background: #728593;
  height: 40px;
  width: 170px;
  border-radius: 0px;
  border: none;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: white !important;
  font-weight: 700;
  padding: 0px 18px 0px 18px !important;
  margin-bottom: 5px;
}
.check_date a{color: white !important;cursor: pointer;padding: 11px 49px !important;}
.check_date {
  margin-bottom: 20px;
  margin-top: 10px;
}
.date_avalib.load{
  opacity: 0.8;
  filter: alpha(opacity="80");
  text-align: center;
  z-index: 500;
  background: url(../images/ajax_loader.gif) center top no-repeat;
  width: 100%;
  height: 31px;
}
.close_date_update{
  opacity: 0.8;
  filter: alpha(opacity="80");
  text-align: center;
  z-index: 500;
  background: url(../images/icon-close.png) center top no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.product_check_box p {
  padding: 0px;
  margin: 0px;
}
.update_button {
  margin-top: 10px;
}
.date_avalib.done {
  border: 1px solid #8080801f;
  padding: 18px;
}
.box-dates_up {
  width: 170px;
  margin: auto;
}
.update_date_cal .calendarSelector {
  margin: 10px 70px;
  height: 100%;
}
.update_date_cal .dateView {
  width: 100% !important;
}
.update_date_cal input.readStartDate,.update_date_cal input.readEndDate {
  height: 36px !important;
  width: 100% !important;
  border-radius: 0px !important;
  border: 1px solid #808080 !important;
  background: white url(../images/Layer_26.png) no-repeat scroll 0px 5px;
  background-size: 25px;
  padding-left: 10px;
  background-position-x: right;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.7px;
  max-width: 100%;
}

.update_date_cal .btn-resfreshCalendar {
  font-size: 10px !important;
  max-width: 126px !important;
}

.update_date_cal .dateSelectorStart{
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.background_date_update {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.85);
  z-index: 1;
  -webkit-animation: HqbzvCS4oIdMUIRQcGOoR 0.2s ease-in;
  animation: HqbzvCS4oIdMUIRQcGOoR 0.2s ease-in;
}
.background_date_update .dateSelectedCalendar {
  position: inherit;
}
.background_date_update.hide{
  display: none;
}
.update_date_cal .dateSelectedCalendar {
  min-height: 55px;
}
.ajax-load-button{
  background-size: 20% !important;
  background-image: url(../images/ajax-loader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: 0 0 3px rgba(0,0,0,0.5) !important;
  color: transparent !important;
}
.r-checkout .g-recaptcha{
  transform:scale(0.77);
  transform-origin:0 0;
}
.r-checkout{
  width: 215px;
  float: right;
}
.addresses-primary ol li {
  width: 50%;
  float: left;
}
.my-account .amasty-attr .col-3{
  width: 100%;
  max-width: 100%;
}

.my-account .amasty-attr table td {
  border: 1px solid #8080804a;
  padding: 12px !important;
}

.my-account .ship-info ,.my-account .paymentinfo{
  max-width: 100%;
}
.my-account .page-title.title-buttons a, .my-account .page-title.title-buttons button{
  background-color: #ffaa33;
  background-image: none;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  padding: 6px 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  vertical-align: middle;
}
.my-account .page-title.title-buttons .separator{
  display: none;
}
.my-account .cancellation_order{
  background-color: #e52f48;
  background-image: none;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  padding: 6px 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  vertical-align: middle;
}

/*Comment by order*/

@media(min-width:568px) {
  .comment-box .end {
    margin-left: auto
  }
}

@media(max-width:768px) {
  .comment-box  #post {
    width: 100%
  }
}

.comment-box  #clicked {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
  width: 100%;
  background-color: #ecb21f;
  border-color: #a88734 #9c7e31 #846a29;
  color: black;
  border-width: 1px;
  border-style: solid;
  border-radius: 13px
}
.comment-box{
  margin: 1px 15px;
}

.comment-box #profile {
  background-color: unset
}

.comment-box #post {
  padding: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #ecb21f;
  color: black;
  width: 100%
}

.comment-box .comments {
  margin-top: 5%;
  margin-left: 20px
}

.comment-box .darker {
  border: 3px solid black;
  width: 100%;
  float: right;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px
}

.comment-box .comment {
  border: 2px solid #fc902b;
  float: left;
  width: 100%;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px
}

.comment-box .comment h4,
.comment-box .comment span,
.comment-box .darker h4,
.comment-box .darker span {
  display: inline
}

.comment-box .comment p,
.comment-box .comment span,
.comment-box .darker p,
.comment-box .darker span {
  color: rgb(28 24 24)
}

.comment-box h1 {
  margin-bottom: 0px !important;
}

.comment-box #align-form {
  margin-top: 20px
}

.comment-box .form-group p a {
  color: white
}

.comment-box #checkbx {
  background-color: black
}

.comment-box #darker img {
  margin-right: 15px;
  position: static
}

.comment-box .form-group input,
.comment-box .form-group textarea {
  border: 1px solid rgba(16, 46, 46, 1);
  border-radius: 12px
}

.comment-box form {
  border: 2px solid rgba(16, 46, 46, 1);
  border-radius: 5px;
  padding: 20px;
  margin-top: 72px;
}