body {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
	margin-top:50px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#main {
    width: 100%;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}
ul.list-reviews {
    padding-left: 0px;
}

#main #fullwidth {
    padding: 0px 15px;
    width: 100%;
    margin: 0px auto;
    max-width: 1280px;
    width: 100%;
    color: #333;
    background-color: transparent;
}

#main #fullwidth.fullContentPage {
    max-width: 100%;
    padding: 0px;
}

#breadcumb {
    margin: 0px auto !important;
    position: initial !important;
    width: 995px !important;
}

#breadcumb {
    padding: 0;
    list-style: none;
    background: rgba(0,0,0,0.7);
    width: 995px;
    margin: 0;
    display: none !important;
}

#breadcumb li {
    display: inline-block;
    color: #a7a7a7;
    position: relative;
}

#breadcumb li:before, #breadcumb li:after {
    border-right: 1px solid #FFF;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: 50%;
    width: 0;
}

#breadcumb li:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#breadcumb li:last-child:before, #breadcumb li:last-child:after {
    border: 0;
}

#breadcumb li a {
    color: #a7a7a7;
    text-decoration: none;
    font-size: 9pt;
    padding: 3px 15px 3px 10px;
    display: block;
}

#breadcumb li a:hover {
    color: #fff;
}

#breadcumb li.home a {
    background: url(../img/home-icon.png) 0 6px no-repeat;
    padding: 4px 16px;
}

#breadcumb li.home:hover a {
    background: url(../img/home-icon.png) 0 -26px no-repeat;
}

.container {
    max-width: 1280px;
    width: 100%;
}

/* Header Section */
header {
    min-height: inherit !important;
}

.topHeader {
    color: #FFF;
    padding: 0px;
    background-color: #313131;
    position: relative;
    transition: all ease-in-out 0.5s;
	z-index: 1000;
}

.topHeader:after, .topHeader:before {
    clear: both;
    content: "";
    display: block;
}

#mainMenu ul li .submenu li {
    width: 100%;
}

#subnav ul li:last-child a {
    padding-right: 0px;
}

.dropdown-menu {
    border-radius: 0px;
    border: none;
    background-color: transparent;
    width: 100%;
    min-width: 100%;
}

#mainMenu ul li:hover .submenu, #mainMenu ul li li:hover.subchild ul.submenu {
    padding-top: 1px;
}

#main {
    /*width: 985px;*/
    margin: 0 auto;
}

header {
    /*min-height: 124px;*/
}

.white {
    color: #000;
}

#logo {
    z-index: 1;
    height: 38px;
    line-height: 0px;
    float: left;
    position: relative;
    margin: 0px;
    display: inline-block;
    margin: 0px 35px 0 0;
    padding-top: 8px;
}

#logo .tm {
    position: absolute;
    right: 0;
    top: -2px;
    color: #fff;
    font-size: 8pt;
    text-shadow: 1px 1px #000;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

#logo a:hover {
    text-decoration: none;
}

.logo {
    z-index: -1;
    width: 38px;
    height: auto;
    max-width: 100%;
    position: relative;
}

header section {
    float: right;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 9.5pt;
    text-align: right;
    clear: right;
    min-width: 260px;
}

.bottomSubNav p {
    display: inline-block;
    padding: 10px 5px 0 0;
    text-shadow: none;
}

.bottomSubNav a {
    color: #006fb7 !important;
    text-decoration: underline !important;
}

.bottomSubNav a:hover {
    color: #139aea !important;
}

.topSubNav {
    padding-top: 31px;
    line-height: 18px;
    text-shadow: none;
    min-width: 500px;
}

header section p {
    margin: 0px;
    padding-bottom: 0px;
}

header section a {
    color: #d0d0d0;
    text-decoration: none;
}

header section a:hover {
    color: #fff;
    text-decoration: none;
}

.topSubNav .offline, .topSubNav .online {
    color: #d0d0d0;
    display: inline-block;
    background: url(../img/utilitynav.png) no-repeat 11px 0;
    padding: 0 10px 0 34px;
}

.topSubNav .offline:hover, .topSubNav .online:hover {
    color: #fff;
}

.topSubNav .offline {
    background-position: -157px 0;
}

