@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*
    font-family: 'Open Sans', sans-serif;

    Pink: #fc2695;
    Blue: #00aeef;
    Dark Blue: #004586;
    Grey: #373737;
    Grey-alt: #333;
    Grey-alt-2: #666;
    Yellow: yellow;
    Black: #000;
*/

/*BASE*/
html,
body {
    height: auto !important;
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    line-height: 1.42857143;
    font-size: 1.4rem;
    background: #fff;
    overflow-x: hidden;
}

img {
    height: auto !important;
    max-width: 100%;
    border: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

h1,
h2,
h4,
h5,
h6 {
    color: #333;
    margin-bottom: 2rem
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 2rem;
}

h1 {
    font-size: 2.6rem;
    margin-top: 0;
}

h2 {
    font-size: 2.6rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

a,
.alink {
    color: #1979c3;
    text-decoration: none
}

    a:visited,
    .alink:visited {
        color: #1979c3;
        text-decoration: none
    }

    a:hover,
    .alink:hover {
        color: #006bb4;
        text-decoration: underline
    }

    a:active,
    .alink:active {
        color: #ff5501;
        text-decoration: underline
    }

p {
    line-height: 25px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 2.5rem
}

    ul > li,
    ol > li {
        margin-top: 0;
        margin-bottom: 1rem
    }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

    table th {
        text-align: left
    }

    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        vertical-align: top
    }

    table > thead > tr > th,
    table > thead > tr > td {
        vertical-align: bottom
    }

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        padding: 8px 10px
    }

/*UNIVERSAL*/
.cta-button {
    background: #fc2695;
    border: 1px solid #fc2695;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

    .cta-button:hover,
    .cta-button:focus,
    .cta-button:active {
        background: #333;
        border-color: #333;
        color: #fff;
        text-decoration: none;
    }

.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gradient-bg {
    position: relative;
}

    .gradient-bg:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
    }

.gradient-bg-grey:before {
    background: linear-gradient(rgba(0,0,0, 0.3),rgba(0,0,0, 0.3));
}

.centered-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.blue-text {
    color: #00aeef;
}

.pink-text {
    color: #fc2695;
}

.grey-text {
    color: #636363;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

/*HEADER*/
.header-top {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.10);
    text-align: center;
}

.account-content {
    top: 12px !important;
}

.account-social {
    max-width: 500px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    .account-social .account-info {
        position: absolute;
        width: 100%;
        max-width: 210px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1050;
    }

        .account-social .account-info .account-title {
            font-size: 2rem;
        }

    .account-social .social {
        padding-top: 30px;
    }

.phone,
.social {
    padding: 10px 0;
}

    .social a {
        display: inline-block;
        color: #333;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
    }

        .social a:hover {
            color: #fff;
            background: #fc2695;
            border-color: #fc2695;
        }

    .social .fab {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

.header-top .greeting a {
    display: none;
}

.header-middle {
    padding: 5px 0;
}

.logo,
.search-box,
.cart-mobile {
    text-align: center;
}

    .logo img {
        max-width: 315px;
        width: 100%;
    }

.search-box {
    margin-top: 20px;
}

    .search-box .RadComboBox.RadComboBox_Bootstrap.searchComboBox,
    .siteSearch .searchSprite,
    .pageSearch .searchSprite {
        display: none;
    }

/*.search-box .RadComboBox.RadComboBox_Bootstrap.searchComboBox {
        width: 95px !important;
    }*/

.siteSearch:active,
.pageSearch:active,
.siteSearch:hover,
.pageSearch:hover {
    border-color: #dfdfdf;
}

.search-box .siteSearch,
.pageSearch {
    border-radius: 35px;
    border-color: #dfdfdf;
    height: 43px;
    position: relative;
    padding: 0 0 0 20px;
    overflow: hidden;
}

    .search-box .siteSearch .searchTextBox,
    .pageSearch .searchTextBox {
        width: 85%;
    }

        .pageSearch .searchTextBox input {
            width: 100%;
        }

        /*.pageSearch .searchTextBox {
        width: 63%;
    }*/

        .search-box .siteSearch .searchTextBox span,
        .search-box .siteSearch .searchTextBox span input {
            width: 100% !important;
            height: 30px;
            font-family: 'Open Sans', sans-serif;
        }

    .search-box .siteSearch .searchButton,
    .pageSearch .searchButton {
        background: #fc2695;
        margin: 0;
        padding: 13px;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }

.cart-mobile {
    margin-top: 20px;
}

    .cart-mobile a {
        display: inline-block;
        color: #333;
        vertical-align: middle;
        padding-right: 25px;
    }

        .cart-mobile a:hover {
            color: #fc2695;
            text-decoration: none;
        }

        .cart-mobile a:before {
            content: '\f07a';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
            font-size: 20px;
            padding-right: 10px;
            vertical-align: middle;
        }

.navbar-toggle {
    float: none;
    padding: 0;
    margin: 0;
}

    .navbar-toggle.collapsed .closed,
    .navbar-toggle .opened {
        display: block;
    }

    .navbar-toggle .closed,
    .navbar-toggle.collapsed .opened {
        display: none;
    }

    .navbar-toggle .opened {
        position: fixed;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        background: rgba(0,0,0,.8);
        z-index: 100;
    }

        .navbar-toggle .opened:before {
            position: static;
            content: "\f00d";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
            font-size: 28px;
            color: #fff;
        }

    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
        background: #333;
        margin: 5px 0;
    }

.slide-down-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: auto !important;
    background: #666;
    padding-bottom: 30px;
    z-index: 1050;
    box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
}

    .slide-down-menu .RadPanelBar .rpItem a {
        padding: 10px 0;
        margin: 0;
        text-align: left;
        color: #fff;
        text-decoration: none;
        line-height: 30px;
    }

    .slide-down-menu .RadPanelBar .rpOut {
        border-bottom-color: transparent;
    }

        .slide-down-menu .RadPanelBar .rpOut .rpExpandHandle {
            width: 30px;
            height: 30px;
            margin: 0;
        }

            .slide-down-menu .RadPanelBar .rpOut .rpExpandHandle:before {
                content: "\f078";
                font-family: 'Font Awesome 5 Pro';
                color: #fff;
                padding: 5px;
            }

    .slide-down-menu .RadPanelBar .rpExpanded .rpOut .rpExpandHandle:before {
        content: "\f077";
    }

    .slide-down-menu .RadPanelBar .rpLevel1 .rpOut .rpExpandHandle {
        padding-left: 3px;
    }

    .slide-down-menu .RadPanelBar .rpLevel1 .rpItem,
    .slide-down-menu .RadPanelBar .rpLevel2 .rpItem {
        border-bottom: 1px solid #fff;
    }

        .slide-down-menu .RadPanelBar .rpLevel2 .rpItem.rpFirst {
            border-top: 1px solid #fff;
        }

        .slide-down-menu .RadPanelBar .rpLevel2 .rpItem.rpLast {
            border-bottom: none;
        }

        .slide-down-menu .RadPanelBar .rpLevel1 .rpItem .rpText {
            padding-left: 20px;
        }

    .slide-down-menu .RadPanelBar .rpGroup .rpLink {
        font-size: 1.4rem;
    }

