/*Search Bar Customizations*/
#pix-fe .form-search .search-container .search-input {
    padding: 22px;
}
#pix-fe .form-search .icon-search {
    top: 8px !important;
    right: 10px !important;
}
#pix-fe .zoey-nav-primary li.level-top:hover {
    border-radius: 50px;
}
/*Account Drop-Down Customizations*/
#pix-fe ul.zoey-account-links-content {
    border-radius: 10px;
}
/*Product Page CSS*/
#pix-fe .configurable-swatch-list .has-image .swatch-label {
    padding: 0 !important;
}
#pix-fe .product-options dt.swatch-attr label {
    color: #1C1A17 !important;
    font-size: 12px;
}
#pix-fe .swatch-label {
    background: #F9F8F7 !important;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1C1A17;
}
#pix-fe .configurable-swatch-list .swatch-label {
    padding: 4px 20px !important;
    border-radius: 8px;
    height: 32px !important;
    line-height: 2.4 !important;
    color: #777679;
}
#pix-fe .configurable-swatch-list .selected .swatch-link {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color:#FFFFFF;
}

#pix-fe .configurable-swatch-list .selected .swatch-label {
    background: #979799 !important;
    box-shadow: inset 0px 0.5px 4px rgb(0 0 0 / 48%);
    color: white;
}
#pix-fe .configurable-swatch-list .selected .has-image .swatch-label {
    background: none !important;
    box-shadow: none !important;
}
#pix-fe .cp-6144c648743f1549709055 .zoey-product-list .item:not(.item-header):nth-child(odd),
#pix-fe .zoey-product-list-container .zoey-product-list-products.is-table ul.zoey-product-list li.item:nth-child(odd):not(.item-header){
    background: rgba(0, 0, 0, 0.02) !important;
}
#pix-fe .price-box .minimal-price-link .label {
    text-transform: inherit !important;
}

/*Round Swatches*/
#pix-fe .swatch-label img {
    border-radius: 50px;
    border:1px #f5f5f5 solid;
}
#pix-fe .swatch-link.has-image .swatch-label {
    border-radius: 50px;
}
#pix-fe .configurable-swatch-list .selected .swatch-link {
    border-radius: 50px;
    outline: none !important;
}
#pix-fe a.swatch-link.has-image.float-container {
    border: none !important;
}
#pix-fe #configurable_swatch_color.configurable-swatch-list .selected img {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 1px 8px rgba(40, 41, 61, 0.58), 0px 2px 12px rgba(96, 97, 112, 0.4);
}

/*Mobile Fixes*/
#pix-fe input#search_mobile {
    padding: 10px;
}
#pix-fe .zoey-header-mobile-search .form-search button {
    margin-top: 7px !important;
}
/*Hide Invoices & Tracking*/
#pix-fe .info.tracking {
    display: none;
}
#pix-fe .info.invoices{
    display: none;
}
/*Hide Net Terms*/
#pix-fe .zoey-account-dashboard-net-term-summary {
    display: none;
}