
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

    body::-webkit-scrollbar {
        width: 1em !important;
        height: 1em !important;
    }

    body::-webkit-scrollbar-track {
        /*    background-color: hsl(0 0% 93% / 1);*/
        background-color: transparent;
        border-radius: 100vw;
    }

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
}

figure.zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
}

figure.zoom:hover:before {
    background-color: rgba(255, 255, 255, 0);
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: all .25s;
    display: block;
    width: 100%;
    position: relative;
}

.flex-1-1-auto {
    flex: 1 1 auto;
}


.Checkout-Cart-Item-right {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.Checkout-Cart-Item-right:nth-of-type(2) {
    margin-top: 10px;
}

.FPS-Describe__gameOverlay {
    height: 100%;
    object-fit: cover;
}

#FPS-Tab__mainImageContainer {
    clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.break-all {
    text-decoration: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#FPS-Tab__mainImage {
    opacity: 1;
    height: 100%;
    object-fit: cover;
}

.FPS-Tab__statSVG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

#FPS-Tab__gameSelect {
    font-size: 2.5rem;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#FPS-Tab__Scroll {
    overflow: auto;
    scrollbar-width: none;
}

#FPS-Tab__Scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.FPS-Tab__Game {
    box-sizing: border-box;
    transition: all ease-in-out 250ms;
}

    .FPS-Tab__Game.chosen {
        position: relative;
        margin-right: 8px;
        margin-left: 8px;
        filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.35));
        -webkit-filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.35));
        -moz-filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.35));
    }

.FPS-Tab__Game:before {
    content: "";
    opacity: 0;
    border: #61C863 solid 0px;
}

.FPS-Tab__Game.chosen::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-radius: 4px;
    border: #61C863 solid 8px;
    background-color: #61C863;
    box-sizing: content-box;
    transform: translateX(-50%);
    overflow: hidden;
}

.FPS-Tab__Game::after {
    content: "";
    opacity: 0;
}

.FPS-Tab__Game.chosen::after {
    content: "";
    opacity: 1;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 26px solid #61C863;
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translateX(-50%);
}

.FPS-Tab__GameIMG {
    width: 70px;
    height: 35px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #5e5e5e;
    border-bottom: 2px solid #5e5e5e;
    border-left: 2px solid #5e5e5e;
    box-sizing: border-box;
    position: relative;
}

#FPS-Tab__Games {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 10px;
    padding: 10px;
    padding-bottom: 26px;
}

#FPS-Tab__output {
    background-color: #bababa;
    border-radius: 8px;
    overflow: hidden;
    margin-top: -18px;
}

#FPS-Tab__output::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(35px / 2);
    background: linear-gradient(to bottom, #8d8d8d, #bababa);
}

#FPS-Tab__timeSpy {
    border-radius: 8px;
    overflow: hidden;
    border: #C4C4C4 1px solid;
    background-color: white;
    height: 100%;
}

#FPS-Tab__timeSpyHead {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    background-color: #D6D6D6;
}

#FPS-Tab__timeSpyContent {
    padding: 15px;
    display: grid;
    gap: 10px;
}

#FPS-Tab__scrollLeft {
    background: linear-gradient(to right, #f4f4f4, rgba(244,244,244, 0));
}

#FPS-Tab__scrollLeft:hover {
    background: linear-gradient(to right, #d4d3cf, rgba(212, 211, 207, 0));
}

#FPS-Tab__scrollRight {
    background: linear-gradient(to left, #f4f4f4, rgba(244,244,244, 0));
}

#FPS-Tab__scrollRight:hover {
    background: linear-gradient(to left, #d4d3cf, rgba(212, 211, 207, 0));
}

.FPS-Tab__Arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 16px;
}

#FPS-Tab__gameData {
    display: grid;
    gap: 15px;
}

#FPS-Tab__performance {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    border-right: 1px solid #42ab44;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

#FPS-Tab__performance svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #434343;
    stroke-width: 5px;
    stroke-linecap: round;
}

#FPS-Tab__performance svg circle:last-of-type {
    --dasharray: 279%;
    stroke-dasharray: var(--dasharray);
    stroke-dashoffset: calc(var(--dasharray) - (var(--dasharray) * var(--percent)) / 100);
    stroke: var(--main-color,#3498db);
}

#FPS-Tab__performInfo {
    height: 100%;
    background-color: #61C863;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#FPS-Tab__performHeading {
    padding: 10px;
    text-align: center;
    background-color: #3f3f3f;
}

#FPS-Tab__performHeading > * {
/*    font-size: 28px;*/
    font-size: 20px;
    line-height: initial;
    color: white;
}

#FPS-Tab__performIMG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}

#FPS-Tab__performIMG > * {
    width: 100%;
    height: 100%;
}

.FPS-Tab__stat {
    border-radius: 50%;
    box-shadow: var(--shadow);
    background-color: #171717;
    width: 100px;
    height: 100px;
    color: white;
    border: 5px solid white;
    margin-left: auto;
    margin-right: auto;
}

#FPS-Tab__stats {
    padding: 15px;
}

.FPS-Tab__statsLarge {
    color: #11E2F2;
    margin-top: 2px;
    margin-bottom: 2px;
}

.FPS-Tab__stats > * {
    text-align: center;
}

.FPS-Tab__smallNumber {
    font-size: 13px;
}

.FPS-Tab__largeNumber {
    font-size: 25px;
}

.FPS-Tab__describe {
    width: 150px;
}

#FPS-Tab__modalScore2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: initial;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 2px 0 0 0;
}

#_3DMarkLevelTab {
    grid-template-columns: repeat(4, 1fr);
}

#_3DMarkLevelTab > * {
    padding: 2px;
}

#_3DMarkLevelTab > * > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#timeSpy__modalScore2 {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: initial;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 2px 0 0 0;
}

.FPS-Describe__timeSpy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

#_3DMarkLevelDescribe p {
    font-size: 13px;
    display: none;
}

#_3DMarkLevelDescribe {
    grid-template-columns: repeat(4, 1fr);
    margin: 10px 0;
}

#_3DMarkLevelDescribe > * {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

#_3DMarkLevelDescribe > * > * {
    padding: 3px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#FPS-Tab__Benchmark {
    display: flex;
    gap: 10px;
}

.FPS-Tab__section {
    display: grid;
    gap: 8px;
}

.FPS-Tab__section h4 {
    color: black;
    font-size: 15px;
    line-height: 15px;
}

#FPS-Tab__scoreBreakdown {
    display: grid;
    padding: 8px 15px;
    gap: 8px;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    background-color: #f5f5f5;
    border-radius: 100px;
    grid-column: 1/-1;
}

.FPS-Describe__gameWindow > * {
    width: 100%;
    height: auto;
/*    object-fit: cover;*/
}

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    /* box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px; */
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    /* font-family: Phantomsans, sans-serif; */
    /* font-size: 20px; */
    justify-content: center;
    align-items: center;
    /* line-height: 1em; */
    /* max-width: 100%; */
    /* min-width: 140px; */
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* white-space: nowrap; */
    cursor: pointer;
    width: 100%;
    line-height: initial;
}

.button-64 span {
    background-color: rgb(255 255 255);
    padding: 5px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
    color: black;
    font-weight: 450;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .button-64 {
        width: 100%;
    }
}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span > i {
    background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.button-64:hover span > i {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.button-64:hover span {
    background: none;
    color: white;
}

.price-tag {
    background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 20px;
}

.rounded-17{
    border-radius:17px;
}

.font-26 {
    font-size: 26px;
}

.hover_scale1-03:hover{
    transform:scale(1.03);
}

body::-webkit-scrollbar-thumb {
    /*    background: #3333333;*/
    background: #833ab4;
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
    /*    border: 0.25em solid transparent;*/
    min-height: 140px;
}

#MarkModal {
    z-index: 1111;
    background-color: RGBA(0,0,0,0.3);
}

#FPSModalLinkDIV {
    text-align: right;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
}

#fpsModalData {
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.7);
}

.child_grid-display > * {
    display: grid;
}

.child_gap-15 > * {
    gap: 15px;
}

.child_gap-10 > * {
    gap: 10px;
}

.child_no-br br {
    display: none;
}


#backTopButton {
    z-index: 99999;
    transition: all 250ms ease-in-out;
}

.translateX--50 {
    transform: translateX(-50%);
}

.translateY--50 {
    transform: translateY(-50%);
}

.translateY-0 {
    transform: translateY(0%);
}

.translateY-61px {
    transform: translateY(61px);
}

.inherit-padding_nb {
    padding: inherit !important;
}

.p-0 {
    padding: 0px;
}

.p-0_nb {
    padding: 0px !important;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.p-6 {
    padding: 6px;
}

.p-7 {
    padding: 7px;
}

.p-8 {
    padding: 8px;
}

.p-10 {
    padding: 10px;
}

.p-10_nb {
    padding: 10px !important;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-3 {
    padding-left: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}


.p-1 {
    padding: 1px;
}

.p-8 {
    padding: 8px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-0_nb {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.px-7-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.px-7-5_nb {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-8_nb {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-0_nb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-10_nb {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-8_nb {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ps-0 {
    padding-left: 0px;
}

.ps-2-5 {
    padding-left: 2.5px;
}

.ps-2-5_nb {
    padding-left: 2.5px !important;
}

.ps-5 {
    padding-left: 5px;
}

.ps-5_nb {
    padding-left: 5px !important;
}

.ps-7-5 {
    padding-left: 7.5px;
}

.ps-8 {
    padding-left: 8px;
}

.ps-10 {
    padding-left: 10px;
}

.ps-15 {
    padding-left: 15px;
}

.ps-20 {
    padding-left: 20px;
}

.ps-21 {
    padding-left: 21px;
}

.ps-25 {
    padding-left: 25px;
}

.ps-30 {
    padding-left: 30px;
}

.ps-40 {
    padding-left: 40px;
}

.ps-50 {
    padding-left: 50px;
}

.pe-0 {
    padding-right: 0px;
}

.pe-0_nb {
    padding-right: 0px !important;
}

.pe-2-5 {
    padding-right: 2.5px;
}

.pe-2-5_nb {
    padding-right: 2.5px !important;
}

.pe-5 {
    padding-right: 5px;
}

.pe-5_nb {
    padding-right: 5px !important;
}

.pe-7-5 {
    padding-right: 7.5px;
}

.pe-7-5_nb {
    padding-right: 7.5px !important;
}

.pe-8 {
    padding-right: 8px;
}

.pe-10 {
    padding-right: 10px;
}

.pe-10_nb {
    padding-right: 10px !important;
}

.pe-15 {
    padding-right: 15px;
}

.pe-21 {
    padding-right: 21px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-21 {
    padding-left: 21px;
    padding-right: 21px;
}

.px-21_nb {
    padding-left: 21px;
    padding-right: 21px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-8_nb {
    padding-bottom: 8px !important;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}


.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-8_nb {
    padding-top: 8px !important;
}

.pt-9 {
    padding-top: 9px;
}

.pt-12 {
    padding-top: 12px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-12_nb {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.m-0 {
    margin: 0px;
}

.m-0_nb {
    margin: 0px !important;
}

.m-3 {
    margin: 3px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 0px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15, .ms-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

b, strong {
    font-weight: 500 !important;
}

/*
  New Section Start
*/
/* .facet-section {
    overflow: hidden;
    height: 37px;
} */
.red-text {
    color: red;
}

.flex-wrap {
    flex-wrap: wrap;
}

.main-dark-bg-01 {
    background-color: #240070 /*black*/;
}

.space-between {
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}

.accordion__icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    opacity: 0.9;
}

.accordion__item--active .accordion__icon {
    transform: rotate(180deg);
}

.accordion__item--active .accordion__btn {
	color: #007de7;
	font-weight: lighter;
}

.totalCount > .ais-Stats {
    color: white;
}

.accordion__content {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    transform: translateX(16px);
    transition: height 0.5s ease, opacity 0.5s, transform 0.5s;
}

.accordion__item--active .accordion__content {
    padding: 0px 10px 10px 10px;
    opacity: 1;
    transform: translateX(0px);
    height: auto;
}

.searchHeader {
    background-image: url(https://www.evetech.co.za/repository/ProductImages/gaming-computer-setup.jpg);
    background-size: 100%;
    background-position: center;
}

.FPS-Describe__header {
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 8px;
}

.FPS-Describe__header h2 {
    font-size: 20px;
}

.FPS-Describe__games {
    background-color: rgba(0, 0, 0, 0.1);
}

.FPS-Describe__gameWindow {
    width: 55%;
    overflow: hidden;
    align-items: start;
    position: relative;
    flex-shrink: 0;
/*    margin-left: 50%;*/
}

.FPS-Describe__gameWindowBG {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
}


.FPS-Describe__stats > * {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.FPS-Describe__stat {
    border-radius: 50%;
    box-shadow: var(--shadow);
    background-color: white;
    padding: 5px;
    width: 125px;
    height: 125px;
    margin: auto;
}

.GAMEBAR__hoverStatLable {
    transition: all ease-in-out 250ms;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.0);
}

.GAMEBAR__hoverStatLable:hover {
    opacity: 1;
}

.FPS-Describe__performance svg {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}


.FPS-Describe__performance svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 5px;
    stroke-linecap: round;
}

.FPS-Describe__performance svg circle:last-of-type {
    --dasharray: 279%;
    stroke-dasharray: var(--dasharray);
    stroke-dashoffset: calc(var(--dasharray) - (var(--dasharray) * var(--percent)) / 100);
    stroke: var(--main-color,#3498db);
}


.GAMEBAR__statLabel {
    width: calc(82% - 10px);
    height: calc(82% - 10px);
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.GAMEBAR__scoreBreakdown {
    display: grid;
    padding: 8px;
    padding-top: 0;
    gap: 8px;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: min-content;
    background-color: #f5f5f5;
    border-radius: 0px 0px 8px 8px;
    width: min-content;
    margin: auto;
}


.GAMEBAR__subHeading {
    font-size: 13px;
    color: black;
}

.GAMEBAR__subScore {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    justify-content: center;
    align-items: center;
}

.detailTabs {
    padding: 0px 5px 20px 5px;
}

.timeSpy__describe {
    width: 150px;
    display: none;
}

.FPS-Describe__performance {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    margin-top: calc(170rem / 13 * -1);*/
    position: relative;
    width: 55%;
}

#FPS-LaptopDescribe__scrollLeft, #FPS-LaptopDescribe__scrollRight {
    display: none;
}

/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
selector{ property:value; }

    .col-xs-9_chrome {
        width: 75%;
    }

    .col-xs-10_chrome {
        width: 83.33333333333333%;
    }

    .show_chrome {
        display: block !important;
    }

}


/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) and (min-width: 992px) {
selector{ property:value; }

    .col-md-10_chrome {
        width: 83.33333333333333%;
    }

    .col-md-11_chrome {
        width: 91.66666666666667%;
    }

    .show-md_chrome {
        display: block;
    }

}


.ais-VoiceSearch-button {
    /* border: none; */
    width: 37px !important;
    min-height: 37px !important;
    padding: unset !important;
    /* border-radius: 50%; */
    /* color: #ffffff; */
    /* background-color: black; */
    border: lightgrey 1px solid !important;
}

.ais-VoiceSearch-button:hover {
    color: black !important;
}

.black-fade-down {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.black-fade-down-2 {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.black-fade-up {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.black-fade-left {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(261deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(261deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(261deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.black-fade-right {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#stats {
    font-size: unset !important;
    padding: 10px 0 0 0 !important;
}

.autocomplete__placeholder {
	top: 50%;
	left: 55px;
	pointer-events: none;
	background-color: #ddd;
	font-size: 15px;
	transform: translateY(-64%);
}

.autocomplete__searchIcon {
    top: 14px;
    left: 25px;
}

/* .searchbar {
    background-color: black;
} */

#ais-autocomplete-selectized {
    position: relative !important;
}

.dropdown.open .dropdown-menu {
    z-index: 1001 !important;
}

.h14 {
    height: 14px;
}

.h50px , .h-50px {
    height: 50px;
}

.h61px , .h-61px {
    height: 61px;
}

.h61px-nb , .h-61px_nb {
    height: 61px !important;
}

.h100px {
    height: 100px;
}

.h150px {
    height: 150px;
}

.h200px {
    height: 200px;
}

.h100_nb {
    height: 100% !important;
}

.w100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.w-auto_nb {
    width: auto !important;
}

.h-0, .h-0px {
    height: 0;
}

.h-0px_nb {
    height: 0 !important;
}

.h-auto {
    height: auto;
}

.hide {
    display: none;
}

.hide_nb {
    display: none !important;
}

.show {
    display: block;
}



.ais-Hits-list {
	width: 100%;
	gap: 15px;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
}

#products .ais-Hits-item {
    width: 100%;
}

#productsSearch .ais-Hits-list {
    width: 100%;
    gap: 15px;
}

#productsSearch .ais-Hits-item {
    width: 100%;
}

.hit-price {
    font-size: 21px;
}

.fixed {
    position: fixed;
}

.height-min-content {
    height: min-content;
}

.autocomplete__container {
    height: 52px;
    background-color: #333333;
  }

.product-on-special {
    background-color: #0082d8;
    border-radius: 5px;
    width: 4em;
    /*height: 60px;*/
    text-align: center;
    padding-bottom: 5px;
    line-height: 1.2;
    z-index: 0;/*4;*/
    position: absolute;
    /* margin: 1em;*/
    background: linear-gradient( 180deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    /*background-size: 300% 300%;*/
    /*animation: gradient 2.5s ease infinite;*/
    color: #fff;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.h100vh {
    height: 100vh;
}

.h100vh-61 {
    height: calc(100vh - 61px);
}

.h200vh-61 {
    height: calc(200vh - 61px);
}

.h150vh {
    height: 150vh;
}

.h200vh {
    height: 200vh;
}

.h252vh {
    height: 252vh;
}

.z-index-1 {
    z-index: 1;
  }

  .z-index-2 {
    z-index: 2;
  }

  .z-index-3 {
    z-index: 3;
  }

  .z-index-4 {
    z-index: 4;
  }

  .z-index-5 {
    z-index: 5;
  }

  .z-index-6 {
    z-index: 6;
  }

  .z-index-7 {
    z-index: 7;
  }

  .z-index-8 {
    z-index: 8;
  }

  .z-index-9 {
    z-index: 9;
  }

  .z-index-10 {
    z-index: 10;
  }

  .z-index-11 {
    z-index: 11;
  }

  .selectize-input {
      width: 64% !important;
  }

@keyframes animatedgradient {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}


/*@keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}*/

.product-on-special-text {
    color: white;
    font-size: 14px;
}

.product-on-special-percentage {
    color: white;
    font-size: 14px;
}

.cart-section {
    max-height: 30em;
    background-color: white;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size:13px;
}
.cart-product-name{
    font-size:13px;
}
.minitotal {
    font-size: 16px;
}
.f-13::before {
    font-size: 13px;
}

.custom-scroll-visible::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: rgb(222, 222, 222);
}

.custom-scroll-visible::-webkit-scrollbar {
    width: 3px !important;
    background-color: #444 !important;
}

.cart-product-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cart-item-details {
    display: inline-flex;
}

.ic.close {
    display: none;
}

.cart-product-image {
    width: 80px;
    height: 80px;
    border: gray;
    border-style: groove;
    /*padding: 2px;*/
    border-width: 0px;
    /*border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .175);*/
}

.cart-product {
    padding-left: 10px;
    max-width: 220px;
    font-size: 12px;
}

.cart-trash {
    background-color: transparent;
    color: #737474;
    margin: 20px 0px 0px 10px;
    padding: 0px;
    height: 30px;
    width: 30px;
    font-size: 20px !important;
    border: none;
    float: right;
    right: 0;
}

.cart-trash:hover {
    background-color: #eeeeee;
    color: #39393a;
    border-radius: 3px;
}

.cart-quantity {
    color: #737474;
    font-size: 12px;
    margin-left: 90px;
    margin-top: -20px;
}

.cart-product-price {
    color: #737474;
    font-size: 12px;
    margin-top: -20px;
    float: right;
}

.cart-product-total {
    color: #000000;
    font-size: 15px;
    /* font-weight: 200; */
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

.cart-button-section {
    margin-top: 10px;
}

.cart-btn {
    color: white !important;
    background-color: #484848 !important;
    width: 15rem;
    height: 50px;
    text-align: center;
    border: none;
    padding: 1.1em;
}

.cart-btn:hover {
    background-color: #282828;
}

.cart-product-row {
    border-top: 1px solid #ececec;
}

.cart-product-row-total {
    border-top: 1px solid #afafaf;
}


/*
  New Section end
*/

.navbar-default .navbar-nav>.open>a {
    background-color: white;
}

.wrapper {
    width: 100%;
}

.product-heading-text {
    font-size: 24px;
}

.product-sub-text {
    font-size: 15px;
    padding-bottom: 10px;
}

.addbtn {
    float: left;
    /* width: 105px; */
    margin-right: 4px;
    /* added */
    padding-top: 5px;
}

#lft-cnt {
    /*margin-right: 15px;*/
}

.compare-feature-header {
    width: 100%;
    background-color: lightgrey;
}

.product-page-heading-text {
    background-color: white;
    margin-bottom: 15px;
}

.compare-product {
    float: left;
}

.compare-container {
    font-size: 14px;
    background-color: #737474;
    padding: 5px 5px 2px 5px;
    height: 43px;
    line-height: 18px;
}

.compare-container-text {
    float: left;
    width: 300px;
    padding-right: 5px;
    padding-left: 5px;
    color: white;
}

.compare-image-holder {
    float: left;
}

.min-height-32px {
    min-height: 32px;
}

@media (max-width: 524px) {
    .product-block .product-block2 {
        /* width: 98% !important; */
        width: 100% !important;
    }
    /* .product-specials-tag {
    margin-left: 19px !important;
  } */
    .product-inner {
        /*width: 88% !important;*/
        display: table;
        margin: 0 24px !important;
    }
    .product-inner2 {
        /* width: 88% !important; */
        width: 100% !important;
        display: table;
        margin: 0 24px !important;
    }
    .product-grid-view li,
    .product-list-view li {
        padding: 0.8rem;
        /* width: 34rem; */
    }
}

.MyLightYelloweButton {
    width: 100px;
    background-color: #fecd57;
    border: 1px solid #fbc43c;
    border-radius: 4px;
    padding: 6px;
    text-align: center;
    color: #333333;
    float: left;
    margin-right: 6px;
    margin-left: 5px;
}

.blue {
    font-size: 14px;
    color: #11528d;
}

.small-price span {
    font-size: 14px;
    color: #656568;
}


/* added */

.product-grid-view-row {
    background-color: #f0f0f0;
    padding-top: 15px;
}

.product-row {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

/*.product-block:hover {
    border: 1px solid blue !important;
}*/
.product-block:hover {
    border: 4px solid #9b9b9b !important;
}

/*.product-block2*/

.fst:hover {
    border: 1px solid blue !important;
}

.product-heading-text {
    font-size: 24px;
}

.product-sub-text {
    font-size: 15px;
    padding-bottom: 10px;
}

.product-page-heading-text {
    margin-bottom: 10px;
}

.product-block {
    /*width: 250px;*/
    overflow: hidden;
    float: left;
}

.product-block2 {
    /*width: 240px;*/
    /* width: 18.8em; */
    width: 23%;
    /* 20%;  remove due probuvt block not able to display */
    overflow: hidden;
    float: left;
    margin: 1%;
}

.product-block-grid {
    overflow: hidden;
    float: left;
    margin: 1%;
}

.product-block-list {
    width: 24rem;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product-block-list:hover {
    border: 1px solid blue !important;
}

.product-inner-img {
    text-align: center;
}

.product-inner-img2 {
    text-align: center;
}

.product-inner-img2 img {
    border-width: 0px;
}

#product-cnt ul li.fst {
    border: 2px solid #2b6fae;
    width: 232px;
    float: left;
}

.myProductName a {
    font-size: 14px;
    color: #39393a;
    line-height: 18px;
    text-decoration: none;
}

.product-inner {
    /*width: 220px;
    display: table;
    margin: 2px auto !important;
    margin-bottom: 15px;*/
    width: 23rem;
    margin-top: 1rem !important;
    margin-left: 0.2rem !important;
    padding: 0.8rem;
    border: 1px solid #c4c8d8;
    box-shadow: 0 2px 5px 0 #e3e5ec;
}

.statuslbl_In {
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #4cc552;
    border: 1px solid #54c571;
    color: black;
}

.moreInfoBtn {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #fecd57;
    border: 1px solid #faf92d;
    display: block;
    border-radius: 4px 0 0 4px;
    width: 100%;
    padding: 6px 0px;
    color: #333333;
    border-radius:10px;
}


/* added */

.AddToCartBtn {
    background-color: #4CADCB;
    border: 1px solid #02A9D6;
    border-radius: 0 4px 4px 0;
    padding: 6px 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-top: 0 !important;
    width: 100%;
}

.statuslbl_Out {
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #e33729;
    border: 1px solid #e33729;
    color: white;
}

.statuslbl_Warn {
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: white;
}

@-webkit-keyframes wrapper_blur {
    /*0% {
    -webkit-filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
  }*/
}

.shipping-header {
    color: black;
}

.header {
    position: fixed !important;
}

#carousel {
    padding-top: 5.5%;
}

.hide-desktop {
    display: none;
}

.mobile-spacing-top {
    padding-top: 15px;
}

.list-product-name {
    border-bottom: 1px solid #7777;
    padding-bottom: 10px;
}

.cart-icon2 {
    background: url(../images/cart.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    width: 34px;
    margin-right: 0px;
    margin-top: -12px;
}

.review {
    margin-top: -10px;
}
.review-heading {
    font-size: 22px;
    line-height: 30px;
}

#bread-crumb {
    padding-top: 110px;
    padding-left: 20px;
}

#header-logo {
    padding-left: 0;
}

.footer-text {
    color: #ffffff;
}

ul#head-dropdown.dropdown-menu {
    margin-top: 16px;
}

.logo {
    float: left;
}

.shadow-hover:hover {
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
}

body {
    color: #333333;
    font-size: 13px;
    /* font-weight: 400; */
   /* line-height: 1.6;*/
    /* font-family: "Poppins"; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Fredoka', sans-serif;
    font-weight: normal;
    background-color: white;
    /* background: #fafafa; */
    position: relative;
}

::-moz-selection {
    background-color: #1a1a1a;
    color: #fff;
}

::selection {
    background-color: #1a1a1a;
    color: #fff;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

ul li {
    list-style: none;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* =====  TYPOGRAPHY =====*/

a {
    cursor: pointer;
    text-decoration: none;
    color: #888;
}

a:hover,
a:focus {
    color: #d9121f;
    text-decoration: none;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
    /* font-family: "Roboto", sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
}

h3 {
    font-size: 22px;
    line-height: 22px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-size: 16px;
    line-height: 16px;
}

h6 {
    font-size: 14px;
    line-height: 14px;
}

.stf {
    font-size: 13px;
    color: #000;
    margin: 0px;
}

.tf {
    font-size: 20px;
    color: #000;
    margin: 0px;
}


/*header part css  start*/

.header-mid,
.header-bottom {
    background-color: #282828;
}

.header-top {
    background: #d9121f;
}

.dropdown-menu.pull-right.cart-dropdown-menu {
    position: absolute;
}

.call>p {
    color: #fff;
    margin: 10px 0;
}

.call>p>span {
    color: #fff;
}

.user-info {
    float: right;
}

.user {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    float: left;
}

.user li a {
    color: #fff;
}

.product-discription {
    padding-left: 12px;
}

.user li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid #fff;
    padding: 0 0 0 10px;
    line-height: 14px;
    color: #fff;
}

.user li .modal-body {
    color: #000000;
}

.user li:first-child {
    border: none;
    padding-right: 10px;
}

.modal-header {
    background: #000;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px 10px 20px;
    overflow: hidden;
}

.fa.fa-times {
    font-size: 14px;
    overflow: hidden;
    text-shadow: initial;
}

.modal-body .controls {
    line-height: 18px;
}

.modal-footer .control a {
    color: #d9121f;
}

.panel-heading {
    display: inline;
}

.modal-body {
    padding: 30px;
}

.modal-header .close {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    height: 20px;
    margin: -4px 0 0 10px;
    opacity: 0.4;
    padding: 0;
    width: 20px;
    line-height: 0px;
    font-weight: normal;
}

.modal-header .close:hover {
    opacity: 0.8;
}

.btn.btn-primary.facebook {
    background: #3b5998;
    border-color: #3b5998;
}

#loginform .checkbox input {
    margin-top: 0;
}

.img-over-gall {
    cursor: zoom-in;
}

.img-over-gall img {
    transition: all 0.20s ease 0s;
    -moz-transition: all 0.20s ease 0s;
    -webkit-transition: all 0.20s ease 0s;
    -o-transition: all 0.20s ease 0s;
} 

.modal-body .input-group {
    margin: 10px 0;
}

.modal-body .control-group {
    text-align: left;
}

.control-group {
    margin: 5px 0px 20px 5px;
}

.modal-body .input-xlarge {
    margin: 5px 0;
    padding: 8px;
}

.panel-collapse.collapse.in {
    float: left;
    width: 100%;
}

.col-md-3.header-right {
    width: auto;
    float: right;
}

.col-md-6.search_block {
    padding: 0;
    width: 52%;
}

.search {
    margin-top: 0px;
    position: relative;
    padding-right: 5px !important;
}

.search input {
    border: 1px solid #d9121f;
    border-right: none;
    float: left;
    height: 46px;
    width: 450px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search_cat {
    float: left;
    position: relative;
    border-top-left-radius: 5px;
}

.search_cat .fa.fa-angle-down {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
}

.search .submit {
    background: #fff;
    border-left: none !important;
    border-color: #d9121f;
    color: #000;
    padding: 15px 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #d9121f;
    border-right-color: rgb(217, 18, 31);
    border-right-style: solid;
    border-right-width: 1px;
}

.search-category {
    height: 46px;
}

.search-category {
    border-right: none;
    padding: 11px 50px 11px 10px;
    background: #fff;
    border-color: #d9121f;
    float: left;
    position: relative;
    border-radius: 0 !important;
}

.search-category span {
    padding-left: 10px;
}

.btn {
    padding: 17px 20px;
    line-height: 10px;
    border-radius: 0;
}

.cart .dropdown-menu {
    width: 360px;
    padding: 10px;
}

.table.pricetotal {
    border-top: 1px solid #e5e5e5;
}

.btn.btn-danger.btn-xs.remove {
    padding: 1px 4px 0;
    border-radius: 0;
    background: #333333 !important;
}

.img-thumbnail,
.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu .fa.fa-share {
    color: #fff;
}

.dropdown-menu .table-striped>tbody>tr:nth-of-type(2n + 1) {
    background: none;
}

.dropdown-menu .table>thead>tr>th,
.dropdown-menu .table>tbody>tr>th,
.dropdown-menu .table>tfoot>tr>th,
.dropdown-menu .table>thead>tr>td,
.dropdown-menu .table>tbody>tr>td,
.dropdown-menu .table>tfoot>tr>td {
    border: none !important;
}

.productthumb {
    border: 1px solid #e5e5e5;
}

.product-image-scroll {
    width: 100%;
    overflow-y: scroll;
}

.cart {
    text-align: right;
    padding: 7px 0;
    float: right;
}

.cart>a {
    margin-top: 12px;
    float: right;
    font-weight: 700;
    color: #fff;
}

.cart-box.cart-box>a {
    float: left;
    margin: 0;
}

.cart span {
    font-weight: 500;
    color: #fff;
}

.remove .fa.fa-times {
    color: #fff;
}

.btn.btn-xs.remove {
    /* padding: 0px 5px;
  border-radius: 15px;
  background-color: black;
  height: 2.35rem;*/
    padding: 0px 6px;
    border-radius: 13px;
    background-color: black;
    height: 2.35rem;
    font-weight: 900;
    font-size: 13px;
}

.btnHeadCheckout {
    /*padding: 0.9rem 1.8em;*/
    border-radius: 5px !important;
}

.btnHeadViewCart {
    /*padding: 0.9rem 1.8em;*/
    border-radius: 5px !important;
}

.cart-icon {
    background: url(../images/cart.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    width: 34px;
    margin-right: 15px;
    margin-top: -12px;
}

.controls .btn.btn-primary.pull-left,
.controls .btn.btn-primary.pull-right {
    padding: 10px 15px;
}

.dropdown-menu.pull-right.cart-dropdown-menu .minitotal {
    padding: 10px;
    overflow: hidden;
}

.cart .table.table-striped {
    margin-bottom: 0;
}

.cart .table.pricetotal {
    margin: 0;
}

.glyphicon-user::before,
.glyphicon-lock::before {
    color: #999999;
}

#loginform .btn.btn-primary.btn-success:hover,
.btn.btn-primary.facebook:hover {
    background-color: #d9121f;
    border-color: #d9121f;
}

#loginform .btn.btn-primary.btn-success {
    background-color: #000;
    border: medium none;
    padding: 11px 20px;
}

#loginform .btn.btn-primary {
    padding: 10px 20px;
}

#register .btn.btn-success {
    background-color: #000;
    border: medium none;
    padding: 10px 20px;
}

.new-further>p {
    color: #000;
    font-weight: 700;
    margin: 0 0 10px !important;
    float: left;
}

.new-further li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    border-left: 1px solid #bbb;
    line-height: 14px;
}

.new-further li:first-child {
    border-left: 0px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-top: 0px solid #ffffff;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.dropdown-menu>li>a {
    padding: 8px 22px;
}

.dropdown-menu {
    padding: 10px 0;
}

/* .navbar-header {
    display: none;
} */

.new {
    background: #ffb739 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 0 5px;
    position: absolute;
    left: 40px;
    top: 7px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
}


/*header part css  end*/

#box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 80px;
    padding: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #1d1f20;
}

.gradient-border {
    --borderWidth: 3px;
   /* background: #1d1f20;*/
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    background: #1d1f20;
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient( 180deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

.autoClose {
    top: 13px;
    left: calc(64% - 34px);
    z-index: 1;
    color: red;
  }

  .autoClose:hover, .autoErase:hover {
    color: grey;
  }

  .selectize-dropdown .selected {
      background-color: #f5fafd !important;
  }

@keyframes animatedgradient {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}


/* owl main banner start */

#main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #999;
}

#progressBar {
    width: 100%;
    background: #ededed;
}

.owl-page>span {
    border: 1px solid #eaeaea;
    display: inline-block;
    float: left;
    height: 11px;
    margin: -3px;
    padding: 5px;
    width: 11px;
}

.owl-page.active,
.owl-page:hover {
    background-color: #d9121f;
    border-color: #d9121f;
}


/* owl main banner End*/


/* CMS Block Start*/

.cms-block1,
.cms-block2,
.cms-block3 {
    padding: 5px 10px;
    text-align: center;
    padding: 30px 30px;
}

.cms-block1,
.cms-block3 {
    background: #fff none repeat scroll 0 0;
    color: #000;
    height: 500px;
}

.cms-block1 .stf,
.cms-block3 .stf {
    font-weight: 500;
    font-size: 18px;
}

.cms-block2 {
    height: 500px;
    background-color: white;
}

.cms-block2 .stf {
    font-size: 18px;
}

.cms-block2 .stf,
.cms-block2 p {
    color: #fff !important;
}

#cms {
    padding: 60px 0 0px;
}

#cms2 {
    padding: 60px 0 0px;
}

#cms p {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    margin: 0px;
}


/* CMS Block End */


/* Fashion Sale Block Start */

#fashion-sale {
    padding-top: 30px;
}

.fashion-sale-title {
    text-align: center;
}

.fashion-sale-title .tf {
    margin: -17px auto 0;
    width: 170px;
    background-color: #f8f8f8;
}

.fashion-sale-title {
    border-top: 5px solid #e9e9e9;
    padding-bottom: 55px;
}

.fashion-sale-title>span {
    color: #d9121f;
    font-size: 20px;
}

.product-name a {
    font-size: 14px;
    text-transform: capitalize;
}

.image {
    border: none;
}

.box {
    margin: 0 -10px;
    padding-bottom: 12px;
}

.owl-item {
    text-align: center;
    /*width: 288px !important;*/ /*250px !important;*/
}


/* Fashion Sale Block End */


/* featured Block Start*/

.featured,
#Featured2 {
    padding-top: 16px;/*20px;*/
}

.Featured-Products-title {
    padding: 0 0 25px;
}

/* .Featured-Products-title span {
    font-weight: 300;
} */

.fashion-product .price-old {
    display: none;
}

#fashion-product .product-details {
    margin: 0;
}

.product-list-view .product-details {
    margin: 0;
}

.product-details {
    margin: 26px 0;
}

.product-hov .review {
    margin: 9px 0 5px;
}

.product-hov>ul {
   /* background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
    margin: 0 6px;
    padding: 4px 0 4px;
}

.product-hov {
    position: absolute;
    bottom: 68px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
    width: 94%;
}

.product-list-view .product-hov {
    bottom: 68px;
    width: 100%;
    left: 0;
}

.product-list-view .product-hov>ul {
    background: none;
}

.addtocart:hover,
.wish:hover,
.compare:hover {
    background: #d9121f none repeat scroll 0 0;
    border-color: #d9121f;
}

.wish:hover {
    background: #d9121f url("../images/widh-comp.png") no-repeat scroll 8px 11px;
    border-color: #d9121f;
}

.compare:hover {
    background: #d9121f; /* url("../images/widh-comp.png") no-repeat scroll 8px -26px*/
    border-color: #d9121f;
}

.compare-icon {
    position: absolute;
    margin: 9px 0px 0px -8px;
    font-size:16px !important;
    color:white;
}

.product-block:hover .product-hov {
    display: block;
}

.product-block2:hover .product-hov {
    display: block;
}

.product-hov li {
    display: inline-block;
}

.wish,
.compare {
    height: 34px;
    width: 35px;
    border: 1px solid #2b282f;
}

.wish {
    background: #2b282f url("../images/widh-comp.png") no-repeat scroll 8px 11px;
}

.compare {
    background: #2b282f; /*url("../images/widh-comp.png") no-repeat scroll 8px -26px*/
}

.addtocart {
    background: #2b282f;
    overflow: hidden;
    padding: 6px 15px;
    border: 1px solid #2b282f;
    color: #fff;
}

.addtocart a {
    color: #fff;
}

.price-old {
    color: #aeaeae;
}

.price-new {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

.price-old {
    text-decoration: line-through;
}

#fashion-product .owl-item:hover .img-responsive {
    box-shadow: inset 0px 0px 0px 3px rgba(19, 73, 178, 1);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(19, 73, 178, 1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(19, 73, 178, 1);
}

.fashion .product-block .image .img-responsive {
    position: relative;
    display: inline-block;
}

#fashion-product .owl-item:hover .shopnow {
    opacity: 1;
    transition-duration: 0.5s;
}

.shopnow {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30%;
    width: 100px;
}

.shopnow>h4 {
    margin: 8px;
}

.shopnow a {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}


/* featured Block end*/


/* cms and video Block start*/

video {
    background: #000;
    width: 100%;
}

.cms-video-bg {
    border: 1px solid #eaeaea;
    background: #fff;
    display: inline-block;
    padding: 30px 15px;
    width: 100%;
    margin: 0 0px 60px;
}

.cms-video-bg h3 {
    text-align: center;
}

.cms-video-bg .col-md-4>h3,
.cms-video-bg .col-md-8>h3 {
    font-size: 20px;
}

.cms-banner {
    background: url("../images/cms-banner.jpg") repeat scroll 0 0;
    display: table-cell;
    height: 411px;
    padding: 30px;
    text-align: center;
    vertical-align: middle;
}

.cms-banner .btn-default {
    color: #fff;
    background-color: #d9121f;
    border-color: #d9121f;
}

.cms-banner h4 {
    border-bottom: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    color: #ffffff;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Dunkin Lyons', sans-serif; */
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    font-size: 70px;
    padding: 40px 0 35px;
    margin: 0;
    font-weight: 500;
}

.cms-banner>p {
    color: #ffffff;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: inherit;
    font-size: 15px;
    /* font-weight: 300; */
    padding: 15px 0;
    margin: 0;
}

.btn-default:hover {
    border-color: #e6e6e6;
}


/* cms and video Block end*/


/* blog and special Block start*/

.Latest-News-title {
    padding: 0 0 25px;
}

/* .Latest-News-title span {
    font-weight: 300;
} */

.Latest-News-title2 {
    padding: 0 0 25px;
}

/* .Latest-News-title2 span {
    font-weight: 300;
} */

.post {
    margin-right: 15px;
}

.content-details {
    margin: 0 10px;
}

.item .post-title>h4 {
    margin: 0;
}

.item .post-title::before {
    display: none;
}

.item .read-more {
    color: #d9121f;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding: 15px 0 0;
}

.Special-title {
    margin: 0 0 0 -15px;
    float: left;
}

/* .Special-title span {
    font-weight: 300;
} */

.Special-product {
    background-color: #fff;
}

#special,
#special2,
#special3,
#special4,
#special5,
#special6,
#special7,
#special8,
#special9,
#special10,
#special11,
#special12 {
    padding: 5px;
}

#special,
#special2,
#special3,
#special4,
#special5,
#special6,
#special7,
#special8,
#special9,
#special10,
#special11,
#special12 {
    clear: both;
}

.Special-product a {
    font-size: 20px;
}

#index .special .customNavigation a {
    position: absolute;
    top: 0px;
}

#blog .customNavigation {
    right: 15px;
}