.header-bottom {
    display: none;
    background: #373737;
}

    .header-bottom.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation-duration: .45s;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        z-index: 1050;
    }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px,-100%,0px)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.RadMenu {
    left: 50%;
    transform: translateX(-50%);
}

    .RadMenu .rmItem {
        margin-bottom: 0;
    }

        .RadMenu .rmItem .rmRootLink {
            color: #fff;
            padding: 19px 14px;
            font-size: 15px;
            text-decoration: none;
            outline: medium none;
            display: block;
            text-align: center;
            line-height: normal;
            font-weight: 600;
        }

            .RadMenu .rmItem .rmRootLink .rmExpandDown:after {
                content: "\f078";
                font-family: 'Font Awesome 5 Pro';
                font-size: 10px;
                color: #fff;
                padding-left: 10px;
            }

    .RadMenu .rmItem-35969 .rmRootLink {
        background: #fc2695;
    }

        .RadMenu .rmItem-35969 .rmRootLink .rmText {
            padding-right: 0;
        }

        .RadMenu .rmItem-35969 .rmRootLink,
        .RadMenu .rmItem-35969 .rmRootLink .rmExpandDown:after {
            color: yellow;
        }

.rmItem.rmLast.rmItem7.rmItem-37021 {
    background: #61bfc1;
}

    .rmItem.rmLast.rmItem7.rmItem-37021 a {
        color: yellow;
    }

.RadMenu .rmItem .rmSlide .rmVertical {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    min-width: 18em;
    padding: 20px 0 !important;
    line-height: 30px;
    text-align: left;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
}

    .RadMenu .rmItem .rmSlide .rmVertical .rmItem {
        line-height: 30px;
    }

        .RadMenu .rmItem .rmSlide .rmVertical .rmItem a {
            font-size: 14px;
            color: #888;
            position: relative;
        }

            .RadMenu .rmItem .rmSlide .rmVertical .rmItem a:hover,
            .RadMenu .rmItem .rmSlide .rmVertical .rmItem a:hover > .rmExpandRight:after {
                color: #fc2695;
                text-decoration: none;
            }

            .RadMenu .rmItem .rmSlide .rmVertical .rmItem a .rmExpandRight:after {
                content: "\f054";
                font-family: 'Font Awesome 5 Pro';
                font-size: 10px;
                color: #888;
                position: absolute;
                right: 20px;
            }

.RadMenu .rmLevel1 .rmSlide,
.RadMenu .rmLevel1 .rmSlide .rmVertical {
    transform: none !important;
    transition: none !important;
    margin-left: -1px;
}

/*CONTENT*/
#home .breadcrumb,
#home .sectionTitle {
    display: none;
}

/*ADS*/
/*Next Ship Date*/
.blue-box {
    background: #00aeef;
}

.next-ship-date {
    color: #fff;
    text-align: center;
}

    .next-ship-date .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        background: #00aeef;
        border: 1px dotted yellow;
    }

        /*.container:before,
.container:after {
    content: initial;
}*/

        .next-ship-date .container > div:nth-child(2) {
            font-size: 16px;
            font-weight: 500;
            margin: 15px 0;
        }

        .next-ship-date .ship-date-container > div:nth-child(1),
        .next-ship-date .ship-date-container > div:nth-child(3) {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .next-ship-date .ship-date-container > div:nth-child(1) p:before {
                content: "\f073";
                font-family: 'Font Awesome 5 Pro';
                color: yellow;
                padding-right: 5px;
            }

    .next-ship-date p {
        margin-bottom: 0;
    }

    .next-ship-date a {
        color: yellow;
    }

/*Home Carousel*/
.message > li,
.carousel-inner .item {
    margin-bottom: 0;
}

.home-carousel,
.home-carousel .container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.carousel-inner,
.carousel-inner .bg-image {
    min-height: 185px;
}

.home-carousel .carousel-one.gradient-bg-grey:before {
    background: transparent;
}

.home-carousel .centered-content .desktop-only {
    padding-bottom: 25px;
}

.carousel-indicators li {
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #888;
}

.carousel-indicators .active {
    background-color: #fc2695;
    border-color: #fc2695;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    width: 0;
    background-image: none;
}

.carousel .carousel-control {
    text-shadow: none;
    background-color: transparent;
}

.carousel-control i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 52px;
    height: 52px;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    transition: all .45s ease;
}

    .carousel-control i:hover {
        background: #fc2695;
        border-color: #fc2695;
        color: #fff;
    }

.carousel .carousel-control.left i {
    left: -72px;
}

.carousel .carousel-control.right i {
    right: -72px;
}

.home-carousel .slide-one .right-positioned {
    display: none;
}

/*Internal Content*/
.main-content > .container > div.sectionTitle:nth-child(2),
.section-35968 .contentList {
    display: none;
}

.main-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-top: 44px;
    margin-bottom: 40px;*/
}

    .main-content .breadcrumb a {
        color: #333;
        line-height: 35px;
    }

        .main-content .breadcrumb a:hover {
            color: #fc2695;
            text-decoration: none;
        }

        .main-content .breadcrumb a.bcLast:hover {
            color: #333;
        }

.main-content .sectionContent {
    margin-bottom: 50px;
}

.main-content .userLogin .sectionContent {
    margin-bottom: 0;
}