.topSubNav .phone:hover {
    background-position: -157px -68px;
    color: #fff;
}

.topSubNav .account:hover {
    background-position: -157px -135px;
    color: #fff;
}



.topSubNav .phone {
    display: inline-block;
    border-left: 1px solid rgba(207,207,207,0.7);
    background: url(../img/utilitynav.png) no-repeat 11px -68px;
    color: #d0d0d0;
    padding: 0 12px 0 34px;
}

.topSubNav .account {
    display: inline-block;
    border-left: 1px solid rgba(207,207,207,0.7);
    background: url(../img/utilitynav.png) no-repeat 11px -135px;
    color: #d0d0d0;
    padding: 0 12px 0 34px;
}

.topSubNav .cartEmpty {
    display: inline-block;
    border-left: 1px solid rgba(207,207,207,0.7);
    background: url(../img/utilitynav.png) no-repeat 11px -203px;
    color: #d0d0d0;
    padding: 0 0 0 34px;
}

.topSubNav .cartEmpty:hover {
    background-position: -157px -203px;
    color: #fff;
}

.topSubNav .cartFull {
    display: inline-block;
    border-left: 1px solid rgba(207,207,207,0.7);
    background: url(../img/utilitynav.png) no-repeat -157px -258px;
    color: #d0d0d0;
    padding: 0 0 0 34px;
}

.topSubNav .cartFull:hover {
    background-position: 11px -258px;
    color: #fff;
}

#mainMenu {
    z-index: 100;
}

#mainMenu ul {
    z-index: 100;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

#mainMenu ul ul {
    font-size: 15px;
}

#mainMenu .navbar-collapse > ul > li + li {
    padding-left: 45px;
}

#mainMenu ul li {
    transition: box-shadow 0.1s ease;
    float: left;
    z-index: 100;
    position: initial;
}

#mainMenu ul li a .fa-sort-down {
    margin-left: 3px;
    line-height: 0;
    position: relative;
    top: -2px;
}

#mainMenu ul li.last {
    margin-right: 0;
}

.pressReviewsIntro {
    padding-top: 15px;
}

@media (min-width:991px) {
    #mainMenu ul li .submenu, #mainMenu ul li li.subchild ul.submenu {
        display: none;
    }

    #mainMenu ul li:hover .submenu, #mainMenu ul li li:hover.subchild ul.submenu {
        min-width: 140px;
        display: block;
        z-index: 10000;
        text-align: left;
        padding-top: 0px;
        line-height: 26px;
        position: absolute;
    }

    #mainMenu ul li li:hover.subchild ul.submenu {
        left: 120px;
        top: -2px;
    }
}

#mainMenu ul li ul.submenu li.subchild a {
    float: left;
    background: url(../img/menu-arrow.png) no-repeat 108px 8px;
}

#mainMenu ul li ul.submenu li.subchild li a {
    background: none;
}
/*#mainMenu ul li ul.submenu li:hover.subchild{ background:url(../img/menu-arrow.png) no-repeat 108px 7px; }*/
#mainMenu ul li .submenu li {
    min-width: 82px;
    text-transform: none;
    padding: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: rgba(70, 70, 70, 0.9);
}

#mainMenu ul li .submenu li:hover {
    background: rgba(0, 0, 0, 0.9);
}

#mainMenu ul li .submenu li.divider {
    border: 0;
}

#mainMenu ul li .submenu li.divider:hover {
    background: rgba(0,0,0,0.85);
}

#mainMenu ul li .submenu li:hover a {
    background: rgba(0, 0, 0, 0.85);
}


#mainMenu a {
    display: block;
    position: relative;
    color: #E0E0E0;
    text-decoration: none;
    padding: 12px 0px;
    font-family: 'Ubuntu', sans-serif;
}

#mainMenu li a:hover {
    color: #FFFFFF;
}

#mainMenu > ul li:first-child .submenu li a {
    min-width: 235px;
}

#mainMenu ul li .submenu li a, #mainMenu ul li .submenu li .menuText {
    padding: 5px 0px 5px 15px;
    min-width: 116px;
}

#mainMenu ul li .submenu li .menuText{
    color: #FFF;
    display: block;
}