#blog .special .customNavigation {
    text-align: right;
    right: -10px;
    padding-top: 5px;
}

#index .Special-product .customNavigation {
    float: right;
}

#index .Special-product .customNavigation a {
    position: relative;
    top: auto;
    display: inline;
}

.customNavigation>#owlStatus {
    top: 3px;
    right: 23px;
    position: relative;
}

#index .special .customNavigation a.special_next {
    top: 0;
    right: 0;
    font-size: 23px;
    padding: 4px 10px;
    line-height: 10px;
}

#index .special .customNavigation a.special_prev {
    top: 0;
    right: 48px;
    font-size: 23px;
    padding: 4px 10px;
    line-height: 10px;
}

#owlStatus,
#owlStatus div {
    display: inline;
}


/* blog and special Block end*/


/* brand logo Block start*/

#brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1 !important;
}

#brand-logo {
    padding: 15px;
    margin: 10px 0;
    /*padding: 30px;
    margin: 30px 0;*/
    filter: grayscale(100%);
    opacity: 0.3 !important;
}

#brand-logo:hover .item:not(:hover) {
    opacity: 0.5;
    filter: grayscale(100%);
}

#brand-logo+.customNavigation {
    bottom: 8rem;
    position: absolute;
    width: 100%;
}

#brand-logo::before,
#brand-logo::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 41px;
    height: 125%;
    pointer-events: none;
}

#brand-logo::before {
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#brand-logo::after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#index .brand .customNavigation a {
    position: absolute;
    top: -45;
}

#index .brand .customNavigation a.prev {
    left: 0;
    right: auto;
}

#index .brand .customNavigation {
    position: relative;
    top: -52px;
}


/* brand logo Block end*/


/* footer Block start*/

footer {
    background: #282828;
    border-top: 1px solid #eaeaea;
}


/* Newsletter section in footer */

#newslatter {
    text-align: center;
}

#newslatter .btn {
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 30%;
    height: 100%;
    border-radius: 0;
}

#newslatter h2 {
    color: #000000;
    font-size: 20px;
    /* font-weight: 400; */
    line-height: 20px;
    margin: 0;
}

.newslatter .input-group {
    display: inline-block;
    margin-top: 30px;
}

.newslatter {
    border-bottom: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient( 45deg, rgb(50, 195, 33), rgb(2, 224, 224));
    border-image-slice: 1;
    /*margin: 40px auto 40px;*/
    /*width: 100%;*/
    text-align: center;
    padding-bottom: 20px;
}

.newslatter form {
    display: inline-block;
    text-align: center;
}

#footer .newslatter h2 {
    display: inline-block;
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #fff;
}

#footer .fa-envelope {
    padding: unset;
    border: unset;
    background-color: unset;
    color: white;
}

.newslatter .input-group .form-control {
    height: 44px;
    margin: 0px;
    border-color: #eaeaea;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.newslatter .btn {
    padding: 17px 25px;
    background-color: #000;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.newslatter .btn:hover {
    color: white;
}

.footer-logo {
    background: url("../images/logo.png") no-repeat;
    height: 39px;
    margin-bottom: 20px;
}

.about>p {
    margin: 0 50px 0 0;
    line-height: 24px;
}

.new-store li,
.information li,
.contact li {
    list-style: outside none none;
    line-height: 26px;
}


/* Old code */


/*
#footer h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0px;
  cursor: pointer;
}
*/

#footer h4 {
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    cursor: pointer !important;
    /* font-weight: 700; */
}

#footer .contact .fas {
    padding-top: 7px;
}


/*
.toggle-footer {
  margin-top: 10px;
}
*/

#footer .col-md-3 {
    margin-bottom: 15px;
}

.contact .address-info,
.contact .call-info,
.contact .email-info {
    padding: 0 0 0 22px;
}

.contact .fa.fa-map-marker,
.contact .fa.fa-mobile,
.contact .fa.fa-envelope {
    float: left;
    margin: 8px 0;
}

.contact .fa.fa-envelope {
    font-size: 12px;
}

.footer-bottom {
    background: #fafafa none repeat scroll 0 0;
    text-align: center;
    margin-top: 50px;
    /*added*/
    margin-bottom: 160px;
}

.social-link {
    margin: -18px 0 25px;
}

.social-link li {
    list-style: none;
    padding: 0px 4px;
    line-height: 14px;
    display: inline-block;
}

.fa.fa-facebook,
.fa.fa-twitter,
.fa.fa-google-plus,
.fa.fa-linkedin,
.fa.fa-pinterest-p,
.fa.fa-instagram {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 33px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 33px;
}

.fa-facebook {
    background: #3c5b9b none repeat scroll 0 0;
    border: 2px solid #3c5b9b;
}

.fa-facebook:hover {
    background: #fff none repeat scroll 0 0;
    color: #3c5b9b;
}

.fa-twitter {
    background: #359bed none repeat scroll 0 0;
    border: 2px solid #359bed;
}

.fa-twitter:hover {
    background: #fff none repeat scroll 0 0;
    color: #359bed;
}

.fa-google-plus {
    background: #e33729 none repeat scroll 0 0;
    border: 2px solid #e33729;
}

.fa-google-plus:hover {
    background: #fff none repeat scroll 0 0;
    color: #e33729;
}

.fa-linkedin {
    background: #027ba5 none repeat scroll 0 0;
    border: 2px solid #027ba5;
}

.fa-linkedin:hover {
    background: #fff none repeat scroll 0 0;
    color: #027ba5;
}

.fa-pinterest-p {
    background: #cb2027 none repeat scroll 0 0;
    border: 2px solid #cb2027;
}

.fa-pinterest-p:hover {
    background: #fff none repeat scroll 0 0;
    color: #cb2027;
}

.fa-instagram {
    background: #3f729b none repeat scroll 0 0;
    border: 2px solid #3f729b;
}

.fa-instagram:hover {
    background: #fff none repeat scroll 0 0;
    color: #3f729b;
}

.footer-link li {
    list-style: none;
    padding: 0px 10px;
    border-left: 1px solid #bbb;
    line-height: 14px;
    display: inline-block;
}

.footer-link li:first-child {
    border-left: 0px;
}

.payment_block {
    margin: 10px 0 0;
}

.visa>a,
.mastro>a,
.paypal>a,
.amex>a {
    font-size: 28px;
    margin: 0 3px;
}

.payment_block ul li {
    list-style: outside none none;
    display: inline;
}

.footer-offer {
    background: #282828;
}

.footer-offer h2 {
    font-size: 15px;
    /* font-weight: 700; */
    color: #fff;
    padding: 10px 0;
    margin: 20px 0 0;
}

.customNavigation a {
    padding: 10px 17px;
}

#index .customNavigation {
    position: relative;
}

#index .customNavigation a {
    position: absolute;
    top: -64px;
}

#index .customNavigation a.prev {
    right: 36px;
}

#index .customNavigation a.next {
    right: 0px;
}


/* footer Block end*/


/*Category page start*/

.offer {
    background-color: #d9121f;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.offer>p {
    color: #fff;
    display: inline-block;
}

.page-title {
    margin: 24px 0;
}

.bread-crumb {
    text-align: left;
    line-height: 14px;
    margin: 5px;
}

.bread-crumb li {
    display: inline-block;
    line-height: 14px;
    list-style: outside none none;
}

#blog-page-contain #left {
    margin-right: -5px;
}

/* #left {
    border-right: 1px solid #eaeaea;
} */

#right {
    margin-left: -5px;
}

.shoring {
    margin: 10px 0;
    display: inline-block;
}

.category-banner {
    margin: 0 0 25px;
}

.category-banner img {
    max-width: 100%;
}

.select-item select {
    padding: 3px 24px 3px 3px;
}

.short-by,
.select-item {
    float: left;
}

.short-by>p,
.show-item>p {
    float: left;
    margin: 3px 10px;
}

.short-by .fa.fa-angle-down,
.show-item .fa.fa-angle-down {
    position: relative;
    right: 23px;
    top: 0px;
}

.show-item {
    float: left;
}

.show-item select {
    padding: 3px 30px 3px 10px;
}

.grid,
.list {
    width: 45px;
    border: 1px solid #e5e5e5;
    float: left;
}

.list {
    margin: 0 0 0 5px;
}

.active .grid-icon {
    background: #f5f5f5 url(../images/list-grid.png) scroll 12px -24px no-repeat;
    border: 2px solid #fff;
    height: 43px;
    width: 43px;
}

.grid-icon {
    background: #f5f5f5 url(../images/list-grid.png) scroll 12px 12px no-repeat;
    border: 2px solid #fff;
    height: 43px;
    width: 43px;
}

.grid-icon:hover {
    background: #f5f5f5 url(../images/list-grid.png) scroll 12px -24px no-repeat;
    border: 2px solid #fff;
}

.active .grid-icon:hover {
    background: #f5f5f5 url(../images/list-grid.png) scroll 12px -24px no-repeat;
    border: 2px solid #fff;
}

.active .list-icon {
    background: #f5f5f5 url(../images/list-grid.png) scroll -21px -24px no-repeat;
    border: 2px solid #fff;
    height: 43px;
    width: 43px;
}

.list-icon {
    background: #f5f5f5 url(../images/list-grid.png) scroll -21px 12px no-repeat;
    border: 2px solid #fff;
    height: 43px;
    width: 43px;
}

.list-icon:hover {
    background: #f5f5f5 url(../images/list-grid.png) scroll -21px -24px no-repeat;
}

.active .list-icon:hover {
    background: #f5f5f5 url(../images/list-grid.png) scroll -21px -24px no-repeat;
}


/*grid View start*/

#left .product-details {
    margin: 0;
}

.product-name>h5 {
    margin: 0 0 10px;
}

.title-toggle .product-block .product-block2 {
    margin: 10px 0;
    overflow: hidden;
}

.product-grid-view li,
.product-list-view li {
    /*padding: 0.8rem;*/
    padding: 1.5rem;
    list-style: outside none none;
}

.product-grid-view .image,
.product-list-view .image {
    margin: 0;
}

.product-grid-view .product-details {
    text-align: center;
    margin: 30px 0;
}

.product-details .product-hov li {
    margin: 0;
}

.product-grid-view .product-hov {
    bottom: 69px;
}


/*Grid View end*/


/*List View start*/

.btn.prev,
.btn.next {
    background: #333333;
    color: #fff !important;
}

.btn.prev:hover {
    background: #333333;
    color: #fff !important;
}

.btn.next:hover {
    background: #333333;
    color: #fff !important;
}

.product-list-view .product-hov {
    display: block;
    margin: 10px auto 0;
    position: static;
}

.fa.fa-star.rated {
    color: #ffcc00;
}

.product-list-view .product-name a {
    font-size: 25px;
    /* font-weight: bold; */
    color: #000;
}

.product-list-view .product-name>h4 {
    margin: -5px 0 15px 0;
    padding: 0 0 0;
}

.product-list-view li {
    display: inline-block;
}

.product-discription p {
    line-height: 26px;
}

.product-list-view .price {
    margin: 7px 0;
}

.product-list-view .price-section {
    margin: 7px 0;
}

.product-list-view ul li {
    border-bottom: 1px solid #7777;
    padding-bottom: 15px;
}

.addtocart {
    padding: 6px 15px !important;
}

.force-right {
    float: right;
    padding-right: 10px;
    padding-top: 15px;
}


/*List View end*/


/*left side View start*/

.sidebar-title h4 {
    font-size: 17px;
    /* font-weight: bold; */
    color: #000;
    margin: 15px 0;
}

:hover.sidebar-title>h4 {
    cursor: pointer;
}

.banner-block {
    padding: 0;
}

.title-toggle {
    margin: 0 0 25px;
}

.title-toggle>li {
    list-style: outside none none;
    overflow: hidden;
    line-height: 30px;
}

.category,
.color,
.manufacture {
    margin: 0 0 20px;
}

.sidebar-widget {
    background: #fff none repeat scroll 0 0;
    padding: 0 25px 0;
    margin-bottom: 28px;
}

.banner-block {
    padding: 0;
}

.sidebar-title>h4 {
    cursor: pointer;
}

.Price-range {
    padding: 20px;
}

.sidebar-title>input {
    width: 130px;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    margin: 10px 0;
}

.left-banner img {
    max-width: 100%;
}

.Best-Products-block {
    overflow: hidden;
    margin-top: 5px;
}

.blog-post .image,
.Best-Products-block .product-block .image {
    border: 1px solid #dadada;
    margin: 0 -15px;
}

.sidebar-title.active h4::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 9px 5px;
}

.sidebar-title .product-name h4::before {
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 0px;
}

.sidebar-title h4::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 9px -65px;
    content: "";
    float: right;
    font-size: 0px;
    height: 20px;
    width: 20px;
}

.category>h5>a,
.color>h5>a,
.manufacture>h5>a {
    color: #d9121f;
    /* font-weight: bold; */
}

.category>h5,
.color>h5,
.manufacture>h5 {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    margin-top: 0;
}

.category>ul,
.color>ul,
.manufacture>ul {
    margin-top: 10px;
}

.category li,
.color li,
.manufacture li {
    list-style: outside none none;
}


/*left side View end*/


/*Category page end*/


/*Product info page start*/

select {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border: 1px solid #eaeaea;
}

.larg-view .image {
    border: 1px solid #eaeaea;
    margin: 0;
}

#index .product-block {
    margin: 0px 10px;
}

.product-block .image {
    margin: 0px;
}



.image h3 {
    width: 100%;
    color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #ff0000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #ff0000 #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    margin-top: -151px;
    margin-left: -9px;
    padding-bottom: 72px;
}

.image span {
    float: left;
    clear: left;
    color: whilte;
    font: 14px Helvetica, Arial, Sans-Serif;
    position: absolute;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    width: 100px;
    margin-top: -22px;
    margin-left: -22px;
    padding-bottom: 72px;
}

.product-grid-view {
    overflow: hidden;
    padding: 0px;
}

.product-grid-view .product-block .image,
.product-list-view .product-block .image {
    margin: 0px;
}

#product-detail-view {
    margin: 15px 0;
}

#product-detail-view .item {
    margin: 5px;
}

.product-detail-view .customNavigation {
    bottom: 82px;
    position: relative;
}

.product-detail-view .product-name a {
    color: #000;
    font-size: 22px;
    /* font-weight: bold; */
}

.product-detail-view .product-name h4 {
    border-bottom: 1px solid #dadada;
    padding: 0 0 10px;
}

.product-detail-view .review {
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
    margin: 0 0 10px;
}

.product-detail-view .price-new {
    color: #000;
    font-size: 22px;
    /* font-weight: 700; */
}

.product-detail-view .price {
    margin-bottom: 15px;
}

.product-detail-view .price-section {
    margin-bottom: 15px;
}

.product-discription>span,
.products-code>span,
.stock>span {
    font-size: 14px;
    /* font-weight: 400; */
    color: #000;
}

.products-code {
    margin: 10px 0;
}

.stock {
    width: 100%;
    text-align: center;
    height: 40px;
    background-color: #38b661;
    margin-top: 10px;
    font-size: 14px;
    /* font-weight: normal; */
    color: white;
}

.out {
    background-color: #ff0000 !important;
}

.add-links>li {
    float: left;
    list-style: outside none none;
    margin: 15px 25px 25px 0;
}

.increase.items,
.reduced.items {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    padding: 5px 10px;
}

.increase.items:hover,
.reduced.items:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.form-control,
.form-control:focus {
    border: 1px solid #eaeaea;
    outline-color: #adadad !important;
    border-radius: 0.25rem !important;
}

.input-text.qty {
    padding: 6px 13px;
    border: 1px solid #eaeaea;
}

.product-dropdown2,
.product-qty,
.Sort-by {
    margin: 15px 0 0;
}

.add-to-cart {
    margin-top: 20px;
}

.add-to-cart .btn-default {
    padding: 11px;
}

.add-to-cart .btn-default:hover {
    background: #f8f8f8;
    border-color: #000;
    color: #000;
}