.sidebar {
    display: none;
    width: 25%;
    float: left;
    padding-right: 15px;
}

    .sidebar .rpRootGroup {
        border-color: #e6e6e6;
        border-radius: 3px;
        padding: 10px 20px !important;
    }

        .sidebar .rpRootGroup .rpLink {
            font-size: 14px !important;
            line-height: 48px !important;
            color: #333;
            border-bottom: 1px solid #e6e6e6 !important;
        }

        .sidebar .rpRootGroup .rpLevel1 .rpLink {
            padding-left: 20px;
        }

        .sidebar .rpRootGroup .rpLink .rpOut,
        .sidebar .rpRootGroup > .rpItem.rpLast a {
            border-bottom-color: transparent !important;
        }

        .sidebar .rpRootGroup > .rpItem.rpFirst {
            font-weight: 600;
            margin: 0;
            line-height: 30px;
        }

            .sidebar .rpRootGroup > .rpItem.rpFirst a {
                font-size: 18px !important;
                border-bottom: 1px solid #dfdfdf !important;
            }

        .sidebar .rpRootGroup .rpText {
            line-height: 1.75;
            padding: 12px 0;
        }

    .sidebar .RadPanelBar .rpOut .rpExpandHandle {
        margin: 0 !important;
    }

        .sidebar .RadPanelBar .rpOut .rpExpandHandle:after,
        .sidebar .RadPanelBar .rpExpanded .rpOut .rpExpandHandle:after {
            font-family: "Font Awesome 5 Pro";
            font-size: 12px;
        }

        .sidebar .RadPanelBar .rpOut .rpExpandHandle:after {
            content: "\f078";
        }

    .sidebar .RadPanelBar .rpExpanded .rpOut .rpExpandHandle:after {
        content: "\f077";
    }

.internal-content-column > .sectionTitle {
    display: none;
}

.sectionTitle {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 15px;
}

/*PRODUCTS*/
.separatorItemCell-parent,
.contentList .pageInfo {
    display: none;
}

#ctl01_ctl02_ctl00_Sorter tbody {
    display: flex;
    justify-content: flex-start;
}

    #ctl01_ctl02_ctl00_Sorter tbody tr {
        margin: 0 auto;
    }

.contentList > tbody > tr.pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .contentList > tbody > tr.pagination,
    .contentList > tbody > tr.pagination:hover {
        border: none !important;
        box-shadow: none !important;
    }

        .contentList > tbody > tr.pagination:first-child {
            top: -160px;
        }

        .contentList > tbody > tr.pagination:last-child {
            bottom: -85px;
        }

/*.contentList > tbody > tr.pagination > td {
        background: #f5f5f5;
        border-radius: 3px;
    }*/

.pagination .pagerWrap td {
    padding: 0 5px;
}

.pagination .pagerWrap a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    padding: 8px 16px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
}

    .pagination .pagerWrap a:hover {
        color: #fc2695;
    }

.pagination .pagerWrap .currentPage a {
    background: #fff;
    color: #fc2695;
}

