@charset "utf-8";
/* CSS Document */

/*************************/
/****** 01 Sitewide ******/

/**** Promo Ribbon Banner ****/
/*******************************/
.header_ribbon_promos {padding:10px 0;}

@media screen and (max-width:600px){
.header_ribbon_promos {display:flex;flex-direction:row;justify-content:space-around;align-items:center;}
.header_ribbon_promos .header_ribbon_promos_content {display:block;width:auto;margin-left:6px;}
.header_ribbon_promos .close-promo-ribbon svg {margin-right:6px;margin-top:0;position:relative;margin-left:10px;}
}

/**** Cookie Warning Banner ****/
/*******************************/
.header-message {position:fixed; bottom:0; right:0; left:0; width:100%; background:transparent; z-index:9999999;}
.cookie-warning-banner-view.alert {width:100%; margin:0 auto; min-height:60px; background:#333333; border-radius:0; display:flex; flex-direction:row; justify-content:space-between; align-items: center; padding:18px 40px; -moz-box-shadow:0 0px 6px rgba(0,0,0,0.35); -webkit-box-shadow:0 0px 6px rgba(0,0,0,0.35); box-shadow:0 0px 6px rgba(0,0,0,0.35);}
.header-message .cookie-warning-banner-view::before, .header-message .cookie-warning-banner-view::after {display:none;}
.cookie-warning-banner-view.alert div {color:#fff;font-size:12px;line-height:1.2;text-align:left;margin:0 0 0 120px;}
.cookie-warning-banner-view-close-button {font-size:26px; font-weight:600; color:#333333; line-height:26px; width:26px; height:26px; position:relative; top:auto; right:auto; display:block; flex-grow:0; flex-shrink:0;}

@media screen and (max-width:800px){
.cookie-warning-banner-view.alert div {margin:0;}
}

@media (hover: none) and (pointer: coarse) {
.cookie-warning-banner-view.alert div {margin:0;}
}

/**** 404 Page ****/
/******************/
.error-management-page-not-found {text-align: center;margin-top:140px;width:100%;max-width:720px;padding:0 12px;}
.error-management-page-not-found-title {font-size:34px;font-weight:600;color:#e12727;letter-spacing:-0.025rem;}
.error-management-page-not-found-title2 {font-size:16px;font-weight:500;color:#77787b;margin-top:6px;letter-spacing:-0.025rem;}
.error-management-page-not-found-title3 {margin-top:58px;font-size:13px;font-weight:500;margin-bottom:0;color:#000000;}
.error-management-page-not-found-action-buttons {margin-top:24px;}
.home-page-action, .contact-us-action {width:280px;height:34px;margin:0 0 16px;border-radius:4px;}
.home-page-action a, .contact-us-action a {font-size:15px; letter-spacing:-0.025rem;font-weight:500;}
.contact-us-action {border:1px solid #77787b;}
.contact-us-action a {color:#77787b;}
.home-page-action:active {background:#e12727;}
.contact-us-action:active {background:#77787b;}
.home-page-action:active a, .contact-us-action:active a {color:#fff;}

@media screen and (max-width:1024px){
.error-management-page-not-found-title3 {display:none;}
.error-management-page-not-found-action-buttons {display:inline-grid;}
}

@media screen and (max-width:600px){
.error-management-page-not-found {margin-top:50px;padding:0 10px;}
.error-management-page-not-found-title {font-size:26px;font-weight:600;color:#e12727;letter-spacing:-0.025rem;}
.error-management-page-not-found-title2 {font-size:14px;font-weight:500;color:#77787b;margin-top:6px;}
.error-management-page-not-found-title3 {}
}

/**** Related Items Widget (PDP, Add to Cart window, Cart) ****/
/**************************************************************/
.customer-viewed-bought-title {margin-bottom:19px;}
.item-relations-correlated-row {border-bottom:1px solid #dcddde; width:100%; padding-bottom:26px;}
.item-relations-correlated-row div[itemprop="itemListElement"] {flex-direction:column; text-align:left;margin-right:15px;}
.item-relations-correlated-row .item-relations-related-item-thumbnail {order:0;}
.item-relations-correlated-row .item-relations-related-item-price {order:3; margin:0;}
.item-relations-correlated-row .item-relations-related-item-price .product-views-yourprice-tag {display:none;}
.item-relations-correlated-row .item-relations-related-item-price .product-views-price-lead {font-size:16px;font-weight:600;letter-spacing:-0.01rem;}
.item-relations-correlated-row .item-relations-ratings {order:1;}
.item-relations-correlated-row .item-relations-ratings .global-views-star-rating {margin:0 auto 4px;}
.item-relations-correlated-row .customer-also-bought-title {order:2; font-size:12px;line-height:14px; letter-spacing:-0.01rem; height:45px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:3;}
.item-relations-correlated-row .bx-controls, .item-relations-correlated-row .bx-controls .bx-controls-direction {margin:0;}


/**** Recently Viewed ****/
/*************************/
.product-details-recently-review {padding:0;margin:40px 0;}
.product-details-recently-review h3 {margin-bottom: 12px;}
.product-details-recently-review .recently-view-items-section {overflow-x:auto;overflow-y:hidden;padding-bottom: 4px; width:100%;}
/** Recently Viewed Scrollbar **/
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar {width:7px;border-radius:20px;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-track {background:#fff;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-thumb {background:#dcddde;border-radius:20px;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-thumb:hover {background:#a7a9ac;}
.product-details-recently-review .recently-view-items-section::-webkit-scrollbar-track-piece {background:#fff;border:1px solid #dcddde;border-radius:20px;margin-bottom:10px;}


/************************/
/* User1st Accessibilty */
.u1st .u1st_accBtn {bottom:2px !important;left:2px !important;top:auto !important; font-size:14px !important; padding:7px 20px !important;opacity: 0.95 !important;}

/*** Header Fixes, don't use until ALL done ***/
.header-subheader-options li a, .header-subheader-options li a:visited {color:#dcddde;}
.header-subheader-options li a:hover, .header-subheader-options li a:active, .header-subheader-options li a:focus {color:#fff;}
.header-subheader-options li:nth-last-child(2) a {pointer-events:none;}

.header-main-nav .header-main-nav-container {padding-top:6px;}
/** Menu Toggle Button **/
.header-sidebar-toggle-wrapper {margin:0;width:auto;}
.header-sidebar-toggle {height:34px;width:110px;justify-content: center;margin-right:18px;border-radius:4px;font-weight:600;}
.header-main-nav button i.header-sidebar-toggle-icon {font-size:0;line-height:0;margin-right:13px;}
.header-main-nav button i.header-sidebar-toggle-icon:before {content:'';display: inline-block;width:19px;height:14px;background-image: url('/site/sca-menu-lines.png');background-repeat:repeat-x;background-size:1px;}
/** Search Bar **/
.site-search {padding-top:0 !important;}
.site-search-content {width:100%;height:34px;}
.nav-search-content-input, .site-search-content-input {width: calc(100% - 44px);}
.nav-search-content-input span, .site-search-content-input span {width:100%;}
.site-search-content-input .itemssearcher-input {border-radius: 4px 0 0 4px; padding:7px 12px 7px; font-size:14px; line-height: 1;width: calc(100% - 24px);}
input.nav-search-input, input.itemssearcher-input {width: calc(100% - 24px);}

.nav-search-input-reset, .site-search-input-reset {z-index: 900;padding:0;width:auto;height:100%;position: absolute;top:0px;right:12px; background:none; line-height: 1; display: none !important; align-items:center;}
.site-search-input-reset-icon:before {color:#a7a9ac;}

.site-search-button-submit {padding:0;width:43px;height:34px;display: flex;justify-content: center;align-items: center;border-radius:0 4px 4px 0; background:none;background-color:#e12727; background-image:linear-gradient(#EE4826, #E12727);}
.nav-search-button-submit:hover, .site-search-button-submit:hover, .nav-search-button-submit:focus, .site-search-button-submit:focus {background:none; background-image:none;background-color:#ee4826;}
.site-search-button-icon {font-size:0;line-height:0;}
.icon-cell-quick-view-icon:before, .nav-search-input-icon:before, .site-search-input-icon:before, .site-search-button-icon:before {content:'';display:inline-block; width:20px; height:20px; background-image:url('/site/sca-search-mag.png'); background-repeat:no-repeat; background-size:20px; background-position:center center;}

/** Item Search Results **/
/*Contains results*/.item-results, .itemssearcher-item-results, .quick-add-item-results {padding:0;margin:0;margin-bottom:12px;}
/*Results Image container*/.item-results-image, .itemssearcher-item-results-image, .quick-add-item-results-image {display:none;}
/*Results title*/.item-results-title, .itemssearcher-item-results-title, .quick-add-item-results-title {font-size:14px;}
/*Pre-results text/See All text*/.all-results, .no-results, .searching, .itemssearcher-item-searching, .quick-add-item-searching, .itemssearcher-item-no-results, .quick-add-item-no-results, .itemssearcher-item-all-results {font-size:14px;}


/** SignReg Button **/
.header-profile-menu-login-container {height:34px;display: flex;align-items: center;border-radius: 4px; margin:0;margin-left:18px;}
.header-profile-menu-login {padding:0 12px;}
.header-profile-menu-login li {font-weight:700;font-size:14px;line-height:1;}
.header-profile-menu-login li:nth-child(2) {font-weight:normal;}
/** Account Button **/
.header-right-menu .header-profile-welcome-link {height:34px;width:148px;padding:0 12px 0 14px;margin-left:18px;border:1px solid #141419;border-radius:4px;display:flex;flex-direction:row;flex-wrap:wrap;align-items: center;justify-content: flex-start;}
.header-right-menu .header-profile-welcome-link:hover {border:1px solid #6e6e84;}
.header-right-menu .header-profile-welcome-link:after {content:'';display:block;border-top:6px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent;position: absolute;right:12px;top:14px;}
.header-right-menu .header-menu-profile.open .header-profile-welcome-link:after {content:"×"; display:block; left:auto; margin:0; position:absolute; top:0;border:none;font-size:18px;line-height:32px;}
.header-right-menu .header-menu-profile.open .header-profile-welcome-link {color:#fff; border:1px solid #6e6e84;}
.header-right-menu .header-profile-welcome-link span {font-size:10px !important;font-weight:500;width:100%;line-height:1;letter-spacing:-0.02rem;}
.header-right-menu .header-profile-welcome-link .header-profile-welcome-link-name {font-size:14px;font-weight:700;line-height:1;position:relative;top:-4px;}


/** Header Cart Button **/
.header-menu-cart {margin:0;}
.header-mini-cart-menu-cart-link {height: 34px; width:130px; display: flex; align-items: center; justify-content: center; margin:0; margin-left:9px; border-radius: 4px;}
.header-mini-cart-menu-cart-icon {max-width: 28px; margin-right: 5px;}
span.header-mini-cart-menu-cart-legend {margin:0;padding:0;line-height: 1; width:82px; font-size:14px; font-size:0.933rem; font-weight:700; letter-spacing:-0.015rem; text-align:center; display:block !important;}
span.header-mini-cart-menu-cart-legend-mobile {display: none;}
.header-mini-cart-menu-cart-count {font-size:1.2rem;}

/** Header button Border Coloration **/
.header-sidebar-toggle, .header-profile-menu-login-container, .header-mini-cart-menu-cart-link {border:1px solid #141419;}
.header-sidebar-toggle:hover, .header-profile-menu-login-container:hover, .header-mini-cart-menu-cart-link:hover {border:1px solid #6e6e84;}

/* Breadcrumb */
.global-views-breadcrumb {font-size:10px;}
.breadcrumb-item a, .breadcrumb-item-active a, .global-views-breadcrumb-item-active a, .global-views-breadcrumb-item a {font-size:10px;}
.breadcrumb-item-active, .global-views-breadcrumb-item-active {font-size:10px;letter-spacing:-0.015rem;font-weight:700;font-style:italic;color:#77787b;}

/* Sidebar Menu */
.header-sidebar-menu-wrapper a:hover span {color: #141419;}
.header-sidebar-menu-wrapper a:hover, .header-sidebar-menu-wrapper a:focus, .header-sidebar-profile-menu a:hover, .header-sidebar-profile-menu a:focus {background:#e6e6e7;}
@media (hover:none) {.header-sidebar-menu-wrapper a:hover, .header-sidebar-menu-wrapper a:focus, .header-sidebar-profile-menu a:hover, .header-sidebar-profile-menu a:focus {background:none;}}

/* Mini Cart */
.header-mini-cart {border-radius: 2px;box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.4);border:none;position: absolute;right:0;top:41px;padding:0;width:320px;}
.header-mini-cart:before {content:'';border-bottom:7px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;position:absolute;top:-7px;right:100px;}
.header-mini-cart-subtotal {padding:12px 0 8px;display: flex;justify-content:center;margin-bottom:10px;border-bottom:1px solid #dcddde;}
.header-mini-cart-subtotal-items {font-size:15px;font-weight:500;letter-spacing:-0.02rem;color:#77787b;}
.header-mini-cart-subtotal-amount {padding:0;margin-left:8px;font-size:15px;color:#a2b427;letter-spacing:-0.03rem;font-weight:600;}
.header-mini-cart-container {padding-left:15px;margin:0;margin-right:9px;max-height:282px;}
.header-mini-cart-item-cell {margin-bottom:10px;margin-right:16px;}
.header-mini-cart-item-cell-image {width:auto;}
.header-mini-cart-item-cell-image img {width:60px;height:60px;line-height:1;position:relative;top:1px;}
.header-mini-cart-item-cell-details {width:203px;padding:0 0 0 10px;line-height:1;}
.header-mini-cart-item-cell-title-navigable {font-size:13px;line-height:15px;font-weight:500;letter-spacing:-0.015rem;margin-bottom:3px;display:block;}
.header-mini-cart-item-cell-product-price {font-size:11px;color:#a2b427;font-weight:600;margin-bottom:3px;}
.header-mini-cart-item-cell-product-qty {font-size:11px;line-height:1;}
.header-mini-cart-item-cell-quantity-label, .header-mini-cart-item-cell-quantity-value {font-size:11px;letter-spacing:-0.01rem;font-weight:500;}
.header-mini-cart-item-cell:last-child {border-bottom:none;}
.header-mini-cart-buttons {border-top:1px solid #dcddde;padding:15px 15px 20px;display: flex;justify-content: space-between;}
.header-mini-cart-buttons-left {padding:0;width:auto;display:block;}
.header-mini-cart a.header-mini-cart-button-view-cart {width:125px;height:32px;padding:0;font-size:13px;letter-spacing:-0.025rem;display:flex;justify-content: center;align-items: center; background:#efefef;border:1px solid #a7a9ac;border-radius:4px;}
.header-mini-cart a.header-mini-cart-button-view-cart:hover {background:#dcddde;color:#000;border:1px solid #a7a9ac;}
.header-mini-cart .header-mini-cart-button-checkout {height:32px;width:155px;font-size:13px;letter-spacing:-0.025rem;font-weight:600;padding:0 15px 0 13px;display:flex;justify-content: space-between;align-items: center;background:#e12727;background-image:linear-gradient(#EE4826, #e12727);border:1px solid #e12727;}
.header-mini-cart .header-mini-cart-button-checkout:hover {background:#ee4826;}
.mini-cart-secure-checkout {font-size:26px;font-weight:500;line-height:1;}
.header-mini-cart-item-cell-free-badge {display: inline-block;position:absolute;z-index:99;text-align:center;padding:2px 6px 3px;width:60px;font-size:11px;font-weight:600;letter-spacing:0.01rem;background:rgba(162,180,39,0.9);}
/** Mini Cart Scrollbar **/
.header-mini-cart-container::-webkit-scrollbar {width:7px;border-radius:20px;}
.header-mini-cart-container::-webkit-scrollbar-track {background:#fff;}
.header-mini-cart-container::-webkit-scrollbar-thumb {background:#dcddde;border-radius:20px;}
.header-mini-cart-container::-webkit-scrollbar-thumb:hover {background:#a7a9ac;}
.header-mini-cart-container::-webkit-scrollbar-track-piece {background:#fff;border:1px solid #dcddde;border-radius:20px;margin-bottom:10px;}
/** Empty Mini Cart **/
.header-mini-cart-empty {width:100%;display:flex;justify-content:center;margin-top:15px;padding:0 15px 15px;}
.header-mini-cart-empty a {width:160px;height:32px;background-image:linear-gradient(#fff, #dcddde);border-radius:4px;border:1px solid #a7a9ac;text-align:center;font-size:13px;letter-spacing:-0.025rem;text-transform: capitalize;display:flex;justify-content:center;align-items:center;}
.header-mini-cart-empty a:hover {color:#000;background:#efefef;}

/* Shopping Notifications (used in cart for promo code messages) */
.shopping-layout-notifications {width:100%;max-width:780px;padding:0 20px;}
.shopping-layout-notifications .notifications {width:100%;}
.shopping-layout-notifications .notifications-order div[data-view="Promocode.Notification"] {line-height:1;margin:0;}
.global-views-message.global-views-message-success.alert, .global-views-message.global-views-message-info.alert {background:none;margin:0;padding:0;font-size:13px;line-height: 1;letter-spacing:-0.015rem;margin-top:8px;}
.global-views-message.global-views-message-success.alert div, .global-views-message.global-views-message-info.alert div {padding:0;}
.shopping-layout-notifications .notifications-order .global-views-message-button {font-size:13px;font-weight:600; position:relative; top:1px; right:auto; margin:0; margin-left:10px; background:none;height:auto;line-height:1;}

/* Live Chat/Get Help Popup & Modal */
div#lhnHocButton.lhnslide {height:46px;right:16px;}
div#lhnHocButton.lhnslide .lhnHocChatBtnCont {background:#e12727;border-radius:6px 6px 0 0;padding:10px 18px 6px;}
div#lhnHocButton div.lhnHocChatBtn {background: #e12727;}
div#lhnHocButton div.lhnHocChatTxtCont span {font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:18px; letter-spacing:0.1rem; line-height:1; vertical-align:initial;}
div#lhnHocButton div.lhnHocChatBubbleCont {height:28px;}
div#lhnHocButton.lhnslide div.lhnHocChatBubble {height:20px; width:32px; margin-right:10px;}
div#lhnHocButton div.lhnHocFrontBubble:before {top:20px;}
div#lhnHocButton.lhnslide:focus, div#lhnHocButton.lhnslide *:focus {border:none;outline:none;}

div#lhnHelpOutCenter.lhnWindow *, div#lhnHelpOutCenter.lhnWindow ::after, div#lhnHelpOutCenter.lhnWindow ::before {font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
div#lhnHelpOutCenter.lhnWindow.lhnright {right:16px;border:1px solid #dcddde; border-radius:6px; overflow:hidden; box-shadow:0px 2px 10px -2px rgba(0,0,0,0.35);}
#lhnHelpOutCenter div.lhnWindow-header {background:#e12727;}
#lhnHelpOutCenter div.lhnWindow-body {overflow:hidden;overflow-y:auto;padding:20px;}
#lhnHelpOutCenter div.lhnWindow-body .lhnOfflineMessage>p {margin:0;}
#lhnHelpOutCenter div.lhnWindow-body form {margin-top:0;}
#lhnHelpOutCenter div.lhnField {margin-bottom:12px;}
#lhnHelpOutCenter div.lhnWindow-body input#txtKeyword, #lhnHelpOutCenter div.lhnWindow-body input.lhnInput, #lhnHelpOutCenter div.lhnWindow-body input.sf_txtBox, #lhnHelpOutCenter div.lhnWindow-body select.lhnInput, #lhnHelpOutCenter div.lhnWindow-body select.sf_ddl, #lhnHelpOutCenter div.lhnWindow-body textarea.lhnInput, #lhnHelpOutCenter div.lhnWindow-body textarea.sf_txtArea {min-width:auto;}
#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {background:#e12727; border-radius:4px; height:36px; line-height:36px; width:110px;}
#lhnHelpOutCenter button.form_submit:hover, #lhnHelpOutCenter button.lhnFormButton:hover {background:#ee4826;}

div#lhnHocInvite {right:16px;border-radius:6px 6px 0 0;box-shadow:0px 0 3px 1px rgba(0, 0, 0, 0.2);}
div#lhnHocInvite div.lhnHocInviteCont {background-color:#e12727;padding:16px 18px 6px;max-width:400px;border-radius:6px 6px 0 0;}
div#lhnHocInvite div.lhnHocInviteCont div#lhnOpMsg {color:#fff;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.1;font-size:18px;letter-spacing:-0.01rem;}
div#lhnHocInvite div.lhnHocInviteButton {background-color:#e12727;color:#fff;margin:18px 10px 10px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:0;font-weight:700;text-transform:uppercase;font-size:14px;padding:4px 28px;border-radius:4px;}
div#lhnHocInvite div.lhnHocInviteButton.lhnstart {background-color:#fff;color:#e12727;}

@media screen and (min-width:1041px){
.header-subheader-options {display:block;}
.header-subheader-right-menu {display:none;}
.header-right-menu {display:flex;margin:0;}
.header-subheader-right-menu.header-right-menu {display:none;}
}

@media screen and (max-width:1040px){
.header-right-menu {display: none;}
.header-subheader-right-menu {display:block;}
.header-subheader-right-menu.header-right-menu {display:flex;margin:0;}

/*Shopping Notifications*/
.global-views-message.global-views-message-success.alert, .global-views-message.global-views-message-info.alert {width:100%; height:30px; margin:8px 0; background:#efefef;border:1px solid #dcddde; display:flex; align-items:center; padding:0 12px; justify-content:space-between;}
.shopping-layout-notifications .notifications-order .global-views-message-button {height:100%; top:auto; border-left:1px solid #dcddde; border-radius:0; padding-left:12px; width:26px; font-size:24px; color:#77787b;}

.header-sidebar-menu-wrapper a:hover, .header-sidebar-menu-wrapper a:focus, .header-sidebar-profile-menu a:hover, .header-sidebar-profile-menu a:focus {background:none;}
}

@media screen and (max-width:767px){
span.header-mini-cart-menu-cart-legend {display: block; width:auto; margin-left:2px;}
span.header-mini-cart-menu-cart-legend .header-mini-items-holder {display: none;}
}

@media screen and (max-width:600px){
.header-subheader-container {padding:8px 10px 0 12px;}
.header-logo {line-height: 1;}
.header-logo-image {max-width:210px;}
.header-mini-cart-menu-cart-link {width:auto; padding:0 9px;}
.header-mini-cart-menu-cart-count {font-size:1rem;}
.header-main-nav {min-height:44px;}
.header-main-nav-container {padding:3px 10px 0 !important;}
.header-content {/*align-items: flex-end;*/}
.header-sidebar-toggle {width:82px;margin-right:15px;}
.header-main-nav button i.header-sidebar-toggle-icon {margin-right:8px;}
.header-sidebar-toggle .menu {font-size:14px;font-weight:500;letter-spacing:-0.015rem;}
.site-search-content {height:28px;}
.nav-search-content-input, .site-search-content-input {width:100%;}
.site-search-content-input .itemssearcher-input {font-size:12px;line-height:1;letter-spacing:-0.025rem;width:calc(100% - 10px);border-radius:4px;padding:2px 0 2px 10px; height:24px;}

.site-search-content-input span .tt-dropdown-menu {width:calc(100vw - 32px);left:-100px !important;padding:0;box-sizing: border-box;border:1px solid #a7a9ac; -webkit-box-shadow:0 8px 8px -3px rgba(0,0,0,0.55);box-shadow:0 8px 8px -3px rgba(0,0,0,0.55);border-top:none;}
.all-results, .no-results, .searching, .itemssearcher-item-searching, .quick-add-item-searching, .itemssearcher-item-no-results, .quick-add-item-no-results, .itemssearcher-item-all-results {display: flex;align-items:center;height:38px;padding:0 12px 0;margin:0;line-height:1;font-size:13px;}
.itemssearcher-item-all-results {background-color:#f6f6f6;border-bottom:1px solid #a7a9ac;margin-bottom:10px !important;color:#303030;letter-spacing:-0.02rem;text-decoration:none;}
.itemssearcher-item-all-results:hover {background-color:rgba(0,170,231,0.1);color:#00aae7;border-bottom:1px solid #00aae7;text-decoration:none;}
.item-results, .itemssearcher-item-results, .quick-add-item-results {margin:5px 0 !important;padding:5px 0 !important;}
.item-results-content, .itemssearcher-item-results-content, .quick-add-item-results-content {width:100%;padding:0 12px;}
.item-results-title, .itemssearcher-item-results-title, .quick-add-item-results-title {font-size:12px;line-height:1;}
.tt-highlight {font-weight:700;}
.site-search-button-submit {height:28px;width:36px;background:none;background-color:transparent;}
.nav-search-button-submit:hover, .site-search-button-submit:hover, .nav-search-button-submit:focus, .site-search-button-submit:focus {background:none;background-color:transparent;}
.site-search-button-icon {min-width:0;}
.icon-cell-quick-view-icon:before, .nav-search-input-icon:before, .site-search-input-icon:before, .site-search-button-icon:before {background-image:url('/site/sca-search-mag-mobile.png');width:17px;height:17px;background-size:17px;}

/* Live Chat/Get Help Popup & Modal */
div#lhnHocButton.lhnslide {width:100%; position:fixed; right:0; height:auto; overflow:visible; display: none !important;}
div#lhnHocButton.lhnslide .lhnHocChatBtnCont {border-radius:0; padding:0; height:34px; background:#e12727; box-shadow: 0px -2px 5px -1px rgba(0,0,0,0.15);}
div#lhnHocButton div.lhnHocChatBtn {background:#e12727; display:flex;justify-content:center; align-items:center;}
div#lhnHocButton div.lhnHocChatBubbleCont {height:20px;}
div#lhnHocButton.lhnslide div.lhnHocChatBubble {height:16px; width:28px;margin-right:12px;}
div#lhnHocButton div.lhnHocFrontBubble:before {top:16px; border:3px solid; border-color:#f0f1f1 transparent transparent #f0f1f1;left:6px;}
div#lhnHocButton div.lhnHocChatTxtCont {height:auto;line-height:0;}
div#lhnHocButton div.lhnHocChatTxtCont span {font-size:16px; font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:500; letter-spacing: 0.1rem; line-height:16px;}

div#lhnHelpOutCenter.lhnWindow.circleButton {width:100% !important;right:0%; height:100%;max-height:none;border-radius:0;bottom:-50%;}
div#lhnHelpOutCenter.lhnWindow.lhnActive.circleButton {bottom:0;}
div#lhnHelpOutCenter.lhnWindow *, div#lhnHelpOutCenter.lhnWindow ::after, div#lhnHelpOutCenter.lhnWindow ::before {font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
#lhnHelpOutCenter div.lhnWindow-header {background:#e12727; font-size:14px; padding:10px 20px;}
#lhnHelpOutCenter div.lhnWindow-header h3 {font-size:16px;letter-spacing:0.1rem; font-weight:600; line-height:22px;}
#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls {height:22px;}
#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-closer {margin-top:4px;}
#lhnHelpOutCenter div.lhnWindow-body {padding:20px;}
#lhnHelpOutCenter div.lhnHocSection.hocactive {line-height:1;}
#lhnHelpOutCenter div.lhnWindow-body .lhnOfflineMessage>p {margin:0 0 4px;line-height:1.2;font-size:12px;}
#lhnHelpOutCenter label.lhnLabel {font-size:13px;margin-bottom:8px;}

#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {background:#e12727;height:38px;line-height:40px;border-radius:4px;}
}

/*********************************/
/****** 02 Homepage Content ******/
/*********************************/
.home {width:100%;max-width: 1500px;}
/** Hero Banner & Hero Cards **/
/* bxSlider */
.home-page-container .home-page-top .bx-controls.bx-has-controls-direction.bx-has-pager {margin:4px 0 0;}
.home-page-container .home-page-top .bx-controls-auto {display:none;}
.home-page-container .home-page-top .bx-default-pager {display:none;}
.home-page-container .home-page-top .bx-wrapper {position: relative;}
.home-page-container .home-page-top .bx-wrapper .bx-viewport {overflow:visible !important; max-height:414px; height:27.6vw !important;}

.product-details-image-gallery-prev-icon, .product-details-image-gallery-next-icon {display: flex;align-items: center;height:100%;top:0;justify-content: center;}
.product-details-image-gallery-next-icon:hover, .product-details-image-gallery-prev-icon:hover {color:#e12727;}
    
/* General Structure */
.home-page-container {width:100%; position: relative; z-index: 1;margin:-1px 0 34px;}
.home-page-slider {position: relative;width:100%;max-width:1500px;overflow:hidden;padding-bottom:5px;}
    
/* Hero Slider */
.home-page-hero-desktop {position: relative; display:block;}
.home-page-hero-mobile {position: relative; display:none;}
    
/** Hero Slide Images **/
.home-slide-img {max-width: 1500px; width:100%; height:27.6vw;max-height: 414px;overflow: visible;background:center top no-repeat; background-size: cover;}
.home-slide-img img {width:100%;background-color: rgba(216,23,27,0.30);pointer-events: none;}
.home-full-slide {display: block;}
.home-mobile-slide {display: none;}

/** Hero Card Trio **/
.home-hero-cards-container {display: flex;justify-content: space-evenly;position: relative;bottom: 10%;bottom:0;width: 100%; z-index: 2;margin-bottom:34px;}
.home-hero-card, .dotd-hero-card {width:31.25vw;max-width:468px;height:15.625vw;max-height: 234px; display:block; position: relative; box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.35);}
.home-hero-card{background-size: cover;background-repeat: no-repeat;background-position: top left;/*padding:15px 20px;*/}
.dotd-hero-card {background-color:#00B5AE;}

.hero-card-wrapper {display: flex;width:100%;height:100%;justify-content: flex-end;}
.hero-card-content {width: 54.27350427350%;display: flex;flex-wrap: wrap;padding:3.205128205128% 4.27350427350%;}
.hero-card-title {width:100%;font-size: 16px;font-weight:700;color:#000;line-height:1.25;letter-spacing:-0.015rem; align-self: flex-start;}
.hero-card-cta {width:100%;font-size:14px;font-weight:normal;line-height: 1.1; letter-spacing:-0.01rem; align-self:flex-end;text-align: right;}

.hero-card-cover {display: block;width:100%;height: 100%;position: absolute;top:0;bottom:0;left:0;right:0;}
.hero-card-cover img {width:100%;height:100%;margin:0;padding:0;line-height: 0;}

/*** Daily Deal Card ***/
.dotd-card-content {width:100%;height:100%; padding:4% 4.5%; display:block;color:#fff;}
.dotd-card-left {width:55%;height: 100%; float:left;}
.dotd-left-wrapper {display: flex;flex-wrap: wrap;width:100%; height:100%; position: relative; flex-grow: 1;flex-shrink: 1;justify-content: flex-start;align-items: flex-start;}
.dotd-offer-title {width:100%;align-self: flex-start;display: flex; flex-wrap:wrap;align-items:flex-start;}
.dotd-offer-amount {width:100%;max-width:400px;margin:0 0 7px;}
.dotd-title {color:#fff;font-size:14px; line-height: 16px;font-weight: normal;}
.dotd-logo {width:54.5%;align-self: flex-end;}

.dotd-card-right {width:39%;height:100%;float:right;}
.dotd-right-wrapper {display: flex;flex-wrap:wrap; width:100%;height:100%;position: relative;justify-content: flex-end;}
.dotd-product-image {float: right;margin:0;padding:0;line-height: 0;align-self: flex-start;}
.dotd-countdown {align-self: flex-end;color:#fff;font-size:16px;font-weight:600; letter-spacing:-0.01rem;line-height: 1;text-align: right;}

.home-hero-mobile-register {display:none;}
.home-sign-in-button:hover {color:#fff;}
.home-logged-in-button:hover, .home-logged-in-button.home-recent-orders:hover, .home-logged-in-button-mobile:hover, .home-logged-in-button.home-recent-orders-mobile:hover {color:#000;}

.merchzone-quickview-main-title {display: none !important;}
.merchzone-title-container {width:100%;max-width:1500px;margin:0 4px; padding:0 20px;}
.merchzone-standalone-title {font-size:18px;color:#77787b;text-decoration:none;line-height:1.2;letter-spacing:-0.01rem;margin:0;text-transform:none;font-weight:600;padding:6px 0 10px;}

.top-rated-container, .merchzone-quickview, .merchzone_shop_for_more-container, .home-page-rencently-review {padding-bottom:44px;margin-top:0;}
/* Top-Rated Merchzone */
.merch-gallery-next-icon:hover, .merch-gallery-prev-icon:hover {color: #77787b;}
.top-rated-container .global-views-star-rating-area {margin:0 !important;}
.icon-star-filled, .item-cell-rate-filled, .global-views-star-rating-filled, .item-cell-rate-filled, .global-views-star-rating-filled, .icon-star, .item-cell-rate-empty, .global-views-star-rating-empty, .item-cell-rate-empty, .global-views-star-rating-empty {stroke-width:0.75px;-webkit-text-stroke-width:0.75px;}
.icon-star, .item-cell-rate-empty, .global-views-star-rating-empty, .item-cell-rate-empty, .global-views-star-rating-empty {stroke:#f47920; -webkit-text-stroke-color:#f47920;}
.global-views-star-rating-area-writable, .global-views-star-rating-area-empty-content, .global-views-star-rating-area-filled {position:relative;left:1px;}
.global-views-star-rating-area-fill, .global-views-star-rating-area-empty {line-height:0;}
.global-views-star-rating {margin:6px auto 8px;}
.item-cell-title-top-rated a {letter-spacing:-0.01rem;}
.add-to-cart-merch-home{background-image: linear-gradient(#EE4826, #E12727) !important;color: #fff !important;width: 100%;border-radius: 4px !important;text-transform: capitalize;height: 32px !important;font-size: 14px; border:1px solid #E12727;box-sizing: border-box;}

/* Quickview Merchzone */
.home-page-rencently-review {padding:0 20px 34px;margin:0;}
.home-page-rencently-review .recently-viewed-items {padding:0 0 34px;border-bottom:1px solid #dcddde;line-height:0;}
.home-page-rencently-review .recently-viewed-items h3 {font-size: 20px;font-weight:600;letter-spacing:-0.01rem;margin-bottom: 12px;}
.home-page-rencently-review .recently-viewed-items .item-recently-reviewed-holder {padding: 4px;height:90px;width:90px;}
.home-page-rencently-review .recently-viewed-items .item-recently-reviewed-holder .item-recently-reviewed-thumbnail img {height:auto;width:100%;}

/** Home Link Cards **/
.home-page-category-line.home-page-category-mobile {margin:0 !important;}
.home-link-card-row {padding:0 20px;display:flex;justify-content:space-between;width:100%;margin:0 0 44px;}
.home-link-cards {width:47.125vw;max-width:714px;height:18.75vw;max-height:280px;position:relative;}
.link-card-container {width:100%;display: block; padding:20px;background-size:120%;background-position:right center;background-repeat:no-repeat;height:100%;}
.category-link-card-title-holder {padding:0;position:relative;height:100%;width:40%;max-width:260px;line-height:1;display: flex;flex-direction: column;justify-content: space-between;}
.category-link-card-title {color:#fff;font-size:30px;font-weight:600;line-height:32px;letter-spacing:-0.02rem;}
.category-link-card-subtitle {font-size:0.475em; color:#fff; line-height:1;display:block;}
.category-link-card-cta {color:#fff;font-size:14px;line-height:1.1;letter-spacing:-0.01rem;}
.home-link-card-cover {display: block;width:100%;height: 100%;position: absolute;top:0;bottom:0;left:0;right:0;}
.home-link-card-cover img {width:100%;height:100%;margin:0;padding:0;line-height: 0;}

/** Multimedia & Giveaway **/
.home-mm-display {width:100%;padding:0 20px 54px;}
.home-mm-content-holder {display: flex;width:100%;justify-content: space-between;align-items:flex-end;}
/* Review Star */
.home-mm-content-holder .global-views-star-rating {position: relative;clear: both;float: left;width:100%;min-width: 90px;margin:0;}
.home-mm-content-holder .global-views-star-rating-area-fill, .home-mm-content-holder .global-views-star-rating-area {line-height: 1;}
.home-mm-content-holder .global-views-star-rating-empty, .home-mm-content-holder .global-views-star-rating-filled, .home-mm-content-holder .global-views-star-rating-error, .home-mm-content-holder [data-validation-error] i.global-views-star-rating-empty {font-size: 12px;letter-spacing:2.5px;}
.home-mm-content-holder .icon-star, .home-mm-content-holder .item-cell-rate-empty, .home-mm-content-holder .global-views-star-rating-empty {color:#fff;stroke:#A7A9AC;fill:#fff;stroke-width:1px;-webkit-text-stroke:#A7A9AC;-webkit-text-fill-color:#fff;-webkit-text-stroke-width:1px;}
.home-mm-content-holder .icon-star-filled, .home-mm-content-holder .item-cell-rate-filled, .home-mm-content-holder .global-views-star-rating-filled {color:#FFD600;stroke:#f47920;stroke-width:1px;-webkit-text-stroke:#f47920;-webkit-text-stroke-width:1px;}
.home-mm-title{color:#000000;font-size:18px;font-weight: 700; letter-spacing: -0.01rem;line-height:1.1;margin-bottom:15px;display:none;}
.home-video-and-product {width: 63.0625vw;max-width: 960px;margin:0;display:flex;border: 1px solid #a7a9ac;box-shadow:1px 3px 4px -1px rgba(0, 0, 0, 0.35);border-bottom:3px solid #e12727;overflow:hidden;}
.home-video {line-height: 0;}
.home-video iframe {width:47.5vw;height:26.71875vw;max-width:711px;max-height:400px;}
.home-mm-product {width:100%;}
.home-mm-product-details {padding: 20px 0;height: 100%;width:100%;display: flex;justify-content: center;}
.home-mm-product-sell {height:100%;width:13vw;max-width:195px;margin:0 auto; display: flex;flex-direction: column;justify-content: space-between;}
.home-mm-product-info {}
.home-mm-product-image {width:100%;padding:0 10px;display: flex; justify-content: center;line-height: 0;}
.home-mm-product-image a, .home-mm-product-image img {width:100%;}
.home-mm-product-price{color:#e12727;font-weight: 700;font-size: 20px;letter-spacing:-0.01rem;line-height:1;margin: 15px 0 6px;}
.home-mm-product-name {font-size:12px;line-height:14px;margin-bottom: 4px;}
.video-add-to-cart {display: flex;justify-content: center;align-items: center;height: 32px;width:100%;font-size:14px;color:#fff;letter-spacing: -0.01rem; font-weight:500;background-image: linear-gradient(#EE4826, #E12727);border:1px solid #E12727;box-sizing: border-box;border-radius: 4px;}
.video-add-to-cart:hover, .video-add-to-cart:focus, .video-add-to-cart:active {color:#fff;}
.home-page-giveaway {width:31.25vw;max-width:468px;border:1px solid #77787b;box-sizing: border-box;align-self: flex-end;margin:0;}
.giveaway-sponsored-note {width:100%;height: 22px; display: flex;background:#DCDDDE;color:#77787B;text-transform: uppercase;font-size:12px;font-weight:700;justify-content: center;align-items: center;letter-spacing: 0.06rem;border-bottom: 1px solid #77787B;box-sizing:border-box;}
.home-giveaway-image {display: block; line-height: 0;width:100%;}
.home-giveaway-image img {width:100%;line-height: 0;margin:0;padding:0;}

/** Instagram Feed **/
.home-page-category-line.home-page-bottom-section {padding:0 20px;margin:0 0 34px; display:none;}
.home-page-ins-views {width:47.65625vw;max-width:706px;margin-right: 10px;margin-bottom:0;}
.home-ins-title-container {display:flex;align-items:center;margin-bottom:10px;}
.home-ins-title {font-size:16px;letter-spacing: -0.01rem;position: relative;top:auto;bottom:auto;left:auto;right:auto;line-height: 1;margin-left:12px}
.home-ins-posts-holder {display: flex;justify-content: space-between;width:100%;height:auto;}
.home-ins-post {width:14.8vw;max-width:222px;}
.home-ins-post:nth-child(2) {margin:0;}
.home-ins-post a:first-child {display: flex;flex-shrink: 0; width:100%;height:14.8vw;max-height: 220px;overflow: hidden;flex-direction: column;align-items: flex-start;line-height: 0;}
.home-ins-post-content {font-size: 12px;line-height: 14px;letter-spacing: -0.015rem;height: auto;max-height:184px;flex-grow: 1;margin:10px 0;padding:0 10px;text-align: center;color:#77787B;}
.home-ins-post-content a {color:#00AAE7;}
.home-ins-post-date {display: flex;flex-grow:0;flex-direction: column;justify-content: center;align-self:flex-end;width:100%;font-size: 11px;font-weight:700;letter-spacing: -0.015rem;line-height:1;padding-bottom:10px;text-transform:uppercase;color:#A7A9AC;text-align: center;overflow:hidden;}
.home-ins-post-date:hover {color:#00AAE7;}

/** Project Gallery **/
.home-page-project-views div {height:100%;}
.home-page-project-views {width:47.65625vw;max-width:706px;margin-left:10px;margin-bottom:0;}
.home-page-project-gallery {display: flex;flex-direction: column;height: 100%;}
.home-page-project-gallery div {height: auto;}
.show-case-logo {position: relative;margin-bottom: 7px;line-height: 0;}
.show-case-logo img {width:100px; height: 33px;}
.home-page-customer-projects {display: flex;justify-content: space-between;width: 100%;height: auto;flex-grow: 1;}
.home-page-customer-projects-holder {display: flex;flex-direction: column;width:14.8vw;max-width:222px;border: 1px solid #DCDDDE;}
.home-page-project-img-showcase {line-height: 0;border-bottom:5px solid #e12727;}
.home-page-project-info {display: block;width:100%;flex-grow:1;padding:8px 12px 10px;}
.project-showcase-title{font-size:14px;font-weight:600;line-height:1.2;letter-spacing:-0.02rem;margin-bottom: 4px;}
ul.project-showcase-tags{margin:0;padding:0;}
.project-showcase-tags li {list-style-type: none !important;margin:0;padding:0;font-size:12px;color:#77787b;line-height: 18px;}


.date-and-link-container{font-weight:300;display: flex;flex-direction: row;justify-content: space-between;padding:0 14px 0 12px;margin-bottom: 12px;}
.project-showcase-date{color:#A7A9AC;font-size:11px;font-weight:700;letter-spacing: 0;}
.project-showcase-link{font-size:11px;font-weight:600; color:#e12727;letter-spacing: 0.015rem;} 
.project-showcase-link:hover {color:#e12727;}

@media screen and (max-width:1420px){
.category-link-card-title-holder {width:38%;}
.category-link-card-title{font-size:26px;line-height:1.1;}
}

@media screen and (max-width:1400px){
/*  Instagram Feed */
.home-ins-post-date {font-size:10px;}
/* Project Gallery */
.project-showcase-date, .project-showcase-link {font-size:10px;}
}

@media screen and (max-width:1280px) {
.top-rated-container li.item-relations-cell {width:150px !important;margin-right:14px !important;}

/* Instagram Feed */
.home-ins-post {width:14.84375vw;max-width:190px;}
.home-ins-post a:first-child {height:14.84375vw;max-height:190px;}
.home-ins-post-date {font-size:10px;}

/* Project Gallery */
.home-page-customer-projects-holder {width:14.84375vw;max-width:190px;}
}

@media(max-width:1279px) {
.home-video-holder {width:63.121875vw}
.home-mm-product-details {padding:15px 0;}
.home-mm-product-sell {width:13.125vw;}
.home-mm-product-image {padding:0 14px;}
.home-mm-product-price {margin:12px 0 4px;font-size: 16px;}
.home-mm-product-name {margin-bottom:1px;}
.home-page-giveaway {width:30.46875vw}
}

@media screen and (max-width:1240px){
.date-and-link-container {flex-direction: column-reverse;}
}

@media screen and (max-width:1200px) {
.home-link-cards {width:46.75vw;height:18.59631147540984vw;}
.link-card-container {padding:18px;}
.category-link-card-title-holder {width:34%;}
.category-link-card-title{font-size:20px;line-height:1;}
.category-link-card-subtitle {font-size:.57em;}
}

@media screen and (max-width:1139px) {
.hero-card-content {width:55%;padding:3.75% 5%;}
.hero-card-title {font-size: 14px;}
.dotd-card-right {width:42%;}
.dotd-product-image {width:95%}
.dotd-countdown {font-size:15px;}
.dotd-offer-amount {margin:0 0 4px;}
.dotd-title {font-size:13px;line-height:14px;}
.dotd-logo {width:50.5%;}
}

@media screen and (max-width:1024px) {
.top-rated-container li.item-relations-cell {width:130px !important;}
.top-rated-container li.item-relations-cell .thumbnail {width:130px;height:130px;}

/* Home Link Cards */
.home-link-cards {width:46.125vw;height: 18.44262295081967vw;}
.link-card-container {padding:16px;}
.category-link-card-title-holder {width:34%;}
.category-link-card-title {font-size:20px;line-height: 1.05;}
}

@media(max-width:1023px) {
.home-mm-display {padding:0 12px;margin-bottom:28px;}
.home-mm-title {font-size: 14px;margin-bottom: 12px;}
.video-add-to-cart {display: none;}
}

@media screen and (max-width:1019px) {
.home-slide {margin-bottom:0;}
.hero-card-content {padding:3.75% 4.5%;}
.hero-card-title {font-size:13px;line-height: 1.1;}
.hero-card-cta {font-size:13px;}
.dotd-card-content {padding:3.5% 4%;}
.dotd-offer-amount {width:90%;}
.dotd-title {font-size:12px;line-height:13px;}
.dotd-product-image {width:84%}
.dotd-countdown {font-size:13px;}
}

@media screen and (max-width:991px) {
.top-rated-container {border:none;}

.home-link-card-row {padding:0 14px;}
.home-link-cards {width:calc(49vw - 14px);height: calc(21vw - 14px);}
}

@media screen and (max-width:990px) {
.merchzone-title-container {padding:0 12px;}
.top-rated-title {font-size: 16px;}
.item-cell-title-top-rated {display: none;}
.add-to-cart-merch-home {display: none;}

.category-link-card-title-holder {width:34%;}
.category-link-card-title {font-size:17px;line-height: 1.1;}
.category-link-card-subtitle {display:none;}
}

@media screen and (max-width: 960px) {
/* Instagram Feed */
.home-page-category-line.home-page-bottom-section {padding:0 20px;}
.home-page-ins-views {margin-right:0; max-width: unset;}
.home-ins-posts-holder {min-height: 36.7708333333vw;}
.home-ins-post:nth-last-child(-n+1) {display: none;}
.home-ins-post { width: calc(97%/2); max-width: unset;}
.home-ins-post a:first-child {height:22.5vw;}

/* Project Gallery */
.home-page-project-views {width:47.65625vw;margin-left:1.041666666667vw;}
.home-page-customer-projects-holder:nth-last-child(-n+1) {display: none;}
.home-page-customer-projects-holder {width:calc(97%/2);max-width: none;}
}


@media screen and (max-width:880px) {
.home-page-top {overflow: visible;}
/* bxSlider */
.bx-default-pager {display:inline-block;}
.bx-controls.bx-has-controls-direction.bx-has-pager {margin:0;line-height:0;font-size:0;top:27.34375vw;}
html .bx-wrapper .bx-pager {line-height: 0;font-size:0;margin:0;}
html .bx-wrapper .bx-pager a {width:6px;height:6px;margin:0 3px;background-color: rgba(255,255,255,0.4);border:none;opacity:1;}
html .bx-wrapper .bx-pager a.active {background-color:rgba(255,255,255,1.0);border:none;opacity:1;}
.bx-controls {/*position: absolute;*/left: 0;right: 0;text-align: center;}
.product-details-image-gallery-prev-icon, .product-details-image-gallery-next-icon {display:none;}
.home-slide {margin-bottom:4px;}
.home-slide-img {height:27.9947916666667vw;}
.home-cards-content {width:55%;}
.home-hero-cards-container {flex-direction: row;flex-wrap: wrap-reverse;padding:0 12px 0;justify-content: space-between;margin:0 0 20px !important;}
.home-hero-card {width:49%;height:23.4375vw;margin-top: 0;}
.home-hero-mobile-register {width:230px;height:180px;border-radius: 20px;background-color: rgba(255,255,255,0.5);display:block;margin-bottom:16px;padding:10px;}
.dotd-hero-card {width:10%;height:180px;flex-grow:1;flex-shrink:1;max-width:none;margin-right:16px;margin-bottom:16px;}
.dotd-card-content {padding:14px 18px 12px;display: flex;}
.dotd-card-left {flex-grow: 1;flex-shrink: 1;margin-right:14px;}
.dotd-offer-amount {max-width:220px;width: 100%;}
.dotd-title {font-size:14px;line-height: 18px;letter-spacing: -0.01rem;}
.dotd-logo {width:100px;}
.dotd-card-right {max-width:154px;width:100%;}
.dotd-product-image {width:100%;max-width:140px;}
.dotd-countdown {font-size:14px;position:relative;}
.home-sign-in-button {background-image:linear-gradient(#EE4826,#E12727);border:1px solid #E12727;color:#fff;padding: 7px;width: 100%;border-radius: 4px;font-size: 11px; text-align: center; font-weight:600;box-sizing:border-box;justify-content: center;align-items: center;}
.home-logged-in-button-holder {width:100%;}
.home-logged-in-button {background-image: linear-gradient(#FFFFFF,#DCDDDE);color: #000000;padding: 7px;border: 1px solid #A7A9AC;width: 100%;border-radius: 4px; font-size: 11px;text-align: center;display: block;font-weight: 600;box-sizing:border-box;letter-spacing:-0.01rem;}
.home-recent-orders {margin-top:10px;}
.home-hero-mobile-buttons-holder {display: flex;justify-content: center;align-items: center;flex-wrap:wrap;height: 100%;}
.my-account-buttons {display:none;}

.link-card-container {padding:10px;}
.category-link-card-title-holder {width:36%;}
.category-link-card-title {font-size:17px;line-height: 1.05;}
.category-link-card-cta {font-size:13px;}
}

@media screen and (max-width:840px) {
.top-rated-container {padding:15px 0 26px;}
.top-rated-title {padding:0 12px 20px;}
.merch-gallery-prev-icon, .merch-gallery-next-icon {display:none;}
.top-rated-container .bx-viewport {padding-right:15px;}
.top-rated-container .merch-zone-slider.item-relations-row {margin-left:15px;}
.top-rated-container li.item-relations-cell {margin-right:12px !important;}
.top-rated-container li.item-relations-cell .item-price {font-size: 16px;margin-top: 12px;}
}

@media(max-width:820px){
.home-video-holder, .home-page-giveaway {width:46.175vw;}
.home-video iframe {width:46.175vw;height:26.432291666667vw;}
.home-video-and-product {width:100%;flex-direction: column;border:1px solid #a7a9ac;border-left:3px solid #e12727;}
.home-mm-product-details {padding:9px 15px;}
.home-mm-product-sell {flex-direction: row;width: 100%;max-width:none;}
.home-mm-product-info {display: flex; flex-direction: row; align-items: center;justify-content: space-around;}
.home-mm-product-image {padding:0;/*width:14.32291666667vw;*/max-width:93px;}
.home-mm-product-text {margin-left:3.255208333333vw; }
.home-mm-product-price {margin-top:0;}
.home-giveaway-image {width:100% !important;}
}

@media screen and (max-width:768px) {
/* Hero Banner & Cards */
.home-page-container {margin-bottom:12px;}
.home-page-top .bx-controls.bx-has-controls-direction.bx-has-pager {display:block;}
.home-full-slide {display: block;}
.home-mobile-slide {display: none;}
.home-hero-mobile-register {width:30vw;min-width:150px;max-width:230px;}
.home-hero-card {width:49%;}

/* Merchzones */
.merchzone-quickview {margin:0 0 32px;padding:0;}
.merchzone-quickview-main-title {font-size:14px;padding:0 10px;}
.merchzone-ipad-images-container {justify-content:space-between;padding:0 12px 14px;}
.merchzone-ipad-images-container .item-relations-cell-ipad {width:24.59677419354839%;flex-basis:auto;margin:0 0 4px;}
.merchzone-ipad-images-container .item-cell.item-cell-grid {margin:0;}
.merchzone-ipad-images-container a.thumbnail {padding:0;line-height:0;}
.merchzone-ipad-images-container img, .merchzone-mobile-images-container img {border:1px solid #DCDDDE;box-shadow:1px 2px 2px rgba(0,0,0,0.1);}
.merchzone-see-more a {display: flex;justify-content: space-between; align-items:center;background-color:#f8f8f8;border:none;border-top:1px solid #DCDDDE;border-bottom:1px solid #DCDDDE;font-size:12px;letter-spacing:-0.01rem;color:#00AAE7;font-weight:600; padding:9px 10px;}
.merchzone-see-more a .header-sidebar-menu-push-icon {color:#77787b;font-size:17px;float: none;}

/* Home Link Cards */
.home-link-card-row {margin:0 0 32px;padding:0 12px;flex-wrap:wrap;}
.category-link-card-title {font-size:20px;line-height: 1.05;}
.home-link-cards {width:100%;margin:0 auto; height:230px;}
.home-link-cards:first-child {margin-bottom:22px;}
.link-card-container {background-position: center right;padding:16px;}
.category-link-card-title-holder {width:40%;}
.category-link-card-title {font-size:24px;line-height: 1.1;}
.category-link-card-cta {font-size:14px;}

/* Multimedia & Giveaway */
.home-mm-display {margin-bottom:32px;}

/* Instagram Feed */
.home-ins-post a:first-child {height: auto; max-height:235px;}

/* Project Gallery */
.home-page-project-views {margin-bottom:32px;margin-left:0;}
.home-page-customer-projects-holder:nth-last-child(-n+1) {display: flex;}
.home-page-customer-projects-holder {width:28.90625vw;max-width:222px;max-height: 353px;height:45.963541666667vw !important;}
.date-and-link-container {flex-direction: row;}
.show-case-logo {margin-bottom: 10px;}
}

@media screen and (max-width: 767px){
.home-page-category-line.home-page-bottom-section {padding:0 30px;padding:0 3.90625vw;max-width:766px;margin:0 auto;}
.home-page-ins-views {margin:0 0 32px;}
.home-ins-post:nth-last-child(-n+1) {display: flex;}
.home-ins-post { width: 49%;}
.home-ins-post a:first-child {height: auto; max-height:255px;}
}

@media(max-width:700px){
.home-video iframe {width:100%;height:26.666666667vw;}
.home-video-holder, .home-page-giveaway {width:45.666666667vw;max-width: none;}

/* Home Link Cards */
.home-link-card-row {margin:0 0 32px;padding:0 12px;flex-wrap:wrap;}
.category-link-card-title {font-size:20px;line-height: 1.05;}
.home-link-cards {width:100%;margin:0 auto; height:220px;}
.home-link-cards:first-child {margin-bottom:22px;}
.link-card-container {background-position: center right;}
}

@media screen and (max-width:660px){
.dotd-offer-amount {max-width:200px;}
.dotd-title {font-size:13px;line-height:14px;}
.dotd-logo {width:90px;}
.dotd-card-right {max-width:120px;}
.dotd-hero-card, .home-hero-mobile-register {height:170px;}
.home-hero-card {width:49%;}
}

@media screen and (max-width:600px){
/* Merchzones */
.merchzone-title-container {margin:0;padding:0 10px;width:100%;}
.merchzone-title-container.mz-title-top-rated {border-top:1px solid #dcddde;padding-top:10px;}
.merchzone-standalone-title {padding:0; font-size:14px;}
.top-rated-container {margin:0 0 25px; border-top:none;}
.merchzone-quickview {margin:2px 0 28px; padding:0;}
.merchzone-mobile-images-container {display:none;}
.merchzone-ipad-images-container {display:flex;}
.merchzone-ipad-images-container .item-relations-cell-ipad:nth-last-child(-n+2) {display:none;}
.merchzone-ipad-images-container .item-relations-cell-ipad {width:33%;}

/* Instagram Feed */
.home-page-category-line.home-page-bottom-section {padding:0 20px;margin:0 auto;}

/* Project Gallery */
.date-and-link-container {flex-direction: column-reverse;}
.home-page-customer-projects-holder {height:50vw !important;}
}

@media screen and (max-width: 520px){
/* Instagram Feed */
.home-page-category-line.home-page-bottom-section {padding:0 2.898550724637681vw;margin:0 auto;}
.home-ins-posts-holder {justify-content: space-around;}
/*.home-ins-post:nth-last-child(-n+1) {display: none;}*/
.home-ins-post {width:48%;min-height:71.875vw !important;}
.home-ins-post a:first-child {height:auto;}
.home-ins-title {font-size:14px;}
.home-ins-title-container img {width:26px;}

/* Project Gallery */
.home-page-customer-projects {justify-content: space-around;}
.home-page-customer-projects-holder:nth-last-child(-n+1) {display: none;}
.home-page-customer-projects-holder {width:48%;height: 71.875vw !important;}
}

@media(max-width:510px){
.home-mm-display {padding:0 10px;margin:0;}
.home-mm-content-holder {flex-wrap: wrap;}
.home-video-holder, .home-page-giveaway {width:100%;max-width: none;}
.home-video iframe {width:100%;height:59.375vw;}
.home-video-holder, .home-page-giveaway {margin-bottom:32px;}
.home-mm-product-details {padding:14px;}
.home-mm-product-sell {max-width:none;}
.home-mm-product-image {width:37.5vw;}
.home-mm-product-price {font-size:18px;}
.home-mm-product-name {font-size:13px;}
.home-mm-product-text {margin-left:3.4375vw;}
/** Temp hide YouTube embed for mobile, fix long-term page load issue **/
.home-video-holder {display:none;}
}

@media screen and (max-width:500px){
.home-page-container {/*margin-bottom:28px;*/}
.home-page-hero-desktop {display: block !important;}
.home-slide {margin:0;}
.home-slide-img {margin: 0 !important;height: auto !important;}
.home-full-slide {display: none;}
.home-mobile-slide {display: block;}
.bx-controls {margin:0 !important;}
html .bx-wrapper .bx-pager a {padding:0;width:4px;height:4px;margin:0 2px;}
.bx-controls.bx-has-controls-direction.bx-has-pager {margin:0;line-height:0;font-size:0;top:31.25vw !important}
.home-hero-mobile-register {width:100%;max-width:none;min-width:none;margin:12px 0 15px !important;padding:0;}
.home-hero-mobile-buttons-holder.register-button {padding:0 10px;}
.home-sign-in-button {width:100% !important;margin:0;padding:0;height: 30px;/*display: flex*/;align-items: center;justify-content: center;}
.home-logged-in-button-holder{width: 100%;/*display: flex !important;*/justify-content: space-between;}
.home-logged-in-button {padding:6px;height:30px;display: flex;justify-content: center;align-items: center;min-width:135px;width:49%;float:left;}
.home-recent-orders  {margin-top: 0px;float:right;}
.dotd-hero-card, .home-hero-card {margin:12px 0 0;width:100%;height: 46.875vw;}
.dotd-hero-card {margin-top:0;}
.hero-card-title {font-size: 16px;line-height: 1.25;}
.hero-card-cta {font-size: 14px;}
.dotd-card-content {padding:10px;padding:3.125vw;}
.dotd-card-left {margin-right:9.376vw;}
.dotd-offer-amount {width:43.4375vw;max-width:none;margin-bottom:1.25vw;}
.dotd-title {font-size:3.90625vw;line-height: 1.1;}
.dotd-logo {width:25vw;}
.dotd-card-right {width:31.25vw; max-width: none;}
.dotd-product-image {max-width:none;min-width: 100px;}
.dotd-countdown {font-size:3.90625vw;}
}

@media screen and (max-width:444px) {
/* Merchzones */
.merchzone-quickview {margin:0 0 28px;padding:0;}
.merchzone-ipad-images-container {display:none;}
.merchzone-mobile-images-container {display:flex;padding:10px;justify-content: space-between;}
.item-relations-cell-mobile {flex-basis: auto;width:49.5%;}
.merchzone-mobile-images-container .item-cell.item-cell-grid {margin-bottom:4px;}
.merchzone-mobile-images-container a.thumbnail {padding:0;line-height:0;}
.merchzone-mobile-images-container img {width:100%;}

/* Home Link Cards */
.home-link-card-row {margin:0 0 28px}
.home-link-cards {height:calc( 50vw - 12px); max-height:300px;}
.category-link-card-title-holder {width:50%;}
.category-link-card-subtitle {font-size: .55em !important;}

/* Multimedia & Giveaway */
.home-video-holder, .home-page-giveaway {margin-bottom:28px;}
}

@media screen and (max-width: 414px){
/* Instagram Feed */
.home-page-category-line.home-page-bottom-section {padding:0 10px;margin:0 auto;}
.home-page-ins-views {margin-bottom:28px !important;}
.home-ins-posts-holder {justify-content: space-between;}
.home-ins-post {width:49%;}
.home-ins-post-content {font-size: 11px;line-height: 1.2;}
.home-ins-post-date {font-size:8px;letter-spacing:0.02rem;}

/* Project Gallery */
.home-page-project-views {margin-bottom:28px !important;}
.home-page-customer-projects {justify-content: space-between;}
.home-page-customer-projects-holder {width:49%;height: 71.875vw !important;}
}

@media screen and (max-width:360px){
/* Hero Banner & Cards */
.hero-card-title {font-size: 14px;line-height: 1.25;}
.hero-card-cta {font-size: 12px;}

/* Multimedia & Giveaway */
.home-mm-product-price {font-size:16px;}
.home-mm-product-name {font-size:11px;}

/* Project Gallery */
.home-page-customer-projects-holder {width:45.3125vw;min-height: 71.875vw !important;}
.project-showcase-title {font-size:12px;}
.project-showcase-tags li {font-size:11px;line-height: 14px;}
.project-showcase-link {display: none;}
}

/*****************************************/
/****** 03 Category Drilldown Pages ******/
.facets-facet-browse-results.facets-facet-browse-results-drilldown {padding:0 20px; margin:0 0 40px; border:none;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] {padding:10px 0 20px; width:100%; display:grid; grid-template-columns:repeat(auto-fit, 10.41095890410959%); grid-column-gap:0.78767123287%; grid-row-gap:10px;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] .facets-category-cell {padding:0; height:210px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner {padding:12px 8px; display:flex; flex-direction:column;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail {max-width:100%; width:110px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail a.facets-category-cell-anchor {display:block; line-height:0;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail .facets-category-cell-image {width:100%;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title {text-align:center; font-size:12px; line-height:13px; letter-spacing:-0.01rem; display:flex; align-items:center; padding-top:14px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-anchor {width:auto;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title:hover a {color:#000;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title a:hover {color:#00aae7;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-title-arrow {display:none;}

.facets-facet-browse-results.facets-facet-browse-results-drilldown .facets-facet-browse-description-only .facets-browse-category-heading-list-header {border-top:1px solid #dcddde; padding-top:30px;}
.facets-facet-browse-description-only .facets-browse-category-heading-main-description {padding:18px 16px; border-radius:14px; font-size:12px; line-height:20px; letter-spacing:-0.01rem;}

@media screen and (max-width:1280px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 11.93548387096774%); grid-column-gap: 0.64516129032%;}
}

@media screen and (max-width:1160px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 13.79294518751639%); grid-column-gap: 0.57489728123%;}
}

@media screen and (max-width:1024px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 15.65040650406504%); grid-column-gap: 1.21951219512%;}
}

@media screen and (max-width:880px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 19.14585542594556%); grid-column-gap: 1.06768071757%;}
}

@media screen and (max-width:780px) {
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { grid-template-columns:repeat(auto-fit, 23.64130434782609%); grid-column-gap: 1.8115942029%;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner {border-radius:0;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-title-arrow {display:none;}
}

@media screen and (max-width:600px) {
.facets-facet-browse-results.facets-facet-browse-results-drilldown {padding:0 10px;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] { display:flex; flex-direction: column;}
.facets-facet-browse-results-drilldown [data-view="Facets.CategoryCells"] .facets-category-cell {flex-basis:auto; width:100%; height:80px; margin-bottom:4px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner {flex-direction:row; padding:10px 12px; border-radius:6px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail {width:60px;padding:0; margin-right:18px;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-thumbnail .facets-category-cell-image {width:60px; max-width:none;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title {padding:0; justify-content:space-between;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title a {text-align:left; width:auto; font-size:13px; line-height:15px; letter-spacing:-0.015rem;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title a:hover {color:#000;}
.facets-facet-browse-results-drilldown .facets-category-cell-inner .facets-category-cell-title .facets-category-cell-title-arrow {display:block; position:relative; top:auto; right:auto; transform:none; margin:0; margin-left:12px;}

.facets-facet-browse-results.facets-facet-browse-results-drilldown .facets-facet-browse-description-only .facets-browse-category-heading-list-header {display:none;}
}

/***********************/
/****** PDP Pages ******/
.product-details-full {width:100%;padding:0 20px;}
.product-details-full-content {margin-top:0 !important;}
.product-details-full-main-content {padding:0 !important;}

/* PDP Image Gallery Main */
.product-details-full-main-content-left {width:auto;padding:0;}
.product-details-full-image-gallery-container {margin:0;}
.product-details-image-gallery .bx-wrapper {flex-direction: row-reverse;}
.product-details-image-gallery .bx-wrapper .bx-viewport {width:38.28125vw !important;max-width: 600px;min-width:200px;}

.product-details-image-gallery .bx-pager.bx-custom-pager {margin:0 6px 0 0;}
.product-details-image-container .product-details-image-gallery .bx-pager-item {margin:0 0 4px;}
.product-details-image-container .product-details-image-gallery .bx-pager-item:last-child {margin:0;}
.product-details-image-container .product-details-image-gallery .bx-pager-link {margin:0 !important;width:44px;height:44px;overflow:hidden;}
.product-details-image-container .product-details-image-gallery .bx-pager-link .video-play-button:before {content:'';width:20px !important;height:20px !important;left:-10px;bottom:-30px;background-size:contain;z-index:100;position: absolute;background-image:url("/site/playbutton.png");background-repeat: no-repeat;opacity:0.9;}
.product-details-image-gallery .bx-pager-link.active {border:1px solid #f47920;box-shadow:0 0 3px #f47920;box-shadow:0 0 3px rgba(244,121,32,0.6);}
.product-details-image-gallery .bx-pager-link img {width:100%;height:100%;}

.product-details-image-gallery-container {height:38.28125vw;max-height:600px;min-height:200px;}
.product-details-image-gallery-container img {padding:2px;}

/** PDP Image View More **/
.product-images-view-more-holder {position:absolute;top:338px;bottom:0;display:inline-block;}
.product-images-view-more-btn {margin:0;padding:0;width:44px;height:44px;box-sizing:border-box;border-radius:4px;border:1px solid #a7a9ac;background:#fff;font-size:11px;line-height:1;font-weight:600;letter-spacing:-0.015rem;color:#77787b;}
.product-images-view-more-btn:hover {border:1px solid #00aae7;color:#00aae7;}

/*************************/
/** PDP View More Modal **/
.product-details-view-more.modal-dialog.global-views-modal-large {margin:0 auto;position: absolute; top:50%; left:50%;-webkit-transform:translate(-50%, -49%) !important;-ms-transform:translate(-50%, -49%) !important; -o-transform:translate(-50%, -49%) !important; transform:translate(-50%, -49%) !important; max-height:100%;width:100%;max-width:1020px;padding:10px;}
.product-details-view-more .global-views-modal-content {padding:0;border:none;-webkit-box-shadow:3px 4px 6px rgba(0,0,0,0.16); box-shadow:3px 4px 6px rgba(0,0,0,0.16)}
.product-details-view-more .global-views-modal-content-header {position:relative;left:auto;width:100%;height:40px;margin:0;display:flex;flex-direction:row; flex-wrap:nowrap; justify-content:flex-end; align-items:center;padding:0 12px; background:linear-gradient(90deg, #E12727, #EE4826);border:none;}
.product-details-view-more .global-views-modal-content-header-close {font-size:34px;font-weight:300;padding:4px 0 5px 4px;line-height:18px;}

.product-details-view-more .global-views-modal-content .global-views-modal-content-body {padding:5px 20px 20px;}
.product-details-view-more .global-views-modal-content .product-view-more-container .product-details-information-tab-title a {padding:10px 30px 10px;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content {padding-top:29px;}
.product-details-information-tab-content-panel:first-child div.product-details-information-tab-content-container {padding-bottom:10px;padding-top:1px;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content .product-details-information-tab-content-container ul, .product-details-view-more .global-views-modal-content .product-view-more-tab-content .product-details-information-tab-content-container ol {margin:0 !important;}

.product-view-more-tab-content .bx-wrapper .bx-viewport {width:56.25% !important; flex:none; margin-right:2%;}
.product-view-more-tab-content .view-more-product-title {width:41.75%; top:2px; font-size:16px; line-height:20px; letter-spacing:-0.015rem; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow:hidden; text-overflow:ellipsis;}
.view-more-product-content-images .bx-controls {margin-top:60px;}
.view-more-product-content-images .bx-wrapper .bx-pager {margin:6px 0 0;}
.view-more-product-content-images .bx-wrapper .bx-pager .bx-pager-item {margin:12px 10px 0 0; line-height:0;}
.view-more-product-content-images .bx-wrapper .bx-pager-item a.bx-pager-link {margin:0;background-color:#fff;}
.view-more-product-content-images .bx-wrapper .bx-pager-item img {max-width:64px;width:64px;display:inline;}

/* View More Modal Video */
.product-view-more-videos-section {margin:0 0 20px;}
.product-view-more-videos-play-section iframe {padding-right:15px;}
.product-view-more-videos-list-section {width:225px;flex:none;}
.product-view-more-videos-list-section:before {height:calc(100% - 24px); top:24px;}
.product-view-more-videos-title {font-size:11px; font-weight:600;letter-spacing:-0.01rem;line-height:15px;}
.product-view-more-videos-list-section ul {border:none;padding-top:8px;}
.product-view-more-videos-list-section ul li.product-view-more-list-video-holder {padding:8px 5px 8px 9px; display:flex; flex-wrap:nowrap;}
.product-view-more-list-video-holder.active {background-color:#fff5ef;border-bottom:1px solid #F47920;}
.product-view-more-list-video-holder .product-view-more-list-video-name {padding-left:6px; font-size:11px; line-height:14px;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content .product-details-information-tab-content-container hr {background-color:#dcddde; height:1px; margin-block-start:10px; margin-block-end:10px;}
.product-view-more-info-section div:first-child {flex-shrink:0;flex-grow:0;}
.product-view-more-info-section .product-view-more-product-details-holder {margin-left:36px;}
.product-view-more-info-section .product-view-more-product-details-holder .product-view-more-product-title {font-size:16px; line-height:20px; letter-spacing:-0.015rem;}
.product-view-more-product-mpn {font-size:13px;color:#77787b; letter-spacing:-0.015rem; line-height:1.5;}
.product-view-more-product-mpn:before {content:'Model: '; font-size:13px; color:#77787b; letter-spacing:-0.015rem;}


/** Videos in Image gallery **/
li.product-details-image-gallery-video-container {display: flex;justify-content: center;height:38.28125vw !important;max-height:600px;min-height:200px;}
.product-details-image-gallery-video {padding:0 2px;line-height:0;width:100%;height:auto;}
.product-details-image-gallery-video div {line-height: 0;}
.product-details-image-gallery-video iframe {height: 21.140625vw !important;max-height:330px;min-height:100px;}

/** Single image (no gallery) **/
.product-details-image-gallery-detailed-image {width:38.28125vw;max-width:600px;min-width:200px;height:38.28125vw;max-height:600px;min-height:200px;}

/** Image zooming **/
.product-details-image-gallery-zoomed-area {cursor:pointer; background-color:transparent; background-image: url('/site/sca-zoom-dotmatrix.png');background-repeat: repeat;background-size: 3px;background-position: top left;}
.product-details-image-gallery-zoomed-image {border:1px solid #00aae7;box-shadow:none;margin-left:20px;}


/* Top Section Info */
.product-details-full-main-content-right {display: flex;flex:auto;flex-direction: column;width:10%;flex-grow:1;flex-shrink:1;padding:0 20px;}
.product-details-new-tag, .product-details-clearance-tag, .product-details-buyout-tag, .product-details-sale-tag {font-size:14px;line-height:1;font-weight:600;letter-spacing:-0.015rem;padding:1px 6px 2px;position:relative;bottom:2px;}
.product-details-full-content-header {margin-bottom:20px;margin-top:-4px;}
.product-details-full-content-header-title {font-size:20px;line-height:24px;letter-spacing: -0.015rem;}
.product-details-parts-model-holder {margin:0;margin-top:3px;line-height: 15px;}
.product-details-manufacturer {letter-spacing:-0.005rem;}
.product-details-parts-model {margin-left:18px;}
#partsnum {border:none;margin:0;padding:0;padding-left:3px;margin-right:-8px;}
.product-details-parts-model-mpn {margin-left:6px;padding-left:6px;border-left:1px solid #77787b;}
.product-details-full-main {padding:0 2px;}
.product-details-full-main-bottom-banner {margin:0;}
.product-details-product-information {font-size:13px;line-height: 20px;letter-spacing: -0.01rem;color:#141419;font-weight:500;}
.product-details-product-infor-key-feature {margin-top:16px;}
.product-details-product-key-feature-title {font-size:15px;line-height:1;}
.product-details-bullethighlight, .product-details-full-main ul {margin-left:16px;margin-top:9px;font-size:13px;line-height:16px;letter-spacing:-0.01rem;}
.product-details-product-infor-key-feature li {list-style:none;margin-bottom: 3px;text-indent:-14px;}
.product-details-product-infor-key-feature li:last-child {margin-bottom:0;}
.product-details-bullethighlight li:before {content:'•';padding-right:9px;}

/** PDP Review Teaser **/
.TTteaser {margin-top:9px !important;font-size:11px !important;color:#303030 !important;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important; display: flex !important; align-items: center !important; line-height:15px;}
.TTteaser__rating {display: inline-block !important;vertical-align: middle !important;line-height: 0 !important;margin-right:4px !important;}
.TTteaser__star {padding-right:1px !important;display: inline-block !important;line-height: 0 !important;}
.TTteaser__icon--full {fill:#ffd600 !important;}
.TTteaser__icon--half {stroke:#ffd600 !important;fill:transparent !important;color:#ffd600 !important;}
.TTteaser__icon--empty {stroke:#77787b !important;}
.TTteaser__read-qa, .TTteaser__read-comments, .TTteaser__read-reviews, .TTteaser__write-review {color:#00AAE7 !important; text-decoration: none !important;font-size:12px !important;line-height:15px !important; font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important; padding:0 3px !important; letter-spacing:-0.025rem;}
.TTteaser__write-review {padding-left:3px !important; padding-right:0 !important;}
.TTteaser__read-qa:hover, .TTteaser__read-comments:hover, .TTteaser__read-reviews:hover, .TTteaser__write-review:hover {color:#00AAE7 !important; text-decoration: underline !important;}

/* Purchasing Control Deck */
.product-details-add-to-cart-details-holder {padding:14px;padding-top:13px;}
.product-details-full-main-add-to-cart-details {width:200px;}

/** Pricing **/
.product-views-yourprice-tag, .product-views-price-listprice-label {font-size: 11px !important;letter-spacing:-0.02rem !important;width:55px !important;margin-right: 4px;}
.product-views-price-lead.product-price-your-price {position:relative;left:-4px;}
.product-views-price-freeshipping-container {display: flex;}
.product-views-price-listprice-freeshipping-label {font-size: 12px;font-weight: 600;line-height:15px;color:#303030;}
.product-details-add-to-cart-details-holder .product-views-price {line-height: 1;}
/* SuiteCentric KDF 2/10/2021 - REMOVED 1 LINE */
/* .product-details-add-to-cart-details-holder .product-views-price-lead {font-size:18px; letter-spacing:-0.015rem;color:#e12727;} */
.product-details-add-to-cart-details-holder .product-view-sale-tag {display:inline-block;font-size:11px;font-weight:800;letter-spacing:-0.025rem;width:auto;margin-right:4px;}
/* SuiteCentric KDF 2/10/2021 - ADDED 1 LINE */
.product-details-add-to-cart-details-holder .product-views-pricing-label {font-size:14px;}
.product-details-add-to-cart-details-holder .quantity-pricing-container.product-details-bulk-pricing {border-bottom:1px solid #dcddde;padding-bottom:9px;}
.product-details-add-to-cart-details-holder .product-details-full-divider-add-desktop-first-divider {display: none !important;}
.product-details-add-to-cart-details-holder .quantity-pricing {margin-bottom:0;margin-top:12px;}
.product-details-add-to-cart-details-holder .quantity-pricing-expander-body-container {font-size:12px;line-height:16px;}
.product-details-add-to-cart-details-holder .product-price-sale-tag {font-size:13px;font-weight:700;letter-spacing:-0.02rem;}
.product-details-add-to-cart-details-holder .product-price-sale-price {font-size:18px;font-weight:700;letter-spacing:-0.025rem;}
.product-details-full-main-add-to-cart-details .product-views-price-old {font-size:12px;color:#77787b;margin-top:2px;}
.product-details-add-to-cart-details-holder .product-views-price-sale-banner {display: inline-block; background-color:#EE6426; background-image: linear-gradient(to right, #E12727, #EE6426); height:18px; max-width:100%; width:auto; width:-webkit-fill-available; width:fit-content; font-size:11px; font-weight:600;letter-spacing:-0.02rem;line-height:1;padding:3px 16px 0 4px;margin-top:6px;}
.product-views-price-sale-banner:after {content:" ";position: absolute;right:0 !important;top:0 !important;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-right:8px solid #fff;}

/** Stock Messaging **/
.product-details-full-ship-time {font-size:12px;line-height:14px;}
.product-line-stock {line-height: 0;margin-top: 6px;}
.product-line-stock-msg, .product-line-stock-msg-in, .product-line-stock-msg-low, .product-line-stock-msg-out, .product-line-stock-msg-description, .pickup-in-store-fulfillment-options-stock-msg-in, .pickup-in-store-fulfillment-options-stock-msg-description {font-size:15px;line-height:16px;}
.message-success, .stock-info-in, .product-line-stock-msg-in, .pickup-in-store-fulfillment-options-stock-msg-in {color:#a2b427;}
.product-line-stock-msg-out {color:#e12727;margin-top:16px;letter-spacing:-0.02rem;font-weight:700;}
.product-details-full-ship-time-estimate {font-size:13px;line-height:1;margin:3px 0 10px;color:#e12727;}

/** Notified When Available **/


/** Quantity **/
.product-details-quantity-options {margin-top:10px;}
.product-details-quantity-options-title {text-transform:none;font-weight:700;font-size:11px;}
.product-details-quantity-container input::-webkit-outer-spin-button, .product-details-quantity-container input::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.product-details-quantity-container input[type=number] {-moz-appearance: textfield;}
.product-details-full-quantity-data-holder .product-details-quantity-value {/*width:40px;height:28px;*/text-align: center;/*font-size: 11px;*/font-weight:600;padding: 0;background:#fff;/*border:1px solid #a7a9ac;border-radius:4px !important;*/}

.cart-add-to-cart-button-container {margin-top:12px;}
.cart-add-to-cart-button-button {height: 28px;width:100%;margin:0;padding:0;font-size:14px;font-weight:normal;text-align: center; letter-spacing:0;
	background:#e12727;
	background-color: #EE4826;
	background-image: -webkit-gradient(#EE4826, #E12727);
	background-image: -webkit-linear-gradient(#EE4826, #E12727);
	background-image: -moz-linear-gradient(#EE4826, #E12727);
	background-image: -ms-linear-gradient(#EE4826, #E12727);
	background-image: -o-linear-gradient(#EE4826, #E12727);
	background-image: linear-gradient(#EE4826, #E12727);
	border:1px solid #e12727;
	border-radius: 4px;
}

/* PDP Add to Cart button hover state */
.button-primary:hover, .item-cell-quick-view-link:hover, .facets-item-cell-grid-quick-view-link:hover, .facets-item-cell-list-quick-view-link:hover, .facets-item-cell-table-quick-view-link:hover, .button-proceed-to-checkout:hover, .cart-add-to-cart-button-button:hover, .cart-quickaddtocart-button:hover, .button-proceed-checkout:hover, .cart-summary-button-proceed-checkout:hover, .cart-proceed-to-checkout:hover, .cart-detailed-proceed-to-checkout:hover, .button-saveforlater-addtocart:hover, .product-list-details-later-macro-button-addtocart:hover, .error-management-expired-link-login-button:hover, .error-management-expired-link-register-button:hover, .error-management-generic-logout-close-button:hover, .error-management-logged-out-close-button:hover, .facets-item-cell-table-add-to-cart-button:hover, .header-mini-cart .header-mini-cart-button-checkout:hover, .home-slide-caption .home-slide-caption-button:hover, .product-list-deletion-button-delete-button:hover, .product-reviews-form-actions-button-submit:hover, .product-reviews-form-preview-actions-button-submit:hover, .store-locator-details-get-directions-button:hover, .store-locator-results-button-find:hover, .store-locator-search-button-find:hover, .pickup-in-store-store-selector-list-row-select-for-pickup:hover {color:#fff;background:#ee4826;border-color:#e12727;text-decoration: none;}

/* PDP Add to Cart button focus/active state */
.button-primary:active, .item-cell-quick-view-link:active, .facets-item-cell-grid-quick-view-link:active, .facets-item-cell-list-quick-view-link:active, .facets-item-cell-table-quick-view-link:active, .button-proceed-to-checkout:active, .cart-add-to-cart-button-button:active, .cart-quickaddtocart-button:active, .button-proceed-checkout:active, .cart-summary-button-proceed-checkout:active, .cart-proceed-to-checkout:active, .cart-detailed-proceed-to-checkout:active, .button-saveforlater-addtocart:active, .product-list-details-later-macro-button-addtocart:active, .error-management-expired-link-login-button:active, .error-management-expired-link-register-button:active, .error-management-generic-logout-close-button:active, .error-management-logged-out-close-button:active, .facets-item-cell-table-add-to-cart-button:active, .header-mini-cart .header-mini-cart-button-checkout:active, .home-slide-caption .home-slide-caption-button:active, .product-list-deletion-button-delete-button:active, .product-reviews-form-actions-button-submit:active, .product-reviews-form-preview-actions-button-submit:active, .store-locator-details-get-directions-button:active, .store-locator-results-button-find:active, .store-locator-search-button-find:active, .pickup-in-store-store-selector-list-row-select-for-pickup:active, .button-primary:focus, .item-cell-quick-view-link:focus, .facets-item-cell-grid-quick-view-link:focus, .facets-item-cell-list-quick-view-link:focus, .facets-item-cell-table-quick-view-link:focus, .button-proceed-to-checkout:focus, .cart-add-to-cart-button-button:focus, .cart-quickaddtocart-button:focus, .button-proceed-checkout:focus, .cart-summary-button-proceed-checkout:focus, .cart-proceed-to-checkout:focus, .cart-detailed-proceed-to-checkout:focus, .button-saveforlater-addtocart:focus, .product-list-details-later-macro-button-addtocart:focus, .error-management-expired-link-login-button:focus, .error-management-expired-link-register-button:focus, .error-management-generic-logout-close-button:focus, .error-management-logged-out-close-button:focus, .facets-item-cell-table-add-to-cart-button:focus, .header-mini-cart .header-mini-cart-button-checkout:focus, .home-slide-caption .home-slide-caption-button:focus, .product-list-deletion-button-delete-button:focus, .product-reviews-form-actions-button-submit:focus, .product-reviews-form-preview-actions-button-submit:focus, .store-locator-details-get-directions-button:focus, .store-locator-results-button-find:focus, .store-locator-search-button-find:focus, .pickup-in-store-store-selector-list-row-select-for-pickup:focus {color:#fff;background:#e12727;border-color:#e12727;text-decoration: none;}

/** PDP Add to Cart Disabled **/
.cart-add-to-cart-button-button.disabled{color:transparent;font-size:0;background:#fff;opacity:0.75;}
.cart-add-to-cart-button-button.disabled:before {content:'Currently Unavailable';color:#e12727;font-size:14px;font-weight:600;letter-spacing:-0.02rem;}

.product-details-full-actions-addtoquote {display: inline-block;width:100%;margin-top: 10px;}
.product-details-full-actions-addtoquote .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote .product-detail-to-quote-loading {margin:0;font-size:12px;letter-spacing:-0.02rem;background-color:#efefef;background:#efefef;border:1px solid #a7a9ac;border-radius:4px;}

.product-details-full-divider-add-desktop {margin-top:16px;margin-bottom:14px;}
.product-details-full-shipping-details-holder {margin-top:14px;font-size:12px;line-height:14px;letter-spacing:-0.015rem;}
.product-details-full-free-shipping {color:#030303;font-weight:700;}
.product-details-full-return-policy {margin-top:10px;font-size:12px;line-height:14px;font-weight:600;letter-spacing:-0.03rem;}

.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {padding:7px 18px 7px 2px;letter-spacing:-0.01rem;}
.product-details-full-actions-addtowishlist .product-list-control-dropdown-button {width:19px;}

.product-details-full-social-share {margin-top:13px;}
.social-sharing-flyout-icons {line-height: 1;}
.product-details-full-social-share-title {font-size:12px;line-height:1;margin-right:14px;}
.social-sharing-flyout-content-social-facebook, .social-sharing-flyout-content-social-twitter, .social-sharing-flyout-content-social-google, .social-sharing-flyout-content-social-pinterest {line-height:1;}
.social-sharing-flyout-content-social-pinterest-icon, .social-sharing-flyout-content-social-facebook-icon, .social-sharing-flyout-content-social-twitter-icon {font-size: 17px;}
.social-sharing-flyout-content-social-twitter {margin-right:0;}

.product-details-overview {max-width:1540px;padding:0 20px;}
.product-details-full .product-details-full-divider-desktop {max-width:1500px;margin:40px auto 24px;}
.product-details-overview .product-details-full-divider-desktop {margin:24px 0;}

/** PDP Frequently Bought Together **/
.item-frenquently-title h3 {margin-bottom:20px;}
.frequently-container {margin-bottom:14px;}
.frequently-container .bx-controls {display: none;}
.frequently-container .merch-zone-slider {margin-left:0;width:100% !important;display:flex;}
.frequently-container .item-relations-cell {width:auto !important;height:160px !important;display: flex;align-items:center;justify-content:space-between;flex:none;margin-right:20px;}
.frequently-container .item-relations-cell:after {content:'+';font-size:20px;color:#000;font-weight:700;display:block;margin-left:20px;}
.frequently-container .item-relations-cell:last-child {margin-right:0 !important;}
.frequently-container .item-relations-cell:last-child:after {content:'';font-size:0;display:none;}
.frequently-container .item-relations-cell:last-child .item-cell.item-cell-grid a {padding-right:0;}
.frequently-container .item-relations-cell .item-cell.item-cell-grid {margin-bottom:0;}
.frequently-container .item-relations-cell .item-cell.item-cell-grid a {display: block;line-height: 0;}

.item-frenquntly-total-price {font-weight:700;color:#a2b427;letter-spacing:-0.02rem;}
.item-frenquently-add-all-cart {width:154px;height:26px;padding:0;background-color:#ee6426;background-image:linear-gradient(#EE4826, #E12727);}
/*.item-frenquntly-details-left {margin-left:26px;}*/
.item-frenquntly-details-left label {text-indent:-26px;margin-bottom:10px;display:flex;line-height:1.25;}
.item-frenquntly-details-left tr:last-child label {margin-bottom:0;}
input[type="checkbox"].item-frenquntly-checkout {margin-bottom:0;position:relative;top:2px;}
.item-frenquently-current-item {text-indent:0;line-height:1.25;padding-right:3px;}
.item-frenquently-product-title {text-indent:0;line-height:1.25;}

/* PDP Tabbed Content */
.product-details-information-content-tabs {margin:0 !important;width: 100%;display:flex;}
.product-details-information-tab-title a {padding:11px 30px;font-size:13px;font-weight:600;color:#000;letter-spacing:-0.015rem;line-height:17px;}
.product-details-information-tab-title.active a {color:#e12727;}
.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:auto;position: static;padding-left:0;padding-right:0;background:none;}

.product-details-information-downloads-container:before {content:'Manuals & Resources';font-size:15px;font-weight:500;letter-spacing:-0.02rem;display:block;margin-bottom:24px;line-height:18px;}
.product-details-information-downloads-container ul {margin:0;}
.product-details-information-downloads-container ul li {display: flex;align-items:center;}
.product-details-information-downloads-container ul li:not(:last-child) {margin-bottom:12px;}
.product-details-information-downloads-container ul li img {width:29px;height:34px;}
.product-details-information-downloads-container ul li a {margin-left:12px;}

.product-details-information-bottom-tabs li:first-child, .product-details-information-bottom-tabs li:first-child a {border-radius:0 0 0 7px;}
.product-details-information-bottom-tabs li:last-child, .product-details-information-bottom-tabs li:last-child a {border-radius:0 0 7px 0;}
.product-details-information-bottom-tab a {font-size:11px;font-weight:600;padding:7px 25px 8px;line-height:1;letter-spacing:-0.015rem;color:#77787b;background-color:#f6f6f6;}
.product-details-information-bottom-tab.active a {color:#e12727;background-color:#fff;}
.product-details-information-bottom-tab.active {background-color:#fff !important;border-top:1px solid #fff;}
.product-details-information-bottom-tab:not(.active) {border-top:1px solid #dcddde;}

/******************************************************/
/** PDP TurnTo Review inactive page length issue fix **/
/** Fixes massive whitespace below footer issue *******/
@media screen and (min-width:520px){
.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {display:none;}
.tab-content-panel.active, .active.product-details-information-tab-content-panel {display:block !important;}
}

@media screen and (max-width:1280px){
.product-details-image-container .product-details-image-gallery .bx-pager-link {width:36px;height:36px;}
.product-details-image-container .product-details-image-gallery .bx-pager-link .video-play-button:before {width:18px !important;height:18px !important;bottom:-26px;left:-9px;}
.product-details-image-gallery .bx-wrapper .bx-viewport {width:34.5489443378119vw !important;}
.product-details-image-gallery-video iframe {height:19.25vw !important;}

/** PDP Image View More **/
.product-images-view-more-holder {position:absolute;top:280px;bottom:0;display:inline-block;}
.product-images-view-more-btn {width:36px;height:36px;font-size:10px;}
.product-images-view-more-btn:hover {border:1px solid #00aae7;color:#00aae7;}

.product-details-full-main-content-right {padding:0 10px 0 14px;}
.TTteaser {display: block !important;}
.TTteaser__rating {width:100% !important;}
}

@media screen and (max-width:1040px){
/** PDP Tablet View Top Section **/
.product-details-full {padding:0 16px;}
.product-details-full-main-content {display: flex;flex-direction: row;flex-wrap:wrap;}
.product-details-full-main-content-left{order:1;width:10%;flex-grow:1;flex-shrink:1;border-bottom:1px solid #dcddde;padding-right:20px;}
.product-details-full-mid-content-header{display: flex;flex-wrap: wrap;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .product-details-full-content-header-title {font-size:18px;font-weight:normal;line-height:22px;letter-spacing:-0.02rem;width:100%;} */
.product-details-full-content-header-title {font-size:18px;font-weight:normal;letter-spacing:-0.02rem;width:100%;}
.product-line-model-value {font-weight:normal;}
#partsnum {margin-right:0;border:none;padding:0;}
.product-details-image-gallery .bx-wrapper {flex-direction: column;}
.product-details-image-gallery .bx-wrapper .bx-viewport {width:46.3541666666667vw !important; margin:10px auto 0;}
.product-details-image-gallery-container {height:46.3541666666667vw;}
.product-details-image-gallery-container img {padding:4px;}

li.product-details-image-gallery-video-container {display: flex;height:46.3541666666667vw !important;align-items:center;justify-content: center;}
.product-details-image-gallery-video {padding:0 2px;line-height:0;display: flex;justify-content: center;align-items: center;width:100%;}
.product-details-image-gallery-video div {width:100%;}
.product-details-image-gallery-video iframe {height:25.75vw !important;}

.product-details-image-gallery .bx-controls, .product-details-image-gallery .bx-custom-pager {display: flex;width:100%;justify-content: center;margin:6px 0 10px;}
.product-details-image-gallery .bx-wrapper .bx-pager {position:relative;}
.product-details-image-container .product-details-image-gallery .bx-pager-item {margin:0;margin-right:7px;}
.product-details-image-container .product-details-image-gallery .bx-pager-item:last-child {margin-right:0;}
.product-details-image-container .product-details-image-gallery .bx-pager-link {width:8px;height:8px;background-color:#dcddde;border:1px solid #a7a9ac;border-radius:100%;}
.product-details-image-gallery .bx-pager-link.active {box-shadow: none; background-color:#a7a9ac; border:1px solid #a7a9ac;}
.product-details-image-container .product-details-image-gallery .bx-pager-item img {display: none;}
.product-details-image-gallery-zoomed-image, .product-details-image-gallery-zoomed-area {display: none;}

/** PDP Image View More **/
.product-images-view-more-holder {position:relative;top:0;bottom:0;display:flex;justify-content:center;}
.product-images-view-more-btn {width:auto;height:auto;font-size:0;padding:8px 10px;margin:0 0 8px;}
.product-images-view-more-btn:before {content: 'View Full Image Gallery';font-size:11px;line-height:1;}
.product-images-view-more-btn:hover {border:1px solid #00aae7;color:#00aae7;}

/** View More Modal 1040 **/
.product-view-more-container div[role="tabpanel"] ul[role="tablist"] {display:flex;z-index:999;position:relative;}
.product-view-more-container .product-details-information-tab-title {flex-grow:1;}
.product-view-more-container .product-details-information-tab-title a {border-right:none;}
.product-details-view-more .global-views-modal-content .product-view-more-tab-content {position:relative;top:-1px;}
.view-more-product-content-images .bx-wrapper {flex-direction:row; align-items:inherit; padding-top:0;}
.view-more-product-content-images .bx-wrapper .bx-pager a {width:auto;height:auto;border-radius:0;}
.view-more-product-content-images .bx-wrapper .bxslider li.product-view-more-container img {max-height:540px;margin:auto;}
.product-view-more-tab-content .view-more-product-title {text-align: left;}

/*Single Product Image*/.product-details-image-gallery-detailed-image {width:46.3541666666667vw; height:46.3541666666667vw;margin:12px auto 14px;max-width:400px;max-height:400px;}

.product-details-full-main-add-to-cart-details {order:1;width:240px;border-bottom:1px solid #dcddde;}
.product-details-add-to-cart-details-holder{padding:0 0 20px 20px;border:none;border-radius:0;border-left:1px solid #dcddde;margin:0;min-height:460px;height:100%;}
.product-details-add-to-cart-details-holder .quantity-pricing {border:1px solid #a7a9ac;border-radius: 4px;padding:8px 5px;}
.product-details-add-to-cart-details-holder .quantity-pricing-container.product-details-bulk-pricing {padding:0;border:none;}
.product-details-add-to-cart-details-holder .quantity-pricing-container.product-details-bulk-pricing .product-details-full-divider-md {display: none;}
.quantity-pricing-expander-head {padding:0 9px 6px;border-bottom:1px solid #dcddde;margin-bottom:6px;}
.product-details-add-to-cart-details-holder .quantity-pricing-expander-body-container {padding:0 9px;font-size:11px;}

.product-details-quantity-options {justify-content:space-between;}
.product-details-quantity-options-title {display: none;}
.product-details-quantity-options-title-md {display: block;margin:0;font-size:13px;font-weight:600;letter-spacing:-0.01rem;}
.product-details-quantity-container {display: flex;width:100%;margin:0;}
.product-details-full-quantity-data-holder .product-details-quantity-value {width:50px;height:33px;border:none;border-top:1px solid #a7a9ac; border-bottom:1px solid #a7a9ac; border-radius:0 !important;font-size:12px;font-weight:normal;}
.product-details-full-quantity-data-holder .product-details-quantity-remove, .product-details-full-quantity-data-holder .product-details-quantity-add {display:block;width:36px;height:33px;font-size:18px;font-weight:700;color:#77787b;padding-bottom:1px;}
.product-details-full-quantity-data-holder .product-details-quantity-remove {border-radius:4px 0 0 4px;}
.product-details-full-quantity-data-holder .product-details-quantity-add {border-radius:0 4px 4px 0;}

.product-details-full-quantity-data-holder .product-details-quantity-remove {color:transparent !important;font-size:0 !important;line-height:0 !important;}
.product-details-full-quantity-data-holder .product-details-quantity-remove:before {content:'–';font-size:18px;color:#77787b;line-height:1;}
.product-details-full-quantity-data-holder .product-details-quantity-remove:disabled:before, .product-details-full-quantity-data-holder .product-details-quantity-add:disabled {color:#a7a9ac;}

.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-container {margin-top:20px;margin-bottom:20px;}
.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-button {height:38px;font-size:15px;}
.product-details-full-divider-add-desktop {display: none;}
.product-details-full-divider {margin:14px 0 12px;display: block;}
.product-details-full-shipping-details-holder {font-size:13px;line-height:1.25;}
.product-details-full-return-policy {font-size:13px;letter-spacing:-0.02rem;}

.product-details-full-actions-addtoquote {display: none;}
.product-details-full-actions-addtoquote-md {display: block;}
.product-details-full-actions-addtoquote-md .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote-md .product-detail-to-quote-loading {height:34px;padding:0 !important;margin:0;font-size:13px;font-weight:normal;display:flex;justify-content:center;align-items:center;}
.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {padding:0;height:34px;font-size:13px;}
.product-list-control-plus {display:inline;font-weight:700;}
.product-details-full-actions-addtowishlist .product-list-control-dropdown-button {display:none;}
.product-details-full-social-share {display: none;}


.product-details-full-main-content-right {order:2;width:100%;margin-top:24px;}
.product-details-full-content-header {display:none;}
.product-details-full-divider-desktop {display: none;}
.product-details-full-divider-md {display: block;margin:26px -16px;}
.product-details-full-social-share-md {display: flex;height:auto;margin:-14px 0;}
.product-details-full-social-share-md .product-details-full-social-sharing-md .social-sharing-flyout-icons a {margin-right:20px;}
.product-details-full-social-share-md .product-details-full-social-sharing-md .social-sharing-flyout-icons a:last-child {margin-right:0;}

/** PDP Tablet View Body **/
.product-details-overview {padding:0;}

.product-details-full-content-related-items {padding:0 16px 26px;border-bottom:1px solid #dcddde;margin-bottom:30px;}
.item-frenquently-image {width:140px;height:140px;}
.item-frenquntly-details-left {margin-left:0;}
.item-frenquntly-details-left label {text-indent:-26px;margin-bottom:10px;display:flex;line-height:1.25;}
.item-frenquntly-details-left tr:last-child label {margin-bottom:0;}
input[type="checkbox"].item-frenquntly-checkout {margin-bottom:0;position:relative;top:2px;}
.item-frenquently-current-item {text-indent:0;line-height:1.25;padding-right:3px;}
.item-frenquently-product-title {text-indent:0;line-height:1.25;}
.item-frenquently-details-holder {display: flex;justify-content: space-between;}
.item-frenquntly-product-total {margin:0;}


/** Product Details Tabbed Info **/
.product-details-information-content-tabs {display: flex;margin:0;border-top:1px solid #dcddde;border-bottom:1px solid #dcddde;justify-content:space-evenly;}
.product-details-information-tab-title {flex-grow:1;}
.product-details-information-tab-title a {width:100%;height:46px;padding:0;display: flex;justify-content: center;align-items: center;border-right:1px solid #dcddde;font-weight:600;letter-spacing:-0.015rem;}
.product-details-information-tab-title:last-child a {border-right:none;}
.product-details-information-tab-title.active a, .product-details-information-tab-title.active a:hover {border-bottom:3px solid #ee4826;background-color:#FFF5EF;color:#e12727;}
.product-details-information-tab-title a:hover {background-color:#f6f6f6;color:#303030;}

.product-details-information-tab-content{border:none;padding:40px 26px;}
.product-details-mobile-information-details-tab {padding:0;}

.product-details-information-bottom-tabs {border-top:1px solid #dcddde;padding:0 16px;margin:0 !important;}
.product-details-information-bottom-tabs li {margin-top:-1px;}
.product-details-information-bottom-tabs li:first-child, .product-details-information-bottom-tabs li:first-child a {border-radius:0 0 0 7px;}
.product-details-information-bottom-tabs li:last-child, .product-details-information-bottom-tabs li:last-child a {border-radius:0 0 7px 0;}
.product-details-information-bottom-tab a {font-size:11px;font-weight:600;padding:7px 25px 8px;line-height:1;letter-spacing:-0.015rem;color:#77787b;background-color:#f6f6f6;}
.product-details-information-bottom-tab.active a {color:#e12727;background-color:#fff;}
.product-details-information-bottom-tab.active {background-color:#fff !important;border-top:1px solid #fff;}
.product-details-information-bottom-tab:not(.active) {border-top:1px solid #dcddde;}

.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:auto;position: static;padding-left:0;padding-right:0;background:none;}
}

@media screen and (max-width:880px){
/* View More Modal 880 */
.product-view-more-container .bx-controls.bx-has-controls-direction.bx-has-pager {margin-top:60px;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link {border:1px solid #dcddde;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link.active {border-color:#F47920;}
}

@media screen and (max-width:768px){
/* View More Modal 768 */
.view-more-product-content-images {display:flex; flex-direction:column-reverse; align-items:center;}
.view-more-product-content-images .bx-wrapper {align-items:center; flex-direction:column;}
.product-view-more-tab-content .view-more-product-content-images .view-more-product-title {position:relative;top:auto;right:auto;width:100%;}
.product-view-more-tab-content .bx-wrapper .bx-viewport {width:100% !important; margin:0 auto; max-width:540px;}
.product-view-more-container .bx-controls.bx-has-controls-direction.bx-has-pager {display:block;margin-top:12px;}
.view-more-product-content-images .bx-wrapper .bx-pager {margin:0;}
.view-more-product-content-images .bx-wrapper .bx-pager .bx-pager-item {margin:0 7px 0 0;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link {width:6px;height:6px;border-radius:50%;background-color:#dcddde;border-color:#a7a9ac;}
.view-more-product-content-images .bx-wrapper .bx-pager a.bx-pager-link.active {background-color:#FFB780;border-color:#F47920;}
.view-more-product-content-images .bx-wrapper .bx-pager-item img {display:none;}
}

@media screen and (max-width:767px){

/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .product-details-full-content-header-title {font-size:16px;line-height:19px;} */
.product-details-full-content-header-title {font-size:16px;line-height:22px;}
.product-details-parts-model-holder {display: flex;}

/* Sub-Tablet Purchasing Controls */
.product-details-full-main-add-to-cart-details {width:210px;}
.product-details-add-to-cart-details-holder {padding-left:16px;}
.product-details-bulk-holder {border:none;padding:0;border-radius:0;}
.product-details-full-ship-time {margin-top:25px;}

.product-details-full-actions-addtoquote-md .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote-md .product-detail-to-quote-loading {font-size:12px;height:30px;}
.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {font-size:12px;height:30px;}

#product-details-tablet-divider {display: none;}

.frequently-container .item-relations-cell {margin-right:15px !important;height:100px !important;}
.frequently-container .item-relations-cell:after {margin-left:15px;}
.item-frenquently-image {width:100px;height:100px;}
.item-frenquently-details-holder {display: flex; flex-wrap:wrap;}
.item-frenquntly-details-left {width:100%;}
.item-frenquntly-product-total {width:100%;margin-top:10px;}

.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:auto;position: static;padding-left:0;padding-right:0;background:none;}
.product-details-information-tab-content .sc-pusher-header {display: none;}
}

@media screen and (max-width:600px){
.product-details-full {padding:0 10px;margin-top:14px;}

.product-details-full-main-content-left {order:0;width:100%;padding:0;border:none;margin-bottom:22px;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .product-details-full-content-header-title {font-size:13px;font-weight:600;letter-spacing:-0.02rem;line-height:16px;margin-bottom:4px;} */
.product-details-full-content-header-title {font-size:13px;font-weight:600;letter-spacing:-0.02rem;margin-bottom:4px;}
.product-details-image-gallery .bx-wrapper .bx-viewport {margin:8px auto 0;width:75vw !important;min-width:240px;max-width:600px;}
.product-details-image-gallery-container {height:75vw;min-height:240px;max-height:600px;}
li.product-details-image-gallery-video-container {height:75vw !important;}
.product-details-image-gallery-video iframe {height:40.75vw !important;}
.product-details-image-gallery .bx-controls, .product-details-image-gallery .bx-custom-pager {display:block !important;margin:8px 0 0 !important;top:auto !important;}
.product-details-image-gallery .bx-wrapper .bx-pager {font-size:0;}
.product-details-image-gallery .bx-pager-link {padding:0 !important;}

.product-images-view-more-btn {margin:10px 0 0;}

.product-details-full-main-add-to-cart-details {width:100%;margin:0 auto;border:none;}
.product-details-add-to-cart-details-holder {padding:0;border:none;}
.product-details-full-ship-time {margin-top:20px;}
.product-line-stock-msg, .product-line-stock-msg-in, .product-line-stock-msg-low, .product-line-stock-msg-out, .product-line-stock-msg-description, .pickup-in-store-fulfillment-options-stock-msg-in, .pickup-in-store-fulfillment-options-stock-msg-description {font-size:16px;line-height:1.2;letter-spacing:-0.015rem;}
.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-container {margin-bottom:18px;}
.product-details-full-main-add-to-cart-details .cart-add-to-cart-button-button {height:40px;}
.product-details-full-actions-addtoquote-md {margin-top:22px;}
.product-details-full-actions-addtoquote-md .product-detail-to-quote-add-to-quote-button, .product-details-full-actions-addtoquote-md .product-detail-to-quote-loading {height:34px;font-size:14px;letter-spacing:-0.01rem;}
.product-details-full-actions-addtowishlist .product-list-control-button-wishlist {height:34px;font-size:14px;letter-spacing:-0.01rem;margin-top:11px;}
.product-list-control-plus {font-weight:600;}

.product-details-full-main-content-right {margin-top:28px;padding:0;}
.product-details-product-information {margin:0;font-size:11px;line-height:18px;}
.product-details-bullethighlight, .product-details-full-main ul {font-size:11px;line-height:16px;margin-left:15px;margin-top:8px;}

.product-details-full-divider-md {margin:20px -16px 30px;}
.product-details-full-social-share-md {margin:-20px 0 -10px;justify-content:center;padding:0 4px;}

.product-details-full-content-related-items{padding:0 10px 36px;border:none;margin:0;}
.item-frenquently-details-holder {display:none;}
.frequently-container {margin:0;}
.frequently-container .bx-wrapper .bx-viewport {height:auto !important;border-left:1px solid #dcddde;border-right:1px solid #dcddde;}
.frequently-container .merch-zone-slider {left:0 !important;display:flex !important;justify-content:center!important;}
.frequently-container .item-relations-cell {height:auto !important;margin-right:18px !important;}
.frequently-container .item-relations-cell:after {display: none;}
.item-frenquently-image {display: none;width:0;height:0;}
.item-frenquently-image.active {display:block;height:40px;width:40px;margin:16px 0;}
.item-frenquntly-mobile-product-details {border:1px solid #dcddde;border-bottom:none;}
.item-frenquntly-mobile-product-details:first-child {border-top:none;}

.item-frenquntly-mobile-add-cart-holder {border:1px solid #dcddde;padding:14px 20px 17px;}
.item-frenquntly-item-frenquntly-mobile-add-cart-price {font-size:13px;letter-spacing:-0.02rem;text-align:center;}
.item-frenquntly-mobile-count {font-weight:700;margin-right:26px;}
.item-frenquently-add-all-cart {width:100%;height:35px;background:#fff;background-color:#fff;border:1px solid #ee4826;color:#ee4826;font-size:14px;font-weight:600;letter-spacing:-0.02rem;margin-top:13px;}
.item-frenquently-add-all-cart:hover, .item-frenquently-add-all-cart:focus, .item-frenquently-add-all-cart:active {background-color:#ee4826;color:#fff;}

.product-details-information-content-tabs {display: none;}
.product-details-information-tab-content {padding:0;}
.product-details-information-tab-content .sc-pusher-header {display: block;}
.product-details-mobile-information-details-tab {padding:10px 15px;}
.product-details-information-tab-content [data-pusher="sc-pushable-xs"] {width:100%;right:-100%;background:#fff; -webkit-transition:-webkit-transform 400ms ease; -moz-transition:-moz-transform 400ms ease; -o-transition:-o-transform 400ms ease; transition:transform 400ms ease;height:100%;position:fixed;top:0;z-index:10000;padding-bottom:40px;}
.tab-content-panel, .product-details-information-tab-content-panel {padding-bottom:0; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; overflow:hidden;max-height:none;height:0;}
.product-details-information-tab-content-panel {opacity:1;overflow-y: auto;}
.tab-content-panel.active, .active.product-details-information-tab-content-panel {opacity:1;height:100%;overflow-y: auto;}

}

@media screen and (max-width:440px){
/* View More Modal 440 */
.product-details-view-more .global-views-modal-content .global-views-modal-content-body {padding:1px 10px 14px;}
.product-view-more-videos-section {display: flex; flex-direction:column}
.product-view-more-videos-play-section {width:100%;height:56vw;}
.product-view-more-videos-play-section iframe {padding:0;}
.product-view-more-videos-list-section {width:100%;margin-top:14px;}
.product-view-more-videos-list-section:before {width:100%; height:1px;}
.product-view-more-videos-list-section ul {display:flex; flex-direction:row;flex-wrap:wrap; justify-content:space-evenly;padding-top:16px;}
.product-view-more-videos-list-section ul li.product-view-more-list-video-holder {width:100%; margin:4px 0;border-bottom:1px solid #f47920; padding-bottom:16px;}
.product-view-more-list-video-holder img {margin:0;margin-right:8px;}
}

/*****************************************************/
/****** TEMPORARY PDP ADJUSTMENT - REMOVE LATER ******/
.product-details-full-ship-time {opacity:0;line-height:0;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.PDPRowSection {overflow:auto;padding-bottom:20px;}
.container-full-width-nomargin {display:flex; flex-direction:row;flex-wrap:nowrap; align-items:flex-start; justify-content:space-between;}
.container-third-width {width:33%;flex-grow:1;padding:20px 10px; margin:10px 0; text-align:center;}
.container-third-width .h2-content-third-centered {color:#000; font-size:1.25rem; letter-spacing:-0.02rem;margin-left:0 !important; margin:10px auto 0;}
.container-third-width .p-content-third_v2 {margin-top:8px !important; line-height:1.2; font-size:14px !important;}
.container-third-width .img-content {}
@media screen and (max-width:440px){
.container-full-width-nomargin {flex-direction:column;}
.container-third-width {width:100%;padding:10px 0;}
.container-third-width .img-content {max-width:300px;}
}
/*****************************************************/
/*****************************************************/

/****** Cart Pages ******/
.cart-detailed {width:100% !important;max-width:1500px;padding: 0 20px;margin:30px auto 40px;}
.cart-detailed-body {display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:60px;width:100%;margin:0;}
.cart-detailed [data-view="Cart.SecurityPrivacy.View"] {width:auto;}
.cart-detailed-body .security-and-privacy-container {width:160px;}
.cart-security-privacy-container .cart-security-text, .cart-security-privacy-container .cart-privacy-text {padding:10px 15px 13px;background:#f6f6f6;}
.cart-security-privacy-container .cart-privacy-text {margin-top:3px;}
.cart-security-privacy-container h4 {font-size:13px !important;font-weight:700;line-height: 1;margin-bottom:6px;color:#77787b !important;letter-spacing:-0.015rem;}
.cart-security-privacy-container p {font-size:10px !important;font-weight:500;line-height:13px !important;color:#77787b !important;letter-spacing:-0.01rem;opacity:0.95;}


.cart-detailed-body .cart-detailed-left {flex-grow:1;width:60%;padding:0 20px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header {padding-top: 4px;padding-left:9px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title {padding:0;margin-bottom:30px;display: flex;align-items: center;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title .header-mini-cart-menu-cart-page-icon {width:36px;height:28px;padding:0;margin-right:20px;display: block;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title .cart-detailed-title-details-count {font-size:20px;font-weight:300;letter-spacing:-0.02rem;color:#77787b;padding:0;display:block;line-height:1;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title .cart-detailed-title-details-count .cart-summary-amount-subtotal {font-weight:600 !important; letter-spacing:-0.03rem;font-size:20px !important;vertical-align:initial !important;}
/* Cart Contents */
.cart-lines-row-heading {font-size:11px;font-weight:500;letter-spacing:-0.01rem;padding:0 20px;margin-bottom:7px;display:flex;justify-content:flex-start;}
.cart-lines-row-heading .cart-lines-thumbnail, .cart-lines-row-heading .cart-lines-table-quantity, .cart-lines-row-heading .cart-lines-table-total-amounts {margin:0;color:#77787b;font-weight:500 !important;font-size:11px;}
.cart-lines-thumbnail {width:100px;margin:0;}
.cart-lines-table-info-item {flex-grow:1;margin-right:0;padding-left:30px;width:10%;}
.cart-lines-table-quantity {width:110px !important;margin-left:33px !important;text-align:center;padding-top:0 !important;}
.cart-lines-table-total-amounts {width:157px;padding-left:17px;text-align:right;margin:0;padding-top:0 !important;}
.cart-lines-item-actions-desktop {width:100%;padding:0;padding-top:10px;margin-top:15px;}

.cart-detailed .cart-lines-row {display:flex;justify-content: flex-start;flex-wrap:wrap;padding:19px 20px 17px;}
.cart-lines-thumbnail a {display:block;line-height:0;font-size:0;}
.cart-lines-thumbnail img {width:100%;max-width:100px;}
.cart-lines-table-info-item .cart-lines-name {padding:0;margin-bottom:6px;}
.cart-lines-table-info-item .cart-lines-name-link {font-size:15px;font-weight:500;letter-spacing:-0.015rem;line-height:18px;display:block;}
.cart-lines-table-info-item .cart-line-part-model {font-size:11px;font-weight:500;line-height:1;padding-top:2px;}
.cart-lines-table-info-item .cart-line-part-model .cart-line-model-label:after {content:' ';}
.cart-lines-table-info-item .cart-line-part-model .cart-line-model-value {font-weight:700;}
.cart-lines-table-info-item .cart-lines-price {line-height:1;padding:0;margin:6px 0 0;}
.cart-lines-table-info-item .cart-lines-price .cart-line-per-price-label {font-size: 13px;font-weight:500;color:#000;letter-spacing:-0.015rem;}
.cart-lines-table-info-item .cart-lines-price .transaction-line-views-price, .cart-lines-table-info-item .cart-lines-price .transaction-line-views-price .transaction-line-views-price-exact {line-height:0;display: inline-block;}
.cart-lines-table-info-item .cart-lines-price .transaction-line-views-price-lead {font-size:13px;line-height:1;font-weight:600;letter-spacing:0.01rem;display:inline-block;}
.cart-lines-table-info-item .cart-lines-price .transaction-line-views-price-lead:before {content:' ';display: inline-block;}

.cart-lines-pe-stockmessage .title {font-size:13px;font-weight:700 !important;letter-spacing:-0.015rem;}
.cart-lines-pe-stockmessage .detail {font-size: 13px;font-weight:500 !important;letter-spacing:-0.015rem;line-height:1;}

.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {width:44px !important;height:32px;border-radius:4px;border:1px solid #a7a9ac;text-align:center;font-size:13px;font-weight:600;letter-spacing:-0.01rem;padding:0;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value::-webkit-outer-spin-button, .cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value[type=number] {-moz-appearance: textfield;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-lines-table-total {display:none;}

.cart-item-summary-quantity-remove, .cart-item-summary-quantity-add {width:33px;font-size:16px;line-height:1;font-weight:700;padding:0;}
.cart-item-summary-quantity-remove:hover, .cart-item-summary-quantity-add:hover, .cart-item-summary-quantity-remove:active, .cart-item-summary-quantity-add:active {background:#dcddde;}

.cart-lines-table-total-amounts .cart-item-summary-amount-values {font-size:15px;letter-spacing:-0.015rem;font-weight:500;}

.cart-lines-table-info-item .product-line-sku-container {display:none;}

.cart-lines-item-actions-desktop .cart-item-actions-links {margin:0;}
.cart-lines-item-actions-desktop .cart-item-actions-links a {font-size:13px;font-weight:500;letter-spacing:0;color:#77787b;padding:0;line-height:18px;}
.cart-lines-item-actions-desktop .cart-item-actions-links a:hover {color:#00aae7;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-saveforlater {padding-right:8px;border-right:1px solid #77787b;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-remove {padding-left:8px;}



.cart-detailed-body .cart-detailed-right {width:260px;padding:0;}
.cart-summary-title {font-size:16px;font-weight:500;letter-spacing:-0.025rem;line-height:1;padding:13px 0; margin-bottom:15px;}
.cart-summary-subtotal, .cart-summary-shipping {padding:0 13px;}
.cart-summary-subtotal {margin-bottom:4px;}
.cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal, .cart-summary-amount-shipping {padding:0;}
.cart-summary-subtotal .cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal {font-size:15px;font-weight:700;letter-spacing:-0.02rem;line-height:1;}
.cart-summary-shipping .cart-summary-grid-float {font-size:14px;line-height:1;font-weight:500;letter-spacing:-0.01rem;margin-bottom:3px !important;}
.cart-summary-subtotal-legend {margin:0;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:-0.01rem;}
.cart-summary-subtotal-legend div {margin-top:16px;font-size:11px; letter-spacing:0;color:#77787b;border-top:1px solid #dcddde;padding-top:6px;}
.cart-summary-subtotal-legend .product-details-full-free-shipping {color:#77787b;}
.cart-summary-subtotal-legend .product-details-full-return-policy {margin-top:6px;border:none;}
.cart-summary-button {padding:0 13px !important;margin-bottom:15px;}
.secure-cart-summary-button-proceed-checkout {padding:4px 14px 5px 18px;height: 32px;border-radius:4px;display: flex;justify-content:space-between;align-items: center;font-size:14px;font-weight:600;}
.secure-cart-summary-button-proceed-checkout:hover {background:#ee4826;}

/** Free Bonus Items **/
.cart-detailed-item-free .cart-item-summary-quantity-value {height:36px !important; border-radius:0 !important; border-left:none !important; border-right:none !important;}

/** Cart Promo Code **/
.cart-promocode-container {padding:13px 13px 15px;border-radius:4px;margin-bottom:20px;}
.cart-promocode-form {padding:0;}
.cart-promocode-form-summary-grid {display:flex; flex-wrap:wrap;}
.cart-promocode-form-label {font-size:16px;font-weight:500;letter-spacing:-0.025rem;line-height:1;width:100%;padding-bottom:13px;}
.cart-promocode-form-summary-container-input {width:185px;margin:0;flex-grow:0;}
.cart-promocode-form-summary-input {font-size:13px;letter-spacing:-0.025rem;padding:7px 8px;}
.cart-promocode-form-summary-promocode-container-button {margin:0 !important;flex-grow:1;line-height:1;font-size:13px;text-align:right;padding-left:4px;}
.cart-promocode-form-summary-button-apply-promocode {font-size:13px;letter-spacing:-0.025rem;padding:4px 0 4px 4px;}
/*** Promo Code Error message ***/
.global-views-message.global-views-message-error.alert {background:#fbf2f2;border:1px solid #e12727;font-size:13px;letter-spacing:-0.015rem;display:flex;justify-content: space-evenly;align-items:center;flex-direction: row-reverse;padding:8px;}
.global-views-message.global-views-message-error.alert div {color:#e12727;padding:0;width:180px;}
.global-views-message.global-views-message-error.alert .global-views-message-button {background:#fbf2f2;color:#e12727;font-weight:500;font-size:22px;position:relative;top:-1px;right:auto;margin:0;margin-right:10px;}
/*** Promo Code applied ***/
.cart-summary-promocode-list .cart-promocode-list-item-container {padding:0;}
.cart-promocode-list-item-code {width:216px;}
.cart-promocode-list-item-code-value {font-size:13px;font-weight:700;letter-spacing:-0.015rem;line-height:15px;padding:0;}
.cart-detailed .cart-detailed-right .cart-promocode-description, .cart-detailed .cart-detailed-right .cart-promocode-time {margin:0;font-size:13px;font-weight:500;color:#77787b;line-height:15px;letter-spacing:-0.025rem;}
.cart-promocode-list-item-remove-action, .cart-promocode-list-item-remove-action i {width:15px;font-size:15px;line-height:15px;font-weight:600;margin:0;text-align:center;}

.cart-summary-discount-applied {padding:0 13px;margin-bottom:15px;}
.cart-summary-discount-applied .cart-summary-grid-float {font-size:13px;letter-spacing:-0.015rem;}
.cart-summary-discount-applied .cart-summary-amount-discount-total {font-size:13px;padding:0;color:#e12727;font-weight:600;}
.cart-summary-discount-applied .cart-summary-amount-discount-total:before {content:'-';}

/** Quick Add **/
.cart-detailed-right .quick-order {padding:0;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle {padding:0 19px 0 15px;font-size:16px;font-weight:500;letter-spacing:-0.02rem;line-height:42px;border-top-left-radius:4px;border-top-right-radius:4px;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle.collapsed {border-radius:4px;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle .quick-order-expander-toggle-icon:before {font-size:18px;}
.cart-detailed-right .quick-order .quick-order-expander-body {border-bottom-left-radius:4px;border-bottom-right-radius:4px;position: relative;top:0;}
.cart-detailed-right .quick-order .quick-order-expander-body.collapsing {top:-1px;}
.quick-order-expander-container .quick-add-box {padding:15px 15px 16px;}
.quick-order-expander-container .quick-add-box label {font-size:11px;font-weight:500;letter-spacing:-0.025rem;line-height:1;margin-bottom:6px;}
.quick-order-expander-container .quick-add-box .quick-add-box-left .itemssearcher-input {padding:0 8px;height:32px;font-size:13px;letter-spacing:-0.025rem;}
.quick-add-box-left .quick-add-box-input p[data-validation-error="block"] {background:#fbf2f2;font-size:13px;letter-spacing:-0.025rem;padding:8px; margin-top:3px;}
.cart-detailed-right .quick-add-box-right-main {display:flex; flex-wrap:wrap; justify-content: space-between; width:100%;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty {margin:0;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value {width:60px;height:32px;font-size:13px;line-height:1;letter-spacing:-0.025rem;text-align:center;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value::-webkit-outer-spin-button, .cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value[type=number] {-moz-appearance: textfield;}

.cart-detailed-right .quick-add-box-right-main .quick-add-box-button {width:147px !important;height:32px !important;padding:0 13px 0 14px;font-size:13px;letter-spacing:-0.025rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;border-radius:4px;background:#00aae7;}
.cart-detailed-right .quick-add-box-right-main .quick-add-box-button:hover, .cart-detailed-right .quick-add-box-right-main .quick-add-box-button:focus, .cart-detailed-right .quick-add-box-right-main .quick-add-box-button:active {background:#018fc2;}

/** Empty Cart **/
.cart-detailed-empty {flex-grow:1;width:10%;padding:0 20px;}
.cart-detailed-empty .cart-detailed-header {padding-top:4px;padding-left:9px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;}
.cart-detailed-empty .cart-detailed-header .header-mini-cart-menu-cart-page-empty-icon {width:36px;height:28px;padding:0;margin-right:20px;display:block;}
.cart-detailed-empty .cart-detailed-header .cart-detailed-title {font-size:20px;font-weight:300;margin:0;padding:0;}
.cart-detailed-empty .empty-cart-shopping {padding:30px;border:1px solid #efefef;margin-left:0;margin-bottom:0;}
.cart-detailed-empty .empty-cart-shopping .quick-order-empty-cart, .cart-detailed-empty .empty-cart-shopping .cart-require-sign-in {font-size:15px;letter-spacing:-0.02rem;line-height:20px;color:#77787b;margin-bottom:15px;}
.cart-detailed-empty .empty-cart-shopping .cart-continue-shopping {margin:0;margin-top:9px;width:200px;height:32px;border-radius:4px;border:1px solid #e12727;background-image:linear-gradient(#EE4826, #E12727);font-size:14px;font-weight:600;letter-spacing:-0.025rem;}
.cart-detailed-empty .empty-cart-shopping .cart-continue-shopping:hover {background:#ee4826;}
.empty-cart-paypal-desktop-logo {margin:0 auto 25px;display: block;}
.cart-detailed-empty .empty-cart-shopping .cart-view-project-list {width:200px;height:32px;margin-left:8px;border-radius:4px;font-size:14px;font-weight:500;letter-spacing:-0.025rem;}
.cart-detailed-empty .empty-cart-shopping .cart-view-project-list:hover {background:#efefef;}

/** Saved for Later **/
.cart-detailed-savedforlater .product-list-details-later {padding:0;border:1px solid #efefef;}
.cart-detailed-savedforlater .product-list-details-later .product-list-details-later-row {padding:0;}
.cart-detailed-savedforlater .product-list-details-later .product-list-details-later-col {padding:0;overflow:hidden;}
.cart-detailed-savedforlater .product-list-details-later h3 {font-size:18px;color:#e12727;font-weight:600;letter-spacing:-0.025rem;width:100%;padding:14px 20px;border-bottom:1px solid #efefef;line-height: 1; height:auto; margin-bottom:10px;display:flex; justify-content:space-between;align-items:center;}
.product-list-details-later-shopping-cart-title-details-count {display:block !important;color:#77787b;font-weight:700;}
.product-list-details-later-confirm-message {padding:0 20px;}
.product-list-details-later-confirm-message .global-views-message {display:block;margin-bottom:10px !important;}
.product-list-details-later-confirm-message .global-views-message .global-views-message-button {position:relative; top:auto; right: auto;}
.cart-detailed-savedforlater .backbone-collection-view-row {margin:0;}
.cart-detailed-savedforlater .products-detail-later-cell {width:100%;padding:10px 20px; border-bottom:1px solid #efefef;}
.cart-detailed-savedforlater .products-detail-later-cell:last-child {border:none;}
.product-list-details-later-macro-selectable-actionable div:not([class]) {display:flex; flex-wrap:nowrap;}
.product-list-details-later-macro-thumbnail {width:100px;padding:0;}
.product-list-details-later-macro-thumbnail img {width:100%;max-width:600px;}
.product-list-details-later-macro-details {flex-grow:1;padding:0;margin-left:20px;display: flex; align-items:center;justify-content: space-between;}
/*** SFL info ***/
.product-list-details-later-macro-info {flex-grow:1;}
.product-list-details-later-macro-details .product-list-details-later-macro-name {line-height:1;}
.product-list-details-later-macro-name-link {font-size:14px; font-weight:500; letter-spacing:-0.015rem; color:#000;}
.product-list-details-later-macro-info .plp-price-lead, .product-list-details-later-macro-info .product-views-price-lead {font-size:14px;}
/*** SFL some data pusher container? ***/
.product-list-details-later-macro-selectable-actionable div[data-view="Item.SelectedOptions"] {display: none;}
/*** SFL quantity ***/
.product-list-details-later-macro-qty {width:auto;line-height: 0;padding:0 20px;}
.product-list-details-later-macro-qty-form label {margin:0;}
.product-list-details-later-macro-label-qty {display:none;}
.product-list-details-later-macro-input-qty {margin:0;}
.product-list-details-later-macro-qty input[type=number] {width:44px;height:32px; border:1px solid #a7a9ac; border-radius:4px; font-size:11px; font-weight:600; padding:0; text-align:center;margin:0;}
.product-list-details-later-macro-qty input[type=number]::-webkit-outer-spin-button, .product-list-details-later-macro-qty input[type=number]::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.product-list-details-later-macro-qty input[type=number] {-moz-appearance: textfield;}
/*** SFL stock message ***/
.product-list-details-later-macro-item-stock {width:120px; margin-right:20px;}
.product-list-details-later-macro-item-stock .product-line-stock {margin:0;}
.product-list-details-later-macro-item-stock .product-line-stock .product-line-stock-msg-out {margin:0;font-size:14px;font-weight:500;}
.product-list-details-later-macro-item-stock .product-line-stock .product-line-stock-msg-in-text {margin:0; font-size:14px; font-weight:500; color:#000;}
/*** SFL Actions ***/
.product-list-details-later-macro-actions {display:flex; flex-direction: row;}
.product-list-details-later-macro-button-addtocart, .product-list-details-later-macro-button-remove {background:none;color:#77787b;padding:0;margin:0;border:none;border-radius:0;display:block;line-height:18px;font-size:13px;letter-spacing:-0.01rem;}
.product-list-details-later-macro-button-remove {border-left:1px solid #77787b; margin-left:8px; padding-left:8px;}
.product-list-details-later-macro-button-addtocart:hover, .product-list-details-later-macro-button-remove:hover {background:none;color:#00aae7;}

@media screen and (max-width:1280px){
.cart-detailed {border:none;}
.cart-security-privacy-container {display:block;}
.cart-item-summary-quantity-remove, .cart-item-summary-quantity-add {height:32px !important;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {border:1px solid #a7a9ac !important; padding:0 !important; height:32px !important;border-right:none !important; border-left:none !important;}
.cart-lines-table-total-amounts {width:124px;}
.cart-lines-item-actions-desktop {display:block;}
.cart-lines-item-actions-mobile {display: none;}
.cart-lines-item-actions-desktop .cart-item-actions-links {display:table;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-saveforlater, .cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-remove {border-radius:0;background:none;border:none;}
.cart-lines-item-actions-desktop .cart-item-actions-links .cart-item-actions-item-list-actionable-edit-content-saveforlater {border-right:1px solid #77787b; }

.cart-detailed-item-free .cart-item-summary-quantity-value {height:32px !important;}
}

@media screen and (max-width:1140px) {
.cart-detailed-body .security-and-privacy-container {display: none;}
.cart-detailed-body .cart-detailed-left {padding-left:0;}
.cart-detailed-body .cart-detailed-empty {padding-left:0;}
}

@media screen and (max-width:1040px) {
.cart-detailed {border:none;margin:0;padding:0;}
.cart-detailed-body {border:4px solid #dcddde;border-bottom:16px solid #dcddde; padding:20px 12px 30px;}
.cart-detailed-body .cart-detailed-left {padding-right:26px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header {padding-top:0;padding-left:10px;}
.cart-detailed-body .cart-detailed-left .cart-detailed-header .cart-detailed-title {margin:0 0 20px;}
.cart-lines-row-heading {display:none;}
.cart-detailed .cart-lines-row {padding:15px 16px 16px;}
.cart-lines-thumbnail {order:0;}
.cart-lines-table-info-item {order:0; min-width:230px; padding-left:22px;}
.cart-lines-table-info-item .cart-lines-name-link {font-size:13px;line-height:15px;}
.cart-lines-table-info-item .cart-line-part-model {padding-top:4px;}
.cart-lines-pe-stockmessage .detail {font-size:11px; font-weight:600 !important;}


.cart-lines-table-total-amounts {order:0;width:97px;}
.cart-lines-table-total-amounts .cart-item-summary-amount-values {font-size:14px;font-weight:600;}

.cart-lines-table-quantity {order:2;width:120px !important;margin:12px 160px 0 0 !important; position: relative;left:-10px;}
.cart-lines-summary .cart-item-summary-item-list-actionable-qty .cart-item-summary-item-list-actionable-qty-form {line-height:0;}
.cart-lines-summary .cart-item-summary-item-list-actionable-qty label {margin:0;}
.cart-item-summary-quantity-remove, .cart-item-summary-quantity-add {display: block !important; width:36px; height:33px !important; font-size:18px; font-weight:700; color:#77787b; padding:0; padding-bottom:1px;}
.cart-item-summary-quantity-remove {border-radius:4px 0 0 4px;}
.cart-item-summary-quantity-add {border-radius:0 4px 4px 0;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {border-right:none !important; border-left:none !important; border-radius:0; height:33px !important; font-size:12px; font-weight:500;} 
.cart-item-summary-quantity-remove {color:transparent !important;font-size:0 !important;line-height:0 !important;}
.cart-item-summary-quantity-remove:before {content:'–';font-size:18px;color:#77787b;line-height:1;}
.cart-lines-item-actions-desktop {display:none;}
.cart-lines-item-actions-mobile {display:block;order:2;flex-grow:1;margin-top:12px;}
.cart-item-actions-links {display:flex;width:162px;justify-content:space-between; margin:0;}
.cart-item-actions-links a {height:33px !important; padding:8px 10px !important; width:auto !important; font-size:12px; font-weight:600; letter-spacing:-0.025rem; border-radius:4px; background:#efefef; border:1px solid #a7a9ac; margin:0; display:flex; align-items: center;}
.cart-item-summary-quantity-remove:hover, .cart-item-summary-quantity-add:hover, .cart-item-actions-links a:hover, .cart-item-summary-quantity-remove:active, .cart-item-summary-quantity-add:active, .cart-item-actions-links a:active, .cart-item-summary-quantity-remove:focus, .cart-item-summary-quantity-add:focus, .cart-item-actions-links a:focus {background:#dcddde;}

.cart-detailed-body .cart-detailed-right {width:230px;}
.cart-summary-title {font-size:15px;padding:12px 0;}
.cart-summary-subtotal {margin-bottom:3px;}
.cart-summary-subtotal .cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal {font-size:14px;}
.cart-summary-shipping .cart-summary-grid-float {margin-bottom:4px !important;}
.cart-promocode-form-label {font-size:15px;}
.cart-promocode-form-summary-container-input {width:155px;}
.cart-promocode-form-summary-input {font-size:12px;}
.cart-detailed-right .quick-order .quick-order-expander-head-toggle {font-size:15px;}
.quick-add-box label.quick-add-input-quantity {padding:0;}
.cart-detailed-right .quick-add-box-right-actionable-input-qty input.quick-add-box-right-quantity-value {width:50px;}
.cart-detailed-right .quick-add-box-right-main .quick-add-box-button {font-size:12px; width:138px !important;}
.cart-summary-promocode-list .cart-promocode-list-item-container {margin-top:12px;}
.cart-promocode-list-item-code {width:186px;}
.cart-detailed .cart-detailed-right .cart-promocode-description, .cart-detailed .cart-detailed-right .cart-promocode-time {font-size:11px; line-height:13px;}

.cart-detailed-footer {padding: 0 16px 20px;}
.cart-detailed-savedforlater .product-list-details-later {padding-top:30px;}

.cart-detailed-empty .empty-cart-shopping {margin-left:0;}

.cart-detailed-item-free .cart-item-summary-quantity-value {height:33px !important;}
}

@media screen and (max-width:800px) {
.cart-detailed-header {display:block;}
.cart-summary-container-mobile {display: none;}
.cart-lines-table-quantity {order:2;width:120px !important;margin:12px 0 0 !important;}
.cart-item-summary-item-list-actionable-container-qty {display: inline;}
.cart-promocode-container-mobile {display: none;}
.cart-promocode-container {display: block;}
.cart-summary-title {display: block;}
.cart-summary-container {border:1px solid #dcddde !important; border-radius:4px; padding:0;margin-bottom:20px;}
.secure-cart-summary-button-proceed-checkout-mobile {display:none;}
.cart-summary-button a.secure-cart-summary-button-proceed-checkout {padding:4px 14px 5px 18px !important;}

.cart-detailed-empty .cart-detailed-header {margin-bottom:20px;}
.cart-detailed-empty .empty-cart-shopping {width:100%;padding:16px;}
}

@media screen and (max-width:767px) {
.cart-detailed-savedforlater .product-list-details-later {border: none;}
.cart-detailed-savedforlater .product-list-details-later-button-saveforlater-pusher {margin:0;}
.cart-detailed-savedforlater .sc-pusher-header-back:hover {color:#e12727;}

.cart-detailed-savedforlater .products-detail-later-cell {padding:14px 12px;}
.product-list-details-later-macro-details {flex-direction:row; flex-wrap:wrap;}
.product-list-details-later-macro-info {width:100%;order:0;}
.product-list-details-later-macro-item-stock {display:block; width:100%; order:0; margin:10px 0 0;}
.product-list-details-later-macro-qty {display:block; order:1; padding:0;margin-top:10px;margin-right:10px;flex-grow:1;}
.saveforlater-quantity-add, .product-list-details-later-macro-button-quantity-add, .saveforlater-quantity-minus, .product-list-details-later-macro-button-quantity-minus {width:36px;height:32px;background:#efefef;border:1px solid #a7a9ac; color:#77787b; font-size:18px; font-weight:700;}
.product-list-details-later-macro-button-quantity-minus {border-radius:4px 0 0 4px;}
.product-list-details-later-macro-button-quantity-add {border-radius:0 4px 4px 0;}
.product-list-details-later-macro-qty input[type=number] {width:50px;border-radius:0; border-left:none; border-right:none;}

.product-list-details-later-macro-actions {order:1; flex-grow:0;margin-top:10px;}
.product-list-details-later-macro-button-addtocart, .product-list-details-later-macro-button-remove {height:32px; background:#efefef; border-radius:4px; padding:0 12px; border:1px solid #a7a9ac; font-size:12px; font-weight:600; letter-spacing:-0.02rem;}

.product-list-details-later-macro-button-quantity-minus:hover, .product-list-details-later-macro-button-quantity-add:hover, .product-list-details-later-macro-button-addtocart:hover, .product-list-details-later-macro-button-remove:hover {background:#dcddde;border:1px solid #a7a9ac;color:#77787b;}
}


@media screen and (max-width:670px) {
.cart-detailed-body .cart-detailed-right div[data-view="Quick.Order"] {display: none;}
.cart-detailed-body {padding:0;}
.cart-detailed-body .cart-detailed-left {padding:0;}
.cart-detailed-header {display:none;}
.cart-summary-title {display: none;}
.cart-summary-container-mobile {display:block;padding:15px 16px 20px;}
.cart-summary-container {border:none !important; margin:0;}
.cart-summary-subtotal {padding:0;margin-bottom:15px;}
.cart-summary-subtotal .cart-summary-grid-float, .cart-summary-subtotal .cart-summary-amount-subtotal {margin-bottom:3px;}
.cart-summary-button {margin:0;padding:0 !important;}
a.secure-cart-summary-button-proceed-checkout-mobile {padding:0 14px 0 18px !important; margin:0;border-radius:4px; height:34px;font-size:14px; font-weight:600; letter-spacing:-0.025rem; display:flex; align-items:center; justify-content:space-between; background-image:linear-gradient(#ee4826, #e12727); border:1px solid #e12727; line-height: 1;}
.cart-summary-button a .cart-secure-checkout {font-weight:500; font-size:26px; line-height:1;}
a.secure-cart-summary-button-proceed-checkout-mobile:hover {background:#ee4826;}

.cart-detailed .cart-lines-row {padding:15px 8px 18px; border:none; border-top:1px solid #dcddde;}
.cart-lines-thumbnail {width:80px;}
.cart-lines-table-info-item {padding-left:11px;min-width:200px;width:calc(100% - 80px);}
.cart-lines-table-info-item .cart-line-part-model {color:#a7a9ac;padding-top:2px;}
.cart-item-summary-amount-values-extended {font-size:13px;}
.cart-lines-table-quantity {margin:18px 0 0 !important; left:auto;}
.cart-item-summary-item-list-actionable-container-qty {display:inline;}
.cart-detailed-item-view-cell-actionable-table .cart-lines-table-quantity .cart-item-summary-quantity-value {width:48px !important;}
.cart-lines-item-actions-mobile {margin-top:18px;}

.cart-promocode-form-label {font-size:16px;}
.cart-promocode-form-summary-container-input {flex-grow:1;}
.cart-promocode-form-summary-promocode-container-button {flex-grow:0;padding:0;}
.cart-promocode-form-summary-button-apply-promocode {padding:4px 12px;}
.cart-summary-promocode-list .cart-promocode-list-item-container {margin-top:18px;display: flex;}
.cart-promocode-list-item-code {flex-grow:1;}
.cart-detailed .cart-detailed-right .cart-promocode-description, .cart-detailed .cart-detailed-right .cart-promocode-time {font-size:13px; line-height:15px;}

.cart-detailed-body .cart-detailed-right {width:100%; border-top:1px solid #dcddde;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] {display:flex;flex-direction:column;}
.cart-promocode-container-mobile {display:none;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] .cart-summary {order:1;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] .cart-promocode-container {display:block;order:0; border-radius:0; border:none; border-bottom:1px solid #dcddde; padding:15px 16px 18px; margin-bottom:15px;}
.cart-detailed-body .cart-detailed-right div[data-view="Cart.Summary"] div[data-cms-area="cart_summary_cms_area_3"] {order:2;}

.cart-detailed-right .cart-summary-container {padding:4px 16px 20px;}
.cart-detailed-right .cart-summary-subtotal, .cart-detailed-right .cart-summary-shipping {padding:0;}
.cart-detailed-right .cart-summary-subtotal {margin-bottom:5px;}
.cart-detailed-right .cart-summary-subtotal .cart-summary-amount-subtotal {margin-bottom:0;}
.cart-detailed-right .cart-summary-subtotal-legend div {display: none;}
.secure-cart-summary-button-proceed-checkout {display: none;}
.cart-summary-discount-applied {padding:0;margin:0 -16px;}
.cart-summary-discount-applied .cart-summary-grid-float {padding:0 16px 18px;}

/** Empty Cart mobile **/
.cart-detailed-empty {padding:0;}
.cart-detailed-empty .cart-detailed-header {margin:18px auto;padding:0 16px;justify-content:center;}
.cart-detailed-empty .cart-detailed-header .header-mini-cart-menu-cart-page-empty-icon {display: none;}
.cart-detailed-empty .cart-detailed-header .cart-detailed-title {border:none;}
.cart-detailed-empty .empty-cart-shopping {border:none; padding:0 16px 20px;display:flex; flex-direction:row; justify-content: center; flex-wrap:wrap;}
.empty-cart-detailed-header-mobile {display: none !important;}
.empty-cart-paypal-desktop-logo {display: none;}
.cart-paypal-mobile-logo {display: block; margin:0;}
}

/****** Login/Register Pages ******/
.page-fragment-login-register .login-register-body {padding:0;margin:20px 0 60px;display:flex; justify-content:center; width:100%;}
.page-fragment-login-register .login-register-wrapper-column-login, .page-fragment-login-register .login-register-wrapper-column-register {width:320px;padding:0;}
.page-fragment-login-register .login-register-wrapper-column-login {margin-right:40px;}
.page-fragment-login-register .login-register-wrapper-login, .page-fragment-login-register .login-register-wrapper-register {padding:16px 20px 28px; border-radius:6px; margin:0;}
.page-fragment-login-register .login-register-login-title {margin-bottom:13px; font-size:18px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-login-description {margin:0;}
.page-fragment-login-register .login-register-login-form-controls-group {margin-top:20px;}
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group {margin:0 0 10px; font-size:12px; letter-spacing:-0.015rem; line-height:1;}
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group .login-register-login-form-input {width:100%;min-width:100px !important; padding:0 9px; height:30px; font-size:13px; margin-top:3px; border-radius:2px !important; }
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group label[for="login-password"] {font-size:12px;line-height:1; margin:0;}
.page-fragment-login-register .login-register-login-submit {margin-top:8px; height:36px; border-radius:4px; border:1px solid #e12727; background-image:linear-gradient(#EE4826, #E12727); font-size:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-login-submit:hover {background:#ee4826;}
.page-fragment-login-register .login-register-login-forgot {padding-top:12px; font-size:13px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-login-forgot:hover {color:#000; text-decoration:underline;}
.page-fragment-login-register .login-register-terms-and-privacy {padding-top:28px;}
.page-fragment-login-register .login-register-terms-and-privacy p {font-size:13px; line-height:15px; letter-spacing:-0.015rem;padding:0;}
.page-fragment-login-register .login-register-login-form-label .login-register-login-form-controls-group[data-type="form-login-action"] {margin:0;}
.page-fragment-login-register .login-register-contact-us-container-desktop {position: relative; bottom:-48px; margin:0 0 60px;}
.page-fragment-login-register .need-help-text {font-size:13px !important; color:#ee4826; font-weight:600; line-height:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .call-us-text {font-size:13px; line-height:15px; letter-spacing:-0.02rem;}
.page-fragment-login-register h2.login-register-title-register {font-size:18px; letter-spacing:-0.015rem; margin:0 0 38px; padding:0;}
.page-fragment-login-register .login-register-register-form-label {font-size:12px; line-height:1; margin-bottom:3px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-register-form-controls-group-first-name {margin-right:10px;} 
.page-fragment-login-register .login-register-register-form-controls-group-first-name, .page-fragment-login-register .login-register-register-form-controls-group-last-name, .page-fragment-login-register .login-register-register-form-controls-group {padding:0; line-height:1;}
.page-fragment-login-register input#register-firstname, input#register-lastname {width:134px;}
.login-register-register-form-label small.login-register-register-form-optional {font-size:12px; letter-spacing:-0.015rem;}
.page-fragment-login-register input#register-firstname, .page-fragment-login-register input#register-lastname, .page-fragment-login-register input#register-company, .page-fragment-login-register input#register-email, .page-fragment-login-register input#register-password, .page-fragment-login-register input#register-password2 {border-radius:2px; height:30px; padding:0 9px; font-size:13px;}
.page-fragment-login-register .login-register-register-form-label[for="register-type"] {margin:10px 0 8px;}
.page-fragment-login-register .login-register-register-form-controls input#register-retail, .page-fragment-login-register .login-register-register-form-controls input#register-commercial {width:13px; position:relative; top:1px; margin-bottom:20px;}
.page-fragment-login-register div#promo-opt-in {margin-top:12px; font-size:12px; letter-spacing:-0.015rem;}
.page-fragment-login-register div#promo-opt-in .login-register-register-form-label {margin:6px 0 0;}
.page-fragment-login-register input#register-emailsubscribe {margin-right:6px; position:relative; top:2px;}
.page-fragment-login-register span.promotional-text {width:90%; font-size:13px; line-height:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-register-form-submit {height:36px; border:1px solid #e12727; background-image:linear-gradient(#ee4826, #e12727); border-radius:4px; font-size:15px; letter-spacing:-0.015rem; }
.page-fragment-login-register .login-register-register-form-submit:hover {background:#ee4826;}
.page-fragment-login-register .login-register-wrapper-register {margin-bottom:0;}

/** SignIn Into checkout **/
.page-fragment-login-register .login-register-title-register-new {letter-spacing:-0.015rem; padding-bottom: 33px;}
.page-fragment-login-register .login-register-checkout-as-guest-button-show, .page-fragment-login-register .login-register-checkout-as-guest-button-show-mobile {height: 36px; font-size:15px; letter-spacing:-0.015rem; border-radius:4px; border:1px solid #a7a9ac; background-image:linear-gradient(#fff, #dcddde); color:#000;}
.page-fragment-login-register .login-register-checkout-as-guest-button-show:hover, .page-fragment-login-register .login-register-checkout-as-guest-button-show-mobile:hover {background:#efefef; color:#000; border:1px solid #a7a9ac;}
.page-fragment-login-register .login-register-checkout-as-guest-description {font-size:13px; line-height:15px; letter-spacing:-0.015rem; margin:10px 0 0;}
/** Continue as Guest **/
.page-fragment-login-register .login-register-checkout-as-guest-body {margin:0;}
.page-fragment-login-register .login-register-checkout-as-guest-body.in {margin:0 0 20px;}
.page-fragment-login-register label.login-register-checkout-as-guest-control-label {font-size:12px; letter-spacing:-0.015rem;}
.page-fragment-login-register small.login-register-checkout-as-guest-required {font-size:12px; position:relative; left:-2px;}
.page-fragment-login-register #guest-email.login-register-checkout-as-guest-input {padding:0 9px; height:30px; border-radius:2px !important; font-size:13px;}
.page-fragment-login-register .login-register-checkout-as-guest-help-block {font-size:13px; line-height:15px; letter-spacing:-0.02rem;}
.page-fragment-login-register .login-register-checkout-as-guest-submit {height:36px; border-radius:4px; border:1px solid #e12727; background-image:linear-gradient(#EE4826, #E12727); font-size:15px; letter-spacing:-0.015rem;}
.page-fragment-login-register .login-register-checkout-as-guest-submit:hover {background:#ee4826;}
.page-fragment-login-register hr {display:none;}

.page-fragment-login-register [data-validation-error="block"] {padding-top:0; padding-bottom:0; letter-spacing:-0.01rem;}

/** Login page header fixes **/
.page-fragment-login-register .header-subheader, .page-fragment-forgot-password .header-subheader {padding:0;}
.page-fragment-login-register .header-mobile-checkout-label, .page-fragment-login-register .header-secureshopping-wrapper-top, .page-fragment-forgot-password .header-mobile-checkout-label, .page-fragment-forgot-password .header-secureshopping-wrapper-top {display: none;}
.page-fragment-login-register .header-content, .page-fragment-forgot-password .header-content {display: flex !important; margin:0;}
.page-fragment-login-register nav.header-main-nav, .page-fragment-login-register .header-sidebar-toggle-wrapper, .page-fragment-login-register .header-site-search-wrapper, .page-fragment-forgot-password nav.header-main-nav, .page-fragment-forgot-password .header-sidebar-toggle-wrapper, .page-fragment-forgot-password .header-site-search-wrapper {display: block;}
.page-fragment-login-register .header-content .header-secureshopping-wrapper, .page-fragment-login-register .header-content .header-return-wrapper, .page-fragment-forgot-password .header-content .header-secureshopping-wrapper, .page-fragment-forgot-password .header-content .header-return-wrapper {display: none;}
.page-fragment-login-register .header-logo-wrapper, .page-fragment-forgot-password .header-logo-wrapper {width:auto;}

/** Reset Password page **/
.page-fragment-forgot-password .login-register-forgot-password {padding:0 16px;}
.page-fragment-forgot-password .login-register-forgot-password-header {display: none;}
.page-fragment-forgot-password .login-register-forgot-password-body {min-width:280px; max-width:800px; margin:0 auto 30px; border: 1px solid #dcddde; border-radius:6px; padding:16px 20px 18px;}
.page-fragment-forgot-password .login-register-forgot-password-title {font-size:18px; letter-spacing:-0.015rem; font-weight:600; line-height:1;}
.page-fragment-forgot-password .login-register-forgot-password-description {font-size:13px; letter-spacing: -0.015rem; line-height:1; margin-top:10px;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls-group {margin-top:12px;}
.page-fragment-forgot-password .login-register-forgot-password-form-label {font-size:12px; color:#000; letter-spacing:-0.01rem;margin-bottom: 3px; line-height:1;}
.page-fragment-forgot-password .login-register-forgot-password-form-required {font-size:12px; position: relative; left:-3px;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls .login-register-forgot-password-form-input {border-radius:2px; padding:0 9px; height:30px; font-size:13px; margin:0;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls-group button.login-register-forgot-password-submit {padding:0;height:36px; width:100%; border-radius:4px; border:1px solid #e12727; background-image:linear-gradient(#EE4826, #E12727); font-size:15px; letter-spacing:-0.015rem;}
.page-fragment-forgot-password .login-register-forgot-password-form-controls-group button.login-register-forgot-password-submit:hover {background:#ee4826;}
.page-fragment-forgot-password .login-register-forgot-password-sign-in {border-top:1px solid #dcddde; width:100%; margin-top:26px; padding-top:14px; font-size:0; text-align:center;}
.page-fragment-forgot-password .login-register-forgot-password-sign-in:after {content:'Return to Login Page'; font-size:14px; color:#000; text-decoration:underline;}

/** Remove Checkout in Mini Cart for Login Pages **/
.page-fragment-login-register .header-mini-cart-buttons-right, .page-fragment-forgot-password .header-mini-cart-buttons-right {display:none;}
.page-fragment-login-register .header-mini-cart a.header-mini-cart-button-view-cart, .page-fragment-forgot-password .header-mini-cart a.header-mini-cart-button-view-cart {width:290px;}

@media screen and (max-width:768px) {
.page-fragment-login-register .login-register-body-checking-out div#login-register-wrapper-column-register {margin-right:20px;}
.page-fragment-login-register .login-register-body-checking-out div#login-register-column-login {margin-right:0;}
}

@media screen and (max-width:767px) {
.page-fragment-login-register .checkout-layout-content {background:#fff;padding:0 16px;}
.page-fragment-login-register .login-register-wrapper-column-login {margin-right:20px;}
.page-fragment-login-register .login-register-login-forgot {display:block;padding-top:20px;}
.page-fragment-login-register .login-register-login-forgot-mobile, .page-fragment-login-register .login-register-contact-us-container-mobile {display: none;}
/** Login page header fixes **/
.page-fragment-forgot-password .login-register-forgot-password-body {margin:16px auto 30px;}
.page-fragment-login-register .header-menu-cart, .page-fragment-forgot-password .header-menu-cart {display: block;}
.page-fragment-login-register .header-logo-wrapper, .page-fragment-forgot-password .header-logo-wrapper {width:auto;}
}

@media screen and (max-width:600px) {
.page-fragment-login-register .login-register-body {flex-direction:column; margin-bottom:16px;}
.page-fragment-login-register .login-register-wrapper-column-login, .page-fragment-login-register .login-register-wrapper-column-register {margin:0 auto;width:100%;}
.page-fragment-login-register .login-register-wrapper-login, .page-fragment-login-register .login-register-wrapper-register {margin:0 -16px; border-radius:0; border:none; border-bottom:1px solid #dcddde;}
.page-fragment-login-register .login-register-contact-us-container-desktop {display:none;}
.page-fragment-login-register .login-register-contact-us-container-mobile {display:block; width:100%; margin:0 auto 30px; max-width:280px; padding:0 !important;}
.page-fragment-login-register .login-register-login-form-controls-group, .page-fragment-login-register .login-register-register-form {max-width:280px;margin:0 auto;}
.page-fragment-login-register .login-register-login-forgot {display:none;}
.page-fragment-login-register .login-register-login-forgot-mobile {display: block; border:none; padding:20px 0 0;}
.page-fragment-login-register .login-register-terms-and-privacy {padding-top:8px;}
.page-fragment-login-register .login-register-terms-and-privacy p {font-size:11px;padding:0 5px;}
.page-fragment-login-register #checkoutasguestview.login-register-wrapper-guest {max-width: 280px; margin:0 auto;}

.page-fragment-login-register .login-register-body-checking-out div#login-register-wrapper-column-register {margin-right:0;}
}

@media screen and (max-width:500px) {
.page-fragment-login-register .login-register-title-register-new {display:block;}
.page-fragment-login-register .mobile-section-register-section {display: none;}
#register-show-view {border:none; padding:0;}
.guestcheckout-label-mobile, .login-register-checkout-now-as-guest-description-mobile {display: none;}
.page-fragment-login-register .login-register-checkout-as-guest-description {display: block !important;}
#login-register-checkout-as-guest-button-show-mobile-view, #login-register-checkout-as-guest-button-show-mobile {display:none;}
#login-register-checkout-as-guest-button-show, #login-register-checkout-as-guest-button-show-desktop {display:inline-block;}
}


/****** Checkout Pages ******/


@media screen and (max-width:767px) {
.page-ssp-checkout.page-fragment-opc .order-wizard-step-content-secondary {order:2; margin-top:5px;}
.page-ssp-checkout.page-fragment-review .order-wizard-step-content-secondary {order:0; margin-top:0;}
.page-ssp-checkout.page-fragment-opc .order-wizard-step-actions {display: none;}
}

/** Checkout Page Header  page-ssp-checkout page-fragment-opc page-fragment-review **/
.page-ssp-checkout.page-fragment-opc .header-subheader-options, .page-ssp-checkout.page-fragment-review .header-subheader-options, .page-ssp-checkout.page-fragment-opc .header-main-nav, .page-ssp-checkout.page-fragment-review .header-main-nav {display: none;}
.page-ssp-checkout.page-fragment-opc .header-subheader-container, .page-ssp-checkout.page-fragment-review .header-subheader-container {height:75px;}
.page-ssp-checkout.page-fragment-opc .header-logo-wrapper, .page-ssp-checkout.page-fragment-review .header-logo-wrapper {width:auto;}
.page-ssp-checkout.page-fragment-opc .header-mobile-checkout-label, .page-ssp-checkout.page-fragment-review .header-mobile-checkout-label {display: block; color:#fff; font-size:22px; font-weight:300; letter-spacing:-0.025rem; line-height:1; width:auto;}
.page-ssp-checkout.page-fragment-opc .header-secureshopping-wrapper-top, .page-ssp-checkout.page-fragment-review .header-secureshopping-wrapper-top {display:flex; color: #fff; font-size:15px; font-weight:500;letter-spacing:-0.025rem;flex-direction:row; flex-wrap:nowrap;align-items: center; width:auto;}
.page-ssp-checkout.page-fragment-opc .header-secureshopping-wrapper-top svg, .page-ssp-checkout.page-fragment-review .header-secureshopping-wrapper-top svg {width:12px; margin-right:8px;}
.page-ssp-checkout.page-fragment-opc .header-secureshopping-wrapper-top span, .page-ssp-checkout.page-fragment-review .header-secureshopping-wrapper-top span {font-size:1em; font-weight:inherit; margin:0; color:inherit;}



/****** PLP Pages ******/
/*** Basic CMS Banner (also for promo)(set background-image in CMS) ***/
/*** <div class="basic-category-banner"><div class="basic-catban-head"></div></div> ***/
.basic-category-banner {height:260px; width:100%; background-size:cover; background-repeat:no-repeat; background-position:center left; display:flex; flex-direction:row; align-items:flex-end; padding:24px 30px;}
.basic-catban-head {color:#fff;font-size:36px;line-height:1;max-width:320px;}
@media screen and (max-width:1240px) {
.basic-category-banner {height:240px;padding:20px 28px;}
.basic-catban-head {font-size:32px;}
}
@media screen and (max-width:900px) {
.basic-category-banner {height:180px;padding:16px;}
.basic-catban-head {font-size:24px;max-width:280px;}
}
@media screen and (max-width:600px) {
.basic-category-banner {height:110px;}
.basic-catban-head {display:none;}
}

/*** All Views ***/
.facets-facet-browse-header {padding:6px 12px;}
.facets-facet-browse-title-products {padding:0 0 8px;}
.facets-facet-browse-title-products h1 {font-size:16px; font-weight:600; letter-spacing:-0.015rem; line-height:1;}

.facets-facet-browse-title-sort h1 {padding:0 6px 0 0; font-size:11px; font-weight:700; letter-spacing:-0.01rem;}
.facets-facet-browse-list-header-filter-column select.facets-item-list-sort-selector {font-size:11px; padding:7px 9px 6px; line-height:1; height:28px; border-radius:4px;}
.facets-facet-browse-list-header {padding:0;}
.facets-facet-browse-list-header .facets-item-list-show-selector-wrapper {margin-right:30px;}
.facets-facet-browse-list-header .facets-item-list-show-selector-label {font-size:11px; letter-spacing:-0.01rem; padding-right:6px;}
.facets-facet-browse-list-header .facets-facet-browse-list-header-filter-column select.facets-item-list-show-selector {font-size:11px; padding:7px 9px 6px 13px; line-height:1; height:28px; border-radius:4px;}

.facets-facet-browse-list-header-actions {border-radius:4px; border:1px solid #dcddde;}
.facets-item-list-display-selector, .facets-item-list-display-selector.active {background-size:18px 14px; border:none;}
.facets-facet-browse-list-header .facets-item-list-display-selector.active {pointer-events:none;}

.facets-facet-browse .global-views-star-rating-empty, .facets-facet-browse .global-views-star-rating-empty {stroke:#a7a9ac;-webkit-text-stroke-color:#a7a9ac;-webkit-text-stroke-width:0.5px;}

.facets-facet-browse-grid .facets-facet-browse-title-products .facets-facet-browse-pagination {border:none;margin:0;}

/*** Grid View ***/
div[itemprop="itemListElement"] {display:flex;flex-grow:1;}
.facets-facet-browse-grid .facets-facet-browse-items {border-bottom:1px solid #fff; overflow:hidden;}
.facets-facet-browse-grid .facets-items-collection-view-row {margin-bottom:-21px;overflow:hidden;}
.facets-facet-browse-grid .facets-facet-browse-pagination {border-top:1px solid #dcddde;margin-top:20px;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 16px 20px; flex-basis:20%; border-right:1px solid #dcddde; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(5n + 1) {padding-left:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(5n) {padding-right:0;border-right:none;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 5) {padding-top:0;}
.facets-item-collection-view-cell div[itemprop="itemListElement"] {display:flex;flex-grow:1;}
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid {margin:0;}
.facets-item-cell-grid-image-wrapper {height:auto;}
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid .facets-item-cell-grid-image {width:100%;max-width:212px;}
.facets-facet-browse-grid .facets-item-cell-grid-title {padding:6px 0 4px; height:65px;}
.facets-facet-browse-grid .facets-item-cell-grid-product-name {letter-spacing:-0.015rem;}
.facets-facet-browse-grid .facets-item-cell-grid .TurnToReviewsTeaserCustom {margin:0 0 6px;}
.facets-facet-browse-grid .facets-item-cell-grid .TurnToReviewsTeaserCustom .global-views-star-rating {margin:0; width:auto; min-width:auto;}
.facets-facet-browse-grid .facets-item-cell-grid .TurnToReviewsTeaserCustom .ratings-total {line-height:1; padding:0 0 0 8px;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container {margin:0;}
.facets-facet-browse-grid .product-views-yourprice-tag, .facets-facet-browse-grid .product-views-price-listprice-label {display: none;}
.facets-facet-browse-grid .product-views-price-lead.product-price-your-price {left:0;font-size:18px;letter-spacing:-0.015rem;display:block;}
.facets-facet-browse-grid .product-views-price-freeshipping-container, .facets-facet-browse-grid .product-views-price-comparison-container {display: none;}
.facets-facet-browse-grid .facets-item-cell-grid-price-container div[data-view="Quantity.Pricing"] {min-height:47px;}
.facets-facet-browse-grid .facets-item-cell-grid .quantity-pricing-expander-body-container {font-size:12px;letter-spacing:-0.01rem;line-height:15px;}
.facets-facet-browse-grid .facets-item-cell-grid-stock {flex-grow:0;align-items:flex-start;padding-top:12px;}
.facets-facet-browse-grid .facets-item-cell-grid-details .product-line-stock, .facets-facet-browse-grid .facets-item-cell-grid-details .product-line-stock-msg-out {margin:0;}
.facets-facet-browse-grid .facets-item-cell-grid-stock-left span.product-line-stock-msg-in-text, .facets-facet-browse-grid .facets-item-cell-grid-stock-left span.product-line-stock-msg-out-text {font-size:14px; font-weight:600; letter-spacing: -0.01rem;}
.facets-facet-browse-grid .cart-add-to-cart-button-container-plp {line-height:0;}

/*** List View ***/
.facets-facet-browse-list .facets-item-collection-view-cell {padding:0;}
.facets-facet-browse-list .facets-item-cell-list.facets-item-cell-list-large {margin:20px 0;}
.facets-facet-browse-list .facets-item-cell-list-left {padding:0 32px 0 0;display: block;}
.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image-wrapper {line-height:0;}
.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image {width:17.96875vw; min-width:100px; max-width:250px;}

.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-title {padding:0 0 6px;}
.facets-facet-browse-list .TurnToReviewsTeaserCustom .facets-item-cell-list-rating .global-views-star-rating {margin:0;min-width:69px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .TurnToReviewsTeaserCustom .ratings-total {margin:0 0 0 4px;font-size:11px;line-height:14px;letter-spacing:0.01rem;}
.facets-facet-browse-list .facets-item-cell-list-large .facets-item-cell-list-identifiers {font-size:11px; line-height:14px; letter-spacing:-0.01rem; margin-left:30px;}

.facets-facet-browse-list .facets-item-cell-list-right-main .plp-price-lead {display:block;margin-bottom:9px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-yourprice-tag, .facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-listprice-label {font-size:11px !important;font-weight:600;letter-spacing:-0.025rem !important;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-lead.product-price-your-price {font-size:18px; letter-spacing:-0.015rem;line-height:18px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-comparison-container {display: block; line-height:12px; margin-top:2px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-old {font-size: 12px; font-weight:500; color: #77787b;}
.product-views-price-old {color:#77787b;}
.facets-facet-browse-list .facets-item-cell-list-right-main .product-views-price-freeshipping-container {display: none;}

.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-description {margin:0;}
.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-description li {list-style-type:none; font-size:13px; font-weight:normal; line-height:16px; letter-spacing:-0.005rem; color:#77787b; text-indent:-14px; margin-left:14px;}
.facets-facet-browse-list .facets-item-cell-list-right-main .facets-item-cell-list-description li:before {content:'•'; padding-right:10px;}

.facets-facet-browse-list .facets-item-cell-list-right-inventory-info {width:144px; border-radius:4px; padding:10px 12px; flex-shrink:0; min-height:250px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-line-stock {margin:0 0 11px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-line-stock .product-line-stock-msg-in, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-line-stock .product-line-stock-msg-out {font-size:14px;line-height:18px;letter-spacing:-0.01rem; margin:0; font-weight:600;color:#303030;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-price-row {align-items:baseline; line-height:0;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body {margin-top:0;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-price-row .facets-item-cell-list-min-qty, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container {font-size:11px; line-height:15px; font-weight:600; letter-spacing:-0.015rem;} */
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-price-row .facets-item-cell-list-min-qty, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container {font-size:11px; line-height:15px; font-weight:600; letter-spacing:-0.015rem;margin-right: 5px;}
/* SuiteCentric KDF 2/10/2021 - MODIFIED 1 LINE */
/* .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .plp-price-lead {display:block;line-height:0;}*/
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .plp-price-lead {display:block;}
/* SuiteCentric KDF 2/10/2021 - ADDED 1 LINE */
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .product-views-pricing-label {font-size: 12px;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .quantity-pricing-expander-body-container .quantity-pricing-table-body-price {font-weight:600;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price span.product-views-price-lead.product-price-your-price {font-size:14px; line-height:15px; letter-spacing:-0.015rem; font-weight:600; left:auto; display:block;}
.facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price span.product-views-price-lead.product-views-yourprice-tag.product-views-pricing-label, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price .product-views-price-freeshipping-container, .facets-facet-browse-list .facets-item-cell-list-right-inventory-info .facets-item-cell-list-min-qty-price .product-views-price-comparison-container {display:none;}

.facets-facet-browse-list .facets-item-cell-list-large .cart-quickaddtocart-quantity-label {font-size:11px; letter-spacing:-0.01rem;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-quickaddtocart-quantity-label input.cart-quickaddtocart-quantity {width:40px;height:28px;border-radius:4px;padding:6px 4px 5px; margin-left:6px; line-height:1; letter-spacing:-0.01rem;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-add-to-cart-button-container {margin-top:14px;}
.facets-facet-browse-list .facets-item-cell-list-large .cart-add-to-cart-button-container .cart-add-to-cart-button-button {letter-spacing:-0.015rem;}

@media screen and (min-width:1401px) {
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n) {border-right:1px solid #dcddde !important;}
}

@media screen and (max-width:1400px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;flex-basis:25%;border-right:1px solid #dcddde !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n + 1) {padding-left:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(4n) {padding-right:0;border-right:none !important;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 4) {padding-top:0;}
}

@media screen and (max-width:1280px) {
/*** List View ***/
.facets-facet-browse-list .facets-item-cell-list-left {padding:0 20px 0 0;}
}

@media screen and (max-width:1120px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px 20px 20px;flex-basis:33.333333%;border-right:1px solid #dcddde !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(3n + 1) {padding-left:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(3n) {padding-right:0;border-right:none !important;}
.facets-facet-browse-grid .facets-item-collection-view-cell:nth-child(-n + 3) {padding-top:0;}
}

@media screen and (max-width:991px) and (min-width:601px) {
.facets-facet-browse.infinite-scroll-enabled .facets-items-collection-view-row {display:flex; flex-wrap:wrap; padding:30px 0 0;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell {width:33%;flex-basis:calc(33.333333333%);display:flex; flex-direction:column; padding:14px 20px 20px;border-bottom:1px solid #dcddde; border-right:1px solid #dcddde !important;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(-n + 3) {padding-top:0;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list {display:flex;flex-direction:column; flex-wrap:wrap; margin:0;padding:0;flex-grow:1;}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(3n + 1) {}
.facets-facet-browse.infinite-scroll-enabled .facets-item-collection-view-cell:nth-child(3n) {border-right:1px solid transparent !important;}


/** List (loaded tablet/upscale mobile) **/
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-header {padding:4px 10px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-sort h1 {font-weight:normal; letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-filter-column select.facets-item-list-sort-selector {letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-expander-button {height:28px; border-radius:4px; font-weight:normal; font-size:11px; letter-spacing:-0.015rem; padding:6px 14px 7px; line-height:1;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products {padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products h1 {font-size:11px; font-weight:700;padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list {padding:14px 10px; margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left {padding:0 10px 0 0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image {width:31.25vw;min-width:100px;max-width:180px;padding-right:1.666666667vw;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right {padding-right:5px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title {padding:0 0 6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name {font-size:13px; line-height:16px; letter-spacing:-0.02rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .global-views-star-rating-area {margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-identifiers {font-size:11px; margin-left:20px; line-height:12px; letter-spacing:0.02rem;}
/* SuiteCentric KDF 2/10/2021 - REMOVED 1 LINE */
/*.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead {display:flex;flex-direction:row; flex-wrap:wrap; align-items:center;min-height:33px;} */
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container {order:0; width:100%; display:flex;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container .product-views-price-old {font-size:11px; font-weight:600; line-height:15px; letter-spacing:-0.015rem; color:#a7a9ac;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead {order:1;left:0; font-size:16px; font-weight:700; line-height:18px; letter-spacing:-0.005rem; align-self: flex-end;}
/* SuiteCentric KDF 2/10/2021 - ADDED 3 LINES */
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-buyout-tag {font-size:12px;line-height:14px;width:auto;margin-right:6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-clerance-tag {font-size:12px;line-height:14px;width:auto;margin-right:6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-sale-tag {font-size:12px;line-height:14px;width:auto;margin-right:6px;}

.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list .facets-item-cell-list-left {width:100%;padding:0 0 6px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-left .facets-item-cell-list-image {width:100%;max-width:250px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list .facets-item-cell-list-right {width:100%;padding:0;display:flex;flex-direction: column;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .facets-item-cell-list-title {padding:0 0 4px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name {font-size:14px; line-height:18px; letter-spacing:-0.01rem; display:block; height:55px; overflow:hidden;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name span {display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-collection-view-cell .facets-item-cell-list-right .TurnToReviewsTeaserCustom {display:flex;flex-direction:row;flex-wrap: wrap; justify-content:space-between;align-items: center;margin-bottom:6px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .TurnToReviewsTeaserCustom .global-views-star-rating-container {padding-top:1px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .TurnToReviewsTeaserCustom .global-views-star-rating-area {margin:0;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-exact {display: block;}
/* SuiteCentric KDF 2/10/2021 - REMOVED 1 LINE */
/* .facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-exact .plp-price-lead {display:flex; flex-direction:column-reverse;flex-wrap:nowrap; flex-grow:0;flex-shrink: 0; height:33px;} */
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-yourprice-tag, .facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-listprice-label, .facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-freeshipping-container {display:none;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-lead.product-price-your-price {left:0;font-size:18px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-comparison-container {display: inherit;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-views-price-comparison-container .product-views-price-old {font-size:12px;line-height:15px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right div[data-view="Quantity.Pricing"] {min-height:20px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .quantity-pricing-expander-body {margin:0;}


.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add {display: flex; flex-direction:column; flex-wrap:wrap; flex-grow:1;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .facets-item-cell-list-stock {display: flex; flex-direction:column-reverse; flex-wrap:nowrap; order:1; flex-grow:1;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .facets-item-cell-list-stock .facets-item-cell-list-stock-message {height:34px; display:flex; align-items:flex-end; margin:12px 0 -34px;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .facets-item-cell-list-stock .product-line-stock{margin:0;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-line-stock-msg-in {font-size:14px; line-height:1; letter-spacing:-0.01rem; color:#000; font-weight:600;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .product-line-stock-msg-out {font-size:14px; line-height:1; letter-spacing:-0.01rem; font-weight:700;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add div[data-view="Cart.QuickAddToCart"] {order:2;align-self:flex-end;}
.facets-facet-browse-list.infinite-scroll-enabled .facets-item-cell-list-right .container-stock-quick-add .cart-add-to-cart-button-container-plp .add-to-cart-button-plp {display:block;}
/** Grid (downscale desktop) **/


}

@media screen and (max-width:600px) {
/*** Grid View ***/
.facets-facet-browse-grid .facets-items-collection-view-row {padding:0;}
.facets-facet-browse-grid .facets-item-collection-view-cell {padding:14px;flex-basis:100%;border-right:none !important; border-bottom:1px solid #dcddde;}
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid {display:flex; flex-direction:row; flex-wrap:nowrap;}
.facets-facet-browse-grid .facets-item-collection-view-cell .facets-item-cell-grid .facets-item-cell-grid-image-wrapper {width:31.15vw;min-width:100px;max-width:212px;margin-right:10px;flex-shrink:0;flex-grow:0;}

/*** Mobile View ***/
/** Mobile top Bar **/
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-header {padding:4px 10px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-sort h1 {font-weight:normal; letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-filter-column select.facets-item-list-sort-selector {letter-spacing:-0.015rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-list-header-expander-button {height:28px; border-radius:4px; font-weight:normal; font-size:11px; letter-spacing:-0.015rem; padding:6px 14px 7px; line-height:1;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products {padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-facet-browse-title-products h1 {font-size:11px; font-weight:700;padding:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list {padding:14px 10px; margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left {padding:0 10px 0 0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-left .facets-item-cell-list-image {width:31.25vw;min-width:100px;max-width:180px;padding-right:1.666666667vw;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right {padding-right:5px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title {padding:0 0 6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-title .facets-item-cell-list-name {font-size:13px; line-height:16px; letter-spacing:-0.02rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .global-views-star-rating-area {margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-identifiers {font-size:11px; margin-left:20px; line-height:12px; letter-spacing:0.02rem;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead {display:flex;flex-direction:row; flex-wrap:wrap; align-items:center;min-height:33px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container {order:0; width:100%; display:flex;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-comparison-container .product-views-price-old {font-size:11px; font-weight:600; line-height:15px; letter-spacing:-0.015rem; color:#a7a9ac;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead {order:1;left:0; font-size:16px; font-weight:700; line-height:18px; letter-spacing:-0.005rem; align-self: flex-end;}
/* SuiteCentric KDF 2/10/2021 - ADDED 2 LINES */
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-buyout-tag {font-size:12px;line-height:14px;width:auto;margin-right:6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-clerance-tag {font-size:12px;line-height:14px;width:auto;margin-right:6px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-lead.product-view-sale-tag {font-size:12px;line-height:14px;width:auto;margin-right:6px;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price .plp-price-lead .product-views-price-freeshipping-container {order:2;padding-left:4px;}
.infinite-scroll-enabled.facets-facet-browse-list .product-views-price-listprice-freeshipping-label {font-size:11px; line-height:1; letter-spacing:-0.02rem; color:#77787b;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-stock {margin:0;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock-msg-in, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock-msg-out {font-size:13px; line-height:18px; font-weight:600; margin:0;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock-msg-in {color:#000;}
/** repositioning Stock message and main price **/
/** if it causes issues, remove and rethink (maybe flip order so it's price->quantity prices (if app.)->stock message?) **/
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .facets-item-cell-list-price {position:relative;bottom:-24px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-line-stock {position:relative;top:-42px;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container table {width:100%; max-width:120px;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container .quantity-pricing-table-body-quantity, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .quantity-pricing-expander-body-container .quantity-pricing-table-body-price {font-size:11px; font-weight:600; letter-spacing:-0.01rem; line-height:15px;}


.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .container-stock-quick-add div[data-view="Cart.QuickAddToCart"] {display:none;}
.infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-views-yourprice-tag, .infinite-scroll-enabled.facets-facet-browse-list .facets-item-cell-list-right .product-views-price-listprice-label {display:none;}

}

/****** Account Pages ******/

/****** Brand Pages ******/
.facets-brand-banner {display: flex;justify-content: center;align-items: center;background-color:#333333 ;margin-top: 20px;background-image:url("/site/brand_page/brand-banner-bg.jpg");background-position: center top;background-size: cover;}
.facets-brand-banner-logo img {max-height: 120px;max-width: 460px;}
.facets-brand-banner-logo img {max-height: 120px;max-width: 460px;}
.facets-brand-copy {padding:0 6px;margin:12px 0 14px;}
.facets-brand-copy h3 {font-size:14px;line-height: 1.4;margin-bottom: 4px;}
.facets-brand-copy h5 {font-size:13px;line-height: 1.4;padding-top:10px;margin-bottom:-2px;font-weight: 700;}
.facets-brand-copy p {font-size:14px;line-height: 1.4;color:#77787b;}
.facets-brand-copy li {font-size:13px;line-height: 1.4;color:#77787b;font-weight:500;}
.facets-brand-copy li:before {content: '\2022\00A0\00A0'}

@media screen and (max-width:991px) {
.facets-brand-banner-logo img {max-height: 80px;max-width: 360px;}
.facets-brand-copy {padding:0 12px;}
.facets-brand-copy h3 {font-size:13px;line-height: 1.3;margin-bottom: 4px;}
.facets-brand-copy p {font-size: 12px;line-height: 1.3;}
}

@media screen and (max-width:414px) {
.facets-brand-banner-logo img {max-height: 60px;max-width: 260px;}
.facets-brand-copy {padding:0 10px;}
.facets-brand-copy h3 {font-size:11px;line-height: 1.3;margin-bottom: 4px;}
.facets-brand-copy p {font-size: 11px;line-height: 1.3;}
}