#mainMenu li.active {
    background-position: 0 -36px;
}

.linkLabel {
    pointer-events: none;
}

/* Footer Section */

.footerMenus {
    margin: 0px 0px;
}

.footerMenus h6, .footerMenus h6 a {
    color: #FFF;
    font-size: 12px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 23px;
    text-transform: uppercase;
}

.footerMenus a {
    color: #FFF;
    text-decoration: none;
}

.footerMenus a:hover {
    color: #FFF;
}

.footerMenus ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
}

ul.footerMenu li + li {
    margin-top: 20px;
}

ul.listSocialIcons li {
    display: inline-block;
}

.formNewsletter .form-control {
    height: 28px !important;
    font-size: 12px !important;
    padding: 5px 12px !important;
    background-color: #FFF !important;
}

.formNewsletter p {
    padding-bottom: 12px;
    margin-bottom: 0px;
}

.formNewsletter .btn.btn-md {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    min-width: 120px;
}

.footerMenus ul.listSocialIcons {
    width: 64px;
    font-size: 20px;
}

.footerMenus ul.listSocialIcons li a {
    color: #C4C4C4;
}

.footerMenus ul.listSocialIcons li:nth-child(2n) {
    text-align: right;
}

.footerMenus ul.listSocialIcons li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    display: initial;
}

.footerLinks a {
    color: #888;
    border-right: 1px solid #d6d6d6;
    margin-right: 7px;
    padding-right: 10px;
    display: inline-block;
    white-space: nowrap;
}

.footerLinks a:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.footerBottom {
    border-top: 1px solid rgba(0, 0, 0, 0.32);
    padding: 45px 0px;
    margin-top: 150px;
    background-color: #645D5D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #C4C4C4;
    line-height: 1.5;
}

.footerBottom p {
    margin: 0px;
}

.footerBottom ul.listSocialIcons {
    padding-bottom: 23px;
    color: #C4C4C4;
    font-size: 30px;
}

.footerBottom ul.listSocialIcons li + li {
    margin-left: 25px;
}

.footerBottom ul.listSocialIcons li a {
    color: #C4C4C4;
}

.btnMobile {
    display: none !important;
}

.carousel:hover .leftarrow, .carousel:hover .rightarrow {
    display: block;
}

.view {
    background-color: #FFF;
    border-color: #d6d6d6 !important;
}

.view h2 {
    color: #222;
}

.view .mask h2 {
    color: #FFF;
}

.view {
    width: 33.33%;
    margin-left: 0px;
    border-left: solid 2px;
}

.view:first-child {
    border-left: none;
}

.no-l-b {
    border-left: none;
}

.view img {
    margin: 0px auto;
    max-width: 260px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 23px;
}

.view iframe {
    width: 100%;
}

.prev, .next {
    top: 50%;
    margin-top: -15px;
}

#back-top {
    margin-left: 1025px;
}

.carouselHome{
	margin-top:47px;
}

.carouselHome .carousel-indicators li {
    width: 65px;
    height: 4px;
    border-radius: 4px;
    background-color: #DCDCDC;
}

.carouselHome .carousel-indicators li.active {
    background-color: #C4C4C4;
}

.carouselHome .carousel-indicators {
    margin-bottom: 3px;
}

.fea-divider-subnav, #subnav {
    margin-right: 0px;
}

.fea-divider-subnav {
    background-size: 100%;
}


/*
Back to top button 
*/
#back-top {
    display: none;
    position: fixed;
    bottom: 21px;
    right: 50px;
    cursor: pointer;
}

#back-top a {
    width: 120px;
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding-top: 10px;
    text-transform: uppercase;
}


/* arrow icon (span tag) */
#back-top span {
    width: 56px;
    height: 55px;
    float: left;
    background: url(../img/up-arrow.png) no-repeat left top;
}

#back-top:hover span {
    background-position: 0 -55px;
}

.frmOrder {
    margin: 8px 0px 0px 0px;
}

.frmOrder input {
    width: 130px;
    height: 22px;
    line-height: 1;
    font-size: 9.5pt;
    background: #FFF;
    color: #000;
    border: 0;
    padding: 0;
    border-radius: 0px;
    text-align: right;
    padding: 0 5px;
    border: 1px solid #000;
    float: left;
}

