
/* only for narrow layout (most for SSL) */
.header-inner,
.nav-bar-inner,
.page-section-inner,
.page-footer .page-footer-inner,
.page-footer-mini .page-footer-inner,
.nav-x-body-top-bar {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1280px;
	box-sizing: border-box;
}

.header .top-nav,
.header-tabs { right: 20px; }

.nav-bar .btn-group { margin-left: 0; }
#newHeaderSearchTools { margin-right: 0; }

.shop-region-title { margin-left: 0; }

.page-section-recently .swiper-box .item-img { max-width: 120px; }

/* ------------ */
.page-title-second-text, .page-title-third-text {
    font: normal 32px 'Open Sans Condensed', 'Helvetica Narrow', arial, helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* alert */
.alert {
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin: 10px 0;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #f7f7f7;
}
span.alert,
a.alert {
	-webkit-display: inline-flex;
	display: inline-flex;
}
.alert:first-child { margin-top: 0; }
.alert:last-child { margin-bottom: 0; }
.alert:not(.no-bg) .text-gray { color: #606060; }

.alert-info {
	border-color: #1C7D29;
	background: #E0FAE3;
}
.alert-danger {
	border-color: #FFA99E;
	background: #FFF3F0;
}
.alert-warning {
	border-color: #F69904;
	background: #FFF3D6;
}
.alert-updated {
	margin: 0;
	background: #e5f7ff;
}
.alert-info .alert-icon { color: #1C7D29; }
.alert-danger .alert-icon { color: #DB1600; }
.alert-warning .alert-icon { color: #E05E00; }
.alert-updated .alert-icon { color: #1946B8; }



.alert p { margin: 10px 0; }
.alert p:first-child { margin-top: 0; }
.alert p:last-child { margin-bottom: 0; }
.alert p a {
	text-decoration: underline;
}
.alert p a:hover {
	background-color: rgba(228, 235, 253, 1);
	color: #2A69DF;
}
.alert p{
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}
.alert-title {
	display: block;
	font-style: italic;
	font-weight: 800;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.alert-subtitle {
	display: block;
	margin-top: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.alert-icon,
.alert-close {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	font-size: 20px;
}
.alert-close {
	cursor: pointer;
	color: #707070;
	font-size: 14px;
}
.alert-close:hover {
	color: #212121;
}
.alert-body {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5px 10px;
	box-sizing: border-box;
	min-width: 0;
}
.alert-body-inner {
	font-size: 12px;
	line-height: 16px;
}


/* no background */
.alert.no-bg {
	padding: 0;
	border-width: 0;
	background: transparent;
}
.alert.no-bg .alert-body {
	padding-left: 2px;
}


/* vertical */
.alert.is-vertical {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.alert.is-vertical .alert-icon {
	margin-bottom: 10px;
	width: auto;
	height: auto;
	font-size: 60px;
}
.alert.is-vertical .alert-close {
	position: absolute;
	top: 0;
	right: 0;
}
.alert.is-vertical.no-bg {
	padding: 30px 0;
}
.alert.is-vertical.no-bg .alert-body {
	padding: 0 20px;
}



/* dark mode */
.dark-mode .alert {
	border-color: #424242;
	background-color: #262626;
}
.dark-mode .alert-info {
	border-color: #239A33;
}
.dark-mode .alert-danger {
	border-color: #c00;
}
.dark-mode .alert-warning {
	border-color: #E05E00;
}
.dark-mode .alert-updated {
	border-color: #8EAFF0;
}

.dark-mode .alert-info .alert-icon { color: #239A33; }
.dark-mode .alert-danger .alert-icon { color: #c00; }
.dark-mode .alert-warning .alert-icon { color: #E05E00; }
.dark-mode .alert-updated .alert-icon { color: #8EAFF0; }

.dark-mode .alert-close:hover {
	color: #fff;
}
.dark-mode .alert p a:hover {
	background-color: rgba(21, 56, 158, 1);
	color: #8EAFF0;
}
.dark-mode .alert.no-bg {
	background-color: transparent;
}













body {
    min-width: 320px;
}
.floating-right-tools{
    position: fixed;
    right: 0;
    bottom: 135px;
    z-index: 12;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.floating-right-tools > :not([hidden]) ~ :not([hidden]){
  margin-top: 20px
}
.floating-right-tools .floating-robot {
   width: 30px !important;
   height: 30px !important;
   margin-top: 8px !important;
   margin-right: 2px !important;
}
.floating-right-tools .floating-robot .floating-robot-icon {
   width: 26px !important;
   height: 26px !important;
}
.floating-robot:hover .sticky-bottom-right-text {
    right: 30px !important;
    top: 4px !important;
    font-size: 12px !important;
}
.floating-robot:hover .sticky-bottom-right-text {
   right: 30px;
   top: 4px;
   font-size: 12px
}
.layout-third-one {
    width: 54.33%!important
}

.psu-calc-header {
    padding: 65px 0;
    background-image: url('https://promotions.newegg.com/tools/power-supply-calculator/v3/images/blue_grid.png');
    color: #fff;
}

.psu-calc-header h1 {
    margin: 0;
    font-size: 0;
    opacity: 0;
}

.psu-calc-header img {
    margin: 0 auto 20px;
    display: block;
}

.psu-calc-header p {
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.page-section-inner {
    position: relative;
    max-width: none;
    padding: 40px 30px;
}

.loading-overlay {
    display: none;
    background-color: rgba(255,255,255,0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.loading-overlay.is-active {
    display: block;
}

.loading-overlay i {
    font-size: 60px;
    color: #CC4E00;
    position: absolute;
    top: 50%;
    right: 50%;
    -moz-transform: scale(2) translate(50%, 50%);
    -webkit-transform: scale(2) translate(50%, 50%);
    -o-transform: scale(2) translate(50%, 50%);
    -ms-transform: scale(2) translate(50%, 50%);
    transform: scale(2) translate(50%, 50%);
}

.page-title-second h2.page-title-second-text {
    line-height: 34px;
}

.slide-contain {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.component-options {
    padding: 40px;
    background: #f4f5f7;
    margin-left: 0;
    margin-right: 0;
    width: 44%;
    box-sizing: border-box;
}


.component-options .form-cell:last-child {
    margin-bottom: 0;
}
.component-options .form-cell.layout-third-two {
    margin: 0 0 50px 0;
}

.component-options h3 {
    margin: -5px 0 0 0;
    padding: 0 0 0 52px;
    color: #222;
    font-family: 'Open Sans Condensed', 'Helvetica Narrow', arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 42px;
    text-transform: uppercase;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40px;
}

.component-options h3.cpu-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-CPU_icon.png);
}

.component-options h3.motherboard-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-motherboard_icon.png);
}

.component-options h3.gpu-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-GPU_icon.png);
}

.component-options h3.ram-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-RAM_icon.png);
}

.component-options h3.optical-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-optical_drive_icon.png);
}

.component-options h3.hdd-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-HDD_icon.png);
}

.component-options h3.ssd-heading {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/component_icons/3x-SSD_icon.png);
}


.component-options .form-select.cpu-brand-select {
    width: 42%;
    max-width: 150px;
    margin-right: 10px;
}

.component-options .form-select.cpu-select {
    width: 42%;
    max-width: 150px;
}

.component-options .form-select.cpu-brand-select .form-select-name,
.component-options .form-select.cpu-select .form-select-name {
    display: block;
}

.component-options .form-select.cpu-brand-select i.fa,
.component-options .form-select.cpu-select i.fa {
    top: 0;
}

.component-options .form-select.has-qty {
    display: inline-block;
    width: calc( 100% - 92px );
}

.component-options .form-select.has-qty span {
    width: 100%;
}

.component-options .form-select + .form-error-message {
    display: none;
}
.component-options .form-select .form-error-message {
    display: none;
}

.component-options .form-select.is-error + .form-error-message {
    display: inherit;
}
.component-options .form-select.is-error .form-error-message {
    display: inherit;
}

.component-options span.quantity-x {
    margin: 0 11px;
    display: inline-block;
    font-size: 13px;
}

.component-options .gpu-section .select2-selection__arrow {
    left: 0 !important;
}
.form-cells > div:last-child .form-cell{
    margin-bottom: 0;
}
.cpu-cell,
.motherboard-cell,
.gpu-cell,
.ram-cell,
.ssd-cell,
.hdd-cell,
.cd-cell {
    display: flex;
    display: -webkit-flex;
    margin: 0;
}
.cpu-cell .form-cell,
.motherboard-cell .form-cell,
.gpu-cell .form-cell,
.ram-cell .form-cell,
.ssd-cell .form-cell,
.hdd-cell .form-cell,
.cd-cell .form-cell{
    padding: 0;
}
.cpu-cell .select2-container--default.select2-container--disabled, 
.cpu-cell .select2-container--default.select2-container--default {
    margin-top: -24px;
    vertical-align: middle;
}
.motherboard-cell .form-select {
    max-width: 314px;
}
.component-options .gpu-section label {
    max-width: 314px;
}
.gpu-cell .select2-container {
    vertical-align: middle;
}
.gpu-cell .select2-container--default.select2-container--disabled, 
.gpu-cell .select2-container--default.select2-container--default {
    margin-top: 0;
}

/* select2-container */
.select2-container {
    vertical-align: unset;
}
.select2-container .select2-selection--single {
    height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: auto;
    right: 1em;
    font-size: 12px;
}
.select2-container--default.select2-container--disabled,
.select2-container--default.select2-container--default {
    height: 32px;
    line-height: 32px;
}
.select2-container--default.select2-container--below {
    margin-top: -24px;
    vertical-align: middle;
}

.component-options .gpu-section label:first-of-type,
.component-options .ssd-cell .layout-third-two label,
.component-options .hdd-cell .layout-third-two label {
	margin: 0 0 10px 0;
}

.psu-calculation-totals {
    /* position: absolute; */
    /* top: 0;
    right: 0; */
    width: 56%;
    max-width: 53%;
    position: sticky;
    top: 10px;
}

.psu-calculation-totals.stick-bottom {
    position: absolute;
    top: auto !important; /* IE speciifc - 'unset' is not supported */
    top: unset;
    bottom: 0; /*was commented out*/
}

.psu-calculation-totals.stick-top {
    position: fixed;
    top: 10px;
}

.psu-calculation-totals .pointer-contain {
    margin: 0 0 10px 0;
    padding: 20px 30px 20px 20px;
    text-align: center;
    position: relative;
    border: solid 1px #e1b06a;
}

.psu-calculation-totals .pointer-contain:before,
.psu-calculation-totals .pointer-contain:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translate( 0, -50% );
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 28px 20px 0;
    border-color: transparent #e1b06a transparent transparent;
}

.psu-calculation-totals .pointer-contain:before {
    left: -28px;
    border-color: transparent #e1b06a transparent transparent;
}

.psu-calculation-totals .pointer-contain:after {
    left: -26px;
    border-color: transparent #fff transparent transparent;
}

.psu-calculation-totals .pointer-contain p {
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left;
}

.psu-calculation-totals .pointer-contain p .fas {
    margin-left: 3px;
    font-size: 13px;
}
.popover.show {
    max-width: 350px;
}

.psu-calculation-totals .pointer-contain h3 {
    margin: 0;
    font-family: 'Open Sans Bold', 'Helvetica Narrow', arial, helvetica, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    color: #CC4E01;
    text-align: left;
}

.psu-calculation-total {
    display: flex;
}
.psu-calculation-total > div {
    margin-right: 20px;
}
.psu-calculation-total > div:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #E8E8E8;
}
.psu-calculation-total > div:last-child {
    margin-right: 0;
}

.psu-calculation-totals .pointer-contain .reset-component-options {
    margin: 0 10px 0 0;
}

.psu-calculation-totals .pointer-contain .psu-calculation-buttons {
    min-width: 120px;
    width: 120px;
    margin-left: 10px;
}
.psu-calculation-totals .pointer-contain .psu-calculation-buttons .btn {
    width: 100%;
}
.psu-calculation-totals .pointer-contain .psu-calculation-buttons .btn:first-child {
    margin-bottom: 10px;
}

.psu-calculation-totals > p {
    font-size: 11px;
    line-height: 14px;
    color: #222;
}
.no-border-b {
    border-bottom: none !important;
}
.psu-calculation-banner {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}
.psu-calculation-banner p {
    font-size: 16px;
    line-height: 22px;
}
.psu-calculation-banner > a {
    /* width: 80%; */
    margin-left: 10px;
}
.psu-calculation-banner > a img {
    /* width: 100%; */
    border-radius: 4px;
    min-height: 150px;
}

.slide-contain + .page-title-second {
    margin: 60px 0 25px;
}

.psu-calc-faq {
    margin-bottom: 60px;
}

.psu-calc-faq .accordian-item {
    padding: 20px 30px;
    box-sizing: border-box;
    border: solid 1px #eeefef;
    border-bottom: none;
    position: relative;
}
.has-icon-left:before,
 .has-icon-right:before {
    font-family: 'NE-desktop' !important;
 }
.psu-calc-faq .accordian-item:last-child {
    border-bottom: solid 1px #eeefef;
}

.psu-calc-faq .accordian-item:before {
    content: "\f078";
    color: #707070;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 20px;
    font: normal normal normal 14px/1 NE-desktop;
    cursor: pointer;
}

.psu-calc-faq .accordian-item h3 {
    margin: 0 15px 5px 0;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}

.psu-calc-faq .accordian-item p {
    margin: 0 0 10px 0;
    display: none;
    font-size: 14px;
    line-height: 25px;
}

.psu-calc-faq .accordian-item ul {
    display: none;
    font-size: 14px;
    line-height: 25px;
}

.psu-calc-faq .accordian-item ul li {
    margin-bottom: 10px;
}

.psu-calc-faq .accordian-item ul li:last-child {
    margin-bottom: 0;
}

.psu-calc-faq .accordian-item.is-open:before {
    transform: rotate(180deg);
}

.psu-calc-faq .accordian-item.is-open p,
.psu-calc-faq .accordian-item.is-open ul {
    display: block;
}

.psu-calc-faq .accordian-item.is-open p a {
    text-decoration: underline;
}

.additional-tools-footer {
    padding: 30px 0;
    width: 100%;
    background: #f4f5f7;
    border-bottom: solid 1px #ececec;
}

.additional-tools-footer h2 {
    text-align: center;
}

.additional-tools-footer ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1520px;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

.additional-tools-footer ul li {
    margin: 0 0 20px 0;
    float: left;
    position: relative;
    width: 33%;
}


.additional-tools-footer.ca-version ul li {
    width: 50%;
}

.additional-tools-footer ul li a {
    margin: 0 10px;
    padding: 15px 30px;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    overflow: auto;
}

.additional-tools-footer ul li a:before {
    content: '';
    margin: 0 20px 0 0;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    float: left;
}

.additional-tools-footer ul li a.power-supply-calc:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-icon_psu_calculator.png);
}

.additional-tools-footer ul li a.battery-adapter-finder:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-icon_battery_finder.png);
}

