/* Storefront Home */
.no-wrap {
    white-space:nowrap;
}


/* Header Search */
.filter-top {
    float:right;
}

    .filter-top * {
        float:left;
    }

    .filter-top .sort {
        height:22px;
        margin: 0px 8px;
        border-color: #b3b3b3;
    }

    .filter-top input {
        clear: none;
    }

.keyword-search {
    margin:0px 6px;
}

.search-textbox { 
    max-width:120px;
}

.search-icon {
    height: 16px;
    width: 16px;
    margin-left: -23px;
    margin-top: 2px;
}

.riTextBox[type="text"] {
    padding-right: 21px !important;
}

/* Left-hand Filter */
.search-wrapper {
    float: left;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    z-index: 10;
}

#search_value_div .search-filter-title {
    margin-left:5px;
    color:black;
    /*font-size: larger;*/
}

.search-area-pad .storefront-button {
    display:block;
    margin:5px;
}

.filter-section {
    margin-top: 8px;
}
.filter-section.first-section {
    margin-top: 0px;
}

.filter-control {
    float:left;
    clear:left;
}

.search-filter-title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.filter-control table td label {
    font-size: 14px;
    color: #000;
}

.search-wrapper #search_box {
    padding: 10px;
}

    .filter-control input {
        float:left;
        clear:left;
    }

    .filter-control table td {
        display: flex;
        margin-bottom:3px;
    }

        .filter-control table td label {
            margin-top: auto;
            margin-bottom: auto;
        }

.filter-reset {
    margin-left: 5px;
    text-transform:uppercase;
    font-size:10px;
}

.store-left-col {
    float: left;
}

.policy-holder {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.RadAjaxPanel {
    /*overflow:hidden;*/
}

.product-item .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color:#FFFFFF;
    background-color: transparent;
    text-align:center;
}

    .product-item .badge.sale {
        background-color: dodgerblue;
    }

    .product-item .badge .badge-text {
        line-height:40px;
        font-size:14px;
    }

.add-to-cart { 
    min-width:485px;
}

.limit {
    float:left;
    margin-left: 4px;
}

.limit-note {
    font-size:smaller;
    font-style:italic;
}

.purchase-count-notes {
    float: left;
    max-width: 40%;
    min-width: 33%;
}

.purchase-section .error-message { float:left; }

.form-row .addon-optional-control-row label { width:auto; }

#tools_wrapper.storefront-filter {
    float: left;
    position: relative;
    margin-top: 0px;
    border: none;
}

#tools_wrapper .close-tools {
    display:none;
}
    
/* Ribbons */
.ribbon-box {
    overflow: hidden;
    position: relative;
    min-height:75px;
    background: #fff;
    /*box-shadow: 0 0 15px rgba(0,0,0,.1);*/
}

/* common */
.ribbon {
    position: absolute;
    display: block;
    padding: 10px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
    }

.ribbon-top-left {
    top: 19px;
    left: -5px;
    transform: rotate(-40deg);
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        top:0px;
        width:100%;
        height:100%;
        background-color: #3498db;
    }

    .ribbon-top-left::before {
        right: 100%;
    }

    .ribbon-top-left::after {
        left: 100%;
    }

/* Storefront Home Results */
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
}
.cart-item-cell {
	padding-top:8px;
}

.not-available-message {
    color: #ff1f1f;
    font-size: 10px;
}
.available-message {
    color: #319f00;
    font-size: 10px;
    display: inline;
}

.cart-message {
	font-size: 10px;
	color: blue;
	font-style: italic;
	border: solid 1px red;
	padding: 2px 4px 2px 4px;
}
.remove-link {
	border: solid 1px #666666;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	font-size: 9px;
}
.cart-header-cell {
	border-bottom: solid 1px #AAAAAA;
}
.update-link {
	font-size:11px;
	font-style:italic;
	color:Blue;
}
.qty-limit {
	font-size:11px;
	font-style:italic;
	color:Blue;
}
.store-nav-link {
	font-size:14px;
	font-weight: bold;
}

.product-image-box {
	height:auto;
}
#product_list_gallery .product-image-box img {
	width:120px;
	height:auto;
	display:block;
}
.gallery-image-container {
    max-height: 200px;
    margin: auto;
    margin-bottom: 10px;
}
.product-image-link {
	display:block;
	color: blue;
	/*	font-family: Arial, Sans-Serif; */
	font-size: 9px;
	text-decoration: none;
	white-space: nowrap;
}
#product_list_gallery .product-image-link {
	display:none;
}
.test-flag {
	color: red;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px red;
	padding: 0px 5px 0px 5px;
}
.product-gallery-image {
position:relative;
height:200px;
}