.frmOrder button {
    border: 0;
    top: -2px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(../img/search_btn.png) 0 0 no-repeat;
    text-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
    position: relative;
    float: left;
}

.frmOrder button:hover {
    background-position: -24px 0px;
    text-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
}

.Button {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    border: 0;
    text-align: center;
    font-weight: bold;
    min-width: 52px;
    height: 28px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background: #005EA9;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
}

.Button:hover {
    color: #ffffff;
    background-color: #0084E5;
}

.Button span {
}

.Button:hover span {
}

.Button span span {
}

.Button:hover span span {
}

.btnBlack {
    background: none;
    border: 0;
    text-align: center;
    padding: 0;
    min-width: 72px;
    height: 28px;
    text-decoration: none;
    display: inline-block;
}

.btnBlack span {
    background: url(../img/btn-black.png) left top no-repeat;
    padding: 0 0 5px 10px;
    height: 28px;
    display: block;
}

.btnBlack:hover span {
    background-position: left -40px;
}

.btnBlack span span {
    background: url(../img/btn-black.png) right top no-repeat;
    line-height: 24px;
    display: block;
    padding: 2px 10px 3px 0;
    color: #fff;
}

.btnBlack:hover span span {
    background-position: right -40px;
}


.ButtonBig {
    transition: box-shadow 0.1s ease;
    border: 0;
    text-align: center;
    padding: 0;
    font-weight: bold;
    min-width: 72px;
    height: 34px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background: none;
}

.ButtonBig:hover {
}

.ButtonBig span {
    background: url(../img/btn-blue-big.png) left top no-repeat;
    padding: 0 0 0 10px;
    height: 34px;
    display: block;
}

.ButtonBig:hover span {
    background-position: left -46px;
}

.ButtonBig span span {
    background: url(../img/btn-blue-big.png) right top no-repeat;
    line-height: 34px;
    display: block;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 16pt;
}

.ButtonBig:hover span span {
    background-position: right -46px;
}

.btnBlackSmall {
    background: none;
    border: 0;
    text-align: center;
    padding: 0;
    min-width: 72px;
    height: 21px;
    text-decoration: none;
    display: inline-block;
}

.btnBlackSmall span {
    background: url(../img/btn-black-small.png) left top no-repeat;
    padding: 0 0 0 10px;
    height: 21px;
    display: block;
}

.btnBlackSmall:hover span {
    background-position: left -39px;
}

.btnBlackSmall span span {
    background: url(../img/btn-black-small.png) right top no-repeat;
    line-height: 21px;
    display: block;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 12px;
}

.btnBlackSmall:hover span span {
    background-position: right -39px;
}

#subnav {
    float: right;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 0px;
    padding-bottom: 5px;
    min-width: 400px;
    /*background: url(../img/fea-divider-subnavi.png) repeat-x left bottom;*/
}

#subnav ul {
    float: right;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#subnav ul li {
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 1px;
}

#subnav ul li a {
    float: left;
    color: #888;
    text-decoration: none;
    font-size: 10pt;
    padding: 0 8px;
    font-weight: 500;
}

#subnav ul li.active a, #subnav ul li:hover a {
    color: #000;
}

#subnav ul li:last-child {
    margin-right: 0;
}


.fea-vdivider {
    width: 3px;
    margin-left: -3px;
    float: left;
    position: relative;
}

.fea-vdivider .topline {
    width: 3px;
    height: 340px;
    background: url(../img/divider-verticle.png) no-repeat left top;
    position: absolute;
    top: 0;
}

.fea-vdivider .middleline {
    width: 3px;
    background: url(../img/divider-verticle-m.png) repeat left top;
    margin: 340px 0;
}

.fea-vdivider .bottomline {
    bottom: 0;
    width: 3px;
    height: 340px;
    background: url(../img/divider-verticle.png) no-repeat left bottom;
    position: absolute;
}

.fea-divider {
    height: 3px;
    clear: both;
    background: url(../img/fea-divider.png) no-repeat center top;
    padding: 0;
}