.button.btn-cart {
    padding: 5px 15px;
}

.btn.product_info_next.next {
    position: absolute;
    right: 0;
}

.items-Description,
.items-Product-Tags,
.items-Reviews,
.items-Warranty,
.items-essential-extras,
.items-FPS {
    display: none;
}

.items-Description.selected,
.items-Product-Tags.selected,
.items-Reviews.selected,
.items-Warranty.selected,
.items-essential-extras.selected,
.items-FPS.selected {
    display: block;
}

.tab-content li {
    list-style: outside none none;
}

#related-products .item {
    margin: 10px;
}

.nav-tabs {
    border-bottom: 0px solid #eaeaea;
}

#tabs .selected {
    background: -webkit-gradient( linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #da1b60);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

.product-detail-tab .nav>li>a {
    background-color: transparent;
    text-decoration: none;
    border-radius: 0;
    color: #333;
}

.Description,
.items-Reviews,
.items-Warranty,
.items-essential-extras {
    padding: 10px 0;
    line-height: 25px;
    border: 0px solid #eaeaea;
    border-top: 0;
}

.items-Reviews, .items-essential-extras {
    padding: 10px;
}

.Description {
    /*margin: 0 auto;*/
    height: auto;
    position: relative;
    overflow: hidden;
}



.items-Product-Tags {
    line-height: 25px;
    border: 0px solid #eaeaea;
    border-top: 0;
}

.product-detail-tab .nav>li>a:hover {
    background: -webkit-gradient( linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #da1b60);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    border: none;
}

.Related-product .customNavigation {
    position: absolute;
    right: 20px;
    top: 2px;
}


/*Product info page end*/

.fst {
    margin: 0.3rem;
    background-color: white;
    position: relative;
}


/*Product info 2 page start*/

#index .product-block2 {
    /* margin: 5px 5px; */
}

.product-block2 .image2 {
    margin: 0px;
}

.product-grid-view {
    overflow: hidden;
}

.product-inner2 {
    /*width: 220px;*/
    /* width: 17.4em; */
    /*  display: table;*/
    margin: 2px auto !important;
    margin-bottom: 15px;
}

.prodImage2 {
    border-width: 0px;
    height: 10.75em;
    width: 14em;
}

.product-grid-view .product-block2 .image2,
.product-list-view2 .product-block2 .image2 {
    margin: 0px;
}

.Description,
.items-Product-Tags,
.items-Reviews,
.items-Warranty,
.items-essential-extras {
    line-height: 25px;
    border: 0px solid #eaeaea;
    border-top: 0;
}

.prodHighlights span {
    font-stretch: semi-condensed;
    font-size: 1.32rem !important;
}


/*Product info 2 page end*/


/*blog page start*/

.post-item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 25px;
}

.post-image {
    overflow: hidden;
}

.post-image img {
    max-width: 100%;
    border: 1px solid #eaeaea;
}

.post-title::before {
    background: #d9121f none repeat scroll 0 0;
    color: #fff;
    content: "";
    font-family: "fontawesome";
    font-size: 22px;
    padding: 26px 18px;
}

.post-title {
    margin: 15px 0;
}

#Latest-News .post-title>h3 {
    margin: 0;
}

#Latest-News2 .post-title>h3 {
    margin: 0;
}

#Latest-News3 .post-title>h3 {
    margin: 0;
}

#Latest-News4 .post-title>h3 {
    margin: 0;
}

#Latest-News5 .post-title>h3 {
    margin: 0;
}

#Latest-News6 .post-title>h3 {
    margin: 0;
}

#Latest-News7 .post-title>h3 {
    margin: 0;
}

#Latest-News8 .post-title>h3 {
    margin: 0;
}

#Latest-News9 .post-title>h3 {
    margin: 0;
}

#Latest-News10 .post-title>h3 {
    margin: 0;
}

#Latest-News11 .post-title>h3 {
    margin: 0;
}

#Latest-News12 .post-title>h3 {
    margin: 0;
}

.post-title>h3 {
    margin: -25px 0 0 82px;
}

.post-title a {
    color: #222;
    font-size: 16px;
    /* font-weight: 600; */
}

.post-title a:hover {
    color: #888;
}

.description>p {
    line-height: 24px;
}

.post-autor {
    color: #d9121f;
}

.post-meta {
    margin: 0 0 8px;
    overflow: hidden;
    padding: 10px 0;
}

.read-more {
    color: #d9121f;
}

.read-more:hover {
    color: #000;
}

.read-more:hover .fa-long-arrow-right {
    transform: translate(6px, 0px);
    transition: 0.5s;
}

.date,
.comments,
.chat {
    border-right: 1px solid #ababab;
    line-height: 12px;
    padding-right: 15px;
    margin-right: 15px;
    float: left;
}

.chat-number,
.comments-number,
.date,
.blog-date {
    color: #ababab;
    font-size: 12px;
}

.chat-number:hover,
.comments-number:hover,
.date:hover {
    color: #666666;
}

.comments {
    border-right: medium none;
}

.fa.fa-comment,
.fa.fa-share {
    color: #ababab;
}

.pagination-bar {
    text-align: center;
    margin-bottom: 20px;
}

.pagination-bar ul li a {
    background: #eaeaea none repeat scroll 0 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.pagination-bar ul li.active a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.pagination-bar li {
    display: inline-block;
    list-style: outside none none;
}

.tagcloud.title-toggle>li {
    display: inline;
    line-height: 34px;
}

.tagcloud.title-toggle li>a {
    border: 1px solid #eaeaea;
    padding: 4px 8px;
}

.tagcloud.title-toggle li>a:hover {
    border: 1px solid #d9121f;
    padding: 4px 8px;
    color: #d9121f;
}

.blog-name h5 {
    margin: 0;
}

.latest-blog .title-toggle>li:first-child {
    border-top: medium none;
    padding: 0 0 15px 0;
}

.latest-blog .title-toggle>li {
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
}


/*blog page end*/


/*single post start*/

.reply {
    margin: 100px 0 20px;
}

.single-post-details {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    margin: 10px 0 15px;
    padding: 0 90px 40px;
}

.single-post-item .post-title>h4 {
    margin: -24px 0 0;
}

.single-post-item .post-title::before {
    background: #d9121f none repeat scroll 0 0;
    bottom: -10px;
    color: #fff;
    content: "";
    font-family: "fontawesome";
    font-size: 22px;
    left: -75px;
    padding: 26px 18px;
    position: relative;
}

.single-post-item .post-meta {
    border-top: 5px solid #e9e9e9;
    margin: 32px 0 0;
    overflow: hidden;
    padding: 30px 0 0;
}

.navigation {
    margin-bottom: 50px;
    overflow: hidden;
}

.next {
    text-align: right;
}

.comments-area h4 {
    padding: 0px 0 30px;
}

.comment-list>li {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.comments-area>.comment-list>li:first-child {
    border: none;
    padding-top: 0;
}

.comment-user {
    float: left;
    margin-right: 20px;
}

.comment-detail {
    display: table-cell;
    padding-bottom: 10px;
}

.comment-detail h6 {
    text-transform: uppercase;
    color: #000;
}

ul.child-comment {
    margin-left: 63px;
}

.blog-item .post-info ul li,
.comment-detail .post-info ul li {
    float: left;
    font-size: 14px;
    margin-right: 15px;
    padding: 0;
}

.post-info {
    display: inline-block;
}

.contact-submit .input-group,
.reply .input-group {
    width: 100%;
    border-bottom: 5px solid #e9e9e9;
}

.billing-info .input-group:hover,
.contact-submit .input-group:hover,
.reply .input-group:hover {
    width: 100%;
    border-bottom: 5px solid #000;
}

.contact-submit .form-control,
.reply .form-control {
    background-color: transparent;
    border: 0 solid #ddd;
    color: #666;
    display: block;
    font-size: 14px;
    height: 34px;
    margin: 46px 0 0;
    padding: 0;
}

textarea.form-control {
    height: 34px;
}

.reply .btn.btn-large.btn-primary {
    border: medium none;
    margin: 40px 0;
    padding: 0;
}

.reply .btn.btn-large.btn-primary>input {
    background-color: #000;
    border: medium none;
    padding: 15px 25px;
}


/*single blog page end*/


/*about page start*/

.wrapar>#about-page-contain {
    margin: 0 0 70px;
}

.wwd .tf,
.skill .tf,
.Experiences .tf,
.work .tf,
.team .tf {
    margin: 50px 0 15px;
}

.wwd .col-md-6>p,
.exp-detail>p,
.team .col-md-3>p {
    line-height: 24px;
}

.skill span {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 45px;
    padding: 10px;
    width: 45px;
}

.skill li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.exp-detail>h5 {
    color: #000;
    /* font-weight: 600; */
    line-height: 24px;
}

.work li {
    list-style: outside none none;
    margin-bottom: 47px;
}

.work li>h5 {
    color: #000;
    /* font-weight: 600; */
    padding: 0;
    text-transform: uppercase;
}

.work li>span {
    border-right: 1px solid #c1c1c1;
    float: left;
    height: 36px;
    margin-right: 10px;
    padding: 8px 15px 0 0;
}

.photo>h5 {
    color: #d9121f;
    padding: 14px 0;
}

.photo:hover {
    transition: all 0.4s ease-in-out 0s;
}

.photo:hover .hoverblock {
    display: block;
    padding: 240px 0 0 15px;
    transition: all 0.4s ease-in-out 0s;
}

.hoverblock {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,898989+65,000000+100&0.2+0,0.5+100 */
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0.2) 0%, rgba(137, 137, 137, 0.4) 65%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0.2) 0%, rgba(137, 137, 137, 0.4) 65%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(137, 137, 137, 0.4) 65%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
}

.photo:hover .name>a {
    display: block;
}

.name>a {
    bottom: 20px;
    color: #fff;
    /* font-weight: bold; */
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    display: none;
}

.team-social {
    position: absolute;
    left: 20px;
    bottom: 45px;
    display: none;
}

.photo:hover .team-social {
    display: block;
}

.imageblock {
    position: relative;
    overflow: hidden;
}

.hoverblock {
    top: 0;
    display: none;
    height: 100%;
    left: 0;
    border: 5px solid #dadada;
    position: absolute;
    width: 100%;
    padding: 0;
}

.team .img-responsive {
    border: 5px solid #dadada;
}


/*about page end*/


/*Contact  page start*/

.contact-title .tf {
    margin: 0 0 30px;
    text-align: center;
}

.contact-title {
    margin: 50px 0;
}

.contact-submit .btn.btn-primary {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    padding: 15px 25px;
}

.contact-submit .btn.btn-primary {
    margin: 35px 0;
}

.name input,
.email input,
.phone input {
    margin: 10px;
    border: 1px solid #eaeaea;
    width: 358px;
    padding: 5px;
}

.massage label {
    vertical-align: top;
    margin-top: 10px;
}

.submit input {
    margin: 20px 0px 0px 142px;
    padding: 8px 20px;
    /* font-weight: bold; */
    border: none;
    background: #eee;
}

.map {
    margin: 15px 0;
    overflow: hidden;
}

#googleMap {
    width: 100%;
    height: 462px;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

.contact-info {
    background: #fff none repeat scroll 0 0;
    margin: 25px 0 50px;
    padding: 25px;
}

.email-info a {
    color: #888;
}

.email-info a:hover {
    color: #000;
}

.address,
.complaint,
.feedback {
    margin: 50px 0;
    text-align: center;
}

.address .fa.fa-map-marker {
    font-size: 33px;
    color: #d9121f;
}

.complaint .fa.fa-mobile {
    font-size: 40px;
    color: #d9121f;
}

.feedback .fa.fa-envelope {
    font-size: 30px;
    color: #d9121f;
}

.address .tf,
.complaint .tf,
.feedback .tf {
    margin: 20px 0;
}

.address .address-info {
    margin: 0 30px;
}

.tf .fa.fa-map-marker,
.tf .fa.fa-mobile,
.tf .fa.fa-envelope {
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    height: 100px;
    padding-top: 30px;
    width: 100px;
}

.tf .fa.fa-map-marker:hover,
.tf .fa.fa-mobile:hover,
.tf .fa.fa-envelope:hover {
    color: #888;
    cursor: default;
}


/*Contact page end*/


/*cart page start*/

.cart-content {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #eaeaea;
}

.Cartproduct.carttableheader {
    background: #fff none repeat scroll 0 0;
}

.cart-detail>td,
.Cartproduct>td {
    padding: 10px;
}

.cart-detail,
.Cartproduct {
    border: 1px solid #eaeaea;
}

.input-text.qty.text {
    width: 75px;
}

.box-footer .btn {
    margin: 40px 0 50px;
    padding: 15px 25px;
}

.checkout .btn {
    padding: 15px 0;
    width: 100%;
}

#cart-summary td {
    padding: 14px 0;
}

#appendedInputButton {
    padding: 10px;
    margin: 0 0 10px;
    width: 100%;
}

.couponForm .btn {
    padding: 15px 10px;
    width: 100%;
}


/*Cart page end*/


/*Checkout stap1 page start*/

.checkout-stap {
    padding: 10px 15px;
    margin: 5px 0;
}

.checkout-stap.active {
    color: #fff;
}

.checkout-stap.active a {
    color: #fff;
}

/* .stap {
    font-weight: bold;
} */

.staps {
    margin-bottom: 20px;
}

.article {
    display: inline-block;
    margin: 0 0 50px;
}

.products-order .btn {
    width: auto;
}

.products-order.checkout.billing-information {
    margin: 0 0 50px;
}

.table .btn.btn-primary.btn-sm {
    margin: 0;
}

.products-order .input-group {
    float: none;
    margin: 20px 0;
    width: 100%;
    border-bottom: 5px solid #eaeaea;
}

.products-order input {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

.products-order .form-control {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0 none;
    padding: 5px 10px 0;
}

.billing-info .btn {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    padding: 15px 25px;
    margin: 20px 0 0;
}


/*Checkout stap1 page end*/


/*Checkout stap2 page srat*/

.delivery-method.tf {
    margin: 30px 0;
}


/*Checkout stap2 page end*/


/*Checkout stap3 start*/

.paymentBox {
    margin: 0 0 50px;
}


/*----- Accordion -----*/

.accordion .btn {
    background-color: #000;
    border: medium none;
    padding: 17px 20px;
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
}

.accordion .radio-inline {
    padding: 0 !important;
}

.accordion .form-group {
    margin-top: 10px;
}


/*----- Section Titles -----*/

.accordion-section-title {
    background: #eaeaea none repeat scroll 0 0;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.accordion-section {
    margin-bottom: 5px;
    overflow: hidden;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    color: #888;
    text-decoration: none;
}

.accordion-section-title {
    background: #eaeaea none repeat scroll 0 0;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.accordion-section-content {
    border: 1px solid #eaeaea;
    display: none;
    float: left;
    padding: 15px;
    width: 100%;
}

#accordion-3 .open label.saveinfo {
    width: auto;
}

.accordion #accordion-3 label {
    float: left;
    margin: 10px 0;
    width: 180px;
}

.accordion__btn:hover {
    color: #007de7 !important;
}

.open input {
    float: left;
}

.month {
    float: left;
}

.month>span,
.year>span {
    float: left;
}

.paymentInput {
    float: left;
    width: 100%;
}

.form-control.select2-hidden-accessible {
    width: auto;
    margin: 0 10px 0 0;
    float: left;
}

.paymentInput>input,
.creditCard>input {
    margin: 10px 0;
}


/*Checkout stap3 end*/


/*Checkout page start*/

.account-creat,
.registered {
    padding-right: 30px;
}

.account-creat .form-group,
.registered .form-group {
    border-bottom: 5px solid #eaeaea;
    margin: 20px 0;
}

.registered .form-control,
.account-creat .form-control {
    background-color: #f8f8f8;
    border: 0 none;
    padding: 5px 0;
}

.forgot-password {
    /*margin: 31px 0 13px;*/
}

.Authentication {
    margin: 30px 0 60px;
}

.Authentication-title.tf {
    margin-bottom: 30px;
}

.guest>p {
    margin: 25px 0;
}

.registered .btn,
.account-creat .btn,
.guest .btn {
    background-color: #000;
    border: medium none;
    padding: 15px 25px;
}


/*Checkout page end*/


/*404 page start*/

.detail-404 {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 16px;
    display: inline-block;
    margin: 30px 15px;
}

.error {
    margin: 50px 0;
    padding: 25px;
}

.error .img-responsive {
    border-bottom: 4px solid #eaeaea;
    padding: 0 0 20px;
}

.detail-404 p {
    line-height: 26px;
    margin: 15px 0;
}

.error .btn {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    padding: 15px 25px;
}

.cart-summary .title-toggle {
    margin: 0;
}


/*404 page end*/

@media (min-width: 1302px) and (max-width: 1500px) {
    .col-md-3 {
        /*width: 19% !important;*/
    }
}


/*Responcive media start   1199px */

@media (max-width: 988px) {
    .cms-banner,
    .col-md-8.video {
        height: 329px;
    }
    .search2 {
        margin-top: 8px;
        display: inline-block;
        float: none;
        width: 100%;
    }
    .search2 input {
        width: 90%;
        position: relative;
        border: 1px solid #d9121f;
        border-right-color: rgb(217, 18, 31);
        border-right-style: solid;
        border-right-width: 1px;
        border-right: none;
        float: left;
        height: 35px;
        padding: 10px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-family: inherit;
    }
    .search2 .submit {
        background: #fff;
        border-left: none !important;
        border-color: #d9121f;
        color: #000;
        padding: 9px 16px 10px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #d9121f;
        border-right-color: rgb(217, 18, 31);
        border-right-style: solid;
        border-right-width: 1px;
        position: relative;
    }
    .post {
        margin-right: 0px;
    }
    .hide-mobile {
        display: none;
    }
    .mobile-container {
        position: relative;
    }
    a:hover,
    a:focus {
        color: #666666;
    }
    #brand-logo {
        padding: 0px;
    }
    .mobile-btn {
        margin-top: -50px !important;
        float: right;
    }
    .customNavigation {
        /*display: none;*/
    }
    .mobile-product-display {
        width: 50%;
        position: relative;
        background: white;
        padding: 5px;
        text-align: center;
    }
    .Latest-News-title {
        padding: 0 0 10px;
    }
    .search input {
        border: 1px solid #d9121f;
        border-right: none;
        float: left;
        height: 35px;
        width: 70%;
        padding: 10px;
        border-radius-left: 5px;
    }
    .owl-item {
        /*width: 110px !important;*/
    }
    .content-details {
        margin: 0 0px;
    }
    .post-title {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .search_cat {
        float: left;
        position: relative;
        border-top-left-radius: 5px;
    }
    .search_cat .fa.fa-angle-down {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .user {
        display: inline-block;
        margin-top: 10px;
        margin-right: 0px;
        float: right;
    }
    .search .submit {
        background: #fff;
        border-left: none !important;
        border-color: #d9121f;
        color: #000;
        padding: 9px 16px 10px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #d9121f;
        border-right-color: rgb(217, 18, 31);
        border-right-style: solid;
        border-right-width: 1px;
    }
    .cms-banner h4 {
        font-size: 50px;
    }
    .search input {
        width: 70%;
    }
    #hide {
        display: none; 
    }
    .display-mobile {
        display: block;
    }
    .view-deals {
        /*right: 0px !important;*/
        /*float: right;*/
        /*margin-top: -60px;*/
    }
    #special-deals {
        background-image: url(../images/background-images/background-01-01.jpg) !important;
    }
    #special-deals2 {
        background-image: url(../images/background-images/background-01-02.jpg) !important;
    }
    #special-deals3 {
        background-image: url(../images/background-images/background-01-03.jpg) !important;
    }
    #special-deals4 {
        background-image: url(../images/background-images/background-01-04.jpg) !important;
    }
    #special-deals5 {
        background-image: url(../images/background-images/background-01-05.jpg) !important;
    }
    #special-deals6 {
        background-image: url(../images/background-images/background-01-01.jpg) !important;
    }
    #special-deals7 {
        background-image: url(../images/background-images/background-01-02.jpg) !important;
    }
    #special-deals8 {
        background-image: url(../images/background-images/background-01-03.jpg) !important;
    }
    #special-deals9 {
        background-image: url(../images/background-images/background-01-04.jpg) !important;
    }
    #special-deals10 {
        background-image: url(../images/background-images/background-01-05.jpg) !important;
    }
    #special-deals11 {
        background-image: url(../images/background-images/background-01-01.jpg) !important;
    }
    #special-deals12 {
        background-image: url(../images/background-images/background-01-02.jpg) !important;
    }
    #special-deals13 {
        background-image: url(../images/background-images/background-01-03.jpg) !important;
    }
    #hide-768 {
        display: none;
    }
    #brand-logo + .customNavigation {
        display: none;
    }
}

@media (max-width: 991px) {
    .hide-desktop-slider {
        display: none;
    }
    .product-block2 {
        width: 48%/*33.3%;*/
    }
    .product-image-scroll {
        height: 432px;
        width: 100%;
    }
    .logo {
        text-align: center;
        margin: 0 0px 10px 10px;
        width: 20%;
    }
    .col-sm-12 {
        /* width: 50% !important; */
    }
    #carousel {
        padding-top: 0px !important;
    }
    .galleryContainer {
        height: 150px !important;
    }
    .col-md-6.search_block {
        width: auto;
        padding: 0 0 0 10px;
        float: left;
    }
    .Special-title {
        margin: 0;
    }
    .Special-product {
        margin: 30px auto 0;
        width: 295px;
    }

    

    /* changed from ::before to ::after */
    #footer .plus-link.collapsed h4::after {
        background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 4px 6px;
        content: "";
        float: right;
        font-family: "FontAwesome";
        font-size: 0;
        height: 18px;
        width: 18px;
    }
    #menu-toggle-white {
        margin-top: -110px !important;
    }


    /* changed from ::before to ::after */
    #footer .plus-link:not(.collapsed) h4::after {
        background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 4px -64px;
        content: "";
        float: right;
        font-family: "FontAwesome";
        font-size: 0;
        height: 18px;
        width: 18px;
    }


    .cms-banner,
    .col-md-8.video {
        height: auto;
    }
    .col-md-8.video {
        margin-top: 20px;
    }
    .cms-banner h4 {
        font-size: 60px;
    }
    .newslatter .input-group {
        margin: 30px auto 0;
        clear: both;
    }
    .newslatter .input-group .form-control {
        margin: 0 15px 0 0;
    }
    .search {
        position: relative;
    }
    .hide-tablet {
        display: none;
    }
    .cart {
        text-align: right;
        padding: 7px 0;
        float: right;
        margin-top: -105px;
    }
    #cart-mobile {
        display: none;
    }
    #Featured20 {
        padding-top: 125px !important;
    }
    .search input {
        width: 89%;
    }
    #special-deals {
        margin-top: 0px !important;
    }
    .tf {
        color: #fff;
    }
    #hide-768 {
        display: none;
    }
    .header {
        position: fixed !important;
    }
}

.product-block2:hover {
    transform: scale(1.03);
    transition-duration: 1s;
}

.header-scrole {
    overflow-y: scroll;
}


/*-------------------------------------------------------------------8. Navigations-------------------------------------------------------------------*/


/*-------------------- Navigation classic ---------------------*/

.navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #181825;
    padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    color: #181825;
    padding: 12px 10px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #666666;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #666666;
}

.navbar-classic .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #bdbebf;
    /* font-weight: 900; */
    margin-right: 15px;
    font-size: 13px;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
    border-radius: 0px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #181825;
    font-size: 24px;
}

.mega-menu-heading {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    color: #282828;
    font-size: 14px;
}

.mega-menu-heading:hover {
    color: #666666;
}

.col-mega-menu {
    padding-top: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 16rem;*/
    padding: 12px;
    margin: 18px 0px;
    font-size: 1.4rem;
    /*1rem*/
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 15px;
    clear: both;
    /* font-weight: 400; */
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #282828;
    text-decoration: none;
    border-radius: 4px;
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
    color: #282828;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}

.dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 13px;
    margin-right: 0.1rem;
}

.caret-down {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.mega-dropdown {
    position: unset;
}

.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 42px;
    /* top: 0; */
    margin: 4px 0px;
    /* margin: -40px 0px; */
    /* margin: 0; */
}

.mega-dropdown-menu ul {
    list-style: none;
}

.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}

.nav-dropitem-arrow i {
    position: absolute;
    /* top: -1px;
  */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #666666;
    background-color: white;
    text-decoration: none;
    border-radius: 4px;
}

.dropdown-item:hover .nav-dropitem-arrow {
    color: #666666;
    opacity: 1;
    margin-right: 5px;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    position: relative;
}


/* mobile menu css */

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #3544ee;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px;
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #3544ee;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #3544ee;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #3544ee;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #3544ee;
}



.sub-menu-block {
    text-align: left !important;
}

a:hover {
    text-decoration: none;
}

.top-menu {
    /*height: 54px;*/
}

.fa-shopping-cart {
    /* font-size: 16px !important; */
}

.bg-dark2 {
    background-color: #282828 !important;
    padding: 0;
}

.bg-dark {
    background-color: #000000 !important;
    padding: 0;
}

.bg-danger {
    background-color: #b52525 !important;
}

.bg-warning {
    background-color: #f1b100 !important;
}

.bg-success {
    background-color: #1cc941 !important;
}

.bg-white{
    background-color:white !important;
}

.bg-info{
    background-color: #46b8da !important;
}

.mega-menu-items {
    color: #282828 !important;
}

.mega-menu-items:hover {
    color: #666666 !important;
    cursor: pointer;
}

.nav-logo {
    color: white !important;
    width: 41px;
    margin-top: -8px;
}

.navbar-text {
    color: white !important;
    font-size: 24px;
}

.navbar {
    padding: 0px !important;
    margin: 0 auto !important;
}

.search-bar {
    margin-top: 16px !important;
    width: 582px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #adadad !important;
    border-radius: 0.25rem !important;
    height: 3.2rem !important;
}

.main-nav {
    /*padding-left: 20px !important;
  padding-right: 20px !important;*/
}

.btn-default2 {
    font-size: 12px !important;
    padding: 10px !important;
    margin-left: -5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid !important;
    background-color: white !important;
    border-color: #adadad !important;
}

.btn-default2:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.search-bar-btn {
    padding-top: 9px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    height: 32px !important;
    margin-top: 16px !important;
    color: black !important;
    border-left: 0px !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    background-color: lightgrey !important;
}

.nav-log {
    font-size: 12px !important;
    color: #fff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.nav-log:hover {
    font-size: 12px !important;
    color: rgb(212, 212, 212) !important;
}

.navUsername {
    line-height: 20px;
}

