@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;600;700;800&display=swap');

body, html {
    overflow-x: hidden;
}

body {
    background-color: #FBFBFB;
    color: #000;
    font-family: 'Inter', sans-serif;
}

:root {
    --blue: #00c0ed;
    --blue-deep: #1797ce;
}

button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
    outline: none !important;
}

/*input glow remove*/
.form-control,
.form-select {
    box-shadow: none !important;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--blue-deep);
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-primary:hover {
    background-color: var(--blue-deep);
    border-color: var(--blue-deep);
}

.form-check-input,
.form-check-label,
.form-select,
.form-select option {
    cursor: pointer;
}

.container {
    max-width: 1200px;
}
.container-920 {
    max-width: 920px;
}

p.err-text{
    color: #ff603f !important;
    font-size: 14px;
    margin-bottom: 0;
}

/* ---header--- */
.timezone {
    background-color: #111111;
    color: #fff;
    font-size: 12px;
}
.timezone img {
    margin-top: -2px;
    margin-right: 5px;
}
.timezone span {
    padding-left: 7px;
    padding-right: 7px;
}

.utils a {
    color: #000;
    font-size: 15px;
    margin-right: 15px;
    transition: all .2s ease;
}
/* .utils a:first-child {
    margin-left: 0;
} */
.utils img {
    margin-top: -2px;
    margin-right: 3px;
    height: 14px;
    object-fit: contain;
}
.utils .btn {
    padding-left: 0;
    padding-right: 0;
}
.utils .bg-danger {
    background-color: rgba(201, 0, 0, 0.95) !important;
    padding-top: 5px;
    margin-left: -40px;
    top: -5px;
}

.logo {
    width: 100%;
    max-width: 180px;
}

.nav img {
    margin-top: -5px;
}
.nav .nav-item {
    margin-right: 15px;
}
.nav-right .nav-item {
    margin-right: 0;
}
nav .nav-link:hover, .utils a:hover {
    color: var(--blue) !important;
}
.nav-right span {
    display: inline-block;
    border: 1px solid #AFAFAF;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.nav-right span span {
    margin-top: 0;
    margin-right: 0;
    border: 0;
    background-color: #C90000;
    width: 10px;height: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
}
.nav-item .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
}
.nav-right  .dropdown .nav-link {
    color: #000;
}
.nav-right  .dropdown img {
    margin-top: -2px;
    margin-right: 5px;
}
.autoComplete_wrapper>input {
    border-color: #C6C6C6 !important;
    color: #000 !important;
}
.autoComplete_wrapper>input:focus {
    border-color: #999 !important;
    color: #000 !important;
}
.autoComplete_wrapper>input {
    background-image: url('../img/ico-search.svg') !important;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #333;
}