/********* NEW STUFF ***********/
.header-row .results-text {
	float:left;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	color: rgb(102, 102, 102);
line-height:24px;
}
.no-results{
    color: rgb(102, 102, 102);
    padding: 3px 5px;
    margin: 6px 15px 5px;
    overflow:auto;
}
.notice {
	float:left;
	width:450px;
	height:68px;
	padding-left:80px;
	padding-top:10px;
	background-image:url(/images/member_directory/member-directory-icons.png);
	background-repeat:no-repeat;
	background-position:0px -355px;
}
#content_column .product-search-button,
#product_list_gallery .gallery-product-buttons a {
	background-image:url(/images/storefront/store_sprite.png) !important;
	background-repeat:no-repeat !important;
	background-color:#e8e8e8 !important;
	border:1px solid #acacac !important;
	color:#000000 !important;
	border-radius:5px;
	font-size: 12px;
    padding: 5px 10px;
    padding-left:30px;
    text-decoration:none;
}

.cart-button {
	background-image:none !important;
	padding:5px 8px !important;
	font-size:12px !important;
	font-weight:bold;
}
.gallery-product-buttons .cart-button,
.gallery-product-buttons .storefront-button {
	background-image:none !important;
	padding:6px 4px !important;
	font-size:12px !important;
	font-weight:bold;
}
.storefront-button {
    font-size: 13px;
    font-weight: bold;
    color:#FFFFFF;
    background-color:dodgerblue;
    padding:6px 6px;
    margin-left: 10px;
    text-decoration: none;
    text-align:center;
}

.standard-order-link {
    float:left;
    margin-left:20px;
}

.featured-products-button.disabled, .featured-products-button.disabled:hover,
.specials-button.disabled, .specials-button.disabled:hover,
.categories-button.disabled, .categories-button.disabled:hover,
.product-search-button.disabled, .product-search-button.disabled:hover,
.cart-button.disabled, .cart-button.disabled:hover {
    color: #999 !important;
    background-color: #e8e8e8 !important;
    cursor: text;
}
.product-search-button:hover,
.cart-button:hover {
	background-color:#c2c2c2 !important;
}
.product-search-button {
	background-position:-13px -253px !important;
}
.product-status {
	font-size:11px;
	height:17px;
	float:left;
}
.status-text {
	padding:2px 20px 2px 3px;
}
.status-text {
	margin-left:3px;
}
.ribbon.available-message,
.ribbon.not-available-message {
	background-color:transparent;
}
.product-item {
    width:25%;
    float: left;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
box-sizing:border-box;
}

.product-item.ui-med {
width:33.33%;
}
.product-item.ui-small {
width:50%;
}
.product-item div {
    width:100%;
}

/*** CATEGORIES **/
#category_wrapper {
	margin-top:10px;
}
#category_wrapper .image-control-image {
	max-width:225px;
	height:auto;
}

.image-control-image.detail-image {


    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
top:0px;
left:0px;
right:0px;
bottom:0px;
position:absolute;
}


.category-wrapper {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.image-bounds {
	position:absolute;
	top:10px;
	right:10px;
	top:10px;
	bottom:10px;
	overflow:hidden;
}
.inner-image-bounds {
	position:relative;
	text-align:center;
	width:225px;
}
.category-image-container {
	width:225px;
	background-color:#ebebeb;
	border:1px solid #ababab;
	padding:10px;
	overflow:hidden;
	height:200px;
	position:relative;
	text-align:center;
	cursor:pointer;
}
.category-link-container {
	clear:left;
	text-align:center;
	margin-top:5px;
}
.category-link-container a {
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
.category-link-container a:hover {
	color:#666;
}
.gallery-text-container {
	float:left;
	width:100%;
    text-align:center
}
#product_list_gallery {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

#product_list_gallery .product-name,
#product_list_gallery .gallery-price-range,
#details_right .product-name {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
#details_right .product-name {
	font-size:18px;
	float:left;
}

#details_status_panel {
    float: left;
    margin-left: 10px;
}
#product_list_gallery .gallery-price-range {
	/*width:80px;*/
	text-align:center;
	float:left;
	margin-top:5px;
}
#product_list_gallery .gallery-product-buttons {
	width:100%;
	clear:left;
}
    #product_list_gallery .gallery-product-buttons .product-status {
        margin-bottom: 15px;
    }