.pagination .pagination-arrow-left,
.pagination .pagination-arrow-right {
    position: relative;
    padding: 8px 20px !important;
}

    .pagination .pagination-arrow-left:after,
    .pagination .pagination-arrow-right:after {
        font: normal normal normal 18px/1 "Font Awesome 5 Pro" !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .pagination .pagination-arrow-left:after {
        content: "\f104";
    }

    .pagination .pagination-arrow-right:after {
        content: "\f105";
    }

.eCommerceProductSection .contentList.pagination-padding,
.eCommerceProductSearch .contentList.pagination-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.parentSection .contentList,
.eCommerceProductSection .contentList,
.eCommerceProductSearch .contentList {
    max-width: 100%;
    padding: 25px 0 45px;
    margin: 0 auto;
    border-collapse: initial;
    position: relative;
}

    .parentSection .contentList > tbody,
    .eCommerceProductSection .contentList > tbody,
    .eCommerceProductSearch .contentList > tbody {
        position: relative;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
        grid-gap: 1rem;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

        .parentSection .contentList > tbody > tr,
        .eCommerceProductSection .contentList > tbody > tr,
        .eCommerceProductSearch .contentList > tbody > tr,
        .searchSection .item {
            margin: 0 0 30px;
            border: 1px solid #e6e6e6;
        }

    .parentSection .contentList .contentItemCell,
    .eCommerceProductSection .contentList .contentItemCell,
    .eCommerceProductSearch .contentList .contentItemCell {
        background: #fff;
        padding: 0;
    }

    .eCommerceProductSection .contentList .contentItemCell,
    .eCommerceProductSearch .contentList .contentItemCell {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .parentSection .contentList > tbody > tr:hover,
    .eCommerceProductSection .contentList > tbody > tr:hover {
        box-shadow: 0 0 7px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
        -o-box-shadow: 0 0 7px rgba(0,0,0,.3);
        -ms-box-shadow: 0 0 7px rgba(0,0,0,.3);
    }

    .eCommerceProductSection .contentList .item,
    .eCommerceProductSearch .contentList .item {
        display: flex;
        flex-direction: column;
    }

    .eCommerceProductSection .contentList .itemImage,
    .eCommerceProductSearch .contentList .itemImage {
        order: 1;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .parentSection .contentList .itemImage img,
        .eCommerceProductSection .contentList .itemImage img,
        .eCommerceProductSearch .contentList .itemImage img {
            margin-right: 0;
        }

    .parentSection .contentList .itemImage img {
        max-width: 500px;
        width: 100%;
    }

    .eCommerceProductSection .contentList .itemImage img,
    .eCommerceProductSearch .contentList .itemImage img {
        width: auto;
        max-height: 250px;
    }

    .eCommerceProductSection .contentList .itemProductName,
    .eCommerceProductSearch .contentList .itemProductName {
        order: 2;
        padding: 15px 15px 10px;
    }

    .eCommerceProductSection .contentList .itemProductProperties,
    .eCommerceProductSearch .contentList .item > div:nth-child(3) {
        order: 3;
    }

    .eCommerceProductSearch .contentList .itemProductProperties {
        padding-left: 15px;
    }

        .eCommerceProductSearch .contentList .itemProductProperties .itemRow.price .itemLabel {
            padding-left: 0;
        }

    .eCommerceProductSection .contentList .add-options,
    .eCommerceProductSearch .contentList .add-options {
        /*display: none;*/
        order: 4;
        padding-top: 15px;
        margin: 0 15px;
        border-top: 1px solid #e6e6e6;
        text-align: center;
    }

        .eCommerceProductSection .contentList .add-options .product-details a,
        .eCommerceProductSearch .contentList .add-options .product-details a {
            background-color: transparent;
            border-color: transparent;
            color: #888888 !important;
        }

            .eCommerceProductSection .contentList .add-options .product-details a:hover,
            .eCommerceProductSearch .contentList .add-options .product-details a:hover {
                color: #fc2695 !important;
            }

    .parentSection .contentList .itemText,
    .eCommerceProductSection .contentList .itemText,
    .eCommerceProductSearch .contentList .itemText {
        width: 100%;
        text-align: center;
        padding: 20px 0 10px;
    }

.itemTitle a,
a.itemTitle {
    color: #fc2695;
}

.eCommerceProductSection .itemRow.price,
.eCommerceProduct .price {
    font-size: 19px;
    color: #333;
}

.eCommerceProductSection .itemRow.price {
    padding-left: 13px;
}

.main-content.product-detail-page .sidebar {
    display: none;
}

.main-content.product-detail-page .internal-content-column {
    float: left;
    width: 100%;
    padding-left: 0;
}

/*Product Detail*/
.eCommerceProduct {
    padding-bottom: 75px;
}

    .eCommerceProduct .sectionTitle {
        margin-bottom: 25px;
    }

    .eCommerceProduct .product-detail-panel {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .eCommerceProduct .product-detail-panel .description {
            order: 2;
            margin-bottom: 35px;
        }

        .eCommerceProduct .product-detail-panel .information {
            order: 3;
        }

            .eCommerceProduct .product-detail-panel .information .label,
            .eCommerceProduct .product-detail-panel .information .value {
                width: 100% !important;
                text-align: center;
                padding-left: 15px !important;
                padding-right: 15px !important;
            }

            .eCommerceProduct .product-detail-panel .information .label {
                font-weight: 700;
                color: #333;
                padding-top: 10px;
                padding-bottom: 5px;
            }

                .eCommerceProduct .product-detail-panel .information .label.price {
                    display: none;
                }

            .eCommerceProduct .product-detail-panel .information .vakue.price {
                font-size: 34px;
            }

            .eCommerceProduct .product-detail-panel .information .row,
            .eCommerceProduct .product-detail-panel .information .label {
                margin: 0 !important;
            }

                .eCommerceProduct .product-detail-panel .information .row.row-quantity {
                    margin: 15px auto 0 !important;
                    width: 85%;
                    padding: 0 0 10px;
                }

            .eCommerceProduct .product-detail-panel .information > .row:nth-child(2) {
                max-width: fit-content;
                width: auto;
                margin: 0 auto !important;
            }

            .eCommerceProduct .product-detail-panel .information .label.sku,
            .eCommerceProduct .product-detail-panel .information .value.sku {
                width: auto !important;
                padding: 0;
            }

            .eCommerceProduct .product-detail-panel .information .label.sku {
                padding-right: 5px !important;
            }

            .eCommerceProduct .product-detail-panel .information .value.sku {
                padding-left: 0 !important;
            }

    .eCommerceProduct .information .custom-options {
        background: #fff;
        border: none;
    }

        .eCommerceProduct .information .custom-options > div:first-child {
            border-top: 1px solid #ddd;
        }

        .eCommerceProduct .information .custom-options .value select,
        .eCommerceProduct .information .custom-options .value input {
            width: 100% !important;
        }

.add-options .itemAddToCart,
.add-options .itemInCart {
    text-align: center;
}

    .add-options .itemInCart a {
        background-color: transparent !important;
    }

.itemAddToCart a,
.add-to-cart,
.row-quantity .btn-success {
    background-color: #fc2695;
    border-color: #fc2695;
}

    .itemAddToCart a:hover,
    .itemAddToCart a:focus,
    .itemAddToCart a:active,
    .add-to-cart:hover,
    .add-to-cart:focus,
    .add-to-cart:active,
    .row-quantity .btn-success:hover,
    .row-quantity .btn-success:focus,
    .row-quantity .btn-success:active {
        background-color: rgba(252, 38, 149, .75);
        border-color: rgba(252, 38, 149, .75);
    }

#ctl01_ctl02_ctl00_ListChooser1_ctl00_AddToListRadButton,
#ctl01_ctl02_ctl00_ListChooser1_ctl00_AddToListRadButton.rbHovered {
    width: 70%;
    color: #fff !important;
    padding: 6px 12px;
    margin: 0;
    background: #333 !important;
    border: none;
    border-radius: 0;
}

    #ctl01_ctl02_ctl00_ListChooser1_ctl00_AddToListRadButton .rbSplitPart.rbSplitPartRight {
        display: none;
    }

    #ctl01_ctl02_ctl00_ListChooser1_ctl00_AddToListRadButton .rbText {
        padding: 0;
    }

.RadMenu.AddToListMenu {
    transform: none !important;
    margin-top: 15px;
}

    .RadMenu.AddToListMenu ul.rmVertical {
        width: 140px !important;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
    }

        .RadMenu.AddToListMenu ul.rmVertical .rmItem {
            line-height: 30px;
            background: #fff;
            text-align: center;
        }

            .RadMenu.AddToListMenu ul.rmVertical .rmItem a {
                color: #666;
            }

                .RadMenu.AddToListMenu ul.rmVertical .rmItem a:hover {
                    color: #fc2695;
                    text-decoration: none;
                }

                .RadMenu.AddToListMenu ul.rmVertical .rmItem a .rmText {
                    padding: 0;
                    margin: 0;
                }

.eCommerceProduct .imageViewer,
.eCommerceProduct .product-detail-panel .information {
    float: none;
    width: initial;
}

.eCommerceProduct .imageViewer {
    position: relative;
    margin-bottom: 0;
}

    .eCommerceProduct .imageViewer .fancybox-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        flex-direction: column;
    }

        .eCommerceProduct .imageViewer .fancybox-wrapper > a {
            background: #fff;
            overflow: hidden;
        }

            .eCommerceProduct .imageViewer .fancybox-wrapper > a img {
                max-width: 32px !important;
            }

.eCommerceProduct .imagePreview,
.eCommerceProduct .product-detail-panel .information {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.eCommerceProduct .imagePreview {
    height: auto !important;
    /*padding: 25px 0;*/
    margin-bottom: 0;
}

    .eCommerceProduct .imagePreview a {
        width: 100%;
        position: relative !important;
        top: initial !important;
        left: initial !important;
        transform: none !important;
    }

    .eCommerceProduct .imagePreview img {
        max-width: initial !important;
        width: 100%;
    }

.eCommerceProduct .imageViewer .fancybox-wrapper {
    float: left;
    min-height: 0;
}

.eCommerceProduct .product-detail-panel .information {
    padding-top: 25px;
}

.fancybox-skin {
    background: #fff !important;
}

.fancybox-wrap .fancybox-title {
    font-weight: 600;
    font-size: 18px;
    color: #fc2695;
    text-align: center;
}

/*Checkout Process*/
.eCommerceCart .sectionTitle {
    margin-bottom: 25px;
}

.eCommerceCart .RadGrid.RadGrid_Bootstrap {
    overflow-x: auto;
}

.eCommerceCart .rgMasterTable th {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center !important;
}

    .eCommerceCart .rgMasterTable th:first-child {
        text-align: left !important;
    }

.eCommerceCart .rgMasterTable th,
.eCommerceCart .RadGrid_Bootstrap .rgRow > td {
    vertical-align: middle;
}

.eCommerceCart .rgItemName tr > td:first-child {
    width: 10%;
    padding-right: 10px !important;
}

.eCommerceCart #ctl01_ctl02_ctl00_ShippingOptionRadioButtonList {
    margin: 15px 0;
}

    .eCommerceCart #ctl01_ctl02_ctl00_ShippingOptionRadioButtonList tr > td {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .eCommerceCart #ctl01_ctl02_ctl00_ShippingOptionRadioButtonList tr > td input,
        .eCommerceCart #ctl01_ctl02_ctl00_ShippingOptionRadioButtonList tr > td label {
            margin: 0;
        }

        .eCommerceCart #ctl01_ctl02_ctl00_ShippingOptionRadioButtonList tr > td input {
            margin-right: 5px;
        }