/* ---cart page--- */
.moq-info {
    font-weight: 300;
    font-size: 17px;
    display: inline-block;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.cart-wrap,
.shipping-wrap {
    border: 1px solid #DDD;
    padding: 25px 50px;
    background-color: #FFF;
    border-radius: 6px;
}

.cart thead th {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: #AAAAAA;
}

.cart td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart h5 {
    font-size: 17px;
    font-weight: bold;
}

.cart h6 {
    font-size: 14px;
    font-weight: normal;
    color: #8C8C8C;
}

.cart img {
    /* background-color: #F7F7F7; */
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 15px;
    width: 100%;
    max-width: 90px;
}

.cart-stock img {
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin-top: -2px;
    width: 16px;
}

.cart-stock h6 {
    color: #666;
    font-size: 16px;
}

.cart-stock h6 strong {
    color: #000;
}

.cart .form-control {
    width: 35px;
    text-align: center;
}

.cart .sku {
    color: #999;
    font-size: 13px;
}

.cart .price {
    font-size: 17px;
    font-weight: bold;
}

.cart-f-left h6 {
    font-weight: bold;
    font-size: 15px;
    margin-top: 25px;
}

.cart-f-left .form-control,
.cart-f-left .form-floating:not(.form-control:disabled)::before {
    background-color: #F9F9F9;
}

.cart-f-left label {
    font-size: 13px;
    color: #7A7A7A;
}

.cart-total {
    font-size: 17px;
}

.cart-total .gray {
    color: #BBB;
    font-size: 13px;
}

.cart-total .lg {
    font-size: 19px;
}

.cart-total .form-control {
    width: 100px;
}

.cart-total td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-total .coupon-code{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-total .coupon-code p{
    min-width: 160px;
}

.shipping-wrap {
    padding-bottom: 50px;
}
.shipping-wrap .btn:disabled {
    background-color: #8C8C8C;
    border-color: #8C8C8C;
}
.shipping-wrap label {
    font-weight: 400;
    color: #333;
}

.shipping-wrap h5 {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 25px;
}

.shipping-wrap .form-check-inline {
    margin-right: 0;
}

.shipping-wrap a {
    color: #000;
    font-weight: bold;
}

.shipping-tos label {
    font-weight: normal;
}

.shipping-tos label a {
    font-weight: bold;
}

.empty-cart .col-md-12 {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 25px 25px 15px 25px;
    border-radius: 6px;
    margin-bottom: 300px;
}
.empty-cart .col-md-12 h2 {
    font-size: 20px;
}

/* modal login */
.model-login {
    background-color: #000;
}

.model-login h6 {
    color: #FFF !important;
}

.modal-header {
    border-bottom: 0;
}

/* .modal-header .btn-close {
    color: #7A7A7A;
} */
.login-logo {
    max-width: 220px;
    margin-top: 30px;
}

.form-signin .form-control {
    background-color: #181818 !important;
    border-color: #181818;
    color: #FFF;
}

.form-signin .form-floating>label {
    color: #999;
}

.remember-me {
    color: #999;
}

.forgot-pass a {
    text-decoration: none;
    color: #999;
    font-size: 13px;
}

.reg-new-account {
    margin-top: 50px;
    margin-bottom: 25px;
}

/* ---products page--- */

/* --top counters-- */
.products-counters .btn {
    border-color: #BBBBBB;
    font-size: 15px;
    background-color: #fff;
    margin-left: 7px;
    margin-right: 7px;
}

.products-counters .btn:hover {
    background-color: #eee;
    color: #000;
}

.products-counters .btn span {
    display: inline-block;
    background-color: var(--blue);
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    border-top-left-radius: 6px;
}

.products-list-sort {
    border: 1px solid #DEE2E7;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.lists .table {
    border-spacing: 0 15px !important;
    border-collapse: inherit !important;
}
.lists th {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}
.lists th:first-child {
    padding-left: 30px;
}

.lists tbody tr {
    background-color: #fff;
    margin-bottom: 10px;
}

.lists tbody tr td {
    font-size: 15px;
    color: #1C1C1C;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #DEE2E7;
}
.lists tbody tr td:first-child {
    border-left: 1px solid #DEE2E7;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.lists tbody tr td:last-child {
    padding-right: 15px;
    border-right: 1px solid #DEE2E7;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.lists .qty {
    width: 20px;
    text-align: center;
}

.lists .addto img {
    display: inline-block;
    margin-top: -5px;
    margin-right: 5px;
}
.lists .addto .btn {
    width: 145px;
}

.lists .sku {
    font-size: 11px;
    color: #A8A8A8;
}

.lists h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.lists h6 {
    font-size: 13px;
    color: #777777;
    margin-bottom: 0;
}

.lists h6 strong {
    font-size: 13px;
    color: #1C1C1C;
}

.lists h6 img {
    margin-top: -2px;
}

.lists .btn-light {
    background-color: #D8D8D8;
    color: #fff;
    border-color: #D8D8D8;
    font-size: 14px;
}

.lists .req-link {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}

.lists .req-link img {
    width: 16px;
    display: inline-block;
    margin-top: -2px;
}
.actual-price {
    font-size: 13px;
    text-decoration: line-through;
}

/* --model-req-- */
.model-req {
    background-color: #eee;
    padding-bottom: 70px;
}

.model-req .modal-body {
    padding-left: 50px;
    padding-right: 50px;
}

.model-req h5 {
    font-weight: 600;
}

.model-req h6 {
    font-weight: 600;
}

.model-req h6 img {
    width: 32px;
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
}

.model-req .sku {
    font-weight: 15px;
    color: #8E8E8E;
}

.model-req .qty {
    background-color: #fff !important;
    color: #333;
    border-color: #AAA;
    width: 70px !important;
    text-align: center;
}

.req-submit-wrap {
    max-width: 200px;
}

.pagination a {
    color: var(--blue);
}

.pagination .active>.page-link {
    background-color: #F4F4F4;
    border-color: rgb(222, 226, 230);
    color: #aaa;
}

/* --sidebar-- */
.sidebar .btn-toggle {
    display: inline-flex;
    /* align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0; */
}
.sidebar .link-dark:hover, .sidebar .form-check-label:hover {
    color: var(--blue) !important;
}

/* .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  } */

.sidebar .btn-toggle::after {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    padding-bottom: 15px;
}

.sidebar .btn-toggle.collapsed::after {
    padding-bottom: 0;
    padding-left: 5px;
}

.sidebar .btn:active {
    border-color: transparent;
}

.sidebar .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.sidebar .btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.sidebar hr {
    margin-top: 15px;
    border-color: #aaa;
}

.sidebar hr:first-child {
    margin-top: 2px;
}

.sidebar ul {
    margin-top: 10px;
}

.sidebar li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar li .active {
    font-weight: bold;
}

.sidebar .btn-toggle {
    padding: 0;
    font-weight: bold;
}

.sidebar .link-primary {
    color: var(--blue) !important;
}

.cus-collapse {
    height: 192px;
    overflow: hidden;
}
.cus-collapse-top {
    height: 175px;
}
.cus-collapse:hover {
    overflow-y: auto;
}
.see-more {
    padding-top: 10px;
}

#price-collapse .col-l {
    padding-right: 5px;
}

#price-collapse .col-r {
    padding-left: 5px;
}