#product_list_gallery .gallery-product-buttons a { 
	display:inline-block; 
	width:47%; 
	text-align:center;
	box-sizing:border-box;
	transition:all .5s ease;}
#product_list_gallery .gallery-product-buttons a.view-button { 
	margin-right:5%;
}
#product_list_gallery .gallery-product-buttons a:first-child { 
	float:left; 
}
#product_list_gallery .gallery-product-buttons a:last-child { 
	float:right; 
}
#product_list_gallery .gallery-product-buttons a:hover {
	background-color: #cdcdcd !important;
}
.product-bottom-container {
	clear:left;
	width:100%;
	margin:10px 0px;
}
#product_list_gallery .product-short-description {
	overflow:hidden;
    text-align:center;
}
#product_list_gallery .gallery-title-container .product-name a {
    text-decoration:none;
    color:black;
}

#details_left,
#details_right {
    float: left;
    display:table-cell;
}
#details_left {
	/*width:300px;*/
    max-width:300px;
	margin-right:10px;
}
#details_left .product-image-box img {
	width:auto;
	max-width:280px;
	max-height:280px;
	height:auto;
	cursor:pointer;
}
#details_right {
    max-width: 70%;
}
#product_thumbnails {
	clear:left;
	margin:10px auto;
	/*width:280px;*/
    max-width:280px;
}
#product_thumbnails div {
	float:left;
	margin-right:10px;
	max-height:100px;
	overflow:hidden;
	border:1px solid #acacac;
	background-color:#e8e8e8;
	box-sizing:border-box;
	padding:3px;
	margin-bottom:10px;
}
.thumbnail-container {
	height:75px;
	overflow:hidden;
}
.details-thumbnail {
	width:75px;
	height:auto;
	cursor:pointer;
}
/*.product-image-container {
	padding:10px;
	background-color:#e8e8e8;
	border:1px solid #acacac;
	box-sizing:border-box;
}*/
.product-details-description {
	clear:left;
	width:90%;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}
.details-price-status {
	clear:left;
	margin:10px 0px;
}
.details-price {
	font-size:16px;
	font-weight:bold;
	color:#333;
}
/*.variations-table  {
	margin:10px 0px;
	border-collapse:collapse;
}
.variations-table td {
	border:1px solid #000000;
	padding:4px;
	
}*/

.header-row {
    margin-bottom: 5px;
}
#product_details {
    margin: 0px;
    padding-top: 0px;
    overflow:initial;
}

.product-admin-image {
	width:120px;
	height:auto;
}
.cart-contact-title {
    clear:left;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	margin-bottom:5px;	
}
.cart-contact-box {
	padding:10px;
	clear:left;
	float:left;
	margin-bottom:20px;
	border-radius:5px;
}

#shipping_information .cart-contact-box {
    background-color: #f1f1f1;
}

#gift_information {
    color:black;
}

#summary_information .cart-contact-box {
    color: grey;
    font-size: 12px;
    width: 300px;
    position: relative;
}
    #summary_information .cart-contact-box .summary-title {
        color: black;
    }

    #summary_information .cart-contact-box a {
        float: right;
    }

.cart-contact-box .form-row .field-label {
	text-align:left;
}
.cart-contact-box .edit-link {
    position: absolute;
    top: 30px;
    right: 10px;
    height: 16px;
    width: 16px;
    padding: 1px;
    background-image: url(/images/icons/admin_icons.png);
    background-repeat: no-repeat;
}
.admin-option-panel {
	margin-left:15px;
}
.gift-text-input .form-row .field-label,
.gift-text-input .form-row label {
	text-align:left;
    font-weight:bold;
}
.summary-text-container {
	margin-top:20px;
	width:90%;
	float:left;
}
.summary-table {
	border:1px solid #000000;
	margin-left:15px;
}
.summary-table td,
.summary-table th {
	padding:5px;
}
.summary-table th {
	background-color:#f2f2f2;
	font-weight:bold;
}
.summary-title {
    display:inline-block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
i.material-icons {
    vertical-align:middle;
}

.summary-spacer {
	margin-bottom:20px;
}
.inner-summary {
	width:280px;
}

.cart-info-panel {
    float: right;
    margin-left: 3px;
    height:28px;
}

    .cart-info-panel * {
        float: left;
    }

.big-cart-link-container {
    position: relative;
    /*z-index: 98;*/
}
    .big-cart-link-container a {
        background-image: url(/images/storefront/cart.svg);
        background-repeat: no-repeat;
        height: 25px;
        width: 30px;
        padding: 0px 1px;
    }
/*.big-cart-link {
	background-image:url(/images/storefront/plain_cart.png);
	height:31px;
	width:42px;
	background-repeat:no-repeat;
	padding:8px 21px;
}

.cart-link { padding:0px 1px;}*/

#cart_link a {
    background-image: url(/images/storefront/cart.svg);
    background-repeat: no-repeat;
}

