
/*@import url('base.css');*/
/*@import url('layout.css');
@import url('skeleton.css');*/

@font-face{font-family: swiss721; src: url('fonts/UTM Swiss 721 Black Condensed.ttf'), url('fonts/UTM_Swiss_721_Black_Condensed.eot');}
@font-face{font-family: SFUFuturaBold; src: url('fonts/SFUFuturaBold.TTF'), url('fonts/SFUFuturaBold.eot');}
@font-face{font-family: SFUFuturaRegular; src: url('fonts/SFUFuturaRegular.TTF'), url('fonts/SFUFuturaRegular.eot');}
@font-face{font-family: geoslab703; src: url('fonts/geoslab703.ttf'), url('fonts/geoslab703.eot');} 

html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; background-color: #818285; color: #231F20; 
      font-family: Arial; font-size: 13px; background-attachment: fixed; background-position: center bottom;}
h1, h2, h3, h4, h5 {margin: 0;}
h1 {text-align: left;}
ul, p {margin: 0; padding: 0;}
ul {list-style: none;}

/*
button.btn-cart {background-color: #BE1E2D; font-family: swiss721; font-size: 19px; color: #111; border: 0; 
                                      text-transform: uppercase; line-height: 19px;
                                        padding: 3px 13px 8px 13px;}
button.btn-cart:hover, button.btn-checkout:hover {background-color: #7AB78B;}
*/

button * {box-sizing: border-box; font-family: Arial;}
button {border-radius: 3px; border: 1px solid; border-color: #bcc1c8 #bababa #adb2bb; background: #d8dde6; vertical-align: middle;
        text-align: center; overflow: hidden; text-decoration: none; cursor: pointer; padding: 0; font-family: Arial;
        display: inline-block; box-sizing: border-box; height: 22px;}
button:hover {border-color: #aeb4bd #adadad #9fa5af;}
button > span {background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec); height: 20px; position: relative; overflow: hidden;
                display: block; border-radius: 3px;}
button:hover > span {background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);}
button > span > span {width: 100%; background-color: transparent; margin: 0; padding: 0 15px 0 15px; height: 20px; display: block;
                      line-height: 20px; font-size: 11px; font-family: Arial; white-space: nowrap;}