/* ---home page--- */
#carouselHome {
    margin-top: -25px;
}
#carouselHome .carousel-caption {
    max-width: 400px;
    /* bottom: 80px; */
}
#carouselHome .carousel-caption h5 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px
}
#carouselHome .carousel-caption h5 span {
    font-size: 32px;
    font-weight: 200;
    display: block;
}
#carouselHome .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
}
#carouselHome .carousel-caption {
    top: 20%;
    bottom: auto;
}
@media screen and (min-width:1140.1px) and (max-width:1400px) {
    #carouselHome .carousel-caption {
        top: 8%;
    }
}

@media screen and (min-width:992px) and (max-width:1140px) {
    #carouselHome .carousel-caption {
        top: 2%;
        max-width: 340px;
    }
    #carouselHome .carousel-caption h5 {
        font-size: 35px;
    }
    #carouselHome .carousel-caption p {
        font-size: 14px
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    #carouselHome .carousel-caption {
        max-width: 300px;
    }
    #carouselHome .carousel-caption p {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .register-now-btn{
        font-size: 12px;
        padding: 4px 10px;
    }
}

.header-headline {
    /* background-color: var(--blue); */
    background: rgb(0,192,237);
    background: linear-gradient(0deg, rgba(0,192,237,1) 0%, rgba(45,136,253,1) 100%);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-headline .d-flex p {
    max-width: 450px;
    font-size: 17px;
    font-weight: 300;
    padding: 0 0 0 30px;
    margin: 0;
}
.header-headline .d-flex h4 {
    font-size: 35px;
    font-weight: bold;
}
/* .headline-left {
    width: 200px;
} */

.home-feat {
    padding: 20px 0;
    padding-top: 0px;
}
.home-feat .list {
    margin-bottom: 30px;
    margin-top: 0;
}
.home-feat .list h4 {
    font-weight: 700;
}
.home-feat .list p {
    padding-left: 50px;
    font-weight: 300;
    max-width: 500px;
}
.home-feat .list img {
    margin-top: -4px;
    padding-right: 10px;
}
.home-feat-img img {
    padding: 50px;
    background-image: url('../img/bg-dots.svg');
    background-repeat: repeat;
}

.todays-deal-wrap .home-ads:last-child {
    display: none;
}
.todays-deal-wrap .home-ads {
    margin-bottom: 50px;
}
.home-ads .container {
    padding-left: 0;
    padding-right: 0;
}

.todays-deal .container {
    /* background-color: #fff; */
    padding: 25px;
    margin-bottom: 50px;
    /* border: 1px solid #EBEBEB; */
    /* border-radius: 6px; */
}
.todays-deal .btn-addto img {
    margin-top: -3px;
}
/* .todays-deal h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    height: 2rem;
    margin-bottom: 15px;
} */

.todays-deal h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    height: 2.7rem;
    margin-bottom: 15px;
}
.todays-deal h4, .browse-by h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
.todays-deal h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}
.todays-deal .col-md-3 {
    text-align: center;
}
.todays-deal .col-md-3 img.img-fluid {
    height: 220px;
    max-height: 187px;
}