.nav-link {
    font-size: 12px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.bg-light {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

ul.navbar-nav {
    margin: 0 auto !important;
    margin-right: 145px !important;
}

.megamenu {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.navbar-toggler-icon {
    font-size: 12px;
}

.header-classic {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.navbar {
   /* display: -webkit-box !important;*/
}


/* Body Styles */

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.dark {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.author {
    position: fixed;
    bottom: 15px;
    right: 15px;
    /* font-family: "Open Sans", sans-serif; */
    font-size: 14px;
    color: #999;
}

.author a {
    color: #777;
    text-decoration: none;
}

.author a:hover {
    color: blue;
}

header.dark blockquote {
    color: #fff;
}

header.light blockquote {
    color: #000;
}

blockquote {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    border-left: 0px;
    padding: 20px;
}

blockquote h2 {
    padding-right: 40px;
    margin: 0px;
}

header.dark blockquote a {
    color: orange;
    text-decoration: underline;
}

header.light blockquote a {
    text-decoration: underline;
}

header.dark {
    background-color: #444;
}

header.light {
    background-color: #fff;
}


/* Navigation Styles */

nav {
    position: relative;
}

header.dark nav {
    background-color: white;
}

header.light nav {
    background-color: rgba(0, 0, 0, 0.5);
}

ul.main-nav {
    list-style-type: none;
    padding: 0px;
    font-size: 0px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

ul.main-nav>li {
    display: inline-block;
    padding: 0;
}

ul.main-nav>li>a {
    display: block;
    padding: 12px 18px;
    position: relative;
    color: #fff;
    font-size: 16px;
    /* font-weight: 400; */
    box-sizing: border-box;
    font-size: 12px;
}

ul.main-nav>li:hover {
    background-color: #ffffff;
}

ul.main-nav>li:hover>a {
    color: #333;
    /* font-weight: 400; */
}

ul.main-nav>li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

ul.main-nav>li ul.sub-menu-lists>li>a {
    font-size: 12px;
}

ul.main-nav>li ul.sub-menu-lists {
    padding: 2px 0px 0px 0px;
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 0px;
    outline: none;
}

.ic.close {
    opacity: 0;
    font-size: 0px;
    /* font-weight: 300; */
    color: #282828 !important;
    top: 8px;
    height: 40px;
    display: block;
    outline: none;
}


/* Menu Icons for Devices*/

.ic.menu {
    top: 15px;
    z-index: 20;
}

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.ic.menu .line-last-child {
    margin-bottom: 0px;
}

.sub-menu-head {
    /*margin: 10px 0;*/
    margin: 1px 0;
}

.sub-menu-head h2 {
    line-height: 28px !important;
}

.banners-area {
    margin-top: 20px;
    padding-top: 15px;
}

.price {
    padding-left: 0.5em;
    padding-right: 1em;
}

.price-section {
    padding-left: 0.5em;
    padding-right: 1em;
}

.price-text {
    font-size: 18px;
    color: red;
    /* font-weight: 600; */
}

.price > span {
    font-size: 14px;
    color: black;
}

.price-section > span {
    font-size: 14px;
    color: black;
}

/* Added Price Classes */

.price>.row>div {
    padding: 0;
    padding-left: 15px;
}

.price-section > .row > div {
    padding: 0;
    padding-left: 15px;
}

.price .note,
.price .vat-center {
    text-align: right;
}

.price-section .note,
.price-section .vat-center {
    text-align: right;
}

.create-login-modal-footer {
    color: #282828;
    font-size: 14px;
    padding: 10px;
}

.create-login-modal-footer:hover {
    color: #666666;
}

.modal-login-close {
    font-size: 16px;
    color: #282828;
}

.modal-login-header {
    font-size: 20px !important;
    color: #ffffff;
    background-color: black;
    text-align: left !important;
}

.forgot-password {
    color: #ffffff;
}

.forgot-password:hover {
    color: #f86371;
}

.fa-user {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    color: #8f8f8f;
}

.fa-lock {
    padding: 10px 15.5px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    color: #8f8f8f;
}

.fa-envelope {
    padding: 10px 12.5px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    color: #8f8f8f;
}

.fa-map-marker {
    padding: 10px 15.5px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    color: #8f8f8f;
}

.fa-globe {
    padding: 10px 12.5px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    color: #8f8f8f;
}

.fa-home {
    padding: 10px 12.5px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    color: #8f8f8f;
}

.remember-me {
    font-size: 12px !important;
    padding-top: 2px;
    padding-left: 5px;
}

.input-group {
    margin-bottom: 10px;
}

.remember-checkbox {
    padding-bottom: 3px;
}

.btn-primary {
    font-size: 12px !important;
    background-color: #282828;
    border: 1px solid #282828;
    /*padding: 5px 15px;*/
}

.btn-primary:hover {
    font-size: 12px !important;
    background-color: #535353;
    /*border: 1px solid #535353;*/
}

.form-control {
    font-size: 12px;
}

.sign-up {
    color: red;
}

.sign-up:hover {
    color: rgb(155, 0, 0);
}

.btn-login {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-cart-modal {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

#cart-modal {
    font-size: 12px !important;
}

.product-name {
    color: #282828 !important;
}

.product-name:hover {
    color: #666666 !important;
}

.main-nav-right {
    z-index: -1;
    right: 0;
}



@media only screen and (max-width: 1300px) {
    .search-bar {
        width: 322px !important;
    }

    .clearSearch {
        left: 109% !important;
    }
}

@media only screen and (max-width: 1050px) {
    .search-bar {
        width: 250px !important;
    }

    .clearSearch {
        left: 80% !important;
    }
}

@media only screen and (max-width: 990px) {
    .aa-input {
        width: 100% !important;
    }
}

@media only screen and (max-width: 970px) {
    .owl-nav {
        display: none;
    }
    .search-bar {
        width: 85% !important;
    }
    .product-slider-btn-positioning {
        display: none;
    }
    .aa-input {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1300px) {
    .container-table {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 769px) {
    .main-search-bar {
        display: none !important;
    }
    .aa-input {
        width: 100% !important;
    }
    .main-nav-right {
        display: none;
    }
    .hide-from-desktop {
        display: none;
    }
    .hide-from-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .search-bar {
        width: 75% !important;
    }
    .aa-input {
        width: 100% !important;
    }
}

.main-body-container {
    background: white;
    z-index: 0;
    padding: 20px 10%;
}

.product-slide-1 {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.product-slide-title-1 {
    font-size: 20px;
    margin: 0px;
    color: #282828;
    padding-top: 10px;
}

.bold {
    font-weight: 500;
}

.product-slider-btn-positioning {
    margin-left: -10px;
    border: none;
    padding: 8px 15px;
    margin-top: -50px;
    margin-right: 1%;
}

.product-slider-btn-positioning:hover {
    background-color: #282828 !important;
    border: none;
}

.mega-menu-link {
    color: #282828 !important;
}


/*
Product Carousel
*/

.owl-dots {
    display: none;
}

.owl-prev {
    padding: 2px 10px !important;
    margin: 0px;
    margin-bottom: 2px;
    margin-top: -10px;
    margin-right: 10px;
}

.owl-next {
    padding: 2px 10px !important;
    margin: 0px;
    margin-bottom: 2px;
    margin-top: -10px;
    margin-right: 10px;
}

.owl-next:hover {
    background-color: #282828 !important;
}

.owl-prev:hover {
    background-color: #282828 !important;
}

.owl-nav {
    background-color: #282828;
    color: #fff;
    margin-top: -265px !important;
    float: right;
    padding: 0px 12px !important;
    font-size: 16px !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 3px;
    margin-bottom: 7px;
}

.product-slider-heading {
    text-align: center;
    font-size: 16px;
}

.product-name-heading {
    text-align: center;
    font-size: 12px;
}

.product-Price {
    font-size: 20px;
    /* font-weight: bold; */
    text-align: center;
}

.log-addon {
    padding: 0px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    border: 0px solid #ccc !important;
}

.log-control {
    height: 36px !important;
    font-size: 14px !important;
}


/* New Navbar 16-03-2021 */

nav.navbar.bootsnav {
    border: none;
    background: none;
    /* margin-bottom: 150px;
        margin-top: 40px;
        margin-left: 20px; */
}

nav.navbar.bootsnav ul.nav>li {
    margin-right: 20px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 15px;
    border-radius: 0;
    font-size: 12px;
    /* font-weight: 600; */
    color: #282828;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a {
    padding: 10px 30px 10px 0px;
}

nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.active>a:hover,
nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li.on>a {
    color: #282828;
}

nav.navbar.bootsnav ul.nav>li>a>span:before,
nav.navbar.bootsnav ul.nav>li>a>span:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 0.5s ease 0s;
}

nav.navbar.bootsnav ul.nav>li>a>span:after {
    width: 50px;
    background-color: #282828;
}

nav.navbar.bootsnav ul.nav>li:hover>a>span:before,
nav.navbar.bootsnav ul.nav>li.active>a>span:before {
    transform: translateX(-50%) translateY(-50%) rotate(0);
    opacity: 1;
}

nav.navbar.bootsnav ul.nav>li:hover>a>span:after,
nav.navbar.bootsnav ul.nav>li.active>a>span:after {
    transform: translateX(-50%) translateY(-50%) rotate(0);
    opacity: 1;
    width: 0;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0 0 0 7px;
}

nav.navbar.bootsnav ul.nav>li.dropdown>ul {
    top: 64%;
    /*transition: all 0.8s ease 0s;*/
}

nav.navbar.bootsnav ul.nav>li.dropdown.on>ul {
    top: 100%;
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li {
    font-size: 14px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title {
    font-size: 16px;
    /* font-weight: bold; */
    color: #282828;
}

@media only screen and (max-width: 990px) {
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 10px 15px;
    }
    .product-detail-container {
        margin-top: 0em !important;
    }
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }
    nav.navbar.bootsnav .navbar-toggle {
        background: transparent !important;
        color: #ffffff;
    }
    .navbar-toggle {
        padding-right: 10px;
    }
    .navbar-collapse {
        font-size: 40px !important;
        box-shadow: #28282866 2px 2px 5px;
    }
    nav.navbar.bootsnav ul.nav>li {
        width: 75%;
        margin: 5px auto 15px;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
        text-align: left;
        color: #282828;
        border: none;
    }
    nav.navbar.bootsnav ul.nav>li.active>a,
    nav.navbar.bootsnav ul.nav>li>a,
    nav.navbar.bootsnav ul.nav>li>a:hover,
    nav.navbar.bootsnav ul.nav>li.on>a {
        color: #282828;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background: #fff;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #282828;
        border-bottom-color: none;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>ul {
        top: 100%;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title,
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        font-size: 14px;
        /* font-weight: normal; */
        color: #282828;
    }
    /* .col-menu:hover ~ .col-menu > .content {
        display: block;
    }*/
}


/* New Navbar 16-03-2021 */

.nav-login-mobile {
    right: 105px;
    position: fixed;
    z-index: 99;
    color: white !important;
    padding: 9px 0px 10px 10px;
    font-size: 23px !important;
    top: 5px;
}

.nav-cart-mobile {
    right: 65px;
    position: fixed;
    z-index: 99;
    color: white !important;
    padding: 10px 0px 10px 0px;
    font-size: 20px !important;
    top: 5px;
}

.nav-button-mobile {
    position: fixed;
    right: 10px;
    z-index: 99;
    top: 3px;
}

.image-container {
    background-color: white !important;
}

.bg-gray {
    background-color: #626262;
}


/*Covid notice styling*/

.covidNotice{
    padding: 0px 5px 0px 5px !important;
}

.covidNoticeText .textMore {
    width: 30%;
    text-align: right;
    margin-top: -19px;
}

.covidNoticeText .textMore i {
    font-size: 18px;
}

.covidNoticeText .textLess i {
    margin-top: -15px;
}

@media only screen and (max-width: 992px) {
    .covidNotice {
        margin-top: 3px;
    }

    
}

/*product desciption buttons*/

.prod-descrip .col-md-3 {
    padding: 5px 10px;
}

.wishlist-row {
    border-bottom: 1px solid gray;
    padding: 5px;
}

@media (max-width: 600px) {
    .wishlist-row {
        border: none;
        padding: 5px;
    }
    .wishlist-row>div {
        border-bottom: 1px solid gray;
        margin: 5px;
    }
}


/*product detail tab added styling 19-04-21*/

.product-detail-tab-outer .product-detail-tab .Description>div>a>.img-responsive {
    width: 100%;
}

.product-detail-tab-outer {
    display: grid;
}

.text-hover {
    position: relative;
}

@media only screen and (max-width:562px) {
    .text-center .hhead {
        font-size: 14px;
    }
}

.iframe-container {
    box-shadow: 0px 0px 15px 0px yellow;
    margin: 10px 0px 10px 0px;
    width: 100%;
}

.htext {
    margin-bottom: 15px;
}


/*Profile modal*/

.profile-ico-hold {
    width: 100px;
    align-items: center;
    justify-items: center;
    height: 100px;
    display: flex;
}

.profile-ico-hold .fa-user {
    margin: 30%;
    border-radius: 62px;
    width: 42px;
    height: 40px;
}

.profile-holder-main {
    display: grid;
    justify-content: center;
}

.profile-holder-main .navUsername {
    color: black !important;
    text-align: center;
}

.profile-modal .fa-info {
    color: white;
}

.profile-modal .btn-login>.btn {
    width: 90px;
    border-radius: 0px 15px 15px 0px;
}


/*detail page slider arrow fix 20-04-21*/

.scroll-btn-down,
.scroll-btn-top {
    left: 0.3rem !important;
}

.scroll-btn-top {
    top: 0.5rem !important;
    z-index: 2;
}

ul.thumb li img {
    width: 100%;
}

@media only screen and (min-width:425px) {
    .scroll-btn-down {
        /*top: 41rem !important;*/
    }
}

@media only screen and (min-width:365px) and (max-width:424px) {
    .scroll-btn-down {
        /*top: 34rem !important;*/
    }
}

@media only screen and (max-width:364px) {
    .scroll-btn-down {
        /* top: 30rem !important;*/
    }
}


/*product detail paragraph alignment fix*/

.text-left {
    padding: 20px;
    margin-bottom: 10px;
}


/*footer icon fix 21-04-21*/

.fa-mobile,
.fa-map-o,
footer>div:nth-child(7)>div>div:nth-child(4)>div>ul>li:nth-child(3)>.fa-envelope-o {
    color: #fff;
}

footer>div:nth-child(7)>div>div:nth-child(4)>div>ul>li:nth-child(3)>.fa-envelope-o:before {
    content: "\f199";
}

.contact li {
    display: flex;
}

.contact li i {
    margin: 0 !important;
    padding-top: 7px;
}


/*spec tab alignemnt fix*/

.items-Product-Tags.specs.tab-info.panel-body.selected {
    display: grid;
}


/*footer changes*/

.contact.col-md-3.col-xs-12 {
    margin-top: 20px;
    text-align: left;
    z-index: 2;
}

.footer-text {
    font-size: 12px;
    text-align: justify;
}

.footer-logo {
    margin-bottom: 2px;
    margin-top: 2px;
    background-size: contain;
    background-position: center;
}

.new-store {
    padding: 5px 15px 5px 15px;
}

.new-store .active {
    padding: 2px 0px 4px 0px;
    background-color: rgba(255, 255, 255, 0.00);
    border: none;
}


/*
ul.toggle-footer {
    font-size: 14px;
}
*/

.contact {
    margin-bottom: 20px;
}


/*laptops-with-256gb-ssd_bt css changes 3-5-2021*/

.laptopssdd-splash {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.laptopssdd-splash .splashtop {
    width: 100%;
}

.laptopssdd-splash .lts-stripcontent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.laptopssdd-splash .lts-button {
	position: absolute;
	height: 40px;
	z-index: 10;
	margin-left: unset;
	margin-right: unset;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-top: unset;
}

.laptopssdd-splash .lts-button-top {
	margin-top: unset;
	margin-left: unset;
	margin-right: unset;
}

.laptopssdd-splash-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.lts-comp-inner {
    display: flex;
}

.lts-compbtn,
.lts-comp-text {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width:1439px) {
    .laptopssdd-splash .lts-button {
        margin-top: unset;
        z-index: 10;
        margin-left: unset;
        margin-right: unset;
    }
    .laptopssdd-splash .lts-button-top {
        margin-top: unset;
        margin-left: unset;
    }
}

.ltpCards img.pc-specs-image-shadow {
    width: 150px !important;
    margin: 0 auto;
    margin-top: -15px;
    transition: 100ms;
}

div.pc-specs:hover>img.pc-specs-image-shadow {
    width: 100px !important;
    margin-top: -5px;
}

.card.pc-specs:hover {
    width: 100%;
}


/*.card.pc-specs img {
    width: 50%;

}*/

.card.pc-specs {
    display: flex;
    flex-direction: column;
    transition: 100ms;
    box-shadow: unset;
}


/*ltp cards update 7/5/2021*/

@media only screen and (max-width:767px) {
    .ltpCards {
        display: block;
        scroll-behavior: smooth;
        overflow-x: scroll;
        min-height: unset !important;
    }
    .card.pc-specs {
        display: flex;
        flex-direction: column;
        transform: unset;
        width: 100%;
    }
    .card.pc-specs img {
        width: 100%;
    }
    .ltpCards img.pc-specs-image-shadow {
        width: 110px !important;
        margin-top: -5px;
    }
    div.pc-specs:hover>img.pc-specs-image-shadow {
        width: 75px !important;
        margin-top: -5px;
    }
}


/* .divs .text-hover{
    display: grid;
    justify-items: center;
    top:unset;
    left:unset;
  } */

.roundImage10 {
    width: 100%;
}

.bg-gray .text .text-center {
    width: 100%;
}


/*image width fix on heading of "insert brand name" specials page 8-5-2021 Ryzen Pro Laptop Deals */

@media only screen and (max-width:768px) {
    img[alt="Lenovo laptops on special"],
    img[alt="HP LAPTOPS ON SPECIAL"],
    img[alt="DELL laptops on special"],
    img[alt="asus laptops on special"],
    img[alt="msi laptops on special"],
    img[alt="Core i7 Laptops On Special"],
    img[alt="Ryzen Pro Laptop Deals"] {
        width: 100% !important;
    }
}

#ctl00_ContentPlaceHolder1_img_Laptop_Notebooks_PCs_Header {
    width: 100%;
}


/*menu fixes 11/5/2021*/

nav.navbar.bootsnav ul.nav>li.dropdown>a {
    padding: 10px 20px 10px 10px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: unset;
}

.card.pc-specs {
    display: flex;
    flex-direction: column;
    transform: scale(1);
}

nav.navbar.bootsnav {
    box-shadow: 1px 1px 1px 1px #535353;
}

.container-special .title {
    position: absolute;
}

.megamenu-content .title {
    position: unset;
}

@media only screen and (min-width:1601px) {
    .cardstack {
        overflow: unset;
    }
}


/*default page hover jumping fix 12-05-2021*/

.ltpCards {
    min-height: 173px !important;
}


/*image box specific product image styling*/


/*ASUS X515EP 11th Gen Intel Tiger Lake Core i7-1165G7, 
MSI MODERN Series 14 B10MW Intel 10th Generation i3-10110U
*/

.imgBox img[src="https://www.evetech.co.za/repository/ProductImages/asus-x515ep-11th-gen-core-i7-laptop-with-36gb-ram-2tb-ssd-330px-v3.jpg"],
.imgBox img[src="https://www.evetech.co.za/repository/ProductImages/msi-modern-14-b10mw-core-i3-professional-laptop-330px-v2.jpg"] {
    width: unset;
}


/*image box specific product image styling End*/


/* brand carousel fix 13-5-2021*/

.brand-img {
    max-width: 200px;
    max-height: 50px;
    padding: 5px 5px;
}

.h-100 {
    height: 100% !important;
}


/*.owl-item {
  display: flex;
  max-height: 60px;
  max-width: 250px;
}*/


/*product list image row fix 14-05-2021*/

.col-md-10.spximgrow-main {
    padding-left: 25px;
    padding-right: 25px;
}

.col-md-12.spximgrow {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*specails page creators laptops layout 17-05-2021*/

.col-md-12.spximgrow.mbleV {
    display: none;
}

@media only screen and (max-width:991px) {
    .col-md-12.spximgrow.dsktpV {
        display: none;
    }
    .col-md-12.spximgrow.mbleV {
        display: block;
    }
}


/*line break removal default page*/

.carousel.slide br {
    display: none;
}

span.salePrice {
    color: red;
    font-size: 23px;
    /* font-weight: 700; */
}

.thrifting {
    margin-bottom: 10px;
}

.brand-section {
  /*  padding-top: 10px;*/
}

.modal-body {
    max-height: 70rem;
    overflow-y: scroll;
}

.modal::-webkit-scrollbar {
    width: 0em;
}


/*.oldSiteLink{
  box-shadow:unset;
}
.oldSiteLink a{
  font-size:9px;
  color:lightgrey;
}*/

.oldSiteLink {
    overflow-wrap: break-word;
    width: 107px;
    text-align: center;
    background-color: #000000;
    border: 1px solid gray;
    border-radius: 6px;
    padding: 0px 14px 0px 14px;
}

.oldSiteLink a {
    font-size: 9px;
    color: white;
    padding: 0px !important;
}

.fa .fa-copy {
    font-family: "Material Icons";
    content: "/e14d";
}


/*search bar temporary width fix*/

@media only screen and (max-width:992px) {
    .search-bar {
        width: 60% !important;
    }
}

.prodTabL>.inqButton {
    width: 100%;
    background-color: #9c081e;
    /*width: 250px;*/
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
}

.cart-count {
    color: #fff;
    background-color: #000000;
    border-radius: 10px;
    padding: 0px 7px 0px 5px;
    font-size: 11px;
    position: absolute;
    left: 20px;
    border: 1px solid #fec251;
    /* font-weight: 600; */
}

@media only screen and (max-width:992px) {
    .imgBox.blur.img-zoom-container.image.mblV.col-md-12 {
        display: block !important;
    }
    .imgBox.blur.img-zoom-container.image.mblV.col-md-12>.mnu {
        width: auto;
    }
    .imgBox.blur.img-zoom-container.image.dsktpV.col-md-12 {
        display: none !important;
    }
    .modal-open .modal {
        max-height: 650px;
    }
    .imgBox.blur.img-zoom-container.image.mblV.col-md-12 .oldSiteLink {
        width: 100%;
    }
}

@media only screen and (min-width:993px) {
    .imgBox.blur.img-zoom-container.image.mblV.col-md-12 {
        display: none !important;
    }
    .imgBox.blur.img-zoom-container.image.dsktpV.col-md-12 {
        display: block !important;
    }
    .imgBox.blur.img-zoom-container.image.dsktpV.col-md-12 .zoomer {
        position: unset;
        background-size: 45% 70% !important;
        width: 210rem !important;
        height: 10rem !important;
    }
}

p.feedbackLetter {
    margin-bottom: 10px;
}

.configuration-container {
    text-align: center;
    background: #000000;
    /* padding: 2px; */
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 2px #b5b1b1;
    background: white;
    padding: 10px;
    height: auto !important;
}

.card.pc-specs:hover {
    transform: scale(1.1);
}

.card-special:hover {
    transform: scale(1.01);
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0px solid slategrey;
}

.customNavigation {
    /*bottom: 8rem;
    position: absolute;*/
    width: 100%;
}

.next {
    text-align: right;
    right: 4rem;
    position: absolute;
}


/* Search Page CSS */

.product-search-block {
    width: auto;/*24.8rem;*/
}



.ais-Hits-item,
.ais-Hits-list {
    margin: 0px;
    padding: 0px !important;
}

.product-search-block>li {
    max-height: 38rem;
}

.btn-filters {
	background: black;
	border-radius: 20px;
	padding: 10px;
	border: white 1px solid;
	/* margin-bottom: 5px; */
}

/* .btn-filters {
	background: orange;
	border-radius: 20px;
	padding: 10px;
	border: orange;
	box-shadow: 1px 1px 1px 1px grey;
	margin-bottom: 5px;
} */

.btn-filters:hover {
    background: white;
    border: 1px solid black;
    color: black;
    box-shadow: none;
}

.image3 span {
    float: left;
    clear: left;
    color: whilte;
    font: 14px Helvetica, Arial, Sans-Serif;
    position: absolute;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate( -47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    width: 100px;
    margin-top: -22px;
    margin-left: -22px;
    padding-bottom: 72px;
}


/*find a laptop button css*/

li.dropdown.megamenu-fw>a.findLaptop {
    padding: 0px !important;
}

.findLaptop.cboxElement>img {
    width: 120px;
    height: 100%;
    -webkit-clip-path: ellipse(15% 37% at 20% 49%);
    clip-path: ellipse(15% 37% at 20% 49%);
}

.findLaptop:hover {
    transform: scale(1.05);
    width: 130px;
}

.findLaptop:hover>img {
    animation-delay: 2s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

#navbar-menu>ul>li:nth-child(13) {
    position: relative;
    bottom: 4px;
}

@media only screen and (max-width:992px) {
    .findLaptop.cboxElement>img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    }
    a#ctl00_TopMenu2_hyper_find_laptops {
        display: flex;
        justify-content: center;
        /* margin-bottom:20px; */
    }
    img#ctl00_TopMenu2_img_find_laptops {
        width: 65%;
        height: 100%;
        position: relative;
        bottom: 7px;
    }
}


/*Switch Old Version button css*/

li.dropdown.megamenu-fw>a.switchOld {
    padding: 0px !important;
}

.switchOld.cboxElement>img {
    width: 125px;
    height: 100%;
    -webkit-clip-path: ellipse(15% 37% at 20% 49%);
    clip-path: ellipse(15% 37% at 20% 49%);
}

.switchOld {
    width: 45px;
}

.switchOld:hover>img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.switchOld:hover {
    transform: scale(1.05);
    width: 130px;
}

#navbar-menu>ul>li:nth-child(14) {
    position: relative;
    bottom: 4px;
}

@media only screen and (max-width:992px) {
    .switchOld.cboxElement>img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    }
    a#hyper_switch {
        display: flex;
        justify-content: center;
        /* margin-bottom:20px; */
    }
    img#hyper_switch_img {
        width: 65%;
        height: 100%;
        position: relative;
        bottom: 7px;
    }
}


/*Feedback button css*/

li.dropdown.megamenu-fw>a.laptopFeedback {
    padding: 0px !important;
}

.laptopFeedback {
    width: 120px;
}

.laptopFeedback.cboxElement>img {
    width: 125px;
    height: 100%;
    -webkit-clip-path: ellipse(15% 37% at 20% 49%);
    clip-path: ellipse(15% 37% at 20% 49%);
}

.laptopFeedback:hover>img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.laptopFeedback:hover {
    transform: scale(1.05);
    width: 130px;
}

#navbar-menu>ul>li:nth-child(15) {
    position: relative;
    bottom: 4px;
}

@media only screen and (max-width:992px) {
    .laptopFeedback.cboxElement>img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    }
    a#hyper_feedback {
        display: flex;
        justify-content: center;
        /* margin-bottom:20px; */
    }
    img#hyper_feedback_img {
        width: 65%;
        height: 100%;
        position: relative;
        bottom: 7px;
    }
}


/*Laptop On Special button css*/

li.dropdown.megamenu-fw>a.laptopMenuSpecials {
    padding: 0px !important;
}

.laptopMenuSpecials.cboxElement>img {
    width: 130px;
    height: 100%;
}

.laptopMenuSpecials:hover {
    transform: scale(1.05);
}

#navbar-menu>ul>li:nth-child(12) {
    position: relative;
    bottom: 4px;
}

@media only screen and (max-width:992px) {
    a#hyper_special_laptop {
        display: flex;
        justify-content: center;
        /* margin-bottom:20px; */
    }
    img#hyper_special_laptop_img {
        width: 65%;
        height: 100%;
        position: relative;
        bottom: 5px;
    }
}

.btnMore {
    display: none;
}


/* Laptop Details Page Upgrades */

ul.upgradeUl {
    display: table-cell;
    text-align: center;
}

li.upgrade-items {
    padding: 4px 3px 4px 3px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    margin: 2px;
    color: white;
}

.upgrade-items:hover {
    background-color: #f24c60 !important;
    /*#444444*/
}

.upgrade-items:hover,
.upgrade-url:hover {
    color: white !important;
}

.upgrade-items:hover a {
    color: white;
}


/* Laptop Details Page Upgrades */

.moreInfoBtnAd {
    border: 1px solid #fecd57;
    margin-right: 2px;
}

.product-detail-tab {
     overflow: auto;
}

.review-link {
    margin-top: 7px;
    float: right;
}

.flex-grow-1-linkbox {
    display: flex;
}

.flex-grow-1-linkbox a:nth-child(1) {
    flex-grow: 1;
}

.flex {
    display: flex;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center-first-link a:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}


/* Mega Menu / Top "Product Category" Menu / White Bar Menu */

#mega-menu {
    z-index: 11;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    padding: 0px;
    margin-top: 0px;
    width: 100vw;
}

#mega-menu .navbar {
    min-height: unset;
}

#mega-menu .navbar-toggle {
    margin: 0px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 11px;
    position: absolute;
    right: 0;
    background-color: #f8f8f8;
    z-index: 101;
}

#mega-menu .navbar-default {
    background-color: white;
}

#mega-menu .navbar-default .navbar-nav>li>a {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: black;
}

#mega-menu .mega-dropdown {
    position: static !important;
}



#mega-menu .mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

#mega-menu > .mega-dropdown-menu > li {
    padding-bottom: 15px;
}

#mega-menu .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

#mega-menu .mega-dropdown-menu>li>ul>li {
    list-style: none; 
}

#mega-menu .mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    /* font-weight: normal; */
    line-height: 1.428571429;
    color: #000 ;/*999;*/
    white-space: normal;
}

    #mega-menu .mega-dropdown-menu > li > a:nth-last-child(1) {
        margin-bottom: 20px;
    }

    #mega-menu .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: revert;
        color: #444;
        /* background-color: #fafafa;*/
    }

    #mega-menu .mega-dropdown-menu .dropdown-header {
        color: #000000; /* #428bca;*/
        font-size: 18px;
        font-weight: 500;
        white-space: unset;
    }

#mega-menu .mega-dropdown-menu form {
    margin: 3px 20px;
}

#mega-menu .mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

#mega-menu .carousel-control {
    width: 15%;
    height: 100%;
    top: 0;
}



#mega-menu .carousel-control .fa-chevron-left,
#mega-menu .carousel-control .fa-chevron-right {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

#mega-menu .carousel-control.right {
    right: 0;
}

#mega-menu .first-dropdown-header {
    padding-left: 0px !important;
}