.eCommerceCart .coupon .heading {
    padding-bottom: 15px;
}

.eCommerceCart .coupon .content input:nth-child(2) {
    height: 33px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.eCommerceCart .coupon .content button {
    background: #00aeef;
    border: 1px solid #00aeef;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.eCommerceCart .buttonContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-top: 25px;
}

    .eCommerceCart .buttonContainer > img {
        max-width: 16px !important;
        height: 16px !important;
    }

    .eCommerceCart .buttonContainer > button {
        width: 205px;
        font-weight: 700;
        font-size: 1.4rem;
        color: #fff;
        line-height: 1.6rem;
        padding: 7px 15px;
        margin: 0 auto 15px;
        background-image: none;
        background: #fc2695;
        border: 1px solid #fc2695;
        border-radius: 3px;
        box-sizing: border-box;
        vertical-align: middle;
    }

        .eCommerceCart .buttonContainer > button:hover {
            background: #333 !important;
            border-color: #333 !important;
            color: #fff;
            text-decoration: none;
        }

.eCommerceNavigation {
    margin-top: 15px;
}

    .eCommerceNavigation .RadTabStrip {
        border-left: none !important;
    }

        .eCommerceNavigation .RadTabStrip .rtsUL {
            border-bottom: 1px solid #fc2695;
        }

    .eCommerceNavigation .rtsLink {
        background-image: none !important;
    }

        .eCommerceNavigation .rtsLink.rtsSelected,
        .eCommerceNavigation .rtsLink.rtsBefore:hover {
            color: #fff;
            background: #fc2695;
        }

.eCommerceAddressList .panel {
    border: none;
    box-shadow: none;
}

.RadTabStrip .rtsOut {
    padding: 0 !important;
}

.alert ul {
    list-style: none;
}

    .alert ul li {
        margin-bottom: 0;
    }

.heading {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
}

.address-container > table:last-child > tbody tr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}

    .address-container > table:last-child > tbody tr > td {
        padding: 10px 0;
    }

        .address-container > table:last-child > tbody tr > td button {
            margin-right: 0;
        }

.RadButton.rbRounded {
    border-radius: 2px !important;
}

.RadButton_Bootstrap.rbPrimaryButton,
.RadButton_Default.rbPrimaryButton {
    border-color: #fc2695 !important;
    background-color: #fc2695 !important;
    background-image: none !important;
}

    .RadButton_Bootstrap.rbPrimaryButton:hover,
    .RadButton_Default.rbPrimaryButton:hover,
    .RadButton_Bootstrap.rbButton.fsd-warning:hover {
        border-color: #333 !important;
        background-color: #333 !important;
        background-image: none !important;
    }

.RadButton_Bootstrap.rbButton.fsd-warning {
    border-color: #00aeef !important;
    background-color: #00aeef !important;
    box-shadow: none !important;
}

/*Account*/
.showProfile,
.profileStatus,
.profileECommerce {
    margin-top: 50px;
}