@media screen and (max-width:767px) {
    .todays-deal .col-md-3 img.img-fluid {
        height: 150px;
        max-height: 100%;
    }
    .todays-deal .container, .todays-deal-wrap .home-ads {
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .todays-deal .container {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .home-feat-img img {
        padding: 20px;
    }
}

.browse-by {
    /* margin-bottom: 50px; */
    padding-top: 50px;
    padding-bottom: 20px;
}
.browse-by .row {
    margin-right: -24px;
    margin-left: -24px;
}
.browse-by .item-wrap {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 9px;
    padding: 25px;
    margin-bottom: 25px;
}
.browse-by .col-md-3 h3 {
    font-size: 19px;
    font-weight: bold;
    height: 2em;
    color: #000;
} 
.browse-by .col-md-3 h6 {
    font-size: 12px;
    color: #999;

}
.browse-by .col-md-3 h6 img {
    width: 16px;
    margin-right: 5px;
    margin-top: -3px;
}
.browse-by .col-md-3 .text-center img {
    padding: 20px 30px;
    width: 100%;
}

@media screen and (max-width:991px) {
    .browse-by .col-md-3 .text-center img {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.customer-support {
    background-image: url('../img/support-bg.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: -30px;
}
.customer-support h6 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    max-width: 300px;
    margin: 0;
    padding: 70px 0;
}
.customer-support h6 a {
    color: #fff;
}

.hero-gen {
    background-color: var(--blue);
    background-image: url('../img/bg-path.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -25px;
    padding-top: 70px;
}
.hero-alt {
    text-align: center;
    color: #fff;
    padding: 100px 0;
    margin-top: -25px;
}
.hero-alt nav {
    display: inline-block;
}
.hero-alt .breadcrumb-item a {
    color: #fff;
}
.hero-alt .breadcrumb-item.active {
    color: #ddd;
    font-weight: 300;
}
.hero-gen h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-top: -70px;
    margin-bottom: 0;
    padding: 0;
}
.hero-gen img {
    margin-bottom: -70px;
}
.hero-gen iframe {
    margin-bottom: -70px;
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
}

.intro {
    margin-top: 140px;
}
.intro p {
    font-size: 18px;
    margin-bottom: 70px;
}
.intro-about p {
    margin-bottom: 40px;
}
.intro-about h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.intro h2 {
    font-size: 24px;
    font-weight: 900;
}

.core-bg {
    background-image: url('../img/iphone-2.jpg');
    background-size: cover;
    background-position: center right;
    height: 300px;
    border-radius: 6px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px
}
.core-bg h3 {
    position: absolute;
    bottom: 140px;
}
.core-bg p {
    position: absolute;
    bottom: 60px;
    max-width: 300px;
    line-height: 1.1em;
    font-size: 20px;
    font-weight: 300;
}

@media screen and (max-width:767px) {
    .core-bg h3, .core-bg p {
        background-color: rgb(255 255 255 / 60%);
        padding: 3px 7px;
    }
}

.customer-test {
    background-image: url('../img/bg-test.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: -30px;
    padding: 130px 0;
    color: #fff;
}

@media screen and (max-width:767px) {
    .customer-test {
        padding: 55px 0px ;
    }
}

.customer-test .info {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 480px;
    padding: 25px;
    border-radius: 6px;
    margin: 0 auto;
}
.customer-test h6 {
    font-weight: 600;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.customer-test h5 {
    font-size: 13px;
    font-weight: 300;
}
.customer-test h5 img {
    width: 36px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 100%;
}

.more-about {
    padding: 30px 0 20px 0;
}
.more-about img {
    margin-bottom: 20px;
}
.more-about h4 {
    font-size: 19px;
    font-weight: bold;
}
.more-about p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 35px;
}

.hero-process {
    background-image: url('../img/bg-process.jpg');
    background-size: cover;
}
.hero-grading {
    background-image: url('../img/bg-grading.jpg');
    background-position: center;
}

.main {
    padding-top: 40px;
}
.main h1 {
    font-weight: 900;
    margin-bottom: 40px;
}
.main h2 {
    font-weight: 900;
}
.main p {
    color: #666;
}
.div-bg-1, .div-bg-2 {
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
}
.div-bg-1 {
    background-image: url('../img/line-bg-1.svg');
}
.div-bg-2 {
    background-image: url('../img/line-bg-2.svg');
}

@media screen and (max-width:767px) {
    .bg-light-upto-xs {
        background-color: #f3f2f2 !important;
    }
    .div-bg-1, .div-bg-2 {
        background-image: none;
        display: none;
    }
    .process-main p {
        margin-bottom: 30px;
    }
    .process-main .row:last-child p{
        margin-bottom: 0px;
    }
}

.main-faq {
    margin-top: 50px;
}
.main .accordion-button:not(.collapsed), .main .accordion-button {
    background-color: transparent;
    color: #000;
    font-weight: 900;
    font-size: 24px;
    box-shadow: none;
}

@media screen and (max-width:767px) {
    .main .accordion-button:not(.collapsed), .main .accordion-button {
        font-size: 19px;
    }
}

.main .accordion-item {
    border: 0;
}

.main.contact {
    margin-top: 60px;
    margin-bottom: 50px;
}
.contact-info h3 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}
.contact-info h4 {
    font-size: 20px;
    font-weight: 600;
}
.contact-info h4 img {
    width: 20px;
    margin-top: -3px;
    margin-right: 5px;
}
.contact-info p {
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}
.contact .c-form {
    background-color: #fff;
    padding: 40px 35px 50px 35px;
    border-radius: 12px;
}
.contact .c-form h5 {
    font-weight: bold;
    margin-bottom: 25px;
}

.main.grading-main {
    padding-top: 70px;
}

.row-download .btn {
    padding: 15px 30px;
}


.footer-msg {
    background-color: #DDEAEF;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: -30px;
    margin-top: 50px;
}
.footer-msg .d-flex p {
    max-width: 500px;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 30px;
    margin: 0;
}
.footer-msg-grading .d-flex p {
    min-width: 800px;
}
.footer-msg .d-flex h4 {
    font-size: 36px;
    font-weight: bold;
}
.footer-msg .d-flex p a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

/* ---footer--- */
footer {
    background-color: #111111;
    color: #dbdbdb;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: 30px;
    overflow: hidden;
}
footer h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
footer h6 {
    color: #888888;
    font-weight: normal;
    font-size: 12px;
    margin-top: 40px;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
    margin-bottom: 15px;
}
footer li a {
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
    display: block;
}
footer p {
    font-size: 14px;
}

.social img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fffffff0;
    padding: 2px;
    margin-right: 2px;
    transform: scale(.9);
    transition: all .3s ease;
}

.social img:hover{
    transform: scale(1);
}
.social a {
    margin-right: 3px;
}

@media screen and (max-width:767px) {
    footer {
        text-align: center;
    }
    .social a {
        margin-right: 2px;
        margin-left: 2px;
    }
}


.footer-logo {
    max-width: 200px;
    margin-top: -25px;
}
.copyright {
    color: #888;
    font-size: 14px;
}
.newsletter {
    margin-top: 50px;
}
.newsletter input {
    max-width: 240px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #888;
    padding-left: 0;
    font-weight: 300;
}
.newsletter .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #888;
    outline: 0;
    box-shadow: none;
}
.newsletter button {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    border-bottom: 1px solid #888;
    border-left: 0;
    padding-right: 0;
}
.newsletter button:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #888;
}

@media screen and (max-width:767px) {
    .newsletter .newsletter-form {
        display: inline-block;
    }
}

.toastify {
    background: transparent;
}

#whatsapp-icon {
    position: fixed;
    bottom: 85px;
    right: 17px;
    cursor: pointer;
}