#mega-menu .navbar-collapse {
    box-shadow: #28282866 2px 2px 5px;
    max-height: 100vh;
    position: relative;
    z-index: 100;
    width: 100vw;
}

#mega-menu ul.navbar-nav {
    margin: 50px 0 75px 0 !important;
    width: 100%;
}

#mega-menu .dropdown-header {
    padding-left: 0;
}

#mega-menu .form-control {
    width: 100%;
}

#mega-menu .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

#mega-menu li.open > a.dropdown-toggle {
    box-shadow: 0px 1px 1px 0px grey;
}
#mega-menu li.open > a.dropdown-toggle {
    box-shadow: 1px 2px 4px 0px grey;
}

#mega-menu .fa-home {
    background-color: transparent !important;
    padding-right: 0;
}

.mega-menu__specialLink > div {
    color: #b631ed;
}

.mega-menu__specialLink:hover {
    text-decoration-color: #b631ed !important;
}

.mega-menu__specialLink:hover > div {
    color: #b631ed;
}

#mega-menu .collapsing {
    display: flex !important;
}

#mega-menu .collapse.in {
    display: flex !important;
}


#ctl00_div_main {
    margin-top: 121px;
}

.dropdown-toggle span {
    margin-top: -2px;
}

.py-12-5_nb {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
}

.mt--15 {
    margin-top: -15px;
}

.mt--1 {
    margin-top: -0.2em !important;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-15 {
    margin-bottom:15px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Mega Menu Arrows Interaction */

.open>a>span:nth-child(1) {
    display: none;
}

.open>a>span:nth-child(2) {
    display: block;
}

.mega-dropdown:not(.open)>a>span:nth-child(1) {
    display: block;
}

.mega-dropdown:not(.open)>a>span:nth-child(2) {
    display: none;
}


/* Mobile Footer */

#mobile-footer {
    background-color: black;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

#mobile-footer .content {
    position: relative;
    width: 100%;
}

#mobile-footer a,
#mobile-footer button {
    top: 0;
    height: 61px;
    display: flex !important;
    width: 33.33333333333333%;
    position: absolute;
    color: white !important;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

#mobile-footer a:nth-of-type(1) {
    left: 0;
}

#mobile-footer a:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: auto;
}

#mobile-footer .icon-bar {
    background-color: white;
}

#mobile-footer button {
    margin: 0;
    right: 0;
}

#mobile-footer span.symbol {
    display: inline-block;
}

#mobile-footer span.symbol,
#mobile-footer i {
    margin-right: 8px;
}

#mobile-footer .nav-cart-mobile,
#mobile-footer .nav-login-mobile {
    font-size: 12px !important;
}

.carousel-indicators {
    z-index: 9;
}


/* Detail Footer */

#detail-footer, #detail-footer-pc {
    position: fixed;
    bottom: 61px;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px -5px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#detail-footer-pc {
    height: 105px;
}

#detail-footer .stock, #detail-footer-pc .stock {
    height: 22px;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 15px;
    line-height: 22px;
}

#detail-footer .footer-price .price-heading {
    font-size: 16px;
}

#detail-footer-pc .footer-price .price-heading, #detail-footer-pc .footer-price .price-new {
    font-size: 13px !important;
}

#detail-footer .yellow-btn, #detail-footer-pc .yellow-btn {
    padding-left: 0;
    padding-right: 0;
    line-height: unset;
}

#detail-footer-pc .btn-default, #detail-footer-pc .btn-info, #detail-footer-pc .grey-btn {
    line-height: 8px !important;
}

#detail-footer-pc .grey-btn:hover {
    color: black;
}


/* Mobile Slider */

#mobile-slider {
    height: 300px;
}

#mobile-slider .carousel-control span {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 40px;
    width: 100%;
    text-align: center;
}

#mobile-slider .item {
    height: 300px;
}

#mobile-slider .item img {
    object-fit: scale-down;
    width: auto;
    height: 100% !important;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
}

#mobile-slider .carousel-indicators li {
    background-color: #fff;
    background-color: rgba(70, 70, 70, .25);
}

#mobile-slider .carousel-indicators .active {
    background-color: #444;
}


/* Read More / Read Less Buttons on Details Page */

#readMore,
#readLess {
    border-right: 5px solid red;
    width: 50%;
    color: grey;
    text-align: right;
}

#readMore:hover,
#readLess:hover {
    background-color: rgba(213, 213, 213, 0.5);
}


/* "Product Stock and Cart" Buttons in Right Column */

#product-stock-and-cart > div:nth-of-type(1) {
    padding-left: 0;
    padding-right: 7px;
}

#product-stock-and-cart > div:nth-of-type(2) {
    padding-left: 7px;
    /*padding-right: 0;*/
}

#product-stock-and-cart > div:nth-of-type(3) {
    padding-left: 0px;
    /*padding-right: 0px;*/
}

#product-stock-and-cart > div:nth-of-type(4) {
    padding-left: 0px;
    padding-right: 0px;
}




/* Google Maps in Footer Section */

.google-maps iframe {
    width: 100%;
    height: 250px;
}


/* Google Maps Accordion */

#accordion .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}

#accordion .panel {
    background-color: unset;
}

#accordion .panel-default {
    border: unset;
}

#accordion .panel-title {
    padding-left: 0;
}

#accordion .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}

#accordion .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    overflow: hidden;
}

#accordion a {
    cursor: pointer;
    text-decoration: none;
}

#accordion .payment-radio-container:hover,
.active {
    box-shadow: unset;
}

#accordion .panel-body a {
    color: #888;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}

#accordion .payment-selection-button:hover,
.active {
    background-color: unset !important;
    border: unset !important;
}

#accordion .panel-body {
    padding-top: 0;
}

.product-category-content .img-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-fluid {
    max-width: 100%;
}

.fluid-image {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.fluid-image_nb {
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

#ctl00_ContentPlaceHolder1_div_compare_Products {
    position: fixed;
    bottom: 61px;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: rgba(98, 98, 98, 0.95);
}

#ctl00_ContentPlaceHolder1_div_compare_Products .lts-compbtn .text {
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.95);
    font-size: 16px;
}

#tblCompare {
    height: 45px;
}

#tblCompare img {
    border: solid 1px Gray;
    background-color: Silver;
    width: 4rem;
    border-radius: 8px;
}

#tblCompare .btn {
    width: 100%;
    padding: 17px 0;
}

#ctl00_ContentPlaceHolder1_div_compare_Products p {
    font-size: 12px;
    line-height: 14px;
}

/*#mobile-indicators {
    display: none;
}*/

.pinkLessText {
    max-height: 19px;
    overflow: hidden;
    width: 70%;
}

div#ctl00_tr_headerMessage {
    width: auto !important;
    background-color: transparent;
    background: linear-gradient(90deg, #d223f5, #ef0f96, #dc1786);
    padding-top: 10px;
    padding-bottom: 10px;
}

div#ctl00_tr_headerMessage>td {
    background-color: transperant;
    background: linear-gradient(90deg, #d223f5, #ef0f96, #dc1786);
    padding-top: 10px;
    padding-bottom: 10px;
}

div#ctl00_tr_headerMessage a {
    color: white;
}


.product-inner-img2 > h3 {
    background-image: linear-gradient(to right, #ff512f, #dd2476);
    padding: 0.6rem;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px 1px #b5b5b5;
    color: white;
    text-shadow: 1px 1px black;
}

.orange-btn, .yellow-btn, .red-btn, .detail-specials-btn {
    border-radius: 8px;
    /* font-weight: bold; */
    font-size: 14px;
    color: #312a2a;
    transition: 0.5s ease-out;
}

.orange-btn {
    background: #ffa41d;
    /*text-shadow: 0px 1px 2px rgb(19, 19, 19);*/
}

.orange-btn:hover {
    background: #ffa41d /*hsl(24, 100%, 51%)*/;
    color: black;
    text-decoration: underline;
}

.yellow-btn {
    background: #ffd814;
    /*text-shadow: 1px 1px 2px rgb(0, 0, 0);*/
}

.yellow-btn:hover {
    background: #ffd814 /* hsl(44, 100%, 50%)*/;
    color:black;
    text-decoration:underline;
}

.red-btn {
    background: rgb(177, 15, 69);
    color: white;
}

.red-bg {
    background-color: red;
}

.white-text {
    color: white;
}

.detail-specials-btn {
    background-color: white;
    border: #afafaf 1px solid;
}

.detail-specials-btn:hover {
    color: grey;
}

.logo-btn .logo {
    padding: 0;
    display: block;
    float: unset;
}

.main-image .tags {
    top: -15px;
    z-index: 1;
}


/* Algolia Search Bar */

.aa-dropdown-menu {
    box-shadow: 0px 4px 5px 2px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 4px 5px 2px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 4px 5px 2px rgba(0,0,0,0.36);
    height: 500px;
    overflow: scroll;
    overflow-x: hidden !important;
}

.algo-search-row {
    margin-bottom: 24px;
}

.algo-search-row .border {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 5px;
    height: 315px;
}

.algo-search-row .border:hover {
    border: 1px solid blue;
}

.product-name-algo {
    display: block;
    overflow: hidden;
    height: 42px;
    line-height: 1.14/*1.6*/;
}

.algo-search-row .product-image {
    width: auto;
    /*height: 150px;*/
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.algo-search-row:hover {
    background: rgba(255, 255, 255, 0) !important;
}

.aa-dropdown-menu {
    transition: 250ms ease-in-out;
}

.aa-dropdown-menu::-webkit-scrollbar {
    width: 1em;
    height: 1em;
}

.aa-dropdown-menu::-webkit-scrollbar-track {
    background: hsl(0 0% 93% / 1);
    border-radius: 100vw;
    margin-block: 0.5em;
}
.aa-dropdown-menu::-webkit-scrollbar-thumb {
    background: #833ab4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 0.25em solid hsl(0 0% 93% / 1);
    border-radius: 100vw;
}

@supports (scrollbar-color: red blue) {
    
    .aa-dropdown-menu {
        scrollbar-color: #833ab4 lightgray;
        scrollbar-width: thin;
    }
}

#top-search-bar .product-price {
    color: red;
    text-align: left;
    background-color: unset;
}

#top-search-bar .label-warning {
    background-color: #FF8C00;
}

#top-search-bar .label-warning, #top-search-bar .label-success, .label-danger {
    padding-left: 8px;
    padding-right: 8px;
}

.aa-suggestion:nth-of-type(2) {
  /*  margin-top: -12px;*/
}

.aa-suggestion:nth-of-type(3) {
    /*margin-top: -24px;*/
}

.aa-suggestions-category {
    border-bottom: none !important;
    padding: 6px 27px !important;
}



#results-topbar .fst {
    height: 200px;
}



.tags {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}


.tags h3 {
    margin-bottom: 8px;
    padding-top: 1px;
    display: block;
    position: unset;
}

.tags .product-on-special {
    background: hsl(0, 100%, 40%);
}

.tags .new {
    background: #9f188e;
    min-width: 56px;
    padding-bottom: 5px;
}

.on-deal-tag {
    background: hsl(0, 0%, 14%);
    top: 15px;
    right: 15px;
    padding-top: 1px;
    padding-bottom: 5px;
    z-index: 1;
    padding-left: 1px;
}

.light-grey-border-bottom {
    border-bottom: 1px solid lightgray;
}

.light-grey-border-left {
    border-left: 1px solid lightgray;
}

.grey-bg-gradient {
    background: rgb(244,244,244);
    background: -moz-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#dddddd",GradientType=1); 
}

.orange-coral-gradient {
    background: rgb(255,153,102);
    background: -moz-linear-gradient(90deg, rgba(255,153,102,1) 0%, rgba(255,94,98,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,153,102,1) 0%, rgba(255,94,98,1) 100%);
    background: linear-gradient(90deg, rgba(255,153,102,1) 0%, rgba(255,94,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9966",endColorstr="#ff5e62",GradientType=1);
}

.darkgrey-bg {
    background-color: darkgrey;
}

.grey-bg {
    background-color: #f4f4f4;
}

.grey-bg-2 {
    background-color: #f7f5f5;
}

.grey-border {
    border: 1px solid grey;
}

.lightgrey-border {
    border: 1px solid lightgrey;
}

.lightgrey-text {
    color: lightgrey;
}

.grey-border-bottom {
    border-bottom: 1px solid grey;
}

.grey-btn {
	background-color: rgb(226, 226, 226);
	font-size: 14px;
	transition: 0.5s ease-out;
	color: gray;
}

#my-account {
    margin-top: 15px;
}

#my-account .section-links .fa-user, 
#my-account .section-links .fa-shopping-cart, 
#my-account .section-links .fa-heart, 
#my-account .section-links .fa-book, 
#my-account .section-links .fa-user-lock, 
#my-account .section-links .fa-undo-alt {
    padding: 0;
    border: none;
    background-color: unset;
    color: unset;
}

#my-account .section-links a {
    font-size: 10px !important;
    line-height: 13px;
    color: black;
    display: block;
    background-color: white !important;
}

#my-account .section-links a i, #my-account .section-links .fa-shopping-cart::before {
    font-size: 12px !important;
}

#my-account .white-box-shadow {
    transition: 500ms ease;
}

#my-account .section-links .grey-border-bottom.active {
    background-color: lightgray !important;
    color: black !important;
    /* font-weight: bold; */
}

#my-account .section-links .grey-border-bottom:hover {
    background-color: grey;
    color: white;
}

.rounded-4 {
    border-radius: 4px;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-20_nb {
    border-radius: 20px !important;
}

.rounded-top-8 {
    border-radius: 8px 8px 0 0;
}

.rounded-right-13 {
    border-radius: 0px 13px 13px 0px;
}

.rounded-top-right-13 {
    border-radius: 13px 13px 0px 0px;
}

.rounded-top-left-37 {
    border-top-left-radius: 37px;
}

.rounded-right-20 {
    border-radius: 0px 20px 20px 0px;
}

#launcher-frame {
    margin-bottom: 36px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

.white-box-shadow {
    background-color: white;
    box-shadow: #28282838 2px 2px 5px;
}

.addressbook-heading-container {
    height: 63px;
}

.addressbook-heading {
    font-size: 20px;
    line-height: 20px; 
    color: #8B0000;
}

.addressbook .grey-bg-gradient {
    min-height: 51.8px;
}

.addressbook-entries {
    display: flex;
}

.addressbook i {
    padding-right: 5px;
}

.ais-Pagination-link {
	padding: 10px 0.5rem !important;
}

.addressbook .fa-trash {
    color: white !important;
}

#addressbook br {
    display: none;
}

#ctl00_ContentPlaceHolder1_dlAddressBook {
    display: grid;
    grid-gap: 15px 15px;
}


.text-end {
    text-align: right;
}

.text-start {
    text-align: left;
}

.fw-bold {
    font-weight: 500;
}


#return-requests .table .btn {
	height: 30px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#return-requests .table .btn i {
    padding-right: 5px;
}

.table-order-history__image {
    display: block;
    width: 60px;
    height: auto;
}

.table-order-history__image-container {
    height: 30px;
    width: auto;
}

.table-order-history__progressBar {
    width: 100%;
    max-width: 350px;
    height: 30px;
    overflow: hidden;
    position: relative;
    background-color: #d4d4d4;
}

.table-order-history__progressBar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.table-order-history__progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    background: #56ab2f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.table-order-history__progressBarText {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 12px;
    font-size: 10px;
}

.table-order-history__orderNumber {
    max-width: max-content;
}

.progressbar span  {
    /* font-family: "Roboto", sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Dunkin Lyons', sans-serif; */
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    font-size: 13px;
}


.two-lines {
    height: 60px;
    overflow: hidden;
  }

  .dotted-underline {
    text-decoration: underline;
    text-decoration-style: dotted;
  }

  .text-danger-underline {
    color: red;
    text-decoration-color: red;
  }

  .text-info-underline {
    color: blue;
    text-decoration-color: blue;
  }


  .customer-quote-btn {
    background-color: hsl(209, 71%, 33%);
    color: white;
    font-size: 14px;
    transition: 0.5s ease-out;
  }

  .customer-quote-btn:hover {
    background-color: hsl(209, 71%, 10%);
    color: white;
  }

  .downstairs-quote-btn {
    background-color: rgb(226, 226, 226);
    font-size: 14px;
    transition: 0.5s ease-out;
    color:gray;
  }

  .downstairs-quote-btn:hover {
    background-color:rgb(250, 250, 250);
    color: black;
  }

  .essential-extras-row {
    height: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .website-note {
    background-color:#EEEEEE;
    border: darkgray 1px solid;
  }


  .notifymeCSS {
      background-color: #FFFFCC;
      color: black;
      border: 1px solid red;
      transition: 0.5s ease-out;
  }

  .notifymeCSS__redBand {
      font-size: 14px;
  }

  #ctl00_ContentPlaceHolder1_div_notify {
      padding-left: 0 !important;
  }

.find-laptop-btn {
    background-color: #f7b600;
    box-shadow: 1px 1px 1px 1px black;
    color: black;
    /* font-weight: 600; */
    position: fixed;
    top: 5px;
    right: 65px;
    z-index: 13;
    line-height: 12px !important;
    padding: 14px 14px;
    transition: 250ms ease-in-out;
}

.find-laptop-btn:hover, .find-laptop-btn:active {
    background-color: #f8be19;
}

#top-search-bar { 
    box-shadow: #282828 2px -1px 5px !important;
    left: 0;
    background-color: white;
}

#top-search-bar .container {
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px !important;
    width: 100%;
}

#top-search-bar .search-bar-btn {
  position: absolute;
  right: 25px;
}

.clearSearch {
    color: red;
    z-index: 12;
    border: white;
    height: 27px;
    background-color: white;
    position: absolute;
    top: 19px;
    left: 213%;
}

.clearSearch::before {
    font-size: 15px !important;
}

.find-laptop-section {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 13;
    transition: 250ms ease-in-out;
    z-index: 51;
}

#pageOverlay {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 12;
    transition: 250ms ease-in-out;
}

.find-laptop-section__darkOverlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0;
    transition: 250ms ease-in-out;
}

.find-laptop-section__content {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    background-color: #ececec;
    overflow: auto;
    transition: 400ms ease-in-out;
    padding-bottom: 75px;
}

.find-laptop-section__content .active {
    color: black;
}

.find-laptop-section__content .tab-content {
    background-color: white;
}

.find-laptop-section__content .nav-tabs > li.active > a, 
.find-laptop-section__content .nav-tabs > li.active > a:hover, 
.find-laptop-section__content .nav-tabs > li.active > a:focus {
    color: #2362c4 !important;
}


.find-laptop-section__content .nav > li > a {
	color: #555;
}

.find-laptop-section__content .radio-inline + .radio-inline, 
.find-laptop-section__content .checkbox-inline + .checkbox-inline {
    margin-top: 3px;
}

.find-laptop-section__content .radio-inline, 
.find-laptop-section__content .checkbox-inline {
    color: #555;
} 

.find-laptop-section__content .radio-inline span, 
.find-laptop-section__content .checkbox-inline span {
    display: inline-block;
    margin-top: 2px;
} 

.find-laptop-section__content .fa-times::before {
	font-size: 14px;
}

.find-laptop-section__content .container {
    height: calc(100vh - 15px);
    overflow: auto;
}

.find-laptop-section__topClose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.find-laptop-offscreen {
    right: -100%;
}

.find-laptop-onscreen {
    right: 0;
}

.cant-click {
    pointer-events: none;
}

.can-click {
    pointer-events: auto;
}

.transparent-black-bg {
    background-color: rgba(0, 0, 0, 0.0);
}

.black-bg {
    background-color: black;
}

.black-bg-70-opacity {
    background-color: rgba(0, 0, 0, 0.7);
}

#td_ProName_1 .fa-times::before {
    font-size: 12px !important;
}

.RemoveLink {
    width: max-content;
    margin-left: auto;
}

.compare-price__newPrice {
    font-size: 20px;
    /* font-weight: bold; */
    color: red;
    display: block;
}

.compare-price__oldPrice {
    color: grey;
    text-decoration: line-through;
    font-style: italic;
}



.col-xs-7-8 {
    width: 65%;
}


.col-xs-4-2 {
    width: 35%;
}

.p-xs-2 {
    padding: 2px;
}

.top-specials-btn {
    position: fixed;
    top: 13px;
    right: 70px;
    z-index: 11;
    transition: 100ms ease-in-out;
    padding-left: 8px;
    padding-right: 8px;
}

.top-specials-btn.gradient-border {
    --borderWidth: 2px;
}

.top-specials-btn:hover, .top-specials-btn:hover::before {
    border-radius: 20px;
    overflow: hidden;
}

.top-specials-btn:hover::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.top-specials-btn::before {
    content: "";
    background-color: black;
    border-radius: 5px;
    width: calc(100% - 0.25px);
    height: calc(100% - 0.25px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.top-specials-btn__text {
    position: relative;
    z-index: 1;
}

.top-specials-btn__text strong::before {
    content: "SPECIALS";
}



.imgExpand {
    min-width: 25px;
}

.wishNameLess {
    height: 55px;
    overflow:hidden;
    display: inline-block;
}

.pageNavHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: sticky;
    top: 120px;
    z-index: 3;
}

.pageNavHeader::before {
    display: none;
}

.pageNavHeader::after {
    display: none;
}

/*Pagination CSS*/
#page_navigation {
    clear:both;
    display: flex;
    flex-wrap: wrap;
}
#page_navigation a{
    padding:3px 6px;
    border:1px solid #2e6da4;
    margin:2px;
    color:black;
    text-decoration:none;
    background: aliceblue;
}
.active_page{
    background:#337ab7 !important;
    color:white !important;
}

.pageNumbersFull {
    overflow: hidden;
    width: 164px;
    max-width: 164px;
    position: relative;
  }

.pageNumbers > .active_page {
    background: grey!important;
}

.pageNumbers_content {
    display: flex;
    transition: 200ms ease-in;
}

.absolute_top-left {
    position: absolute;
    left: 0px; 
    top: 0;
}

.page_link {
    width: 100%;
    min-width: 28.8px;
    text-align: center;
}

.fastback-arrow {
    display: inline-block;
}

.modal-body::-webkit-scrollbar {
    width: 7px;
}

.modal-body::-webkit-scrollbar-track {
    background: hsl(0 0% 93% / 1);
    border-radius: 100vw;
    margin-block: 0.5em;
}
.modal-body::-webkit-scrollbar-thumb {
    background: grey;  /* fallback for old browsers */
    border-radius: 100vw;
}


.nav-scrolled {
    margin-top: 0px !important;
    opacity: 0;
    pointer-events: none;
}

.nav-scrolled-button {
    opacity: 0;
    pointer-events: none;
}

.w350 {
    width: 350%;
}

.w437-4 {
    width: 437.4%;
}

.w437-5 {
	width: 437.5%;
}

.w525 {
    width: 525%;
}


#FPS-LaptopDescribe__BottomGames {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    background-color: #f4f4f4;
/*    grid-column: 1/-1;*/
    position: absolute;
    top: 0;
    right 0;
    bottom: 0;
    width: 45%;
    margin-left: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#FPS-LaptopDescribe__Scroll {
    overflow: auto;
    scrollbar-width: none;
    cursor: grab;
    max-width: calc(906rem / 16);
}

#FPS-LaptopDescribe__Scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

#FPS-LaptopDescribe__Games {
    display: flex;
    gap: 10px;
    width: max-content;
    flex-direction: column;
}

.FPS-LaptopDescribe__Game {
    position: relative;
    border-radius: 4px;
    transition: ease-in-out 250ms all;
    display: flex;
    align-items: center;
}

.FPS-LaptopDescribe__Game.selected {
    filter: drop-shadow(0 1px 4px rgba(253,0,219, 0.53)) drop-shadow(0 1px 2px rgba(253,0,219, 0.3));
    transform: scale(1.15);
    margin-top: 5px;
    margin-bottom: 5px;
}

.FPS-LaptopDescribe__Arrow {
    cursor: pointer;
}

.FPS-LaptopDescribe__Game > img {
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
}

.FPS-LaptopDescribe__Game > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: inherit;
}

.FPS-Describe__smallNumber {
    font-size: 13px;
}

.FPS-Describe__largeNumber {
    font-size: 25px;
}

.FPS-Describe__statsLarge {
    margin-top: 5px;
    margin-bottom: 5px;
}


.FPS-Describe__content {
    position: relative;
}


@supports (scrollbar-color: red blue) {
    .modal-body {
        scrollbar-width: thin;
    }
}


/* Media Queries */


/*
/////////////////////////////////////////////////////////
NOTE: Please keep Media Queries at the end of Stylesheet
/////////////////////////////////////////////////////////
*/


/* 
"min-width" Media Queries - Mobile First
......................................................... 
*/


/* Changes for pages 420px and Larger */

@media (min-width: 420px) {
    #product-stock-and-cart > div:nth-of-type(1) {
        padding-left: 15px;
    }
    #product-stock-and-cart > div:nth-of-type(2) {
        padding-right: 15px;
    }
    #product-stock-and-cart > div:nth-of-type(3) {
        padding-left: 15px;
        padding-right: 15px;
    }
    #product-stock-and-cart > div:nth-of-type(4) {
        padding-left: 15px;
        padding-right: 15px;
    }
    #ctl00_ContentPlaceHolder1_div_compare_Products .lts-compbtn .text {
        font-size: 20px;
    }

    #ctl00_ContentPlaceHolder1_div_notify {
        padding-left: 15px !important;
    }
}

/* Changes for pages 452px and Larger */

@media (min-width: 452px) {


    .algo-search-row {
        width: 50%;
    }

}


@media (min-width: 460px) {
    .h200vh-460min {
        height: 200vh;
    }

    .h250vh-460min {
        height: 250vh;
    }
}

/* Changes for pages 469px and Larger */

@media (min-width: 469px) {

    .pb-xs-8 {
        padding-bottom: 8px;
    }

    .find-laptop-btn {
        /*padding: 22px 20px;*/
        padding: 18px 20px;
        border-radius: 24px;
    }

    .find-laptop-btn__text br {
        display: none;
    }
}

/* Changes for pages 480px and Larger */

@media (min-width: 480px) {
    .top-specials-btn {
        padding: 12px;
    }
}


/* Changes for pages 500px and Larger */

@media (min-width: 500px) {

    #profile .d-grid-details-500min {
        display: grid;
        grid-template-columns: 125px 1fr;
        grid-gap: 8px 15px;
    }
    
    .ais-Hits-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .p-500min-30 {
        padding: 30px;
    }

    .p-500min-30_nb {
        padding: 30px !important;
    }
    
}


/* Changes for pages 560px and Larger */

@media (min-width: 560px) {

    #ctl00_ContentPlaceHolder1_dlAddressBook {
        grid-template-columns: repeat(2, 1fr);
    }

    .addressbook, .addressbook .grey-border {
        height: 100%;
    }

    .addressbook .grey-border {
        position: relative;
        padding-bottom: 45px;
    }

    .addressbook .buttons {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

}

@media (min-width: 576px) {

    #FPS-Tab__mainImageContainer {
        padding: 15px;
    }

    #FPS-Tab__mainImage {
        width: 200px;
        height: 200px;
    }

    #FPS-Tab__scoreBreakdown {
        width: max-content;
        margin: auto;
    }

    .FPS-Tab__statsLarge {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .FPS-Tab__stat {
        width: 125px;
        height: 125px;
    }

    #FPS-Tab__performInfo {
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    #FPS-Tab__stats {
        padding-left: 25%;
    }

    #FPS-Tab__performHeading {
        padding-left: 25%;
    }

    .FPS-Tab__GameIMG {
        width: 100px;
        height: max-content;
    }

    #FPS-Tab__output {
        margin-top: -75px;
    }

    #FPS-Tab__output::before {
	    height: 75px;
    }

    #FPS-Tab__Games {
        gap: 45px;
    }

    .timeSpy__describe {
        display: block;
    }

    #timeSpy__modalScore2 {
        display: flex;
    }

    #_3DMarkLevelDescribe p {
        display: block;
    }

}

/* Changes for pages 670px and larger */

@media (min-width: 670px) {
    .pinkLessText {
        width: unset;
        max-height: unset;
    }
    .covidNoticeText .textMore {
        display: none;
    }
    
}


/* Changes for pages 700px and Larger */

@media (min-width: 700px) {
    
    .algo-search-row {
        width: 33.33333333%;
    }

}


/* Changes for pages 768px and larger */

