#Categories {
    margin: auto;
    margin-top: 20px;
}

.ContentCategorySearchResultsFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

.CategorySearchResults_Table {
    width: 100%;
}

.ContentCatalogTopItemsFeatureCell > #Categories > .CategoryWrapper:nth-child(-n+2) > .CategoryLink {
    background-color: #f45800;
    padding: 5px;
}

.ContentCatalogTopItemsFeatureCell > #Categories > .CategoryWrapper:nth-child(-n+2) > .CategoryLink > a {
    color: #fff;
}

.ContentCategorySearchResultsFeatureCell > table,
.ContentCategorySearchResultsFeatureCell > table > tbody > tr > td > table,
.ContentCategorySearchResultsFeatureCell > table > tbody > tr > td > table > tbody > tr > td > table,
.ContentCategorySearchResultsFeatureCell > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

.ContentCategorySearchResultsFeatureCell > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
    display: none;
}

.ContentCategorySearchResultsFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

.CategorySearchResults_Table {
    width: 100%;
}

a#adminImage {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    padding-top: 10px;
    padding-left: 10px;
}

a#adminImage:hover {
    text-decoration: underline;
}

#pnlCategoryImport {
    padding: 0px 10px;
    margin: 10px 0px;
    font-weight: bold;
}

.CategoryWrapper {
    width: 235px;
    text-align: center;
    position: relative;
    border: 1px solid #a2a2a2;
    margin: 5px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    min-height: 200px;
}

.CategoryWrapper a, .CategoryWrapper a:visited, .CategoryWrapper a:active {
    color: #717171;
    text-decoration: none;
}

.CategoryWrapper:hover {
    box-shadow: 1px 1px 9px 0px #a8a9ab;
}

.CategoryWrapper:hover .CategoryWrapper a,
.CategoryWrapper:hover .CategoryTitle {
    color: #013a81
}

.CategoryImgWrapper {
    height: 150px;
    position: relative;
}

.CategoryImgWrapper img {
    max-width: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 130px;
    margin: auto;
}

.CategoryTitle {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px;
}

.WithAttributes {
    width: 75% !important;
    float: right;
}

@media screen and (max-width: 989px) {
    #Categories {
        margin: 0 auto;
        width: 695px !important;
        float: none;
    }

    @media screen and (max-width: 741px) {
        #Categories {
            margin: 0 auto;
            width: 494px !important;
        }

        @media screen and (max-width: 492px) {
            #Categories {
                margin: 0 auto;
                width: 100% !important;
                text-align: center;
            }
        }
    }
}


/****************************************************
         BEST SELLERS PER CATEGORY - PLUGIN                                         
/****************************************************/

.BestSellers {
    transition: box-shadow 0.3s ease;
    margin-top: 25px;
    min-height: 292px !important;
    position: relative;
}

.BestSellers:hover .BestSellerImgWrapper {
    border-bottom: 1px solid #777777;
}

.BestSellers:hover .BestSellerPriceWrap {
    opacity: 1;
}

.BestSellerImgWrapper {
    width: 90%;
    height: 180px;
    line-height: 200px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #d2d1d1;
}

.BestSellerImgWrapper img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 160px;
    max-height: 160px;
    margin: auto;
}

.BestSellerDesc {
    padding: 10px 15px 0px 15px;
    font-size: 15px;
    color: black;
    text-align: left;
    line-height: normal;
}

.BestSellerItemCodeWrap {
    text-align: left;
    padding: 10px 15px 0px 15px;
    color: #1a936f;
    font-size: 18px;
}

.BestSellerPriceWrap {
    position: absolute;
    width: 79px;
    height: 45px;
    line-height: 30px;
    top: 0px;
    left: 0px;
    background: #969696;
    opacity: .9;
    transition: .3s ease-in opacity;
}

.BestSellerPrice {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    box-sizing: border-box;
    text-shadow: 1px 1px black;
    position: absolute;
    left: 10px;
    top: 4px;
}

.BestSellerPrice span {
    line-height: normal;
}

.BestSellerPrice::after {
    content: "";
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 45px solid #969696;
    border-right: 55px solid transparent;
    margin: auto;
    position: absolute;
    top: -4px;
    left: 69px;
}

.BestSellerPriceWrap {
    background: #525252;
    width: 69px;
}

.FeaturedProductPriceWrap::after {
    top: 0px;
    border-top: 45px solid #525252;
}

.CallForPrice {
    line-height: normal;
    z-index: 9999;
    text-align: center;
}