.cart-link .badge {
    position: absolute;
    top: 10px;
    right: 3px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: dodgerblue;
    text-align: center;
    line-height: 14px;
    padding: 1px;
}

.cart-link .badge .badge-text {
    font-size:small;
    float:none;
    margin-right:0px;
}

/***Shopping Cart Edit Page **/
.info-panel, .cart-panel {
    padding: 6px;
}

    .info-panel, .info-panel a.login-link {
        font-size: 14px;
        color: Red !important;
    }

        .info-panel a.login-link {
            text-decoration: underline;
            margin-top: 10px;
        }

.login-info-panel {
    clear: left;
    margin: 10px 0px 10px 0px;
}

.final-cart-image .product-image-box img {
    max-width: 120px;
    height: auto;
}
.cart-quantity input {
	float:right;
}
.cart-quantity {
	width:90px;
}
.quantity-header {
	text-align:right;
}
.summary-table td.product-name-cell {
	padding:5px 10px;
}
.cart-update-link,
.cart-remove-link {
	background-image:url(/images/storefront/store_sprite.png);
	background-repeat:no-repeat;
	background-position:8px -375px;
	height:16px;
	width:22px;
	padding:12px 1px;
	float:right;
	color:#3d7f15;
	font-size:8px;
	text-align:center;
	text-decoration:none;
}
.cart-remove-link {
	background-position:6px -437px;
	color:#F00;
}
.cart-variations {
	color:#0072df;
}
.cart-price-cell {
	font-weight:bold;
	vertical-align:top;
}
.formatted-ext-price {
	font-weight:bold;
	margin-right:5px;
}
.final-cart-name {
	font-weight:bold;
}
.summary-table td.final-ext-price-cell {
	padding-right:10px;
}
.final-cart-row td{
	border-bottom: 1px solid #AAA;
}
.final-cart-table {
	margin-top:10px;
	margin-left:0px;
}
.summary-table td.final-cart-total {
	padding-right:35px;
}
.order-button-cost {
    font-size:15px;
    font-weight:bold;
    float:left;
    margin-left:30px;
}

.order-button-table td {
	padding-bottom:10px;
}
.plt { display:none; }

.info-panel-left {
	float:left;
}
.info-panel-right {
	float:right;
}
.clear-cart-button {
	float:right;margin-right:20px;
}
.specials-variations-size-color {
	color: #0072DF;
}
.gallery-description-container {
	clear:left;
	float:left;
	margin-top:5px;
    width:100%;
}
.specials-gallery .product-bottom-container {
	position: absolute;
	bottom: 0px;
	float:left;
	width:95%;
}
.specials-gallery .gallery-price-range {
	margin-bottom:10px;
}
#production_variations_table {
	float:left;
    clear:left;
	min-width:300px;
	max-width:350px;
}
.inventory-admin-filter a {
	margin-bottom:5px;
}

.vertical-list-label {
    vertical-align:top;
}

/* Product Manager */
.manager-button { float:left; }

.manager-search-wrapper label {
    width: 100px;
}

.manager-search-wrapper .user-form .form-row input[type=radio] + label, 
.manager-search-wrapper .admin-form .form-row input[type=radio] + label, 
.manager-search-wrapper .admin-form .form-row input[type=checkbox] + label {
    padding: 0px 3px 0px 15px;
}

.manager-table td a.contact-link {
    background-image: none;
    width: auto;
    height: auto;
    margin-left: auto;
}

/* Paging */
.results {
    display:inline-block;
}

.header {
    float:left;
}

.paging {
    float:right;
}

.documents-link {
    background-position: -708px -417px;
}

.product-list-results {
    overflow:hidden;
}

/* Shipping Matrix */

.manager-button-panel.shipping-matrix-manager .manager-button {
    padding-bottom:5px; /*slightly more space to fit text*/
}

