﻿:root {
    --primary: #159ED3;
    --primary-light: #D6E7F0;
    --secondary: #e81427;
    --tertiary: #314B64;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.d-flex-cen-col{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

/*--- General and Layout---*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin-bottom: 750px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 1rem;
}

h1, .h1 {
    font-size: 1.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
}
.extre-weight{
    font-weight:700;
}

h3, .h3 {
    font-size: 1.25rem;
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1.05rem;
}

h6, .h6 {
    font-size: 1rem;
}

.text-dark {
    color: #000 !important;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }


a {
    color: #159ed3;
}

    a:hover,
    a:focus {
        color: #314b64;
    }

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 400;
    color: #686868;
}


table {
    border-collapse: collapse;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-o-t {
    padding-top: 50px;
    padding-bottom: 0;
}
.sec-stats {
    background: #dce4ec;
}
.footer {
    background: #091a2b;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    min-height: 750px;
}

.find-us-here {
    background: #fff;
    border-top:5px var(--primary) solid;
    min-height: 150px;
    display:flex;
    align-items:center;
}
.fuh-inner {
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
}
.fuh-platforms {
    padding:15px 270px;
}


.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #159ed3;
}

.bg-blue-dark {
    background-color: #091a2b;
}

.bg-blue-grey {
    background-color: #223141;
}

.bg-grey {
    background-color: #a7a7a7;
}

.bg-grey-light {
    background-color: #f2f5f7;
}

.bg-testim {
    background: url('../img/test-bg-left.jpg'), url('../img/test-bg-right.jpg');
    background-position: left top, right top;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
}

.bg-startup {
    background: #0c74b5 url('../img/startup.svg') no-repeat right bottom;
}

.primary-color {
    color: #159ed3;
}

.h3-nonbold {
    font-weight: 500;
}

.btn-white {
    padding: 12px 30px;
    background-color: #fff;
    color: #091a2b;
    border-radius: 50px;
    font-size: 16px;
}

    .btn-white:hover,
    .btn-white:focus {
        background-color: #091a2b;
        color: #fff;
    }

.btn-black {
    padding: 12px 30px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}

    .btn-black:hover,
    .btn-black:focus {
        background-color: #fff;
        color: #000;
    }

.btn-blue {
    padding: 12px 20px;
    background-color: #091a2b;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}

    .btn-blue:hover,
    .btn-blue:focus {
        background-color: #fff;
        color: #091a2b;
    }

.btn-primary {
    color: #fff;
    background-color: #159ed3;
    border-color: #159ed3;
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #fff;
        background-color: #0b80c1;
        border-color: #0b80c1;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
        .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #159ed3;
        border-color: #159ed3;
    }

.btn-outline-primary {
    color: #159ed3;
    background:#fff;
    border-color: #159ed3;
    padding: 12px 20px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #159ed3;
        border-color: #159ed3;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #159ed3;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #159ed3;
        border-color: #159ed3;
    }
.btn-outline-secondary {
    background: #fff;
}


.btn-outline-grey {
    color: #999;
    border-color: #999;
    padding: 12px 20px;
}

    .btn-outline-grey:active, .btn-outline-grey:focus, .btn-outline-grey:hover {
        background-color: #575757 !important;
        border-color: #575757 !important;
        color: white;
    }
.btn-buy-now {
    color: #df3a4a;
    background-color: #fff;
    border-color: #df3a4a;
    padding: 12px 16px;
}

    .btn-buy-now:hover,
    .btn-buy-now:focus {
        color: #fff;
        background-color: #df3a4a;
        border-color: #df3a4a;
    }
.btn-buy-now-fill {
    color: #fff;
    background-color: #df3a4a;
    border-color: #df3a4a;
    padding: 12px 16px;
}

    .btn-buy-now-fill:hover,
    .btn-buy-now-fill:focus {
        color: #fff;
        background-color: #c71822;
        border-color: #c71822;
    }

.btn {
    border-radius: 25px;
    font-size: 14px;
    padding: 10px 16px;
}

.btn-outline-grey {
    border-color: #ccc;
}

.nav-tabs-pd .nav-link.active,
.nav-tabs-pd .nav-item.show .nav-link {
    color: #159ed3;
    background-color: #fff;
    border-bottom: 4px #159ed3 solid;
}

.btn-sircle {
    background: #fff;
    border-radius: 50%;
    border: 1px #159ed3 solid;
    color: #159ed3;
    height: 45px;
    line-height: 35px;
    width: 47px;
    margin-left: 5px;
}

    .btn-sircle:hover,
    .btn-sircle:focus {
        background: #159ed3;
        border: 1px #159ed3 solid;
        color: #fff;
    }

.btn-navbar-rnd{
    border:1px #fff solid;
    border-radius:50%;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    height:45px;
    width:45px;
}
    .btn-navbar-rnd:hover,
    .btn-navbar-rnd:focus {
        background: #fff;
        border: 1px #fff solid;
        color: var(--primary);
    }

.btn-p-sml {
    padding: 0.375rem 0.75rem;
}
.btn-border-w {
    border-color:#fff !important;
}

.hr-thick {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}

.hr-thin {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-menu .dropdown-item {
    display: flex !important;
    align-items: center;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.25rem;
}

/*--- list gen ---*/
.list-gen {
    margin:15px 0 0 0;
    padding:10px 0;
}
.list-gen li{
    list-style-type:none;
}
    .list-gen li a{
        display:flex;
        padding:5px;
    }
    .list-gen li a:hover {
        text-decoration:none;
    }
.list-gen li a i{
    font-size:18px;
    margin-right:10px;
}

/*--- buttons social ---*/

.btn-social-login {
    border: 2px transparent solid;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    padding: unset;
    margin-right: 10px;
    height:75px;
    width:75px;
}

    .btn-social-login:hover {
        background: #fff;
        border: 2px #fff solid;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: all 0.2s;
    }

.bsl-setup {
    border: 1px #ccc solid;
    border-radius: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 10px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

    .bsl-setup:hover,
    .bsl-setup:focus {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

/*--- grid ---*/
.grid-total {
    width: 100% !important;
    border-top: 2px #ccc solid;
}

.grid {
    width: 100% !important;
    border-bottom: 1px #ccc solid;
}

    .grid table {
        margin-bottom: 0;
    }

    .grid-total > span,
    .grid > span {
        display: inline-block;
    }

    .grid-total > span,
    .grid > span {
        border-right: 1px #CCC solid;
        padding: 10px;
    }

    .grid th,
    .grid td {
        border-right: 1px #CCC solid;
        padding: 10px;
    }

        .grid-total > span:last-child,
        .grid > span:last-child,
        .grid th:last-child,
        .grid td:last-child {
            border-right: none;
        }

.grid-total tr td:nth-child(1) {
    width: 80%;
    font-weight: bold;
}

.grid-total tr td:nth-child(2),
.grid-total tr td:nth-child(3) {
    font-weight: bold;
    width: 10%;
}

.grid > span:nth-child(1) {
    width: 20%;
}

.grid tr th:nth-child(1),
.grid tr td:nth-child(1) {
    width: 20%;
}

.grid > span:nth-child(2) {
    width: 40%;
}

.grid tr th:nth-child(2),
.grid tr td:nth-child(2) {
    width: 40%;
}

.grid > span:nth-child(3),
.grid > span:nth-child(4),
.grid > span:nth-child(5),
.grid > span:nth-child(6) {
    width: 10%;
}

.grid tr th:nth-child(3),
.grid tr th:nth-child(4),
.grid tr th:nth-child(5),
.grid tr th:nth-child(6),
.grid tr td:nth-child(3),
.grid tr td:nth-child(4),
.grid tr td:nth-child(5),
.grid tr td:nth-child(6) {
    width: 10%;
}

.grid tfoot th {
    width: 50%;
    border-right:unset;
}

.total{
    font-size:1.125rem;
    font-weight:600 !important;
}
/*--------------------------------------------------------------
# Grid / Table - responsive setup
--------------------------------------------------------------*/
.gr-grid-setup {
    width: 100%
}

    .gr-grid-setup .user-avtar {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }


.ggs-row {
    display: flex;
    align-items: center;
    border-bottom: 1px rgba(200,200,200,0.5) solid;
    justify-content: space-between;
}
    .ggs-row:first-child {
        background-color: rgba(200,200,200,0.2);
        font-weight: 500;
        color: var(--font-color-emp);
        min-height: 4rem;
    }
    .ggs-row .ggs-col {
        color: var(--font-color);
        padding: 0.625rem 0.313rem;
    }


/*--- over writes---*/
.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 15px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #159ed3;
    border-color: #159ed3;
}

.pull-right {
    float: right !important;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.row-no-wrap {
    flex-wrap: nowrap;
}
.btn-block + .btn-block {
    margin-top: 0;
}


/*--- nav tabs---*/
/*--- nav tabs---*/

.nti-scrollbar {
    height: 450px;
    overflow: auto;
    padding: 0 10px;
}

#scrollbar1::-webkit-scrollbar {
    width: 10px;
}

#scrollbar1::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

#scrollbar1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--secondary);
}

.nav-tabs-img {
    border: 0;
}

    .nav-tabs-img .nav-link {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }

.nav-tabs-pd {
    border-bottom: 1px solid #dee2e6;
    justify-content: center;
}

    .nav-tabs-pd .nav-link {
        font-size: 18px;
        font-weight: 500;
        color: #6d6d6d;
    }

.tab-content-pd {
    padding: 25px 0;
}

.nav-top-layout {
    display: flex;
    align-content: space-between;
    width: 100%;
}
.dropdown-menu-user {
    left: auto;
}
.dropdown-user {
    padding: 0.25rem 1.25rem;
    margin-bottom:0;
}
.dropdown-item .fas,
.dropdown-item .fa{
    width: 25px;
}
/*--- depratment in top nav---*/
.dept-icon {
    display: none;
}

.dept-name {
    display: block;
}

.navbar-nav {
    min-width:265px;
    justify-content:end;
}


/*--- header top ---*/
header{
    background:#fff;
}
#top .container {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px #ccc solid;
    padding:unset;
}
    #top .container a span.icon {
        display:none;
    }
    #top .container a span i {
        margin-right: 5px;
    }
    #top .container h6 {
        font-size: 13px;
        margin:0;
    }
    #top .container h6 i{
        margin-left:5px;
    }

    .header-top {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
    }