.RadTabStrip {
    z-index: 5 !important
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsUL {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-color: #fc2695 !important;
    overflow: hidden !important;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsLI {
    margin-bottom: 0;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected,
.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected:hover,
.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink:hover {
    color: #fff !important;
    background: #fc2695 !important;
    border-color: #fc2695 !important;
}

.form_Title {
    height: auto;
    border: none;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    background: transparent;
}

.form_Content {
    background-color: transparent;
}

table.rgMasterTable > thead > tr > td,
table.rgMasterTable > tbody > tr > td {
    vertical-align: middle;
    padding: 0;
}

table.rgMasterTable > thead > tr.rgCommandRow > td {
    padding: 15px;
}

table.rgMasterTable .rgDetailTable td {
    vertical-align: middle;
    text-align: center;
}

    table.rgMasterTable .rgDetailTable td .rbSplitRight {
        display: none;
    }

    table.rgMasterTable .rgDetailTable td .RadButton_Default.rbSkinnedButton,
    table.rgMasterTable .rgDetailTable td .RadButton_Default.rbVerticalButton,
    table.rgMasterTable .rgDetailTable td .RadButton_Default .rbDecorated {
        color: #fff;
        background-image: none;
        background: #333;
        padding: 0 10px;
    }

        table.rgMasterTable .rgDetailTable td .RadButton_Default.rbSkinnedButton:hover,
        table.rgMasterTable .rgDetailTable td .RadButton_Default.rbVerticalButton:hover,
        table.rgMasterTable .rgDetailTable td .RadButton_Default .rbDecorated:hover {
            background: #fc2695;
        }

.RadMenu.ListMoreMenu {
    transform: none !important;
    margin-top: 15px;
}

    .RadMenu.ListMoreMenu ul.rmVertical {
        width: 140px !important;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        left: -38px;
    }

        .RadMenu.ListMoreMenu ul.rmVertical .rmItem {
            line-height: 30px;
            background: #fff;
            text-align: center;
        }

            .RadMenu.ListMoreMenu ul.rmVertical .rmItem a {
                color: #666;
            }

                .RadMenu.ListMoreMenu ul.rmVertical .rmItem a:hover {
                    color: #fc2695;
                    text-decoration: none;
                }

                .RadMenu.ListMoreMenu ul.rmVertical .rmItem a .rmText {
                    padding: 0;
                    margin: 0;
                }

.btn-primary {
    background: #fc2695 !important;
    border-color: #fc2695 !important;
    border-radius: 2px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background: #333 !important;
        border-color: #333 !important;
    }

/*Size Chart*/
.section-35968 .flex {
    justify-content: center;
}

    .section-35968 .flex .flex-content {
        padding: 20px 50px;
    }

.sc_bullet {
    padding: 5px 0px 8px 30px;
    margin-top: 0px;
    background-position: 0px 5px;
    font-size: 15px;
    background-repeat: no-repeat;
}

.b1 {
    background-image: url('/sc_bullet1.png');
}

.b2 {
    background-image: url('/sc_bullet2.png');
}

.b3 {
    background-image: url('/sc_bullet3.png');
}

.b4 {
    background-image: url('/sc_bullet4.png');
}

.b5 {
    background-image: url('/sc_bullet5.png');
}

.womens-heading,
.mens-heading,
.childs-heading {
    background-repeat: no-repeat;
    padding: 0px 0px 5px 50px;
}

.womens-heading {
    background-image: url('/sc_womens_head.png');
}

.mens-heading {
    background-image: url('/sc_mens_head.png');
}

.childs-heading {
    background-image: url('/sc_childs_head.png');
}

.tg {
    color: #000;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

    .tg th,
    .tg tr > td {
        border-style: solid;
        border-width: 1px;
    }

    .tg th {
        font-weight: bold;
        text-align: center;
    }

    .tg tr > td {
        font-size: 14px;
        padding: 10px 10px;
        overflow: hidden;
        word-break: normal;
    }

        .tg tr > td:first-child {
            font-weight: bold;
            text-align: left;
            background-color: #fff !important;
        }

#womens_sc_table,
#mens_sc_table,
#childs_sc_table {
    margin-top: 35px;
}

    #womens_sc_table .tg th {
        background-color: #ed008c;
    }

    #womens_sc_table .tg tr > td:nth-child(odd) {
        background-color: #f499d4;
    }

    #mens_sc_table .tg th {
        background-color: #01aef0;
    }

    #mens_sc_table .tg tr > td:nth-child(odd) {
        background-color: #50cef4;
    }

    #childs_sc_table .tg th {
        background-color: #fef200;
    }

    #childs_sc_table .tg tr > td:nth-child(odd) {
        background-color: #f8f2b6;
    }

/*Form*/
.formSection .FormPanel {
    position: relative;
    margin-top: 25px;
}

.formSection .label,
.formSection .value {
    float: left;
    width: 100% !important;
    text-align: left;
}

.formSection .label {
    font-weight: 600;
    padding-bottom: 5px;
}

.formSection .value > input,
.formSection .value select,
.formSection .value textarea,
.formSection .riSingle > input {
    height: 49px;
    padding: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.formSection .value > input,
.formSection .value select,
.formSection .value textarea {
    max-width: 720px;
    width: 100% !important;
}

.formSection .value {
    margin-bottom: 10px;
}

    .formSection .value input[type="text"]::placeholder,
    .formSection .value select option[value="State"],
    .formSection .value textarea::placeholder {
        color: #c2c2c2;
    }

.formSection input.ruButton {
    background: #00aeef !important;
    border: 1px solid #00aeef !important;
    padding: 0 !important;
}

.formSection input.ruButton,
#SubmitDiv input[type=submit],
.register .buttonContainer input[type=submit],
.passwordRecovery input[type=submit] {
    background: #fc2695;
    border: 1px solid #fc2695;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle
}

    .formSection input.ruButton.ruButtonHover,
    .formSection input.ruButton.ruButtonHover,
    .formSection input.ruButton.ruButtonHover,
    #SubmitDiv input[type=submit]:active,
    #SubmitDiv input[type=submit]:hover,
    #SubmitDiv input[type=submit]:focus,
    .register .buttonContainer input[type=submit]:active,
    .register .buttonContainer input[type=submit]:hover,
    .register .buttonContainer input[type=submit]:focus,
    .passwordRecovery input[type=submit]:active,
    .passwordRecovery input[type=submit]:hover,
    .passwordRecovery input[type=submit]:focus {
        background: #333 !important;
        border-color: #333 !important;
        color: #fff;
        text-decoration: none;
    }

.section-36282 .FormPanel > .row:nth-child(11) .value > .RadAjaxPanel > div .rlbGroup {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.section-36282 .FormPanel > .row:nth-child(11) .value > .RadAjaxPanel > div > div:nth-child(2) {
    width: 55% !important;
}

.section-36282 .FormPanel > .row:nth-child(11) .value > .RadAjaxPanel > div > div:nth-child(3) {
    width: 45% !important;
}

#SubmitDiv input[type=submit] {
    width: auto !important;
}

/*Register*/
.register,
.passwordRecovery {
    margin-top: 50px;
}

.registerForm .heading,
.registerForm .form_Title {
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 25px 0 15px;
    background: none;
    border: none;
}

.registerForm .row .label,
.registerForm .row .value,
.registerForm .row .value input,
.registerForm .row .value select,
.registerForm .row .value .riSingle,
.registerForm .row .value .riContentWrapper,
.registerForm .row .value table tr td {
    width: 100% !important;
    max-width: 1140px;
}

    .registerForm .row .label,
    .registerForm .row .value,
    .registerForm .row .value table tr td {
        float: left;
        clear: left;
    }

        .registerForm .row .value input,
        .registerForm .row .value select {
            height: 49px;
            padding: 8px;
            border: 1px solid #dfdfdf;
            border-radius: 3px;
        }

        .registerForm .row .value table tr td {
            padding: 0px 0px 10px;
        }

.registerForm .row .label {
    font-weight: 600;
    text-align: left;
    padding-bottom: 5px;
}

.passwordRecovery p > input {
    margin-right: 5px;
}

/*Search Section*/
.searchSection,
.eCommerceProductSearch {
    margin-top: 50px;
}

    .searchSection .pageSearch,
    .searchSection .pageSearch .searchComboBox,
    .eCommerceProductSearch .pageSearch,
    .eCommerceProductSearch .pageSearch .searchComboBox {
        width: 100% !important;
    }

        .searchSection .pageSearch .searchComboBox,
        .eCommerceProductSearch .pageSearch .searchComboBox {
            display: none;
        }

    .searchSection .pageSearch,
    .eCommerceProductSearch .pageSearch {
        max-width: 690px;
    }

        .searchSection .pageSearch .searchComboBox,
        .eCommerceProductSearch .pageSearch .searchComboBox {
            max-width: 110px;
        }

    .searchSection .RadAjaxPanel > #ctl01_ctl02_ctl00_SearchRadAjaxPanel {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .searchSection .RadAjaxPanel > #ctl01_ctl02_ctl00_SearchRadAjaxPanel > table:first-child {
            margin: 0 0 25px;
        }

    .searchSection .item {
        width: 245px;
        margin-bottom: 25px;
        text-align: center;
    }

        .searchSection .item img,
        .eCommerceProductSearch .RadAjaxPanel > #ctl01_ctl02_ctl00_ContentList > tbody > tr .itemImage img {
            max-width: 150px;
        }

    .eCommerceProductSearch .RadAjaxPanel > #ctl01_ctl02_ctl00_ContentList > tbody > tr .itemImage {
        float: none;
    }

