/* RESPONSIVE STYLES */
.theme-button-orange{
    background: #FA9346;
    background: #e19156;
    background: -moz-linear-gradient(top, #e19156 0%, #fb8335 100%);
    background: -webkit-linear-gradient(top, #e19156 0%,#fb8335 100%);
    background: linear-gradient(to bottom, #e19156 0%,#fb8335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e19156', endColorstr='#fb8335',GradientType=0 );
    border: none;
    border-radius: 5px;
    padding: 3px 18px;
    color: #1E4EA0;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Arial';
    text-shadow: 1px 1px 1px #FFFFFF, -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff;
    letter-spacing: -1px;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
    cursor: pointer;
    opacity: .9;
}
.theme-button-orange:hover{
    opacity: 1;
}
.responsive-navigation .slogan-text{
    display: none;
}
.responsive-navigation .find-us{
    float: right;
    width: 48px;
    text-align: center;
    line-height: 0px;
    height: 38px;
    margin-left: 8px;
    border-left: 1px solid #1D4E9D;
    border-right: 1px solid #1d4e9d;
}
.responsive-navigation .find-us a{
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.responsive-navigation .find-us i{
    margin-top: -5px;
    margin-bottom: -4px;
}
.responsive-navigation .find-us span{
    font-size: 11px;
    float: left;
    width: 100%;
}
.responsive-navigation {
    background: #11387d;
    display: none;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    text-align: left;
    width: 100%;
}
#SearchForm a{
    color: #fff;
}
.responsive-navigation i {
    cursor: pointer;
    padding: 10px;
}
.responsive-navigation i:hover {
    background: #1d4e9d;
}
#ToggleMenu {
    float: left;
}
.responsive-cart {
    display: none;
    float: right;
    position: relative;
}
.responsive-cart.updating .item-count{
    margin-top:-25px;
    transition: margin-top 0.3s ease 0.0s;
}
.responsive-cart, .responsive-cart:visited, .responsive-cart:hover {
    color: #fff;
    text-decoration: none;
}
.responsive-cart .item-count{
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #f78133;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    padding-top: 2px;
    box-sizing: border-box;
    transition: margin-top 0.3s ease 0.3s;
}
.top-content {
    float: right;
    width: 75%;
}
#DrawerMenu {
    background-color: #333;
    bottom: 0;
    box-shadow: -5px -5px 5px #222 inset;
    color: #fff;
    display: none;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: 0;
}
#DrawerMenu.on-screen {
    display: block;
    overflow-y: auto;
    position: absolute;
}
#Outer {
    -webkit-transition: -webkit-transform 100ms ease-out;
    -ms-transition:     -ms-transform 100ms ease-out;
    transition:         transform 100ms ease-out;
}
.responsive #Outer, .responsive #FooterContainer {
    max-width: 975px;
    width: 100%;
}
#Container.off-screen {
    overflow-y: hidden;
    position: fixed;
    z-index: 10;
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
}
#Header.off-screen {
    -webkit-transform: translateY(-50px);
    -ms-transform:     translateY(-50px);
    transform:         translateY(-50px);
}
#DrawerMenu .inner {
    margin: 0;
    width: 100%;
}
#DrawerMenu h3 {
    background: #1f1f1f;
    border-bottom: 1px solid #3f3f3f;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px 20px 7px;
    text-transform: uppercase;
}
#DrawerMenu ul {
    list-style: none outside none;
}
#DrawerMenu li {
    border-bottom: 1px solid #3f3f3f;
    float: none;
    list-style: none outside none;
    margin: 0;
}
#DrawerMenu li:last-of-type {
    border: none;
}
#DrawerMenu li > ul {
    background: #4f4f4f;
    border-top: 1px solid #3F3F3F;
    display: none !important;
    position: relative;
    top: 0;
    width: 100%;
}
#DrawerMenu li.expanded > ul {
    display: block !important;
}
#DrawerMenu #SideCategoryList {
    display: block;
}
#DrawerMenu #SideCategoryList h3, #DrawerMenu #SideSale, #DrawerMenu .hidden {
    display: none;
}
#DrawerMenu .main-menu, #DrawerMenu .nav-account .login {
    border-bottom: 1px solid #3f3f3f;
}
#DrawerMenu .topmenu-options {
    border-top: 1px solid #3f3f3f;
    padding: 0;
}
#DrawerMenu .topmenu-options li {
    border: 0;
}
#DrawerMenu a, #DrawerMenu .topmenu-options a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px 10px 20px;
    position: relative;
    text-decoration: none;
}
#DrawerMenu .topmenu-options a {
    border-bottom: 1px solid #3F3F3F;
}
#DrawerMenu a:hover {
    background: #444;
}
#DrawerMenu .category-list .has-sub > a:after{
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 9px;
}
#DrawerMenu .category-list .has-sub.expanded > a:after{
    content: '\f077';
}
#DrawerMenu li > ul li a {
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
}
#DrawerMenu .nav-account > li, .user-logged-in #DrawerMenu .nav-account .login {
    display: none;
}
.user-logged-in #DrawerMenu .nav-account > li, #DrawerMenu .nav-account .login {
    display: block;
}
.Content img, #ContainerFooter img {
    height: auto;
    max-width: 100%;
}
.ProductThumb img, .CartThumb img {
    max-width: inherit;
}
.ProductList .ProductImage {
    width: 100% !important;
}
.ProductList .ProductDetails {
    height: auto !important;
}
.yotpo .text-m {
    display: block;
    text-align: center;
}
.yotpo .pull-left {
    float: none;
    text-align: center;
}
.responsive .Content.Wide {
    width: calc(100% - 222px);
}
.product_nav:empty {
    display: none;
}
input, select {
    padding: 1px;
}
.Breadcrumb{
    margin-top: 0;
}
@media only screen and (max-width: 992px) {
    .Breadcrumb li,
    .Breadcrumb li a{
        font-size: 10px;
    }
    .CategoryDescription{
        font-size: 11px;
    }
    .responsive .top-content {
        width: 70%;
    }
    .responsive #TopMenu {
        background-position: bottom left;
        width: 70%;
    }
    .responsive #slogan span {
        font-size: 16px;
    }
    .responsive #slogan li {
        font-size: 12px;
    }
    .responsive #emptyCart, .responsive #topMenuCart {
        font-size: 12px;
    }
    .responsive #topMenuCart {
        width: 165px;
    }
    .responsive #FooterContainer {
        text-align: center;
    }
    .responsive #FooterContainer div {
        border: none;
        margin: 0;
        min-height: inherit;
        padding: 0 2% 20px;
        width: 46%;
    }
    .responsive #FooterContainer div#socialMedia {
        width: 96%;
    }
    .responsive #FooterContainer div#footerIcons {
        margin: 0;
        padding: 0 2%;
        width: 96%;
    }
     .responsive #FooterContainer .footer-contact {
        padding-left: 2% !important;
        padding-top: 15px;
        width: 96%;
     }
    .responsive #FooterContainer h3 {
        margin-bottom: 5px;
    }
    .responsive #FooterContainer ul {
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    .responsive #FooterContainer li {
        display: inline-block;
        float: none;
    }
    .responsive.home #homeDetails #shopNewYork, .responsive.home #homeDetails #shopYankee {
        width: 48%;
    }
    .responsive.home #homeDetails #shopNewYork, .responsive.home #homeDetails #shopYankee, .responsive.home #homeDetails #shopConverse {
        height: auto;
    }
    .responsive.home #homeDetails li:first-child {
        margin-right: 2%;
    }
    .responsive.home #homeDetails #shopConverse {
        width: 100%;
    }
    .responsive.home #homeDetails li .front {
        position: relative !important;
    }
    .responsive.home #homeDetails li:hover img {
        position: relative !important;
    }
    .responsive.home #homeDetails li:hover .front {
        display: none !important;
    }
    .responsive .Left #SideCategoryList ul.category-list > li > ul {
        padding-left: 0;
        width: 620px;
    }
    .responsive .Left #SideCategoryList li.player-index > a {
        width: 94%;
    }
    .responsive .Left ul.category-list > li > ul > li {
        margin: 5px 1%;
        width: 31%;
    }
    .responsive .Left #SideCategoryList ul.category-list > li > ul > li > a {
        margin-left: 5px;
        width: 90% !important;
    }
    .responsive .Left #SideCategoryList ul.category-list > li > ul > li > ul {
        padding-left: 5px;
    }
    .responsive .Content .ProductList, .responsive .fastCartContent .ProductList {
        margin: 0;
    }
    .responsive .Content .FeaturedProducts .ProductList li, .responsive .Content .ProductList li {
        margin: 0 1% 5px;
        width: 31% !important;
    }
    .responsive .Content iframe {
        width: 100%;
    }
    .responsive .Content .banner_category_page_bottom > div {
        width: 100% !important;
    }
    .responsive .product_nav #productSort {
        margin-right: 10px;
    }
    .responsive .PrimaryProductDetails .ProductMain {
        width: calc(100% - 280px);
    }
    .responsive .CreateAccount, .responsive .AccountLogin {
        width: 47%;
    }
    .responsive .CreateAccount {
        padding-right: 2%;
    }
    .responsive .AccountLogin {
        padding-left: 2%;
    }
    .responsive #payment_options, .responsive #provider_list, .responsive .CheckoutRedeemCoupon, .responsive #hearFromUs, .responsive .CheckoutOrderComments, .responsive #paymentButton {
        clear: both;
        float: left;
        margin: 0;
        padding: 5px 0;
        width: 100%;
    }
    .responsive .CheckoutOrderComments .Field400 {
        width: 100%;
    }
    .responsive #bottom_payment_button {
        float: left;
    }
}
@media only screen and (max-width: 930px) {
    div#fancy_outer {
        height: inherit !important;
        left: 2% !important;
        padding: 0 !important;
        top: 10px !important;
        width: 96% !important;
    }
    div#fancy_inner {
        overflow: hidden;
    }
    div#fancy_close {
        right: 2px !important;
        top: 3px !important;
    }
    .ProductZoomImageBox, .ProductZoomImageBox * {
        height: auto !important;
        width: 100% !important;
    }
    div#fancy_outer img {
        height: auto;
        max-width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .responsive .KeepShopping {
        margin: 1px 0 0 10px;
        width: auto;
    }
    .responsive .Content .ProceedToCheckout {
        width: auto;
    }
    .responsive .CartThumb img {
        width: 100px;
    }
}
@media only screen and (max-width: 850px) {
    .responsive .Left #SideCategoryList ul.category-list > li > ul {
        width: 540px;
    }
    .responsive .Left ul.category-list > li > ul > li {
        width: 48%;
    }
    .responsive .Left #SideCategoryList .cooperstown-collection {
        clear: both;
    }
    .responsive .Left ul.category-list > li > ul > li:nth-child(3n+4) {
        clear: none;
    }
}
@media only screen and (max-width: 820px) {
    .responsive #TopMenu li a, .responsive #TopMenu li div {
        padding: 0 5px;
    }
    .responsive #TopMenu .noStyle a {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .QuickViewBtn{
        display: none !important;
    }
    body.responsive {
        background: #f7f7f7;
    }
    .responsive #TopMenu,
    .responsive .ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent,
    .responsive #slogan br,
    .responsive #searchContact li,
    .responsive .Left,
    .responsive .Right {
        display: none;
    }
    .responsive #searchContact li.phone{
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 4px;
    }
    .responsive #Outer {
        margin: 0;
    }
    .responsive #Header {
        text-align: center;
    }
    .responsive .responsive-navigation {
        display: block;
    }
    .responsive #Logo {
        margin: 10px 0 0 10px;
    }
    .responsive .top-content {
        display: inline-block;
        float: none;
        margin: 15px auto 0;
    }
    .responsive .top-content {
        width: 330px
    }
    .responsive #slogan, .responsive #emptyCart, .responsive #topMenuCart  {
        float: right;
        text-align: center;
        width: 100%;
    }
    .responsive #slogan span {
        float: none !important;
    }
    .responsive #slogan li {
        border-left: 1px solid #c3c3c3;
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0 5px;
    }
    .responsive #slogan .first {
        border: none;
    }
    .responsive #emptyCart {
        margin-top: 5px;
    }
    .responsive #emptyCart #cart, .responsive #emptyCart #emptyCartContents {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .responsive #SideCartContents {
        display: inline-block;
        float: none;
    }
    .responsive #SideCartContents #topMenuCart #cartItems ul {
        background: #f7f7f7;
        margin-left: -100px;
    }
    .responsive #SideCartContents #topMenuCart #cartItems ul li {
        box-sizing: border-box;
        width: 100% !important;
    }
    .responsive #SideCartContents #topMenuCart #cartItems ul .cartCheckout {
        text-align: left;
    }
    .responsive #SearchForm {
        background: #11387d;
        padding: 5px 5px 2px;
    }
    .responsive #searchBar {
        margin-left: 10px;
    }
    .responsive #searchBar .Textbox {
        width: 170px !important;
    }
    .responsive .Content {
        min-height: inherit;
    }
    .responsive .Content.Wide {
        padding: 0 2%;
        width: 96%;
    }
    .responsive #HomeFeaturedProducts h2 {
        margin: 5px 0;
        text-align: center;
    }
}
@media only screen and (max-width: 700px) {
    .responsive #ModalContainer {
        left: 0;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .responsive .fastCartContent, .responsive .fastCartTop, .responsive .fastCartSummaryBox {
        width: 100%;
    }
    .responsive .fastCartSummaryBox {
        box-sizing: border-box;
        clear: both;
        max-width: none;
    }
    .responsive .fastCartSummaryBox .ProceedToCheckout {
        float: left;
    }
    .responsive .fastCartSummaryBox .subtotal {
        clear: none;
        margin: 0;
    }
}
@media only screen and (max-width: 660px) {
    .responsive .Content .FeaturedProducts .ProductList li, .responsive .Content .ProductList li {
        margin: 0 1% 5px;
        width: 48% !important;
    }
    .responsive .CreateAccount, .responsive .AccountLogin {
        border: none;
        padding: 10px 0;
        width: 100%;
    }
    .responsive #ModalContainer.QuickViewModal {
        margin-left: 1% !important;
        left: 0;
        width: 98% !important;
    }
    .responsive #ModalContainer.QuickViewModal .ModalContent {
        float: left;
        height: auto;
    }
    .responsive #QuickViewImage, .responsive #QuickViewProductDetails {
        max-height: inherit;
    }
    .responsive #QuickViewImage {
        margin: 10px 0;
        max-height: inherit;
        width: 100%;
    }
    .responsive #QuickViewProductDetails {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .responsive .PrimaryProductDetails .ProductThumb {
        float: left;
        height: auto !important;
        margin: 0 0 10px;
        width: 100% !important;
    }
    .responsive .PrimaryProductDetails .ProductMain {
        text-align: center;
        width: 100%;
    }
    .responsive .ProductMain h1 {
        float: none;
        margin: 0 auto 10px;
        text-align: center;
    }
    .responsive .ProductMain li {
        text-align: left;
    }
}
@media only screen and (max-width: 585px) {
    .responsive-navigation .slogan-text{
        display: block;
        float: right!important;
        clear: none!important;
        margin-top: 12px;
        font-size: 12px!important;
        margin-right: 3px;
        color: white!important;
    }
    .responsive .responsive-navigation{
        position: fixed;
        top: 0;
        left: 0;
        width: 100;
        z-index: 3;
    }
    .responsive #Header{
        padding-top: 38px;
    }
    .responsive-cart {
        display: block;
    }
    .responsive #Logo {
        margin: 10px 0 0;
        width: 100%;
    }
    .responsive .top-content {
        display: none;
    }
    .responsive #searchBar .Textbox {
        width: 140px !important;
    }
    .responsive #searchContact .phone {
        font-size: 16px;
    }
    .responsive .CreateAccount .PL40 {
        padding: 0;
    }
    .responsive .HorizontalFormContainer dt, .responsive .HorizontalFormContainer dd {
        width: 100%;
    }
    .responsive .HorizontalFormContainer dd, .responsive .NarrowFormContainer p.Submit {
        margin: 0;
    }
    .responsive .HorizontalFormContainer p.Submit {
        margin-left: 0;
    }
    .responsive .product_nav {
        box-sizing: border-box;
        float: left;
        margin-top: 20px;
        padding-top: 10px;
        position: relative;
        width: 100%;
    }
    .responsive .sort-count {
        box-sizing: border-box;
        left: 0;
        position: absolute;
        text-align: center;
        top: -26px;
        width: 100%;
    }
    .responsive .next_link.no_more, .responsive .previous_link.no_more {
        display: none;
    }
}
@media only screen and (max-width: 512px) {
    .responsive .CartThumb {
        padding: 6px 0;
    }
    .responsive .CartThumb img {
        display: none;
    }
    .responsive .KeepShopping {
        clear: both;
        margin-left: 0;
    }
    .responsive .Content .ProceedToCheckout {
        margin-top: -29px;
    }
}
@media only screen and (max-width: 480px) {
    .responsive #searchBar .Textbox {
        width: 112px !important;
    }
    #searchContact li {
        padding: 0;
    }
    #searchContact .phone {
        display: none;
    }
    .responsive #FooterContainer div {
        padding: 0 2% 20px;
        width: 96%;
    }
    .responsive.home #homeDetails li:first-child {
        margin-right: 0;
    }
    .responsive.home #homeDetails #shopNewYork, .responsive.home #homeDetails #shopYankee {
        text-align: center;
        width: 100%;
    }
    .responsive.home #homeDetails li img {
        display: none !important;
    }
    .responsive.home #homeDetails li .front, .responsive.home #homeDetails li:hover img {
        display: inline-block !important;
    }
    .responsive.home #homeDetails li:hover .front {
        display: none !important;
    }
    .responsive .Content .FeaturedProducts .ProductList li,
    .responsive .Content .ProductList li {
        height: auto !important;
        margin: 0 1% 5px;
        min-height: inherit;
        width: 48% !important;
    }
    .responsive .Content .FeaturedProducts .ProductList li:nth-child(2n+1),
    .responsive .Content .ProductList li:nth-child(2n+1){
        clear:both;
    }
    .responsive #SideProductAlsoBought .ProductList {
        height: auto;
    }
}
@media only screen and (max-width: 430px) {
    .responsive .fastCartSummaryBox, .responsive .fastCartThumb, .responsive .fastCartItemBox, .responsive .fastCartSummaryBox .ProceedToCheckout {
        text-align: center;
    }
    .responsive .fastCartThumb {
        float: none;
        margin: 0;
    }
    .responsive .fastCartItemBox, .responsive .fastCartSummaryBox .PayPalExpressCheckout {
        float: none;
        margin: 0 auto;
    }
    .responsive .fastCartSummaryBox .ProceedToCheckout {
        width: 100%;
    }
    .responsive .fastCartSummaryBox .subtotal {
        clear: both;
        margin: 0;
    }
    .responsive .fastCartContent hr, .responsive .fastCartBottom {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    table.General tbody td, table.CartContents tbody td {
        padding: 3px 1px;
    }
    .responsive .KeepShopping, .responsive .Content .ProceedToCheckout, #cartForm > .FloatLeft, .responsive .GoogleCheckout, .responsive .PayPalExpressCheckout, .responsive .AlternativeCheckout {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto 5px;
        text-align: center;
    }
    #merchant-checkout-form {
        margin-top: 5px;
    }
}