.shipping-price-matrix, .shipping-price-matrix td {
    border-spacing: 0px;
    border-collapse: collapse;
}

    .shipping-price-matrix.display, .shipping-price-matrix.display td {
        border: 1px solid black;
    }
        .shipping-price-matrix.display td {
            white-space: nowrap;
        }
.hidden {
    display: none;
}

.shipping-price-matrix .matrix-header-row {
    font-size: larger;
    font-weight: bold;
}

.shipping-price-matrix .matrix-header-row td {
    word-break: break-word;
    min-width: 50px;
    border: 1px solid black;
    white-space:initial;
}
    
.shipping-price-matrix td.assigned {
    background-color: lawngreen;
}

.shipping-price-matrix td.unassigned {
    background-color: orange;
}

.shipping-price-matrix input {
    width:100%;
    box-sizing:border-box;
}

.repeater-container {
    min-height: 80px;
    position: relative;
    overflow: auto;
}

.shipping-price-matrix,
.repeater-content {
    float: left;
    overflow: auto;
    max-width: 90%;
}

.repeater-manage {
    float: left;
}

    .repeater-manage a {
        position: absolute;
        bottom: 0px;
    }

/* Region map legend */
#legend_container {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}

    #legend_container .legend-label {
        float: left;
        margin-right: 10px;
        font-size: 13px;
        color: #a8a8a8;
        line-height: 20px;
    }

    #legend_container .badge {
        float: left;
        margin-right: 5px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

        #legend_container .badge.selected {
            background-color: #00f812;
        }

        #legend_container .badge.claimed {
            background-color: red;
        }

        #legend_container .badge.unclaimed {
            background-color: grey;
        }

.map-area {
    float: left;
    max-width: 1000px;
    overflow: hidden;
}

#world_map {
    max-height: 430px;
    overflow: auto;
}

.list-area {
    background-color: lightgrey;
    float: right;
    max-width: 11%;
    max-height: 420px;
    overflow: auto;
}

#map_size_container {
    height:22px;
}

.plus, .minus {
    background: #292929;
    padding: 4px;
    margin: 2px 4px 2px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    border-radius: 3px 3px 3px 3px;
    line-height: 10px;
    text-align: center;
}

.minus {
    margin-left: 25px;
    padding-right: 5px;
    line-height: 7px;
}

/* Checkout */
.checkout-cards {
    float: left;
    max-width: 70%;
}

    .checkout-cards .card-icon-container {
        display: flow-root;
        cursor: pointer;
        clear: left;
        padding-bottom: 5px;
    }

        .checkout-cards .card-icon-container.complete {
            color: cornflowerblue;
        }

        .checkout-cards .card-icon-container.disabled {
            color: darkgrey;
        }

    .checkout-cards .card-icon-container * {
        float:left;
    }

    .checkout-cards .card-icon-container i {
        border: 2px solid;
        padding: 3px;
        border-radius: 50%;
    }

    .checkout-cards .card-icon-container.complete i.card-icon {
        border: none;
        padding: unset;
        font-size: 34px;
    }

    .checkout-cards .card-icon-container label {
        padding-left:5px;
        line-height:34px;
    }

    .checkout-cards .card-icon-container .expander {
        float: right;
        transform: rotate(180deg);
    }

        .checkout-cards .card-icon-container.content-hidden .expander {
            transform: none;
        }

        .checkout-cards .card-icon-container .expander i {
            border: none;
        }

    .checkout-cards .card-footer {
        clear: left;
        padding-bottom: 40px;
    }

    .checkout-cards .back-link {
        font-size:12px;
        text-decoration: none;
        color: grey;
    }

    .checkout-cards .next-button {
        font-size: 12px;
        color: white;
        float: right;
        background-color: #0073a9;
        border-radius: 5px;
        padding: 10px;
        text-decoration: none;
    }

.checkout-cards,
.checkout-cart {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.checkout-cart {
    max-width: 50%;
    max-width: 400px;
    border: 1px solid black;
    color: black;
    padding: 4px;
    margin-left: 40px;
}

    .checkout-cart .edit-link {
        float:right;
        color:black;
    }

    .checkout-cart tr td {
        padding-bottom: 4px;
    }

    .checkout-cart .title {
        font-size: 16px;
        font-weight:bold;
    }

    .checkout-cart .product-name {
        font-size: 14px;
        font-weight:bold;
    }

    .checkout-cart .checkout-description {
        font-size: 12px;
    }

    .checkout-cart .extra-info {
        font-size:12px;
    }

    .checkout-cart .quantity {
        font-size: 12px;
        font-weight: bold;
    }

    .checkout-cart .price {
        font-size: 14px;
        font-weight: bold;
    }

.card-content {
    margin-left:3px;
}

#sc_container.small .checkout-cart {
    margin-left: 0px;
}