.ht-info-blocks {
    width: 20%;
    display: flex;
    align-items: center;
    color: #314b64;
}

    .ht-info-blocks span {
        font-size: 24px;
        padding-right: 15px;
    }

.ht-info h6 {
    font-size: 16px;
    margin: 0;
}

.ht-info p {
    margin-bottom: 0;
}



.ht-logo {
    width: 20%;
}

.ht-del {
}

.ht-contact {
    display: flex;
}

    .ht-contact a {
        padding-right: 10px;
    }

.navbar-buttons {
    display: flex;
}

.navbar-btn:hover,
.navbar-btn:focus {
    background-color: #fff;
    color: #159ed3;
    border: 1px #fff solid;
}

.navbar-btn {
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    border: 1px #fff solid;
    position: relative;
    height: 45px;
    line-height:28px;
    width: 47px;
}

/*--- navber search ---*/
.top-nav-search {
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
    margin-left: 25px;
    justify-content: space-between
}

.ms-search-inline {
    display: flex;
    height: 42px;
    width: 100%;
}

    .ms-search-inline .form-control {
        border: none;
        background: transparent;
        height: 42px;
    }

    .ms-search-inline .btn {
        border-radius: 50%;
        width: 42px;
        height: 42px;
        margin-left: 10px;
    }