#whatsapp-icon #text-field {
    display: none;
}

#whatsapp-icon #text-field #welcome-message {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    color: rgb(54, 54, 53);
}

#whatsapp-icon.clicked #text-field {
    display: block;
    height: 200px;
    padding-top: 40px;
}

#whatsapp-icon #text-field #user-input {
    color: #D8D8D8;
}

#whatsapp-icon #text-field {
    background-color: #ebefe5;
    margin-bottom: 10px;
    padding: 10px;
}

#whatsapp-icon #text-field input[type="text"] {
    background-color: #3e3e3e;
    padding: 10px;
    width: 200px;
}

#whatsapp-icon #text-field #send-button {
    background-color: #25D366;
    color: #ededed;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 10px;
    margin-top: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
}

#whatsapp-icon #text-field #send-button:hover {
    background-color: #128C7E;
}

/* #autoComplete_list_1 */
#autoComplete_list_1 {
    padding: 25px 5px;
    background: #F3F3F3;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
}
.autoComplete_wrapper > ul > li {
    background-color: transparent !important;
    font-size: 13px !important;
    font-weight: bold;
}
.autoComplete_wrapper > ul > li mark {
    padding: 0;
    font-weight: bold !important;
}
#autoComplete_list_1 p {
    text-align: center;
    font-size: 13px;
}
.autoComplete_wrapper > ul > li em {
    font-style: normal;
    display: block;
    font-size: 11px;
    color: #5A5A5A;
    font-weight: 300;
}
.autoComplete_wrapper .auto-price {
    display: flex;
    align-items: center;
}
.autoComplete_wrapper .btn {
    background-image: url('../img/ico-add-to.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 20px;
    border-radius: 5px;
}
.mobile-nav .autoComplete_wrapper{
    width: 100%;
    margin-bottom: 2rem;
}
.mobile-nav .autoComplete_wrapper input{
    width: 100%;
    border-radius: 6px;
}
.mobile-nav #autoComplete_list_1 p{
    color: #000;
}