@media (min-width: 768px) {

    .FPS-LaptopDescribe__Game.selected {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    #FPS-LaptopDescribe__BottomGames {
        padding: 10px;
    }

    #FPS-LaptopDescribe__Games {
        flex-direction: row;
    }

    #FPS-LaptopDescribe__scrollUp, #FPS-LaptopDescribe__scrollDown {
        display: none;
    }

    #FPS-LaptopDescribe__scrollLeft, #FPS-LaptopDescribe__scrollRight {
        display: block;
    }

    #FPS-LaptopDescribe__BottomGames {
        overflow-x: hidden;
        flex-direction: row;
        grid-column: 1/-1; 
        position: unset; 
        width: unset;
        margin-left: 0%; 
    }

    .FPS-Describe__stats > * {
        width: unset;
    }

    .FPS-Describe__gameWindowBG {
         background-color: unset; 
    }

    #FPS-Tab__timeSpyContent {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        grid-auto-rows: min-content;
    }

    .FPS-Tab__section:nth-last-of-type(1) {
        grid-column: 1/-1;
    }


    .GAMEBAR__scoreBreakdown {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
        border-radius: 8px;
        width: unset;
    }

    .GAMEBAR__scoreBreakdown > *:nth-last-child(1) {
        display: grid;
        grid-column: 1/-1;
        grid-auto-flow: column;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        font-size: 1.75rem;
        color: white;
        padding: 8px;
    }

    .GAMEBAR__scoreBreakdown > *:nth-last-child(1) h4 {
        font-size: 1.75rem;
    }

    #_3DMarkLevelDescribe {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
    }


    

    .FPS-Describe__stat {
        margin: auto;
    }

    .FPS-Describe__performance, .FPS-Describe__timeSpy {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .FPS-Describe__performance {
        gap: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .FPS-Describe__timeSpy {
        padding-right: 15px;
    }

    .FPS-Describe__gameStats {
        display: grid;
        gap: 10px;
        align-items: center;
    }

    .FPS-Describe__content {
        display: grid;
        grid-template-columns: calc(100% / 3) 1fr;
    }

    .FPS-Describe__gameWindow {
        margin-left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 15px;
    }

    .FPS-LaptopDescribe__Game > img {
        height: 75px;
    }

    .FPS-Describe__games {
        display: grid;
        position: relative;
    }

    

    .pageNavHeader {
        top: 60px;
    }

    .modal-dialog {
        width: 600px;
        margin: 0 auto;
    }
    /* added */
    
    #ctl00_div_main {
        margin-top: 70px;
    }

    .w-sm-100w-18rem_nb {
        width: calc(100% - 18rem) !important;
    }

    .w-sm-18rem_nb {
        width: 18rem !important;
    }
    
    #mega-menu .navbar-toggle, #mega-menu .navbar-header {
        display: block !important;
    }

    #mega-menu .navbar-nav > li {
        float: none !important;
    }

    #mega-menu ul.navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 80%;
    }

    #mega-menu .navbar-collapse.collapse {
        height: auto !important;
        padding-bottom: 0;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    #mega-menu .navbar-nav > li > a {
        padding: 25px 25px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    #mega-menu .mega-dropdown-menu {
        position: inherit;
    }

    .secondary-nav-form {
        height: auto;
    }
    .main-nav-right {
        display: block !important;
        position: absolute;
    }
    .main-search-bar {
        display: none !important;
    }
    #cart-mobile {
        display: unset;
    }
    .footer-bottom {
        margin-bottom: 60px;
    }
    #detail-footer {
        display: none;
    }
    .price>.row {
        display: flex;
    }
    .price-section > .row {
        display: flex;
    }
    #product-right-col .price > .row {
        display: block;
    }
    #product-right-col .price-section > .row {
        display: block;
    } 
    .price .quantity {
        order: 2;
    }
    .price .prices {
        order: 3;
    }
    .price .note {
        order: 1;
    }
    .price .vat-center {
        text-align: center;
    }
    .price>.row>div {
        padding-left: 0px;
    }

    .price-section .quantity {
        order: 2;
    }

    .price-section .prices {
        order: 3;
    }

    .price-section .note {
        order: 1;
    }

    .price-section .vat-center {
        text-align: center;
    }

    .price-section > .row > div {
        padding-left: 0px;
    }

    .price-tag {
        font-size: 26px;
    }

    #ctl00_ContentPlaceHolder1_div_compare_Products {
        bottom: 0;
    }
    #tblCompare {
        height: 52px;
        margin-top: 3px;
    }
    #tblCompare img {
        width: 52px;
    }
    
    #product-stock-and-cart > div:nth-of-type(2) {
        padding-left: 7px;
        padding-right: 7px;
    }

    #product-stock-and-cart > div:nth-of-type(3) {
        padding-left: 7px;
    }

    .mt-sm-0 {
        margin-top: 0px;
    }

    .mt-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-6 {
        margin-top: 6px;
    }

    .mt-sm-7 {
        margin-top: 7px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-75 {
        margin-top: 75px;
    }

    .mr-sm-45 {
        margin-right: 45px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .p-sm-30_nb {
        padding: 30px;
    }

    .ps-sm-0 {
        padding-left: 0px;
    }

    .ps-sm-5 {
        padding-left: 5px;
    }

    .ps-sm-0_nb {
        padding-left: 0px !important;
    }

    .ps-sm-2-5 {
        padding-left: 2.5px;
    }

    .ps-sm-10 {
        padding-left: 10px;
    }

    .ps-sm-15 {
        padding-left: 15px;
    }

    .ps-sm-30 {
        padding-left: 30px;
    }

    .ps-sm-40 {
        padding-left: 40px;
    }

    .ps-sm-2-5 {
        padding-left: 2.5px;
    }

    .pe-sm-2-5 {
        padding-right: 2.5px;
    }

    .px-sm-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mt-sm-0 {
        margin-top: 0px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mr-sm-45 {
        margin-right: 45px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .p-sm-30_nb {
        padding: 30px !important;
    }

    .ps-sm-0 {
        padding-left: 0px;
    }

    .ps-sm-15 {
        padding-left: 15px;
    }

    .ps-sm-30 {
        padding-left: 30px;
    }

    .ps-sm-40 {
        padding-left: 40px;
    }

    .ps-sm-2-5 {
        padding-left: 2.5px !important;
    }

    .pe-sm-2-5 {
        padding-right: 2.5px !important;
    }

    .px-sm-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .px-sm-0_nb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .px-sm-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .py-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .grid-row-sm-1-2 {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .gap-sm-5 {
        gap: 5px;
    }

    .gap-sm-15 {
        gap: 15px;
    }

    .gap-sm-30 {
        gap: 30px;
    }

    .w-sm-6em {
        width: 6em;
    }

    .w100-sm {
        width: 100%;
    }

    .w200-sm {
        width: 200%;
    }

    #detail-footer-pc .footer-price .price-heading, #detail-footer-pc .footer-price .price-new {
        font-size: 16.5px !important;
    }

    #detail-footer-pc {
        height: 80px;
        bottom: 0;
    }

    #detail-footer-pc .btn-default, #detail-footer-pc .btn-info,  #detail-footer-pc .grey-btn {
        line-height: unset !important;
    }

    #ctl00_ContentPlaceHolder1_div_notify {
        padding-right: 15px !important;
    }

    .customNavigation.gradient-nav {
        top: 5.1% !important;
    }

    .ais-Hits-list {
        width: 100%;
        gap: 30px;
      }

    #productsSearch .ais-Hits-list {
        width: 100%;
        gap: 30px;
    }

    #productsSearch .ais-Hits-item {
        width: 100%;
    }

    #products .ais-Hits-item {
        width: 100%;
    }

    /* .hit-price {
        font-size: 21px;
    } */

    .ais-Pagination-link {
        padding: 10px 1rem !important;
    }

    .block-sm {
        display: block;
    }

    .block-sm_nb {
        display: block !important;
    }

    .flex-sm {
        display: flex;
    } 

    .flex-sm_nb {
        display: flex !important;
    } 

    .inline-flex-sm {
        display: inline-flex;
    } 

    .inline-flex-sm_nb {
        display: inline-flex !important;
    } 

    .autocomplete__container {
        background-color: unset;
      }

      .h200vh-sm {
        height: 200vh;
    }

    .autocomplete__searchIcon {
        left: 10px;
    }

    .autocomplete__placeholder {
        left: 40px;
    }

    .autoClose {
        left: calc(64% - 38px);
    }

}


/* Changes for pages 769px and Larger */

@media only screen and (min-width: 769px) {
    .ic.menu {
        display: none;
    }
    /* Main Menu for Desktop Devices  */
    ul.main-nav {
        display: block;
        position: relative;
    }
    .sub-menu-block {
        padding: 15px;
    }
    /* Sub Menu */
    ul.main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #f9f9f9;
        position: absolute;
        margin-top: 0px;
        width: 100%;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;
        /*CSS animation applied for sub menu : Slide from Top */
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    ul.main-nav>li:hover>div.sub-menu-block {
        background-color: #ffffff;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    ul.main-nav>li>div.sub-menu-block>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    ul.main-nav>li:hover>div.sub-menu-block>* {
        opacity: 1;
    }
    .sub-menu-head {
        font-size: 16px;
        color: #333333 !important;
        /* font-weight: bold; */
    }
    .sub-menu-head a {
        font-size: 16px;
        color: #333333 !important;
        /* font-weight: bold; */
    }
    /* Drop Down/Up Arrow for Mega Menu */
    ul.main-nav>li>a.mega-menu>span {
        display: block;
    }
    ul.main-nav>li>a.mega-menu>span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #282828;
        content: "";
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
    ul.main-nav>li:hover>a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 5px solid #666;
    }
    .banners-area {
        border-top: 1px solid #ccc;
    }
}


/* Changes for pages 948px and larger */

@media (min-width: 948px) {
    .free-delivery {
        margin-top: 0 !important;
        padding-top: 8px;
    }
}


/* Changes for pages 989px and larger */

@media (min-width: 989px) {
    #brand-logo+.customNavigation {
        bottom: 5rem;
        position: absolute;
        width: 100%;
    }
    #brand-logo+.customNavigation .btn {
        position: absolute;
        /*top: -29px;*/
    }
    #brand-logo+.customNavigation .prev {
        left: -15px;
    }
    #brand-logo+.customNavigation .next {
        right: 15px;
    }
    #brand-logo::before,
    #brand-logo::after {
        display: none;
    }
}


/* Changes for pages 992px and larger */

@media (min-width: 992px) {

    #FPS-Tab__mainImage {
        width: unset;
        height: unset;
    }

    #FPS-Tab__mainImageContainer {
        padding: 30px;
    }

    .FPS-Tab__stat {
        width: 175px;
        height: 175px;
    }

    .FPS-Tab__statsSmall {
        font-size: 2rem;
    }

    .FPS-Tab__statsLarge {
        font-size: 3rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .justify-end-md {
        justify-content: end;
    }

    .mt-md-0 {
        margin-top: 0;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .pb-md-125 {
        padding-bottom: 125px;
    }

    .p-md-3 {
        padding: 3px;
    }

    .ps-md-15, .pl-md-15 {
        padding-left: 15px;
    }

    .px-md-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pb-md-15 {
        padding-bottom: 15px;
    }

    .pe-md-0 {
        padding-right: 0px;
    }

    .pe-md-2-5 {
        padding-right: 2.5px;
    }

    .pe-md-7-5 {
        padding-right: 7.5px;
    }

    .ps-md-0 {
        padding-left: 0px;
    }

    .ps-md-2 {
        padding-left: 2px;
    }

    .ps-md-7-5 {
        padding-left: 7.5px;
    }

    .ps-md-15 {
        padding-left: 15px;
    }

    .ps-md-0 {
        padding-left: 0px;
    }

    .pt-md-0 {
        padding-top: 0px;
    }

    .pt-md-2 {
        padding-top: 2px;
    }

    .pt-md-4 {
        padding-top: 4px;
    }

    .text-end-md {
        text-align: right;
    }

    .w100-md {
        width: 100%;
    }

    .w250-md {
        width: 250%;
    }
    
    .col-md-auto__nb {
        width: auto !important;
    }
    
    .footer-bottom {
        margin-bottom: 0px;
    }
    .newslatter {
        text-align: left;
    }
    #footer .footer-logo-container {
        padding-left: 0;
    }
    #footer .footer-logo-container .footer-logo {
        background-position: left;
    }
    #footer .footer-text-container {
        padding-left: 0;
    }
    #footer h4 {
        align-items: baseline;
    }
    #footer .fa-envelope {
        padding: unset;
        border: unset;
        background-color: unset;
        color: white;
    }
    #accordion .panel-title {
        pointer-events: none;
        margin-bottom: 8px;
    }
    #accordion .panel-body a {
        align-items: unset;
        margin-bottom: 8px;
    }
    .d-block-md {
        display: block;
    }
    .google-maps iframe {
        height: 305px;
    }
    #brand-logo+.customNavigation {
        bottom: 8rem;
    }
    #ctl00_ContentPlaceHolder1_div_compare_Products p {
        font-size: unset;
        line-height: unset;
    }

    #my-account .section-links a {
        font-size: 12px !important;
        line-height: 14px;
    }

    #my-account .section-links i {
        width: 22.5px;
    }

    .text-md-start {
        text-align: left;
    }

    #my-account .grey-border-bottom:hover {
        padding-left: 15px !important;
    }

    #my-account .grey-border-bottom.active {
        padding-left: 15px !important;
    }

    #launcher-frame {
        margin-bottom: 0px;
    }

    #autocomplete {
        width: 100% !important;
    }

    .autoClose {
        left: unset;
        right: 25px;
    }

    .autoErase {
        right: 52px !important;
    }

    .selectize-input {
        width: 100% !important;
    }
    
}


/* Changes for pages 993px and larger */

@media (min-width: 993px) {
    #mega-menu {
        margin-top: 0 !important;
    }

    #mega-menu ul.navbar-nav {
        width: 100%;
    }

    #tblCompare {
        height: 89px;
        margin-top: 3px;
    }
    #tblCompare img {
        width: 89px;
    }
    #ctl00_ContentPlaceHolder1_div_compare_Products .container {
        width: 100%;
    }
    .product-name-algo {
        height: 63px /*47px*/;
    }

    .find-laptop-btn {
        padding: 18px 20px;
    }

    .top-menu {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 11;
    }

    
}


@media (min-width: 1020px) and (max-width: 1100px) {
    #mega-menu .navbar-nav > li > a {
        padding: 13px 9px !important;
    }
}


/* Changes for pages 1020px and larger */

@media (min-width: 1020px) {

    .mb-1020min-30 {
        margin-bottom: 30px;
    }

    .mr-1020-0 {
        margin-right: 0px;
    }

    .pr-1020-30 {
        padding-right: 30px;
    }

    #mobile-footer {
        display: none;
    }
    
    #mega-menu {
        position: fixed;
        right: unset;
        width: 100%;
        height: unset;
        margin-top: 120px;
        z-index: 10;
        top: 60px;
    }
    #mega-menu .first-dropdown-header {
        padding-bottom: 0px;
    }
    #mega-menu .carousel-control.right {
        right: 0;
    }
    #mega-menu ul.navbar-nav {
        margin: unset !important;
    }
    #mega-menu .navbar-nav > li > a {
        padding: 13px 12px !important;
        width: 100%;
    }
    #mega-menu .navbar-collapse {
        width: 100%;
        box-shadow: unset;
        display: flex !important;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    #mega-menu .dropdown-menu,
    #mega-menu .dropdown-toggle:hover,
    #mega-menu .dropdown-toggle:focus {
        background-color: #f2f0f0;
        border-color: #b0b1b2;
        /*background-color: #e6e6e6; #071831;
        border-color: #071831;*/
    }
    #mega-menu .dropdown-toggle:hover,
    #mega-menu .dropdown-toggle:focus,
    #mega-menu .dropdown-toggle:active {
        color: #000000 !important;
        text-decoration: revert; /*white !important;*/
    }
    #mega-menu .carousel .active {
        background-color: inherit;
        border: none;
    }
    
    #mega-menu .navbar-toggle, #mega-menu .navbar-header {
        display: none !important;
    }

    #mega-menu .navbar-nav > li {
        float: none !important;
    }

    #mega-menu ul.navbar-nav {
        margin: unset !important;
        display: flex;
        justify-content: center;
    }

    #mega-menu .navbar-nav {
        float: left !important;
        margin: 0 !important;
    }

    #mega-menu .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    #mega-menu .mega-dropdown-menu {
        position: absolute;
        padding-left: 0;
        padding-right: 0;
    }

    #mega-menu .dropdown-toggle span {
        display: none !important;
    }

    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    #mega-menu .mega-dropdown-menu > li > ul > li:nth-last-child(1) {
        margin-bottom: 30px;
    }

    .find-laptop-btn {
        right: 0px;
        border-radius: 35px 0px 0px 35px;
        /* position: absolute; */
        z-index: 12;
        transition: 250ms ease-out;
    }

    .find-laptop-section__content {
        width: 50%;
    }

    .find-laptop-offscreen {
        right: -50%;
    }

    #top-search-bar {
        position: absolute;
        left: 200px;
        display: block;
        width: 250px !important;
        background-color: unset;
        box-shadow: unset !important;
        z-index: 13 !important;
        transition: 250ms ease-out;
    }

    #top-search-bar .container {
        margin-left: 0;
        margin-right: 0 !important;
    }



    #top-search-bar .search-bar-btn {
      right: -15px;
    }
    
    .top-specials-btn {
        display: none;
    }

    #ctl00_div_main {
        margin-top: 46px;
    }

}


/* Changes for pages 1051px and larger */

@media (min-width: 1051px) {

    #top-search-bar .container {
        width: 117%;
    }

    #top-search-bar .search-bar-btn {
      right: -87px;
    }

  }


/* Changes for pages 1200px and larger */

@media (min-width: 1200px) {

    .FPS-Describe__gameWindow {
        align-items: center;
    }

    .FPS-Describe__gameStats {
        gap: 15px;
    }

    .FPS-Describe__performance {
        padding-top: 15px;
    }

    .FPS-LaptopDescribe__Game > img {
        height: 100px;
    }

    .FPS-Describe__stat {
        width: 175px;
        height: 175px;
    }

    .timeSpy__describe {
        width: 224px;
    }

    #timeSpy__modalScore2 {
        width: 124px;
        height: 124px;
        margin: 6px 0 0 0;
    }

    .FPS-Describe__smallNumber {
        font-size: 2rem;
    }

    .FPS-Describe__largeNumber {
        font-size: 3rem;
    }

    .ais-Hits-list {
        grid-template-columns: repeat(4, 1fr);
    }

    #product-stock-and-cart>div:nth-of-type(1) {
        padding: 0;
    }
    #product-stock-and-cart>div:nth-of-type(2) {
        padding: 0;
    }
    .price {
        padding-left: 0;
        padding-right: 0;
    }
    .price>.row {
        display: unset;
    }
    .price .vat-center {
        text-align: unset;
    }
    .price .note {
        margin-top: 10px;
    }
    .price-section {
        padding-left: 0;
        padding-right: 0;
    }
    .price-section > .row {
        display: unset;
    }
    .price-section .vat-center {
        text-align: unset;
    }
    .price-section .note {
        margin-top: 10px;
    }
    #footer .contact {
        padding-left: 15px;
    }
    #footer .contact li {
        margin-top: 30px;
    }
    .flex-lg {
        display: flex;
    }
    .no-before-after-lg::before,
    .no-before-after-lg::after {
        display: none;
    }

    #product-stock-and-cart > div:nth-of-type(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    #product-stock-and-cart > div:nth-of-type(4) {
        padding-left: 0px;
        padding-right: 0px;
    }

    #product-stock-and-cart > div:nth-of-type(5) {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #ctl00_ContentPlaceHolder1_dlAddressBook {
        grid-template-columns: repeat(3, 1fr);
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
    

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    #profile .d-grid-layout-lg {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .grid-lg-12 {
        grid-column: 1 / -1;
    }

    #change-password .form-group {
        height: 34px;
    }
    
    #change-password .form-group:nth-of-type(4) {
        height: 50px;
    }

    #ctl00_ContentPlaceHolder1_div_notify {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #mega-menu .navbar-nav > li > a {
        width: 100%;
    }

    .w100-lg {
        width: 100%;
    }

    .text-end-lg {
        text-align: right;
    }

    .px-lg-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-lg-4 {
        padding: 4px;
    }

    .mt-lg-0 {
        margin-top: 0;
    }

    .mt-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-15 {
        margin-top: 15px;
    }

    .mt-lg-25 {
        margin-top: 25px;
    }

    .mb-lg-15 {
        margin-bottom: 15px;
    }

    .pr-lg-30 {
        padding-right: 30px;
    }
    
}



/* Changes for pages 1301px */

@media(min-width: 1301px) {
    #top-search-bar .search-bar-btn {
        right: -347px !important;
    }

    #top-search-bar .container {
        width: 143%;
    }

    #top-search-bar .search-bar-btn {
      right: -197px;
    }
}


@media (min-width: 1400px) {


    #FPS-Tab__performInfo {
        padding-bottom: 30px;
    }

    

    #FPS-Tab__stats {
        padding: 30px 15px 30px 25%;
    }

    .GAMEBAR__statLabel {
        font-size: 2rem;
    }

    #FPS-Tab__gameData {
        grid-template-columns: 1fr 1fr;
    }
    
}


/* Changes for pages 1451px and larger */

@media (min-width: 1451px) {
    
    #mega-menu .navbar-nav > li > a {
        padding: 16px 25px;
    }
    #ctl00_ContentPlaceHolder1_div_compare_Products .container {
        width: 1250px;
    }

    .algo-search-row {
        width: 25%;
    }

    #top-search-bar .container {
        width: 179%;
    }

    #top-search-bar .search-bar-btn {
      right: -347px;
    }
}

/* Changes for pages 1550px and Larger */

@media (min-width: 1550px) {
    .customNavigation.gradient-nav {
        top: 4.5% !important;
    }
}


@media (min-width: 1600px) {
    .FPS-Describe__timeSpy, .FPS-Describe__performance {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .FPS-Tab__stat {
        width: 225px;
        height: 225px;
    }

    .FPS-Tab__statsSmall {
        font-size: 2.5rem;
    }

    .FPS-Tab__statsLarge {
        font-size: 3.5rem;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

/* Changes for pages 1605px and larger */

@media (min-width: 1605px) {
    .product-category-content>.row>.col-md-7 {
        width: 730px !important;
    }
}


@media (min-width: 2200px) {
    #FPS-Tab__timeSpyContent {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 50%);
        align-items: flex-start;
        height: 100%;
    }

    #FPS-Tab__scoreBreakdown, .FPS-Tab__section:nth-last-of-type(1) {
        grid-column: span 1;
    }

    #FPS-Tab__scoreBreakdown {
        align-self: center;
    }
}

/* 
"max-width" Media Queries - Desktop First
......................................................... 
*/


/* Changes for pages 1699px and Smaller */

@media (max-width: 1699px) {
    .product-block2 {
        width: 31.2% !important;
    }
}

/* Changes for pages 1359px and Smaller */

@media (max-width: 1359px) {
    .progressbar span  {
        /* font-family: "Roboto", sans-serif;
        font-size: 13px; */
        /* font-family: 'Poppins', sans-serif; */
        /* font-family: 'Dunkin Lyons', sans-serif; */
        font-family: 'Fredoka', sans-serif;
        font-weight: 500;
        display: inline-block;
        width: 75px;
        height: 26px;
    }

    .progressbar li:nth-of-type(6) {
        top: -10px;
    }
}

/* Changes for pages 1200px and Smaller */

@media (max-width: 1200px) {
    .table-wrap table,
    .table-wrap thead,
    .table-wrap tbody,
    .table-wrap th,
    .table-wrap td,
    .table-wrap tr {
      display: block;
    }
    .table-wrap thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .table-wrap td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%!important;
      white-space: normal;
      text-align: left;
    }
    .table-wrap td:before {
      position: absolute;
      top: 8px;
      left: 15px;
      width: 45%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left;
      /* font-weight: bold; */
    }
    .table-wrap td:first-child {
      padding-top: 17px;
    }
    .table-wrap td:last-child {
      padding-bottom: 16px;
    }
    .table-wrap td:first-child:before {
      top: 17px;
    }
    .table-wrap td:before {
      content: attr(data-title);
    }
    .table tbody tr {
      border-top: 1px solid #ddd;
    }
    .table tbody tr td {
      border: none;
    }

    #return-requests .table .btn {
        width: 100%;
        max-width: 100px;
    }

    #wishlist .table img  {
        max-width: unset !important;
    }

    #wishlist .panel-heading {
        float: unset;
        padding: 0px 1px 10px 0px;
    }

    #wishlist .panel-title {
        padding-left: 0;
    }

    .progressbar span  {
        font-size: 9px;
        width: 50px;
        /* height: 26px; */
    }

    .progressbar li:nth-of-type(6) {
        top: -4px;
    }
    
    
  }


@media (max-width: 1024px) {
    .pricingdiv ul.theplan {
        margin-top: 30px;
    }
}

@media (max-width: 1019px) {

    .main-nav-right {
        display: none !important;
        position: absolute;
    }

    .find-laptop-btn {
        padding: 9px 20px;
        border-radius: 24px;
        top: 14px;
        right: 178px;
    }

    .search-bar {
        width: 74.5% !important;
    }

    #top-search-bar .search-bar-btn {
        right: unset;
        left: 71%;
    }

    .clearSearch {
        left: 65.9% !important;
    }

    .top-specials-btn {
        z-index: 13;
    }

    #mega-menu {
        z-index: 13 !important;
    }

    
}


/* Changes for pages 990px and Smaller */

@media (max-width: 990px) {
    .product-block2 {
        width: 48% !important;
    }
}


/* Changes for pages 768px and Smaller */

@media only screen and (max-width: 768px) {
    .sub-menu-head {
        color: orange;
    }
    .ic.menu {
        display: block;
    }
    header.dark .ic.menu .line {
        background-color: #fff;
    }
    header.light .ic.menu .line {
        background-color: #000;
    }
    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    .ic.menu:focus .line {
        background-color: #fff !important;
    }
    .ic.menu:focus .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ic.menu:focus .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }
    .ic.menu:focus .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0;
    }
    .ic.menu:focus {
        outline: none;
    }
    .ic.menu:focus~.ic.close {
        opacity: 1;
        z-index: 21;
        outline: none;
    }

    

    /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
    .ic.menu:hover,
    .ic.menu:focus {
        opacity: 1;
    }
    nav {
        background-color: transparent;
    }
    /* Main Menu for Handheld Devices  */
    ul.main-nav {
        z-index: 2;
        padding: 0;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 0px;
        background-color: #ffffff !important;
        height: 100%;
        overflow: auto;
        /*CSS animation applied : Slide from Right*/
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }
    .ic.menu:focus~.main-nav {
        width: 100%;
        background-color: rgba(0, 0, 0, 1);
    }
    ul.main-nav>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .ic.menu:focus~.main-nav>* {
        opacity: 1;
    }
    ul.main-nav>li>a:after {
        display: none;
    }
    ul.main-nav>li:first-child {
        border-radius: 0px;
    }
    ul.main-nav>li {
        display: block;
        border-bottom: 1px solid #444;
    }
    ul.main-nav>li>a {
        /* font-weight: 600; */
        text-align: left;
        font-size: 16px;
    }
    ul.main-nav>li ul.sub-menu-lists>li a {
        color: #eee;
        font-size: 14px;
    }
    .sub-menu-head {
        font-size: 16px;
    }
    ul.main-nav>li:hover {
        background-color: transparent;
    }
    ul.main-nav>li:hover>a {
        text-decoration: none;
        /* font-weight: 600; */
    }
    .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1;
    }
    .product-display-mobile {
        position: relative;
        margin: 0px auto;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        visibility: visible;
    }
    .sub-menu-block {
        padding: 0 30px 10px 30px;
    }
    .banners-area {
        padding-bottom: 0px;
    }
    .banners-area div {
        margin-bottom: 15px;
    }
    .banners-area {
        border-top: 1px solid #444;
    }

    .aa-dropdown-menu {
        height: 400px;
    }

    #accordion ul {
        padding-left: 15px; 
    }

    
}

@media (max-width: 808px) and (min-width: 768px) {
    #mega-menu .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
    #mega-menu .navbar-nav > li > a {
        padding: 16px 6px;
    }
}


/* Changes for pages 767px and Smaller */

