.wrapper {
  background-image: url(../img/icehockey37/Toronto-Maple-Leafs/products.jpg); }

/*-----------------------body------------------------*/
html {
  font-size: 13px; }

body {
  color: #000;
  background-color: #064e90; }

a {
  color: #000;
  -webkit-transition: all 0s;
  transition: all 0s; }

a:hover {
  color: #919191; }

.cbase {
  color: #064e90 !important; }

input, select {
  border-radius: 0 !important; }

/*-----------------------box------------------------*/
.wrapper {
  top: 52px;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.shell {
  max-width: 980px; }

.main .shell {
  background-color: #fff;
  padding: 3px; }

.main .shell.index,
.main .shell.list {
  background-color: #d4d4d4; }

.main .shell.shop {
  background-color: #efefef; }

.sidebar {
  float: left;
  margin-right: 5px;
  width: calc(18% + 1px); }

.sidebar.fr {
  margin: 0 0 0 5px;
  width: 22%; }

.container {
  float: left;
  width: calc(82% - 6px); }

.container.fl {
  width: calc(78% - 5px); }

@media screen and (max-width: 750px) {
  .shell {
    padding-left: 10px;
    padding-right: 10px; }

  .sidebar, .sidebar.fr {
    margin: 0 0 5px 0;
    width: 100%; }

  .container, .container.fl {
    width: 100%; }

  .main .shell {
    padding: 3px 5px; } }
@media screen and (min-width: 751px) {
  .box50 + .box50 {
    padding-left: .25rem; } }
/*-----------------------fixedbar------------------------*/
.fixedbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 53px;
  padding: 8px 0; }

.fixedbar .shell {
  padding: 0px !important; }

.fixedbar,
.fixedbar a {
  color: #eee; }

.fixedbar a:hover {
  color: #eee;
  text-decoration: underline; }

.fixedbar .icon {
  float: left;
  padding-left: 10px; }

.fixedbar .icon img {
  max-height: 70px; }

.fixedbar .login {
  float: left;
  margin-left: 1rem; }

.fixedbar .login .homeurl {
  display: inline-block;
  margin-top: 1rem;
  font-weight: bold;
  vertical-align: middle; }

.fixedbar .shopcart {
  float: right;
  margin-top: 1.15rem;
  margin-right: 1rem;
  font-weight: bold; }

.fixedbar .shopcart span {
  margin: 0 3px; }

/**--dropmenu--**/
.fixedbar .dropmenu {
  margin: 1rem 0 0 1rem; }

.fixedbar .dropmenu > span {
  font-size: .925rem;
  font-weight: bold; }

.fixedbar .dropmenu > span:after {
  border-top: .375rem solid #ccc; }

.fixedbar .dropmenu ul {
  border-radius: 0;
  background-color: #fff; }

.fixedbar .dropmenu ul li a {
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: #333;
  font-size: .925rem; }

.fixedbar .dropmenu ul li a:hover,
.fixedbar .dropmenu ul li.active a {
  background-color: #fff;
  color: #064e90; }

.fixedbar .dropmenu:hover ul {
  opacity: 1;
  filter: Alpha(Opacity=100); }

@media screen and (max-width: 750px) {
  .fixedbar .icon {
    max-width: 50px;
    padding-left: 0; }

  .fixedbar .login .homeurl {
    display: none; }

  .fixedbar .shopcart {
    float: left;
    margin-left: 1rem; } }
/*-----------------------header------------------------*/
.header .shell {
  padding: 0px !important; }

/**--headerlogo--**/
.header .headerlogo {
  min-height: 92px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.75) inset; }

.header .headerlogo {
  background-image: linear-gradient(to bottom, #4d4d4d, #000);
  background-image: -webkit-linear-gradient(top, #4d4d4d, #000); }

.header .headerlogo .logo {
  float: left;
  margin-top: 10px;
  margin-left: 75px; }

.header .headerlogo .search {
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
  background-color: #d0d0d0;
  border-radius: 3px; }

.header .headerlogo .search input {
  background-color: #d0d0d0;
  width: 85%;
  padding: 0 .75rem;
  min-height: 2.2rem; }

.header .headerlogo .search i {
  float: right;
  cursor: pointer;
  margin: .6rem .5rem 0 0;
  font-size: 1.15rem; }

.header .headerlogo .search i:hover {
  color: #064e90; }

.header .headerlogo:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

/**--navigation--**/
.header .navigation {
  background-color: #064e90;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) inset; }

.header .navigation > div {
  position: relative;
  float: left;
  border-right: 2px solid #032647; }

.header .navigation > div:last-of-type {
  border-right: 0; }

.header .navigation > div > a {
  display: block;
  padding: .65rem 1.5rem;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25; }

.header .navigation > div > a > i.arrow {
  display: none; }

.header .navigation > div > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  padding: .5rem 0;
  min-width: 10rem;
  background-color: #064e90;
  opacity: 0;
  filter: Alpha(Opacity=0);
  -webkit-transition: all 0s;
  transition: all 0s; }

.header .navigation > div > ul > li > a {
  display: block;
  padding: .1rem 1rem;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-size: .925rem;
  font-weight: bold;
  line-height: 1.25; }

.header .navigation > div > ul > li:hover > a,
.header .navigation > div > ul > li.active > a {
  background-color: transparent;
  color: #919191; }

.header .navigation > div:hover > a,
.header .navigation > div.active > a {
  background-color: transparent;
  color: #919191; }

.header .navigation > div:hover > ul {
  top: 99.9999%;
  visibility: visible;
  opacity: 1;
  filter: Alpha(Opacity=100); }

.header .navigation > div > ul.playerpanel {
  min-width: 42.5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }

.header .navigation > div > ul.playerpanel li {
  float: left;
  width: 33.3336%; }

/* Underline From Center */
.header .navigation > div:not(:first-of-type) {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }

.header .navigation > div:not(:first-of-type):before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #919191;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.header .navigation > div:not(:first-of-type):hover:before {
  left: 0;
  right: 0; }

.header .navigation:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

@media screen and (max-width: 1200px) {
  /**--headerlogo--**/
  .header .headerlogo {
    min-height: 80px; }

  .header .headerlogo .logo {
    top: 20px;
    width: 50%; }

  .header .headerlogo .search {
    top: 20px; } }
@media screen and (max-width: 750px) {
  /**--headerlogo--**/
  .header .headerlogo {
    padding: 10px;
    min-height: auto; }

  .header .headerlogo .logo {
    margin: 0;
    width: 100%; }

  .header .headerlogo .search {
    position: static;
    width: 100%; }

  /**--headermenu--**/
  .header .navigation {
    padding: 5px 0; }

  .header .navigation > div {
    position: static;
    border-right: 0; }

  .header .navigation > div > a {
    padding: .35rem .5rem; }

  .header .navigation > div > ul.playerpanel {
    min-width: auto;
    width: 100%; }

  .header .navigation > div > ul.playerpanel li {
    width: 50%; } }
/*---------------------index------------------------*/
.mainbody {
  float: left;
  width: calc(100% - 181px); }

.mainbody:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.banner {
  width: 100%;
  margin-bottom: 5px; }

.category {
  width: 100%;
  margin-bottom: 5px;
  text-align: center; }

.category a {
  display: inline-block;
  border: 5px solid #999999; }

.category a:hover {
  border: 5px solid #064e90; }

.starproduct {
  min-height: 256px;
  padding: 15px 10px 0 10px;
  background-image: url(../img/icehockey37/default.jpg); }

.starproduct .productinfo {
  width: 20%; }

.starproduct .productinfo .title {
  height: 73px; }

.starproduct:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.column {
  width: 176px; }

.column .columnbox {
  position: relative;
  margin-bottom: 3px;
  width: 100%; }

.column .columnbox .title {
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: .9rem;
  font-weight: bold;
  color: #fff; }

.column .columnbox.special .text {
  position: absolute;
  top: 40px;
  left: 8px;
  color: #fff; }

.column .columnbox.special input {
  position: absolute;
  top: 82px;
  left: 8px;
  width: 110px;
  padding: 0;
  background-color: transparent;
  color: #fff; }

.column .columnbox.special .submit {
  position: absolute;
  top: 87px;
  right: 5px;
  width: 45px;
  height: 20px;
  display: block; }

.column .columnbox.service ul {
  position: absolute;
  top: 40px;
  left: 8px; }

.column .columnbox.service ul li {
  font-size: .9rem;
  margin-bottom: 3px;
  text-transform: uppercase; }

.column .columnbox.service ul li a {
  color: #fff; }

.column .columnbox.service ul li a:hover {
  text-decoration: underline; }

@media screen and (max-width: 750px) {
  .mainbody,
  .column {
    width: 100%; }

  .column .columnbox {
    display: none; }

  .category a {
    margin-bottom: 5px; }

  .starproduct {
    display: none; } }
/*-----------------------footer------------------------*/
.footer .shell {
  color: #333;
  padding: 15px 20px;
  border-top: 3px solid #c1c1c1;
  border-bottom: 5px solid #064e90;
  background-image: linear-gradient(to bottom, #dedede 50%, #adadad 100%);
  background-image: -webkit-linear-gradient(top, #dedede 50%, #adadad 100%); }

.footer h6 {
  font-size: 1.35rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
  margin-bottom: 0; }

.footer h6 a {
  color: inherit; }

.footer h6 a:hover {
  color: inherit;
  text-decoration: underline; }

.footer p {
  margin-bottom: 0;
  text-shadow: 1px 1px 0px #fff; }

/*-----------------------productlist------------------------*/
.productfilter {
  position: relative;
  margin-bottom: 10px; }

.productfilter .title {
  position: absolute;
  left: 5px;
  top: 4px;
  color: #fff;
  font-weight: bold; }

.productfilter .filterbox {
  position: absolute;
  left: 5px;
  top: 30px;
  width: 100%;
  padding-right: 10px;
  color: #333;
  font-weight: bold; }

.productfilter .filterbox select {
  padding: 0px 3px;
  margin-right: 5px;
  height: auto !important;
  min-height: auto !important; }

.productfilter .filterbox .filterpage {
  float: right; }

.productlist {
  padding: 10px;
  margin: 3px 3px 8px 3px;
  border-radius: 3px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.75); }

.productlist:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.productlist .productinfo {
  width: 25%; }

.productlist .productinfo {
  position: relative;
  padding: 3px;
  border-right: 1px dotted #555;
  border-bottom: 1px dotted #555; }

.productlist .productinfo:nth-of-type(4n) {
  border-right: 1px dotted #d4d4d4; }

.productinfo {
  float: left;
  padding: 0 5px; }

.productinfo .img {
  margin: 5px 10px;
  border: 5px solid #999999; }

.productinfo .img img {
  width: 100%; }

.productinfo .title {
  height: 43px;
  margin-bottom: 2px;
  text-align: center;
  font-size: .9rem;
  font-weight: bold;
  overflow: hidden; }

.productinfo .title a:hover {
  color: inherit;
  text-decoration: underline; }

.productinfo .price {
  font-weight: bold;
  text-align: center; }

.productinfo .price span {
  display: inline-block;
  margin: 0 3px; }

.productinfo .price span:nth-of-type(1) {
  color: #c8001f; }

.productinfo .price span:nth-of-type(2) {
  color: #666;
  text-decoration: line-through; }

.listpage {
  text-align: right;
  width: 100%;
  padding: 5px 10px;
  background-color: #efefef;
  border: 1px solid #999999;
  border-radius: 5px; }

.listpage select {
  padding: 0px 3px;
  height: auto !important;
  min-height: auto !important; }

@media screen and (max-width: 750px) {
  .productlist .productinfo {
    width: 50%;
    border: 0 !important; }

  .productfilter img,
  .productfilter .title {
    display: none; }

  .productfilter .filterbox {
    position: static; } }
/*-----------------------module------------------------*/
/*--button--*/
.btn {
  padding: .5rem 1rem;
  border-radius: .375rem;
  background-color: #064e90;
  color: #fff;
  font-size: 1rem; }

.btn:hover {
  box-shadow: 0 0 0 inset;
  background-color: #919191;
  color: #fff; }

.btn.xs {
  padding: .5rem 1rem;
  font-size: .925rem; }

.btn.xl {
  padding: .75rem 2rem;
  font-size: 1.125rem; }

/*--breadcrumb--*/
ul.breadcrumb {
  padding: 8px 8px;
  border: 0;
  border-radius: 3px;
  background-color: #505153;
  color: #fff;
  font-size: .9rem;
  margin-bottom: 3px;
  font-weight: bold; }

ul.breadcrumb li a:hover {
  color: white; }

ul.breadcrumb li:last-of-type a {
  color: white; }

ul.breadcrumb li:not(:first-of-type):before {
  background-position: -1px -41px;
  margin: 0 2px; }

/*--tab--*/
.tab {
  margin: 0;
  border: 0;
  border-radius: 0; }

.tab > ul.nav {
  background-color: transparent; }

.tab > ul.nav > li {
  padding: 3px 15px;
  margin-right: 2px;
  background-image: linear-gradient(to bottom, #e1e1e1, #c6c6c6);
  background-image: -webkit-linear-gradient(top, #e1e1e1, #c6c6c6);
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-size: .9rem;
  line-height: 1.5;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-radius: 3px 3px 0 0; }

.tab > ul.nav > li.active {
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6); }

.tab > ul.content {
  background-color: #E6E6E6;
  border: 1px solid #999;
  margin-top: -1px; }

.tab > ul.content > li {
  padding: 0;
  text-align: left;
  max-height: 300px;
  overflow-y: auto; }

.tab > ul.content > li img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.separator {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd; }

[class^="flaticon-"], [class*=" flaticon-"] {
  -webkit-transition: all 0s;
  transition: all 0s; }

/*-----------------------menu------------------------*/
.playerbox {
  margin-bottom: 5px; }

.playerbox .title {
  position: relative; }

.playerbox .title span {
  position: absolute;
  left: 5px;
  top: 3px;
  color: #fff;
  font-weight: bold; }

.playerbox ul {
  background-color: #064e90;
  padding: 10px; }

.playerbox ul li {
  padding-bottom: 2px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #fff; }

.playerbox ul li a {
  color: #fff;
  font-weight: bold; }

.playerbox ul li a:hover,
.playerbox ul li.active a {
  color: #919191; }

/**--accordion--**/
.menu.accordion {
  margin-bottom: .5rem; }

.menu.accordion > div {
  border-bottom: 1px solid transparent; }

.menu.accordion > div:last-of-type {
  border-bottom: 0; }

.menu.accordion > div > a {
  display: block;
  padding: .6rem 1rem;
  border-radius: 3px;
  background-color: #919191;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: normal; }

.menu.accordion > div > a > i.arrow {
  margin-top: .15rem;
  background-position: -1px -41px; }

.menu.accordion > div > ul {
  background-color: transparent; }

.menu.accordion > div > ul > li > a {
  display: block;
  padding: .15rem 1rem;
  color: #333;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5; }

.menu.accordion > div > ul > li:hover > a,
.menu.accordion > div > ul > li.active > a {
  background-color: transparent;
  color: #919191; }

.menu.accordion > div:hover > a,
.menu.accordion > div.active > a {
  background-color: #919191;
  color: #fff; }

/*-----------------------shopdetails------------------------*/
.shoptitle {
  padding: 4px 0;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #000; }

.shoptitle {
  background-image: linear-gradient(to top, #04335f, #064e90);
  background-image: -webkit-linear-gradient(bottom, #04335f, #064e90); }

.shoptitle, .shoptitle a {
  font-weight: bold;
  color: #fff; }

.shopdetails {
  padding: 4px;
  border: 1px solid #dedede; }

.shopdetails:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.shopdetails .detailsimg {
  float: left;
  width: 47.5%;
  margin-bottom: 10px;
  border: 1px solid #dedede; }

.shopdetails .detailsinfo {
  float: left;
  width: 52.5%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 20px; }

.shopdetails .detailsinfo select,
.shopdetails .detailsinfo input {
  padding: 2px;
  height: auto !important;
  min-height: auto !important; }

.shopdetails .detailsinfo input {
  width: 80px; }

.shopdetails .detailsinfo .select {
  margin-bottom: 10px; }

.shopdetails .detailsinfo .select li {
  margin-bottom: 10px; }

.shopdetails .detailsinfo .select li.price span {
  display: inline-block;
  margin: 0 3px; }

.shopdetails .detailsinfo .select li.price span:nth-of-type(1) {
  color: #c8001f;
  font-weight: bold;
  font-size: 1.35rem; }

.shopdetails .detailsinfo .select li.price span:nth-of-type(2) {
  color: #666;
  text-decoration: line-through; }

.shopdetails .detailsinfo .select li.name span,
.shopdetails .detailsinfo .select li.number span {
  display: inline-block;
  margin-left: 10px;
  font-size: .9rem;
  color: #E61735; }

.shopdetails .detailsinfo .select li.name input,
.shopdetails .detailsinfo .select li.number input {
  width: 150px; }

.shopdetails .detailsinfo .select .customized {
  margin-bottom: 10px;
  font-size: .8rem; }

.shopdetails .detailsinfo .select .customized li {
  margin-bottom: 2px; }

.shopdetails .detailsinfo .word {
  margin-bottom: .5rem;
  font-size: .925rem;
  line-height: 1.75; }

.shopdetails .detailsinfo .word > img {
  vertical-align: baseline;
  margin-right: .25rem; }

.shopdetails .detailsinfo .word .points {
  color: #064e90;
  font-weight: bold; }

.shopdetails .detailsinfo .word a:hover {
  text-decoration: underline; }

@media screen and (max-width: 750px) {
  .shopdetails .detailsimg,
  .shopdetails .detailsinfo {
    width: 100%; }

  .shopdetails .detailsinfo {
    padding-left: 0px; } }
/*-----------------------shop-other-----------------------*/
.total {
  width: 100%;
  margin-bottom: .375rem; }

.total li {
  margin: .85rem; }

.total span {
  float: right; }

.total li.s {
  font-weight: bold;
  color: #c8001f; }

.product-item.xs {
  padding: 0;
  border: 0px; }

.product-item.xs dl dd.price span:nth-of-type(1) {
  font-size: 1.5rem; }

.product-item.xs dl dd.price span:nth-of-type(2) {
  font-size: 1rem; }

/*--checkout--*/
.shoppingcart-item {
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc; }

.shoppingcart-item .img {
  float: left;
  width: 12.5%;
  padding-left: 1.5rem; }

.shoppingcart-item .img img {
  max-width: 100%; }

.shoppingcart-item .content {
  float: left;
  width: 87.5%;
  padding-top: .5rem;
  padding-left: 3rem; }

.shoppingcart-item .content > div:first-child {
  margin-bottom: 1rem; }

.shoppingcart-item .content .box20 {
  min-width: 180px; }

.shoppingcart-item .title {
  margin-bottom: .75rem;
  font-weight: bold;
  line-height: 1.25; }

.shoppingcart-item .title a {
  font-size: 1.15rem;
  color: #333; }

.shoppingcart-item .title + .price {
  margin-bottom: .5rem; }

.shoppingcart-item .title + .price span:nth-child(1) {
  font-size: 1.2rem;
  font-weight: bold;
  color: #c8001f; }

.shoppingcart-item .title + .price span:nth-child(2) {
  margin-left: .5rem;
  text-decoration: line-through; }

.shoppingcart-item .color,
.shoppingcart-item .text {
  margin-bottom: .5rem; }

.shoppingcart-item .choice {
  float: left;
  width: 100%;
  margin-bottom: .75rem; }

.shoppingcart-item .choice .size {
  float: left;
  width: 25%;
  margin-top: .5rem;
  margin-right: 5%;
  font-size: .925rem;
  text-align: left; }

.shoppingcart-item .choice .select-size {
  float: left; }

.shoppingcart-item .choice .select-size input {
  float: left;
  width: 90px;
  font-weight: bold;
  text-align: center; }

.shoppingcart-item .choice .price {
  float: left;
  margin: .5rem 0 0 2rem; }

@media screen and (max-width: 750px) {
  .shoppingcart-item .img {
    width: 25%;
    padding-left: 0; }

  .shoppingcart-item .content {
    width: 75%;
    padding-left: 1.5rem; }

  .shoppingcart-item .choice .size {
    width: 20%; }

  .shoppingcart-item .choice .select-size input {
    width: 70px; }

  .shoppingcart-item .choice .price {
    margin: .325rem 0 0 1rem; } }
.shoppingcart-item-s {
  float: left;
  width: 100%;
  margin: 0 0 1rem;
  text-align: left; }

.shoppingcart-item-s .img {
  float: left;
  width: 20%; }

.shoppingcart-item-s .img img {
  max-width: 100%; }

.shoppingcart-item-s ul {
  float: left;
  width: 55%;
  padding-left: 1.5rem;
  padding-right: 1rem; }

.shoppingcart-item-s li {
  margin-bottom: .5rem; }

.shoppingcart-item-s li:nth-child(1) {
  line-height: 1.5;
  font-weight: bold; }

.shoppingcart-item-s .price {
  float: left;
  width: 25%;
  padding-right: 1rem;
  text-align: right; }

.shoppingcart-item-s .price span {
  clear: both;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #c8001f; }

.shoppingcart-item-s .price .btn {
  clear: both;
  margin-top: .5rem !important; }

#add_to_cart {
  min-width: 600px;
  min-height: 450px; }

.shoopingcart-popup {
  max-height: 500px;
  overflow: auto; }

@media screen and (max-width: 1200px) {
  #add_to_cart {
    min-width: 500px;
    min-height: 400px; }

  .shoopingcart-popup {
    max-height: 400px; } }
@media screen and (max-width: 750px) {
  #add_to_cart {
    min-width: 325px;
    min-height: 350px; }

  .shoopingcart-popup {
    max-height: 350px; } }
.note {
  padding: .75rem;
  background-color: #eee; }

.note h5 {
  font-size: 1.35rem; }

.note .table {
  margin: 0; }

.note .table tbody tr td {
  padding: .2rem;
  line-height: 1.5; }

/*--account--*/
.order-item td i, .order-status span i, .basebox > i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .75rem;
  border-radius: 100%; }

.order-item td i.flaticon-cross89 {
  margin-left: 1.5rem;
  cursor: pointer; }

.order-item .price {
  color: #c8001f; }

i.processing {
  background-color: #ff7300; }

i.in_production {
  background-color: #7b858a; }

i.unpaid {
  background-color: #ffb400; }

i.sent {
  background-color: #6d4920; }

i.completed {
  background-color: #4fa600; }

i.cancellation {
  background-color: #ff0000; }

.order-status {
  margin-bottom: 1.5rem;
  font-size: 1rem; }

.order-status span {
  text-transform: capitalize;
  font-weight: bold; }

.order-status div {
  margin: .5rem 0 .75rem 0;
  font-size: .9rem; }

.address-item {
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  border-bottom: 1px solid #ccc; }

.address-item.default span {
  display: block;
  margin-bottom: .75rem;
  color: #047704; }

.address-item .name {
  font-size: 1rem;
  font-weight: bold; }

.address-item .address {
  margin: .75rem 0; }

.logistics-item {
  margin-bottom: 1.5rem; }

.logistics-item ul {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc; }

.logistics-item ul li {
  font-size: 1rem;
  line-height: 1.5; }

.logistics-item ul li.time {
  font-weight: bold; }

.logistics-item ul li.content {
  margin-top: .5rem; }

.logistics-item ul:first-child li {
  color: #ff0000; }

@media screen and (min-width: 1201px) {
  #addaddress-box, #addressbook-box {
    min-width: 550px; } }
@media screen and (min-width: 750px) and (max-width: 1200px) {
  #addaddress-box, #addressbook-box {
    min-width: 450px; } }
.loading > div {
  background-color: #064e90; }

.product-select:after,
ul.menus:after,
.shop-content:after,
.shop-content .designers:after,
.shoppingcart-item:after,
.address-item:after,
.order-item:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

/*--body--*/
@media screen and (max-width: 1200px) {
  html {
    font-size: 13px; } }
@media screen and (max-width: 750px) {
  html {
    font-size: 12px; } }
.ml2 {
  margin-left: 2.5% !important; }

.mr2 {
  margin-right: 2.5% !important; }

.mlr2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mlr2:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

@media screen and (max-width: 750px) {
  .mlr2 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media screen and (min-width: 751px) {
  .sidebar {
    display: block !important; } }
.fg {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }

.friendlylink {
  float: left;
  width: 100%;
  margin-bottom: 1rem; }

.friendlylink a {
  display: inline-block;
  margin-right: 5px; }

.friendlylink strong {
  font-weight: normal; }

.table.none thead tr th,
.table.none tbody tr td {
  border: 0; }

.btn {
  vertical-align: baseline; }

.lead {
  position: absolute;
  left: -10000px;
  top: -10000px;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/*--mask--*/
.mask > i#close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  margin-right: 0;
  font-size: 1.75rem;
  color: #fff;
  cursor: pointer; }

.mask > i#close:hover {
  color: #999; }

.c {
  clear: both;
  *zoom: 1; }

.c:before, .c:after {
  display: table;
  content: "";
  line-height: 0; }

/*# sourceMappingURL=icehockey37.Toronto-Maple-Leafs.css.map */