.fea-divider-subnav {
    clear: both;
    padding: 0;
    height: 1px;
    background: url(../img/fea-divider-subnavi.png) no-repeat 0 0;
    background-size: 100%;
}

.fea-divider-small {
    height: 2px;
    clear: both;
    background: url(../img/fea-divider-small.png) no-repeat center top;
	background-size: 100% 100%;
    padding: 0;
}

.box {
    width: 100%;
    height: 250px;
    color: #333;
    background: url(../img/fea-divider.png) no-repeat 0 bottom;
}

.box a, .box h1, .box h3 {
    color: #333;
}

.box:hover a, .box:hover h1, .box:hover h3 {
}

.box a {
    text-decoration: none;
}

.box:hover, .socialColumn + .socialColumn .box:hover {
}

.inn-box {
    width: 100%;
    height: 210px;
    padding: 40px 50px 0px;
    text-align: justify;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.box:hover .inn-box {
    background: rgba(255, 255, 255, 0.03);
}

.box .fbbox {
    top: 8px;
}

.box .liveChatBox {
    float: left;
}

/***************************************************************************/
/********************************NEW CSS**********************************/
/***************************************************************************/

.topBar {
    color: #FFF;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 0px;
    background-color: #005EA9;
    font-family: 'Roboto', sans-serif;
}

.topBar p {
    padding: 0px;
    margin: 0px;
}

#mainMenu .boxmegaMenu.dropdown-menu {
    margin: 0px;
    padding: 0px !important;
    background: rgba(70, 70, 70, 0.97);
    pointer-events: none;
}

#mainMenu .boxmegaMenu ul.megaMenu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0px;
    max-width: 1245px;
    padding: 0px;
    margin: 0 auto;
}


#mainMenu .boxmegaMenu ul.megaMenu > li {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: none;
    pointer-events: all;
}


#mainMenu .boxmegaMenu ul.megaMenu > li:hover {
    background: none;
}

#mainMenu .boxmegaMenu ul.megaMenu > li > a {
    padding: 12px 24.5px 16px 24.5px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}


#mainMenu ul li.p-r {
    position: relative;
}

#mainMenu .boxmegaMenu ul.megaMenu > li > a:hover {
    background-color: rgba(112, 110, 110, 0.75);
}

#mainMenu .boxmegaMenu ul.megaMenu > li h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 8px 0px;
}

#mainMenu .boxmegaMenu ul.megaMenu > li p {
    padding: 0px;
    line-height: 20px;
    min-height: 60px;
    margin-bottom: 0px;
}

#mainMenu .boxmegaMenu ul.megaMenu > li .menuProductImage {
    height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}


#mainMenu .boxmegaMenu ul.megaMenu > li .menuProductImage img {
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    position: static;
    transform: none;
}

.topHeader.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background:#9c0000;
}

.fullContentPage .carousel-caption {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    left: 50%;
    bottom: inherit;
    top: 50%;
    width: 100%;
    text-align: left;
    transform: translate(-50%,-50%);
}
.carousel-captionBlackFriday{
    display:none;
}
.fullContentPage .carousel-caption h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 46.88px;
}
.carousel-caption.caption-nvidia h2 {
    color: #76B900 !important;
}
.fullContentPage .carousel-promo h2 {
    font-size: 40px;
    color: #000;
    line-height: 46.88px;
}

.fullContentPage .carousel-caption h3 {
    font-size: 32px;
    color: #FFF;
    line-height: 37.5px;
    font-weight: 400;
    padding-bottom: 27px;
}
.fullContentPage .carousel-caption .textOffer {
    font-size: 12px;
    line-height: 1.4;
    color: #646569;
    font-weight: 600;
    padding-top: 15px;
}
.fullContentPage .carousel-caption .textOffer span{
    display:block;
}

@media (min-width:768px) {
    .fullContentPage .carousel-caption.caption-dark h2, .fullContentPage .carousel-caption.caption-dark h3 {
        color: #000;
    }
	.fullContentPage .carousel-caption.caption-dark-bg h2, .fullContentPage .carousel-caption.caption-dark-bg h3 {
        color: #000;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 4px 8px 4px 8px; /* top, right, bottom, left */
	}
}