#sc_container.tablet .checkout-cart {
    max-width: 300px;
    margin-left: 10px;
}

#sc_container.med .checkout-cart {
}

/* Inventory Variations */
.combinations div {
    float:left;
    padding-right:2px;
}

.combinations input.other-variation {
    float: left;
    clear: left;
    margin-bottom: 2px;
}

.combinations .number-style {
    margin-top:2px;
}

@media (max-width : 767px) {
    /* Header */
    .big-cart-link-container a {
        position: relative;
        top: -2px;
    }

    /* Product List */
    .filter-top select {
        width: initial;
        max-width: 100px;
        margin: 0px 8px;
    }

    .filter-top input {
        clear: none;
    }

    #tools_wrapper.storefront-filter {
        width: 100%;
        clear: both;
    }

    #tools_wrapper .close-tools {
        display: initial;
    }

    .search-wrapper {
        float: none;
        border: 1px solid #000000;
        background-color: #FFFFFF;
        z-index: 10;
    }

    #search_value_div .search-filter-title {
        font-size: smaller;
        margin-left: 0px;
        padding: 3px;
        border-bottom: 1px solid black;
    }

    #search_value_div .filter-section.expanded .search-filter-title {
        border-bottom: none;
    }

    .filter-control {
        width: 100%;
        border-bottom: 1px solid black;
    }

    .filter-section .filter-control {
        display: none;
    }

    .filter-section.expanded .filter-control {
        display: initial;
    }

    .filter-section .search-filter-title::before {
        float: left;
        content: "^";
        transform: rotate(180deg);
        margin-right: 4px;
    }

    .filter-section.expanded .search-filter-title::before {
        transform: none;
    }

    .product-item {
        width: 100%;
    }

    #product_list_gallery .gallery-title-container .product-name a {
        text-decoration: initial;
        color: initial;
    }

    /*Product Details*/

    .product-details-header .cart-info-panel {
        position: absolute;
        right: 0px;
    }

    .product-item.ui-small {
        width: 100%;
    }

    #product_thumbnails.hide-small {
        display: none;
    }

    #details_left, #details_right {
        display: block;
        width: 100%;
        max-width: 100%;
    }
        #details_left .product-image-box {
            text-align:center
        }

        #details_left .product-image-box img {
            max-height: 300px;
            display: block;
            margin: auto;
        }

    .ribbon-box {
        display: inline-block;
        min-height:100px;
        min-width:100px;
    }

    .product-details-description {
        width: 100%;
    }

    #details_right input[type=radio] {
        margin-left: 5px;
    }

    #details_right .form-row input[type="radio"] + label {
        padding-top: 0px;
    }

    .order-button-cost {
        margin-left: 0px;
    }

    .add-to-cart {
        min-width: 100%;
    }

    .purchase-count-notes {
        min-width: 100%;
        max-width: 100%;
    }

    .standard-order-link {
        margin-top: 5px;
        margin-left: 0px;
        width: 95%;
    }

    .checkout-button {
        position: fixed;
        bottom: 60px;
        left: 0;
        height: 30px;
        width: 100%;
        z-index: 98;
        font-size: 14px;
        margin-left: 0px;
        padding-top: 15px;
    }

    /* Cart */
    .info-panel, .cart-panel {
        padding: 1px;
    }

    .cart-quantity {
        width:60px;
    }
        .cart-quantity input {
            width:inherit;
        }

    .final-cart-image .product-image-box img {
        max-width: 80px;
    }

    .final-cart-row td, .summary-table td.product-name-cell {
        padding:2px;
    }

    /* Checkout */

    .checkout-cards,
    .checkout-cart {
        float: none;
        border: none;
        padding: 0px;
    }

    .checkout-cards {
        width: 100%;
        max-width: 100%;
    }

        .checkout-cards .next-button {
            margin-right:10px;
        }

        .checkout-cart table {
            clear: left;
            padding: 3px;
        }

    .cart-contact-box {
        padding:0px;
    }

    #shipping_information select {
        width:100%;
    }
    .store-left-col,
    .policy-holder {
        width: 100%;
        clear: both;
    }
    .policy-holder {
        text-align:right;
        padding-right:10px;
        box-sizing:border-box;
    }

    .RadAjaxPanel {
        clear:left;
    }
}