/* Mixins
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Main Styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%s%%%%%%%%%%%%%
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
body {
  background: white;
  font-family: Open Sans;
  font-size: 14px;
  font-size: 1.4rem;
}
.touch .desktop-only {
  display: none;
}
.desktop .touch-only {
  display: none;
}
/* Base Styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
a {
  color: #219bc4;
}
a:hover {
  color: #219bc4;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
label.required em {
  color: red;
  padding-right: 3px;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1170px;
}
.main {
  background: white;
  padding: 20px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.color-white a {
  color: white;
}
.smaller {
  font-size: smaller;
}
.larger {
  font-size: larger;
}
p.lead {
  font-size: 20px;
  font-size: 2rem;
}
.a-right {
  text-align: right;
}
.center {
  text-align: center;
}
table.table-small {
  font-size: 14px;
  font-size: 1.4rem;
}
table.table-small tbody {
  font-size: 12px;
  font-size: 1.2rem;
}
table.table-small h3 {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
table.table-small .item-options {
  margin: 5px 0 0 0;
}
table.table-small .item-options dt,
table.table-small .item-options dd {
  display: inline-block;
}
table input[disabled] {
  border: none;
}
.clr {
  clear: both;
}
.scrolltotop {
  float: right;
  color: black;
}
.scrolltotop:hover {
  text-decoration: none;
}
ul.form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.back-link {
  display: block;
  text-align: right;
  margin: 0 15px;
}
h2.product-name {
  font-size: 1.2em;
}
.center {
  text-align: center;
}
.fat-border {
  border: 10px solid #eee;
  padding: 10px;
}
.fat-border:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #e0e0e0;
}
.validation-advice {
  color: #b20000;
  font-size: 12px;
  font-size: 1.2rem;
}
input[type="text"],
input[type="textarea"] {
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input:focus {
  border-color: #40c0f2;
}
img.responsive {
  width: 100%;
  height: auto;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/* Boxes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.box {
  border: 10px solid #eee;
  padding: 10px;
  margin: 10px 0;
}
.box h2,
.box .box-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 8px;
  font-weight: bold;
  border-bottom: 1px solid #EEE;
}
.box .box-content {
  font-size: 13px;
  font-size: 1.3rem;
}
.box .box-content select {
  max-width: 100%;
}
.box.box-default {
  background: #f6f6f6;
  border: 1px solid #eee;
  padding: 15px;
}
.box .edit {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
}
.box:hover {
  border-color: #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Buttons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.btn,
.button {
  min-width: 120px;
  font-size: inherit;
  padding: 6px 10px;
  border: 1px solid #266000;
  color: #266000;
  background: white;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0 #266000;
}
.btn:hover,
.button:hover {
  color: white;
  box-shadow: inset 0 100px 0 0 #266000;
}
.btn-block {
  clear: both;
  width: 100%;
  margin-top: 5px;
}
.button-disabled,
.btn-disabled,
.button[disabled] {
  background: #ccc !important;
  color: #2d2d2d !important;
  border: 1px solid #aaa !important;
  opacity: .6 !important;
  cursor: wait !important;
}
.opc-btn-checkout,
.btn-proceed-checkout,
.btn-cart {
  color: white;
  background: #FF8C00;
  border-color: #FF8C00;
  box-shadow: inset 0 0 0 0 transparent;
}
.opc-btn-checkout:hover,
.btn-proceed-checkout:hover,
.btn-cart:hover {
  color: #FF8C00;
  box-shadow: inset 0 100px 0 0 white;
}
.btn-green {
  border-color: #8BC63A !important;
  color: #8BC63A !important;
  background: white !important;
  box-shadow: inset 0 0 0 0 transparent !important;
}
.btn-green:hover {
  color: white !important;
  box-shadow: inset 0 100px 0 0 #8BC63A !important;
}
.btn-proceed-checkout {
  margin-top: 5px;
}
.btn-blue,
.btn-download {
  color: #40c0f2;
  background: white;
  border-color: #40c0f2;
  box-shadow: inset 0 0 0 0 #40c0f2;
}
.btn-blue:hover,
.btn-download:hover {
  color: white !important;
  background: #40c0f2;
  box-shadow: inset 0 100px 0 0 #40c0f2;
}
.btn-dark {
  color: #2d2d2d;
  background: white;
  border-color: #2d2d2d;
  box-shadow: inset 0 0 0 0 #2d2d2d;
}
.btn-dark:hover {
  color: white !important;
  background: #2d2d2d;
  box-shadow: inset 0 100px 0 0 #2d2d2d;
}
.disabled {
  background: #eee;
  color: #777 !important;
  border-color: transparent;
}
.disabled:hover {
  background: #eee !important;
  color: inherit !important;
  cursor: default;
  border-color: transparent !important;
}
.category-list .loadinmore {
  float: none !important;
  width: 100% !important;
  height: 60px !important;
}
.loadinmore #loadinMore:after {
  bottom: 7%;
}
@media screen and (min-width: 1200px) {
  body.desktop  .loadinmore {
    float: left;
    padding: 5px;
    width: 20%;
    height: 315px;
  }
}
#loadinMore {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: white;
  border: none;
  background: #40c0f2;
  width: 40%;
  height: 55px;
  overflow: hidden;
}
body.touch #loadinMore {
  width: 100%;
}
#loadinMore:focus {
  outline: none;
}
#loadinMore:after {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  bottom: 2px;
}
#loadinMore:hover {
  background: #10b0ef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#loadinMore:hover:after {
  bottom: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.disabled #loadinMore {
  background: #eee;
  color: #2d2d2d;
  cursor: default;
}
.disabled #loadinMore:hover {
  background: #eee;
}
@media screen and (min-width: 1200px) {
  #loadinMore {
    width: 100%;
    height: 100%;
  }
  #loadinMore:after {
    bottom: 40%;
  }
}
/* Less than 5 columns */
@media screen and (max-width: 1199px) {
  .loadinmore {
    width: 100%;
  }
  .loadinmore #loadinMore {
    width: 80%;
  }
}
/* Form Elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
input,
textarea {
  padding: 3px 6px;
  border: 1px solid #ccc;
  outline: none;
}
.form-aligned .group {
  margin-bottom: .5em;
}
.form-aligned label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.form-aligned input,
.form-aligned textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-form fieldset {
  margin: 20px 0 0 0;
}
.cd-form .fields {
  margin: 5px 0 0 0;
}
.cd-form .fields label {
  display: block;
}
.cd-form .fields input {
  display: block;
}
.cd-form .fields input[type="checkbox"] {
  display: inline-block;
}
.cd-form .fields .inline-block {
  display: inline-block;
}
/* Header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.logo_nav {
  float: left;
}
@media screen and (max-width: 920px) {
  .logo_nav {
    float: none;
  }
}
#creation_com_logo {
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 216px;
  margin-top: 13px;
}
#creation_com_logo img {
  height: 30px;
  max-width: 216px;
  object-fit: contain;
}
#store-logo {
  float: left;
  height: 40px;
  width: 155px;
  background: url(/media/cmi/store_logo.png) no-repeat;
}
#nav-toggle {
  float: right;
  display: none;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  margin: 5px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 300ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
nav#menu {
  position: relative;
  float: left;
}
nav#menu .touch {
  display: none;
}
nav#menu li {
  position: relative;
  display: inline-block;
  margin: 0;
}
nav#menu li a {
  position: relative;
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 6px;
}
nav#menu li a:hover {
  text-decoration: none;
  color: #219bc4;
}
nav#menu li a > .glyphicon.glyphicon-chevron-down {
  position: absolute;
  top: 20px;
  right: -6px;
  font-size: 10px;
  font-size: 1rem;
  cursor: pointer;
}
nav#menu li.level0 {
  margin-right: 3px;
}
nav#menu li.parent {
  padding-right: 10px;
}
nav#menu li:hover {
  background: white;
}
nav#menu li:first-child:hover {
  background: none;
}
nav#menu li.customer.parent {
  color: #219bc4;
}
nav#menu li.customer a {
  color: #219bc4;
}
nav#menu li.customer ul li a {
  color: #2d2d2d;
}
nav#menu li.customer ul li a:hover {
  color: #219bc4;
}
nav#menu li:hover ul {
  display: block;
}
nav#menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  padding: 0;
  background: white;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
nav#menu li ul li {
  display: block;
  margin: 0;
  line-height: normal;
  width: 250px;
}
nav#menu li ul li a {
  padding: 4px 15px;
}
/* Mobile Styling
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    */
@media screen and (max-width: 925px) {
  #creationbar ul {
    display: none;
  }
  #creation_com_logo {
    width: 100%;
    display: block;
    margin: 15px auto;
  }
  #creation_com_logo img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 856px) {
  nav#menu > ul {
    display: block !important;
  }
}
@media screen and (max-width: 855px) {
  #nav-toggle {
    position: absolute;
    top: 6px;
    left: 10px;
    display: block;
    z-index: 20;
  }
  nav#menu {
    display: block;
    margin: 0px;
    width: 100%;
  }
  nav#menu .touch {
    display: inline-block;
    padding-left: 5px;
  }
  nav#menu .headerElm {
    clear: left;
    float: none;
  }
  nav#menu ul {
    clear: left;
    display: none;
  }
  nav#menu ul li {
    display: block;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  nav#menu ul li a {
    display: block;
    width: 100%;
    padding: 8px 10px;
  }
  nav#menu ul li a > .glyphicon.glyphicon-chevron-down {
    top: 14px;
  }
  nav#menu ul li:hover {
    background: none;
  }
  nav#menu ul li.parent:after {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .desktop nav#menu ul li:hover ul {
    display: block;
  }
  nav#menu ul li ul {
    position: static;
    display: none;
    background: none;
    margin: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  nav#menu ul li ul li {
    width: 100%;
  }
  nav#menu ul li ul li a {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 35px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* Utility Styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.utility-bar {
  position: relative;
  background: #f6f6f6;
  border-bottom: 1px solid #eee;
}
.utility-bar .welcome-msg {
  font-size: 18px;
  font-size: 1.8rem;
}
.utility-bar nav#customerLinks {
  float: right;
}
@media screen and (max-width: 855px) {
  .utility-bar nav#customerLinks {
    clear: left;
  }
}
.utility-bar nav#customerLinks li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
}
.utility-bar nav#customerLinks li > a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 5px;
}
.utility-bar nav#customerLinks li.parent {
  padding-right: 5px;
}
.utility-bar nav#customerLinks li.parent:after {
  content: '\25BE';
  padding: 15px 0 0 3px;
  cursor: pointer;
}
.utility-bar nav#customerLinks li:hover {
  background: white;
}
.utility-bar nav#customerLinks li a:hover {
  text-decoration: none;
}
/* Shopping Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#cartview {
  float: right;
  position: relative;
}
#cartview a {
  color: #2d2d2d;
}
#cartview:hover {
  background: whit;
}
#cartview-link {
  text-align: right;
}
#cartview:hover #cartview-link {
  color: inherit;
}
#cartview-panel {
  width: 290px;
  position: absolute;
  right: 0;
  top: 48px;
  text-align: left;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#cartview-panel .block,
#cartview-panel .block-content {
  display: block !important;
}
#cartview-panel .block-title {
  display: none;
}
#cartview-panel .button,
#cartview-panel .btn {
  clear: both;
  width: 100%;
  margin-top: 5px;
}
.small-cart {
  background: white;
  padding: 10px;
}
.small-cart .summary {
  font-size: 13px;
  font-size: 1.3rem;
}
.small-cart .subtotal {
  clear: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2d2d2d;
}
.small-cart #cart-sidebar li {
  width: 100%;
  position: relative;
  padding: 5px 0;
  font-size: 11px;
  font-size: 1.1rem;
  border-bottom: 1px solid #eee;
}
.small-cart #cart-sidebar .product-image {
  float: left;
  padding: 5px !important;
}
.small-cart #cart-sidebar .product-details {
  width: 100%;
  padding: 6px 0 0 60px;
}
.small-cart #cart-sidebar .btn-remove {
  float: right;
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
/* Search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.form-search {
  float: right;
  width: 200px;
  padding-top: 8px;
}
@media screen and (max-width: 350px) {
  .form-search {
    width: 165px;
  }
}
.form-search input {
  float: left;
  outline: none;
  border: 1px solid #eee;
  padding: 6px 38px 6px 6px;
  width: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-search button {
  float: left;
  margin-left: -36px;
  min-width: 0;
  width: 36px;
  height: 34px;
  box-shadow: none;
  border: 1px solid #eee;
  color: #40c0f2;
}
.form-search button:hover {
  box-shadow: inset 0 100px 0 0 #40c0f2;
}
.form-search #search.loading {
  background-position: 80% center !important;
}
/* Footer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
footer {
  margin: 50px 0;
  background: white;
  color: black;
}
footer h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
}
footer ul li {
  position: relative;
  margin: 4px 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
}
footer ul li a {
  text-decoration: none;
  color: black;
  margin-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
footer ul li a:hover {
  color: #219bc4;
  text-decoration: none;
  border-color: #219bc4;
}
/* Breadcrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.breadcrumbs {
  margin: 35px 0;
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #eee;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .breadcrumbs ul {
    display: none;
  }
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  text-decoration: underline;
}
/* Product View
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sneak-peak-img {
  text-align: right;
  padding-bottom: 10px;
}
.sneak-peak {
  perspective: 1500px;
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sneak-peak img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform-origin: 0 0;
}
.sneak-peak img:hover {
  transform: rotateY(-20deg);
}
#otherformats {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}
#otherformats li {
  position: relative;
  float: right;
  margin-bottom: -1px;
  background: #fafafa;
  font-size: 14px;
  font-size: 1.4rem;
}
#otherformats li.active a, #otherformats li:hover a {
  background: #FF8C00;
  border-color: #FF8C00;
  color: white;
}
#otherformats li a {
  display: block;
  padding: 7px 12px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
  transition: all 200ms;
}
#otherformats li .type {
  display: inline-block;
  font-weight: bold;
  margin-right: 7px;
}
#otherformats li .price {
  display: inline-block;
}
#otherformats li .sale {
  position: absolute;
  display: block;
  top: -10px;
  right: 8px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #otherformats li {
    float: none;
    display: block;
  }
  #otherformats li.active {
    background: #e4e4e4;
  }
  #otherformats li .sale {
    position: static;
    margin-left: 5px;
    display: inline-block;
  }

  /* Prevent from messing up otherformats float. */
  .more-from-category-link {
    display: block;
    float: none;
    margin: 10px 0;
  }
}
#product_wrap {
  margin-top: 20px;
}
.product-view {
  position: relative;
  background: white;
}
@media screen and (max-width: 550px) {
  .product-view .mobile-full {
    width: 100%;
  }
}
.product-view .product-img-box {
  position: relative;
  margin-top: 10px;
}
.product-view .product-img-box img {
  max-width: 100%;
}
.product-view .product-name {
  margin-top: 10px;
}
.product-view .subtitle {
  margin-top: -10px;
  font-weight: normal;
}
.product-view .availability.out-of-stock {
  display: block;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  text-align: center;
}
.product-view .availability.out-of-stock span {
  color: #CC222C;
}
.product-view .availability.in-stock {
  display: none;
  margin: 10px 0;
}
.product-view .box-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.product-view .box-description ul {
  list-style: disc;
  margin-left: 20px;
}
.product-view .box-description a {
  color: #219bc4;
}
.product-view .box-description a:hover {
  text-decoration: underline;
}
.product-view .price-box {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  margin: 10px 0;
}
.product-view .price-box .old-price {
  font-size: 18px;
  font-size: 1.8rem;
}
.product-view .price-box .old-price .price {
  text-decoration: line-through;
  margin: 0;
}
.product-view .price-box .price-as-configured {
  font-size: 22px;
  font-size: 2.2rem;
}
.product-view .price-box-bundle .price-box {
  font-size: 16px;
  font-size: 1.6rem;
}
.product-view .price-box-bundle .price-box .price-from,
.product-view .price-box-bundle .price-box .price-to {
  margin: 0;
}
.product-view .tier-prices {
  margin: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.product-view .samples {
  margin: 10px 0;
}
.product-view .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.product-view .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-view iframe.touch {
  width: 100% !important;
}
.product-view .product-image-zoom {
  display: none;
}
.product-options {
  background: #F8F8F8;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin: 20px 0;
  padding: 0 10px;
}
.product-options dt {
  font-weight: bold;
  margin-top: 15px;
}
.product-options dd {
  margin: 0;
}
.product-options .input-box {
  display: inline-block;
  margin-right: 15px;
}
.product-options .qty-holder input {
  max-width: 35px;
  text-align: center;
}
.product-name h1 {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.product-shop .short-description {
  position: relative;
  padding: 20px;
  margin: 15px 0;
  border: 1px solid #efefef;
}
.product-shop .short-description h3 {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  width: 140px;
  position: absolute;
  top: -8px;
  left: 15px;
  text-align: center;
  margin: 0;
}
.product-shop .add-to-links li {
  position: relative;
  display: block;
  line-height: 100%;
  list-style: none;
  float: left;
  padding: 5px 10px 5px 25px;
  margin-right: 3px;
  color: #1065a5;
}
.product-shop .add-to-links li a {
  text-decoration: none;
}
.product-shop .add-to-links li span {
  position: absolute;
  left: 3px;
  top: -5px;
  margin: 10px 3px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.product-shop .btn-cart {
  padding: 10px 20px;
}
.product-shop .attributes {
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 2rem 0;
}
.product-shop .attributes a {
  color: #219bc4;
}
.product-shop .attributes a:hover {
  text-decoration: underline;
}
.product-shop .product-options-bottom.product-shop .add-to-links {
  margin: 25px 0 20px 0;
  clear: both;
  float: left;
}
.product-shop .product-options-bottom .add-to-links,
.product-shop .product-options-bottom .price-box {
  display: none;
}
.qty-btn {
  background: none;
  outline: none;
  border: none;
}
.qty {
  padding: 5px 3px;
  outline: none;
  border: 1px solid #ccc;
  max-width: 45px;
  text-align: center;
}
/* Product Flags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.flag {
  position: absolute;
  top: 45%;
  left: -7px;
  list-style: none;
}
.flag li {
  position: relative;
  opacity: 0.9;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 6px;
  margin-top: 5px;
  background: white;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
a .flag li {
  color: #2d2d2d;
}
.flag li:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  border: 3px solid transparent;
}
.flag li.B-N {
  background: #8cdd9d;
}
.flag li.B-N:before {
  border-right-color: #8cdd9d;
  border-top-color: #8cdd9d;
}
.flag li.B-S {
  background: #dd5938;
}
.flag li.B-S:before {
  border-right-color: #dd5938;
  border-top-color: #dd5938;
}
.flag li.B-O {
  background: #dd5938;
}
.flag li.B-O:before {
  border-right-color: #dd5938;
  border-top-color: #dd5938;
}
.flag li.B-K {
  background: #dd2622;
}
.flag li.B-K:before {
  border-right-color: #dd2622;
  border-top-color: #dd2622;
}
.flag li.B-D {
  background: #17cddd;
}
.flag li.B-D:before {
  border-right-color: #17cddd;
  border-top-color: #17cddd;
}
.flag li.B-C {
  background: #17cddd;
}
.flag li.B-C:before {
  border-right-color: #17cddd;
  border-top-color: #17cddd;
}
.flag li.B-I {
  background: #c0dd29;
}
.flag li.B-I:before {
  border-right-color: #c0dd29;
  border-top-color: #c0dd29;
}
.flag li.sale {
  background: #ffba00;
}
.flag li.sale:before {
  border-right-color: #ffba00;
  border-top-color: #ffba00;
}
.flag li.freeshipping {
  background: #ffba00;
}
.flag li.freeshipping:before {
  border-right-color: #ffba00;
  border-top-color: #ffba00;
}
.flag li.bulk {
  display: none;
  background: #dd4525;
}
.flag li.bulk:before {
  border-right-color: #dd4525;
  border-top-color: #dd4525;
}
/* Toolbar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.toolbar {
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0;
  background: #fafafa;
}
.toolbar select {
  border: 1px solid #ccc;
  background: white;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolbar #loadinMore {
  display: none;
}
.toolbar-bottom .toolbar {
  background: none;
}
.toolbar-bottom #loadinMore {
  display: block;
}
/* Pager
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sorter {
  float: right;
}
.view-mode,
.sort-by,
.amount,
.limiter {
  margin: 5px;
}
.pages {
  width: 320px;
  margin: 1rem auto;
}
.pages ul {
  margin: 0;
}
.pages ul li {
  float: left;
  color: #2d2d2d;
  font-size: 13px;
  font-size: 1.3rem;
  background: none;
  margin: 0 4px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages ul li a {
  display: block;
  color: inherit;
  padding: 5px 10px;
}
.pages ul li a:hover {
  text-decoration: none;
}
.pages ul li.active,
.pages ul li:hover {
  background: #eee;
}
/* Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
ul.messages li {
  margin: 10px auto;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
}
ul.messages li.error-msg {
  background: #FF695B;
  border: 1px solid #FF1500;
}
ul.messages li.notice-msg {
  background: #FCF18A;
  border: 1px solid #EFCF00;
}
ul.messages li.success-msg {
  background: #cdeb8e;
  border: 1px solid #8BC600;
}
ul.messages li a {
  text-decoration: underline;
}
ul.messages .msg-close {
  float: right;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.opc-message-container {
  margin: 10px auto;
  padding: 0px 10px;
  background: #ffd400;
  border: 1px solid #e2b900;
}
.information {
  padding: 10px 15px;
  background: #FCF18A;
  border: 1px solid #EFCF00;
  color: #77680f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.information ul {
  list-style: disc;
  padding: 5px 0 8px 20px;
}
.information h1,
.information h2,
.information h3,
.information h4,
.information h5 {
  margin-top: 5px;
}
.site-info {
  background: #FCF18A;
  color: black;
  text-align: center;
  padding: 10px;
  font-size: 11px;
}
/* Block (sidebars)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-expand {
  display: none;
}
@media screen and (max-width: 750px) {
  .block .block-expand {
    float: right;
    display: block;
    margin-right: 10px;
    cursor: pointer;
  }
  .block .block-content {
    display: none;
  }
  .subscription-page .block-login .block-content {
    display: block;
  }
}
.block {
  margin: 2rem 0;
}
.block.small-cart {
  margin: 0;
}
.block-title {
  margin: 15px 0 10px;
  padding: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #777;
}
.block-title h2 {
  line-height: normal;
  padding: 0;
  margin: 0;
}
.block-content {
  display: block;
}
.block-content input[type='search'],
.block-content input[type='email'],
.block-content input[type='number'],
.block-content input[type='password'],
.block-content input[type='text'] {
  width: 100%;
  display: block;
  margin: 3px 0;
}
@media screen and (min-width: 760px) {
  .block-content {
    display: block !important;
  }
}
.block-content .block-subtitle {
  display: none;
}
.block-content dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 15px;
}
.block-content dd {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 0;
  margin: 0;
}
.block-content dd a {
  padding-right: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
}
.block-content dd a:hover {
  color: #219bc4;
}
.block-content li {
  margin: 3px 0;
}
.block-content p a {
  text-decoration: underline;
}
.block-content .currently {
  background: #f9f9f9;
  padding: 10px;
}
.block-content .currently li {
  margin: 3px 0;
}
.block-content .currently li .label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: black;
  padding: 0;
}
.block-content .currently li .btn-remove {
  font-size: 10px;
  font-size: 1rem;
}
.block-content .actions {
  margin: 5px 0;
}
.block-content .button {
  margin: 3px 0 0 0;
}
.newsletter-block input[checkbox] {
  float: left;
}
.newsletter-block label {
  font-size: 12px;
  font-size: 1.2rem;
}
.mini-mag {
  margin: 0 auto;
  max-width: 220px;
  padding: 20px;
}
.mini-mag img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.mini-mag .issue {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.mini-mag .price {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mini-mag {
    display: none;
  }
}
.newsletter-lrg-block {
  background: #F6F6F6;
  padding: 30px 0;
  margin-top: -20px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
}
.newsletter-lrg-block p {
  margin-top: 0;
}
.newsletter-lrg-block input,
.newsletter-lrg-block button {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  height: 42px;
}
@media screen and (max-width: 650px) {
  .newsletter-lrg-block {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .newsletter-lrg-block input,
  .newsletter-lrg-block button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .newsletter-lrg-block input,
  .newsletter-lrg-block button {
    display: block;
    text-align: center;
    margin: 3px auto;
    width: 220px;
  }
}
/* Product Category View
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .item {
  margin: 2rem 0;
  padding: 15px;
}
.products-list .prod-desc {
  font-size: 13px;
  font-size: 1.3rem;
}
.products-list .prod-desc .product-name {
  font-size: 18px;
  font-size: 1.8rem;
  margin: .5rem 0;
}
.products-list .prod-desc .product-name a {
  color: #2d2d2d;
}
.products-list .prod-desc .product-name .category {
  display: none;
}
.products-list .prod-desc .price-box {
  display: inline-block;
  margin-right: 1rem;
}
.products-list .prod-desc .price-box label {
  color: #2d2d2d !important;
}
.products-list .prod-desc .price-box .old-price {
  text-decoration: line-through;
}
.products-list .prod-desc .price-box .special-price {
  font-size: larger;
}
.products-list .prod-desc .price-box .minimal-price-link {
  display: block;
}
.products-list .prod-desc .add-to-links {
  margin-top: 1rem;
}
.products-list .prod-desc .add-to-links li {
  display: inline-block;
}
.products-list .prod-desc .desc {
  margin: 10px 0;
}
.products-list .prod-desc .desc .link-learn {
  display: block;
  margin: 5px 0 0 0;
  text-decoration: underline;
}
.products-list .qty {
  max-width: 40px;
}
.inside-icon {
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.inside-icon span {
  position: relative;
  width: 20px;
  height: 20px;
}
.inside-icon span:before {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  margin: auto;
  color: #40c0f2;
  font-size: 20px;
  font-size: 2rem;
  z-index: 51;
}
.view-flag {
  margin-top: 3px;
}
.view-flag span {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 6px;
}
.view-flag span.B-N {
  background: #8cdd9d;
}
.view-flag span.B-S {
  background: #dd5938;
}
.view-flag span.B-C {
  background: #17cddd;
}
.view-flag span.B-O {
  background: #dd5938;
}
.sale {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 2px 4px;
  color: white;
  background: #ffba00;
}
.freeshipping {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 2px 4px;
  color: white;
  background: #1687c9;
}
.products-grid {
  padding: 0 10px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}
.products-grid [class*="col-"] {
  display: -webkit-flex;
  display: flex;
  padding: 10px !important;
}
.products-grid li {
  /*
        body.desktop & {
            &:hover {
                .product-image {
                    .inside-icon {
                        opacity: 1;
                        top:0;
                        .transition();
                    }
                    &:after {
                        .transition();
                        position: absolute;
                        content: "";
                        top:0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.1);
                    }
                }
            }
        } */
}
.products-grid li .product-wrap {
  position: relative;
  border: 1px solid #eee;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.products-grid li .product-wrap:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.products-grid li .product-image {
  position: relative;
}
.products-grid li .product-image img {
  padding: 10px;
  margin: 0 auto;
}
.products-grid .product-knowledge {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.products-grid .product-cart {
  margin-top: auto;
}
.products-grid .product-name {
  display: table;
  width: 100%;
  color: #2d2d2d;
  font-size: 13px;
  font-size: 1.3rem;
}
.products-grid .product-name a {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
  color: inherit;
  text-decoration: none;
  height: 55px;
  overflow: hidden;
}
.products-grid .product-name a span {
  font-size: 11px;
  font-size: 1.1rem;
}
.products-grid .product-name .subname {
  display: none;
}
.products-grid .product-name .category {
  display: none;
}
.category-clearance .products-grid .product-name .category,
.category-specials .products-grid .product-name .category,
.category-new .products-grid .product-name .category,
.catalogsearch-result-index .products-grid .product-name .category {
  display: block;
}
@media screen and (max-width: 600px) {
  .products-grid .product-name {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.products-grid .product-cart {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 4px 0 10px;
  text-align: center;
}
.products-grid .price-box {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}
.products-grid .price-box .price::last-letter {
  font-size: smaller;
}
.products-grid .price-box .minimal-price-link {
  display: none;
}
.products-grid .price-box .old-price {
  display: none;
  margin: 0;
  font-size: smaller;
  text-decoration: line-through;
}
.products-grid .price-box .old-price .price-label {
  display: none;
  font-size: smaller;
}
.products-grid .price-box .special-price {
  display: inline-block;
}
.products-grid .price-box .special-price .price-label {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.products-grid .icon-on-special {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: url(../images/sale-icon.png) no-repeat;
}
.products-grid .product-cart .actions a.viewitem {
  display: block;
  padding: 4px 0;
  color: #2d2d2d;
  font-weight: 300;
  text-align: center;
  color: #40c0f2;
  text-decoration: underline;
}
.products-grid .product-cart .actions a.viewitem span {
  padding-left: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-grid .product-cart .actions a.viewitem:hover {
  text-decoration: none;
  color: #2d2d2d;
}
.products-grid .product-cart .actions a.viewitem:hover span {
  padding-left: 6px;
}
.products-grid .product-cart .add-to-links {
  display: none;
}
.products-grid .products-cart .actions .glyphicon {
  line-height: 35px !important;
}
.product-image .type {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 30px;
  background: url(/media/cmi/product_type_sprite.jpg);
  z-index: 1;
  border-radius: 3px;
}
.product-image .type.ze {
  background-position: 0 -30px;
}
.product-image .type.zv {
  background-position: 0 -60px;
}
.product-image .type.d {
  background-position: 0 -90px;
}
.product-image .type.digi {
  background-position: 0 -120px;
}
.product-image .type.a,
.product-image .type.m3 {
  background-position: 0 -150px;
}
.product-image .type.br {
  background-position: 0 -180px;
}
.product-image .type.zk {
  background-position: 0 -210px;
}
.product-image .type.zo {
  background-position: 0 -238px;
}
.product-mini-list {
  margin: 1rem 0;
}
.product-mini-list ul {
  border: 1px solid #eee;
}
.product-mini-list ul li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.product-mini-list ul li .product-image {
  float: left;
  max-width: 80px;
}
.product-mini-list ul li .product-image img {
  width: 100%;
}
.product-mini-list ul li .product-details {
  margin-left: 90px;
}
.product-mini-list ul li .product-details .product-name {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.product-mini-list ul li .product-details .price-box {
  font-size: 16px;
  font-size: 1.6rem;
}
.product-mini-list ul li .product-details .button {
  margin-top: 3px;
  padding: 4px 6px;
}
#crosssell-products-list {
  border: none;
}
#crosssell-products-list li {
  float: left;
  border: none;
}
.cms-index-index .maintitle {
  clear: both;
}
.cms-index-index .maintitle .titlemain {
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
}
.cms-index-index .maintitle .viewall {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.cms-index-index .note-msg {
  clear: both;
}
.scrollable {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.scrollable .products-grid {
  position: absolute;
  overflow: auto;
  width: 200%;
}
.scrollable .products-grid li {
  display: inline-block;
  width: 120px;
  padding: 10px;
}
/* Related Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.related-products .products-grid .category,
.related-products .products-grid .subname {
  text-align: center;
  display: block;
}
/* Subscriptions Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media screen and (max-width: 750px) {
  .subscription-page .sub-form {
    margin: 0 10px;
  }
}
.subscription-page .successAdded {
  display: none;
}
.subscription-page #jnlpage {
  background: url(../images/subs/jnlcomp.jpg) no-repeat top center;
}
.subscription-page #cmpage {
  background: url(../images/subs/magcomp.jpg) no-repeat top center;
}
.subscription-page .subintro .subheader {
  max-width: 830px;
  margin: 25px auto 0;
}
.subscription-page .subintro .subheader img {
  max-width: 100%;
}
.subscription-page .subintro .rside {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (max-width: 766px) {
  .subscription-page .subintro .rside {
    padding-top: 0 !important;
  }
}
.subscription-page .subintro .lside {
  position: relative;
  width: 345px;
  height: 485px;
  padding-top: 20px;
  margin: 0 auto;
}
.subscription-page .subintro .print-img {
  position: absolute;
  width: 300px;
  height: 393px;
  z-index: 10;
}
.subscription-page .subintro .print-img img {
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.subscription-page .subintro .dig-img {
  position: absolute;
  bottom: -20px;
  right: -15%;
  width: 238px;
  height: 306px;
  background: url(../images/subs/ipad.png) no-repeat top center;
  z-index: 11;
}
.subscription-page .subintro .dig-img .img {
  position: absolute;
  left: 27px;
  top: 27px;
  width: 190px;
  height: 250px;
  z-index: 12;
}
.subscription-page .subintro .dig-img img {
  height: 250px;
  max-width: 100%;
}
.subscription-page .subintro .subscribe-button {
  display: inline-block;
  padding: 15px 80px;
  color: white;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 28px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #e68200;
  background: #fd8f00;
  box-shadow: 3px 3px 0px rgba(187, 105, 0, 0.8);
  cursor: pointer;
}
.subscription-page .subintro .subscribe-button:hover {
  background: #dc8412;
}
.subscription-page .subintro .subscribe-button > span {
  font-size: 38px;
}
@media screen and (max-width: 475px) {
  .subscription-page .subintro .subscribe-button {
    font-size: 16px;
  }
  .subscription-page .subintro .subscribe-button > span {
    font-size: 24px;
  }
}
.subscription-page #emailquestion,
.subscription-page #questionyears,
.subscription-page #selectedMediaContainer,
.subscription-page #selectLocation,
.subscription-page #selectMagOption {
  margin-bottom: 20px;
}
.subscription-page .btn-option {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  min-height: 110px;
  background: #fefefe;
  border: 1px solid #ccc;
  box-shadow: 6px 6px 1px #eee;
}
.subscription-page .btn-option hr {
  border: none;
  border-bottom: 1px solid #444;
}
.subscription-page .btn-option:hover {
  background: #efefef;
}
.subscription-page .btn-option .lead {
  font-size: 2.8rem;
}
@media screen and (max-width: 475px) {
  .subscription-page .btn-option .lead {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .subscription-page .btn-option .lead.btn-option {
    font-size: 1.2rem;
  }
  .subscription-page .btn-option .leadi.glyphicon {
    font-size: 1.6rem;
  }
}
.subscription-page .btn-option .tick {
  display: none;
  width: 41px;
  height: 36px;
  background: url(../images/subs/tick.png);
  margin: 5px auto 0;
}
.subscription-page .btn-option.selected .tick {
  display: block;
}
.subscription-page .btn-option i.glyphicon {
  padding-top: 10px;
  font-size: 38px;
}
.subscription-page #addmore {
  font-size: 1.3rem;
}
.subscription-page .grand {
  font-size: 60px;
  font-weight: 600;
}
.subscription-page select#skuload {
  background: white;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  width: 250px;
  border: 2px solid #40C0F2;
}
.subscription-page select#skuload option {
  font-size: 30px;
  font-size: 3rem;
}
.subscription-page .issue-badge {
  font-size: 16px;
  font-size: 1.6rem;
}
.subscription-page .giftcomments {
  float: left;
  padding: 20px;
}
.subscription-page .giftcomments label {
  clear: left;
  float: left;
  width: 200px;
  padding-top: 3px;
  margin-right: 5px;
  text-align: right;
  display: block;
  margin-top: 5px;
}
.subscription-page .giftcomments input {
  float: left;
  margin-top: 5px;
}
.subscription-page .giftcomments.extra {
  float: none;
}
.subscription-page .giftcomments textarea {
  float: left;
  margin-top: 5px;
  height: 150px;
}
@media screen and (max-width: 600px) {
  .subscription-page .giftcomments label {
    text-align: left;
    width: 100%;
  }
  .subscription-page .giftcomments input {
    width: 100%;
  }
}
.subscription-page .largeb {
  margin-top: 20px;
  padding: 0 20px;
  background: #f6f6f6;
}
.subscription-page .countrydropdown select {
  width: 160px;
  font-size: 18px;
  margin-top: 6px;
}
.subscription-page #total-price {
  float: right;
  padding: 20px 40px;
  margin: 50px;
  border: 2px solid #eee;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  text-align: center;
}
.subscription-page #total-price:after {
  content: "";
  clear: both;
}
.subscription-page #total-price .price {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .subscription-page #total-price {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
.subscription-page #addSubButton {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2d2d2d;
  border: 2px solid #e0e0e0;
  background: white;
  cursor: pointer;
}
.subscription-page #addSubButton:hover {
  border-color: #40c0f2;
}
.subscription-page .additional-sub {
  margin: 15px 0;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  background: white;
}
.subscription-page .additional-sub .remove {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 10px;
  padding: 8px 12px;
  color: white;
  background: #999;
  cursor: pointer;
}
.subscription-page .additional-sub .remove:hover {
  background: #2d2d2d;
}
.subscription-page .additional-sub .arrow-select {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 10px;
  border: 1px solid #eee;
  position: relative;
}
.subscription-page .additional-sub .arrow-select:after {
  font-size: 12px;
  font-size: 1.2rem;
  content: "\25bc";
  position: absolute;
  top: 12px;
  right: 6px;
  color: #777;
  pointer-events: none;
}
.subscription-page .additional-sub .arrow-select select {
  min-width: 100px;
  background: white;
  padding: 8px 20px 8px 10px;
  border: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media screen and (max-width: 600px) {
  .subscription-page .additional-sub select {
    width: 280px;
    float: left;
    clear: left;
  }
  .subscription-page .additional-sub .remove:after {
    content: " Remove";
  }
}
.subscription-page #giftSubs {
  margin: 0;
  padding: 0;
}
.subscription-page #giftSubs li {
  display: block;
  width: 50%;
  float: left;
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.subscription-page #giftSubs li .status {
  font-weight: bold;
}
.subscription-page #giftSubs li:after {
  content: "";
  clear: left;
}
.subscription-page #renewContent {
  display: none;
  position: relative;
  background: white;
  padding: 20px;
  margin: 10px;
}
.subscription-page #renewContent ul li {
  display: block;
  padding-left: 5px;
}
.subscription-page #renewContent ul li .renew {
  border-top: 1px solid #eee;
  margin-top: 10px;
}
.subscription-page h2 {
  margin-top: 40px;
}
/* New Subscription page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#subscriptions {
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
  /* to hide the radio itself */
  /* unchecked icon */
  /* space between radio and label */
  /* checked icon */
  /* allow space for check mark */
}
#subscriptions #jnlpage {
  background: url(../images/subs/jnlcomp.jpg) no-repeat top center;
}
#subscriptions #cmpage {
  background: url(../images/subs/magcomp.jpg) no-repeat top center;
}
#subscriptions .subheader {
  margin: 25px auto;
}
#subscriptions .subheader img {
  margin: 0 auto;
}
#subscriptions .print-img {
  position: absolute;
  width: 300px;
  height: 393px;
  z-index: 10;
}
#subscriptions .print-img img {
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#subscriptions .dig-img {
  position: absolute;
  bottom: -20px;
  right: -15%;
  width: 238px;
  height: 306px;
  background: url(../images/subs/ipad.png) no-repeat top center;
  z-index: 11;
}
#subscriptions .dig-img .img {
  position: absolute;
  left: 27px;
  top: 27px;
  width: 190px;
  height: 250px;
  z-index: 12;
}
#subscriptions .dig-img img {
  height: 250px;
  max-width: 100%;
}
#subscriptions ul.tabbed li {
  display: block;
  float: left;
  padding: 6px 10px;
  margin-bottom: -1px;
  background: white;
  border: 1px solid #ccc;
}
#subscriptions ul.tabbed li:first-child {
  border-bottom-color: white;
  font-weight: bold;
}
#subscriptions ul.tabbed li a {
  display: block;
  width: 100%;
  height: 100%;
}
#subscriptions #formcontainer {
  background: white;
  padding: 5px 20px 20px 20px;
  border: 1px solid #ccc;
}
#subscriptions #formcontainer .magtypes {
  margin-top: 20px;
}
#subscriptions #formcontainer .magtypes .magdesciption {
  padding: 10px;
}
#subscriptions #formcontainer .magtypes .dig-img {
  position: static;
  width: 100%;
  height: auto;
}
#subscriptions #formcontainer .magtypes .img-responsive {
  margin: 0 auto;
  max-height: 100px;
}
#subscriptions #formcontainer .cheaper {
  padding: 3px;
  margin-top: 10px;
  background: #eee;
  font-size: 11px;
  text-align: center;
}
#subscriptions .totalsubprice {
  font-size: 40px;
  font-weight: 600;
}
#subscriptions #years {
  margin-top: 10px;
}
#subscriptions .years {
  font-size: 18px;
  text-align: center;
}
#subscriptions .issues {
  font-size: 14px;
  text-align: center;
  color: grey;
}
#subscriptions .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
}
#subscriptions .checkbox label {
  position: absolute;
  margin: -25% 0;
  top: 50%;
  bottom: 50%;
}
#subscriptions input[type=checkbox] {
  display: none;
}
#subscriptions input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
}
#subscriptions input[type=checkbox] + label:before {
  content: "\f096";
}
#subscriptions input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
#subscriptions input[type=checkbox]:checked + label:before {
  content: "\f046";
}
#subscriptions input[type=checkbox]:checked + label:before {
  letter-spacing: 10px;
}
#subscriptions input[type=radio] {
  display: none;
}
#subscriptions input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
}
#subscriptions input[type=radio] + label:before {
  content: "\f1db";
}
#subscriptions input[type=radio] + label:before {
  letter-spacing: 10px;
}
#subscriptions input[type=radio]:checked + label:before {
  content: "\f111";
}
#subscriptions input[type=radio]:checked + label:before {
  letter-spacing: 10px;
}
/* Shopping Cart View Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#shopping-cart-totals-table {
  width: 100%;
}
#shopping-cart-totals-table td {
  padding: 0 5px;
}
.shopping-cart .fat-border {
  margin: 10px 0;
}
.shopping-cart .input-box {
  max-width: 100%;
}
.shopping-cart .addComment {
  margin: 5px 0;
  width: 100%;
}
.shopping-cart .addComment textarea {
  margin-top: 5px;
  width: 100%;
  border-radius: 2px;
  padding: 5px;
}
.shopping-cart .product-name {
  font-weight: bold;
}
.shopping-cart table a {
  color: #2d2d2d;
}
@media screen and (max-width: 600px) {
  .shopping-cart .table {
    width: 600px;
  }
  .shopping-cart .scroll-table {
    padding-right: 10px;
    width: 100%;
    overflow-x: scroll;
  }
}
.shopping-cart .discount input {
  height: 36px;
}
.shopping-cart .shipping li {
  margin: 3px 0;
}
.form-group {
  clear: left;
  margin-top: 5px;
}
.summary-details {
  font-size: 11px;
  font-size: 1.1rem;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
}
.summary-details td {
  padding: 3px 0;
}
.shopping-cart .summary-total.show-details .summary-collapse:before {
  content: "[Hide Detail] ";
}
.shopping-cart .summary-total .summary-collapse {
  cursor: pointer;
}
.shopping-cart .summary-total .summary-collapse:before {
  content: "[Show Detail] ";
}
.opc-menu .login-trigger {
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #8BC63A !important;
  text-transform: inherit !important;
  line-height: normal !important;
  font-weight: inherit !important;
  background: none !important;
}
.opc-wrapper-opc select {
  max-width: 100%;
}
.opc-wrapper-opc .input-box {
  max-width: 300px;
}
.opc-wrapper-opc label[for="billing:engname"] {
  display: none!important;
}
.opc-wrapper-opc input[id="billing:engname"] {
  display: none!important;
}
.opc-wrapper-opc .opc-btn-checkout {
  width: 100%;
}
.opc-wrapper-opc .discount-block input[type="text"] {
  padding: 3px 6px !important;
  height: 34px !important;
  width: 160px !important;
  height: auto;
}
.opc-wrapper-opc .discount-block input[type="text"]:focus {
  border: 1px solid #40c0f2;
}
.opc-wrapper-opc .discount-block .apply-coupon {
  float: none !important;
}
.opc-wrapper-opc #opc-review-block {
  position: static !important;
  width: 100% !important;
  padding: 0px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.opc-wrapper-opc #opc-review-block #checkout-review-table * {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.opc-wrapper-opc #opc-review-block .btn:hover {
  color: white !important;
  box-shadow: inset 0 100px 0 0 #31302B;
}
#p_method_paypal_express + label {
  font-size: inherit !important;
  font-style: inherit !important;
  text-transform: inherit !important;
}
.md-content-wrapper input,
.md-content-wrapper button span {
  color: #2d2d2d;
}
#donationcheckout {
  margin: 20px 10px 10px 10px;
  background: #bcedff;
  padding: 15px;
  border-radius: 5px;
}
#donationcheckout input {
  background: white;
  border-color: #40c0f2;
  max-width: 80px;
}
#donationcheckout .donationprice {
  height: 34px;
}
#donationcheckout button {
  padding: 6px 10px !important;
}
#donationcheckout.alternative {
  background: #46ac02;
  padding: 15px;
  text-align: center;
}
#donationcheckout.alternative h1,
#donationcheckout.alternative h2,
#donationcheckout.alternative h3 {
  text-transform: uppercase !important;
  margin: 0;
  text-align: center;
  color: white;
  margin-top: -10px;
}
#donationcheckout.alternative p {
  color: white;
  text-align: center;
}
#donationcheckout.alternative input {
  background: white;
  border-color: #46ac02;
  max-width: 80px;
}
#donationcheckout.alternative .donationprice {
  height: 34px;
}
#donationcheckout.alternative button.btn-blue {
  background: #2f7700;
  color: white;
  font-weight: bold;
  border-color: #2f7700;
  padding: 6px 10px !important;
}
#donationcheckout.alternative button.btn-blue:hover {
  background: #368402 !important;
  box-shadow: none !important;
}
#donationcheckout.alternative #donation_loading,
#donationcheckout.alternative #donation_success {
  color: white;
}
#co-billing-form .form-list .wide,
#co-billing-form .form-list .fields {
  clear: left;
}
#co-billing-form .form-list .field {
  float: left;
}
#co-billing-form .form-list label,
#co-billing-form .form-list input,
#co-billing-form .form-list select {
  clear: left;
  display: block;
  margin-top: 3px;
}
#co-billing-form .form-list .control label,
#co-billing-form .form-list .control input[type="checkbox"] {
  display: inline-block;
}
#co-billing-form .form-list input.small {
  max-width: 50px;
}
#co-billing-form .form-list input.large {
  max-width: 100%;
}
/* Login Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.account-login {
  text-align: center;
}
.account-login .new-users {
  margin-bottom: 20px;
}
.account-login .registered-users {
  background: #F6F6F6;
  padding: 20px;
}
.account-login input {
  display: block;
  margin: 5px auto;
  width: 250px;
}
.account-login button {
  margin-top: 5px;
}
/* block */
.block-login .mini-login-sub {
  min-width: 110px;
}
/* MAGENTO ORDERS Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sales-order-view .order-buttons {
  float: right;
}
.sales-order-view .order-date {
  font-weight: bold;
}
.sales-order-view .col-1 {
  float: left;
  width: 60%;
  margin-right: 1%;
}
.sales-order-view .col-2 {
  float: left;
  width: 35%;
}
.sales-order-view .order-items {
  clear: left;
}
/* PreLoaders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#loading {
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.preload_lrg {
  position: relative;
  background: url(../images/loaderbg_lrg.png) no-repeat;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  top: 45%;
}
.preload_lrg .spinload {
  position: absolute;
  background: url(../images/loaderspin_lrg.png) top left no-repeat;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
  -moz-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  z-index: 3;
}
.preload_sml {
  position: absolute;
  background: url(../images/loaderbg_sml.png) no-repeat;
  width: 64px;
  height: 64px;
  left: 45%;
  top: 45%;
  z-index: 200;
}
.preload_sml .spinload {
  position: absolute;
  background: url(../images/loaderspin_sml.png) top left no-repeat;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  -moz-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  z-index: 201;
}
/* Product Slider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.container .cmi-slider {
  overflow: hidden;
}
.cmi-slider ul {
  padding: 0 10px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}
.cmi-slider ul [class*="col-"] {
  display: -webkit-flex;
  display: flex;
  padding: 10px !important;
}
.cmi-slider ul li {
  /*
        body.desktop & {
            &:hover {
                .product-image {
                    .inside-icon {
                        opacity: 1;
                        top:0;
                        .transition();
                    }
                    &:after {
                        .transition();
                        position: absolute;
                        content: "";
                        top:0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.1);
                    }
                }
            }
        } */
}
.cmi-slider ul li .product-wrap {
  position: relative;
  border: 1px solid #eee;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cmi-slider ul li .product-wrap:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.cmi-slider ul li .product-image {
  position: relative;
}
.cmi-slider ul li .product-image img {
  padding: 10px;
  margin: 0 auto;
}
.cmi-slider ul .product-knowledge {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cmi-slider ul .product-cart {
  margin-top: auto;
}
.cmi-slider ul .product-name {
  display: table;
  width: 100%;
  color: #2d2d2d;
  font-size: 13px;
  font-size: 1.3rem;
}
.cmi-slider ul .product-name a {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
  color: inherit;
  text-decoration: none;
  height: 55px;
  overflow: hidden;
}
.cmi-slider ul .product-name a span {
  font-size: 11px;
  font-size: 1.1rem;
}
.cmi-slider ul .product-name .subname {
  display: none;
}
.cmi-slider ul .product-name .category {
  display: none;
}
.category-clearance .cmi-slider ul .product-name .category,
.category-specials .cmi-slider ul .product-name .category,
.category-new .cmi-slider ul .product-name .category,
.catalogsearch-result-index .cmi-slider ul .product-name .category {
  display: block;
}
@media screen and (max-width: 600px) {
  .cmi-slider ul .product-name {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.cmi-slider ul .product-cart {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 4px 0 10px;
  text-align: center;
}
.cmi-slider ul .price-box {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}
.cmi-slider ul .price-box .price::last-letter {
  font-size: smaller;
}
.cmi-slider ul .price-box .minimal-price-link {
  display: none;
}
.cmi-slider ul .price-box .old-price {
  display: none;
  margin: 0;
  font-size: smaller;
  text-decoration: line-through;
}
.cmi-slider ul .price-box .old-price .price-label {
  display: none;
  font-size: smaller;
}
.cmi-slider ul .price-box .special-price {
  display: inline-block;
}
.cmi-slider ul .price-box .special-price .price-label {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.cmi-slider ul .icon-on-special {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: url(../images/sale-icon.png) no-repeat;
}
.cmi-slider ul .product-cart .actions a.viewitem {
  display: block;
  padding: 4px 0;
  color: #2d2d2d;
  font-weight: 300;
  text-align: center;
  color: #40c0f2;
  text-decoration: underline;
}
.cmi-slider ul .product-cart .actions a.viewitem span {
  padding-left: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmi-slider ul .product-cart .actions a.viewitem:hover {
  text-decoration: none;
  color: #2d2d2d;
}
.cmi-slider ul .product-cart .actions a.viewitem:hover span {
  padding-left: 6px;
}
.cmi-slider ul .product-cart .add-to-links {
  display: none;
}
.cmi-slider ul .products-cart .actions .glyphicon {
  line-height: 35px !important;
}
.cmi-slider ul li {
  float: left;
  padding: 10px !important;
}
.cmi-slider ul li .product-wrap {
  min-height: 265px;
  width: 150px;
}
.cmi-slider ul li:last-child {
  display: none;
}
.cmi-slider h1,
.cmi-slider h2,
.cmi-slider h3,
.cmi-slider h4 {
  position: relative;
  display: block;
  width: 250px;
  margin: 20px auto 35px;
  padding: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  background: white;
  border-bottom: 1px solid #2d2d2d;
}
.cmi-slider h1:after,
.cmi-slider h2:after,
.cmi-slider h3:after,
.cmi-slider h4:after,
.cmi-slider h1:before,
.cmi-slider h2:before,
.cmi-slider h3:before,
.cmi-slider h4:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cmi-slider h1:after,
.cmi-slider h2:after,
.cmi-slider h3:after,
.cmi-slider h4:after {
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.cmi-slider h1:before,
.cmi-slider h2:before,
.cmi-slider h3:before,
.cmi-slider h4:before {
  border-color: transparent;
  border-top-color: #2d2d2d;
  border-width: 21px;
  margin-left: -21px;
}
/* MY ACCOUNT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-nav {
  list-style: none;
  padding: 0;
}
.my-nav li {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 10px;
  background: #fafafa;
}
.my-nav li a {
  color: #2d2d2d;
  display: block;
  width: 100%;
}
.my-nav li.active {
  font-weight: bold;
  background: #eee;
}
.my-account address {
  font-style: normal;
}
.customer-account-index #subs h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.customer-account-index #subs #cm,
.customer-account-index #subs #joc {
  padding: 10px 0;
}
.customer-account-index #subs #info ul {
  padding: 5px;
}
.customer-account-index #subs a {
  text-decoration: underline;
}
/* Forms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}

.cssload-speeding-wheel {
  display: none;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 10px;
  border: 2px solid #000000;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1100ms infinite linear;
  -o-animation: cssload-spin 1100ms infinite linear;
  -ms-animation: cssload-spin 1100ms infinite linear;
  -webkit-animation: cssload-spin 1100ms infinite linear;
  -moz-animation: cssload-spin 1100ms infinite linear;
}
/* Payment Gateways Block (Paypal)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.payment-gateways {
  margin-top: 20px;
}
@media screen and (max-width: 770px) {
  .payment-gateways {
    display: none;
  }
}
/* BOOTSTRAP OVERRIDES+CLASSES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.modal-content button.close {
  float: right;
  font-size: 30px;
  font-size: 3rem;
  background: none;
  border: none;
}
.modal-content .modal-header {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 450px) {
  .col-xxs-6 {
    width: 50% !important;
  }
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* AMASTY AUTO COMPLETE OVERRIDES+CLASSES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.am_search_popup div.am_element > div {
  padding: 0;
}
.am_search_popup {
  width: 290px !important;
  border: 0 !important;
  background: white !important;
  left: 0 !important;
  margin-top: 0;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.am_search_popup .am_search_popup_inner {
  border: 0;
  border-radius: 0;
}
.am_search_popup .am_search_popup_inner .am_element {
  padding: 5px;
  background: white !important;
  border-color: #eee;
}
.am_search_popup .am_search_popup_inner .am_element:hover {
  background: #eee !important;
}
.am_search_popup .am_search_popup_inner .am_title {
  padding: 6px 0 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.am_search_popup .am_search_popup_inner .am_format,
.am_search_popup .am_search_popup_inner .am_cat {
  display: inline-block;
  padding: 3px 10px;
}
.am_search_popup .am_search_popup_inner .am_cat:before {
  content: "Found In: ";
}
.am_search_popup .am_search_popup_inner .am_format:before {
  content: "Format: ";
}
.am-container-title {
  display: none;
}

.am_image > img {
  border: 0;
  padding: 5px;
}

.am_search_popup .am_right {
  border-left: 0;
}

.am-more-results {
  padding: 5px;
}
/* REVOLUTION SLIDER OVERRIDES+CLASSES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.tp-videolayer iframe {
  border: none !important;
}
.tp-caption a {
  color: inherit !important;
}
/* PRINT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media print {
  * {
    color: black !important;
  }
  .breadcrumbs,
  .block,
  footer,
  header {
    display: none;
  }
  .print {
    display: block !important;
  }
}