@media (min-width:768px) {

	.fullContentPage .carousel-caption.caption-bg h2, .fullContentPage .carousel-caption.caption-bg h3 {
        color: #FFF;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 4px 4px 4px 4px; /* top, right, bottom, left */
	}
}

.btn.btn-sm {
    height: 39px;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    min-width: 120px;
    padding: 0px 15px;
    line-height: 39px;
    border-radius: 4px;
    background-color: #1654CB;
}

.btn.btn-sm.btn-secondary {
    line-height: 35px;
    border-width: 2px;
}

.btn.btn-md {
    height: 52px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    min-width: 160px;
    padding: 0px 15px;
    line-height: 52px;
    border-radius: 4px;
    background-color: #1654CB;
    font-family: 'Roboto', sans-serif;
}

/* .btn.btn-transprant {
    line-height: 50px;
    border: solid 1px #DDD;
    background-color: transparent;
}

.btn.btn-secondary {
    color: #1654CB;
    line-height: 50px;
    border: solid 1px #1654CB;
    background-color: transparent;
}

.btn.btn-transprant:hover, .btn.btn-secondary:hover {
    color: #FFF;
    border-color: #1654CB;
    background-color: #1654CB;
} */

ul.listBoxs {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    align-items: center;
    padding: 30px 0px 40px 0px;
    background-color: #DCDCDC;
}

ul.listBoxs li {
    flex: 0 0 auto;
    width: 20%;
    padding: 0px 30px;
    vertical-align: middle;
    position: relative;
}

ul.listBoxs li a {
    display: block;
}

ul.listBoxs li img {
    max-width: 100%;
}

ul.listBoxs li .innerImageBox {
    height: 180px;
    position: relative;
    margin-bottom: 30px;
}