@media (max-width: 767px) {
    .search2 {
        width: 90% !important;
    }
    .search2 input {
        width: 91%;
    }
    .new {
        top: -5px;
    }
    .hide-tablet {
        display: block;
    }
    .productName {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .more {
        max-height: 100%;
        overflow: auto;
    }
    .less {
        max-height: 10rem;
        overflow: hidden;
    }
    .btnMore {
        display: block;
    }
    .myresult .zoomer .img-zoom-container {
        display: none !important;
    }
    .header {
        position: relative !important;
    }
    #menu-toggle-white {
        margin-top: -110px !important;
    }
    #hide-768 {
        display: inline-block;
    }
    #special-deals {
        margin-top: 90px !important;
    }
  /*  .col-sm-12 {
        width: 100% !important;
    }*/
    .galleryContainer {
        height: 150px !important;
    }
    #Featured20 {
        padding-top: 10px !important;
    }
    .cart {
        text-align: right;
        padding: 7px 0;
        float: right;
        margin-top: 0px;
    }
    .search {
        margin: 7px 0;
        position: relative;
    }
    .logo {
        text-align: center;
        margin: 0 0px 10px 10px;
        width: 35%;
    }
    .search input {
        border: 1px solid #d9121f;
        border-right: none;
        float: left;
        height: 35px;
        padding: 10px;
    }
    .tf {
        /* font-family: "Roboto", sans-serif; */
        /* font-family: 'Poppins', sans-serif; */
        /* font-family: 'Dunkin Lyons', sans-serif; */
        font-family: 'Fredoka', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin: 0px;
        color: red;
    }
    .customNavigation .btn_next {
        border-radius: 0px 0px 0px 0px !important;
    }
    .customNavigation-btns {
        right: 10px !important;
    }
    .customNavigation .view-deals {
        font-size: 10px;
    }
    .spacing-top {
        margin-top: 10px;
    }
    .galleryContainer {
        height: 100px !important;
    }
    .container-nav {
        display: none;
    }
    #special-deals {
        margin-top: 28%;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        background-color: rgba(0, 0, 0, 0);
        border-top: 0px none;
        color: #848484;
        margin-top: 0;
    }
    #navbar {
        padding: 0 30px;
    }
    .navbar-header {
        display: block;
    }
    #index .fashion .customNavigation {
        top: -115px;
    }
    .product-hov {
        display: block;
        position: static;
        margin: 10px auto 0;
    }
    .product-hov>ul {
        background: #fff;
    }
    .search-category {
        padding: 11px 23px 11px 10px;
        font-size: 12px;
        height: 46px;
    }
    .search {
        display: inline-block;
        float: none;
        width: 88% !important;
    }
    .cart-icon2 {
        margin-top: -20px !important;
    }
    .col-md-6.search_block {
        width: auto;
    }
    .col-md-3.header-right {
        padding-left: 0;
    }
    .cart-icon {
        margin-right: 7px;
    }
    .col-md-6.search_block {
        display: inline-block;
        float: none;
        margin: 0 auto 20px;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }
    .col-md-3.header-right {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
    }
    .cart {
        float: right;
    }
    .header-right {
        margin-top: -52px;
    }
    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }
    .team>div {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    .team .img-responsive {
        width: 100%;
    }
    .team-social,
    .name>a {
        display: block;
    }
    .cms-video-bg .col-md-4 {
        text-align: center;
    }
    .cms-banner,
    .col-md-8.video {
        display: inline-block;
    }
    #blog-page-contain #left {
        margin-right: 0px;
    }
    #navbar .dropdown-menu {
        position: relative;
        float: none;
        box-shadow: none;
        border: 0 none;
        background: #f8f8f8;
    }
    .newslatter .input-group .form-control {
        margin: 0 0px 0 0 !important;
    }
    .owl-item {
        /* width: 200px !important;*/
    }

    #mega-menu ul.navbar-nav:before, #mega-menu ul.navbar-nav:after {
        display: none;
    }

    #mega-menu .carousel {
        width: 65%;
    }

    #top-search-bar .search-bar-btn {
        left: 53.5%;
        right: unset;
    }

    .search-bar {
        width: 57% !important;
    }

    .clearSearch {
        left: 48% !important;
    }

    .pageNavHeader h2 {
        font-size: 2rem;
    }

    .find-laptop-btn {
        top: 66px;
        right: 17px;
    }

}


/* Changes for pages 692px and Smaller */

@media (max-width: 692px) {
    .search2 {
        width: 90% !important;
    }
    .search2 input {
        width: 90%;
    }
}


/* Changes for pages 691px and Smaller */

@media (max-width: 691px) {
    .search2 {
        width: 88% !important;
    }
    .search2 input {
        width: 90%;
    }
}


/* Changes for pages 669px and Smaller */

@media (max-width: 669px) {
    .product-block2 {
        width: 48% !important;
    }

    /*.Description p {
        font-size: 0.9em !important;
    }*/
}


@media (max-width: 620px) {
    .clearSearch {
        left: 46.5% !important;
    }
}

/* Changes for pages 612px and Smaller */

@media (max-width: 612px) {
    .search2 {
        width: 86% !important;
    }
    .search2 input {
        width: 90%;
    }
    .product-search-block {
        width: 21.5rem;
    }
    .nav-link {
        padding: 7px 9px 3px 9px !important /*7px 5px 3px 5px !important*/;
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {

    .product-block {
        width: 97%;
        text-align: center;
    }

    .product-block .img-responsive {
        margin: auto;
    }

    .owl-carousel .owl-wrapper-outer {
        width: 112% !important;
        left: -7px; /*-25px*/
    }
}

/* Changes for pages 572px and Smaller */

@media (max-width: 572px) {

    .pageNavHeader h2 {
        width: 100%;
        display: block;
    }
}


/* Changes for pages 566px and Smaller */

@media (max-width: 566px) {
    .search2 {
        width: 85% !important;
    }
    .search2 input {
        width: 88%;
    }
}


/* Changes for pages 524px and Smaller */

@media (max-width: 524px) {
    .product-block2 {
        width: 98% !important;
    }
    .product-search-block {
        width: 21.3rem;
    }
}


/* Changes for pages 503 and smaller */

@media (max-width: 503px) {
    .newslatter .input-group .form-control,
    .newslatter .input-group .btn {
        width: 100%;
    }
    .product-search-block {
        width: 100%;
    }

    .progressbar li::before {
        width: 3.3rem !important;
        height: 3.3rem !important;
        line-height: 2.9rem !important;
    }

    .progressbar li::after {
        top: 1.6rem !important;
    }

    .progressbar span  {
        width: 40px;
        text-align: center;
    }

    .progressbar li:nth-of-type(1), .progressbar li:nth-of-type(3) {
        top: -9.5px;
    }

    .progressbar li:nth-of-type(6) {
        top: -12px;
    }

}


@media (max-width: 481px) {
    .clearSearch {
        left: 45% !important;
    }
}



/* Changes for pages 479px and Smaller */

@media (max-width: 479px) {
    .cms-banner h4 {
        font-size: 40px;
    }
    .owl-item {
        /*width: 200px !important;*/
    }
    .btn {
        line-height: 0px;
    }
    .cart {
        float: right;
        margin-top: -110px;
    }
    .search_cat {
        display: none;
    }
    .search .submit {
        position: absolute;
        right: 0;
        top: 0;
    }
    .search input {
        width: 100%;
    }
    .new-further>p {
        width: 100%;
    }
    .search input {
        border-radius: 5px;
    }
    .new-further>p::before {
        background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 4px 6px;
        content: "";
        float: right;
        font-family: "FontAwesome";
        font-size: 0;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }
    .new-further>p.active::before {
        background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 4px -64px;
    }
    .toggle-newinFurther {
        margin: 10px 0;
    }
    .new-further li {
        border-left: none;
        display: block;
        line-height: 24px;
        list-style: outside none none;
        padding: 0 10px;
    }
    .newslatter .input-group .form-control {
        /*width: 180px;*/
        width: 100%;
    }
    .accordion .btn {
        padding: 17px 10px;
    }
    .newslatter .input-group .form-control {
        height: auto;
    }
    .newslatter .input-group .form-control {
        margin: 0;
    }
    .single-post-details {
        padding: 0 20px 90px 90px;
    }
    .cart-icon2 {
        margin-top: -25px !important;
    }
    .search {
        width: 81% !important;
    }

    .customNavigation .view-deals {
        line-height: 10px !important;
    }
}


/* Changes for pages 490px and Smaller */

@media (max-width: 490px) {
    .product-custom-scroll-container {
        aspect-ratio: 9 / 37;
        overflow: hidden;
    }
}


/* Changes for pages 480px and Smaller */

@media (max-width: 480px) {
    .search2 {
        width: 84% !important;
    }
    .search2 input {
        width: 86%;
    }
}

/* Changes for pages 468px and Smaller */

@media (max-width: 468px) {
    .find-laptop-btn {
        /* top: 68px; */
        top: 59px;
    }
}


/* Changes for pages 443px and Smaller */

@media (max-width: 443px) {
    .search2 {
        width: 82% !important;
    }
    .search2 input {
        width: 83%;
    }
}


/* Changes for pages 400px and Smaller */

@media (max-width: 400px) {
    .search input {
        border-radius: 5px;
    }
    .team>div {
        width: 100%;
        float: none;
    }
    .search {
        width: 78% !important;
    }
    #special-deals {
        margin-top: 28%;
    }
    .container-nav {
        display: none;
    }
    .cart-icon2 {
        margin-top: -25px !important;
    }
}


/* Changes for pages 398px and Smaller */

@media (max-width: 398px) {
    .search2 {
        width: 80% !important;
    }
    .search2 input {
        width: 80%;
    }
}


@media (max-width: 385px) {
    .clearSearch {
        left: 43.5% !important;
    }
}


/* Changes for pages 360px and Smaller */

@media (max-width: 360px) {
    .search2 {
        width: 76% !important;
    }
    .search2 input {
        width: 75%;
    }
    .call.pull-left {
        text-align: center;
        float: none !important;
    }
    .cart-icon2 {
        margin-top: -25px !important;
    }
    .search {
        width: 74% !important;
    }
    .container-nav {
        display: none;
    }
    .about>p {
        margin: 0;
        line-height: 20px;
    }
    .galleryContainer {
        height: 80px !important;
        padding-top: 10px !important;
    }
    .user-info.pull-right {
        text-align: center;
        float: none !important;
    }
    #index .fashion .customNavigation {
        top: -75px;
    }
    .controls {
        text-align: left;
    }
    .cart .dropdown-menu {
        padding: 10px;
        width: auto;
    }
    .show-item {
        margin: 10px 0 0;
    }
    .dropdowngroup {
        margin: 0 auto;
        padding: 7px 16px;
        max-width: 1248px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        text-align: left;
        white-space: nowrap;
        white-space: nowrap;
    }
    .dropdownitem {
        color: #212121;
        background-color: white;
    }
    #special-deals {
        margin-top: 28%;
    }
    /*Responcive media end*/
    .btn-view {
        right: 80px;
        padding-top: 14px;
        padding-bottom: 14px;
        position: absolute;
    }
    #featured,
    #Featured2 {
        background: white;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    }
}


/* 
"min-width" and "max-width" Media Queries
......................................................... 
*/


/* Changes for pages between 768px and 991px */

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-8.video {
        width: 60%;
        float: left;
    }
    .galleryContainer {
        height: 150px !important;
        margin-top: 0px !important;
    }
    .cms-video-bg .col-md-4 {
        float: left;
        width: 40%;
    }
    .cms-banner {
        padding: 10px;
    }
    .cms-banner h4 {
        font-size: 27px;
    }
    .container-nav {
        display: none;
    }
    .newslatter .input-group .form-control {
        margin: 0 0 0 0;
    }
}


/*Landing Page - Deals Carasoul  (Start)*/

/*.carasoul-block {
    height: 100% !important;
    padding: 1rem;
    box-shadow: #d5d5d5 1px 1px 1px 1px;
    margin: 8px 5px !important;
}*/

.carasoul-block {
    height: 100% !important;
    padding: 1rem 0.7rem 1rem 0.7rem;
    /*box-shadow: #d5d5d5 1px 1px 1px 1px;*/
    margin: 10px 6px !important;
    border: 1px solid #d5d5d5;
}

.carasoul-block .product-name {
    height: 4rem;
    overflow: hidden;
}

.customNavigation .btn_prev {
    position: absolute;
    right: 4rem;
    border-radius: 20px 0px 0px 20px;
}

.customNavigation .btn_next {
    position: absolute;
    right: 0;
    border-radius: 0px 20px 20px 0px;
}

.customNavigation .view-deals {
    position: absolute;
    right: 8.1rem;
    padding: 1.2rem;
    color:black;
}

.customNavigation-btns {
    right: 1%;
    position: absolute;
    width: 16.3rem;
    height: 3.8rem;
}

.gradient-nav {
    height: 4rem;
    position: absolute;
    right: 2%;
    top: 4.6%;
}

.customNavigation.gradient-nav {
    height: 4rem;
    position: absolute;
    right: 2.85%;
    top: 3.85%;
}

.deal-title {
    padding: 4px 10px 4px 10px;
}

.lenovo-deals {
    background-color: #e9e9e9;
    /*background-image: linear-gradient(to right, #cecece, #f2f2f2, #dbdbdb, #eaeaea);*/
    margin-bottom: 10px;
    color: white;
    /*box-shadow: 1px 2px 1px 1px #cecece;*/
}

.msi-deals {
    background-color: #e9e9e9;
    /*background-image: linear-gradient(to right, #cecece, #f2f2f2, #dbdbdb, #eaeaea);*/
    margin-bottom: 10px;
    color: white;
    /*box-shadow: 1px 2px 1px 1px #cecece;*/
}

.dell-deals {
    background-color: #e9e9e9;
    /*background-image: linear-gradient(to right, #cecece, #f2f2f2, #dbdbdb, #eaeaea);*/
    margin-bottom: 10px;
    color: white;
    /*box-shadow: 1px 2px 1px 1px #cecece;*/
}

.asus-deals {
    background-color: #e9e9e9;
    /*background-image: linear-gradient(to right, #cecece, #f2f2f2, #dbdbdb, #eaeaea);*/
    margin-bottom: 10px;
    color: white;
    /*box-shadow: 1px 2px 1px 1px #cecece;*/
}

.hp-deals {
    background-color: #e9e9e9;
    /*background-image: linear-gradient(to right, #cecece, #f2f2f2, #dbdbdb, #eaeaea);*/
    margin-bottom: 10px;
    color: white;
    /* box-shadow: 1px 2px 1px 1px #cecece;*/
}

.deal-title h2 {
    /*text-shadow: 3px 3px 2px #c8c8c8;*/
    color: #000;
}

.special-deals2 {
    margin-bottom: 20px;
}

.owl-carousel {
    padding: 0rem 1rem 0rem 1rem;
}

.product-block:hover .product-hov {
    bottom:2%;
    /*display: block;
    padding: 1rem;
    top: 3%;
    background-color: #34343452;
    bottom: 11px;*/
}

.view-more {
    position: absolute;
    left: 3%;
    right: auto;
    top: 87%;
    background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%);
    color: white;
    border: none;
    width: 93% !important;
}

