/*-----------------------body------------------------*/
html {
  font-size: 13px; }

body {
  color: #333;
  background-color: #00338e; }

a {
  color: #333;
  -webkit-transition: all 0s;
  transition: all 0s; }

a:hover {
  color: #da2129; }

.cbase {
  color: #00338e !important; }

/*-----------------------box------------------------*/
.shell {
  max-width: 1368px;
  margin: 0 auto; }

.main .shell {
  background-color: #fff; }

@media screen and (min-width: 1201px) {
  .main .shell {
    padding: 0 7px; } }
.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: 1200px) {
  .shell {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 750px) {
  .sidebar, .sidebar.fr {
    margin: 0 0 5px 0;
    width: 100%; }

  .container, .container.fl {
    width: 100%; }

  .main .shell {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media screen and (min-width: 751px) {
  .box50 + .box50 {
    padding-left: .25rem; } }
/*-----------------------header------------------------*/
/**--top_column--**/
.top_column {
  padding: 1px 0;
  background-color: #fff;
  text-align: right; }

.top_column .homeurl {
  display: inline-block;
  font-weight: bold;
  margin-right: 1.5rem; }

.top_column .shoppingcart {
  display: inline-block;
  padding: 1rem;
  background-color: #da2129;
  font-weight: bold; }

.top_column .shoppingcart a {
  color: #fff; }

.top_column .shoppingcart a span {
  padding: 0 5px; }

.top_column .shoppingcart a:hover {
  color: #ccc; }

.top_column .dropmenu {
  margin: 0 1.5rem 0 0; }

.top_column .dropmenu > span {
  font-size: .925rem;
  font-weight: bold; }

.top_column .dropmenu > span:after {
  border-top: .375rem solid #333; }

.top_column .dropmenu ul {
  border-radius: 0;
  background-color: #fff; }

.top_column .dropmenu ul li a {
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: #333;
  font-size: .925rem; }

.top_column .dropmenu ul li a:hover,
.top_column .dropmenu ul li.active a {
  background-color: #fff;
  color: #da2129; }

.top_column .dropmenu:hover ul {
  opacity: 1;
  filter: Alpha(Opacity=100); }

@media screen and (max-width: 750px) {
  .top_column {
    text-align: center;
    padding-top: .5rem; }

  .top_column .shoppingcart {
    margin-top: .5rem; } }
/**--logo_column--**/
.logo_column {
  padding: .25rem 0; }

.logo_column {
  background-color: #00338e; }

.logo_column .logo_img {
  float: left;
  width: 55%;
  margin-right: 5%; }

.logo_column .search {
  float: left;
  width: 40%;
  padding: .65rem 0;
  margin-top: 2.5rem;
  background-color: #fff;
  border-radius: 5px; }

.logo_column .search input {
  width: 90%;
  font-size: 1.25rem; }

.logo_column .search i {
  float: right;
  margin: .3rem .85rem 0 0;
  font-size: 2rem;
  cursor: pointer; }

.logo_column .search i:hover {
  color: #da2129; }

@media screen and (max-width: 1200px) {
  .logo_column .search {
    margin-top: 2%;
    padding: .25rem 0; }

  .logo_column .search input {
    width: 80%; }

  .logo_column .search i {
    margin-top: .5rem;
    font-size: 1.5rem; } }
@media screen and (max-width: 750px) {
  .logo_column {
    padding: .5rem 0; }

  .logo_column .logo_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem; }

  .logo_column .search {
    width: 100%;
    margin: 0; } }
/**--nav_column--**/
.nav_column {
  background-color: #da2129; }

.nav_column .navigation_bar {
  padding: 0 7px; }

.nav_column .navigation_bar > span {
  position: relative;
  float: left; }

.nav_column .navigation_bar > span > a {
  display: block;
  padding: .75rem 1.5rem;
  background-color: transparent;
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.25; }

.nav_column .navigation_bar > span > a > i.arrow {
  display: inline-block;
  margin-left: .75rem;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow.png");
  background-position: -1px -28px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.nav_column .navigation_bar > span > ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  padding: .5rem 0;
  min-width: 10rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0s;
  transition: all 0s; }

.nav_column .navigation_bar > span > ul > li > a {
  display: block;
  padding: .1rem 1rem;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5; }

.nav_column .navigation_bar > span > ul > li:hover > a,
.nav_column .navigation_bar > span > ul > li.active > a {
  color: #da2129; }

.nav_column .navigation_bar > span > ul {
  background-color: #00338e; }

.nav_column .navigation_bar > span > ul > li:hover > a,
.nav_column .navigation_bar > span > ul > li.active > a {
  color: #da2129; }

.nav_column .navigation_bar > span:hover > a,
.nav_column .navigation_bar > span.active > a {
  background-image: linear-gradient(to bottom, #002a75, #00338e);
  background-image: -webkit-linear-gradient(top, #002a75, #00338e);
  color: #da2129; }

.nav_column .navigation_bar > span:hover > ul {
  top: 99.9999%;
  visibility: visible;
  opacity: 1;
  filter: Alpha(Opacity=100); }

.nav_column .navigation_bar > span > ul.main_panel {
  min-width: 42.5rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25); }

.nav_column .navigation_bar > span > ul.main_panel li {
  float: left;
  width: 33.3336%; }

.nav_column .navigation_bar:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

@media screen and (max-width: 1368px) {
  .nav_column .navigation_bar {
    padding: 0; }

  .nav_column .navigation_bar > span > a {
    padding: .75rem 1rem; } }
@media screen and (max-width: 750px) {
  .nav_column .navigation_bar {
    padding: 5px 0; }

  .nav_column .navigation_bar > span {
    position: static;
    border-right: 0; }

  .nav_column .navigation_bar > span > a {
    padding: .35rem .5rem; }

  .nav_column .navigation_bar > span > ul.main_panel {
    min-width: auto;
    width: 100%; }

  .nav_column .navigation_bar > span > ul.main_panel li {
    width: 50%; } }
.free_shipping_banner .shell {
  background-color: #fff;
  padding-bottom: .25rem;
  text-align: center; }

@media screen and (max-width: 750px) {
  .free_shipping_banner {
    display: none; } }
/*---------------------index------------------------*/
.index_banner > div {
  float: left;
  width: 100%;
  margin-bottom: .35rem;
  text-align: center; }

.index_banner .sales_banner {
  position: relative; }

.index_banner .sales_banner > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.index_banner .sales_banner > span > a {
  float: left;
  display: block;
  height: 100%; }

.index_banner .sales_banner > span > a:nth-of-type(1) {
  width: 23.5%;
  margin-right: 2.8%; }

.index_banner .sales_banner > span > a:nth-of-type(2) {
  width: 24.1%;
  margin-right: 2.8%; }

.index_banner .sales_banner > span > a:nth-of-type(3) {
  width: 21.2%;
  margin-right: 2.8%; }

.index_banner .sales_banner > span > a:nth-of-type(4) {
  width: 22.7%; }

.index_banner .two_banner > a {
  float: left;
  display: block;
  width: 50%; }

.index_banner .two_banner > a:first-of-type {
  padding-right: 3px; }

.index_banner .two_banner > a:last-of-type {
  padding-left: 3px; }

.index_banner:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

@media screen and (max-width: 750px) {
  .index_banner .two_banner > a {
    width: 100%;
    padding: 0 !important; }

  .index_banner .two_banner > a:first-of-type {
    margin-bottom: .35rem; }

  .index_banner .sales_banner {
    display: none; } }
.index_text h2 {
  font-size: 1.5rem;
  font-weight: bold; }

.index_text p {
  margin-bottom: .5rem; }

/*-----------------------footer------------------------*/
.footer .color_block {
  padding: 1.5rem 0 .5rem;
  color: #fff; }

.footer .color_block {
  background-color: #da2129; }

.footer .color_block .service_info a {
  color: #fff; }

.footer .color_block .service_info a:hover {
  color: inherit;
  text-decoration: underline; }

.footer .color_block .service_info li {
  float: left;
  padding: 0 3.75rem;
  margin-bottom: 1rem; }

.footer .color_block .service_info li dl {
  font-size: 1.1rem; }

.footer .color_block .service_info li dl dt {
  margin-bottom: .65rem; }

.footer .color_block .service_info li dl dd {
  margin-bottom: .5rem; }

.footer .color_block .service_info .info1 dl dt {
  font-size: 1.5rem; }

.footer .color_block .service_info .info1 dl dd.input {
  min-height: 37px;
  background-color: #fff; }

.footer .color_block .service_info .info1 dl dd.input input {
  width: 70%;
  margin-top: 2px;
  color: #333; }

.footer .color_block .service_info .info1 dl dd.input button {
  float: right;
  display: block;
  padding: 10px;
  color: #fff; }

.footer .color_block .service_info .info1 dl dd.input {
  border: 1px solid #00338e; }

.footer .color_block .service_info .info1 dl dd.input button {
  background-color: #00338e; }

.footer > .shell {
  background-color: #fff;
  padding: .5rem 2rem; }

.footer .pay_block {
  padding: .5rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #666; }

.footer .pay_block span {
  font-size: 1.1rem;
  margin-right: 2.5rem; }

.footer .pay_block .left {
  float: left;
  width: 50%; }

.footer .pay_block .right {
  float: left;
  width: 50%; }

.footer .pay_block:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.footer .copyright_block {
  font-size: .925rem; }

.footer .copyright_block p {
  color: #666;
  display: inline-block;
  margin-bottom: .5rem; }

.footer .copyright_block ul {
  float: right; }

.footer .copyright_block ul li {
  float: left;
  padding-right: .5rem;
  margin-right: .5rem;
  border-right: 1px solid #666;
  line-height: 1.75; }

.footer .copyright_block ul li:last-of-type {
  border: 0; }

.footer .copyright_block ul li a {
  color: #666; }

.footer .copyright_block ul li a:hover {
  color: #da2129; }

@media screen and (max-width: 1200px) {
  .footer .color_block .service_info li {
    padding: 0 1rem;
    width: 50%; } }
@media screen and (max-width: 750px) {
  .footer .color_block {
    padding: 10px 0; }

  .footer .color_block .service_info li {
    padding: 0;
    width: 100%;
    margin-bottom: 1rem; }

  .footer .color_block .service_info li:last-of-type {
    margin-bottom: 0; }

  .footer .pay_block .left,
  .footer .pay_block .right {
    width: 100%; }

  .footer > .shell {
    padding: 10px; }

  .footer .copyright_block ul {
    float: left; } }
/*-----------------------productlist------------------------*/
ul.breadcrumb_nav {
  width: 100%;
  padding: .25rem 1rem .5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  color: #2a296f;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #bbb; }

ul.breadcrumb_nav li {
  float: left;
  display: block; }

ul.breadcrumb_nav li a {
  color: inherit; }

ul.breadcrumb_nav li a:hover,
ul.breadcrumb_nav li:last-of-type a {
  color: #000; }

ul.breadcrumb_nav li:not(:first-of-type):before {
  content: '/';
  color: #00338e;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 .75rem;
  vertical-align: top;
  background-image: none;
  background-position: 0; }

ul.breadcrumb_nav:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.list_left_column {
  float: left;
  width: calc(18% - .5rem);
  margin-right: .5rem;
  margin-bottom: .5rem;
  border: 1px solid #ddd; }

.list_left_column:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.list_right_column {
  float: left;
  width: 82%;
  margin-bottom: .5rem; }

.list_right_column:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

@media screen and (max-width: 1200px) {
  .list_left_column {
    width: calc(26% - .5rem); }

  .list_right_column {
    width: 74%; } }
@media screen and (max-width: 750px) {
  .list_left_column {
    width: 100%;
    margin: 0 0 .5rem 0; }

  .list_right_column {
    width: 100%;
    margin-bottom: .5rem; } }
.filter_block > span {
  display: block;
  padding: .65rem 1.25rem;
  font-size: 1.35rem;
  background-color: #f5f6f8; }

.filter_block:not(.fixed) > span {
  position: relative;
  cursor: pointer; }

.filter_block:not(.fixed) > span:after {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 14px;
  height: 10px;
  content: '';
  background-image: url(../img/football56/arrow.png);
  background-repeat: no-repeat;
  background-position: 0px -0px; }

.filter_block:not(.fixed) > span.off {
  margin-bottom: .5rem; }

.filter_block:not(.fixed) > span.off:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.filter_block.fixed > span {
  background-color: #da2129;
  color: #fff;
  text-align: center; }

.filter_block > ul {
  padding: .25rem 1rem; }

.filter_block > ul > li {
  position: relative;
  margin-bottom: 2px;
  font-size: 1.1rem; }

.filter_block > ul > li > a {
  display: block;
  padding: .35rem .35rem .35rem 2.5rem; }

.filter_block > ul > li:hover > a,
.filter_block > ul > li.active > a {
  color: #fff;
  background-color: #da2129; }

.filter_block > ul > li:after {
  position: absolute;
  left: 10px;
  top: 4.5px;
  width: 16px;
  height: 16px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #bbb;
  cursor: pointer; }

.filter_block:not(.player) > ul > li.active:after {
  background-color: #333;
  background-image: url(../img/football56/close.png);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  border-color: #333; }

.filter_block.player > ul > li.active:after {
  background-color: #333; }

.items_page {
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  background-color: #f5f6f8; }

.items_page .items_page_text {
  display: inline-block;
  margin-right: 1rem; }

.items_page .items_page_select {
  display: inline-block; }

.items_page .items_page_select select {
  border-color: #333;
  color: #333; }

@media screen and (max-width: 750px) {
  .items_page .items_page_text,
  .items_page .items_page_select {
    display: none; } }
.items_page_href {
  float: right;
  margin-top: .1rem; }

.items_page_href li {
  display: inline-block; }

.items_page_href li a {
  display: inline-block;
  padding: .5rem .75rem;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #333; }

.items_page_href li a:hover,
.items_page_href li.active a {
  border: 1px solid #333; }

.items_page_href li.disabled a {
  color: #999;
  pointer-events: none; }

.items_page_href span a {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0 .25rem; }

.items_page_href span.prev a {
  border-right: 8px solid #333;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent; }

.items_page_href span.next a {
  border-left: 8px solid #333;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent; }

.items_page:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.product_list:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

.product_list .product_info {
  width: calc(33.322% - 4px);
  border: 1px solid #ddd; }

.product_list .product_info:nth-of-type(n) {
  margin-right: 6px; }

.product_list .product_info:nth-of-type(3n) {
  margin-right: 0; }

.product_info {
  position: relative;
  float: left;
  padding: 3px;
  margin-bottom: 6px; }

.product_info .product_img {
  margin-bottom: .5rem; }

.product_info .product_img img {
  width: 100%;
  height: 100%; }

.product_info .product_price {
  margin-bottom: .25rem;
  padding: 0 1.25rem; }

.product_info .product_price span {
  display: inline-block;
  margin: 0 3px; }

.product_info .product_price span:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.35rem; }

.product_info .product_price span:nth-of-type(2) {
  color: #999;
  text-decoration: line-through;
  font-size: 1.1rem; }

.product_info .product_title {
  overflow: hidden;
  height: 60px;
  margin-bottom: .5rem;
  padding: 0 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.product_info .product_title a:hover {
  color: #da2129;
  text-decoration: underline; }

@media screen and (max-width: 750px) {
  .product_list .product_info {
    width: calc(50% - 3px); }

  .product_list .product_info:nth-of-type(n) {
    margin-right: 6px; }

  .product_list .product_info:nth-of-type(2n) {
    margin-right: 0; }

  .product_info .product_price,
  .product_info .product_title {
    padding: 0 .5rem; }

  .product_info .product_title {
    height: 90px; } }
/*-----------------------module------------------------*/
/*--button--*/
.btn {
  background-color: #da2129;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.5) inset; }

.btn:hover {
  background-color: #00338e;
  color: #fff; }

/*--breadcrumb--*/
ul.breadcrumb {
  padding: .75rem 1rem;
  border: 0;
  background-color: #00338e;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem; }

ul.breadcrumb li a:hover,
ul.breadcrumb li:last-of-type a {
  color: #da2129; }

ul.breadcrumb li:not(:first-of-type):before {
  background-position: -1px -41px;
  margin: 0 2px; }

.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------------------------*/
/**--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: .75rem 1rem;
  background-color: #00338e;
  color: #fff;
  font-size: 1rem;
  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: #da2129; }

.menu.accordion > div:hover > a,
.menu.accordion > div.active > a {
  background-color: #00338e;
  color: #fff; }

/*-----------------------shopdetails------------------------*/
.info_content {
  float: left;
  width: calc(85% - 1rem);
  margin-right: 1rem; }

.info_left_column {
  float: left;
  width: calc(52.5% - 2rem);
  margin-right: 2rem; }

.info_right_column {
  float: left;
  width: 47.5%; }

.info_img {
  padding: 3px;
  margin-bottom: .5rem;
  border: 1px solid #ddd;
  text-align: center; }

.info_img img {
  width: 100%; }

.info_img .zoom {
  display: inline-block;
  margin: 1rem; }

.info_img .zoom img {
  width: auto; }

.info_heading {
  padding: .65rem 1rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  background-color: #f5f6f8;
  font-weight: bold; }

.info_shipping {
  list-style: disc;
  padding-left: 1.25rem;
  margin-left: 1rem;
  font-size: 1.1rem; }

.info_shipping > li {
  margin-bottom: .15rem;
  line-height: 1.5; }

.info_shipping > a {
  color: #2373c1; }

.info_title {
  margin-bottom: .5rem;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.5; }

.info_title_minor {
  margin-bottom: 1.5rem;
  color: #72c16e;
  font-size: 1.1rem; }

.info_price {
  display: block;
  margin-bottom: 1.5rem; }

.info_price > span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: bold; }

.info_price > span:nth-of-type(1) {
  font-size: 1.5rem; }

.info_price > span:nth-of-type(2) {
  font-size: 1.25rem;
  color: #999;
  text-decoration: line-through; }

.info_price > span:nth-of-type(3) {
  font-size: 1.25rem;
  color: #999; }

.info_select {
  margin-bottom: 1rem; }

.info_select > div {
  margin-bottom: 1rem; }

.info_select > div > span {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.1rem; }

.info_select > div > span > i {
  color: #ff0000;
  font-style: normal;
  padding-left: 3px; }

.info_select > div.or_text {
  margin-bottom: 1rem;
  color: #999;
  font-size: 1.1rem; }

.info_select > div.jersey_number > span,
.info_select > div.jersey_name > span {
  width: 165px; }

.info_select > div.jersey_number > input {
  max-width: 80px; }

.info_select > div.select_size {
  position: relative; }

.info_select > div.select_size .size_chart {
  position: absolute;
  right: 10px;
  top: 2px; }

.info_select > div.select_size > ul {
  display: block;
  margin-top: .75rem; }

.info_select > div.select_size > ul > li {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 2px;
  margin-bottom: 5px;
  min-width: 2.25rem;
  line-height: 2.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer; }

.info_select > div.select_size > ul > li:hover,
.info_select > div.select_size > ul > li.active {
  background-color: #da2129;
  color: #fff; }

.info_select > div.quantity > input {
  max-width: 80px; }

.info_select > div.quantity .add_to_cart {
  display: inline-block;
  min-width: 250px;
  margin-left: 1rem; }

.info_select > div.please_note {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.info_select > div p.prompt {
  color: #cc1717; }

.info_select input,
.info_select select {
  border-color: #333;
  color: #333; }

.also_like {
  float: left;
  width: 15%; }

.also_title {
  padding: .65rem 0;
  margin-bottom: .5rem;
  background-color: #da2129;
  color: #fff;
  text-align: center;
  font-size: 1.35rem; }

.also_like .product_info {
  border-bottom: 1px solid #ddd; }

.also_like .product_price,
.also_like .product_title {
  padding: 0 .5rem;
  text-align: center; }

.also_like .product_title {
  height: 43px; }

@media screen and (max-width: 1200px) {
  .info_content {
    float: left;
    width: 100%;
    margin-right: 0; }

  .also_like {
    display: none; } }
@media screen and (max-width: 750px) {
  .info_left_column {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem; }

  .info_right_column {
    width: 100%;
    margin-bottom: .5rem; }

  .info_heading.one,
  .info_shipping {
    display: none; }

  .info_select > div.select_size .size_chart {
    right: 0px;
    top: 0px; }

  .info_select > div.quantity .add_to_cart {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0; } }
.info_content:after,
.also_like:after,
.info_left_column:after,
.info_right_column:after,
.info_select:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0; }

/*-----------------------shop-other-----------------------*/
.total {
  width: 100%;
  margin-bottom: .375rem; }

.total li {
  margin: .85rem; }

.total span {
  float: right; }

.total li.s {
  font-weight: bold;
  color: #CF4350; }

.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: #CF4350; }

.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: #CF4350; }

.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;
  margin-bottom: 1rem; }

@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; } }
@media screen and (max-width: 400px) {
  #add_to_cart {
    min-width: 275px;
    min-height: 350px; }

  .shoopingcart-popup {
    max-height: 350px; } }
@media screen and (max-width: 350px) {
  #add_to_cart {
    min-width: 250px;
    min-height: 300px; }

  .shoopingcart-popup {
    max-height: 300px; } }
.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: #CF4350; }

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: #00338e; }

.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=football56.Buffalo-Bills.css.map */