/*--- breadcrumbs---*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

/*--- guest ---*/
.guest-select-form,
.guest-select a {
    border-radius: 15px;
    border: 1px dotted #159ed3;
    padding: 25px;
    min-height: 100px;
}
.guest-select-secondary {
    background-color: #efefef;
    border-radius: 15px;
    border: 1px dotted #ccc;
    padding: 25px;
    min-height: 100px;
}
.guest-select a {
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
    .guest-select a:hover {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border: 1px solid #159ed3;
        text-decoration: none;
    }
.guest-select-secondary .icon,
.guest-select a .icon {
    width: 100px;
    height: 100px;
    border: 1px #159ed3 solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guest-select a .info{
    margin-left:15px;
}
    .guest-select a .info h5{
        margin-bottom:5px;
    }




/*--- cart preview---*/
#cartpreview td {
    font-weight:600;
}
#cartpreview td span {
    font-weight: 300;
    display:block;
    padding-bottom:10px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        position: static;
        height: auto;
        width: 250px;
    }
}
/*--- header---*/
.logo-search-cart {
    background-color: #fff;
    display: flex;
    align-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.lsc-logo {
    height: 70px;
    position: relative;
    text-align: center;
}

    .lsc-logo a {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

.lsc-search {
    border: 2px #dcdcdc solid;
    width: 65%;
    display: flex;
    height: 45px;
    border-radius: 50px;
    align-content: space-between;
}

    .lsc-search .lsc-select {
        width: 25%;
        border-right: 1px #ccc solid;
        border: none;
        background-color: transparent;
        padding: 10px;
    }

    .lsc-search .lsc-divider {
        width: 1%;
        border-right: 1px #ccc solid;
    }

    .lsc-search .lsc-input {
        width: 91%;
        border: 0;
        padding: 0 20px;
        background: transparent;
    }

    .lsc-search .lsc-btn {
        border-radius: 0 50px 50px 0;
        background-color: #159ed3;
        color: #fff;
        margin: -2px -2px -2px 0;
        width: 10%;
        line-height: 28px;
        font-size: 20px;
    }

        .lsc-search .lsc-btn:hover {
            background-color: #159ed3;
        }


.lsc-cart {
    margin-left: 5%;
    width: 10%;
    display: flex;
    align-items: center;
}

    .lsc-cart a:hover {
        text-decoration: none;
    }

    .lsc-cart .user,
    .lsc-cart .cart {
        color: #159ed3;
        flex: 1;
        text-align: center;
        font-size: 30px;
    }

.g-topnav {
    margin-left: 25px;
}

    .g-topnav a {
        color: #FFF;
        font-size: 16px;
        border-bottom: 1px transparent solid;
    }

        .g-topnav a:hover,
        .g-topnav a:focus {
            color: #FFF;
            border-bottom: 1px #fff solid;
        }

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand-sm .navbar-nav .nav-item {
        padding-right: 0.875rem;
        padding-left: 0.875rem;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

.navbar {
    justify-content: space-between;
    padding: 10px;
}

    .navbar .container {
        justify-content: space-between;
        position:relative;
    }
.ddm-right-p{
    right:65px;
}

.qty {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    background: #f8694a;
    color: #fff;
    border-radius: 50%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0;
}

.carousel-caption {
    z-index: 10;
    text-align: left;
    bottom:60px;
}

    .carousel-caption h1 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.3em;
        margin-bottom: 30px;
        color: #091a2b;
    }

        .carousel-caption h1 span {
            font-weight: bold;
        }

    .carousel-caption p {
        font-size: 1.125rem;
        padding:0 100px 20px 0;
    }

.carousel-item {
    height: 31.25rem;
    background: #d6e7f0;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 100%;
    }

.car-dept {
    height: 31.25rem;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
/*-- carousel - special date - valentines --*/

.ci-sd-valentines {
    background: url('../img/sd-valentine-dots.svg') left top repeat-y, url('../img/sd-valentine-dots.svg') right top repeat-y #1C2C38;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}

.valintine-row {
    display: flex;
    flex-direction: column;
}

.btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-family: "Poppins";
}

.btn-valentine {
    background: #fff;
    border: 1px #fff solid;
    color: #1C2C38;
    text-align: center;
    transition: all 0.2s;
}

    .btn-valentine:hover {
        background: #EF4577;
        border: 1px #EF4577 solid;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        color: #fff;
        text-align: center;
        transition: all 0.2s;
    }

.w-100 {
    width: 100%;
    display: block;
}

.sdv-sale-pos {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}
.sdv-sale-pos p{
    display: block;
    color: #fff;
    padding: 10px 15px 10px;
}

.sdv-sale {
    max-width: 500px;
}

.sdv-heart {
    max-height: 250px;
    margin: 20px
}
.carousel-control-prev, .carousel-control-next{
    display:none
}


/*-- latest carousel images --*/
.getta-laptop {
    background-image: url('../img/getta-laptop.png');
}
.getta-headphones {
    background-image: url('../img/getta-bluetooth-headphones.png');
}
.getta-hd-tv {
    background-image: url('../img/getta-hd-tv.png');
}
.getta-router {
    background-image: url('../img/getta-router.png');
}
.getta-stationary {
    background-image: url('../img/getta-stationary.png');
}



.car-appliances {
    background-image: url('../img/car-prod-appliances.png');
}

.car-baby-kids {
    background-image: url('../img/car-prod-baby.png');
}

.car-electronics {
    background-image: url('../img/car-prod-electronics.png');
}

.car-health-beauty {
    background-image: url('../img/car-prod-beauty.png');
}

.car-home-furniture {
    background-image: url('../img/car-prod-home.png');
}

.car-movies-gaming {
    background-image: url('../img/car-prod-games.png');
}

.car-office {
    background-image: url('../img/car-prod-office.png');
}

.car-outdoor {
    background-image: url('../img/car-prod-outdoor.png');
}

.car-pets {
    background-image: url('../img/car-prod-pets.png')
}
/*--- sideabr ---*/
/*--- Products in General ---*/
.pr-3-h,
.pr-4-h,
.pr-5-h,
.prod-row {
    display: flex;
    flex-direction: row;
    margin-left: -1%;
    margin-right: -1%;
    flex-wrap: wrap;
}
    .pr-3-h .prod-col {
        width: 31.3%;
    }
    .pr-4-h .prod-col {
        width: 23%;
    }

    .pr-5-h .prod-col {
        width: 18%;
    }

.prod-col {
    margin: 1% 1% 3.5% 1%;
    background-color: #fff;
    border: 1px #d5d5d5 solid;
    border-radius: 10px;
    min-height: 330px;
    display: flex;
    width:31.333%;
    flex-direction: column;
    transition: all ease 0.3s;
    position: relative;
}

    .prod-col:hover,
    .prod-col:focus {
        border: 1px #159ed3 solid;
        box-shadow: 0 0 3px 0px rgba(45, 180, 207, 0.4);
    }

        .prod-col:hover .name,
        .prod-col:focus .name,
        .prod-col:hover .price,
        .prod-col:focus .price {
            color: #159ed3;
        }

.brand-info {
    font-size: 0.875rem;
}

.brand-img {
    height: 160px;
}

.prod-img {
    height: 190px;
}

.brand-img,
.prod-img {
    text-align: center;
    border-bottom: 1px #ececec solid;
    position: relative
}

    .brand-img img,
    .prod-img img {
        max-height: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 25px;
    }

    .prod-img a {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

.prod-detail {
    padding: 20px 20px 100px 20px;
}

    .prod-detail .name {
        font-size: 15px;
        color: #505050;
    }

    .prod-detail .categorie {
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 5px;
        color: #888;
    }

    .prod-detail .price {
        position: absolute;
        bottom: 65px;
        display:flex;
    }

    .prod-detail .price-current {
        font-weight: 500;
        font-size: 20px;
        color: #159ed3;
        display: block;
    }

    .prod-detail .price-previous {
        color: #7d7b7b;
        display: block;
        font-size: 14px;
        text-decoration: line-through;
        font-weight: normal;
        padding:5px 10px;
    }
    .prod-detail .offered-by {
        color: #888;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 0;
        position:absolute;
        bottom:40px;
    }

.pd-name {
    color: #171717;
    font-weight: 400;
}

.pd-price {
    color: #171717;
    font-weight: 600;
}

.prod-btns {
    position: absolute;
    bottom: -22px;
    left: 20px;
    right: 20px;
    display: flex;
}

    .prod-btns .btn-add-cart {
        margin-right: 5px;
        cursor: pointer !important;
    }
.prod-btns .btn{
    flex:1;
}


.btn-add-cart {
    background-color: #fff;
    border: 1px #159ed3 solid;
    text-align: center;
    color: #159ed3 !important;
    cursor: pointer !important;
    padding: 12px 16px;
}

    .btn-add-cart:hover,
    .btn-add-cart:focus {
        background-color: #159ed3;
        border: 1px #159ed3 solid;
        box-shadow: 0 0 3px 0px rgba(45, 180, 207, 0.4);
        color: #fff !important;
        cursor: pointer !important;
    }
.btn-add-cart-fill {
    background-color: #159ed3;
    border: 1px #159ed3 solid;
    text-align: center;
    color: #fff !important;
    cursor: pointer !important;
    padding: 12px 16px;
}

    .btn-add-cart-fill:hover,
    .btn-add-cart-fill:focus {
        background-color: #0b80c1;
        border: 1px #0b80c1 solid;
        box-shadow: 0 0 3px 0px rgba(45, 180, 207, 0.4);
        color: #fff !important;
        cursor: pointer !important;
    }

.prod-sale {
    padding: 5px 10px;
    border-radius: 25px;
    background-color: #e60023;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.prod-col p.old-price {
    color: #a5a5a5;
    margin-bottom: 0;
    font-size: 0.875rem;
}

    .prod-col p.old-price span {
        color: #a5a5a5;
        text-decoration-line: line-through;
    }
.product-info {
    padding:30px 0;
}
    .product-info p,
    .product-info li{
        color: #686868;
    }
.product-info ul{
    list-style:unset;
    margin-left:25px;
}


/*--- about ---*/
.logo-about {
    width: 250px;
    height: 300px;
    margin: 0 auto;
}

    .logo-about img {
        width: 100%;
    }
/*--- Top Products ---*/
.tp-header {
    display: flex;
    border-bottom: 1px #d5d5d5 solid;
    padding: 10px 0;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .tp-header h3 {
        margin: 0;
        color: #091a2b;
    }

    .tp-header .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
    }

    .tp-header .nav-tabs {
        border-bottom: none;
    }

        .tp-header .nav-tabs .nav-item {
            border-right: 1px #ccc solid;
        }

            .tp-header .nav-tabs .nav-item:last-child {
                border-right: none;
            }

        .tp-header .nav-tabs .nav-link {
            border: none;
            text-align: center;
            color: #999;
        }

            .tp-header .nav-tabs .nav-link:hover,
            .tp-header .nav-tabs .nav-link:focus {
                color: #159ed3;
            }

            .tp-header .nav-tabs .nav-link.active,
            .tp-header .nav-tabs .nav-item.show .nav-link {
                color: #159ed3;
                background-color: transparent;
                border-bottom: none;
            }
/*--- Cart Modal ---*/

/*--- Modals ---*/
.modal.modal-right .modal-dialog {
    max-width: 380px;
    min-height: calc(100vh - 0px);
    position: fixed;
    right: 0;
}

.modal.modal-left.show .modal-dialog, .modal.modal-right.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.modal-left .modal-content, .modal.modal-right .modal-content {
    height: calc(100vh - 0px) !important;
    overflow-y: auto;
}

.modal.modal-left .modal-dialog {
    transform: translate(-100%, 0);
    margin: 0px auto 0 0;
}

.modal.modal-right .modal-dialog {
    transform: translate(100%, 0);
    margin: 0px 0 0 auto;
}

.modal-header {
    padding: 35px 35px 10px 35px;
    border-bottom: none;
}

.modal-content {
    border-radius: 0;
}

.mc-body {
    padding: 35px;
}

    .mc-body h5 {
        font-size: 18px;
    }

    .mc-body tfoot td {
        color: #333;
        font-size: 18px;
        font-weight: 500;
    }

.mc-table-img {
    width: 40%;
}
.mc-table-img img{
    max-height:120px;
}

/*--- Top Catgegories ---*/
.tc-header {
    min-height: 100px;
    background-color: #fff;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 10px;
}

    .tc-header .nav-tabs {
        border-bottom: none;
    }

        .tc-header .nav-tabs .nav-item {
            flex: 1;
            border-right: 1px #ccc solid;
        }

            .tc-header .nav-tabs .nav-item:last-child {
                border-right: none;
            }

        .tc-header .nav-tabs .nav-link {
            border: none;
            border-radius: 10px;
            min-height: 100px;
            text-align: center;
            color: #999;
        }

            .tc-header .nav-tabs .nav-link:hover,
            .tc-header .nav-tabs .nav-link:focus {
                color: #159ed3;
            }

            .tc-header .nav-tabs .nav-link.active,
            .tc-header .nav-tabs .nav-item.show .nav-link {
                color: #fff;
                background-color: #159ed3;
                border-color: #dee2e6 #dee2e6 #fff;
            }

/*--- Departments ---*/
/*--- Departments Setup---*/
.ico-depts {
    display: none;
}

.hp-dept-row {
    display: flex;
    flex-direction: row;
}

.dept-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hp-dept-row .dept-indv {
    width: 20%;
    padding: 25px 0 0 0;
    margin: 10px;
}

.dept-row .dept-indv {
   flex:1;
    padding: 25px 0;
}

.dept-indv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .dept-indv a {
        color: #5c5c5c;
    }

        .dept-indv a:hover,
        .dept-indv a:focus {
            color: #000;
            text-decoration: none;
        }

.hp-dept-row .di-icon {
    width: 130px;
    height: 130px;
    padding: 30px;
}

.dept-row .di-icon {
    width: 120px;
    height: 120px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    color: #159ed3;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #d5d5d5 solid;
    text-align: center;
    overflow: hidden;
    margin: 5px auto;
}




.hp-dept-row .di-icon,
.dept-row .di-icon {
    background-color: #fff;
    border-radius: 50%;
    border: 1px #d5d5d5 solid;
    text-align: center;
    overflow: hidden;
    margin: 5px auto;
}

.di-icon img {
    max-width: 100%;
    max-height: 100%;
}

.di-name {
    text-align: center;
    padding: 10px;
}

.dept-indv a:hover .di-icon,
.dept-indv a:focus .di-icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px #2aadc8 solid;
    border-radius: 50%;
    background-color: #159ed3;
    color:#fff;
}

.quick-note {
    text-align: center;
    padding: 25px;
    font-size: 1.125rem;
    line-height: 1.6em;
}


/*--- Stats ---*/
.stat-setup {
    padding:20px 250px;
}
.stat-indv {
    display:flex;
    flex-direction:column;
    padding:25px;
    text-align:center;
}
    .stat-indv .icon {
        font-size: 46px;
        color: #159ed3;
        padding-bottom:10px;
    }
    .stat-indv .number {
        font-size: 40px;
        color: #091a2b;
        padding-bottom: 10px;
    }
    .stat-indv .info {
        font-size: 16px;
        color: #314b64;
        padding-bottom: 15px;
    }

/*--- prod adds ---*/
.pa-row {
    margin-top: 20px;
}

.pa-left {
    width: 35%;
    padding: 10px;
}

.pa-right {
    width: 65%;
    padding: 10px;
}

.pa-sales {
    background-color: #159ed3;
    border-radius: 10px;
    color: #fff;
    height: 500px;
}

.pas-cat-d {
    height: 220px;
    background: #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    .pas-cat-d img,
    .pas-cat img {
        width: 100%;
        height: auto;
    }

.pas-cat {
    height: 250px;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pas-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-prod {
    background-color: transparent;
    height: 450px;
    max-height: 500px;
}

/*--- sign for newsletter ---*/
.nl-setup {
    padding-left: 130px;
    padding-right: 130px;
}

    .nl-setup h2 {
        color: #fff;
        border-right: 1px #fff solid;
    }

    .nl-setup .form-control {
        display: block;
        width: 100%;
        height: unset;
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 25px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .nl-setup ::placeholder {
        color: #fff;
        opacity: 1;
    }

    .nl-setup :-ms-input-placeholder {
        color: #fff;
    }

    .nl-setup ::-ms-input-placeholder {
        color: #fff;
    }

/*--- table ---*/
.td-5 {
    width: 5%;
}

.td-10 {
    width: 10%;
}

.td-15 {
    width: 15%;
}

.td-20 {
    width: 20%;
}

.td-30 {
    width: 30%;
}

.td-35 {
    width: 35%;
}

.td-40 {
    width: 40%;
}

.td-45 {
    width: 45%;
}

.table-cart th,
.table-cart td {
    vertical-align: middle;
}

.table-total th {
    font-size: 22px;
    font-weight: 500
}

tfoot {
    border-top: 2px #CCC solid;
}

.td-edit {
    text-align: center;
}

.table th {
    font-weight: 600;
}

.order-summary {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 25px;
    margin-bottom:25px;
}
.order-summary table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
    color: #212529;
}
    .order-summary .table {
        margin-bottom:0;
    }

    .order-summary table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .order-summary table th {
        font-weight: 600;
    }

    .order-summary table th, 
    .order-summary table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .order-summary table tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05);
    }



.cart-act-btns {
    border-top: 1px #ccc solid;
    padding: 20px 0;
}

/*--- nav steps---*/
/*--- Nav steps ---*/
.nav-tabs-steps {
    background-color: #f2f2f2;
    border: 1px #cccccc solid;
    border-radius: 5px;
}

    .nav-tabs-steps .nav-item {
        flex: 1;
        border-right: 1px #cccccc solid;
    }

        .nav-tabs-steps .nav-item:last-child {
            border-right: none;
        }

    .nav-tabs-steps .nav-link {
        border-color: #f2f2f2;
        font-size: 16px;
        font-weight: 500;
        color: #6d6d6d;
        padding: 15px 25px;
        border-radius: 5px;
    }

    .nav-tabs-steps i {
        font-size: 24px;
        padding-right: 10px;
    }

.tab-content-steps {
    padding-top: 25px;
}

form {
    width:100%;
}

.pqt-head{
    min-width:120px;
}

.btn-danger .la {
    color: #fff;
}

.form-control {
    height: unset;
    padding: 0.65rem 1rem;
    font-size: 1rem;
}

label {
    font-weight: 400;
    color: #333;
    padding-bottom:10px;
}

.form-control::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

.form-control::placeholder {
    color: #b2b2b2;
    opacity: 1;
}

.co-steps {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 25px;
    background-color: #fff;
}

.ccards-icons {
    font-size: 34px;
}

.cc-confirm {
    padding: 25px;
    text-align: center;
}

    .cc-confirm i {
        color: #159ed3;
        font-size: 80px;
    }

    .cc-confirm h4 {
        padding: 15px;
        line-height: 1.6em;
    }

.nav-tabs-steps .nav-link.active, .nav-tabs-steps .nav-item.show .nav-link {
    color: #159ed3;
    border-bottom: 4px #159ed3 solid;
    background-color: #fff;
}


/*--- Home page ---*/
.m-b-30 {
    margin-bottom: 30px;
}

.sub-hover:hover {
    transition: all ease 0.3s;
    opacity: 0.7;
}

.hp-spec img {
    border-radius: 10px;
}
/*--- Footer ---*/
.footer h5 {
    margin-bottom: 5px;
}

.foot-quick-note {
    padding: 40px 10px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) dotted;
}

    .foot-quick-note p {
        color: rgba(255, 255, 255, 0.4);
        margin-bottom:unset;
    }

.fqn-icon {
    display: flex;
    color: #fff;
}

    .fqn-icon .icon {
        font-size: 46px;
        padding-right: 10px;
        width: 15%;
        text-align: left;
    }

    .fqn-icon .copy {
        width: 70%;
    }

.footer p {
    white-space: normal;
}

.foot-links {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px rgba(255,255,255,0.2) dotted;
}

    .foot-links p {
        white-space: normal;
        color: rgba(255,255,255,0.4);
        line-height: 1.7em;
    }

    .foot-links h5 {
        text-transform: uppercase;
        color: #fff;
    }

    .foot-links ul {
        line-height: 2em;
    }

    .foot-links a {
        color: rgba(255,255,255,0.4);
    }

        .foot-links a:hover,
        .foot-links a:focus {
            color: #fff;
        }

.footer-cards {
    text-align: center;
    font-size: 24px;
    color: rgba(255,255,255,0.4);
    padding-top: 25px;
}

.foot-soc-links {
    display: flex;
}

    .foot-soc-links li {
        list-style: none;
        margin-left: 5px;
    }

        .foot-soc-links li a {
            display: block;
            border-radius: 50%;
            width: 47px;
            height: 45px;
            line-height: 42px;
            border: 1px solid rgba(255,255,255,0.4);
            color: rgba(255,255,255,0.4);
            text-align: center;
        }

            .foot-soc-links li a:hover,
            .foot-soc-links li a:focus {
                border: 1px solid #fff;
                color: #fff;
            }
/*--- Testimonials---*/
.testim-setup {
    min-height: 340px;
}

.navbar-toggler-icon {
    line-height: 28px;
}

    .navbar-toggler-icon i {
        color: #FFF;
    }

/*--- Categoeirs---*/
.prod-div-ver {
    border-right: 1px #d6d6d6 solid;
}

.psort-cats {
    margin-bottom: 25px;
}

    .psort-cats h5 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .psort-cats .form-check {
        margin-bottom: 10px;
    }

    .psort-cats label {
        color: #808080;
        font-weight: 400;
    }

.product-sorters {
    display: flex;
    align-items: center;
}

.p-sort-col {
    padding: 10px 0;
    display: flex;
    flex: 1;
    align-items: center;
}

    .p-sort-col label, .p-sort-col select {
        flex: 1;
        text-align: center;
    }

/*--- Modals ---*/
.modal-xl {
    max-width: 100%;
    margin: 0;
}

.modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
}

.modal-content {
    border: 0;
}
/*--- Filters ---*/
.filter-modal {
    background: #fff;
}

.filter-pad {
    padding: 50px;
}
/*--- Search ---*/
.search-modal {
    background: #159ed3;
}

    .search-modal .form-control {
        height: unset;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 25px;
        border: 0;
    }

    .search-modal .col-md-1 {
        text-align: center;
    }

    .search-modal span {
        font-size: 46px;
    }

.btn-search {
    background-color: #fff;
    color: #159ed3;
}

    .btn-search:hover,
    .btn-search:focus {
        background-color: #159ed3;
        color: #fff;
    }

.search-pad {
    padding: 50px;
}

/*--- panels ---*/

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 10px;
    margin-bottom: 5px;
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #d5d5d5;
        border-radius: 10px;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-title {
    padding: 10px 15px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.panel-body {
    padding: 15px;
}

/*--- sub page styling---*/
.pl-20 {
    width: 20%;
    padding: 0 15px;
}

.pl-80 {
    width: 80%;
    padding: 0 15px;
}

.product-list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.ico-depts {
    display: none;
}
/*--- Sub Page Headers ---*/
.sp-headers {
    height: 31.25rem;
}
.sp-header-info h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #091a2b;
    padding-top: 100px;
}
        .sp-header-info h1 span {
            font-weight: 600;
        }
.sp-btn-il {
    display:flex;
}
.sp-btn-il .btn{
    margin-right:10px;
}

/*--- Sell on Getta ---*/
.sell-header {
    background: #d6e7f0 url('../img/sell-getta.jpg') no-repeat left center;
}
.form-gen,
.form-sell {
    border: 1px #159ed3 dotted;
    border-radius: 25px;
    padding: 50px 100px;
}
.form-sell .hr-thin{
    margin-top:3rem;
    margin-bottom:3rem;
}

/*--- About, Contact, FAQ and policies on Getta ---*/
.about-header {
    background: #d6e7f0 url('../img/getta-about.jpg') no-repeat left center;
}
.img-abs-pos {
    position: absolute;
    top:-117px;
    left:200px;
}
.p-w-480px {
    width:480px;
}

/*-- welcome and thank you page  --*/
.welcome-thanks {

}
    .welcome-thanks h1 {
        color: var(--primary);
        display: flex;
        flex-direction: column;
        text-align: center;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 40px;
    }
       .welcome-thanks h1 span{
            color: var(--secondary);
        }
        .welcome-thanks h1 span.detail {
            color: var(--tertiary);
            font-weight:400;
            font-size:2rem;
        }
    .welcome-thanks h1.sml {
        font-size: 2.5rem;
        line-height:40px;
    }
.wt-note {
    background: #efefef;
    border-radius: 10px;
    padding: 45px;
    margin: 0 100px;
}
.wt-note h4 span{
    color:var(--secondary)
}

.wt-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wt-name h2 {
    border-bottom:2px #555 solid;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.shop-list,
.shop-list-total {
    display: flex;
}
    .shop-list-total .info,
    .shop-list .info {
        width: 70%;
        padding: 0 5px;
        padding: 10px 5px;
    }
    .shop-list-total .price,
    .shop-list .price {
        width: 30%;
        font-weight: 600;
        text-align: right;
        padding: 10px 5px;
    }
    .shop-list-total .info {
        font-weight: 600;
    }
    .shop-list-total .info.delivery {
        font-style:italic;
    }

    .shop-list {
        border-bottom: 1px #ccc solid;
    }
    .shop-list-total {
        border-top:2px #ccc solid;
    }


.wt-links {
    background: transparent url('/img/wt-sml-lines.png') repeat-x center center;
    display: flex;
    align-items: center;
    padding: 25px 120px;
    margin: 0 155px;
}
.wt-links .btn{
    margin:5px;
    font-weight:600;
    font-size:15px;
}

/*-- blogs --*/
.blogs {
}

    .blogs h1 {
        color: var(--primary);
        display: flex;
        flex-direction: column;
        text-align: center;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 45px;
        margin-bottom: 25px;
        padding: 15px 250px;
    }
    .blogs h2 {
        font-size: 1.5rem;
    }

.blog-card {
    background: #fff;
    border-radius: 10px;
    border:1px #ddd solid;
    min-height: 100px;
    overflow:hidden;
    transition:all 0.2s ease-in-out;
}
    .blog-card:hover,
    .blog-card:focus {
        border: 1px #fff solid;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    .blog-card a {
        color: var(--tertiary);
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }
    .blog-card a:hover,
    .blog-card a:focus{
        color: var(--primary);
    }

.blog-card-img {
    height:180px;
    overflow:hidden;
    background-color:#ccc;
}
.blog-card-img img{
    width:100%;
}
.blog-card-body {
    padding: 20px;
}
.blog-post-img {
    max-height:500px;
    border-radius:25px;
    overflow:hidden;
}
.blog-post-img img{
    width:100%;
}

.blog-post-body {
    padding:25px 100px;
}


/*--- pagination ---*/

.pagination {
    margin-top: 2rem;
}

/*--- nav for sorting and filting---*/
.nav-sorting {
    display: flex;
}

    .nav-sorting .btn {
        margin-left: 5px;
    }

/*--- how does it work ---*/
.hdiw-row {
    padding: 25px 150px;
}
.hdiw-indv {
    display: flex;
    flex-direction:column;
    color: #159ed3;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.hdiw-icon {
    border-radius: 50%;
    border: 1px #159ed3 solid;
    width: 135px;
    height: 135px;
    display: flex;
    color: #159ed3;
    font-size: 66px;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;
}
/*--- sell pricing ---*/

.sp-trolley {
    background:transparent url('../img/price-trolley.jpg') no-repeat left center;
}

.sp-row {
    padding: 25px;
}
    .sp-row .col-sm-12{
        margin-bottom:25px;
    }

    .sp-indv {
        display: flex;
        flex-direction: row;
        color: #159ed3;
        align-items: center;
    }

.sp-icon {
    width: 135px;
    height: 135px;
    display: flex;
    font-size: 66px;
    justify-content: center;
    align-items: center;
}
.sp-info {
    margin-left:25px;
    padding-left:25px;
    width:70%;
}
    .sp-info ul{
        margin-left:25px;
    }
.sp-info ul li{
    list-style-type:disc;
}
.sp-grey .sp-icon {
    color: #7f7f7f;
}
.sp-grey h4 {
    color: #7f7f7f;
}
.sp-grey .sp-info {
    border-left: 1px #7f7f7f solid;
    color: #7f7f7f;
}

.sp-blue .sp-icon {
    color: #159ed3;
}
.sp-blue h4 {
    color: #159ed3;
}
.sp-blue .sp-info {
    border-left: 1px #159ed3 solid;
    color: #159ed3;
}


.sp-red .sp-icon {
    color: #e81427;
}
.sp-red h4 {
    color: #e81427;
}
.sp-red .sp-info {
    border-left: 1px #e81427 solid;
    color: #e81427;
}

/*--- contact block---*/
.contact-block {
    border-radius:25px;
    padding:50px;
}

/*--- sell ---*/
.sell-info {
    padding:50px 0;
    color:#fff;
}
    .sell-info h1 {
        color: #fff;
        font-size: 3.5rem;
    }
.sell-info p{
    color:#fff;
}

/*-- Your Order Block ---*/
.order-block {
    padding: 2.5rem 3rem 3rem;
    border: .1rem dashed #d7d7d7;
    background-color: #f9f9f9;
    border-radius: .3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/*--- Two Factor Authentication --*/
.tfa-info-block {
    border: 1px #ddd solid;
    border-radius: 10px;
    min-height: 200px;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

    .tfa-info-block p {
        padding: 0 20px;
    }

    .tfa-info-block .title-icons {
        padding: 20px;
        min-height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .tfa-info-block .title-icons h4 {
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 1.5em;
            margin-bottom: unset;
        }

        .tfa-info-block .title-icons i {
            font-size: 5rem;
            color: var(--primary);
            width: 40%;
            text-align: center;
        }

.tfa-btn {
    border-top: 1px #ddd solid;
    border-radius: 0 0 10px 10px;
    color: var(--primary);
    min-height: 50px;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tfa-btn:hover,
    .tfa-btn:focus {
        background-color: var(--primary);
        color: #fff;
        text-decoration: none;
    }

/*-- Checkbox and Radios --*/

.checkboxes-and-radios {
    max-width: 300px;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 25px;
    margin-bottom: 10px;
}

    .checkboxes-and-radios input {
        display: none;
    }

    .checkboxes-and-radios label {
        cursor: pointer;
        padding-right: 35px;
        position: relative;
        display: block;
        font-size: 15px;
        padding: 5px 0;
    }

    .checkboxes-and-radios input[type="checkbox"],
    .checkboxes-and-radios input[type="radio"] {
        position: absolute;
        visibility: hidden !important;
    }

        .checkboxes-and-radios input[type="checkbox"] + label:before,
        .checkboxes-and-radios input[type="radio"] + label:before,
        .checkboxes-and-radios input[type="checkbox"] + label:after,
        .checkboxes-and-radios input[type="radio"] + label:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -7.5px;
            box-sizing: border-box;
        }

        .checkboxes-and-radios input[type="checkbox"] + label:before,
        .checkboxes-and-radios input[type="radio"] + label:before {
            width: 30px;
            height: 15px;
            right: 0px;
            background: #fff;
            border: 1px solid #e4e3e1;
            border-radius: 15px;
        }

        .checkboxes-and-radios input[type="checkbox"] + label:after,
        .checkboxes-and-radios input[type="radio"] + label:after {
            width: 15px;
            height: 15px;
            right: 15px;
            background: #BDBDBD;
            border-radius: 50%;
            transition: all 200ms ease-out;
        }

        .checkboxes-and-radios input[type="checkbox"]:checked + label:after,
        .checkboxes-and-radios input[type="radio"]:checked + label:after {
            right: 0px;
            background: var(--primary);
        }




.pagination-container {
    margin: 10px;
    padding: 20px 5px;
}

pagination-container, .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-container, .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.page-item:not(:first-child) .page-link, .pagination li:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
    padding: 10px 16px;
    border: 1px solid #253B52;
    margin: 6px;
    border-radius: 20px;
}

.page-item:first-child .page-link .pagination li:first-child {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    padding: 10px 16px;
    border: 1px solid #253B52;
    margin: 6px;
    border-radius: 20px;
}

.page-item:last-child .page-link, .pagination li:last-child {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    padding: 10px 16px;
    border: 1px solid #253B52;
    margin: 6px;
    border-radius: 20px;
}

.pagination li.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    padding: 10px 16px;
    border: 1px solid #253B52;
    margin: 6px;
    border-radius: 20px;
}

.pagination li.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    padding: 12px;
    margin: 6px;
    border-radius: 8px
}

.twitter-typeahead {
    width: 90% !important
}

#cartDetails img {
    padding: 8px;
    width: 120px !important;
    vertical-align: middle
}

.cart-btn {
    cursor: pointer !important;
    padding: 10px;
    color: #fff !important
}

.badge-dark {
    border-radius: 10px;
    margin: 5px;
    padding: 3px
}



@media (min-width:960px) {
    .nav-sorting .btn-filter {
        display: none;
    }
}

/*--- media queries max width ---*/
@media (max-width:1536px) {
    .carousel-caption {
        right: 9%;
        left: 9%;
        z-index: 10;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 7%;
    }
    .carousel-caption h1 {
        font-size: 3.5rem;
        line-height: 1.2em;
    }

    .nl-setup {
        padding-left: 10px;
        padding-right: 10px;
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width:1440px) {
    .carousel-caption {
        right: 7%;
        left: 7%;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 7%;
    }
}

@media(max-width:1366px) {
    .carousel-caption {
        top: 50px;
    }

        .carousel-caption h1 {
            font-size: 3.5rem;
            line-height: 1.2em;
        }

    .top-nav-search {
        margin-left: 20px;
    }

    .g-topnav {
        margin-left: 15px;
    }
}

@media(max-width:960px) {

    .carousel-item,
    .car-dept {
        height: 21.5rem;
    }

    .carousel-caption {
        left: 12%;
        top: 30px;
    }

        .carousel-caption h1 {
            font-size: 2.5rem;
        }

    .prod-col {
        flex: none;
        width: 48%;
    }

    .prod-row {
        overflow: hidden;
        flex-wrap: wrap;
    }

    .tc-header .nav-tabs .nav-item {
        flex: none;
        width: 25%;
    }

        .tc-header .nav-tabs .nav-item:nth-child(4) {
            border-right: none;
        }

    .nl-setup {
        padding-left: 10px;
        padding-right: 10px;
    }

    .foot-quick-note {
        padding: 60px 10px;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
    }

    body {
        margin-bottom: 1300px;
    }

    .footer {
        height: 1300px;
    }

        .footer .col-lg-3 {
            margin-bottom: 25px;
        }
    .fuh-platforms {
        padding: 0px 120px;
    }

    .pr-4-h .prod-col {
        width: 31%;
    }

    .pr-5-h .prod-col {
        width: 23%;
    }

    /*.dept-row .dept-indv {
        width: 32%;
    }*/

    .ht-info-blocks {
        display: none
    }

    .ht-logo {
        width: 155px;
    }


    .top-nav-search {
        margin-left: 10px;
        top:unset;
    }

    .ms-search-inline .btn {
        margin-left: 1px;
    }

    #top .container {
        padding-left: 0;
        padding-right: 0;
    }

    .g-topnav {
        margin-left: 0;
    }

    .navbar-buttons {
        position: absolute;
        right: 120px;
        top: -65px;
    }

        .navbar-buttons .navbar-btn {
            color: #159ed3;
            margin-left: 5px;
            border: 1px #159ed3 solid;
        }

            .navbar-buttons .navbar-btn:hover,
            .navbar-buttons .navbar-btn:focus {
                color: #fff;
                border: 1px #159ed3 solid;
                background: #159ed3;
            }
    .ddm-right-p {
        right: 50px;
    }

    .pl-20 {
        display: none;
    }

    .pl-80 {
        width: 100%;
    }

    .product-list {
        flex-direction: column;
    }

    .prod-div-ver {
        border-right: 0;
    }
    .dept-icon {
        display: block;
    }

    .dept-name {
        display: none;
    }
    .cd-dropdown-trigger {
        padding: 0 45px 0 20px;
    }
}

@media(max-width:768px) {

    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.75rem;
    }

    h3, .h3 {
        font-size: 1.25rem;
    }

    h4, .h4 {
        font-size: 1.125rem;
    }

    h5, .h5 {
        font-size: 1.1rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }

    .prod-col {
        width: 98%;
    }

    .tc-header .nav-tabs .nav-item {
        width: 50%;
    }

        .tc-header .nav-tabs .nav-item:nth-child(2),
        .tc-header .nav-tabs .nav-item:nth-child(6) {
            border-right: none;
        }

    .carousel-caption {
        left: 15%;
        top: 20px;
    }

        .carousel-caption h1 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        .carousel-caption p {
            display: none;
        }

    .btn-blue {
        padding: 10px 20px;
        font-size: 14px;
    }

    .carousel-item,
    .car-dept {
        height: 17rem;
    }

    .car-dept {
        background-position: 165% top;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .btn-black {
        padding: 10px 30px;
        background-color: #000;
        color: #fff;
        border-radius: 50px;
        font-size: 14px;
    }

    .nav-tabs-steps .nav-item {
        border-right: none;
        border-bottom: 1px #cccccc solid;
    }
    .pr-3-h .prod-col,
    .pr-4-h .prod-col,
    .pr-5-h .prod-col {
        width: 98%;
    }

    .navbar-buttons {
        right: 41px;
    }

    .filter-name {
        display: none;
    }

    .btn-50-rnd {
        border-radius: 50%;
    }

    .header-top {
        height: 70px;
    }

    .lsc-logo a {
        top: 4px;
    }

   
    .btn-sircle {
        margin-left: 0;
        height: 43px;
        width:45px;
        line-height: 34px;
    }
    .stat-setup {
        padding: 20px 50px;
    }
    .hdiw-row {
        padding: 25px 50px;
    }
    .form-gen,
    .form-sell {
        padding: 25px 50px;
    }
    .sp-header-info h1 {
        font-size: 2rem;
        padding: 70px 50px 0 50px;
        text-align: center;
    }
    .sp-header-info p{
        display:none;
    }
    .about-header,
    .sell-header {
        background: #d6e7f0;
        background-image: none;
    }
    .sp-headers {
        height: 15rem;
    }
    .img-abs-pos {
        position: unset; 
    }
    .sp-indv {
        display: block;
    }
    .sp-grey .sp-info,
    .sp-blue .sp-info,
    .sp-red .sp-info {
        border: none;
    }
    .sp-info {
        margin-left: 25px;
        padding-left: 0; 
    }
    .top-nav-search {
        width: 60%;
    }
}

@media(max-width: 600px) {
    .grid-total tr td:nth-child(1) {
        width: unset;
        font-weight: bold;
    }

    .grid-total tr td:nth-child(2),
    .grid-total tr td:nth-child(3) {
        font-weight: bold;
        width: unset;
    }

    .grid > span:nth-child(1) {
        width: unset;
    }

    .grid tr th:nth-child(1),
    .grid tr td:nth-child(1) {
        width: unset;
    }

    .grid > span:nth-child(2) {
        width: unset;
    }

    .grid tr th:nth-child(2),
    .grid tr td:nth-child(2) {
        width: unset;
    }

    .grid > span:nth-child(3),
    .grid > span:nth-child(4),
    .grid > span:nth-child(5),
    .grid > span:nth-child(6) {
        width: unset;
    }

    .grid tr th:nth-child(3),
    .grid tr th:nth-child(4),
    .grid tr th:nth-child(5),
    .grid tr th:nth-child(6),
    .grid tr td:nth-child(3),
    .grid tr td:nth-child(4),
    .grid tr td:nth-child(5),
    .grid tr td:nth-child(6) {
        width: unset;
    }

    .grid tfoot th {
        width: 50%;
    }


    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: right;
        }

            table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }

    .foot-quick-note .col-lg-4 {
        margin-bottom: 20px;
    }

    .sdv-sale-pos {
        display: none;
    }

    .sdv-heart {
        max-height: 199px;
        margin: 20px;
    }
}