/*FOOTER*/
.credit {
    display: none;
}

footer {
    background: #262626;
}

.footer > .container {
    padding-top: 58px;
    padding-bottom: 58px;
}

.footer-logo img {
    max-width: 193px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

    .footer-contact,
    .footer-contact a {
        color: #888;
    }

        .footer-contact i,
        .footer-contact span {
            font-size: 14px;
            line-height: 30px;
        }

        .footer-contact i {
            float: left;
            width: 25px;
            color: #fff;
            padding-right: 5px;
        }

        .footer-contact span {
            display: flex;
            flex-direction: column;
        }

.content-box {
    position: relative;
    margin-bottom: 20px;
}

    .content-box h3 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 16px;
        border-bottom: 1px solid #575757;
    }

    .content-box .toggle-tab {
        position: absolute;
        top: 0;
        right: 0;
        width: 19px;
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        padding: 0;
        margin: 0;
        color: #666;
        cursor: pointer;
    }

        .content-box .toggle-tab.collapsed .closed,
        .content-box .toggle-tab .opened {
            display: block;
        }

        .content-box .toggle-tab .closed,
        .content-box .toggle-tab.collapsed .opened {
            display: none;
        }

.toggle-content ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

    .toggle-content ul li {
        margin: 0;
    }

.toggle-content a {
    font-size: 14px;
    color: #fff;
    padding: 2px 0;
    text-transform: capitalize;
    line-height: 35px;
}

.footer-bottom {
    background: #222;
    text-align: center;
    padding: 20px 0;
}

    .footer-bottom p {
        line-height: 15px;
    }

        .footer-bottom p:last-child {
            margin-bottom: 0;
        }

    .footer-bottom a {
        color: #fff;
    }

.back-top {
    display: none;
    right: 5px;
    bottom: 5px;
    position: fixed;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    color: #fff !important;
    background: #fc2695;
    cursor: pointer;
}

    .back-top:hover {
        background: #444;
    }

    .back-top i {
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        width: 33px;
        height: 34px;
    }

/*MEDIA QUERIES*/
@media (max-width: 420px) {
    .eCommerceProductSection .contentList .itemImage img,
    .eCommerceProductSearch .contentList .itemImage img {
        width: 100%;
        max-width: initial !important;
        max-height: initial;
    }
}

@media (max-width: 500px) {
    .search-box .siteSearch .searchTextBox,
    .pageSearch .searchTextBox {
        width: 35%;
    }
}

@media (max-width: 550px) {
    .eCommerceNavigation .RadTabStrip .rtsLI {
        display: block;
        width: 100%;
    }
}

@media (max-width: 569px) {
    /*.parentSection .contentList > tbody,
    .eCommerceProductSection .contentList > tbody,
    .eCommerceProductSearch .contentList > tbody {
        max-width: 500px;
    }*/
}