.additional-tools-footer ul li a.cable-finder:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-icon_cable_finder.png);
}

.additional-tools-footer ul li a.ink-toner-finder:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-icon_ink_and_toner.png);
}

.additional-tools-footer ul li a.memory-finder:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-icon_memory_finder.png);
}

.additional-tools-footer ul li a.laptop-finder:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-laptop_finder.png);
}

.additional-tools-footer ul li a.gaming-pc-finder:before {
    background-image: url(https://promotions.newegg.com/tools/power-supply-calculator/v3/images/nav_icons/3x-gming_pc_finder.png);
}

.additional-tools-footer ul li a.server-builder:before {
    background-image: url(https://promotions.newegg.com/tools/finders/images/nav_icons/3x-Server_Builder.png);
}

.additional-tools-footer ul li a.pc-builder:before {
    background-image: url(https://promotions.newegg.com/tools/finders/images/nav_icons/3x-PC_Builder.png);
}

.additional-tools-footer ul li a.asus-nuc-configurator:before {
    background-image: url(https://promotions.newegg.com/tools/finders/images/nav_icons/3x-NUC_Configurator.png);
}

.additional-tools-footer ul li a.nas-builder:before {
    background-image: url(https://promotions.newegg.com/tools/finders/images/nav_icons/3x-NAS_Builder.png);
}

.additional-tools-footer ul li a:hover {
    color: inherit;
}

.additional-tools-footer ul li a h4 {
    font-size: 16px;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.additional-tools-footer ul li a h4 {
    font-size: 14px;
    line-height: 20px;
}

.additional-tools-footer ul li a:hover p {
    text-decoration: underline;
}

/* mobile version */
/* javascript triggers a class, so using that as a base for some of the mobile styles */
.slide-contain.is-mobile {
    padding-bottom: 225px;
}

.slide-contain.is-mobile .component-options {
    margin: 0;
    width: 100%;
}

.slide-contain.is-mobile .psu-calculation-totals {
    width: 100%;
    max-width: 910px;
    background-color: #fff;
    z-index: 5;
}

.slide-contain.is-mobile .psu-calculation-totals,
.slide-contain.is-mobile .psu-calculation-totals.stick-top {
    padding-bottom: 5px;
    position: fixed;
    top: unset;
    right: unset;
    bottom: 0;
}

.slide-contain.is-mobile .psu-calculation-totals.stick-top {
    bottom: -1px;
}

.slide-contain.is-mobile .psu-calculation-totals.stick-bottom {
    position: absolute;
}

.slide-contain.is-mobile .psu-calculation-totals .pointer-contain {
    margin: 0 0 10px 0;
}

.slide-contain.is-mobile .psu-calculation-totals .pointer-contain:before,
.slide-contain.is-mobile .psu-calculation-totals .pointer-contain:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0 25px 10px 25px;
    border-color: transparent transparent #e1b06a transparent;
}

.slide-contain.is-mobile .psu-calculation-totals .pointer-contain:before {
    top: -5px;
    left: 50%;
    border-color: transparent transparent #e1b06a transparent;
}

.slide-contain.is-mobile .psu-calculation-totals .pointer-contain:after {
    top: -4.125px;
    left: 50%;
    border-color: transparent transparent #fff transparent;
}

.slide-contain.is-mobile .psu-calculation-totals.stick-top .pointer-contain + p {
    display: none;
}


/* group */
.item-cells-groups {
    display: flex;
    display: -webkit-flex;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}
.item-cells-groups .item-cells {
    padding: 5px 2px 5px 10px;
    display: flex;
    display: -webkit-flex;
    /* flex-grow: 1;
    -webkit-flex-grow: 1; */
    border-radius: 8px 8px 0 0;
    position: relative;
    background-color: #f7f7f7;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}
.item-combo-buttons {
    position: relative;
    width: 100%;
}
.item-combo-buttons-left {
    display: flex;
}

.dark-mode .item-cells-groups.is-active .item-cells .scrollbar::-webkit-scrollbar {
    background-color: transparent;
}
.item-cells-groups.two-cell .swiper-slide {
    max-width: calc(100% / 2 - 10px);
}
.item-cells-groups.two-cell .item-combo-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-cells-groups.two-cell .item-cell-action-helpful {
    width: 33px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
}
.item-cells-groups.two-cell .item-cell-action-helpful .btn {
    margin: 0;
}
.item-cells-groups.two-cell .item-cell-action-helpful .btn:last-child {
    margin-top: 0;
    margin-left: 10px;
}
.item-cells-groups.one-cell .swiper-slide {
    max-width: calc(100%);
    margin-right: 0;
}
.item-cells-groups.one-cell .swiper-container {
    width: 100%;
}
.item-cells-groups.one-cell .item-cells {
    padding-left: 15px;
}
.item-cells-groups.one-cell .item-info {
    display: flex;
    align-items: center;
    height: 100%;
}
.item-cells-groups.one-cell .item-info a {
    max-width: 100%;
    max-height: 36px;
    -webkit-line-clamp: 2;
}
.item-cells-groups.one-cell .item-combo-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-cells-groups.one-cell .item-combo-buttons .item-combo-buttons-left .btn {
    padding: 8px 20px;
    font-size: 14px;
}
.item-cells-groups.one-cell .item-cell-action-helpful {
    width: 33px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
}
.item-cells-groups.one-cell .item-cell-action-helpful .btn {
    margin: 0;
}
.item-cells-groups.one-cell .item-cell-action-helpful .btn:last-child {
    margin-top: 0;
    margin-left: 10px;
}
.item-cells-groups.one-cell .item-cell .item-container {
    align-items: center !important;
}
.item-cells-groups.one-cell .item-cell .item-container .item-diy-box {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   width: 100px;
   min-width: 100px;
   text-align: center;
}
.item-cells-groups.one-cell .item-cell .item-container .item-diy-box > i {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.item-cells-groups.one-cell .item-cell .item-container .item-diy-box span {
    white-space: nowrap;
    width: 100%;
}
.item-cells-groups.one-cell .item-cell .item-img {
    min-width: 80px;
    max-width: 80px;
    margin-left: 10px;
}
.item-cells-groups.one-cell .item-info p {
    /* width: 70%; */
    margin-right: 20px;
    margin-bottom: 0;
}
.item-cells-groups.one-cell .item-cell-action .item-combo-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.item-cells-groups.one-cell .item-cell-action .item-combo-price .price:not(:first-child) {
    margin-left: 25px;
}
.item-cells-groups.is-normal {
    min-height: 240px;
    background-color: #EFF4FB;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.dark-mode .item-cells-groups.is-normal {
    background-color: #555;
}
.item-cells-groups.is-normal .review .empty-icon {
    width: 140px;
    min-width: 140px;
    height: 140px;
    background: url(../../Nest/images/empty/Illus_Searching@2x.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}
.item-cells-groups .recommend-item-action {
    cursor: pointer;
    margin-right: 0;
}
.item-cells-groups .recommend-item-action:hover {
    color: #05F;
}
.dark-mode .item-cells-groups .recommend-item-action:hover {
    color: #D87F03;
}
.item-cells-groups .item-cell-action-price button {
    margin-top: 2px;
    padding: 4px;
    font-size: 12px;
    letter-spacing: 0.43px;
}
.item-cells-groups .item-cell-action-price .item-combo-buttons-left button:first-child {
    margin-right: 5px;
}
.item-cells-groups .swiper-slide {
    max-width: calc(100% / 3 - 14px);
    /* padding-top: 15px; */
    min-width: 210px;
    box-sizing: border-box;
}
.item-cells-groups .swiper-slide:last-child {
    margin-right: 0 !important;
}
.item-cells-group {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #f7f7f7;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.item-cells-group:not(:last-child) {
    margin-right: 20px;
}
.item-cells-groups .item-cell-top {
    min-height: 32px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.item-cells-groups .selecteds-item-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.item-cells-groups .item-search-wrap .selecteds-item-normal-list {
    width: 50%;
}
.item-cells-groups .item-cell-top p {
    font-size: 14px;
    font-weight: normal;
    padding-top: 14px;
}
.item-cells-groups .item-cell-top.is-info .item-cell-badge {
    top: -15px;
}
.item-cells-groups .item-cell-top .item-cell-badge {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}
.item-cells-groups .item-cell-top.is-popular {
    background-image: linear-gradient(180deg, rgba(252, 230, 201, 1) 0% , rgba(252, 230, 201, 0) 100%);
}
.dark-mode .item-cells-groups .item-cell-top.is-popular {
    background-image: linear-gradient(180deg, rgba(70, 22, 8, 1) 0% , rgba(70, 22, 8, 0) 100%);
}
.item-cells-groups .item-cell-top.is-popular .item-cell-badge {
    background: linear-gradient(90deg, #E85500 0%, #FF8500 100%);
}
.item-cells-groups .item-cell-top.is-beta1 {
    background-image: linear-gradient(180deg, rgba(221, 237, 232) 0% , rgba(221, 237, 232,0) 100%);
}
.dark-mode .item-cells-groups .item-cell-top.is-beta1 {
    background-image: linear-gradient(180deg, rgba(3, 43, 31) 0% , rgba(3, 43, 31,0) 100%);
}
.item-cells-groups .item-cell-top.is-beta1 .item-cell-badge {
    background: linear-gradient(90deg, #087051 0%, #3F9776 100%);
}
.item-cells-groups .item-cell-top.is-beta1 i,
.item-cells-groups .item-cell-top.is-beta2 i {
    color: #E05E00;
}
.item-cells-groups .item-cell-top.is-beta2 {
    /* background-color: #E5ECF6; */
    background-image: linear-gradient(180deg, rgba(229, 236, 246,1) 0% , rgba(229, 236, 246,0) 100%);
}
.dark-mode .item-cells-groups .item-cell-top.is-beta2 {
    background-image: linear-gradient(180deg, rgba(5, 34, 94,1) 0% , rgba(5, 34, 94,0) 100%);
}
.item-cells-groups .item-cell-top.is-beta2 .item-cell-badge {
    background: linear-gradient(90deg, #1061CD 0%, #4187E5 100%);
}
.item-cells-groups .item-cells .scrollbar {
    max-height: 310px;
    padding-right: 0;
    width: 100%;
}
.item-cells-groups.is-active .item-cells .scrollbar {
    max-height: 44vh;
}
.dark-mode .item-cells-groups .item-cells .scrollbar::-webkit-scrollbar {
    background-color: transparent;
}
.item-cells-groups .input-text .menu-body .menu-list-container {
    padding: 15px 10px;
}
.item-cells-groups .input-text .menu-body .menu-list-container .section-title {
    padding: 10px 20px 0 10px;
}
.item-cells-groups .input-text .menu-list-link {
    padding: 10px;
}
.item-cells-groups .item-cells .scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.item-cells-groups .item-cells .scrollbar::-webkit-scrollbar-thumb {
    background-color: #BFBFBF;
}
.item-cells-groups .item-cell-action-helpful {
    width: 14px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 2px;
}

.item-cells-groups .item-cell-action-helpful .btn {
    width: 14px;
    height: 14px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.dark-mode .item-cells-groups .item-cell-action-helpful .btn {
    background-color: transparent;
    border: 1px solid #505050;
}
.item-cells-groups .item-cell-action-helpful .btn:last-child {
    margin-top: 5px;
}
.item-cells-groups .item-cell-action-helpful .btn.is-active i {
    color: #CC4E00;
}
.item-cells-groups .item-cell-action-helpful .btn i {
    color: #6E6E6E;
}
.item-cells-groups .item-cell-action-helpful .btn:hover i {
    color: #CC4E00;
}
.item-cells-groups .item-cell-action-helpful .btn:hover i.fa-spin {
    color: #084BA6;
}
.item-cells-groups .item-cell-action-helpful .btn .fa{
    font-size: 14px;
}
.item-cells-groups .item-cell-action-helpful .btn .fas{
    font-size: 14px;
}


.item-cells-groups .item-cell {
    -webkit-flex-direction: unset;
    flex-direction: unset;
    min-height: auto;
    padding: 5px 0;
    margin-bottom: 10px;
}
.item-cells-groups .item-cell:last-child {
    margin-bottom: 0;
}

.item-cells-groups .item-helpful-action {
    min-width: 40px;
    margin:0 20px;
    font-size: 16px;
    color: #6E6E6E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-cells-groups .item-helpful-action i {
    cursor: pointer;
}
.item-cells-groups .item-helpful-action i.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.item-cells-groups .item-helpful-action .fas {
    font-size: 14px;
}
.item-cells-groups .fas.fa-spin {
    pointer-events: none;
}
.item-cells-groups .item-helpful-action i.is-active {
    color: #CC4E00;
}
.item-cells-groups .item-helpful-action i:not(.is-active):hover {
    color: #CC4E00;
}
.dark-mode .item-cells-groups .item-helpful-action {
    color: #949494;
}
.item-cells-groups .item-cell .item-container {
    display: flex;
    width: 100%;
}

.item-cells-groups .item-cell .item-img {
    min-width: 48px;
    max-width: 48px;
    margin: 0 10px 0 0;
}

.item-cells-groups .price {
    margin-bottom: 0;
}

.item-cells-groups .price-current {
    font-size: 14px;
    font-weight: bold;
    height: auto;
}

.item-cells-groups .price-current sup {
    vertical-align: unset;
    font-size: 14px;
}

.item-cells-groups .item-info {
    flex: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.item-cells-groups .item-info a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    max-height: 18px;
    -webkit-line-clamp: 1;
    line-height: 1.3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    flex: 1;
}
.item-cells-groups .item-info .tag-list {
    margin-top: 5px;
}
.item-cells-groups .item-info .tag-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    max-height: 20px;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.item-cells-groups .item-info span {
    color: #6E6E6E;
}

.item-cells-groups .item-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-cells-groups.one-cell .item-action {
    margin-left: 20px;
}

.item-cells-groups .item-cell>i.ico-computer-speaker {
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
}

.item-cells-groups .item-cell-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.item-cells-groups .item-cell-action .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    min-height: 22px;
}
.item-cells-groups .item-cell-action-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.item-cells-groups .item-cell-action .price-map {
    display: block;
    margin-top: 0;
    height: auto;
    font-size: 13px;
    color: #6E6E6E;
    margin-right: 5px;
    font-weight: normal;
    line-height: 16px;
}
.dark-mode .item-cells-groups .item-cell-action .price-map {
    color: #E3E3E3;
}
.item-cells-groups .item-cell-action .item-combo-price {
    padding-left: 18px;
    width: 100%;
}
.item-cells-groups .item-cell-action .item-combo-price .price-current.text-red,
.item-cells-groups .item-cell-action .item-combo-price .price-current.text-red sup {
    font-size: 14px;
    line-height: 20px;
}
.item-cells-groups .item-cell-action .item-combo-price .price-current.text-orange,
.item-cells-groups .item-cell-action .item-combo-price .price-current.text-orange sup {
    font-size: 14px;
    line-height: 20px;
    color: #CC4E01;
}
.item-cells-groups .item-cell-action .price-current {
    font-size: 16px;
    font-weight: 700;
    margin-right: 0;
}
.item-cells-groups .item-cell-action .price-current sup {
    font-size: 16px;
}
.modal-dialog-thumbs {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    z-index: 2;
}
.modal-dialog-thumbs .alert-info {
    border-color: #9CC9B9;
    background: #EDF6F3;
}
.dark-mode .modal-dialog-thumbs .alert-info {
    border-color: #087051;
    background-color: #032B1F;
}
.modal-dialog-thumbs .alert p {
    font-size: 14px;
    color: #0C855F;
    margin-left: 5px;
    font-weight: 600;
}
.modal-dialog-thumbs .alert-body {
    padding: 0;
}
.modal-dialog-thumbs .alert.is-vertical .alert-icon {
    margin-bottom: 0;
}
.modal-dialog-thumbs .fa {
    font-size: 16px;
    color: #0C855F;
}
.modal-dialog-thumbs .alert.is-vertical {
    -webkit-flex-direction: unset;
    flex-direction: unset;
    align-items: center;
}


/* new test*/
.new-psu-swiper {
    margin: 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
.new-psu-swiper .swiper-box-arrow-prev {
    left: 0;
}
.new-psu-swiper .swiper-box-arrow-next {
    right: 0;
}
.new-psu-swiper .swiper-pagination {
    top: 8px;
    right: 0;
    margin: 0;
}
.new-psu-swiper .swiper-box-top {
    position: relative;
}
.new-psu-swiper .swiper-box-top-title {
    font: bold 15px 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
}
.new-psu-swiper .item-container .price-save,
.new-psu-swiper .item-container .price-note,
.new-psu-swiper .item-container .price-ship {
    display: none;
}
.new-psu-swiper .item-container .price-was {
    height: 15px;
}
.new-psu-swiper .item-container .price-current,
.new-psu-swiper .item-container .price-map {
    height: 32px;
}
.new-psu-swiper .item-container .price-map a {
    display: block;
    margin: 4px 0;
}
.new-psu-swiper .item-container .item-branding {
    height: auto;
}
.new-psu-swiper .item-container .item-title {
    height: 2.6em;
}
.new-psu-swiper .item-container .item-operate {
    margin: 0;
}

/** page-section-newitems **/
.new-section-one {
    background-color: #f9f3f0;
}
.new-section-one .page-title-second-text {
    color: #777;
}
.psu-calculation-totals .pointer-contain {
    background-color: #fff;
    max-width: 520px;
}
.page-section-newitems {
    margin-bottom: 60px;
}
.page-section-newitems .newSeries-bg {
    padding: 20px 0;
}
.page-section-newitems .hot-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #ff497c;
}
.page-section-newitems .goods-info-left {
    width: 50%;
    flex-shrink: 1;
}
.page-section-newitems .goods-info-right{
    width: 70%;
}
.page-section-newitems .goods-title  {
    letter-spacing: -0.03em;
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 1.4;
    word-break: break-word;
    font-family: 'Open Sans Bold', 'Helvetica Narrow', arial, helvetica, sans-serif;
}
.page-section-newitems .button-white.button-m {
    border-radius: 6px;
    color: #292930;
    background-color: #fff;
    font-size: 16px;
    height: 48px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 700;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    box-shadow: 0 16px 32px 0 rgb(103 103 103 / 6%);
}
.page-section-newitems .button-white.button-m:hover:before {
    transform: scale(1.1);
}
.page-section-newitems .goods-new-img {
    max-width: 520px;
}
.page-section-newitems .goods-new-img > img {
   width: 100%;
   height: auto;
}
.goods-info-right {
    position: relative;
}
.goods-info-right .goods-price {
    height: 100px;
    width: 100px;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -50px;
}
.goods-price-value {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #3577F0;
}
.goods-info-right .text {
    color: #777;
    font-size: 16px;
}
.goods-info-left .ico-shopping-cart-light{
    font-size: 16px;
    margin-top: 2px;
    margin: 2px 3px 0 0;
}

.psu-floating-options {
    display: none;
}
.psu-groups-items {
    position: relative;
    min-height: 0;
}


/* groups */
@media (min-width: 1599px) {
    .item-combo-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .item-cells-groups .item-cell-action-helpful {
        width: 33px;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 0;
    }
    .item-cells-groups .item-cell-action-helpful .btn {
        margin: 0;
    }
    .item-cells-groups .item-cell-action-helpful .btn:last-child {
        margin-top: 0;
        margin-left: 5px;
    }
}



@media screen and ( max-width: 1399px ) {
    .component-options {
        padding: 20px;
    }
    .component-options h3 {
        padding: 0 0 0 40px;
        line-height: 30px;
        background-size: 30px;
        font-size: 16px;
    }
}

@media screen and ( max-width: 1299px ) {
    .psu-calculation-totals .pointer-contain {
        flex-wrap: wrap;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons .btn:first-child {
        margin-bottom: 0;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons .btn {
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
    .psu-calculation-totals .pointer-contain .reset-component-options {
        margin-right: 0;
    }
    .item-combo-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and ( max-width: 1200px ) {
    .additional-tools-footer ul {
        flex-wrap: wrap;
    }
    .additional-tools-footer ul li {
        width: 50%;
    }
}

@media screen and ( max-width: 1099px ) {
    h1 {
        margin-bottom: 15px;
        text-align: center;
    }

    .page-title-second {
        text-align: center;
    }

    .psu-calc-header {
        padding: 20px 0;
    }

    .psu-calc-header img {
        margin: 0 auto 0;
    }

    .psu-calc-header p {
        display: none;
    }

    .slide-contain.is-mobile {
        padding-bottom: 220px;
    }

    .slide-contain.is-mobile .component-options {
        padding: 20px;
    }

    .slide-contain.is-mobile .component-options .form-cell {
        margin: 0 0 20px 0;
    }

    .slide-contain.is-mobile .component-options h3 {
        margin: 0 0 10px 0;
    }
    .slide-contain.is-mobile .form-cells > div:last-child .form-cell.layout-third-two {
        margin-bottom: 70px;
    }


    .psu-calculation-totals .pointer-contain h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .psu-calc-faq .accordian-item {
        padding: 20px;
    }

    .slide-contain {
        flex-wrap: wrap;
    }
    .component-options {
        width: 100%;
        margin-bottom: 20px;
        padding: 25px;
    }
    .psu-calculation-totals {
        width: 100%;
        max-width: none;
        z-index: 2;
    }

    .psu-calculation-totals .pointer-contain {
        flex-wrap: nowrap;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        z-index: 11;
        margin-bottom: 0;
        border: none;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0,.15);
        padding: 10px 12px;
        max-width: none;
    }
    .psu-calculation-totals .pointer-contain:before {
        content: none;
    }
    .footer2021-disclaimer {
        padding-bottom: 130px !important;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons {
        min-width: 120px;
        width: 120px;
        margin-left: 10px;
        display: block;
        margin-top: 0;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons .btn {
        width: 100%;
    }
    .psu-calculation-totals .pointer-contain .reset-component-options {
        margin-top: 10px;
    }
    .new-psu-swiper {
        margin: 15px 0;
        padding: 0 0 15px 0;
    }
    .item-cells-groups {
        margin-top: 15px;
    }
    .slide-contain + .page-title-second {
        margin-top: 30px;
    }
    .psu-calc-faq {
        margin-bottom: 20px;
    }
    .psu-floating-options {
        display: block;
        width: 24px;
        background-color: #C3D4ED;
        box-shadow: 0 0 10px 0 rgba(4, 32, 98, .2);
        border-radius: 4px 0 0 4px;
        color: #084BA6;
        font-size: 12px;
        font-weight: bold;
        writing-mode: vertical-lr;
        padding: 8px 0;
        cursor: pointer;
    }
    .psu-floating-options span {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .psu-groups-items .masker {
        z-index: 10;
    }
     .item-cells-groups .item-cell-action-helpful {
        width: 33px;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 0;
    }
    .item-cells-groups .item-cell-action-helpful .btn {
        margin: 0;
    }
    .item-cells-groups .item-cell-action-helpful .btn:last-child {
        margin-top: 0;
        margin-left: 5px;
    }
}

@media screen and ( max-width: 950px ) {
    .page-section-inner {
        padding-right: 0;
        padding-left: 0;
    }

    .slide-contain.is-mobile {
        padding-bottom: 220px;
    }

    .slide-contain.is-mobile .psu-calculation-totals,
    .slide-contain.is-mobile .psu-calculation-totals.stick-top {
        right: 0;
        left: 0;
        width: unset;
        max-width: inherit;
    }

    .slide-contain.is-mobile .psu-calculation-totals.stick-bottom {
        right: 0;
        left: 0;
        width: 100%;
    }

    .slide-contain.is-mobile .psu-calculation-totals .pointer-contain {
        margin-bottom: 0;
        border-right: none;
        border-bottom: solid 1px transparent;
        border-left: none;
    }

    .slide-contain.is-mobile .psu-calculation-totals.stick-bottom .pointer-contain {
        border-bottom: solid 1px #e1b06a;
    }

    .slide-contain.is-mobile .psu-calculation-totals .pointer-contain + p {
        margin: 0 30px;
    }

    .slide-contain.is-mobile .psu-calculation-totals.stick-bottom .pointer-contain + p {
        display: inherit;
        position: absolute;
        top: 100%;
    }

    .psu-calc-faq .accordian-item:before {
        top: 24px;
        transform: none;
    }
    .new-psu-swiper,
    .psu-calculation-banner {
        margin-left: 12px;
        margin-right: 12px;
    }
    .item-cells-groups {
        margin-left: 12px;
    }
    .item-cells-groups.one-cell {
        margin-right: 12px;
    }
}

@media screen and ( max-width: 800px ) {
    .slide-contain.is-mobile {
        padding-bottom: 220px;
    }
    .component-options h3 {
        padding: 0 0 0 28px;
        line-height: 20px;
        background-size: 20px;
    }
    .component-options .form-cell.layout-third-two {
        margin-bottom: 30px;
    }
    .additional-tools-footer ul li,
    .additional-tools-footer.ca-version ul li {
        width: 100%;
    }
    .slide-contain .form-cell,
    .form-cells > div:last-child .form-cell.layout-third-one {
        margin-bottom: 10px;
    }
    .slide-contain .form-cell.layout-third-one {
        width: 100% !important;
    }

    .slide-contain.is-mobile .component-options .form-cell {
        margin-bottom: 0;
    }
    .slide-contain.is-mobile .component-options .form-cell.layout-third-one {
        width: 100% !important;
    }
    .slide-contain.is-mobile .component-options .form-cell.layout-third-two {
        margin-bottom: 30px;
        width: 100% !important;
    }
    .component-options .gpu-cell .gpu-select {
        max-width: 100%;
    } 
    .component-options .form-select.cpu-brand-select {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .component-options .form-select.cpu-brand-select,
    .component-options .form-select.cpu-select,
    .motherboard-cell .form-select,
    .component-options .gpu-section .gpu-brand-select {
        width: 100%;
        max-width: 100%;
    }
    .cpu-cell .select2-container--default.select2-container--disabled, 
    .cpu-cell .select2-container--default.select2-container--default {
        margin-top: 0;
    }
    .cpu-cell, .motherboard-cell, .gpu-cell, .ram-cell, .ssd-cell, .hdd-cell, .cd-cell {
        flex-wrap: wrap;
    }
    .component-options .form-cell.layout-third-two {
        width: 100% !important;
    }
    .item-combo-buttons {
        display: block;
    }
    .item-cells-groups .item-cell-action-helpful {
        width: 14px;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        bottom: 100%;
        margin-bottom: 2px;
    }
    .item-cells-groups .item-cell-action-helpful .btn:last-child {
        margin-top: 5px;
        margin-left: 0;
    }
}

@media screen and ( max-width: 680px ) {
    .slide-contain.is-mobile {
        padding-bottom: 220px;
    }
}

@media screen and ( max-width: 600px ) {
    .item-cells-groups.two-cell .item-combo-buttons {
       display: block;
    }
    .item-cells-groups.two-cell .item-cell-action-helpful {
        width: 14px;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        bottom: 100%;
        margin-bottom: 2px;
    }
    .item-cells-groups.two-cell .item-cell-action-helpful .btn:last-child {
        margin-top: 5px;
        margin-left: 0;
    }
    .psu-calculation-totals .pointer-contain {
        flex-wrap: wrap;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .psu-calculation-totals .pointer-contain .psu-calculation-buttons .btn {
        width: calc(50% - 5px);
        margin-bottom: 0;
        margin-top: 0;
    }
    .psu-calculation-totals .pointer-contain .reset-component-options {
        margin-left: 10px;
    }
    .psu-calculation-totals .pointer-contain p {
        font-size: 14px;
        line-height: 20px;
    }
    .psu-calculation-totals .pointer-contain h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .popover.show {
        max-width: 80%;
    }
    .popover-body {
        font-size: 12px;
    }
    .item-cells-groups.one-cell .item-info {
        display: block;
    }
    .item-cells-groups.one-cell .item-action {
        margin-left: 0;
    }
    .item-cells-groups.one-cell .item-info a {
        max-width: 100%;
        max-height: 18px;
        width: 100%;
        -webkit-line-clamp: 1;
    }
    .item-cells-groups.one-cell .item-cells {
        padding-left: 5px;
    }
    .item-cells-groups.one-cell .item-cell .item-img {
        max-width: 48px;
        min-width: 48px;
    }
    .item-cells-groups.one-cell .item-cell .item-container .item-diy-box {
        width: 85px;
        min-width: 85px;
    }
    .item-cells-groups.one-cell .item-cell .item-container .item-diy-box > i {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
    .item-cells-groups.one-cell .item-cell .item-container .item-diy-box span {
        font-size: 12px;
    }
}

@media screen and ( max-width: 500px ) {
    .psu-calc-header img {
        width: 90%;
    }
    .component-options {
        padding: 20px 12px;
    }
    .slide-contain.is-mobile .psu-calculation-totals .pointer-contain:before {
        top: -5px;
    }

    .slide-contain.is-mobile .psu-calculation-totals .pointer-contain:after {
        top: -4px;
    }
    .additional-tools-footer ul li a p {
        margin: 0 0 0 95px;
    }
    .item-cells-groups.one-cell .item-combo-buttons .item-combo-buttons-left .btn {
        padding: 6px;
        font-size: 12px;
    }
}

@media screen and ( max-width: 450px ) {
    .slide-contain.is-mobile {
        padding-bottom: 220px;
    }
}

@media screen and ( max-width: 415px ) {
    .page-title-second {
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
    }

    .slide-contain.is-mobile {
        padding-bottom: 220px;
    }
    .psu-calculation-totals .pointer-contain p {
        font-size: 12px;
        line-height: 16px;
    }
    .psu-calculation-totals.stick-bottom .pointer-contain + p {
        display: inherit;
    }
}

@media screen and ( max-width: 376px ) {
    .slide-contain.is-mobile .form-cells > div:last-child .form-cell.layout-third-two {
        margin-bottom: 25px;
    }
}
.tag-list.at-top-left .tag-medal {
    position: relative;
    top: 0;
    left: 0;
}
.tag.is-gold .tag-medal {
    background-image: url(https://c1.neweggimages.com/WebResource/Themes/Nest/images/badges/medal_gold.png);
    color: #704500;
    text-indent: -100vw;
}
.tag.is-silver .tag-medal {
    background-image: url(https://c1.neweggimages.com/WebResource/Themes/Nest/images/badges/medal_silver.png);
    color: #3E5074;
    text-indent: -100vw;
}
.tag.is-copper .tag-medal {
    background-image: url(https://c1.neweggimages.com/WebResource/Themes/Nest/images/badges/medal_copper.png);
    color: #853C00;
    text-indent: -100vw;
}
.tag.is-iron .tag-medal {
    background-image: url(https://c1.neweggimages.com/WebResource/Themes/Nest/images/badges/medal_iron.png);
    color: #505050;
    text-indent: -100vw;
}
.tag.is-stone .tag-medal {
    background-image: url(https://c1.neweggimages.com/WebResource/Themes/Nest/images/badges/medal_stone.png);
    color: #505050;
}
.tag-medal {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-style: italic;
    font-weight: 900;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.tag.is-silver {
    color: #596F97;
}
.tag.is-gold{
    color: #A25F01;
}
.tag.is-copper {
    color: #BD4B00;
}
.tag.is-iron {
    color: #6E6E6E;
}
.tag.is-stone {
    color: #6E6E6E;
}
.tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 6px;
    border-radius: 4px;
    margin: 5px 0 0 0;
    background-color: transparent;
}

.tag-list.at-top-left {
    top: 0;
    left: 0;
    padding-right: 5px;
    border-radius: 8px 0 0 0;
    position: absolute;
    z-index: 4;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}



.header2021 {
    min-height: 112px;
}