.view-more:hover {
    background-image: linear-gradient(to right, #232526 90%, #575a5c 51%, #232526 0);
    color: #fff;
    text-decoration: none;
}

.fab-backdrop {
    z-index: 100;
}

.border-gradients {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2.8px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.border-gradient-green {
    border-image-source: linear-gradient(to right, #8a877d, #f2f2f2, #dbdbdb, #cccaca);
    padding: 0.5rem;
    background-image: linear-gradient(to right, #d4d3cf, #f2f2f2, #dbdbdb, #eaeaea);
    border-radius: 5px;
}

.border-gradient-orange-coral {
    border-image-source: linear-gradient(to right, #ff9966, #ff5e62);
}

.border-gradient-subu {
    border-image-source: linear-gradient(to right, #0cebeb, #20e3b2, #29ffc6);
}

.border-gradient-crystal-clear {
    border-image-source: linear-gradient(to right, #159957, #155799);
}

.border-gradient-chityy-bang {
    border-image-source: linear-gradient(to right, #007991, #78ffd6);
}

.border-gradient-sunkist {
    border-image-source: linear-gradient(to right, #f2994a, #f2c94c);
}

.border-gradient-sun-on-the-horizon {
    border-image-source: #fceabb;  /* fallback for old browsers */
    border-image-source: -webkit-linear-gradient(to left, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
    border-image-source: linear-gradient(to left, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.border-firewatch {
    border-image-source: #cb2d3e;  /* fallback for old browsers */
    border-image-source: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  /* Chrome 10-25, Safari 5.1-6 */
    border-image-source: linear-gradient(to right, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*Landing Page - Deals Carasoul (End)*/

.fa-1-5x {
    font-size: 18px !important;
    padding-top: 3px !important;
}

.similar-slider{
    height:300px;
}

.similar-slider .item img {
    object-fit: scale-down;
    width: auto;
    height: 100% !important;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
}

.similar-slider .item {
    height: 300px;
}

.similar-slider .carousel-indicators > li {
    padding: 2px;
    width: 8px;
    height: 8px;
    background: #888080;
}

.similar-slider .carousel-indicators .active {
    background: #000000 !important;
    margin: 0px 0px 1px 0px;
}

/* Upgrade PC */
.radioList {
    color: black;
}
.radioList td {
    padding: 3px 4px 2px 4px;
    display: flex;
}
.radioList label {
    margin: 0px 0px 0px 9px;
}
.radioList input[type=radio] {
    margin: 6px 0px 0px 0px;
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.radioList label {
    background-color: white !important;
}

.content-top-10{
    margin-top:10% !important;
}

.modalPopup {
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    max-width: 500px;
    margin: 0 15px 0 0px;
    padding: 0;
    border-radius: 5px;
}

.modalPopup_panel {
    margin-bottom: 0;
}

.modalPopup_close {
    font-size: 16px;
}

.modalPopup_closeSymbol::before {
    font-size: 15px !important;
}

.modalPopup_checkBox {
    float: left; 
    display: flex; 
    align-items: start; 
    gap: 5px;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.field_icon {
    position: absolute;
    top: 0%;
    right: 0px;
    z-index: 3;
    background: #eeeeee;
    padding: 11px 26px 11px 11px;
    border-radius: 0px 2px 2px 0px;
}

.special-carasoul, .landingTiles, .carousel {
    height: fit-content;
}

.bundleRadio label {
    display: inline !important;
    margin-left: 10px;
}

.bundle-card {
    padding: 10px;
    background-color: #f7f7f7;
    box-shadow: -1px 0px 0px 2px #ede9e9;
    border-radius: 5px;
}

.bundle-price {
    font-size: 16px;
    background-color: #e7e7e7;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
}

.hide-br br {
    display: none;
}

.imgs-m-0 img {
    margin: 0 !important;
}

.display-grid {
    display: grid;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
  gap: 10px;
}

.grid-col-100 {
    grid-column: 1 / -1;
}

.grid-col-xs-15__200 {
    grid-template-columns: repeat(15, 200px);
}

.grid-col-xs-15 {
    grid-template-columns: repeat(15, 1fr);
}

.grid-col-xs-14 {
    grid-template-columns: repeat(14, 1fr);
}

.grid-col-xs-13 {
    grid-template-columns: repeat(13, 1fr);
}

.grid-col-xs-12 {
    grid-template-columns: repeat(12, 1fr);
}

.grid-col-xs-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-col-xs-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-col-xs-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-col-xs-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-col-xs-1-2 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.grid-col-xs-1-3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.grid-col-xs-2-3 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.grid-col-xs-2-4 {
    grid-column-start: 2;
    grid-column-end: 4;
}

.grid-col-xs-1-4 {
    grid-column-start: 1;
    grid-column-end: 4;
}

.grid-col-xs-3-12 {
    grid-column-start: 3;
    grid-column-end: 12;
}

.grid-col-xs-4-12 {
    grid-column-start: 4;
    grid-column-end: 12;
}

.grid-row-xs-1-2 {
    grid-row-start: 1;
    grid-row-end: 2;
}

.grid-row-xs-2-3 {
    grid-row-start: 2;
    grid-row-end: 3;
}

.grid-row-xs-1-3 {
    grid-row-start: 1;
    grid-row-end: 3;
}

.grid-col-xs-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-row-xs-350px {
    grid-template-rows: 350px;
}

.col-gap-15 {
    column-gap: 15px;
}

.col-gap-10 {
    column-gap: 10px;
}

.row-gap-5 {
    row-gap: 5px;
}

.row-gap-15 {
    row-gap: 15px;
}

.row-gap-10 {
    row-gap: 15px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

@media (min-width:768px){
    .grid-col-sm-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-col-sm-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-col-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-col-sm-1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width:992px) {
    .grid-col-md-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-col-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-col-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-col-md-1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width:1200px) {
    .grid-col-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-col-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-col-lg-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-col-lg-1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.megaBanner {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    background-color: grey;
}

.megaBanner > * {
    position: absolute;
}

.asusMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/asus-bg-mega.jpg);
    background-size: auto 100%;
    background-position: center;
}

.asusMegaBanner__logo {
    top: 6%;
    left: 6%; 
    max-width: 88%;
}

.asusMegaBanner__laptop {
    bottom: 6%;
    right: 6%;
}

.dellMegaBanner {
    background-image: url(https://www.evetech.co.za/repository/ProductImages/dell-bg-mega.jpg);
    background-size: auto 100%;
    background-position: 60% center;
}

.dellMegaBanner__logo {
    left: 6%;
    right: 6%;
    top: 6%;
    max-width: 88%;
}

.dellMegaBanner__pc {
    left: 6%;
    right: 6%;
    top: 32%;
    min-width: 427px;
    /* max-width: 90.5%; */
}

.dellMegaBanner__smallLogos {
    right: 6%;
    bottom: 6%;
    max-width: 88%;
}

.hpMegaBanner {
  background-image: url(https://www.evetech.co.za/repository/ProductImages/hp-pc-laptops-bg-mega.jpg);
  background-size: auto 100%;
  background-position: 50% center;
}

.hpMegaBanner__logo {
   top: 6%;
   left: 50%;
   transform: translate(-50%, 0);
}

.hpMegaBanner__pc {
   left: 6%;
   right: 6%;
   bottom: 30%;
   max-width: 88%;
}

.hpMegaBanner__slogan {
  bottom: 19%;
  left: 6%; 
  right: 6%;
  max-width: 88%;
}

.hpMegaBanner__smallLogos {
   left: 6%;
   right: 6%;
   bottom: 6%;
   max-width: 88%;
}

.lenovoMegaBanner {
   background-image: url(https://www.evetech.co.za/repository/ProductImages/lenovo-left-bg-mega.png), url(https://www.evetech.co.za/repository/ProductImages/lenovo-right-bg-mega.png);
   background-repeat: no-repeat;
   background-size: 89.11111111111111% auto, 109.1111111111111% auto;
   background-position: -6% 0%, -60% 100%;
   background-color: #ededed;
   border: 1px solid lightgrey;
}

.lenovoMegaBanner__logo {
   top: 6%; 
   right: 6%;
   max-width: 88%;
}

.lenovoMegaBanner__pc {
   bottom: 3%;
   left: 50%;
   transform: translate(-50%, 0);
   min-width: max-content;
   max-width: unset;
}

.msiMegaBanner {
  background-image: url(https://www.evetech.co.za/repository/ProductImages/msi-bg-mega.jpg);
  background-size: auto 100%;
  background-position: top center;
  border: 1px solid lightgrey;
}

.msiMegaBanner__waterMark {
   right: 0;
   bottom: 0;
   max-width: unset;
}

.msiMegaBanner__logo {
   left: 6%;
   top: 6%;
}

.msiMegaBanner__slogan {
   left: 6%;
   top: 23%;
   max-width: 88%;
}

.msiMegaBanner__pc {
   left: 6%;
   top: 31%;
   max-width: unset;
}

.msiMegaBanner__smallLogos {
   right: 3%;
   bottom: 3%;
   max-width: 94%;
}


.gamingMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/gaming-laptops-mega__bg-green.jpg);
    background-size: auto 100%;
    background-position: center;
}

.gamingMegaBanner__title {
   top: 6%;
   left: 6%;
   right: 6%;
   max-width: 88%;
   margin: auto;
   display: block;
}

.gamingMegaBanner__product {
   top: 60%;
   left: 50%;
   transform: translate(-50%, -60%);
   width: inherit;
   min-width: max-content;
}



.intelMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/intel-laptops-mega__bg1.jpg);
    background-size: auto 100%;
    background-position: center;
}


.intelMegaBanner__topLogo {
   top: 6%;
   left: 6%;
   right: 6%;
   max-width: 88%;
   margin: auto;
   display: block;
}

.intelMegaBanner__product {
   bottom: 17%;
   left: 6%;
   min-width: max-content;
}

.intelMegaBanner__bottomLogo {
   bottom: 6%;
   left: 6%;
   right: 6%;
   max-width: 88%;
   margin: auto;
   display: block;
}


.intelMegaBanner2 {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/intel-workstation-mega__bg.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.intelMegaBanner2__topLogo {
    top: 6%;
    left: 6%;
    right: 6%;
    max-width: 88%;
    margin: auto;
    display: block;
}

.intelMegaBanner2__product {
    bottom: 16%;
    left: 50%;
    right: 6%;
    max-width: unset;
    transform: translateX(-50%);
    height: 50%;
}


.intelMegaBanner2__bottomLogo {
     bottom: 6%;
     left: 6%;
     right: 6%;
     max-width: 88%;
     margin: auto;
     display: block;
}

.laptopsAsusMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/laptops-Asus-mega__bg.jpg);
}

.laptopsDellMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/laptops-Dell-mega__bg.jpg);
}

.laptopsLenovoMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/laptops-Lenovo-mega__bg.jpg);
}

.laptopsMSIMegaBanner {
    background-image:url(https://www.evetech.co.za/repository/ProductImages/laptops-MSI-mega__bg.jpg);
}

.bg-center {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.sticky-item {
    position: sticky;
}

.top {
    top: 0%;
}

.top-5px {
    top: 5px; 
}

.top-6 {
    top: 6%;
}

.top-13pcs {
    top: 13%;
}

.top-15pcs {
    top: 15%;
}

.top-50pcs {
    top: 50%;
}


.right {
    right: 0%;
}

.right--1px {
    right: -1px;
}

.right--6 {
    right: -6%;
}

.right--12 {
    right: -12%;
}

.right-0 {
    right: 0%;
}

.right-10px {
    right: 10px;
}

.right-6 {
    right: 6%;
}

.bottom {
    bottom: 0%;
}

.bottom-5px {
    bottom: 5px;
}

.bottom-10px {
    bottom: 10px;
}

.bottom--1px {
    bottom: -1px;
}

.bottom-6 {
    bottom: 6%;
}

.bottom-15 {
    bottom: 15%;
}

.bottom-25 {
    bottom: 25%;
}

.bottom-30 {
    bottom: 30%;
}

.bottom-50 {
    bottom: 50%;
}

.left-0 {
    left: 0;
}

.left-5px {
    left: 5px;
}

.left-10px {
    left: 10px;
}

.left-6 {
    left: 6%;
}

.left-50 {
    left: 50%;
}

.max-w-88 {
    max-width: 88%;
}

.bg-dark-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.max-w-unset {
    max-width: unset;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 40%;
}


@media (min-width: 1020px) and (max-width: 1100px) {
    #mega-menu .navbar-nav > li > a {
        padding: 13px 12px !important;
    }
}



@media (max-width: 1435px) {

  .hpMegaBanner__pc {
     left: 6%;
     right: 6%;
     bottom: 25%;
     max-width: 88%;
  }

  .hpMegaBanner__slogan {
     left: 4.5%;
     right: 7.5%;
     bottom: 17%;
     max-width: 92%;
  }

}

@media (max-width: 1300px) {

  .asusMegaBanner__laptop {
      min-width: 115%;
  }

}

@media (max-width: 1200px) {

  .asusMegaBanner__laptop {
      min-width: 350px;
  }

  .hpMegaBanner__pc {
     bottom: 30%;
  }

  .hpMegaBanner__slogan {
     left: 6%;
     right: 6%;
     max-width: 88%;
  }

}



@media (max-width: 1145px) {
   .lenovoMegaBanner__logo {
      top: 22.5%;
      right: unset;
      left: 50%;
      transform: translate(-50%, 0);
   }

   .lenovoMegaBanner__pc {
      bottom: 6%;
      left: 52.5%;
   }
  
}

@media (max-width: 1056px) {
   .msiMegaBanner__waterMark {
      width: auto;
      height: 90%;
   }
}

@media (max-width: 1019px) {
    .megaBanner {
        display: none;
    }

}

@media (min-width: 1020px) {

  .dropdown .dropdown-menu, .dropdown-menu li {
    display: flex;
  }

}

.left {
    float: left;
}
.symbo{
    cursor:pointer;
}





/* Autocomplete (Search bar) */

  .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Hits-item, .ais-Results-item {
	border: 1px solid #e1e1e1;
    margin-top: unset !important;
    margin-left: unset !important;
}


  .ais-SearchBox-form {
      height: 37px !important;
      border-radius: calc(37px / 2);
  }

  .ais-SearchBox-form::before {
      height: 1.5rem;
      margin-top: -0.7rem;
      width: 1.5rem;
  }

  .ais-SearchBox-input {
      padding-left: 3.5rem;
      font-size: 12px;
      height: 100%;
      border-radius: 20px !important;
  }

  .ais-Hits-item, .ais-InfiniteHits-item {
      font-size: 12px !important;
      line-height: 1.75rem !important;
      border-radius: 8px !important;
      box-shadow: 0 0 0 1px rgba(35,38,59,.05),0 1px 3px 0 rgba(35,38,59,.15) !important;
  }

    .ais-SearchBox-reset {
        right: 15px !important;
    }


    .ais-ClearRefinements-button {
        padding: .3rem 0rem !important;
        color: grey !important;
        text-align: left;
        background-color: transparent !important;
        outline: none !important;
        margin-top: 7px !important;
        margin-bottom: 11px !important;
    }

    .ais-ClearRefinements-button:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(https://www.evetech.co.za/repository/ProductImages/refresh-dark.png);
        background-size: 100% auto;
    }

    .ais-ClearRefinements {
        padding: 0 !important;
    }

    aside .facet-title {
        margin: 20px 0 10px 0 !important;
        color: #020202;
        background-color: transparent !important;
        text-align: left !important;
        border-bottom: 1px lightgrey solid;
        display: block;
        font-size: 1.384615384615385em !important; /* 18px */
    }


    

    
    

    aside .facet-title:nth-of-type(1) {
        margin: 0px 0 10px 0 !important;
    }

    aside .facet-wrapper {
        border-bottom: unset !important;
    }

    .facet-wrapper .ais-RefinementList-count:before {
        content: "(";
        display: block;
    }

    .facet-wrapper .ais-RefinementList-count:after {
        content: ")";
        display: block;
    }

    .ais-RangeSlider .rheostat-handle {
        background-color: #495588 !important;
        background-image: unset !important;
        box-shadow: unset !important;
        height: 24px;
        /* margin-left: -6px;
        top: -11px; */
        width: 24px !important;
        border-radius: 24px !important;
        border: unset !important;
    }

    .ais-RangeSlider .rheostat-handle::after, .ais-RangeSlider .rheostat-handle::before {
        display: none !important;
    }

    .ais-RangeSlider .rheostat-tooltip {
        font-weight: unset !important;
    }

    .ais-RangeSlider .rheostat-tooltip:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 25px;
        bottom: -25px;
        background-color: lightgrey;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .ais-RangeSlider .rheostat {
        margin-bottom: 0px !important;
    }

    .rheostat-tooltip {
        top: -32px !important;
        background-color: #495588 !important;
        border-radius: 28px !important;
        padding: 0px 10px !important;
        color: #c5d0ff !important;
    }

    .ais-PoweredBy-text, .ais-Stats-text, .rheostat-tooltip, .rheostat-value {
        font-size: 12px !important;
    }

    .ais-RangeSlider .rheostat-marker {
        background-color: #c8c8c8 !important;
        margin-top: 5px;
    }

    .ais-RangeSlider .rheostat-background {
        /* position: relative; */
        background-color: #d3d3d3 !important;
        border: unset !important;
    }

  #productsSearch .ais-Hits-item, #productsSearch .ais-InfiniteHits-item, #products .ais-Hits-item, #products .ais-InfiniteHits-item {
    background: transparent;
  }

  #productsSearch .ais-Hits-item .row, #productsSearch .ais-InfiniteHits-item .row, #products .ais-Hits-item .row, #products .ais-InfiniteHits-item .row {
    background: white;
  }

  .hover-blueBorder:hover {
      border: 1px solid blue;
  }

  li.ais-Hits-item:hover {
      transform: unset !important;
      cursor: pointer;
  }

  .result__IsTag {
      border-radius: 5px;
      width: 4em;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 1.2;
      position: absolute;
      top: 15px;
      right: 15px;
  }

  .result__IsSpecial {
      background-color: red;
  }

  .Special {
      display: block !important;
  }

  .temp-hide {
      display: none;
  }

  .hit {
      position: relative;
  }

  .lightgrey-border {
      border: 1px solid lightgrey;
  }

  .facet-wrapper label {
      font-weight: normal !important;
  }

  .ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count {
	/* padding: .1rem .4rem; */
	/* font-size: .8rem; */
	/* color: #3a4570; */
	background-color: unset !important;
	/* border-radius: 8px; */
	font-weight: lighter !important;
    border: unset !important;
}

.ais-GeoSearch-input, .ais-RefinementList-checkbox {
	/* -webkit-appearance: none; */
	/* -moz-appearance: none; */
	/* appearance: none; */
	/* background-color: #fff; */
	/* background-position: 50%; */
	/* background-size: 180%; */
	/* border: 1px solid currentcolor; */
	/* border-radius: 3px; */
	/* box-shadow: inset 0 1px 4px 0 rgba(119,122,175,.4); */
	/* color: #d6d6e7; */
	/* cursor: inherit; */
	height: 20px !important;
	/* margin: 0 .5rem 0 0; */
	min-width: 20px !important;
	margin-right: 10px !important;
}

.ais-CurrentRefinements-reset, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-InfiniteResults-loadMore, .ais-Menu-showMore, .ais-RefinementList-showMore {
	padding: 0 !important;
	font-size: 12px !important;
	color: #507ff0 !important;
	margin-left: 0 !important;
	border-radius: unset !important;
	transition: unset !important;
	outline: none;
	background-color: transparent !important;
	font-weight: lighter !important;
	height: unset !important;
	margin-top: 5px !important;
	border: unset !important;
}

.faccet-wrapper .ais-RefinementList-showMore {
    height: unset !important;
}
  

  [class^="ais-"] {
      font-size: unset !important;
  }

  #stats {
    font-size: 1.230769230769231em !important; /* 16px */
}

  .selectize-dropdown {
	position: absolute !important;
	top: unset !important;
	right: unset !important;
	height: auto !important;
	margin-bottom: 0px !important;
	border: none !important;
	box-shadow: unset !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: unset !important;
	overflow: auto;
	scrollbar-width: none;
	margin-top: 10px !important;
	width: 100% !important;
	border-radius: 20px !important;
}

  .selectize-dropdown:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(261deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(261deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(261deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 12;
    pointer-events: none;
}

  .selectize-dropdown::-webkit-scrollbar {
    width: 0em;
  }

  .no-scrollbar {
    scrollbar-width: none;
  }

  .no-scrollbar::-webkit-scrollbar {
    width: 0em;
    display: none;
}

  /* display-grid gap-10 grid-col-lg-4 grid-col-md-3 grid-col-sm-2 grid-col-xs-1 */

  .btn-query {
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    height: 32px;
    border: 1px solid #46b8da;
    color: black;
    line-height: 16px;
}

.btn-query .ais-Highlight-highlighted {
    color: black !important;
    background-color: #46b8da !important;
    text-decoration: underline;
}

.btn-query.active .ais-Highlight-highlighted {
    color: white !important;
}

  .btn-query:hover {
      background-color: white !important;
      color: black !important;
  }

  .btn-query.active {
    color: black !important;
    background-color: #46b8da !important;
  }

  .btn-query.active:hover {
    color: white !important;
    background-color: grey !important;
    cursor: pointer !important;
    line-height: 16px !important;
  }

  .btn-query.selected {
    color: black !important;
    background-color: white !important;
  }

  .btn-query .truncate {
      height: 18px;
  }

  .btn-query mark {
	background-color: rgba(222, 222, 222, 0.4);
	color: black;
    text-decoration: underline;
    border-bottom: 1px solid black;
}

.btn-query.active mark {
    background-color: rgba(222, 222, 222, 0.4);
    text-decoration: underline;
    border-bottom: 1px solid black;
}
  


  .bg-pink-rainbow {
    background: linear-gradient( 170deg, #f79533, #f37055, #ef4e7b);
  }
  
  .bg-blue-rainbow {
    background: linear-gradient( 170deg, #33f7e5, #5594f3, #4e78ef);
}

.rainbow-bg {
    background: linear-gradient( 180deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
}

  

  ._1-5rem {
      font-size: 1.5rem;
  } 

  ._2-5rem {
      font-size: 2.5rem;
  } 

  .selectize-dropdown-content {
      max-height: unset !important;
  }

  .lightgrey-border-bottom {
      border-bottom: 1px solid lightgrey;
  }

  .ais-Hits-item:first-of-type, .ais-InfiniteHits-item:first-of-type {
      border-radius: 8px !important;
  }

  .ais-Hits-item:last-of-type, .ais-InfiniteHits-item:last-of-type {
      border-radius: 8px !important;
  }

  .w100 {
      width: 100%;
  }

  .w100vw {
      width: 100%;
  }

  

  

.w70_nb {
width: 70% !important;
}

.w100_nb {
width: 100% !important;
}

.h100 {
    height: 100%;
}

  

.white-text {
    color: white;
}

.opacity-0 {
    opacity: 0;
}

.opacity-0_nb {
    opacity: 0 !important;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}


.opacity-30_nb {
    opacity: 0.3 !important;
}


.opacity-50 {
    opacity: 0.5;
}

.opacity-50_nb {
    opacity: 0.5 !important;
}

.opacity-100 {
    opacity: 1.0;
}

.opacity-100_nb {
opacity: 1.0 !important;
}

  .absolute-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .relative {
      position: relative;
  }

  .truncate {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
  }

  .hover-opacity-10:hover {
      opacity: 0.1;
  }

  .hover-opacity-05:hover {
      opacity: 0.05;
  }

  .hover-ps-20:hover {
      padding-left: 20px !important;
  }

  .ease-in-out-250ms {
      transition: 250ms ease-in-out;
  }

  .ease-in-out-300ms {
    transition: 300ms ease-in-out;
  }

  .ease-out-250ms {
      transition: 250ms ease-out;
  }
  .ease-100ms {
      transition: 100ms ease;
  }

  

#autocomplete {
    height: 41.9px;
    width: 100%;
}

  #autocomplete-results {
    padding-top: 61px;
  }

  .selectize-input {
      border-radius: 20px !important;
  }

  .selectize-control.single .selectize-input::after {
    display: none !important;
  }

  .relative {
    position: relative;
  }

  .absolute {
    position: absolute;
  }

.font-10 {
    font-size: 10px;
}

.font-15_before:before {
    font-size: 15px;
}

.font-15_before_nb:before {
    font-size: 15px !important;
}

.font-18 {
    font-size: 18px;
}

/* 16/13 = "font size" (body font) */
.font-16__em {
    font-size: 1.230769230769231em;
}

.font-18__em {
    font-size: 1.384615384615385em;
}

  .font-21 {
    font-size: 21px;
  }

  





  

  .autoErase {
    top: 17px;
    /* right: 52px; */
    right: calc(44% + 30px);
    z-index: 1;
    color: red;
}

  .hover-unclickable {
    cursor: not-allowed !important;
  }

  .hover-unclickable-btn:hover {
    background-color: grey;
  }

  .Not.Special .hit-special {
    opacity: 0;
  }

  .Special .hit-special {
    opacity: 1;
  }

  .Special.border .hit-special {
      display: block;
  }

  .hover-scale-1_01:hover {
    transform: scale(1.01);
}

.hover-scale-1_05:hover {
    transform: scale(1.05);
}

  .hover-scale-1_1:hover {
      transform: scale(1.1);
  }

  /* .border.Special {
    border: 1px rgba(0, 0, 0, 0) solid !important;
    --specialBorderWidth: 2px;
    position: relative;
    border-radius: var(--specialBorderWidth);
    padding: 3px 2px 2px 2px;
    background: linear-gradient( 180deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82) !important;
    animation: animatedgradient 3s ease alternate infinite !important;
    background-size: 300% 300% !important;
  }

  .border.Special:hover {
      background: #ef4e7b !important;
  } */

  

  .border.Special .row {
      border-radius: 3px;
  }

  .border.Not.Special:after {
    display: none;
}

  /* .border.Not.Special {
      border: 1px solid white !important;
      --specialBorderWidth: unset !important;
    border-radius: unset !important;
    padding: 0px !important;
    background: white !important;
  }

  .border.Not.Special:hover {
    border: 1px solid #ef4e7b !important;
}

.border.Not.Special .row {
    border-radius: 0 !important;
} */



  .btn-danger-outline {
    border: red 1px solid;
    color: red;
    box-sizing: border-box;
  }

  .btn-danger-outline-light:hover {
    border: black 1px solid;
    color: black;
  }

  .btn-danger-outline-dark:hover {
    border: white 1px solid;
    color: white;
  }


  .selectize-input {
    padding: 8px 8px 8px 40px !important;
    color: lightgrey;
  }

  .selectize-dropdown, .selectize-input, .selectize-input input {
	color: #474747 !important;
	font-family: inherit;
	font-size: 15px !important;
	/* -webkit-font-smoothing: inherit; */
}

  .rounded-3 {
    border-radius: 3px !important;
  }

  .grey-text {
    color: grey;
  }

  .h44px {
    height: 44px;
  }

  .inline-flex-center-y {
    display: inline-flex;
    align-items: center;
  }

  .flex-center-y {
    display: flex;
    align-items: center;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-end {
    justify-content: flex-end;
  }

  .ms-auto {
    margin-left: auto;
  }

  .me-10 {
    margin-right: 10px;
  }

  .me-15 {
    margin-right: 15px;
  }
  
  .ais-Pagination-list {
    justify-content: unset !important;
  }

  .ais-ClearRefinements-button, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-Menu-showMore, .ais-Pagination-link, .ais-RangeInput-submit, .ais-RefinementList-showMore, .ais-VoiceSearch-button {
    height: unset !important;
  }

  .lightgrey-bg {
    background-color: lightgrey;
  }

  .lightgrey-bg-2 {
      background-color: #e8e8e8;
  }

  .ais-Pagination-item--selected .ais-Pagination-link {
    background-image: unset;

  }

  .order-1 {
      order: 1;
  }

  .order-2 {
      order: 2;
  }

  .order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.current-filter {
    color: #333;
    display: flex;
    align-items: center;
    padding: 2px 9px 0px 0px;
    font-weight: lighter;
    font-size: 14px;
}

.ais-CurrentRefinements-item {
    /* margin-right: .3rem; */
    /* margin-top: .3rem; */
    padding: .3rem .9rem !important;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* background-color: #495588; */
    border-radius: 15px !important;
}

#productsSearch .ais-Hits-item, #products .ais-Hits-item {
    transition: 250ms ease-in-out;
  }

#productsSearch .ais-Hits-item:hover, #products .ais-Hits-item:hover {
    transform: scale(1.05) !important;
}




  @media (min-width: 992px) {

    .w-6em-md {
        width: 6em;
    }
  }

  @media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333% !important;
    }
    .col-lg-3 {
        width: 25% !important;
    }

    .width-unset-lg {
        width: unset !important;
    }

    .height-unset-lg {
        height: unset !important;
    }

    .w-4em-lg {
        width: 4em;
    }

    .text-center-lg {
        text-align: center;
    }

    .left-lg-unset {
        left: unset;
    }

    .show-lg {
        display: block;
    }

    .hide-lg {
        display: none;
    }

    .float-lg-right {
        float: right;
    }

    .float-lg-right_nb {
        float: right !important;
    }

    .float-lg-left {
        float: left;
    }

    .float-lg-left_nb {
        float: left !important;
    }

    .align-content-lg-unset {
        align-content: unset;
    }

    .align-items-lg-unset {
        align-items: unset;
    }

    .gap-lg-30 {
        gap: 30px;
    }

    .hoverChild-lg_showText .text {
        display: inline-flex;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .hoverChild-lg_showText:hover .text {
        width: auto;
        height: auto;
        opacity: 1;
    }

    .opacity-lg-100 {
        opacity: 1;
    }

  }


  @media (min-width: 1920px) {

    .font-18__em__1920min {
        font-size: 1.384615384615385em;
    }

    .pt-xl-2 {
        padding-top: 2px;
    }

    .pt-xl-3 {
        padding-top: 3px;
    }

    .px-xl-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pe-xl-30, .pr-xl-30 {
        padding-right: 30px;
    }

    .ps-xl-30, .pl-xl-30 {
        padding-left: 30px;
    }

    .px-xl-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
  }


  @media (min-width: 2000px) {

    .FPS-Describe__content {
        display: grid;
        grid-template-columns: 20% 1fr;
    }

    .FPS-Describe__gameStats {
        grid-template-columns: min-content auto;
        padding-top: 0;
    }

    #FPS-LaptopDescribe__BottomGames {
        grid-column: unset;
        height: 100%;
    }

    .FPS-LaptopDescribe__Game > img {
        height: 125px;
    }

    .FPS-Describe__stat {
        width: 250px;
        height: 250px;
    }

    .FPS-Describe__largeNumber {
        font-size: 5rem;
        line-height: unset;
    }

    .FPS-Describe__performance {
        padding-left: 45px;
        padding-right: 40px;
    }

    #FPS-LaptopDescribe__Scroll {
        overflow: auto;
        scrollbar-width: none;
        cursor: grab;
        max-width: calc(1500rem / 16);
    }

    .GAMEBAR__scoreBreakdown {
        width: max-content;
    }
  }


  .selectize-dropdown-content {
      display: grid;
      grid-template-columns: repeat(12, min-content);
      gap: 10px;
      width: max-content;
  }

  .selectize-input, .selectize-control.single .selectize-input.input-active {
	background: #ddd !important;
}

.selectize-input {
    border: unset !important;
	border-bottom: 1px solid #d0d0d0;
}

.lightseagreen {
    color: lightseagreen;
}

.white-border {
    border: white 1px solid;
}



.min-w-content_nb {
    width: min-content !important;
}

.ais-ClearRefinements-button, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-Menu-showMore, .ais-Pagination-link, .ais-RangeInput-submit, .ais-RefinementList-showMore, .ais-VoiceSearch-button {
	border: 1px solid lightsteelblue;
    padding: 10px 1.5rem;
}

.ais-Pagination-item:first-child>.ais-Pagination-link {
    border-radius: 8px 0 0 8px;
}

.rounded-top-left-8 {
    border-top-left-radius: 8px;
}

.rounded-bottom-right-8 {
    border-bottom-right-radius: 3px;
}



.line-h-1em {
    line-height: 1em;
}

.line-h-1_3em {
    line-height: 1.3em;
}

.h-2 {
    height: 2px;
}

.h-1em {
    height: 1em;
}

.h-2_6em {
    height: 2.6em;
}

.min-w-100 {
    min-width: 100%;
}

.min-w-100vw {
    min-width: 100vw;
}

.min-h-100 {
    min-height: 100%;
}


.hit .ais-Highlight-highlighted, .ais-Snippet-highlighted {
    background-color: rgb(255 255 255 / 0%) !important;
    color: #0a0a0a !important;
    /* text-shadow: 1px 1px #ffffff8f !important; */
    text-decoration: underline;
}


.fst:hover {
    transform: scale(1.015);
}

#flix-minisite {
    /*position: absolute;
    right: 0;
    top: -5.5rem;*/
    max-height: 7rem;
}

/* FPS Card Styles */
:root {
    --greyBG-5: #f5f5f5;
    --greyBG-6: #e8e8e8;
    --grey-1: #f4f4f4;
    --grey-2: #f7f5f5;
    --grey-3: #282828;
    --grey-4: #D6D6D6;
    --grey-5: #f5f5f5;
    --grey-6: #e8e8e8;
    --grey-7: #707070;
    --grey-8: #E4E4E4;
    --grey-9: #B1B1B1;
    --blue-1: #0076C5;
    --orange-1: #FF7500;
    --green-1: #02b920;
    --shadow: 0 0 0 1px rgba(35,38,59,.05), 0 1px 3px 0 rgba(35,38,59,.15);
}

.w-50 {
    width: 50%;
}

.griddy {
    display: grid;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-10_nb {
    opacity: 0.1 !important;
}

.xs {
    padding: var(--p);
    margin: var(--m);
    grid-template-columns: repeat( var(--cols), var(--colsW) );
    grid-template-columns: repeat( var(--columns), 1fr);
    width: var(--w);
    height: var(--h);
    column-gap: var(--gapX);
    grid-column: var(--col);
    background-color: var(--bgColor);
    border-radius: var(--br);
}

.red-border {
    border: red 1px solid !important;
}

.child_lightgrey-border > * {
    border: lightgrey 1px solid;
}

.child_p-5 > * {
    padding: 5px;
}

.child_font-11 > * {
    font-size: 11px;
}

.overflow-scroll {
    overflow: hidden;
}

.lineHeight_initial {
    line-height: initial;
}

.justify-content-center {
    justify-content: center;
}

.GAMEBAR__score2 {
    line-height: initial;
    padding: 10px;
    display: grid;
    background-color: var(--blackBG-05);
    grid-template-columns: repeat(3, 1fr);
}

.radioList__gridLabel {
    grid-template-columns: 70px 1fr;
}

.customize-fps {
    display: flex;
    gap: 5px;
}

.FPS-reveal {
    max-width: 35px;
}

.pcCardGrid__parent {
    height: 100%;
    border-radius: 8px;
    transition: all 250ms ease-in-out;
    padding: 0 10px !important;
    margin: 1px;
    text-align: center;
}

.pcCardGrid {
    display: grid !important;
    grid-template-rows: repeat(3, auto) 65px auto 60px;
    gap: 5px;
}

.aaa_CardGrid {
    display: grid !important;
    grid-template-rows: repeat(4, auto) 60px;
}

.PC__prodHighlights {
    height: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 10px;
    margin-bottom: 10px;
}

.PC__price {
    line-height: initial;
}

.PC__cardPoint {
    display: grid;
    grid-template-columns: 4px 1fr;
    gap: 5px;
}

.PC__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.PC__FPSBar {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    height: 60px;
    background-color: var(--greyBG-5);
    border-radius: 0 0 8px 8px;
    border-top: 5px solid var(--greyBG-6);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    line-height: initial;
    font-size: 10px;
    text-align: center;
}

.FPSBar__section {
    display: grid;
    grid-template-rows: 23px 1fr;
    align-items: center;
}

.FPSBar__heading {
    background-color: white;
    border-radius: 0 0 4px 4px;
    padding: 1px;
    box-shadow: var(--shadow);
    height: 100%;
    display: grid;
    align-items: center;
    font-weight: 500;
    color: var(--blue-1);
}

.FPSBar__content {
    padding: 0 3px;
}

.PC__quickSelect {
    height: 100%;
    border-radius: 0 0 0 4px;
    position: relative;
}

.PC__quick {
    height: 60px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.PC__quickIMG {
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset !important;
    height: 100%;
    width: 100%;
}

.PC__FPS-Card {
    display: grid;
    /*position: absolute;
    width: calc(98% - 7px);*/
    height: 100%;
    border-radius: 2px;
    background-color: white;
   /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    grid-template-rows: 1fr auto;
    line-height: initial;
}

.FPS-Card__footer {
    background-color: var(--grey-5);
    color: var(--grey-7);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    font-size: 10px;
    padding: 5px;
}

.FPS-Card__content {
    padding: 5px;
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-rows: 347px 220px;
}

.FPS-Card__closeSection {
    height: 1px;
}

.FPS-Card__close {
    display: block;
    width: 18px;
    color: red;
    margin-left: auto;
}

.FPS-Card__closeSymbol::before {
    font-size: 20px !important;
}

.FPS-Card__gameTitle {
    color: red;
}

.FPS-Card__heading {
    line-height: initial;
    text-align: center;
    font-size: 1.6rem;
}

.FPS-Card__subHeading {
    line-height: initial;
    color: var(--grey-7);
    font-size: 12px;
    display: none;
}

.FPS-Card__standard {
    display: none;
    gap: 5px;
    grid-template-columns: 25px 1fr;
    font-size: 10px;
}

.FPS-Card__mainImage {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.FPS-Card__gameImage {
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset !important;
    height: 100%;
    width: 100%;
}

.FPS-Card__3DMARK {
    max-width: 75px;
}

.FPS-Card__stat {
    border-radius: 50%;
    box-shadow: var(--shadow);
    background-color: white;
    padding: 4px;
    width: 18rem;
    height: 18rem;
    margin: auto;
    line-height: initial;
}

.FPS-Card__stat h3 {
    line-height: initial;
    font-size: 3rem;
    margin-top: -2px;
    margin-bottom: -2px;
}

.FPS-Card__stat h4 {
    line-height: initial;
    font-size: 2rem;
    margin-top: -2px;
    margin-bottom: -2px;
    color:black;
}

.FPS-Card__stat p {
    line-height: initial;
    font-size: 2rem;
}

.PC__FPS-Card svg {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}

    .PC__FPS-Card svg circle {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: #f0f0f0;
        stroke-width: 5px;
        stroke-linecap: round;
    }

        .PC__FPS-Card svg circle:last-of-type {
            stroke-dasharray: 297.6190476190476%;
            stroke-dashoffset: calc(297.6190476190476% - (297.6190476190476% * var(--percent)) / 100);
            stroke: var(--main-color,#3498db);
        }

.FPS-Card__stats {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.FPS-Card__scoreBreakdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--grey-5);
    padding: 2px;
    font-size: 1.4rem;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.FPS-Card__score {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
}

.FPS-Card__scoreOutput {
    font-weight: 600;
}

.FPS-Card__timespy {
    background-color: var(--grey-8);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 1.4rem;
}

.FPS-Card__timespyContent {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
}


.FPS-Card__timespyLink {
    color: var(--blue-1);
}


#FPS-Card__statusBar {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    border-radius: 0 0 4px 4px;
    display: grid;
    grid-auto-flow: column;
    overflow: hidden;
}

.FPS-Card__status {
    padding: 2px;
    margin-right: 1px;
    margin-left: 1px;
}

    .FPS-Card__status[data-state="on"] {
        background-color: var(--green-1);
    }

    .FPS-Card__status[data-state="off"] {
        background-color: var(--orange-1);
    }

.FPS-Card__gameSelect {
    display: grid;
    height: 100%;
    gap: 5px;
    grid-template-columns: 15px 1fr 15px;
    align-self: center;
}

.FPS-Card__selectArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.FPS-Card__gameList {
    display: grid;
    gap: 10px;
    border-radius: 4px;
    grid-auto-flow: column;
    grid-auto-columns: 30%;
    height: 100%;
}

.FPS-Card__game {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
}

.quickSelect__toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-radius: 0 0 0 4px;
    overflow: hidden;
    z-index: 1;
}

.quickSelect__selected {
    opacity: 1;
    transition: all 250ms ease-in-out;
    border-radius: 0 0 0 4px;
    overflow: hidden;
}

.quickSelect__toggle:hover + .quickSelect__options .quickSelect__selected {
    opacity: 0.3;
}

.quickSelect__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    color: white;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 0 0 0 4px;
    overflow: hidden;
}

.quickSelect__arrowSymbol {
    margin-top: -2.5px;
}

.quickSelect__options {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 0 4px;
    transition: all 250ms ease-in-out;
    background-color: black;
}



.quickSelect__games {
    display: none;
    border-radius: 0 4px 0 0;
    border-top: 5px solid var(--greyBG-5);
    border-right: 5px solid var(--greyBG-5);
    width: calc(100% + 5px);
    box-shadow: var(--shadow);
    background-color: black;
}


    .quickSelect__games > * {
        opacity: 0.5;
        transition: all 250ms ease-in-out;
    }

        .quickSelect__games > *:hover {
            opacity: 1;
        }


#timeSpy__modalScore {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: initial;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}



.timeSpyOverallScore {
    font-weight: 500;
    color: black;
}

#timeSpy__scoreText {
    font-size: 24px;
}

#timeSpy__scoreText2 {
    font-size: 18px;
}

.aaa__scoreBreakdown {
    display: none;
}

.timeSpy__heading {
    font-size: 10px;
}





.justify-end {
    justify-content: end;
}

.FPS-Card__topSection {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    height: 100%;
}

.FPS-Card__LeftSection {
    display: grid;
    grid-template-rows: minmax(100%,1fr);
    height: 100%;
}

.FPS-Card__RightSection {
    display: grid;
    align-items: center;
    grid-template-rows: repeat(2,auto) 1fr repeat(3,auto);
    height: 100%;
}

.h-65{
    height:65%;
}

.FPS-Pills {
    padding: 4px 12px;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 25px;
}

.FPS-Pills:hover {
    background-color: white;
    color: black;
}

/*.FPS-Pills:first-child {
    border-radius: 25px 0px 0px 25px;
}

.FPS-Pills:last-child {
    border-radius: 0px 25px 25px 0px;
}*/

.FPS-Card__pillsSection {
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 3px;
    justify-content: center;
}

.FPS-Card__pillsSection > .active {
    color: black;
    border: 1px solid black !important;
    font-weight: 600;
}

@media only screen and (max-width: 992px)
{
    .FPS-Card__stat {
        width: 15rem;
        height: 15rem;
    }

}
/* FPS Card Styles */