@media (max-width: 599px) {
    .home-carousel .carousel-one .col-xs-9 {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .pagination .pagerWrap a {
        padding: 5px;
    }

    .pagination .pagination-arrow-left,
    .pagination .pagination-arrow-right {
        padding: 5px 15px !important;
    }

    .RadTabStrip_Bootstrap .rtsLevel1 .rtsUL .rtsLI {
        display: block;
        width: 100%;
    }

    .RadTabStripTop_Bootstrap .rtsLI + .rtsLI {
        padding-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .account-social .account-info.logged-in {
        top: 20px;
    }

    .phone span.mobile-only {
        display: inline-block;
        padding: 5px;
    }

    .next-ship-date .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .eCommerceProduct .product-detail-panel {
        max-width: 500px;
        margin: 0 auto;
    }

        .eCommerceProduct .product-detail-panel .description {
            margin-top: 20px;
        }

    .searchSection .pageSearch .searchTextBox {
        width: 40%;
    }

    .eCommerceCart .rgItemName tr > td:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    #ctl01_ctl02_ctl00_ctl01_CartCount1Panel,
    .navbar-toggle {
        display: inline-block !important;
        vertical-align: middle;
    }

    /*.eCommerceProduct .imagePreview img {
        max-width: 300px !important;
        width: 100%;
        max-height: initial;
    }*/
}

@media (min-width: 420px) {
    .eCommerceProductSection .contentList .itemImage,
    .eCommerceProductSearch .contentList .itemImage {
        min-height: 275px;
    }
}

@media (min-width: 600px) {
    .social {
        display: inline-block;
    }

    .carousel-inner,
    .carousel-inner .bg-image {
        min-height: 302px;
    }

    .eCommerceCart .buttonContainer {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .eCommerceCart .buttonContainer > button {
            margin: 0 5px 0 0;
        }

    .address-container > table:last-child > tbody tr {
        justify-content: flex-start;
        flex-direction: row;
    }

    .home-carousel .slide-one .gradient-bg-grey:before {
        background: transparent;
    }

    .home-carousel .slide-one .right-positioned {
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        max-width: 160px;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }

    .phone {
        float: left;
    }

        .phone span.desktop-only {
            display: inline-block;
            line-height: 15px;
        }

            .phone span.desktop-only:nth-child(3) {
                padding-right: 10px;
            }

    .greeting {
        position: absolute;
        top: 10px;
        right: 185px;
    }

    .account-social {
        float: right;
    }

        .account-social .account-info {
            top: 10px;
            right: 0;
            left: initial;
            transform: none;
        }

            .account-social .account-info .account-title {
                font-size: 1.4rem;
                float: right;
            }

        .account-social .social {
            position: absolute;
            top: 1px;
            right: 75px;
            padding: 0;
            z-index: 1090;
        }

    .header-middle {
        padding: 15px 0;
    }

    .search-box {
        text-align: left;
    }

    .cart-mobile {
        text-align: right;
        margin-top: 30px;
    }

        .cart-mobile a {
            padding-right: 25px;
        }

    .next-ship-date .container {
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }

    .home-carousel .slide-one .right-positioned {
        right: 0;
        max-width: 233px;
    }

    .parentSection .contentList > tbody,
    .eCommerceProductSection .contentList > tbody,
    .eCommerceProductSearch .contentList > tbody {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        padding: 0;
    }

    .eCommerceProductSearch .pageSearch {
        margin-bottom: 25px;
    }

    .eCommerceProductSection .contentList.pagination-padding {
        padding-top: 25px;
    }

    .eCommerceProductSearch .contentList.pagination-padding {
        padding-top: 90px;
    }

    #ctl01_ctl02_ctl00_Sorter tbody tr {
        margin: 0;
    }

        #ctl01_ctl02_ctl00_Sorter tbody tr > td:first-child {
            padding-left: 0;
        }

    .contentList > tbody > tr.pagination:first-child,
    .contentList > tbody > tr.pagination:last-child {
        left: initial;
        right: 0;
        transform: none;
    }

    .contentList > tbody > tr.pagination > td,
    .contentList > tbody > tr.pagination > td > table tr td:first-child,
    .contentList > tbody > tr.pagination .pagerWrap tr td:last-child {
        padding-right: 0;
    }

    .eCommerceProduct .product-detail-panel {
        flex-direction: row;
        justify-content: space-between;
    }

        .eCommerceProduct .product-detail-panel .description {
            padding-left: 15px;
            padding-right: 15px;
        }

        .eCommerceProduct .product-detail-panel .information {
            min-width: 200px;
        }

    .eCommerceProduct .imagePreview {
        max-width: 100% !important;
        float: left !important;
    }

    /*.eCommerceProduct .imageViewer {
        height: 415px;
    }*/

    .eCommerceProduct .product-detail-panel .description {
        margin-top: 0;
    }

    .eCommerceShipping .address-container > table:last-child > tbody > tr {
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .content-box .toggle-tab {
        display: none;
    }

    .toggle-content {
        display: block !important;
    }

    .searchSection .RadAjaxPanel > #ctl01_ctl02_ctl00_SearchRadAjaxPanel {
        justify-content: space-between;
    }

    .searchSection .item {
        width: 215px;
    }

    .footer-bottom p:first-child {
        float: left;
        margin-bottom: 0;
    }

    .footer-bottom p:last-child {
        float: right;
    }
}

@media (max-width: 991px) {
    #womens_sc_table,
    #mens_sc_table,
    #childs_sc_table {
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {
    .logo {
        padding-left: 0;
    }

    .cart-mobile {
        margin-top: 35px;
    }

        .cart-mobile,
        .cart-mobile a {
            padding-right: 0;
        }

    .header-bottom {
        display: block;
    }

    .next-ship-date .container > div:nth-child(2) {
        font-size: 20px;
        margin: 0;
    }

    .home-carousel,
    .home-carousel .container {
        min-width: 850px;
    }

        .home-carousel .centered-content h1 {
            font-size: 4.6rem;
        }

        .home-carousel .centered-content .desktop-only {
            font-size: 1.8rem;
        }

        .home-carousel .centered-content p a {
            font-size: 1.6rem;
        }

        .home-carousel .slide-one .right-positioned {
            max-width: 330px;
        }

    .carousel-inner,
    .carousel-inner .bg-image {
        min-height: 427px;
    }

    .carousel .carousel-control {
        opacity: 0;
    }

    .carousel:hover .carousel-control {
        opacity: 1;
    }

        .carousel:hover .carousel-control.right i {
            -webkit-transform: translate(50px,0) !important;
            -moz-transform: translate(50px,0) !important;
            -ms-transform: translate(50px,0) !important;
            -o-transform: translate(50px,0) !important;
            transform: translate(50px,0) !important;
        }

        .carousel:hover .carousel-control.left i {
            -webkit-transform: translate(-50px,0) !important;
            -moz-transform: translate(-50px,0) !important;
            -ms-transform: translate(-50px,0) !important;
            -o-transform: translate(-50px,0) !important;
            transform: translate(-50px,0) !important;
        }

    .carousel .carousel-control.left i {
        left: -22px;
    }

    .carousel .carousel-control.right i {
        right: -22px;
    }

    .sidebar {
        display: block;
    }

    .internal-content-column {
        float: right;
        width: 75%;
        padding-left: 15px;
    }

        .internal-content-column.search-view {
            width: 100%;
        }

    /*.eCommerceProduct .imageViewer {
        height: 520px;
    }*/

    .eCommerceProduct .product-detail-panel .information {
        min-width: 250px;
    }

    .eCommerceProduct .product-detail-panel .description {
        padding-left: 30px;
        padding-right: 30px;
    }

    .formSection .FormPanel {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
        grid-gap: 30px;
        margin-bottom: 125px;
    }

        .formSection .FormPanel .row {
            padding: 0;
        }

    .formSection .value {
        margin-bottom: 0;
    }

    #SubmitDiv {
        position: absolute;
        left: 0;
        bottom: -75px;
    }
}

@media (min-width: 1200px) {
    .account-social .account-info {
        right: -70px;
    }

        .account-social .account-info .account-title {
            float: none;
        }

    .logo img {
        max-width: 375px;
    }

    .search-box {
        margin-top: 48px;
    }

    .cart-mobile {
        margin-top: 60px;
    }

    .home-carousel,
    .home-carousel .container {
        min-width: 1170px;
    }

        .home-carousel .slide-one .right-positioned {
            right: 30px;
            max-width: 386px;
        }

    .carousel-inner,
    .carousel-inner .bg-image {
        min-height: 588px;
    }

    .searchSection .item {
        width: 245px;
    }

    .eCommerceProductSearch .contentList.pagination-padding {
        padding-top: 45px;
    }
}

button[id*='QuoteRadButton'] {
    display: none;
}

#RegistrationClosedContainer {
    display: none;
}

/* Bold Shipping/Tracking info on order history */
.profileECommerce .shippingMethod .rgRow {
    font-weight: bold;
}

.profileHistory .shippingMethod .rgRow {
    font-weight: bold;
}

.eCommerceReceipt .shippingMethod .rgRow {
    font-weight: bold;
}

/* Receipt Order Totals Bootstrap row offset temp fix */

.eCommerceReceipt .orderTotals .row {
    margin: 0px;
}