ul.listBoxs li .innerImageBox img {
    max-width: 220px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

ul.listBoxs li h4 {
    font-size: 22px;
    color: #313131;
    font-weight: 400;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

ul.listBoxs li h4 img{
    max-height:19px;
}

.rowContent {
    padding: 40px 0px;
}

.boxDreamMachine {
    max-width: 510px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.rowTestimonials {
    padding: 50px 0px;
    background-color: #DCDCDC;
}

.boxTestimonials {
    padding-left: 180px;
    padding-top: 25px;
}

.boxTestimonials h3 {
    padding-bottom: 20px;
}

.boxTestimonials .carousel-item p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.boxTestimonials .carousel-item p i {
    font-style: normal;
}

.boxTestimonials .carousel-item h2 {
    color: #1654CB;
}

.btnMore {
    font-weight: 400;
    color: #1654CB;
}

.boxTestimonials .carousel-indicators {
    position: initial;
    margin-top: 50px;
}

.boxTestimonials .carousel-indicators li {
    background-color: #C4C4C4;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.boxTestimonials .carousel-indicators li.active {
    background-color: #645D5D;
}

.rowWhatsNew {
    padding: 70px 0px 50px 0px;
    background-color: #FFF;
}

.rowWhatsNew h2 {
    text-align: center;
    font-weight: 500;
    padding-bottom: 35px;
}

ul.listBlog {
    list-style: none;
    padding: 0px;
    margin: 0px -1%;
}

ul.listBlog:after, ul.listBlog:before {
    content: "";
    display: block;
    clear: both;
}

ul.listBlog li {
    width: 31%;
    float: left;
    margin: 0px 1% 2% 1%;
}

ul.listBlog li a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

ul.listBlog li a:after {
    width: 100%;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}

.blogContent img {
    width: 100%;
    height: 231px;
    object-fit: cover;
    border-radius: 16px;
}

.blogContent .innerBlogContent {
    position: absolute;
    z-index: 10;
    padding: 30px 30px 20px 30px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.blogContent .innerBlogContent h3 {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    padding-bottom: 5px;
}

.blogContent .innerBlogContent h4 {
    margin: 0px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.pageBanner {
    height: 352px;
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.pageBanner:after {
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    opacity: 0.2;
    position: absolute;
    background: url(../img/banner-img.jpg) no-repeat center center;
    background-size: cover;
}

.pageBanner.pageBannerHTPS:after {
    background: url(../img/banner-maven-htpc-black-front-lifestyle.jpg) no-repeat center center;
    background-size: cover;
}
.pageBanner.pageBannerWorkstation:after {
    background: url(../img/banner-workstation.jpg) no-repeat center center;
    background-size: cover;
}
.pageBanner.pageBannerCases:after {
    background: url(../img/banner-cases.jpg) no-repeat center center;
    background-size: cover;
}
.pageBanner.pageBannerGaming:after {
    background: url(../img/banner-gaming-matx.jpg) no-repeat center center;
    background-size: cover;
}
.pageBanner.pageBannerServers:after {
    background: url(../img/product-details/infinitum4u/infinitum4u-htpc-black-banner-large.jpg) no-repeat center center;
    background-size: cover;
}
.pageBanner.pageBannerPrebuilt:after {
    background: url(../img/product-details/ikon/ikon-htpc-black-banner-large.webp) no-repeat center center;
    background-size: cover;
}


.pageBanner .container {
    position: relative;
    height: 100%;
}

.pageBanner .bannerContent {
    width: 100%;
    left: 0px;
    top: 50%;
    color: #FFF;
    padding: 0px 15px;
    transform: translateY(-50%);
    position: absolute;
}

.pageBanner .bannerContent h2 {
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 17px;
    line-height: 47px;
}

.pageBanner .bannerContent h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    margin: 0px;
}

.pageBanner.pageBanner2 {
    height: 350px;
    text-align: center;
    background: url(../img/SD-RGB-Cooling.jpg) no-repeat center bottom;
    background-size: cover;
}

.pageBanner.pageBanner2:after {
    opacity: 1;
    background: rgba(0,0,0,0.35);
}

.pageBanner.pageBanner2 .bannerContent h5 {
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.pageBanner.pageBanner2 .bannerContent h2 {
    font-size: 40px;
}

.commanArea {
    padding: 78px 0px;
    font-size: 18px;
    font-weight: 400;
}


.bgGray {
    background-color: #DCDCDC;
}
.boxReviewsWhite .bgGray {
    background-color: #FFF !important;
}

.textOrange {
    color: #ff7a00;
}

.headingBorder {
    color: #1654CB;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 25px;
    line-height: 47px;
    margin-bottom: 40px;
    position: relative;
}

.headingBorder.headingLeft {
    text-align: left;
}

.headingBorder.headingLeft:after {
    left: 0px;
    transform: none;
}

.headingBorder:after {
    width: 75px;
    height: 1px;
    content: "";
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #000;
}

.subHeading {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px;
}

.textDark {
    color: #313131;
}

.textLink {
    color: #1654CB;
}

.heading-sm {
    color: #1654CB;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

ul.listSimple {
    margin: 0px;
    padding-left: 21px;
    font-size: 18px;
    font-weight: 400;
}

ul.listSimple li p {
    padding-bottom: 0px;
}

ul.listSimple li + li {
    padding-top: 8px;
}

input:focus, button:focus {
    outline: none !important;
}

.mobile-img {
    display: none;
}

.page-link {
    color: #313131;
    font-size: 14px;
    border: 1px solid #dee2e6;
    font-weight: 400;
}

.page-item.active .page-link {
    border-color: #1654CB;
    background-color: #1654CB
}

input.form-control {
    background: #f3f3f3;
    border-radius: 4px;
    border: none;
    padding: 11px 24px;
    height: 52px;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
    background: #f3f3f3;
}
.alert {
    border-radius: 4px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: .75rem 40px;
    margin-bottom:35px;
}
.alert-success {
    color: #469C5B;
    background-color: #D4EDDA;
    border-color: #D4EDDA;
}
.alert-danger {
    color: #F2616E;
    background-color: #F8D7DA;
    border-color: #F8D7DA;
}
.boxnormalContent {
    padding: 133px 0px 150px 0px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
}
.boxnormalContent a{
    color: #1654CB;
}

.shippingTable {
    width: 100%;
    text-align: left;
}


.pageBanner.bannerShipping {
    background: url(../img/banner-shipping-detail.jpg) no-repeat center bottom;
    background-size: cover;
}


.cartCount{
    position: absolute;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #1654CB;
    font-size: 12px;
    line-height: 20px;
    top: 7px;
    left: 12px;
}