@media(max-width:576px) {

    #top .container a span.icon {
        display: block;
    }
    #top .container a span i {
        margin-right: 5px;
    }
    #top .container a span.info {
        display: none;
    }

    .dropdown-menu-user {
        margin-left: -100px;
    }
    .carousel-item,
    .car-dept {
        height: 15rem;
    }

    .car-dept {
        background-position: 185% top;
    }

    .top-nav-search {
        width: 60%;
        left: 100px;
    }
    .navbar-toggler {
        position: relative;
        right: 10px;
        top:2px;
    }

    .lsc-cart {
        margin-left: 3%;
        width: 10%;
    }

        .lsc-cart .user, .lsc-cart .cart {
            font-size: 24px;
        }


    .tp-header {
        padding: 10px 0;
    }

    .prod-col {
        margin: 4.5% 1%;
    }

    .prod-detail {
        padding: 15px 25px 110px 25px;
    }

    .prod-img {
        height: 160px;
    }

        .brand-img img, .prod-img img {
            padding: 10px;
        }

    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-buttons {
        right: 15px;
    }

    .btn-add-cart {
        padding: 12px 16px;
    }
    .dept-row .dept-indv {
        padding: 15px 10px;
    } 
    .dept-row .di-icon {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .sp-header-info h1{
        padding:25px 25px 0 25px;
    }
    .sp-info{
        width:100%;
    }
    body{
        margin-bottom:1420px;
    }
    .footer {
        height:1420px;
    }
}

@media(max-width:480px){
    .top-nav-search {
        width: 55%;
        left: 100px;
    }
}
@media(max-width:350px) {
    .top-nav-search {
        width: 50%;
        left: 100px;
    }
}