@media screen and (min-width:992px) {
    .modal.show .modal-dialog {
        margin-top: 125px;
    }
}
@media screen and (max-width:991.99px) {
    .utils .bg-danger{
        margin-left: 0 !important;
    }
}

@media screen and (max-width:767px) {
    footer .d-flex {
        display: block !important;
        width: 100%;
    }

    /* .home-feat {
        padding-top: 50px;
    } */

    .browse-by {
        padding: 15px;
        margin-bottom: 0;
    }
    .browse-by .col-md-3, .todays-deal .col-md-3 {
        width: 50%;
    }
    .todays-deal .col-md-3 {
        padding-bottom: 40px;
    }
    .header-headline {
        padding-top: 15px;
        padding-bottom: 7px;
    }
    .header-headline .d-flex h4 {
        font-size: 17px;
    }
    .header-headline .d-flex p {
        font-size: 14px;
        line-height: 1.4em;
    }
    #carouselHome .d-none {
        display: block !important;
    }
    #carouselHome .carousel-caption h5 {
        font-size: 14px;
        width: 150px;
    }
    #carouselHome .carousel-caption h5 span {
        font-size: 16px;
    }
    #carouselHome .carousel-caption p {
        font-size: 12px;
        display: none;
    }
    #carouselHome .carousel-caption {
        top: 23%;
        left: 10%;
    }
    #carouselHome .carousel-caption .btn-primary {
        font-size: 13px;
    }

    .hero-gen h1 {
        padding-top: 35px;
        padding-bottom: 35px;
        font-size: 36px;
        text-align: center;
    }

    .intro {
        margin-top: 120px;
    }

    .intro h2 {
        font-size: 20px;
    }

    .more-about .col-md-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-msg .d-flex p {
        min-width: auto;
    }
    .footer-msg .d-flex p {
        max-width: 100%;
        /* padding-right: 50px; */
    }
    .footer-msg .d-flex h4 {
        /* padding-left: 90px; */
        font-size: 24px;
    }
    .process-main {
        padding-top: 40px;
    }
    .process-main h1 {
        margin-bottom: 25px;
    }
    .process-main img {
        margin-bottom: 15px;
    }

    .lists .table thead {
        display: none;
    }

    .lists .table tr td {
        width: 100%;
        display: block;
        text-align: left !important;
    }

    .lists tbody tr td:first-child,
    .lists tbody tr td:last-child {
        border: 0;
        border-radius: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lists tbody tr td {
        border-bottom: 0;
        border: 0;
        padding: 5px 15px;  
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .lists .table tr td::before {
        float: left;
        /* margin: 0.75rem; */
        font-weight: bold;
        margin-right: 25px;
        width: 90px;
    }
    .lists tr td:nth-child(1) {
        padding-top: 15px;
        border-top: 1px solid #eee !important;
        border-left: 1px solid #eee !important;
        border-right: 1px solid #eee !important;
    }
    .lists tr td:nth-child(8) {
        padding-bottom: 15px;
        border-left: 1px solid #eee !important;
        border-right: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
    }
    .lists tr td:nth-child(3)::before {
        content: "Brand";
    }
    .lists tr td:nth-child(4)::before {
        content: "Color";
    }
    .lists tr td:nth-child(5)::before {
        content: "Storage";
    }
    .lists tr td:nth-child(6)::before {
        content: "Condition";
    }
    .lists tr td:nth-child(7)::before {
        content: "Price";
    }


    .cart{
        overflow: auto;
    }
    
    .cart img{
        width: auto;
        /* padding: 0; */
        /* border: 0; */
    }
    .cart-wrap, .shipping-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart .table thead {
        display: none;
    }
    .cart .table tr {
        border-bottom: 50px solid #fff;
    }
    .cart .table tr td {
        width: 100%;
        /* display: block; */
        text-align: left !important;
        border: 0;
        padding: 5px;
    }
    .cart .table tr td::before {
        float: left;
        /* margin: 0.75rem; */
        font-weight: bold;
        margin-right: 25px;
        width: 150px;
    }
    .cart tr td:nth-child(3)::before {
        content: "Stock";
    }
    .cart tr td:nth-child(4)::before {
        content: "Qty";
    }
    .cart tr td:nth-child(5)::before {
        content: "Unit Price";
    }
    .cart tr td:nth-child(6)::before {
        content: "Subtotal";
    }
    .cart .input-group {
        width: 100px;
    }
    .cart-total .coupon-code .input-group{
        max-width: 300px;
    }
    .cart-table tr td:nth-child(2) {
        white-space: nowrap;
        padding: 0 25px;
    }

    header .cus-mobile-hide,
    nav.cus-mobile-hide .container {
        display: none !important;
    }
    nav.cus-mobile-hide {
        padding: 0 !important;
    }
    /* header .utils a:nth-child(2),
    header .utils a:nth-child(3) {
        display: none;
    } */
    header .col-xs-6 {
        width: 50%;
    }

    .offcanvas-body ul li {
        display: block;
        width: 100%;
    }
    .offcanvas-body ul li a {
        color: #fff !important;
    }
    .offcanvas-body ul li a.dropdown-item {
        color: #111 !important;
    }
    .offcanvas-body ul li a:hover {
        color: var(--blue) !important;
    }
    .nav-item .dropdown-toggle {
        padding-left: 10px;
    }

    .lists tbody tr td:first-child img {
        width: 250px !important;
        height: auto !important;
        /* width: 180px !important;
        height: auto !important; */
    }
    .lists tbody tr td {
        padding-left: 30px;
        padding-right: 30px;
    }
    .lists tbody tr td:nth-child(3),
    .lists tbody tr td:nth-child(4),
    .lists tbody tr td:nth-child(5),
    .lists tbody tr td:nth-child(6),
    .lists tbody tr td:nth-child(7) {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:991px) {
    .products-counters .btn {
        margin-bottom: 10px;
        width: 45%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .lists .hide-tab {
        display: none;
    }
    .lists .addto .btn {
        width: auto;
    }
}
@media screen and (min-width:768px) and (max-width:900px) {
    .lists tbody tr td {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 75%;
    }
    .nav .nav-item.m-fix{
        margin-right: 5px;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .utils .cus-mobile-hide {
        display: none;
    }
    .autoComplete_wrapper > input {
        width: 270px !important;
    }
    #carouselHome .carousel-caption {
        top: 0%;
    }
    #carouselHome .carousel-caption h5 {
        font-size: 30px;
    }
    #carouselHome .carousel-caption h5 span {
        font-size: 24px;
    }
    .cart-total .coupon-code{
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width:380px) {
    .header-headline {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-headline .d-flex p {
        padding-left: 15px;
        font-size: 12px;
    }
    #carouselHome .carousel-caption {
        top: -4%;
    }
    #carouselHome .carousel-caption h5 {
        font-size: 18px;
    }
    #carouselHome .carousel-caption h5 span {
        font-size: 13px;
    }
    .products-counters .btn {
        padding: 5px;
        font-size: 13px;
    }
    .todays-deal h4, .browse-by h4 {
        font-size: 24px;
    }
}