/* bt check out */
button.btn-checkout {height: 31px; background: #f0c14b; border-color: #cba957 #bf942a #aa8326;}
button.btn-checkout:hover {border-color: #c59f43 #aa8326 #957321;}
button.btn-checkout > span {background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b); height: 29px; font-size: 13px;}
button.btn-checkout:hover > span {background: -webkit-linear-gradient(top,#f5d78e,#eeb933);}
button.btn-checkout > span > span {font-size: 13px; height: 100%; width: 100%; line-height: 29px;}
/* bt add to cart */
button.btn-cart {background: #f0c14b; border-color: #cba957 #bf942a #aa8326;}
button.btn-cart:hover {border-color: #c59f43 #aa8326 #957321;}
button.btn-cart > span {background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);}
button.btn-cart:hover > span {background: -webkit-linear-gradient(top,#f5d78e,#eeb933);}


input {font-family: Arial;}
fieldset {margin: 0; padding: 0; border: 0;}
.required em {color: red;}
a[href^=tel]{color: inherit; text-decoration: none;}
a:active, a {color: #3399ff;}

h1 .strike {color: #58585B; font-family: swiss721; font-size: 29px; position: relative; width: 50px; 
                            text-align: center; margin: 10px 0 0 5px; padding: 0 7px;}
h1 .strike::after{content: ''; border-bottom: 2px solid red; position: absolute; left: 0; top: 50%; width: 100%;}

.price-old {color: #58585B; font-family: swiss721; font-size: 29px; position: relative; width: 50px; 
                            text-align: center; margin: 10px 0 0 5px; padding: 0 7px;}
.price-old::after{content: ''; border-bottom: 2px solid red; position: absolute; left: 0; top: 50%; width: 100%;}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.clearfix:after {clear: both; }
.clearfix {zoom: 1;}

.wrapper {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 0px;
	background: white;
}

/* col */
.col2-left-layout {clear: both;}
.col2-left-layout .main {padding: 18px;}
.col2-left-layout .col-main {float: right; width: 825px;}
.col2-left-layout .col-left {float: left; width: 200px;}


/* Header */
.header {position: relative; display: block; z-index: 1000;}
.notify {position: absolute; left: 215px; top: 15px;}
.notify a { text-transform: uppercase; color: white; text-decoration: none; font-weight:400;
  border-bottom: 1px solid red;}

#header-logo {display: block; position: absolute;}
#header-logo img {width: 200px;}
#header-menu {display: block; padding-left: 234px; background-color: #2A388F; height: 84px; width: 846px;}
#header-menu > ul {padding: 35px 0px 15px 18px; float: left;}
#header-menu > ul > li {display: inline-block; margin-right: 30px;}
#header-menu > ul > li > a {font-family: swiss721; color: white; font-size: 20px; text-decoration: none;}
#header-menu > ul > li > a:hover {color: #FCB85C;}
#header-menu > ul > li:hover > ul {display: block;}
#header-menu > ul > li > ul {display: none; position: absolute; z-index: 1000;}
#header-menu > ul > li > ul > li {border-bottom: 1px solid #d79e51;}
#header-menu > ul > li > ul > li > a {background-color: #FCB85C; font-family: SFUFuturaBold; font-size: 13.97px; text-decoration: none; color: #231F20;
                                      display: block; padding: 5px 7px; text-transform: uppercase; }
#header-menu > ul > li > ul > li > a:active {color: #231F20;}
#header-menu > ul > li > ul > li > a:hover {background-color: #F89F3C;}
#header-menu > ul > li > ul > li > a span {float: right; text-transform: none; padding-left: 5px;}

#header-menu > img {float: left; margin: 32px 0 0 0;}

#header-menu > #search_mini_form {float: left; padding-top: 30px;}
#header-menu > #search_mini_form button[type="submit"] {display: none;}
#header-menu > #search_mini_form input[id="search"] {border: 1px solid white; width: 170px; height: 20.5px; background-color: #2A388F; color: white; margin-left: 5px;}

#header-menu > .header-contact {position: absolute; right: 5px;}
#header-menu > .header-contact p {font-size: 14px; color: #FFF100; font-family: swiss721; display: inline-block; text-transform: uppercase;}
#header-menu > .header-contact p:nth-child(1) {line-height: 26px; padding-right: 3px; background: url(../images/i_phone.png) no-repeat 0 5px;; 
                                               background-size: 18px 20px; padding-left: 22px; margin-right: 15px;}
#header-menu > .header-contact p:nth-child(2) {line-height: 26px; background: url(../images/i-mail.png) no-repeat 0 5px; background-size: 25px 17px;
                                              padding-left: 30px; margin-right: 15px;}
#header-menu > .header-contact p:nth-child(3) {letter-spacing: 1.2px; padding-right: 2px; line-height: 16px;}
#header-menu > .header-contact a {color: #FFF100; text-decoration: none; text-transform: uppercase;}

#header-menu2 {padding-left: 200px; height: 84px; background-color: white;}
#header-menu2 ul li {display: block; float: left; padding-top: 12px; cursor: pointer; box-sizing: border-box;} 
#header-menu2 > ul > li > p {font-family: swiss721; font-size: 19px; line-height: 19px;}
#header-menu2 > ul > li:nth-child(1) {width: 140px; background-image: url(../images/p.png); background-position: right 17px; background-repeat: no-repeat; padding-left: 11px;}
#header-menu2 > ul > li:nth-child(1) > p:nth-child(1) {font-size: 63.51px; color: #8CC63E; float: left; line-height: 50px;}
#header-menu2 > ul > li:nth-child(1) > p:nth-child(2) {}
#header-menu2 > ul > li:nth-child(2) {width: 129px; padding-top: 9px; background-image: url(../images/p.png); background-position: right 17px; background-repeat: no-repeat; padding-left: 12px;}
#header-menu2 > ul > li:nth-child(3) {width: 123px; background-image: url(../images/p.png); background-position: right 17px; background-repeat: no-repeat; padding-left: 13px;}
#header-menu2 > ul > li:nth-child(3) > img {float: left;}
#header-menu2 > ul > li:nth-child(4) {width: 131px; background-image: url(../images/p.png); background-position: right 17px; background-repeat: no-repeat; padding-left: 17px;}
#header-menu2 > ul > li:nth-child(5) {padding-left: 15px;}
#header-menu2 .search button[type="submit"] {display: none;}
#header-menu2 .search input[id="search"] {background-color: #2A388F; border: 1px solid black; border-radius: 3px; width: 157px; height: 26px;
background-image: url('../images/icon_search.png'); background-repeat: no-repeat; box-sizing: border-box; padding: 2px 23px 2px 2px; color: white;
background-position: center right; font-size: 15px; font-family: Arial;}

.btn-openfile {position: relative; overflow: hidden; display: inline-block;}
.btn-openfile input {opacity: 0.0; display: block; position: absolute; top: 0; left: 0; cursor: pointer; height: 80px;}
.progressing {box-sizing: border-box; padding-right: 12px;}
.progressing .b1 {display: block; background-color: #3399ff; height: 5px; width: 0px;}

.quick-access {}
.quick-access ul li {display: inline-block;}

.social-icon img {border-radius: 3px;}

/* Fix menu */
.fix-menu {display: none; position: fixed; top: 0; left: 0; z-index: 10000; background-color: #2A388F; height: 50px; width: 100%;
           box-shadow: 0px 0px 5px black;}
.fix-menu .wrap {display: block; margin: auto; min-width: 1080px; width: 1080px;}
.fix-menu .wrap > ul > li {display: inline-block; padding: 0px 15px 0 15px; margin-top: 5px; border-right: 1px white dotted;}
.fix-menu .wrap > ul > li > a {font-family: swiss721; color: white; font-size: 23.63px; text-decoration: none;}
.fix-menu .wrap > ul > li > a:hover {color: #FCB85C;}
.fix-menu .wrap > ul > li > ul {display: none; position: absolute;}
.fix-menu .wrap > ul > li > ul > li > a {background-color: #FCB85C; font-family: SFUFuturaBold; font-size: 13.97px; text-decoration: none; color: #231F20;
                                      display: block; padding: 5px 7px;}
.fix-menu .wrap > ul > li > ul > li > a:hover {background-color: #F89F3C;}
.fix-menu .wrap > ul > li > ul > li > a > span {float: right; padding-left: 15px;}
.fix-menu .wrap > ul > li:hover > ul {display: block;}
.fix-menu .logo-home , .fix-menu ul {display: block; float: left;}
.fix-menu .logo-home {line-height: 0; padding-right: 0px;}
.fix-menu .logo-home a {line-height: 0; text-decoration: none; display: block;}
.fix-menu .apart {float: left;}

.fix-menu .top-link-cart {font-size: 23px; color: #ffff00; background: url(../images/i-cart.png) no-repeat; padding-left: 30px;
                         background-size: 25px 23px; background-position: 0 6px;}
/*.fix-menu .top-link-cart span:nth-child(1) {color: #ffff00; line-height: 0px;}
.fix-menu .top-link-cart span:nth-child(3) {color: #ffff00; font-size: 7px;}*/

/* custom my cart */
.custom-cart a {background: url(../images/i-cart2.png) no-repeat; padding-left: 30px; background-size: 25px 23px; background-position: 0 6px;
               font-size: 23px; color: #2A388F; text-decoration: none; font-family: swiss721;}
.custom-cart a:hover {text-decoration: underline;}

.quick-access {}
.quick-access ul li {display: inline-block; padding: 0px 15px 0 15px; margin-top: 5px; border-right: 1px white dotted;}
.quick-access ul li a {color: white; font-family: swiss721; font-size: 23.63px; text-decoration: none;}
.quick-access ul li a:hover {color: #F89F3C;}

/* Banner */
.header-banners {text-align: center; line-height: 0;}
.header-banners img {border: 0; margin: 0; padding: 0;}
.header-banners .bx-wrapper {margin: 0;}
.header-banners .bx-wrapper ul li a img {width: 100%;}

/* HOME */
#cms-home {}
.cms-header .news {display: block; width: 272px; float: left; padding: 0 18px;}
.cms-header .news h1 {font-family: SFUFuturaBold; font-size: 21px; line-height: 21px; padding: 5px 0;}
.cms-header .news p {font-family: Arial; font-size: 13px; text-align: justify; line-height: 12px;}

.cms-header .cms-video {float: left; width: 752px; padding-top: 10px;}
.cms-header .video-demo {position: relative;}
.cms-header .video-demo div:nth-child(1) {width: 396px;}
.cms-header .video-demo > div {float: left;}
.cms-header .video-demo p {float: right; display: block; width: 118px; font-family: swiss721; font-size: 19.45px; line-height: 19px; margin: 30px 25px 0px 0px;}
.cms-header .video-demo a.online-demo {position: absolute; top: 155px; right: 370px;}

.cms-header .list-videos {height: 100px; float: left; width: 692px; border-top: 2px solid #FBAF3F; border-bottom: 2.5px solid #FBAF3F;
                                    overflow: hidden; padding: 0 30px; position: relative;}
.cms-header .list-videos > .ground {margin-top: 12px;}
.cms-header .list-videos > .ground > div {float: left;}
.cms-header .list-videos > .ground > div img {height: 78px; float: left;}
.cms-header .list-videos > .ground > div p {float: left; font-family: swiss721; font-size: 18px; line-height: 18px; width: 82px;}
.cms-header .list-videos > .pre {position: absolute; left: 0px; top: 32px;}
.cms-header .list-videos > .next {position: absolute; right: 0px; top: 32px;}
.cms-header .list-videos a {color: black;}

/* Soccer Banners */
.core {}
.core > .title {line-height: 0;}
.core > .content {background-color: #bbbdc0; padding: 4px 0 18px 0;}
.core .cell {background-color: white; margin-left: 17px; float: left; width: 338px; position: relative;}
.core .cell.second-row {margin-top: 17px;}
.core .cell .title {font-family: swiss721; font-size: 28px; text-align: center; font-weight: normal; line-height: 40px; text-transform: uppercase;}
.core .cell .img {line-height: 0; text-align: center; margin-bottom: 7px;}
.core .cell .img img {width: 323px; height: 202px;}
.core .cell .img a:not(:nth-child(1)) img {display: none;}
.core .c2 .img img {height: 200px;}
.core .cell .price {border-top: 0; border-bottom: 2px solid;}
.core .cell .price .strike {color: #58585B; font-family: swiss721; font-size: 16px; position: relative; width: 50px; display: block; float: left; 
                            text-align: center; margin: 10px 0 0 5px;}
.core .cell .price .strike::after{content: ''; border-bottom: 2px solid red; position: absolute; left: 0; top: 50%; width: 100%;}
.core .cell .price .real-price {font-family: swiss721; font-size: 29.62px; float: left; line-height: 29px;}
.core .cell .price .menu {float: right; cursor: pointer;}
.core .cell .price .menu > a {color: white; font-family: SFUFuturaBold; font-size: 23.6px; width: 170px; height: 38px; display: block; text-align: center;}
/*.core .cell .price .menu:hover ul {display: block;}*/
.core .cell .price .menu ul {position: absolute; display: none; width: 280px; left: 58px; z-index: 1000;}
.core .cell .price .menu ul li {border-bottom-width: 1px; border-bottom-style: solid;}
.core .cell .price .menu ul li a {color: #231F20; font-size: 14px; text-align: left; font-family: SFUFuturaBold; padding: 5px; display: block;
                                 text-decoration: none; text-transform: uppercase;}
.core .cell .price .menu ul li a:hover {text-decoration: underline;}
.core .cell .price .menu ul li span {float: right; text-transform: none;}
.core .cell .save {position: static; height: 186px; overflow: hidden;}
.core .cell .save li {font-family: Arial; font-size: 14px; line-height: 20px;}
.core .cell .save > ul {margin: 20px 0 0 35px; padding-right: 15px;}
.core .cell .save > ul > li > ul {margin: 0 0 0 15px;}
.core .cell .save > ul > li {background: url(../images/ic.png) no-repeat; padding-left: 13px; background-size: 10px 10px; background-position-y: 3px;}
.core .cell .save > ul > li > ul > li {background: url(../images/ic2.png) no-repeat; padding-left: 10px; background-size: 5px 5px; background-position-y: 5px;}
.core .cell .save div {display: none; color: white; font-size: 36px; font-family: SFUFuturaBold; position: relative; text-align: center;
                       transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); left: 115px; bottom: 10px; z-index: 900;}

/* Menu */
.cms-home .c1 .menu ul li, .c4 .menu ul li, .category-soccer-banner .menu ul li {border-bottom-color: #c43b0d;}
.cms-home .c2 .menu ul li, .c5 .menu ul li {border-bottom-color: #7cb333;}
.cms-home .c3 .menu ul li {border-bottom-color: #009bd6;}

/*End */
/* Home Thay doi trang home dua may muc chinh len */
.all-in-one .cell {width: 338px; box-sizing: border-box; float: left; margin-left: 17px; background-color: white;}

.ways3 {position: absolute; color: white; width: 100%; height: 192px;}
.ways3 h1 {font-family: SFUFuturaRegular; font-size: 36px; font-weight: normal; text-align: center; padding: 5px;}
.ways3 > div {float: left; margin-left: 36px; margin-top: 5px;}
.ways3 > div:nth-child(2){width: 300px;}
.ways3 > div:nth-child(3){width: 225px;}
.ways3 > div:nth-child(4){width: 290px;}
.ways3 > div > p:nth-child(1) {font-size: 108px; font-family: swiss721; float: left; line-height: 72px;}
.ways3 > div > p:nth-child(2), .ways3 > div > p:nth-child(3){font-size: 40px; font-family: swiss721; line-height: 35px;}
.ways3 > div > p:nth-child(4) {font-size: 16px; font-family: swiss721; line-height: 17px;}
.ways3 > img {position: absolute; right: 7px; top: -12px;}

/* FOOTER */
.footer {background-color: white; padding: 25px;}
.footer > div > div:nth-child(1){float: left;}
.footer > div > div:nth-child(2){float: right; text-align: right;}
.footer > div > div ul li {display: inline-block; margin-left: 29px;}
.footer > div > div ul li a {text-decoration: none; color: #231F20; font-family: SFUFuturaRegular; font-size: 15.61px;}
.footer > div > div ul li a:active {color: #231F20;}
.footer > div > div ul li a:hover {color: #006505;}

/* Category-product */

.hem > div {float: left;}
.hem > div > div {width: 232px; padding: 5px;}
.hem > div > div > a > img {float: left; width: 78px; margin-right: 20px;}
.hem > div > div > a > p {font-family: Arial; font-size: 14px; display: block; color: black;}

.category-products .title h1 {text-transform: uppercase; margin: 0; padding: 15px 0 0 0; text-align: center; color: #006fb4; letter-spacing: 4px;
                              }

.category-products .first-letter ul {text-align: center; padding: 5px;}
.category-products .first-letter ul > li {display: inline-block; padding: 5px; font-size: 15px;}
.category-products .first-letter ul > li a {font-size: 15px; color: #006505;}
.category-products .first-letter ul > li a:active {color: #006505;}

.category-products .accessories li {text-align: center;}

/* Product view accessories and other */
.product-view .product-shop {float: right; width: 580px; box-sizing: border-box; padding: 10px;}
.product-view .product-img-box {float: left; box-sizing: border-box; margin: 15px;}
.category-accessories .title {padding: 15px;}
.category-accessories .product-name {display: block; height: 45px;}
.category-accessories .product-name a {text-decoration: none; color: black;}
.category-accessories .ias-noneleft {opacity: 0.0;}
.category-accessories li.item {display: block; width: 255px; border: 1px solid #999999; box-sizing: border-box; padding: 0 0 5px 0;}
.category-accessories li.item > a {display: block;}


/* Product Images */
.product-view .product-img-box { float:left; width:470px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:470px; height:470px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/*
.team-name {margin: 0 18px; position: relative; border-top: 2px #F89F3C solid; border-bottom: 2px solid #F89F3C;}
.team-name h3 {display: block; float: left; padding-top: 7px;}
.team-name img {position: absolute; cursor: pointer;}
.team-name img:nth-child(2) {top: 20px; left: 170px;}
.team-name img:nth-child(4) {top: 20px; right: 0px;}
.team-name .team-wrap {display: block; float: right; overflow: hidden; height: 80px; width: 850px;}
.team-name .teams {height: 80px; width: 9472px;}
.team-name .teams > div {display: inline-block; width: 144px; padding-top: 8px;}
.team-name .teams > div a {display: block; text-decoration: none; font-size: 14px; color: black; font-weight: bold;}
.team-name .teams > div a:hover {text-decoration: underline; color: #188003;}
*/
.team-name {display: block; position: absolute; width: 150px; background-color: white; box-sizing: border-box; padding: 10px;
border-radius: 5px;}
.team-name .names {overflow-y: scroll; display: block; height: 100%;}
.team-name a {display: block; text-decoration: none;} 
.team-name p {font-family: swiss721; font-size: 14px; color: #F7931D; text-align: center;}

.category-products .design-your-own * {box-sizing: border-box;}
/*.category-products .design-your-own li {float: left; width: 25%;}*/
.category-products .design-your-own img {width: 100%;}
.category-products .products-grid * {box-sizing: border-box;}
.category-products .products-grid.first li {/*display: block; float: left; margin-left: 10px;*/}
.category-products .products-grid li .img-banner-product {cursor: pointer; width: 100%;}

.category-products .products-grid {}
.category-products .products-grid li * {box-sizing: border-box;}
.category-products .products-grid li,
.category-products .design-your-own li
    {float: left; position: relative; height: 393px; width: 25%; padding: 5px 10px; text-align: center;}
body[class*="hem-grommets"] .category-products .products-grid li, body[class*="hem-grommets"] .category-products .design-your-own li {height: 315px;}
body[class*="pole-pocket"] .category-products .products-grid li, body[class*="pole-pocket"] .category-products .design-your-own li {height: 337px;}
body[class*="triangle"] .category-products .products-grid li, body[class*="triangle"] .category-products .design-your-own li {height: 349px;}
body[class*="breakaway"] .category-products .products-grid li, body[class*="breakaway"] .category-products .design-your-own li {height: 258px;}

.category-products .products-grid li > a > img {width: 200px;}


.category-products .products-grid li > h5 {font-family: Arial; font-size: 12px; font-weight: normal; text-overflow: clip; white-space: nowrap; overflow: hidden;
  text-align: center; margin-top: 10px;}
.category-products .products-grid li .info-plus { margin-top: 10px; }
.category-products .products-grid li .action-sale {display: block; margin-top: 10px;}
.category-products .products-grid li .action-sale a {border: 1px solid #ccc; color: black; padding: 5px 10px; display: inline-block; text-decoration: none; border-radius: 3px;}
.category-products .products-grid li .promotion img {width: 11px; }

body.categorypath-football-banners-hem-grommets-football-banners-html .promotion {display: none;}
body.categorypath-football-banners-pole-pocket-football-banners-html .promotion {display: none;}

.category-products .products-grid li .zoom-img {display: none; position: absolute; z-index: 1000; box-shadow: 0px 0px 15px 4px #3F3F3F; 
                                                left: -52px; top: -45px;}
.category-products .products-grid li .zoom-img div.img {display: block; line-height: 0;} 
.category-products .products-grid li:hover .zoom-img {display: block;}
.category-products .products-grid li .zoom-img img {width: 310px; border: 5px solid #CECE51;}
.category-products .products-grid li .zoom-img .ctr {display: block; position: relative; top: 0px;}
.category-products .products-grid li .zoom-img .ctr a {font-family: SFUFuturaBold; font-size: 18px; color: white; display: block; float: right; text-decoration: none;}
.category-products .products-grid li .zoom-img .ctr a:nth-child(2) {background-color: #38B449; padding: 2px 15px; border-left: 5px solid #CECE51; border-bottom: 5px solid #CECE51; width: 132px; height: 27px;}
.category-products .products-grid li .zoom-img .ctr a:nth-child(1) {background-color: #F7931D; padding: 2px 15px; border-bottom: 5px solid #CECE51; border-right: 5px solid #CECE51; width: 118px; height: 27px;}
.category-products .products-grid li .zoom-img .ctr a:nth-child(1) span {float: left; display: block;}
.category-products .products-grid li .zoom-img .ctr a:nth-child(1) span:nth-child(1) {}
.category-products .products-grid li .zoom-img .ctr a:nth-child(1) span:nth-child(2) {font-family: Arial; font-size: 9px; margin-top: 5px; color: black; margin-left: 5px;}

/* View Design */
.view-design {height: 0; display: none;}
.view-design.action {position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; display: table;}
.view-design.action .behind {position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.9); width: 100%; height: 100%;}
.view-design.action .viewport {display: table-cell; vertical-align: middle; text-align: center; max-width: 1000px;}
.view-design.action .viewport .img-wrap {display: block; margin: auto; width: 1000px; position: relative; background-color: black;
                                        font-size: 0;}
.view-design.action .viewport .img-wrap .img-large {max-width: 1000px; max-height: 700px;}
.view-design.action .viewport .img-wrap .bottom-bt {background-color: #1e1e1e; width: 100%; padding: 5px; box-sizing: border-box;}
.view-design.action .viewport .img-wrap .bottom-bt a {color: white; font-size: 22px;}

.view-design.action .bt {position: absolute; top: 50%; height: 45px; width: 27px; background: url('../images/i-prev-next.png') no-repeat; 
                    cursor: pointer; margin-top: -45px;}
.view-design.action .prev {left: 25px; background-position: 0 0;}
.view-design.action .next {right: 25px; background-position-y: -45px;}
.view-design.action .exit {position: fixed; top: 25px; right: 35px; font-size: 45px; color: white; font-family: Arial; cursor: pointer;}

.view-design.action a.order-form-bt {margin-right: 50px;}
.view-design.action a.design-bt {}

/* Order form Pan right */
.view-design .order-form {display: none;}
.view-design .viewport.show .img-wrap {display: inline-block; width: 800px;}
.view-design .viewport.show .order-form {display: inline-block; width: 200px; position: relative; background-color: white; vertical-align: middle;
                                        height: 200px;}


/* For Flag */
body[class*="-flag"] .category-products .products-grid li .img-banner-product {width: auto; height: 319px;}
body[class$='-flag'] .category-products .products-grid li {}
body[class$='-flag'] .design-your-own {display: none;}
body[class$='-flag'] .category-products .products-grid li .zoom-img {box-shadow: none; left: -20px; top: -60px;}
body[class$='-flag'] .category-products .products-grid li > a > img {width: 65px;}
body[class$='-flag'] .category-products .products-grid li .zoom-img img {width: 100px; border: 0;}
body[class$='-flag'] .category-products .products-grid li > h5 {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
body[class$='-flag'] .category-products .products-grid li .zoom-img .ctr {display: none;}

body[class$='-flag'] .order-form-bt {display: none;}

/* Toolbar */
.toolbar-bottom {width: 1080px; clear: both;}
.toolbar-bottom .amount, .toolbar-bottom .limiter, .toolbar-bottom .pages, .toolbar-bottom .pages strong, .toolbar-bottom .pages ol {display: inline-block;}
.toolbar-bottom .pager {width: 800px; float: left;}
.toolbar-bottom .sorter {display: block; float: right; margin: 18px 18px 0 0;}

.toolbar-bottom .pages ol {list-style: none; padding: 0;}
.toolbar-bottom .pages ol li {display: inline-block;}
.toolbar-bottom .pages ol li a {background-color: #7AB78B; padding: 5px 7px; color: white; text-decoration: none;}
.toolbar-bottom .amount {margin-left: 20px;}
.toolbar-bottom .pages {margin-left: 170px;}
.toolbar-bottom .pages .current {padding: 5px 7px;}
.toolbar-bottom .pages .i-previous, .toolbar-bottom .pages .i-next {background-color: white;}

/* ORDER FORM EXPRESS */
.product-order-form-express .img-template {display: block; float: right; margin: 70px 18px 0 0;}
.product-order-form-express #template-banner {width: 433px;}
.product-order-form-express .product-options {display: block; float: left; width: 605px; margin: 10px 0 0 18px;}
.product-order-form-express .product-options dt, .product-order-form-express .product-options dd {display: inline-block; height: 22px;}
.product-order-form-express .product-options dt {width: 200px;}
.product-order-form-express .product-options dd {margin: 0;}
.product-order-form-express .product-options dd:not(.player) {min-width: 220px;}
.product-order-form-express .product-options dd input {width: 255px; border-radius: 5px; border: 1px solid black; padding: 3px; font-family: Arial; font-size: 12px;}
.product-order-form-express .product-options dt.number {width: 55px; margin-left: 5px;}
.product-order-form-express .product-options dd.number, .product-order-form-express .product-options dd.number input {width: 50px;}
.product-order-form-express .title h1 {font-family: swiss721; font-size: 51px; margin-left: 18px;}
.product-order-form-express .product-options-bottom {clear: both; margin-left: 18px;}

/* ORDER FORM EXPRESS P */
.product-order-form-express-p .img-template {display: block; float: right; margin: 70px 18px 0 0;}
.product-order-form-express-p #template-banner {width: 433px;}
.product-order-form-express-p .product-options {display: block; float: left; width: 605px; margin: 10px 0 0 18px;}
.product-order-form-express-p .product-options dt, .product-order-form-express-p .product-options dd {display: inline-block; height: 22px;}
.product-order-form-express-p .product-options dt {width: 200px;}
.product-order-form-express-p .product-options dd {margin: 0;}
.product-order-form-express-p .product-options dd:not(.player) {min-width: 220px;}
.product-order-form-express-p .product-options dd input {width: 255px; border-radius: 5px; border: 1px solid black; padding: 3px; font-family: Arial; font-size: 12px;}
.product-order-form-express-p .product-options dt.number {width: 55px; margin-left: 5px;}
.product-order-form-express-p .product-options dd.number, .product-order-form-express-p .product-options dd.number input {width: 50px;}
.product-order-form-express-p .title h1 {font-family: swiss721; font-size: 51px; margin-left: 18px;}
.product-order-form-express-p .product-options-bottom {clear: both; margin-left: 18px;}

/* ORDER FORM EXPRESS BR */
.product-order-form-express-br .img-template {display: block; float: right; margin: 70px 18px 0 0;}
.product-order-form-express-br #template-banner {width: 433px;}
.product-order-form-express-br .product-options {display: block; float: left; width: 605px; margin: 10px 0 0 18px;}
.product-order-form-express-br .product-options dt, .product-order-form-express-p .product-options dd {display: inline-block; height: 22px;}
.product-order-form-express-br .product-options dt {width: 200px;}
.product-order-form-express-br .product-options dd {margin: 0;}
.product-order-form-express-br .product-options dd:not(.player) {min-width: 220px;}
.product-order-form-express-br .product-options dd input {width: 255px; border-radius: 5px; border: 1px solid black; padding: 3px; font-family: Arial; font-size: 12px;}
.product-order-form-express-br .product-options dt.number {width: 55px; margin-left: 5px;}
.product-order-form-express-br .product-options dd.number, .product-order-form-express-p .product-options dd.number input {width: 50px;}
.product-order-form-express-br .title h1 {font-family: swiss721; font-size: 51px; margin-left: 18px;}
.product-order-form-express-br .product-options-bottom {clear: both; margin-left: 18px;}

/* Mini Team Banners */
.product-mini-team-banners .product-options {margin: 0 0 0 70px;}
.product-mini-team-banners .product-options dt {padding: 10px 0 5px 0;}
.product-mini-team-banners .product-options dd {margin: 0;}
.product-mini-team-banners .product-options input[type="text"] {width: 250px; font-size: 13px; padding: 3px;}
.product-mini-team-banners .product-options textarea {width: 250px;}
.product-mini-team-banners .title {padding: 18px 0 0 70px; font-family: swiss721;}
.product-mini-team-banners .messages {color: red;}
.product-mini-team-banners .validation-advice {color: red; font-style: italic;}
.product-mini-team-banners p.required {display: none;}
.product-mini-team-banners .regular-price {padding-left: 70px; font-size: 29px; font-family: swiss721;}
.product-mini-team-banners .add-to-cart {padding-left: 70px;}
.product-mini-team-banners input#qty {font-size: 15px; padding: 3px; width: 30px; font-weight: bold; text-align: center;}

/* Mini team banners in cart */
#shopping-cart-table .item-options .label {font-weight: bold;}
#shopping-cart-table .item-options span {font-size: 12px; font-weight: normal;}
#shopping-cart-table .title-mini {font-size: 21px; font-weight: bold; text-decoration: none; color: black;}

/* CUSTOM BANNERS */
.select-art > div {float: left; margin-left: 18px;}
.select-art > div > div {display: table-cell; border-radius: 5px; border: 1px solid #818285; width: 333px; height: 196px; text-align: center; vertical-align: middle;}
.select-art > div > a {font-family: swiss721; font-size: 19px; background-color: #F7931D; color: white; padding: 2px 0 5px 0; display: block; 
                      margin:10px 15px; text-align: center; background-origin: content-box; text-decoration: none;}
.select-art img {max-height: 180px;}

.dialog-art {width: 1080px; background-color: white; display: none;}
.dialog-art iframe {position: absolute; top: 0; z-index: 1000;}

.product-custom-soccer-banners .product-options {padding-left: 18px;}
.product-custom-soccer-banners dl {}
.product-custom-soccer-banners dl dt:nth-child(1), .product-custom-soccer-banners dl dd:nth-child(2),
.product-custom-soccer-banners dl dt:nth-child(3), .product-custom-soccer-banners dl dd:nth-child(4),
.product-custom-soccer-banners dl dt:nth-child(5), .product-custom-soccer-banners dl dd:nth-child(6) {display: none;}
.product-custom-soccer-banners .title {display: none}
.product-custom-soccer-banners dt label {font-size: 15px; font-weight: bold;}
.product-custom-soccer-banners dd input {font-family: Arial; font-size: 16px;}
.product-custom-soccer-banners dt, .product-custom-soccer-banners dd {display: inline-block;}
.product-custom-soccer-banners dd {margin: 0;}
.product-custom-soccer-banners dt.player {display: none;}

.title-player {width: 460px;}
.title-player h4 {font-family: Arial; font-size: 15px; margin: 0; padding: 0; display: inline-block;}
.title-player h4:nth-child(2) {padding-left: 230px;}
.product-custom-soccer-banners dd.player input {width: 250px; margin: 10px 15px 0 0;}
.product-custom-soccer-banners dd.number {width: 180px;}
.product-custom-soccer-banners dd.number input {width: 66px;}
.product-custom-soccer-banners #options-133-list li {display: inline-block; margin-top: 15px;}
.product-custom-soccer-banners dl dt:nth-child(93) {position: absolute; top: 1094px; right: 138px;}
.product-custom-soccer-banners #options_132_text {display: block; position: absolute; right: 18px; top: 1120px; width: 350px; height: 265px;}
.product-custom-soccer-banners .product-options-bottom {padding-left: 18px;}

/* Cart */

/* header in cart */
.checkout-cart-index .logo img {height: 168px;}
.header1-cart {font-size: 25px !important; text-align: left; padding: 0 0 3px 0 !important; font-weight: bold !important;}

.cart-table .item-options {margin: 0;} 
.cart-table .item-options dt, .cart-table .item-options dd {display: inline-block;}
.cart-table .item-options dt {width: 120px;}
.cart-table .item-options dd {margin: 0;}
.cart {margin: 10px 0 0 0;}
.cart .page-title {padding-left: 18px; display: none;}
.cart .page-title h1 {font-family: swiss721; font-size: 29px; color: #111; font-weight: normal;}
.cart .page-title button {display: none;}
.cart fieldset {border: 0; padding: 0 18px 18px 18px; margin: 0;}
.cart .cart-table {width: 100%; border-collapse: collapse;}
.cart .cart-table thead {background-color: white; vertical-align: bottom;}
.cart .cart-table thead tr th {font-family: Arial; font-size: 13px; color: #333; padding: 5px 7px; font-weight: normal;}
.cart .cart-table thead tr th:nth-child(3) {width: 100px; border-left: 1px solid white; border-right: 1px solid white;}
.cart .cart-table thead tr th:nth-child(4) {width: 60px;}
.cart .cart-table thead tr th:nth-child(5) {border-left: 1px solid white; border-right: 1px solid white;}
.cart .cart-table thead tr th:nth-child(6) {width: 80px;}

.cart .cart-table tbody tr td {border: 1px solid #F7931D; font-family: Arial; font-size: 18px; font-weight: bold;}
.cart .cart-table tbody tr td:nth-child(1) {box-sizing: border-box; padding: 10px;}
.cart .cart-table tbody tr td:nth-child(2) {text-align: center; font-size: 18px; padding-left: 15px; color: black; width: 80px;}
.cart .cart-table tbody tr td:nth-child(3) {text-align: center;}
.cart .cart-table tbody tr td:nth-child(4) {text-align: center;}
.cart .cart-table tbody tr td:nth-child(5) {text-align: center;}
.cart .cart-table tbody tr td:nth-child(6) {text-align: center;}
.cart .cart-table tbody tr td input.qty {text-align: center; font-size: 18px; font-family: Arial;}
.cart .cart-table tbody tr td a.btn-remove {font-size: 14px; color: black; text-decoration: none;}
.cart .cart-table tbody tr td a.btn-remove:hover {color: #006505;}
.cart .cart-table tbody tr td .product-name a {color: black; text-decoration: none; font-size: 24px; font-weight: normal; font-family: swiss721;}

.cart .cart-table tfoot {border-bottom: 1px solid #F7931D;}
.cart .cart-table tfoot tr td {padding: 5px 0;}

.cart-collaterals > div {}
.cart-collaterals input[type='text'], 
.cart-collaterals select, input#coupon_code {width: 286px; height: 27px; border-radius: 3px; border: 1px solid #c7c7c7; 
                                             font-family: Arial; font-size: 13px; margin: 5px 0; padding: 3px 3px;
                                            background-color: white;}
.cart-collaterals .col2-set .col-2 > form {float: left; width: 300px; padding-left: 18px;}
.cart-collaterals .col2-set .col-2 > .shipping {float: left;}
.cart-collaterals .totals {margin-left: 0; font-size: 16px;}
.cart-collaterals .totals a {font-size: 14px;}
.cart-collaterals .totals #shopping-cart-totals-table td {}
.cart-collaterals .totals #shopping-cart-totals-table th {text-align: left;}
.cart-collaterals .totals #shopping-cart-totals-table span {white-space: nowrap;}

/* crosssell */
.cart-collaterals .col2-set {box-sizing: border-box; margin: 0; width: 25%; float: left;
                            text-align: center;}
.cart-collaterals * {box-sizing: border-box;}
.crosssell {box-sizing: border-box; padding: 15px; border-right: 1px solid #a7a7a7; }
.crosssell h2 {text-align: left; font-size: 14px; margin-bottom: 5px;}
.crosssell h3 a {color: #0066c0; text-decoration: none; font-family: Arial; font-weight: normal;}

.totals {float: right; width: 75%;}
.coupon-shipping {float: left; width: 50%; box-sizing: border-box; padding: 15px; border-right: 1px solid #a7a7a7; font-size: 13px;}
.coupon-shipping h2 {font-size: 14px; margin-bottom: 5px;}
.discount h2 {margin: 15px 0 5px 0;}

.checkout-totals {float: left; width: 50%; box-sizing: border-box; padding: 15px; text-align: left;}
.checkout-totals table {width: 100%;}
.checkout-totals tr {width: 100%; border-bottom: 1px solid #ccc; display: block;}
.checkout-totals tr td:nth-child(1), .checkout-totals tr th:nth-child(1) {width: 70%; display: inline-block;}
.checkout-totals tr td:nth-child(2) {width: 28%; display: inline-block; text-align: right;}
.checkout-totals .checkout-types {text-align: right;}
.checkout-totals .checkout-types button {margin-top: 16px;}
.checkout-totals .checkout-types button > span > span {padding: 0 35px; text-transform: uppercase;}
/* Checkout */

.checkout-onepage-index .col-main {width: 765px; float: left; padding: 0 0 0 18px;}
.checkout-onepage-index .page-title h1 {font-family: swiss721; font-size: 53px; font-weight: normal; color: #F05A28;}
.messages {padding-left: 18px; text-align: center;}
.checkout-onepage-index ol.opc {margin: 0; padding: 0; list-style: none; border-right: 2px #939597 dotted; padding-right: 10px;}
.checkout-onepage-index ol.opc li {clear: both;}
.checkout-onepage-index .step-title {background-color: #8CC63E;}
.checkout-onepage-index .step-title span, .checkout-onepage-index .step-title h2, .checkout-onepage-index .step-title a {display: inline-block;}
.checkout-onepage-index .step-title span {color: #FFF100; font-size: 24px; font-weight: bold; background-color: #006738; padding: 0 7px;}
.checkout-onepage-index .step-title a {display: none;}
#checkout-step-login .col2-set {clear: both;}
#checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {float: left;}
#checkout-step-login .col2-set .col-1 {width: 375px;}
#checkout-step-login .col2-set .col-2 {width: 375px;}
#checkout-step-login .col2-set .col-2 fieldset {margin: 0; padding: 0; border-radius: 15px; border: 1px solid #58585B; padding: 10px;}
#checkout-step-login .col2-set .col-2 fieldset input {width: 286px; font-size: 14px; border-radius: 5px; border: 1px solid #58585B; padding: 5px;}
#checkout-step-login h3 {padding: 5px 0;}

/*
.checkout-onepage-index .col-main {width: 765px; float: left; padding: 0 0 0 18px;}
.checkout-onepage-index .page-title h1 {font-family: swiss721; font-size: 53px; font-weight: normal; color: #F05A28;}
.checkout-onepage-index .opc {list-style: none; margin: 0; padding: 0;}
.opc .section .step-title {width: 100%; border-top: 1px solid #ececec; position: relative;}
.opc .section.active .step-title {border-bottom: 1px solid #ececec;}

.opc .section .step-title h2 {font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 16px; font-weight: 400;
line-height: 40px; text-transform: uppercase; text-rendering: optimizeLegibility; font-style: normal;
float: left; line-height: 40px; margin: 0 4px 0 45px;}
.opc .section.active .step-title h2 {color: #3399cc;}

.opc .section .step-title .number, .opc .section.allow.active .step-title .number {width: 26px;height: 26px;text-align: center;color: #FFFFFF;
line-height: 26px;background-color: #3399cc; display: block;position: absolute;top: 50%;left: 10px;margin-top: -13px;}
.opc .section.allow:not(.active) .step-title a {display: block; float: right; line-height: 40px; height: 40px; padding: 0px 10px;}
.opc .section .step-title a {display: none;}
*/

#opc-billing {}
fieldset li.fields {margin-top: 10px;}
fieldset li.fields .field {display: inline-block;}
fieldset li.fields .field label, fieldset li.fields .fields label {font-size: 15px; }
fieldset li.fields .field input[type=text], fieldset li.fields .fields input[type=text] {width: 293px; font-size: 16px; border: 1px solid #58585B; padding: 2px 5px; border-radius: 5px;}
fieldset li.fields .field select {width: 304px;}
fieldset li.wide label {font-size: 15px;}
fieldset li.wide input[type='text'] {width: 600px; font-size: 16px; border: 1px solid #58585B; padding: 2px 5px; border-radius: 5px;}
fieldset li.wide {margin-top: 10px;}

#opc-payment {font-size: 15px;}
#opc-payment input[type='text'] {font-size: 15px; font-family: Arial; border: 1px solid #58585B; border-radius: 5px; padding: 2px 5px; margin-bottom: 10px;}
#opc-payment select {font-size: 15px; font-family: Arial; margin-bottom: 10px;}
#opc-payment #firstdataglobalgateway_cc_type { width: 176px;}
#opc-payment #firstdataglobalgateway_cc_number {width: 164px;}
#opc-payment .input-box .v-fix {display: inline-block;}
#opc-payment #firstdataglobalgateway_cc_cid {width: 50px;}

.checkout-onepage-index .main > .col-right {float: left; margin: 72px 0 0 10px; width: 270px;}
#checkout-progress-wrapper .block-title {font-size: 21px;}
#checkout-progress-wrapper .block-content dt {background-color: #006738; color: white; padding: 3px;}
#checkout-progress-wrapper .block-content dt a {color: white;}

/*Login */
.account-login, .account-create {padding-left: 18px;}
.account-login .page-title h1, .account-create .page-title h1 {font-family: swiss721; font-size: 53px; font-weight: normal; color: #F05A28;}
.account-login .col2-set {clear: both;}
.account-login .col2-set .col-1, .account-login .col2-set .col-2 {float: left;}
.account-login .col2-set .col-1 {width: 405px;}
.account-login .col2-set .col-2 input {width: 200px; border: 1px solid #818285; border-radius: 5px; padding: 3px; font-size: 13px; margin-bottom: 5px;}
.account-create input[type='text'], .account-create input[type='password'] {width: 200px; border: 1px solid #818285; border-radius: 5px; padding: 3px; font-size: 13px; margin-bottom: 5px;}

/* Contact us */
.contact-us {padding-left: 18px;}
.contact-us .page-title h1 {font-family: swiss721; font-size: 53px; font-weight: normal; color: #F05A28;}
.contact-us input[type='text'] {width: 200px; border: 1px solid #818285; border-radius: 5px; padding: 3px; font-size: 13px; margin-bottom: 5px;}
.contact-us textarea {width: 420px; height: 180px;}

/* How to make */
.cms-t {text-align: center;}
.cms-t img {max-width: 800px;}
.cms-t a.c {display: block; text-align: left; margin-left: 36px; background: url('../images/ic.png') no-repeat; background-size: 15px 12px; padding-left: 19px; 
   color: #006666; font-size: 19px; background-position-y: 3px;}
.cms-t h2, .cms-t h3 {text-align: left; text-decoration: underline; padding: 15px 0 15px 18px;}
.cms-t h2 {font-size: 24px; color: #003399;}
.cms-t h3 {font-size: 21px; color: #006666;}
.cms-t p {padding: 10px 18px 0 18px; text-align: justify;}
.cms-t ul {list-style: disc; text-align: left; padding: 10px 18px 0 35px;}

.cms-t .bl {float: left; width: 500px;}
.cms-t .bl1 {clear: both; margin: 0 0 0 18px; padding: 0 20px 0 0; border-right: 1px #231F20 dotted;}
.cms-t .bl2 {padding: 0 0 0 20px;}
.cms-t .bl h3 {padding: 0; margin: 25px 0 15px 0;}
.cms-t .bl p {padding: 0; margin: 0;}
.cms-t .bl img {width: 100%;}

.cms-t .bll {clear: both; padding: 18px 0 0 70px;}
.cms-t .bll > h3 {padding: 10px 0 10px 0; margin: 0;}
.cms-t .bll > p {float: left; padding: 0; margin: 0; width: 300px;}
.cms-t .bll > img {float: left; margin-left: 18px;}
.cms-t .bll .xc {padding: 10px 18px 0 0;}
.cms-t .bll .xc p {padding: 0; text-align: justify;}
.cms-t .bll .xc ul li {text-align: justify;}
.cms-t .bll ul li {text-align: justify;}
.cms-t .c-ship p {font-weight: bold; font-style: italic; padding: 5px 0 0 0; font-size: 15px;}
.cms-t .catalog a, .cms-t .catalog h2 {font-size: 22px; color: #003399; text-decoration: none; padding: 10px 18px 0px 18px;}


/* Fast on time */
/* Shipping map */ 
.fast-on-time, .shipping-map {position: absolute; top: 0; z-index: 1002;}
.fast-on-time .under, .shipping-map .under {position: absolute; top: 0; width: 100%; height: 100%; background-color: #58585B; opacity: 0.8;}
.fast-on-time .content {position: absolute; width: 813px; height: 597px; top: 149px; left: 255px; text-align: center;}
.fast-on-time .content h3 {font-family: swiss721; font-size: 51px; font-weight: normal; margin-top: 50px; text-align: center;}
.fast-on-time .content p {font-family: Arial; font-size: 21px; margin: 30px 70px; text-align: left;}

.shipping-map .content {position: absolute; width: 1080px; min-height: 575px; top: 161px; left: 0px; background-color: white;}
.shipping-map .content .wrap {clear:both;}
.shipping-map .content .result {float: left; width: 21%; padding-top: 15px;}
.shipping-map .content .map {position: absolute; top: 85px; right: 0;}
.shipping-map h3.title {font-family: swiss721; font-size: 51px; font-weight: normal; margin-top: 0px; text-align: center;}
.shipping-map p {font-size: 16px; margin-top: 20px; margin-left: 80px; line-height: 40px;}
.shipping-map span {font-family: swiss721; font-size: 19px;}
.shipping-map label {width: 35px; display: inline-block; text-align: right;}
.shipping-map input {margin: 5px; width: 166px; line-height: 17px; font-size: 14px;}
.shipping-map select {margin: 5px; line-height: 12px; width: 172px; font-size: 14px;}
.shipping-map #bt_find {margin-left: 150px;}
.shipping-map .result ol {padding: 0 0 0 25px; color: #a92300;}
.shipping-map .result ol a {text-decoration: none; line-height: 20px;}
.shipping-map .result ol a:hover {text-decoration: underline;}

.location .s1 {background: url(../images/i_11.png) no-repeat; padding-left: 50px; background-size: 40px;}
.location .s2 {background: url(../images/i_10.png) no-repeat; padding-left: 50px; background-size: 40px;}
.location iframe {float: right;}
.location > div {float: left; padding: 15px 10px 10px 10px;}
.location iframe {float: left;}
.location p {margin: 6px 0;}

.option2 {background: url(../images/map2.png) no-repeat; height: 700px; background-size: 700px; background-position: center; position: relative;}
.option2 p {position: absolute; font-size: 16px;}
.option2 span {font-family: swiss721;}
.option2 p:nth-child(1) {top: 395px; left: 230px; color: #ec008b;} 
.option2 p:nth-child(2) {top: 431px; left: 230px; color: #00adef;} 
.option2 p:nth-child(3) {top: 471px; left: 230px; color: #f37720;} 
.option2 p:nth-child(4) {top: 508px; left: 230px; color: #38b449;} 
.option2 p:nth-child(5) {top: 547px; left: 230px; color: #91268f;} 
.option2 p:nth-child(6) {top: 585px; left: 230px; color: #ffce00;} 
.option2 p:nth-child(7) {top: 620px; left: 230px; font-size: 18px; font-weight: bold;} 
.option2 p:nth-child(8) {top: 645px; left: 179px; font-size: 25px; color: red; font-weight: bold;} 

/* My Account ============================================================================= */

.my-account .page-title {border-bottom: 1px solid #cccccc;}
.my-account .box-account {border: 1px solid #cccccc; background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border-color: #ccc #999 #999 #ccc;
                            padding: 15px; margin: 0 0 20px;}

.my-account .box-recent .box-head h2 {background: url(../images/i_folder-table.gif) no-repeat;}
.my-account .box-info .box-head h2 {background: url(../images/i_ma-info.gif) no-repeat;}
.my-account .box-account .box-head {border-bottom: 1px solid #d9dde3; margin: 0 0 10px; text-align: right; line-height: 18px; content: "."; 
                                    clear: both; height: 17px;}
.my-account .box-account .box-head h2 {float: left; margin: 0; color: #e65505; padding: 0 0 0 21px; font-size: 13px; line-height: 17px;}
.my-account .data-table {border: 1px solid #bebcb7; font-family: Arial; font-size: 12px; width: 100%; border-spacing: 0; empty-cells: show;}
.my-account .data-table thead th {background: url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; border-right: 1px solid #c2d3e0;
                                white-space: nowrap; border-bottom: 0 !important; vertical-align: middle; padding: 2px 8px; text-align: left;}
.my-account .data-table tbody tr.odd {background-color: #f8f7f5;}
.my-account .data-table tbody tr.even {background-color: #eeeded;}
.my-account .data-table tbody td {border-bottom: 1px solid #d9dde3; border-right: 1px solid #d9dde3; padding: 3px 8px; vertical-align: middle;
                                text-align: left;}
.my-account .data-table tbody td.last {text-align: center; white-space: nowrap;}

.my-account .col2-set {margin: 0 0 15px; clear: both; display: block; content: "."; overflow: hidden; font-size: 12px;}
.my-account .col-1 {float: left; width: 48.5%;}
.my-account .col-2 {float: right; width: 48.5%;}
.my-account .box .box-title {background: url(../images/bkg_divider1.gif) 0 100% repeat-x; overflow: hidden; clear: both; text-align: right;
                            margin: 0 0 8px; padding: 0 0 2px;}
.my-account .box .box-title h3 {float: left; font-size: 13px; margin: 0; text-align: right;}
.my-account .box .box-title a {}


/* Block: Account */

.block-account { border-color:#bbb; border: 1px solid #cccccc;}
.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* CMS */
.cms-terms-conditions .main-container, .cms-shipping-returns .main-container,
.cms-privacy-policy-cookie-restriction-mode .main-container {padding: 18px;}

.cms-shipping-returns .std ul {list-style: inherit; padding: 0 35px;}
.cms-shipping-returns .std ul li {}
.cms-shipping-returns .std .p3 {margin: 10px 0 5px 0;}


/* Adside */
.adside, .adside2 {display: block; position: absolute; z-index: 2000; width: 160px;}
.adside .bx-default-pager {display: none;}
.adside .bx-wrapper {margin-bottom: 10px;}
.ads-shipping-time {margin-bottom: 7px;}
.ads-faq {margin-bottom: 7px;}


/* Recommend */
.recommend {position: fixed; width: 145px; top: 69px; color: white; padding: 0 5px 0 0; text-align: justify;}
.recommend a {text-decoration: none; color: #ffff00;}

/* Slider tu lam */
.aslider {position: absolute; margin: 0 auto; left: 0; top: 0;}

/* Infinite Scroll */
.ias-trigger, .ias-spinner, .ias-noneleft {clear: both; font-size: 18px; margin: 10px 0 0 0;}

/* Checkout success */
.checkout-onepage-success {padding: 15px 15px;}

.cms-you-are-having-trouble-with-our-banner-online-builder-tool .std {width: 600px; box-sizing: border-box; text-align: justify; margin: 15px auto;}
.cms-you-are-having-trouble-with-our-banner-online-builder-tool .std img {box-shadow: 0px 0px 7px #ccc;}

/* FAQ */

/*  checkout-onepage-success */
.checkout-onepage-success h1, .checkout-onepage-success .col-main {text-align: center;}
.checkout-onepage-success .col-main {padding: 60px;} 


.required.proof {color: red; font-size: 12px; display: none;}


.search-team-name {box-sizing: border-box; width: 100%; text-align: center; margin: 15px 0;}
.search-team-name input {width: 250px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #ccc; border-radius: 0; height: 30px; box-sizing: border-box;
  font-size: 15px; display: inline-block; vertical-align: bottom; padding: 0 10px;}
.search-team-name button {width: 70px; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 30px; font-size: 15px; background-color:#8cc63f; border: 1px solid #ccc; box-sizing: border-box;
  border-radius: 0; display: inline-block;}


.note-ship {background-color: black; color: white; padding: 10px 8px; margin: 15px 0;}


.product-options-bottom .price {font-size: 17px; font-weight: bold;}
.product-options-bottom .add-to-cart {margin-top: 15px;}
.product-options-bottom .add-to-cart input.qty {border: 1px solid #ccc; padding: 2px 8px; font-size: 15px; width: 32px; vertical-align: bottom; text-align: center;}
.product-options-bottom .add-to-cart .paypal-logo {margin-top: 15px;}

.product-options-bottom .add-to-cart .paypal-or {display: block; margin-bottom: 10px; padding-left: 69px;}


.catalogsearch-result-index .title h1 {display: none;}
.catalogsearch-result-index h1 {text-align: center; padding: 10px;}

#checkout-payment-method-load dl dt:nth-child(3) {display: none;}


body.product-custom-order .product-img-box {display: none;}
body.product-custom-order h1 {margin: 15px 15px 15px 330px;}
body.product-custom-order .availability {display: none;}

body.product-custom-order .product-options {margin: 15px 25px 15px 330px;}
body.product-custom-order .product-shop {display: none;}
body.product-custom-order dt {margin: 0 0 5px 0;}
body.product-custom-order dd {margin: 0 0 25px 0;}
body.product-custom-order .product-options input {width: 220px; padding: 5px 10px;}
body.product-custom-order textarea {width: 400px;}
body.product-custom-order .product-options-bottom {margin-left: 330px; margin-bottom: 50px;}

body.contacts-index-index .main-container {
  margin: 12px
}

body[class*="basketball"] .bottom-bt .design-bt {
  display: none;
}