/*

    UNCOMMENT TO STYLE LIKE MIAMI

.BestSellers {
    transition: box-shadow 0.3s ease;
    margin-top: 25px;
    min-height: 292px !important;
    position: relative;
    text-align: center;
}

.BestSellers:hover .BestSellerImgWrapper {
    border-bottom: 1px solid #777777;
}

.BestSellers:hover .BestSellerPriceWrap {
    opacity: 1;
}

.BestSellerImgWrapper {
    width: 95%;
    height: 180px;
    line-height: 200px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #d2d1d1;
}

.BestSellerImgWrapper img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 160px;
    max-height: 160px;
    margin: auto;
}

.BestSellerDesc {
    text-align: center;
    padding: 10px 10px 0px 10px;
    min-height: 80px;
}

.BestSellerItemCodeWrap {
    display: inline-block;
    font-weight: bold;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}

.BestSellerPriceWrap {
    display: inline-block;
    color: green;
}

*/


/***********************************************
    REPONSIVE BEST SELLERS WITH NO ATTRIBUTES
************************************************/

#amazingcarousel-1 .amazingcarousel-prev {
    background: url("/customer/boloin/images/icons/LeftArrow.png") no-repeat !important;
    width: 45px !important;
    height: 45px !important;
}

#amazingcarousel-1 .amazingcarousel-next {
    background: url("/customer/boloin/images/icons/RightArrow.png") no-repeat !important;
    width: 45px !important;
    height: 45px !important;
}

#amazingcarousel-1 {
    max-width: 1800px !important;
}

#amazingcarousel-container-1 .amazingcarousel-list-container,
#amazingcarousel-container-1 .amazingcarousel-list-wrapper {
    width: 1800px !important;
}

@media screen and (max-width: 1212px) {
    #amazingcarousel-1 {
        max-width: 910px !important;
    }

    #amazingcarousel-container-1 .amazingcarousel-list-container,
    #amazingcarousel-container-1 .amazingcarousel-list-wrapper {
        width: 910px !important;
    }
}

@media screen and (max-width: 1030px) {
    #amazingcarousel-1 {
        max-width: 728px !important;
    }

    #amazingcarousel-container-1 .amazingcarousel-list-container,
    #amazingcarousel-container-1 .amazingcarousel-list-wrapper {
        width: 728px !important;
    }
}

@media screen and (max-width: 849px) {
    #amazingcarousel-1 {
        max-width: 546px !important;
    }

    #amazingcarousel-container-1 .amazingcarousel-list-container,
    #amazingcarousel-container-1 .amazingcarousel-list-wrapper {
        width: 546px !important;
    }
}

@media screen and (max-width: 669px) {
    #amazingcarousel-1 {
        max-width: 364px !important;
    }

    #amazingcarousel-container-1 .amazingcarousel-list-container,
    #amazingcarousel-container-1 .amazingcarousel-list-wrapper {
        width: 364px !important;
    }
}

@media screen and (max-width: 469px) {
    #amazingcarousel-1 {
        max-width: 187px !important;
    }

    #amazingcarousel-container-1 .amazingcarousel-list-container,
    #amazingcarousel-container-1 .amazingcarousel-list-wrapper {
        width: 182px !important;
    }
}


/***********************************************
    REPONSIVE BEST SELLERS WITH ATTRIBUTES
************************************************/

#amazingcarousel-container-1.HasAttributes #amazingcarousel-1 {
    max-width: 1455px !important;
}

#amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
#amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
    width: 1455px !important;
}

@media screen and (max-width: 1798px) {
    #amazingcarousel-container-1.HasAttributes #amazingcarousel-1 {
        max-width: 1270px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 1270px !important;
    }
}

@media screen and (max-width: 1616px) {
    #amazingcarousel-1 {
        max-width: 1090px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 1090px !important;
    }
}

@media screen and (max-width: 1426px) {
    #amazingcarousel-1 {
        max-width: 910px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 910px !important;
    }
}

@media screen and (max-width: 1252px) {
    #amazingcarousel-1 {
        max-width: 728px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 728px !important;
    }
}

@media screen and (max-width: 1078px) {
    #amazingcarousel-1 {
        max-width: 728px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 728px !important;
    }
}

@media screen and (max-width: 865px) {
    #amazingcarousel-1 {
        max-width: 546px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 546px !important;
    }
}

@media screen and (max-width: 661px) {
    #amazingcarousel-1 {
        max-width: 364px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 364px !important;
    }
}

@media screen and (max-width: 523px) {
    #amazingcarousel-1 {
        max-width: 187px !important;
    }

    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-container,
    #amazingcarousel-container-1.HasAttributes .amazingcarousel-list-wrapper {
        width: 187px !important;
    }
}


/***********************
       Attributes                                           
/***********************/

.AttributeRRTableTD_AttributeName,
.AttributeDescriptionTR,
.AttributeDescription,
.LSideCatalogTopItemsTR,
.AttributeSubmitTD {
    display: none !important;
}