.carousel-caption {
    color: #111;
}

@media screen and (max-width:480px) {
    #carouselHome .carousel-caption .btn-primary {
        font-size: 12px;
        padding: 3px 7px;
        border-radius: 3px;
        /* background-color: transparent; */
        border: 0;
        /* color: var(--blue); */
        margin-top: -10px;
    }
    .cart-total .coupon-code{
        flex-direction: column;
        align-items: start;
    }
    .cart-total .coupon-code .input-group{
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .browse-by h4 {
        margin-top: 15px;
    }
}


.hero-tpl {
    background-image: none;
    background-color: #1C1C1C;
    padding-top: 55px;
    padding-bottom: 50px;
}
.tpl-main h1 {
    margin-bottom: 20px;
}
.tpl-main p {
    margin-bottom: 50px;
}

@media screen and (max-width:991px) {
    .timezone {
        overflow-x: hidden;
        width: 100%;
        white-space: nowrap;
    }
    .scroll-text {
        /* animation properties */
        -webkit-animation: my-animation 10s linear infinite both alternate;
    animation: my-animation 10s linear infinite both alternate;
    }
    
    /* for Firefox */
    @-moz-keyframes my-animation {
        from { -moz-transform: translateX(100%); }
        to { -moz-transform: translateX(-100%); }
    }
    
    /* for Chrome */
    @-webkit-keyframes my-animation {
        from { -webkit-transform: translateX(100%); }
        to { -webkit-transform: translateX(-100%); }
    }
    
    @keyframes my-animation {
        from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        }
        to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        }
    }
}

.offcanvas-body .link-dark:focus {
    color: #fff !important;
}
.offcanvas-body .link-dark:hover {
    color: var(--blue) !important;
}

.order-returns img {
    max-width: 64px;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* Fahim */

.deals-headline{
    background-color: transparent!important;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.deals-headline h4{
    /* font-size: 36px; */
    margin-bottom: 0px;
}

.product-wrapper{
    border: 1px solid #f4f4f4;
    padding: 40px;
    background-color: #fff;
}

@media screen and (max-width:1024px) {
    .product-wrapper{
        border: 1px solid #f4f4f4;
        padding: 0px;
        background-color: transparent;
        border: none;
    }
}

/* Suhe */

.alert-msg{
    font-size: 15px;
}

.alert-msg i{
    font-size: 25px;
    color: #00c0ed;
    font-weight: bolder;
}

.order-note{
    font-size: 13px;
    padding: 10px;
    margin: 1rem 0;
    color: #055160;
    border: 1px solid #00c0ed63;
    border-radius: 6px;
    background-color: #00c0ed0f;
}

.prices{
    vertical-align: bottom;
}

.prices del {
    color: rgba(255, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 15px;
}

.prices del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 0, 0, 0.8);
    height: 31px;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: rotate(-6deg);
}

.prices .crnt-price {
    font-size: 17px;
    font-weight: 500;
}

.category-item{
    max-width: 280px;
    transition: all .3s ease;
}

.category-item h3{ transition: all .3s ease; }

.category-item:hover{
    transform: scale(1.02);
    box-shadow: 0px 2px 5px #ddd;
}

.category-item:hover h3{
    color: #00c0ed;
}

.category-item .img-fluid{
    height: 220px;
    max-height: 187px;
    object-fit: contain;
    padding: 0 !important;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px;
    height: 50px;
}

.video-container {
    border-radius: 10px;
    box-shadow: 0px 3px 6px #bfc3cf, -3px -3px 6px #fff;
    padding: 10px 8px 2px 8px;
    margin-bottom: 22px;
    width: 100%;
    height: auto;
}

.video-container video{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.video-details h3{
    box-shadow: 0px 2px 5px #6098c3;
    width: fit-content;
    margin: auto;
    padding: 5px 30px;
    border-radius: 6px;
}

.video-details{
    height: 500px;
    box-shadow: 0px 2px 8px #c5c2c2;
    border-radius: 6px;
    background-color: #eaebef6e;
    padding-top: 20px;
}

.video-details ul{
    list-style: none;
    text-align: center;
    padding: 20px 10px;
}

.video-details ul li{
    padding: 8px 0;
    border-bottom: 2px dotted #cecece;
    font-size: 14px;
}

.video-details ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

/* --end-- Suhe */