.AttributesContainerTable {
    margin-bottom: 10px;
    padding-right: 5px;
    width: 225px;
    border-right: 1px solid #ddd;
    margin-top: 35px;
}

.AttributesRefineResultsTable {
    border-collapse: collapse;
    width: 100%;
}

.AttributesRefineResultsTableTR_Titl {
    height: 30px;
    width: 100%;
    background-color: #D0D0D0;
}

.AttributesRefineResultsTableTD_Title {
    display: block;
}

.RefineResultsTitleTable {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.RefineResultsTitleTableTD_Title {
    color: #898989;
    font-size: 18px;
}

#ClearAll {
    color: #717171;
    float: right;
}

.RefineResultsTitleTableTD_ClearAll {
    font-size: 10px;
    padding-right: 3px;
    text-align: right;
}

.AttributesRefineResultsTableTR_AttributeName {
    width: 100%;
}

.AttributesRefineResultsTableTD_AttributeName {
    font-weight: bold;
}

.AttributeRRTable {
    border-collapse: collapse;
    width: 100%;
}

.AttributeRRTableTD_AttributeName_Clear {
    font-size: 10px;
    text-align: right;
    width: 100%;
}

.AttributeRRTableTR_AttributeValue {
    background-color: none;
}

.AttributeRRTableTR_AttributeValue_Over {
    background-color: #DEDEDE;
}

.AttributeRRTableTD_AttributeValue {
    width: 100%;
}

.AttributeTableTD > table {
    width: 100%;
    border-collapse: collapse;
}

.AttributeTable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.AttributeTitleTR {
    color: #fff !important;
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.AttributeTitleTD {
    font-weight: bold;
    color: #000;
    text-align: left;
    position: relative;
    height: 25px;
    display: block;
    padding: 0px;
    line-height: 25px;
}

.AttributeExpandCollapseTD_IMG {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
}

.AttributeDescriptionTDClear {
    font-size: 10px;
    text-align: right;
}

.ItemAttributeValueTR {
    display: block;
}

.ItemAttributeValueTR input,
.ItemAttributeValueTR_Over input {
    vertical-align: middle;
}

.ItemAttributeValueTR_Over {
    background-color: #dedede;
    display: block !Important;
    cursor: pointer;
    width: 100%;
}

.ItemAttributeValueTD {
    width: 100%;
    display: block;
    padding-left: 10px;
}

.ItemAttributeValueTD a {
    color: #000;
    display: block;
}

.AttributeShowAllValuesTR {
    background-color: none;
    display: block !important;
    font-style: italic;
}

.AttributeShowAllValuesTR_Over {
    background-color: #C0C0C0;
    display: block !important;
    padding-left: 5px;
}

#AttributesContainerTableTD_RefineResults {
    width: 100%;
}

.AttributeShowAllValuesTD {
    width: 100%;
}

.ui-cluetip-content {
    width: 410px;
}

.P21SystemLSide {
    display: block !important;
}

@media screen and (max-width:917px) {

    #ISRTopSection {
        height: 145px;
    }

    #SearchWithin {
        width: 65%;
        margin-top: 20px;
    }

    #SearchWithinTextWrapper {
        width: 80%;
    }

    #CollapseAttrWrap {
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        position: absolute;
        width: 78px;
        bottom: 10px;
        right: 100px;
    }

    #CollapseAttr img {
        vertical-align: middle;
    }

    #CollapseAttr span {
        font-size: 16px;
    }

    .AttributeTitleTR {
        display: block;
        color: white;
    }

    .LSide, .LSide > tbody, #TRAttributes > td {
        width: 100%;
        display: block;
    }

    .AttributeExpandCollapseTD_IMG {
        display: none;
    }

    #CollapseAttrWrap .AttributesContainerTable {
        display: none;
        width: 290px;
        max-width: 400px;
        background: white;
        border-collapse: collapse;
        margin: 0px;
        position: absolute;
        z-index: 999999;
        top: 35px;
        right: 0px;
        box-shadow: 2px 2px 8px #888888;
        border: 1px solid #ddd;
    }

    .AttributesRefineResultsTableTR_Title {
        width: 100%;
    }

    .RefineResultsTitleTableTD_Title {
        padding: 5px;
    }

    .ItemSearchResults_PaginationLinksTD {
        text-align: left;
    }

    .ItemSearchResults_CaptionImage {
        display: none;
    }

    .ItemSearchResults_PaginationLinksTD {
        text-align: left;
    }

    .AttributeTitleTD {
        padding-left: 5px;
    }

    .AttributeScrollWrap {
        padding: 0px 5px;
    }

    .AttributesContainerTableTR_RefineResults {
        display: table-row;
        background-color: whitesmoke;
    }
}
