@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


:root {
    --primary: #243551;
    --secondary: #ff1d58;
}
* {
    outline: none !important;
    scroll-behavior: smooth;
}


.btn-success {
    color: #fff;
    background-color: #898888;
    border-color: #898888;
}



.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

body {
    font-family: 'montserratregular';
    color: #000;
    background-color: #fff;
    font-size: 14px;
}

.container {
    /* max-width: 1440px; */
}

footer .logo {
    max-width: 100px;
}

.breadcrumb {
    padding-top: 0;
    padding: 0px;
}

.form-control {
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #c8c8c8;
}


/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: #c8c8c8;
}


/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #c8c8c8;
}


/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #c8c8c8;
}


/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: #c8c8c8;
}


/* Microsoft Edge */

.carousel-caption {
    background: #00000069;
    top: 40%;
    right: auto;
    left: 35%;
    padding: 2rem 2rem 1.5rem 2rem;
    bottom: auto;
    width: 35%;
    text-shadow: -2px 0px 3px #4e4e4e;
}

.footer-divider {
    position: relative;
}

.footer-divider:before,
.footer-divider:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #1d2a3f;
    box-shadow: 1px 0 0 #394963;
}

.footer-divider:after {
    right: 0;
    top: 0;
}

.footer-divider:before {
    left: 0;
}

.card-img-wrapper {
    height: 250px;
    display: flex;
    overflow: hidden;
    /* padding: 2rem;*/
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    cursor: pointer;
}

.color-wrapper label {
    width: 20px;
    height: 20px;
    border: 1px solid;
    margin: 0 0.2rem;
}

.card-img-wrapper img,
.img-wrapper img {
    margin: auto;
    /* object-fit: scale-down;*/
    height: 100%;
    width: 100%;
}

.carousel-caption h5 {
    text-transform: uppercase;
}

.jumbo .dropdown-menu {
    padding: 0;
}

.dropdrill .dropdown-item {
    position: relative;
}

.dropdrill>.dropdown-item::after {
    right: 15px;
    position: absolute;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    top: 8px;
}

.dropdrill .dropdown-item+ul {
    position: absolute;
    right: -90px;
    top: 0;
    background: #fff;
    padding: 0;
    display: none;
}

.dropdrill .dropdown-item:hover+ul,
.dropdrill .dropdown-item:hover+ul:hover,
.dropdown-menu li:hover>ul,
.dropdrill .dropdown-item.active+ul {
    display: block;
}

.dropdown-menu {
    padding: 0.5rem 0rem;
    border-radius: 0;
    border: none;
    margin-top: -1px;
    box-shadow: 1px 1px 2px #ccc;
}


/*.dropdown-menu::before{        display: inline-block;    margin-left: .255em;    vertical-align: .255em;    content: "";    border-top: 0;    border-right: .3em solid transparent;    border-bottom: .3em solid;    border-left: .3em solid transparent;}*/


}

li.nav-item.active,
li.nav-item:hover,
li.nav-item:active,
li.nav-item:focus,
li.nav-item.show {
    background: var(--secondary);
}

.drop-title {
    /*    font-family: "roboto-bold";*/

    color: var(--secondary);
    padding: 0 1.5rem 0.25rem 1.5rem;
}

.dropdown-menu a {
    /*    font-family: "roboto-regular";*/

    color: var(--primary);
    font-size: 0.8rem;
    white-space: pre-line;
    text-decoration: underline
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu li:hover>.dropdown-item {
    background-color: transparent;
    color: var(--secondary);
    font-weight: bold;
}

.dropdown-menu.show>div:nth-child(even) {
    background: #fafafa;
}

.dropdown-menu.show>div {
    padding: 0.9rem 0;
    padding-bottom: 0px;
}

.media {
    flex-direction: row;
    margin-bottom: 10px;
}

.price {
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    color: var(--secondary);
    font-weight: 500;
}

.btn.btn-secondary,
.btn.btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 10px 25px;
}

.btn.btn-secondary {
    background: var(--secondary);
}

.btn.btn-primary {
    background: var(--secondary);
}

.carousel-cards .btn {
    line-height: 40px;
}

.categories .card:hover,
.subscribe .card:hover {
    transform: scale(1.05);
    transition: 0.15s all ease-in-out;
    cursor: pointer;
}

.category-title {
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 15px 0;
    font-size: 13px;
    color: #000;
}

.top-strip {
    font-size: 17px;
    background-color: var(--secondary);
    padding: 5px 0;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}

.img-wrapper {
    height: 200px;
    /*    height: 108px;*/

    overflow: hidden;
    display: flex;
    /*    padding-top: 20px;*/
}

.card-img-top {
    /*    max-height: 100%;*/

    width: 100%;
    max-width: 100%;
}

/*.top-strip img {    width: 18px;}*/
.cta {
    font-size: 0.9rem;
}

.input-group-text {
    background: #fff;
    border-width: 1px 1px 1px 0;
}

.search {
    background: #fff;
}

.search .form-control {
    border-right: none;
}

.card,
.btn,
.form-control {
    border-radius: 0;
}

.cart-input {
    max-width: 55px;
    margin: auto;
}

.btn:disabled,
.btn.disabled {
    opacity: .5;
}

h2 a {
    font-size: 0.8rem;
    /*    font-family: "roboto-thin";*/

    text-transform: capitalize;
}

section.subscribe button {
    padding: 0.8rem;
}

section.subscribe .form-control {
    padding: 1.7rem 1rem;
}

.card.media {
    box-shadow: 1px 1px 3px #f0f0f0;
}

.card-body span.text-mute {
    color: #858585;
    font-size: 11px;
    margin-bottom: 1px;
}

.card-title {
    line-height: 21px;
    font-size: 12px;
}

section h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    /*    text-transform: uppercase;*/
}

.cat-home h2 a {
    text-transform: uppercase;
}

li.card.media img {
    width: 108px;
}

.media h5 {
    color: var(--secondary);
    font-size: 17px;
}

.form-select {
    font-size: 0.75rem;
    padding: 0.1rem 0.2rem;
    border-color: #ccc;
    color: #797979;
    font-weight: 300;
}

.media-body {
    font-size: 13px;
    padding-top: 10px;
}

.subscribe {
    background: #fff;
    padding: 60px 1rem;
}

.custom-border {
    position: relative;
}

.custom-border:before {
    content: "";
    position: absolute;
    background: rgb(34, 193, 195);
    background: linear-gradient(0deg, rgba(34, 193, 195, 0) 0%, #d1d1d1 27%, #d1d1d1 73%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 1px;
    left: 0px;
}

.subscribe .btn {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
}

.carousel-cell .card {
    width: 260px;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #ccc;
    height: 300px;
}

/* Force 5 cards to show in featured products carousel - Edge compatible */
.featured-products .carousel-cards .carousel-cell {
    width: 20% !important;
    min-width: 20% !important;
    max-width: 20% !important;
}

.featured-products .carousel-cards .carousel-cell .card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.page .carousel-cell .card {
    margin: 0 12px;
}

.featured-products,
.categories {
    padding: 2rem 15px 2rem 15px;
}

.pad-40 {
    padding: 3rem 15px 3rem 15px;
}

.categories .card,
.page .card {
    margin-bottom: 1rem;
}

.categories .card-body {
    background: #ffffff8c;
    color: #000;
    text-align: center;
    padding: 0.4rem 0 0.4rem 0;
    /*    position: absolute;*/

    width: 100%;
    bottom: 0;
}

.latest_news .card-body {
    position: none;
}

.card-text span {
    display: block;
    text-transform: capitalize;
}

.card-text {
    /*    font-size: 1.2rem;*/

    font-weight: normal;
}

.recommended .card {
    border: none;
}

.quick-links {
    padding: 3rem 0 2rem 0;
    background: url(../images/bg-img.jpg);
    color: #fff;
}

.quick-links span {
    display: inline-block;
}

.quick-links img {
    width: 90px;
    display: inline-block;
}

.quick-links a {
    color: #fff;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.header-actions {
    /*  max-height: 100px;*/
    background: var(--primary);
}

.header-actions .icons img {
    width: 12px;
    margin-top: -7px;
    margin-right: 6px;
    /*    width: 22px;*/
}

a.nav-link {
    color: #fff;
    /*    font-weight: 600;*/
    /* font-size: 1rem;*/

    padding: 20px 10px;
    /*    font-family: 'Open Sans', sans-serif;*/

    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    /*     margin: 5px 0 6px 0;*/
    /* border-right: 1px solid #3e3e3f;*/
}

.navbar {
    background-color: var(--primary);
    /*    font-family: "Roboto-thin";*/

    padding: 0;
}

.navbar-nav {
    position: relative;
}

.dropdown.jumbo {
    position: initial;
    /*    background-color: var(--secondary);*/
}

.dropdown.jumbo .dropdown-menu.show {
    display: flex;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0px;
}

.dropdown.jumbo .dropdown-menu {
    width: 100%;
}

footer {
    padding-top: 2rem;
    background-color: var(--primary);
    /*   border-top: 5px solid #45556e;*/
}

footer a {
    color: #bcbec1;
}

footer p a {
    color: var(--secondary);
    font-weight: 400;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: var(--secondary);
}

.copyrights {
    background-color: #1d2a3f;
    text-align: center;
    color: #657081;
    font-size: 12px;
    padding: 10px;
    margin-top: 2rem;
}

.flickity-viewport {
    transition: all 0.15s ease-in-out;
}

.icons .dropdown-toggle::after {
    margin-left: 0;
    color: #f5f0f0;
}

/* ------- PAGE STYLES ------- */
.page .card-img-wrapper {
    height: 200px;
    padding: 1rem;
}

.nowrap {
    white-space: nowrap;
}

.page {
    padding: 2rem 0;
}

.categories .card-text span {
    color: #ffbfbf;
}

.sub-category .card-body {
    padding: .5rem 1rem;
    text-align: center;
}

.page .card-text {
    font-size: 1rem;
    line-height: 16px;
    padding: 0.5rem 0;
}

.sidebar-filters .btn {
    padding: 0 0 0 7px;
}

.sidebar-filters .btn:before {
    display: inline-block;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    vertical-align: inherit;
}

.sidebar-filters .collapsed.btn:before {
    display: inline-block;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}

.sidebar-filters a {
    color: var(--primary);
}

.sidebar-filters li a.active,
.sidebar-filters .active .btn {
    color: var(--secondary);
}

.sidebar-filters ul {
    padding-bottom: 1rem;
    padding-left: 1.9rem;
}

.product-details {
    margin-bottom: 2rempx;
}

.product-details .carousel-cell {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    display: flex;
    background: #e2e2e2;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    margin-bottom: 1rem;
}

.carousel-nav .carousel-cell {
    height: 80px;
    width: 100px;
    overflow: hidden;
    display: flex;
    background-color: #e2e2e2;
    border: 1px solid #ccc;
    margin: 0 0.5rem;
}

.brand {
    display: inline-block;
    color: #111111;
    font-weight: 500;
}

.product-desc .list-group-horizontal>.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item {
    background: none;
    padding: 0;
    border: none;
}

.desc-title {
    text-align: right;
    background: #e2e2e2;
}

.cart-box .card {
    padding: 1rem;
    background: #F2F2F2;
    border: 0px !important;
}

.share img {
    filter: invert(1);
    padding: 0 0.25rem;
}

.share {
    text-align: center;
    padding-bottom: 0.5rem;
}

.carousel-nav .carousel-cell img,
.product-details .carousel-cell img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
}

.carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
    border: 3px solid var(--secondary);
    box-shadow: 0 0 5px #ccc;
}

.carousel-nav .flickity-prev-next-button {
    width: 20px;
    height: 20px;
}

.color-wrapper input[type="radio"]:checked+label {
    border: 2px solid red;
}

.flickity-button {
    background: transparent !important;
    color: #333;
}

.flickity-prev-next-button.previous {
    left: -2% !Important;
}

.flickity-prev-next-button.next {
    right: -3% !Important;
}

.carousel-nav .carousel-cell:first-child {
    margin-left: 0 !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.dropdown-toggle:focus,
.dropdown-toggle:focus {
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .cartshow {
        right: 0px !important;
    }

    .checkout-stepss {
        width: 100% !important;
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    button.navbar-toggler img {
        width: 30px;
    }

    .logo-img img {
        position: relative !important;
        top: 0px !important;
        height: 80px;
        object-fit: fill;
        width: auto;
        padding: 5px 0px;
    }

    .quick-links {
        font-size: 12px;
    }

    .list-group-horizontal {
        padding: 0;
    }

    .list-group-item {}

    .nav-item>a.nav-link {
        padding: 0.5rem 1rem;
    }

    .product-info {
        margin-top: 2rem;
    }

    .product-details .cart-box {
        margin-top: 2rem;
    }

    .navbar-brand {
        margin: 0 1rem;
    }

    .carousel-cell .card {
        width: 300px;
    }

    .dropdrill .dropdown-item+ul {
        position: relative;
        right: auto;
        top: 0;
        background: #f0f0f0;
        padding: 0;
        display: none;
        left: 0;
        width: auto;
    }

    .header-actions .col-sm-2,
    .header-actions .col-sm-10 {
        width: 50%
    }
}

@media only screen and (min-width: 768px) {
    li.nav-item {
        /* width: calc(100% / 7);*/
        text-align: center;
    }
}


.carousel-cell .card {
    width: 200px;
}

.custom-border:before {
    width: 0;
}
}

.exclvatprice {
    font-size: 11px;
    text-align: left;
    line-height: 30px;
    color: var(--secondary);
    font-weight: 500;
}

.new-section {
    padding: 2rem 15px 2rem 15px;
}

.cat-home .col-md-3 {
    margin-bottom: 30px;
    cursor: pointer;
}

.cat-home .col-md-3 .card-body {
    background: var(--secondary);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-top: 0px solidvar(--secondary);
}

.cat-home .col-md-3 .card {
    border: 0px solid;
    background: var(--secondary);
    padding: 0px;
    margin: 0px;
}

.sidebar-filters .btn {
    text-align: left;
    font-size: 15px;
}

.sidebar-filters li a.active,
.sidebar-filters .active .btn {
    color: var(--secondary);
}

.sidebar-filters li.active ul.list-unstyled {
    display: block !important;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 255px;
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.about {
    background-image: url('../images/about.jpg');
    background-position: 50% 50%;
    background-size: cover
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 600;
}

.about-area {
    text-align: justify;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--secondary);
    margin-bottom: 20px;
}

.section-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.credit-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: var(--secondary);
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.mt-50 {
    margin-top: 50px !important;
}

img {
    height: auto;
    max-width: 100%;
}

.white-bg {
    background: #fff
}

.cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: var(--primary);
    color: #fff;
}

.cta-area .line {
    background: #fff;
}

.cta-content h2 {
    color: #fff;
}

.cta-content p {
    line-height: 20px;
}

.cta-2-area {
    position: relative;
    z-index: 1;
    background-color: var(--secondary)fa;
    padding: 20px;
}

.abtdwn .credit-btn {
    background-color: var(--primary) !important;
}

.abtdwn .cta-text {
    color: #fff;
}

.section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto;
}

.contact .info {
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: var(--primary);
    float: left;
    width: 44px;
    height: 44px;
    background: var(--primary)1f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"] {
    background: var(--secondary);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: var(--primary);
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
}

.single-testimonial .thumb {
    margin-right: 20px;
    width: 100%;
}

.single-testimonial .thumb img {
    width: auto;
}

.single-testimonial p {
    margin-bottom: 0px;
    line-height: 20px;
}

.single-testimonial h4 {
    margin: 20px 0px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.single-testimonial {
    background-color: #fff;
    padding: 20px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog-area {
    position: relative;
    z-index: 1;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

.single-blog-area .blog-thumbnail a {
    display: block;
}

.single-blog-area .blog-thumbnail a img {
    border-radius: 5px;
}

.single-blog-area .blog-content {
    position: relative;
    z-index: 1;
}

.single-blog-area .blog-content span {
    font-size: 10px;
    color: rgb(255, 255, 255);
    background-color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 15px;
    border-radius: 30px;
}

.single-blog-area .blog-content .post-title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    color: rgb(33, 33, 33);
}

.single-blog-area .blog-content .blog-meta {
    margin-bottom: 30px;
}

.single-blog-area .blog-content .blog-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 12px;
    color: rgb(131, 131, 131);
    font-weight: 600;
    margin-bottom: 0px;
}

.single-blog-area .blog-content .blog-meta a img {
    margin-right: 2px;
}

.single-blog-area .blog-content p {
    margin-bottom: 0px;
    color: rgb(131, 131, 131);
}

.single-blog-area .blog-content .blog-meta a i {
    margin-right: 5px;
    margin-left: 5px;
}

.latest-news .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /*word-wrap: break-word;*/
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background: #f8f9fa !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.latest-news h5 {
    color: var(--secondary);
    font-size: 16px;
}

.faq nav a {
    color: #000;
}

.service-h-tab .tab-content .tab-pane {
    padding: 20px 20px 0px 10px;
}

.service-h-tab .btn-link {
    background: none !important;
    color: #000;
}

.service-h-tab nav a.active {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.bg-light-gray {
    /*    background-color: #f7f7f7;*/
}

.blog .bg-light-gray {
    /*    padding: 40px*/
}

.blog .bg-light-gray a {
    color: var(--secondary);
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.blog a img {
    /*    height: 150px;   background: #000;*/
}

.media {
    padding: 10px
}

.blog .bg-light-gray p {
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog .bg-light-gray .blog-bottom {
    text-transform: uppercase;
}

.blog {
    margin-bottom: 30px;
}

.padding-bt-40 {
    padding-bottom: 40px;
}

.readmore {
    color: var(--secondary) !important;
}

.readmore i {
    margin-left: 5px;
}

.single-blog-area p {
    padding: 10px;
}

.blog_img {
    display: block;
    /*    text-align: center;*/
    /*    background: #f7f7f7;*/
}

#easyPaginate {
    width: 300px;
}

#easyPaginate img {
    display: block;
    margin-bottom: 10px;
}

.easyPaginateNav a {
    padding: 5px;
}

#pageNav a span.pageNav-btn-text.active, #pageNav a.active span.pageNav-btn-text {
    font-weight: bold;
    /* text-decoration: underline; */

    background: var(--primary);
    color: #fff;
}

#pageNav a span.pageNav-btn-text {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
}

#pageNav {
    text-align: center;
}

.all-cat .card-text a {
    color: #fff;
}

.result li {
    list-style: none;
    display: block;
    text-align: left;
    background: #fff;
    padding: 10px;
    z-index: 100000000;
    position: relative;
}

.categories .card a {
    color: #fff;
}

.display-none {
    display: none;
}

#ajax-loader {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

#ajax-loader img {
    text-align: center;
    z-index: 1000;
    position: relative;
    align-items: center;
    margin: auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 100px;
}

/*#ajax-loader {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#ajax-loader img {
    left: 45%;
    position: absolute;
    top: 45%;
    width: 60px;
}*/

label.error {
    color: #ff0000;
}

.logo-img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-img img {
/*    position: absolute;
*/    top: -33px;
    /* height: 100%; */
    object-fit: fill;
    width: auto;
    padding: 5px 0px;
    width: 95px;
}

.carthide {
    display: none;
}

.cartshow {
    display: block;
    position: absolute;
    top: -6px;
    right: -4px;
    height: 16px;
    width: 16px;
    background: #e94a35;
    background: #fffefe;
    color: #ff00a3 !important;
    color: var(--cd-color-3);
    font-size: .83333em;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 9px;
    line-height: 17px;
}

.order-confirm span {
    font-weight: normal;
    text-transform: uppercase;
    color: #5f5f5fbf;
    padding-bottom: 5px;
    display: block;
}

.order-confirm .form-group {
    margin-bottom: 1rem;
    /*    border-bottom: 1px solid var(--primary)0f;*/

    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 8px;
}

.order-confirm .form-group i {
    border-radius: 50px;
    background: #575858c7;
    color: #fff;
    /* padding: 5px; */

    margin-right: 10px;
    width: 20px;
    height: 20px;
    /* display: block; */

    text-align: center;
    line-height: 20px;
}

.thankyoupage h5 {
    /*border-bottom:1px solid #ccc;*/
}

.cart-item {
    background: #fff;
    border: 1px solid #eaeaec;
    padding: 15px;
    margin-bottom: 20px;
}

.cart-img img {
    width: 100%;
    max-width: 100px;
    border: 1px solid #e2e2e2;
}

.cart-item h3 {
    color: #282c3f;
    font-size: 14px !important;
}

.cart-item .desp {
    padding: 0px
}

.cart-tem .desp p {
    color: gray;
    font-size: 13px;
    font-weight: 100;
}

.cart-amt {
    font-size: 14px;
    color: #282c3f;
    padding-right: 30px;
    text-align: right;
}

.cart-amt h3 {
    text-align: right;
}

.footer-rmv {
    /*    border-top: 1px solid #eaeaec;    padding:10px;    margin-top:10px;    padding-bottom: 0px;    padding-left: 0px;*/

    text-align: right;
}

.cart-img {
    padding-left: 0px;
}

/*.base-quantity {    display: inline-block;    padding: 2px 8px;    background: #f5f5f6;    color: #282c3f;    font-weight: 600;    cursor: pointer;    border-radius: 2px;    line-height: 16px;}*/
/*.base-quantity .cart-input{    margin: auto;    background: #fff;    border: 1px solid #e2e2e2;    line-height: 24px;    padding: 0px;    text-align: center;}*/
/*.footer-rmv .delcartproduct{    text-transform: uppercase;    font-weight: 600;    color: #696b79;    padding: 0;    height: 20px;    font-size: 12px;    text-decoration: none;    border: none;    background: none;    cursor: pointer;    display: block;    border-right: 1px solid #e2e2e2;    text-align: center;}*/
.qtybtn {
    height: 38px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding: 6px 12px;
    border: 1px solid #535766;
    border-radius: 50px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 16px;
    background: #fff;
    display: inline-block;
}

.qtybtn:hover,
.addclr {
    border: 1px solidvar(--secondary);
}

#frmcheckout {
    background: #E5E5E5;
    padding: 40px;
    /*    border: 1px solid #e2e2e2;*/
}

.checkout-title {
    padding: 0px 16px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #282c3f;
    text-transform: capitalize;
    margin-top: 20px;
}

.total-amt {
    font-weight: 600;
    font-size: 15px;
    padding-top: 16px;
    border-top: 1px solid #eaeaec !important;
    color: #3e4152;
    line-height: 16px;
}

.price-details {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 0px;
    color: #000;
}

.item-txt {
    font-size: 13px;
    text-align: justify;
    padding-right: 20px;
}

.total-bottom {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaec !important;
    color: #3e4152;
    line-height: 20px;
    padding-top: 15px;
}

.price-amt {
    /*       font-family: "Roboto-Regular";*/

    color: #000 !important;
    /* background-color: #eaeded; */
    /*    font-size: 13px;*/
}

#frmcheckout input {
    border-radius: 2px !important;
    height: 45px;
}

#frmcheckout #ddcountry {
    height: 45px;
}

.checkoutpg h6 {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0 0px;
    color: #535766;
    text-transform: uppercase;
    font-size: 12px;
}

.confirmation h6 {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0 0px;
    color: #535766;
    text-transform: uppercase;
}

.login .md-form .signup-email {
    position: absolute;
    right: 67px;
    top: 244px;
}

.signup-form #txtemail {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 15px;
}

.signup-form #txtpassword {
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 15px;
}

.signup-form #txtrepassword {
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 15px;
}

.signup-form img.signup-email,
.signup-form img.signup-pswrd,
.signup-form img.signup-retry {
    display: none;
}

.modal-footer .btn {
    background-color: var(--secondary);
    border: 0;
    border-radius: 30px;
    padding: 10px 47px;
    /*    font-family: montserratregular;*/

    color: #fff;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.card .nav-item {
    width: auto;
    padding: 0 .5rem;
}

.card .nav-item:not(:last-child) {
    border-right: 1px solid #ccc;
}

.card .nav-item:hover {
    background: none;
}

.card ul.nav {
    justify-content: flex-end;
}

.card .nav-link {
    padding: 0;
    margin: 0;
    color: var(--secondary);
    font-size: .8rem;
}

.card-body .media-body {
    padding-left: 10px;
}

.categories {
    background: #F2F1F1;
}

.page {
    background: none;
}

.subscribe-btn {
    padding: 15px;
}

.pay-img img {
    width: 50px;
}

.categories .product-cat h2 a {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.5rem;
    /* font-family: montserratregular; */
    /* font-family: montserratregular; */
}

.product-cat {
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    /*        border: 1px solid rgba(0,0,0,.125);*/
}

.product-cat h6 {
    padding: 1rem 0 1rem 2px;
    margin: 0;
    border: none;
    border-top: 3px solid #eee;
    font-weight: 600;
    transition: padding-bottom .4s;
    text-transform: uppercase;
    border-bottom: 3px solid #eee;
}

.sidebar-filters li {
    /*    border-bottom: 1px solid #eee;*/

    padding: 0.5rem 0 0.5rem 3px;
}

.sidebar-filters li ul li {
    border-bottom: 0px;
    padding: 0.5rem 0 0.5rem 3px;
}

.sidebar-filters li ul {
    /*border-left:1px solid #ccc;*/

    margin-left: 20px;
    padding: 0;
    padding-left: 10px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
    color: var(--primary);
}

/*.products  .mb-3, .sub-category .mb-3, .categories .mb-3{       border-bottom: 2px solid #ccc;    padding-bottom: 10px;       font-size: 1.2rem;}*/
.products-pg .card {
    cursor: pointer;
}

.product-info .product-inform {
    background: #fff;
    padding: 20px 30px;
    /*          font-family: 'Open Sans', sans-serif;*/
}

.product-info .product-inform .breadcrumb {
    background: none;
}

.product-info .product-inform .breadcrumb .breadcrumb-item a {
    color: #999;
}

.product-info .product-inform .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}

.product-info .product-inform .breadcrumb .breadcrumb-item:last-child a {
    color: #000;
}

.product-info .product-inform h3 {
    color: #222;
    margin-bottom: .6rem;
    letter-spacing: -.025em;
    white-space: normal;
    font-size: 1.4rem;
    font-weight: 700;
    text-overflow: ellipsis;
    line-height: 35px;
}

.product-info .product-inform .mb-3 {
    margin-bottom: 1rem !important;
    border-bottom: 0px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #999;
    font-size: 1.2ren;
    font-size: 0.8rem;
    letter-spacing: .025em;
}

.product-info .product-inform label {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px;
    width: 60px;
}

.product-info .product-inform select {
    color: #222;
    border-color: #ccc;
    font-size: 12px;
    width: 15rem !important;
    /*       font-family: 'Open Sans', sans-serif;*/
}

.color-size {
    margin-bottom: 1rem;
    float: left;
    margin-right: 10px;
    color: #000 !important;
    font-size: 12px !important;
    border-right: 1px solid #ccc;
    /* padding: 0px 20px; */

    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.product-inform .qty {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    margin: 20px 0px;
}

.product-inform .qty input[type=number] {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 50px;
}

.product-inform .qty button {
    padding: 7px 27px;
    margin-left: 10px;
}

.product-inform .share {
    text-align: left;
}

.product-inform .share img {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.product-description .col-12 {}

.itemsuccess {
    display: none;
    float: left;
    font-size: 13px;
    color: #fff;
    border: 1px solid #00c851;
    padding: 10px 20px 10px;
    letter-spacing: 1px;
    /*background: #00c851;*/
    background:var(--secondary);
    text-transform: uppercase;
    /* margin-left: 20px;*/
}

.checkout-stepss {
    /*    margin: 0 0 0 34%;*/

    width: 40%;
    color: #696B79;
    padding: 0;
    display: inline-block;
    line-height: 20px;
    font-size: 1rem;
}

.checkout-stepss .active {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.checkout-stepss .divider {
    display: inline-block;
    border-top: 1px dashed var(--primary);
    height: 4px;
    width: 10%;
}

.checkout-stepss .step2 {
    margin: 0 5px 0 6px;
}

.checkout-stepss .step {
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.checkout-stepss .step3 {
    margin: 0 0 0 7px;
}

/*.cart-box .btn{    width:100%;        padding: 10px;            margin-bottom: 20px;}*/
.cart-box .checkout {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 18px;
}

.inc-vat {
    color: #999;
}

.exc-vat {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

.exc {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaec !important;
    color: #3e4152;
    line-height: 16px;
    padding-top: 10px;
}

.breadcrumb-products::before {
    content: "" !important;
}

.login-user {
    color: #222;
    text-transform: uppercase;
    /*    letter-spacing: 0.05rem; */

    margin-right: 5px;
    margin-bottom: 0;
}

.header-actions .btn-link:hover {
    text-decoration: none;
}

.nav-item {
    background: var(--primary);
    /*  padding: 0 0px;*/
    /*    border-right: 1px solid #3e3e3f;*/
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.dropdown-toggle {
    padding-left: 10px;
}

.my-orders .nav-item {
    background: none !important;
    border-right: 0px;
}

.dataTable th {
    white-space: nowrap;
}

.dataTable {
    background: #fff;
    /*        font-family: "Roboto-Regular";*/

    font-size: 14px;
}

.dataTable th {
    background: var(--primary);
    color: #fff;
    font-weight: normal;
    padding: 15px 10px;
}

.dataTable td {
    padding: 15px 10px;
}

.td-footer {
    background-color: var(--primary);
    line-height: 30px;
    color: #fdfbfb;
}

.my-products h3,
.my-orders h3 {
    font-size: 1.5rem;
}

.my-products .form-control {
    /* width: 75%; */

    padding: 1px 5px;
    /* height: 10px; */

    border-radius: 5px;
}

.my-orders .card-body {
    padding: 10px 20px !important;
    border-bottom: 1px solid #e2e2e2;
}

.my-products .price {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

#myproducts input {
    border: 0px;
}

#myproducts .qty {
    border: 1px solid #ccc !important;
    width: 80px;
    padding: 4px;
    border-radius: 5px;
}

#myproducts h3 {
    color: #282c3f;
    font-size: 14px !important;
}

#myproducts p {
    font-size: 12px;
    color: gray;
}

.subtotal span,
.subtotal input {
    float: left;
}

.subtotal input {
    width: 100px;
    margin-top: -1px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #ccc;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #ccc;
}

::-ms-input-placeholder {
    /* Microsoft Edge */

    color: #ccc;
}

.shipc {
    max-width: 100%;
}

.clrsizee {
    width: 35px !important;
    border: 0px !important;
}

.products-pg .content {
    height: 100%;
    /* padding: 20px 20px 10px;*/

    color: #fff;
}

.products-pg {
    margin-bottom: 20px;
}

.login,
.cd-cart,
.login-user {
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    text-transform: uppercase;
}

.header-actions .btn-group a:hover {
    color: #fff;
}

.login i,
.cd-cart i,
.login-user i {
    margin-right: 3px;
}

.login:hover,
.cd-cart:hover,
.login-user:hover {
    font-weight: normal;
}

.breadcrumb {
    background: #fff;
}

.navbar-expand-md .navbar-nav .dropdown-menu ul:before,
.dropdown-menu.show:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgb(255 255 255) transparent;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: none !important;

}

.navbar-nav div ul li,
.dropdown-menu.show a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: var(--primary);
    /* border-bottom: 1px solid #e6e8ea; */
    box-shadow: inset 0 1px 0 rgb(255 255 255);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown-menu.show {
    display: block;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}

.dropdown-menu.show:before {
    border-color: var(--primary) transparent !important;
}

.dropdown-menu.show a:hover {
    color: var(--secondary);
}

.unavailable_msg {
    color: var(--secondary);
    font-size: 17px;
}

.products-pg .card-body {
    text-align: center;
}

.products-pg .card-body .btncart {
    font-size: 13px !important;
    text-transform: capitalize;
    letter-spacing: 0.05rem;
    margin-top: 20px;
}

.calfottext {
    margin-bottom: 20px;
}

.calforprice .calforprice {
    font-size: 13px !important;
}

.calforprice {
    font-size: 13px !important;
}

#qty-msg,
.qty-msg,
#qty-msg1 {
    /* position: absolute; */
    /* margin-top: -24px; */

    color: red;
    background: #f2f2f2;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.updat-bg {
    text-align: right !important;
    padding-right: 3px !important;
}

.delcartproduct {
    /*    background: #ccc;    color:#fff;*/
}

.confirmation .qty-msg {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#checkout-confirmation .main-title {
    font-size: 19px;
}

#checkout-msg li {
    font-size: 15px;
}

#checkout-msg {
    padding: 20px;
}

#color-error {
    position: absolute;
    /*    left: 114px;*/

    margin-top: -22px;
    color: red;
    margin-right: 74px;
}

#size-error {
    position: absolute;
    right: 0;
    margin-top: -22px !important;
    color: red;
    margin-right: 74px;
}

@media (min-width: 576px) {
    #splashmodal .modal-dialog {
        max-width: 709px;
        margin: 1.75rem auto;
    }

    #splashmodal .modal-dialog {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .top-menu {
        font-size: 12px;
        text-align: center;
    }

    .navbar-nav li.dropdown .dropdown-menu {
        position: relative;
    }

    #navbarNavDropdown {
        position: absolute !important;
        top: 31px !important;
        /*  width: 100%;*/
        right: 0px;
        z-index: 16;
    }

    .nav-item {
        background: var(--primary);
        padding: 0 0px;
        /* border-right: 1px solid #3e3e3f; */
    }
.navbar.navbar-expand-md.float-right{float:none !important;}
}

#splashmodal .modal-dialog {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    /* position: fixed;*/

    inset: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999999;
    /* background: url(../images/bg.png) no-repeat;        display: flex;    flex-direction: column;    -webkit-box-align: center;    align-items: center;    -webkit-box-pack: center;    justify-content: center;    position: fixed;    inset: 0px;    overflow: hidden;    pointer-events: none;    z-index: 9999999;*/
    /* z-index: 1;    pointer-events: auto;    flex: 0 1 auto;    position: relative;    box-sizing: border-box;    width: 709px;    height: 479px;    margin: 0px;    min-height: 1px;    background-color: rgb(100, 109, 255);    box-shadow: rgb(51 51 51) 0px 0px 0px 0px;    border-style: solid;    border-color: rgb(237, 237, 237);    border-width: 0px;    border-radius: 0px;    font-size: 16px;    font-family: Arial, Helvetica, sans-serif;    font-weight: normal;    color: rgb(94, 94, 100);    background-clip: padding-box;    -webkit-font-smoothing: antialiased;    display: flex;    flex-direction: column;*/
}

#splashmodal .modal-header,
#splashmodal .modal-footer {
    border-top: 0px;
    border-bottom: 0px solid #dee2e6 !important;
}

#splashmodal .modal-dialog .modal-content {
    border-radius: 5px;
    pointer-events: auto;
    flex: 0 1 auto;
    /*background: url(../images/bg.png) no-repeat;*/

    z-index: 1;
    pointer-events: auto;
    flex: 0 1 auto;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /* height: 479px;*/

    margin: 0px;
    min-height: 1px;
    /* background-color: rgb(100, 109, 255);*/

    box-shadow: rgb(51 51 51) 0px 0px 0px 0px;
    border-style: solid;
    border-color: rgb(237, 237, 237);
    border-width: 0px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

#splashmodal .col-md-12 a {
    display: block;
}

#splashmodal .col-md-12 a img {
    width: 100%;
    object-fit: cover;
    white-space: nowrap;
    display: block;
    /*    height: 267px;*/
    /* margin-top: 20px;*/
}

#splashmodal .col-md-12 {
    text-align: center;
}

/*  -----TOPMENU-----*/
ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.top-menu ul li {
    /*float:left;*/
    /*  padding-right:20px;*/

    display: inline-block;
}
.contact li
{
	list-style:inherit;
}

.top-menu ul li a {
    color: #fff;
}

.top-menu img {
    /*width: 16px;
    height: 18px;*/
    padding-bottom: 6px;
}

.top-menu {
    font-size: 12px;
}

.top-menu .text-right a.dropdown-item {
    color: #000;
}

/*  -----end TOPMENU-----*/
.latest_news .card {
    background: none;
}

.latest_news .card-header {
    padding: 0px;
}

.latest_news img {
    /*  height: 250px;*/
    width: 100%;
}

.latest-news-box img {
    margin-bottom: 40px;
    background: #fff;
    object-fit: contain;
}

.latest-news-box h3 {
    /*  border-bottom:1px solid #000000;*/

    font-weight: normal;
    font-size: 18px;
    /*  width:max-content;*/

    padding-bottom: 5px;
    padding-top: 5px;
}

.latest-news-box p {
    line-height: 20px;
}

.subscribe h3 {
    font-size: 23px;
    font-weight: normal;
}

.subscribe .btn-secondary {
    background: var(--secondary);
    margin-top: 20px;
}

.subscribe h3 a {
    margin-left: 20px;
}

/*---footer----*/
.footer-block h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    width: max-content;
    margin-bottom: 20px;
}

.footer-block ul {
    padding: 0;
}

.footer-block ul li {
    list-style: none;
    color: #fff;
    line-height: 40px;
}

.footer-block p {
    color: #CCCCCC;
    font-style: italic;
}

.footer-block .form-control {
    font-size: 14px;
}

.footer-block .form-control {
    height: 50px;
    font-size: 12px;
    /* font-size: 15px; */
    /* font-family: 'montserratregular'; */
}

.btn-style {
    width: 35%;
    border-radius: 0;
    float: right;
    right: 0;
    /*    font-size: 18px;*/

    border: 0;
    color: #fff;
    top: -66px;
    text-transform: uppercase;
    position: relative;
    background: var(--secondary);
}

footer .form-control {
    height: 50px;
    font-size: 14px;
    background-clip: unset !important;
    /* font-size: 15px; */
    /* font-family: 'montserratregular'; */
}

.footer-social-media {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.footer-social-media li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social-media li img {
    width: 30px;
}

.footer-bottom p {
    color: #FFFFFF;
    font-weight: lighter;
}

.footer-bottom {
    padding: 30px 0px;
}

.jumbo {
    white-space: nowrap;
}

.header-actions .btn-group {
    margin-bottom: 5px;
}

.dropdown-toggle {
    white-space: normal !important;
}

.icons {
    border-left: 1px solid #ffffff7a;
}

.page-head h3 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #888888;
    text-transform: uppercase;
    font-family: 'montserratregular';
}

.page-head {
    padding-top: 50px;
}

.product-grid {
    /*     font-family: 'montserratregular';*/

    overflow: hidden;
    cursor: pointer;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #e2e2e287;
}

.product-grid .product-image a.image {
    display: block;
    height: 220px;
}

.product-grid .product-image img {
    width: 100%;
    height: 100%;
     object-fit: scale-down; 
}

.product-grid .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
    transform: translateX(-100%);
}

.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-grid:hover .product-image .pic-2 {
    /* opacity: 0.5; */
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    /* transform: translateY(-50%); */

    position: absolute;
    top: 50%;
    left: 80px;
    /* transition: all .5s ease 0s; */
}

.product-grid:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 0 10px;
    transform: translate(220%, 0);
    transition: all 0.5s ease;
    background: rgb(255 255 255 / 60%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    text-align: center;
    line-height: 34px;
}

.product-grid .product-links li:nth-child(1) {
    transition-duration: 0.2s;
}

.product-grid .product-links li:nth-child(2) {
    transition-duration: 0.4s;
}

.product-grid .product-links li:nth-child(3) {
    transition-duration: 0.6s;
}

.product-grid .product-links li:nth-child(4) {
    transition-duration: 0.8s;
}

.product-grid .product-links li:last-child {
    margin: 0;
}

.product-grid:hover .product-links li {
    transform: translate(0, 0);
}

.product-grid .product-links li a {
    color: #333;
    /*    font-size: 18px;*/

    transition: all .4s ease-out;
}

.product-grid .product-links li a:hover {
    color: #f259d8;
}

.product-grid .inner-content {
    width: 100%;
    padding: 15px 0px;
    position: relative;
    left: 0;
    bottom: 0;
}

.product-grid .inner-content .title {
    color: #030303;
    font-size: 14px;
    margin: 0;
    line-height: 25px !important;
    /*border-bottom: 2px solid #888888;*/

    width: max-content;
    /*     font-family: 'montserratregular';*/

    /*word-break: break-word;*/
    width: 100%;
    font-weight: 400;
}

.product-grid .inner-content .product-link {
    color: #999;
    /*    font-size: 18px;*/

    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .inner-content .product-link {
    opacity: 1;
    right: 10px;
    bottom: 0;
}

.product-grid .inner-content .product-link:hover {
    color: #f259d8;
}

.product-grid .product-content {
    /* background: #fff; */

    padding: 7px 0px;
}

.product-grid .price {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 94px);
    display: inline-block;
    /*    position: absolute;*/

    bottom: 0;
}

.product-grid .rating {
    color: #f259d8;
    /*    font-size: 13px;*/

    width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.categories-list li div {
    /*    padding-left: 20px;*/

    color: #000;
    /* font-size: 14px; */

    margin: 0px 0px;
    font-weight: normal;
}

.categories-list li span {
    color: #0003;
}

.categories-list li div a {
    color: #888888;
}

.product-grid .rating .far {
    color: #999;
}

.category h2 a {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    /* font-family: montserratregular; */
    /* font-family: montserratregular; */
}

.categories-list li a {
    color: #333;
    font-weight: 400;
    /* font-family: montserratregular; */
}

.page-head h1 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #888888;
    text-transform: uppercase;
    font-family: 'montserratregular';
}

.breadcrumb-item a {
    text-transform: uppercase;
}

.product-grid .price {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 94px);
    display: inline-block;
    bottom: 0;
    text-align: left;
}

.products.page .col-md-3 {
    margin-bottom: 30px;
}

.products-list {
    margin-bottom: 30px;
    cursor: pointer;
}

.product-discription h3 {
    /* font-size: 20px; */
    /* font-family: 'montserratregular'; */

    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.product-discription h5 {
    font-size: 15px;
    margin-top: 20px;
    /* font-family: 'montserratregular'; */

    color: #000;
    font-weight: 400;
}

.description,
.exc-vat {
    color: gray;
    /* font-size: 15px; */
    /* font-family: 'montserratregular'; */

    color: #888;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.5px;
}

.product-discription h6 {
    font-size: 15px;
    margin-top: 30px;
    color: #000;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

#ddsizes,
#ddcolors,
#txtquantity {
    width: 30%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.vertical-tab {
    display: table;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border-bottom: none;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a {
    background: #fff;
    border: none;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -20px;
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before {
    top: 0;
    left: 0;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    bottom: 0;
    right: 0;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

.vertical-tab .nav-tabs li a img {
    width: 140px;
    height: 140px;
}

.vertical-tab .tab-content {
    display: table-cell;
    padding: 10px 20px;
    /*    font-size: 15px;*/

    color: #50635f;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    position: relative;
}

.vertical-tab .tab-content:before,
.vertical-tab .tab-content:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-tab .tab-content:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.vertical-tab .tab-content h3 {
    /*    font-size: 24px;*/

    color: #50635f;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        /* display: block; */
    }

    .vertical-tab .nav-tabs li {
        /* margin-bottom: 10px; */
    }

    .vertical-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }

    .vertical-tab .nav-tabs li a {
        padding: 10px;
    }

    .vertical-tab .tab-content {
        /* display: block; */
        /* padding: 20px 5px 5px; */
    }

    .vertical-tab .tab-content h3 {
        /*        font-size: 18px;*/
    }
}

.cart-item {
    background: #f2f2f2;
    margin-bottom: 5px;
    padding: 20px 40px;
}

.cart-item b {
    /* font-family: 'montserratregular'; */

    font-weight: 400;
}

.bg-clr a {
    border-bottom: 1px solid #000;
    color: #000;
    /* font-size: 14px; */

    right: 0;
    position: relative;
    margin: 10px;
    text-align: right;
    padding-bottom: 4px;
}

.updateqcz {
    border: 0px;
    /* text-decoration: underline; */

    color: #000;
    /* font-size: 14px; */

    border-bottom: 1px solid #000;
    width: max-content;
    padding: 0px;
}

.order-img h6 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    /* font-family: 'montserratregular'; */
}

.cart-item .form-control {
    background: none;
}

.cart-item select,
.cart-input {
    padding: 5px 5px;
    width: 100% !important;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 2px;
}

.o-summary {
    background-color: #F2F2F2;
    text-align: left;
    padding: 20px;
}

.list-group-item {
    background-color: #fff0 !important;
    border: 0 !important;
}

.o-summary h4 {
    font-size: 14px;
    margin: 15px 0;
    font-weight: 400;
    color: #888888;
}

.o-summary .btn {
    background: var(--secondary);
    color: #fff;
    border-radius: 0;
    /* margin-bottom: 20px; */
    /*    line-height: 37px;*/

    text-transform: uppercase;
    /* font-size: 15px; */

    font-weight: normal;
}

.btncontinue {
    background: none !important;
    border: 1px solid #898888;
    color: #000 !important;
    text-transform: uppercase;
    /* font-size: 14px; */
}

.o-summary hr {
    border-top: 1px solid #000;
}

#frmcheckout .paypal-amt {
    padding-left: 60px;
}

#frmcheckout a.btn-outline-secondary {
    width: 76%;
    border-radius: 3px;
    margin-top: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

#frmcheckout a.btn-outline-secondary:hover {
    background: none;
}

.paypal-amt img {
    margin-right: 5px;
        width: 100px;
}

.total-bottom h6.order-summary {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.total-bottom h6.order-summary a {
    font-size: 14px;
    color: #000;
}

.o-summary strong {
    font-weight: normal;
}

.order-title {
    color: #000;
    line-height: 20px;
    font-weight: 500;
}

.o-summary p {
    margin: 0px 0;
    text-align: left;
    color: #888888;
    /* font-size: 13px; */

    line-height: 20px;
}

.text-muted b {
    white-space: nowrap;
    font-weight: 400;
}

.total-bottom p {
    margin-bottom: 0px;
}

.order-li {
    padding: 0px;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 20px;
    font-weight: 400;
}

.mrt-0 {
    margin-left: 0;
    margin-right: 0;
}

.order-confirm {
    background: #E5E5E5;
}

.btn-outline-secondary {
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-outline-secondary:hover {
    background: none;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.order-confirm .btn {
    width: 80%;
}

.blog {
    background: #F2F2F2;
    padding: 40px;
}

.blog a {
    text-decoration: underline;
    font-size: 20px;
}

.blog img {
    margin: 20px 0px;
    width: 100%;
}

.product_detais .btn.btn-secondary,
.btn.btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 8px 15px;
    width: auto;
}

.white-bg {
    background: #fff !important;
}

.hs_comment_form input {
    background: #F2F2F2;
    /*    padding:5px;*/

    margin-bottom: 20px !important;
    border: 0px;
    height: 45px;
}

.hs_comment_form input:hover,
.hs_comment_form textarea:hover {
    background: #F2F2F2;
}

.hs_comment_form textarea {
    background: #F2F2F2;
    border: 0px;
}

.hlc_slider_details_text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.health_slider.style_2 .hlc_slider_details_text {
    text-align: right;
}

.health_slider.style_3 .hlc_slider_details_text {
    text-align: left;
}

.hlc_slider_details_text p a {
    /*    float: left;*/

    width: 100%;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">" !important;
}

/*.frmcheckout .pay-amt  .btn-primary{    width:80%;}*/
.module-gallery {
    width: 100%;
}

.module-gallery .slider-wrapper {
    display: flex;
    overflow: hidden;
    max-height: 500px
}

.module-gallery .slider-thumb {
    max-width: 125px;
    width: 200px;
    /*    border:1px solid #ccc;*/

    padding: 0px;
    margin: 0px;
}

.module-gallery .slider-thumb li {
    max-height: 100px;
    max-width: 100px !important;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    margin: auto;
    height: 100px;
    width: 100px !important
}

/* .module-gallery .slider-thumb img {    width: 100%;    height: 100%;    object-fit: cover;} */
.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
    z-index: 1;
    height: 1em;
    width: 100%;
    background-color: #000;
    border: 0px;
    /*    opacity: 0.3;    transition: opacity 300ms ease;*/

    font-size: 1.5em;
    color: #fff;
}

.module-gallery .slider-thumb .slick-prev:before,
.module-gallery .slider-thumb .slick-next:before {
    content: '';
}

.module-gallery .slider-thumb .slick-prev:hover,
.module-gallery .slider-thumb .slick-next:hover {
    opacity: 0.5;
}

.module-gallery .slider-thumb .slick-prev {
    left: unset;
    top: 0em;
    position: relative;
}

.module-gallery .slider-thumb .slick-next {
    top: unset;
    right: unset;
    bottom: 0rem;
    position: relative;
}

.slick-track .slick-track {
    display: none;
}

.slider-thumb .slick-track {
    width: 100% !important;
    height: 400px !important;
}

.slider-thumb .draggable {
    height: 400px !important;
}

@media (max-width: 767px) {
    .module-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }

    .module-gallery .slider-thumb {
        max-width: 100%;
    }

    .module-gallery .slider-thumb .slick-prev,
    .module-gallery .slider-thumb .slick-next {
        top: 50%;
        width: 1em;
        height: 100%;
    }

    .module-gallery .slider-thumb .slick-prev {
        left: 0;
    }

    .module-gallery .slider-thumb .slick-prev .fa:before {
        content: "\f104";
    }

    .module-gallery .slider-thumb .slick-next {
        right: 0;
    }

    .module-gallery .slider-thumb .slick-next .fa:before {
        content: "\f105";
    }
   #myproducts_frm .mobil-scroll {
    max-width: 100%;
    overflow-x: scroll;
    margin-bottom: 15px;
}
   .needs-validation{margin-top:20px;}
   .container, .container-sm{max-width:100%;}
   .product_detais .module-gallery .slider-wrapper {flex-direction: inherit;}
  
}

.slider-preview li {
    height: 500px;
    width: 100% !important;
    list-style: none;
    /*    border:1px solid #000;*/
}

.slider-preview li img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 400px;
}

.slider-preview {
    height: 400px;
}

.slider-preview .slick-track {
    height: 400px !important;
}

.product-description table {
    font-size: 14px;
    font-weight: normal;
}

.slider-thumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.login img,
.cd-cart img {
    margin-top: -5px;
}

.padbt-40 {
    padding-bottom: 40px;
}

#search {
    height: 25px;
    width: 25px;
    border: solid 1px #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: 0.3s;
    background: #fff;
    color: #333;
    cursor: pointer;
}

#search-input {
    /*    height: 100%;*/

    width: 100%;
    font-size: 13px;
    font-weight: 400;
    background: none;
    color: #333;
    border: none;
    outline: 0;
    /* visibility: hidden; */

    transition: 0.3s;
    border: 0px;
    margin-top: 0px;
    /* height: 20px; */

    border: 1px solid #00000040;
    padding: 5px 10px;
}

#search.active {
    width: 300px;
}

#search-input.active {
    width: 260px;
    margin-left: 8px;
    visibility: visible;
}

.search-resultbox {
    background: #fff;
}

.dropdown-search {
    position: absolute;
    background: #ffff;
    top: 26px;
    left: 0;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px;
    height: auto;
    z-index: 10;
    left: 0;
    /*    right: 40%;*/

    margin-top: 5px;
}

.dropdown-search:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgb(255 255 255) transparent;
}

#searchResult {
    color: #000;
    max-height: 200px;
    overflow-y: scroll;
    text-align: left !important;
    width: 100%;
    /*word-break: break-word;*/
    overflow-x: hidden;
}

#searchResult h2 {
    font-size: 14px;
    background: #cccccc26;
    padding: 10px;
}

#searchResult img {
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 10px;
    height: 80px;
}

#searchResult .row {
    margin-bottom: 10px;
}

#searchResult .row .col-8 {
    /*word-break: break-word;*/
}

#searchResult .row .col-8 a {
    color: #000;
}

.news-title {
    margin-bottom: 0px;
}

.dropdown-toggle::after {
    color: #fff !important;
    margin-left: 0 !important;
    position: relative;
    top: -2px;
}

.carousel-cell .exclvatprice {
    text-align: center;
}

.product-content .price {
    font-weight: bold;
    color: var(--secondary);
}

.FilterDirectory-list li label {
    display: block;
    width: 100%;
    min-height: 17px;
    color: #282c3f8c;
    margin-bottom: 0;
}

.common-customCheckbox input {
    margin: 0 10px 0 0;
    /*    visibility: hidden;*/
}

.search-leftContainer li {
    font-size: 14px;
    margin-bottom: 7px;
}

.FilterDirectory-listTitle {
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282c3f;
}

.search-leftContainer ul {
    margin: 0;
}

.FilterDirectory-list li {
    margin: 0 10px 5px 0;
    font-size: 14px;
    padding-left: 10px;
}

.FilterDirectory-list {
    padding: 20px 18px 10px 0 !important;
    margin-right: 18px !important;
    margin-left: 10px !important;
    height: 465px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.FilterDirectory-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px solid #eaeaec;
    width: 980px;
    padding: 15px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}

#searchfrm #search-box {
    width: auto;
    border: 1px solid #ccc;
}

#myDropdown .card-header {
    color: #adaeaf;
    border-bottom: 1px solid #eaeaec;
    background: #fff;
}

.categories-list li {
    display: block;
    width: 100%;
    /* height: 10px; */

    clear: both;
    margin-bottom: 5px;
}

.chekc-box,
.catname {
    display: inline-block;
    /*word-break: break-word;*/
}

.chekc-box {
    width: 15px;
    vertical-align: top;
    margin-bottom: 10px;
}

.catname {
    width: 140px;
    margin-bottom: 5px !important;
}

.categories .category {
    border: 1px solid #edebef;
    padding: 20px;
}

.more {
    /*    padding-left: 18px;*/

    color: var(--secondary) !important;
}

.color_code {
    width: 13px !important;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #d6d6d6;
    margin-left: 8px;
}

#myList li {
    display: none;
}

#loadMore {
    color: var(--secondary);
    cursor: pointer;
}

#loadMore:hover {
    color: black;
}

#mysizes li {
    display: none;
}

#loadMore1 {
    color: var(--secondary);
    cursor: pointer;
}

#loadMore1:hover {
    color: black;
}

#showLess {
    color: red;
    cursor: pointer;
}

#showLess:hover {
    color: black;
}

/*--- /.price-range-slider ---*/
.range-slider {
    margin: 0px 0 0 0%;
}

.range-slider {
    width: $range-width;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (#{$range-label-width + 13px}));
    height: $range-track-height;
    border-radius: 5px;
    background: $range-track-color;
    outline: none;
    padding: 0;
    margin: 0; // Range Handle  &::-webkit-slider-thumb {    appearance: none;    width: $range-handle-size;    height: $range-handle-size;    border-radius: 50%;    background: $range-handle-color;    cursor: pointer;    transition: background .15s ease-in-out;    &:hover {      background: $range-handle-color-hover;    }  }  &:active::-webkit-slider-thumb {    background: $range-handle-color-hover;  }  &::-moz-range-thumb {    width: $range-handle-size;    height: $range-handle-size;    border: 0;    border-radius: 50%;    background: $range-handle-color;    cursor: pointer;    transition: background .15s ease-in-out;    &:hover {      background: $range-handle-color-hover;    }  }  &:active::-moz-range-thumb {    background: $range-handle-color-hover;  }      &:focus {        &::-webkit-slider-thumb {      box-shadow: 0 0 0 3px $shade-0,                  0 0 0 6px $teal;    }  }}.range-slider__value {  display: inline-block;  position: relative;  width: $range-label-width;  color: $shade-0;  line-height: 20px;  text-align: center;  border-radius: 3px;  background: $range-label-color;  padding: 5px 10px;  margin-left: 8px;  &:after {    position: absolute;    top: 8px;    left: -7px;    width: 0;    height: 0;    border-top: 7px solid transparent;    border-right: 7px solid $range-label-color;    border-bottom: 7px solid transparent;    content: '';  }}// Firefox Overrides::-moz-range-track {    background: $range-track-color;    border: 0;}input::-moz-focus-inner,input::-moz-focus-outer {   border: 0; }.range-slider__range{    background: #e2e2e2;    width: 100%;}.FilterDirectory-count{    color:#ccc;}.cat-box{    float: right;}.cat-box1{    float: right;}#dropdown-content input[type=text]{    border:1px solid #e2e2e2;    border-radius:5px;    padding:5px;}.reverse {  top: auto;  bottom: 100%;}.Price-range h2{    color:#000;    text-align: left;}.Price-range .range-slider__value{    font-size:14px;    text-align: left;    color:#000;}.btn-link:hover{    text-decoration: none;}.categories-list i{    font-weight: normal;    padding-right: 10px;}#ProductCount{    float:right;}#product-pagination{    float:left;}.calfottext{   padding: 10px 15px !important;}     .container1{  display: block;  position: relative;  padding-left: 25px;  margin-bottom: 6px;  cursor: pointer;  font-size: 14px;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}/* Hide the browser's default checkbox */.container1 input {  position: absolute;  opacity: 0;  cursor: pointer;  height: 0;  width: 0;}/* Create a custom checkbox */.checkmark {  position: absolute;  top: 0;  left: 0;    height: 14px;    width: 14px;border: 1px solid #cecece;    margin-top: 2px;}/* On mouse-over, add a grey background color */.container1:hover input ~ .checkmark {  background-color: #ccc;}/* When the checkbox is checked, add a blue background */.container1 input:checked ~ .checkmark {  background-color:var(--secondary);}/* Create the checkmark/indicator (hidden when not checked) */.checkmark:after {  content: "";  position: absolute;  display: none;}/* Show the checkmark when checked */.container1 input:checked ~ .checkmark:after {  display: block;}/* Style the checkmark/indicator */.container1 .checkmark:after {    left: 4px;    top: 0px;  width: 5px;  height: 10px;  border: solid white;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);} .countproducts, .categories-list li span{        color: #94969f;    font-size: 12px;    padding-left: 5px;}   #splashmodal .txtimg .col-md-6{    display: table-cell;    justify-items: center;    margin: auto;}.sub-cat-icon{    float: left;    width:20px;    padding-left:10px;    padding-right:10px;}.sub-cat-text{    float:left;    width:140px;    padding-left:10px;}.courierchoice input{    float:left;    height: 20px !important;    margin-right:10px;}.courierchoice{    width:100%;    clear: both;}.alert-danger {    color: #721c24;    background-color: #f8d7da;    border-color: #f5c6cb;}
    .alert {width:100%;    position: relative;    padding: .75rem 1.25rem;    margin-bottom: 1rem;    border: 1px solid transparent;    border-radius: .25rem;  /*margin-left: 21px;*/}.d-grid {    display: grid !important;}.modal-footer .sup-btn {    color: #000;    background-color: transparent;    border: 1px solid #000;}.modal-footer p {    margin-top: 10px;} .nav-item.menu-active, .nav-item:hover {
    background: var(--secondary);
}

/* added banner text css 02-feb-2022 */

.hs_slider_title>h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hs_slider_title>h2 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hs_slider_title>h3 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hlc_slider_details_text p {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mar-0 {
    margin: 0px;
}

.pad-0 {
    padding: 0px;
}

.logo-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
}

/*--------------------------------------------------*/
/*28/04/2022*/
@media (min-width: 768px) {
    .col-md-5 {
        position: relative;
        width: 100%;
        /*  padding-right: 15px; */
        padding-left: 0px;

    }
}


@media (min-width: 1024px) {
    .subscribe h3 {
        font-size: 27px;
    }
}

@media (min-width: 1440px) {
    .subscribe h3 {
        font-size: 33px;
    }
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    /* padding-top: 10px;*/
    padding-right: 6px;
}

.cd-cart img {
    /*height: 19px;*/
    margin-top: 1px;
   margin-right:5px;
}

@media (min-width: 768px) {
    .top-menu .text-right a {
        padding-right: 6px;
    }
}

/*.mr-1 img{
	height: 22px!important;

}*/
.top-menu .text-right a {
    /* padding-right: 5px;*/
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    a.nav-link {
        font-size: 0.75rem;
        /* padding-left: 0 !important;*/
    }
}

.top-scl-icons img {

    height: 22px !important;

}

@media (min-width: 1024px) {
    .top-menu .text-right a {
        padding-right: 1px !important;

    }
}

@media (width: 768px) {
    #frmcheckout a.btn-outline-secondary {
        width: auto !important;

    }
}

@media (max-width: 768px) {
    .pay-amt {
        padding-top: 20px;
        margin-right: 32px;
    }
}

@media (max-width: 426px) {
    .total-bottom h6.order-summary a {
        padding-right: 22px;

    }
}

.exclvatprice {
    font-size: 11px;
    text-align: left;
    line-height: 30px;
    color: var(--secondary);
    font-weight: 500;
}

.screen-btns {
    display: inline-flex;
    font-size: 25px;
    width: 100%;
}

a.nav-link {
    font-size: 0.75rem;
    /* padding-left: 0 !important;*/
}

.dropdown-search:before {
    content: none;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgb(255 255 255) transparent;
}

#search-input {
    /*    height: 100%;*/
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    background: none;
    color: #333;
    border: none;
    outline: 0;
    /* visibility: hidden; */
    transition: 0.3s;
    border: 0px;
    margin-top: 0px;
    /* height: 20px; */
    border: 1px solid #00000040;
    padding: 5px 10px;
}

.dropdown-search {
    position: absolute;
    background: #ffff;
    top: 26px;
    left: 0;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 5px;
    height: auto;
    z-index: 10;
    left: 0;
    /*    right: 40%;*/
    margin-top: 5px;
}

.top-menu .text-right a.btnlogin {
    position: relative;
    top: 0px;
}

.logo-img img {
    /* position: absolute; */
    top: -33px;
    /* height: 100%; */
    /* object-fit: fill; */
    width: auto;
    padding: 5px 0px;
    width: 100%;
}

.card-img-wrapper {
    /*height: 250px;*/
    display: flex;
    overflow: hidden;
    /* padding: 2rem; */
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    cursor: pointer;
}

.card-img-wrapper img, .img-wrapper img {
    margin: auto;
    /*object-fit: scale-down;*/
    height: 100%;
    width: 100%;
}

.latest-news-box img {
    margin-bottom: 10px;
    background: #fff;
}

.new-section {
    padding: 30px 0;
}

.featured-products, .categories {
    padding: 30px 0;
}

.subscribe {
    background: #fff;
    padding: 30px 0 20px 0;
}

a.nav-link {
    font-size: 11px;
    /* padding-left: 0 !important;*/
}

.top-menu .text-right a {
    padding-right: 0px;
    color: #fff;
}

.subscribe h3 {
    font-size: 23px;
    font-weight: normal;
}

.footer-block .form-control {
    height: 50px;
    font-size: 11px;
    /* font-size: 15px; */
    /* font-family: 'montserratregular'; */
}

.product-grid .inner-content {
    width: 100%;
    padding: 5px 0px 0 0;
    position: relative;
    left: 0;
    bottom: 0;
}

/*.product-grid .product-content {
     background: #fff; 
    padding: 0px;
}*/

.price {
   /* font-size: 21px;
    text-align: center;*/
    /*line-height: 10px;*/
    color: var(--secondary);
    /*font-weight: 500;*/
}

.exclvatprice {
    font-size: 11px;
    text-align: left;
    line-height: 20px;
    color: var(--secondary);
    font-weight: 500;
}

.product-grid .product-image a.image {
    display: block;
/*    height: auto;
*/}

.module-gallery .slider-thumb li {
    max-height: 100px;
    max-width: 100px !important;
    border: 1px solid #000;
    /*margin-bottom: 10px;*/
    padding: 10px;
    text-align: center;
    /* margin: auto;*/
    height: 100px;
    width: 100px !important
}

.slider-preview li img {
    width: 100%;
    max-width: 100%;
    /*object-fit: contain;*/
    height: 400px;
}

/*.cart-img {padding-left: 0px; }*/
body {
    font-family: 'montserratregular';
    color: #000;
    background-color: #fff;
    font-size: 13px;
}

.o-summary .btn {
    background: var(--secondary);
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    /*    line-height: 37px;*/
    text-transform: uppercase;
    /* font-size: 15px; */
    font-weight: normal;
}

.cart-item b {
    /* font-family: 'montserratregular'; */
    font-weight: 400;
    font-size: 12px;
}
.featured-products .card-title
{
    margin-bottom: 3px;
}
.featured-products .sku
{
     margin-bottom: 10px;
}
.featured-products .price
{
     margin-bottom: 8px;
}
/*----------02062022---------*/
#guestcheckout-box {
    background: #E5E5E5;
    padding: 40px;
    /* border: 1px solid #e2e2e2; */
}
.inner-verticalline {
  position: absolute;
  width:100%;
  height: 40%;
  background: grey;
  top: 30%;
  box-shadow: 0px 0px 30px 20px grey;
}
.guestcheckout-box .login
{
    padding: 0px 0px;
}
.sep {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sepText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex:1;
  color: #676262;
}

.sepText::before,
.sepText::after{
  content: '';
  flex:1;
  width: 1px;
  background: currentColor;
  margin: .25em;
}
.checkboutbtn
{
    background: #000 !important;
    border-radius: 30px;
}
.empty-cart
{
    font-size: 40px !important;
    border-radius: 40PX;
    background:var(--primary);
    padding: 18px !important;
    color: var(--secondary);
    /*color: #000;*/
}
.account-line
{
    float: right;font-size:12px;line-height: 24px;
}

.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.product-thumbnail {
/*    width: 4.6em;
*/    height: 4.6em;
    border-radius: 8px;
    background: #fff;
   /* position: relative;*/
}
.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
/*    position: relative;*/
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
}
.price-txt
{
    padding-right:0px;
}
.padd-right-0
{
    padding-right:0px;
    font-size: 12px;
}
.padd-right-0 .brand, .padd-right-0 p
{
    color: #636262;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.order-summary__section--discount
{
    border-top:1px solid rgba(175,175,175,0.34);
    border-bottom:1px solid rgba(175,175,175,0.34);
    padding: 15px 0px;
}
.order-summary__section--discount input[type=text]
{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 77%;
}
.order-summary__section--discount button
{
    background: #66666675;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    width: 20%;
    padding: 10px;
    float: right;
}
.padd-bottom-0
{
    padding-bottom:0px !important;
}
.padd-bottom-20
{
    padding-bottom:20px;
}
#newsletter-checkbox
{
    float: left;
    height: 20px !important;
    margin-right:5px;
}
.li-box

{
    
    padding: 10px 0px;
}
.li-box hr
{
    border-top:0px solid rgba(175,175,175,0.34) !important;
    border-bottom:1px solid rgba(175,175,175,0.34) !important;
    margin: 0px;
}
.list-group-item
{
    color:#000;
}
.list-group-item .row
{
	width:100%;
}

/*New styles*/
.top-menu .text-right a{margin-right:5px;}
.top-menu ul li{margin-right:5px;}
.white-bg{padding:30px 0 !important;}
section.contact .blog{background: transparent; padding:0;}
.navbar-collapse .dropdown-menu .dropdown-item{padding-left:0; padding-right:0; text-decoration: none;}
.navbar-collapse .dropdown-menu .list-group a{padding-left:10px; padding-right:10px;}
.product-grid .product-content{display:flex;}
.top-menu #search-dropdown{margin-right:0px;}
.dropdown-toggle label.login-user{margin-right:0;}
.cart .delcartproduct { background-color: var(--secondary); color: #ffffff; padding: 10px 15px; text-align: center; margin-right: 10px; font-weight: normal !important;}
.cart .delcartproduct:hover{background-color: var(--primary);}
.cart .updateqcz{ background-color: var(--primary); color: #ffffff; padding: 10px 15px; text-align: center; margin-right: 10px; border-bottom:0;}
.cart .updateqcz:hover{background-color: var(--secondary);}
.my-quotes .dataTable .btn-primary {width: 48px !important; padding: 8px 5px;}
.my-quotes .dataTable th{white-space: normal;}
.my-quotes .dataTable .btn-primary {margin: 4px 0;}
.cookies-acc{position:fixed; width:100%; background-color: #121212; border:2px solid #2a2a2a; padding:16.5px 24px; z-index:9; bottom:0;}
.cookies-acc p{color:#d0d0d0; margin-bottom: 0;}
.cookies-acc .row{align-items: center}
.cookies-acc .cookie-btn-reject{color: #d0d0d0; background-color: transparent; border-color: #d0d0d0; font-size: 16px !important; padding: 12px 25px !important;
    border-radius: 4px;}
.cookies-acc .cookie-btn-accept{color: #ffffff; background-color:var(--secondary); border:2px solid var(--secondary) !important; font-size: 16px !important; padding: 12px 25px !important;
    border-radius: 4px;}

/*video styles*/
iframe {
    width: 100%;
   /* height: 100%;*/
}
.ourteam-bg .team-img iframe {
    width: 100%;
    /*height: 87%;*/
}
.blog-left iframe {
    width: 100%;
    /*height: 400px;*/
}
.latest_news .latest-news-box iframe{width:100%; /*height:200px;*/} 
.blog .blog_img iframe{height:700px;}
section.contact .col-lg-8.blog{padding-right:25px;}

/*video styles close*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.top-strip{background-color: #ff1d58;}
.header-actions {background: #243551;}
.nav-item.menu-active, .nav-item:hover {background: #ff1d58;}
.cat-home .col-md-3 .card-body {background: #ff1d58;}
.btn.btn-secondary {background: #ff1d58;}
footer{background-color: #243551;}
.btn-style{background: #ff1d58;}
footer a:hover, footer a:focus, footer a:active {color: #ff1d58;}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {color: #ff1d58;}
.product-content .price {color: #ff1d58;}
.exclvatprice{color: #ff1d58;}
.empty-cart{color: #ff1d58; background: #243551;}
.o-summary .btn {background: #ff1d58;}
.exclvatprice{color: #ff1d58;}
.price{color: #ff1d58;}
.range-slider__range{background: #ff1d58;}
#loadMore1 {color: #ff1d58;}
#loadMore {color: #ff1d58;}
.more {color: #ff1d58;}
.product-content .price {color: #ff1d58;}
.subscribe .btn-secondary {background: #ff1d58;}
.nav-item {background: #243551;}
.unavailable_msg {color: #ff1d58;}
.dropdown-menu.show a:hover {color: #ff1d58;}
.dropdown-menu.show:before {border-color: #243551 transparent !important;}
.itemsuccess{background:#ff1d58;}
.cart .delcartproduct { background-color: #ff1d58;}
.cart .delcartproduct:hover{background-color: #243551;}
.cart .updateqcz{ background-color: #243551;}
.cart .updateqcz:hover{background-color: #ff1d58;}
.footer-block h3{border-bottom: 0; text-decoration: underline;}
}

.hs_slider_title {
    color: #fff;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.white-bg ul
{
	padding: 20px !important;
}
.top-menu .text-right img{width:18px;}

.toggle-list
{
    border: 0px;
    background: 0px;
    color: var(--secondary);
}
.product-description ul{padding-left: 15px;}
.product-description ul li{list-style:disc;}
.navbar-collapse .dropdown-menu .list-group li.menu-active a{color:var(--secondary) !important;}

.navbar-collapse li:last-child .dropdown-menu{left:auto; right:0;}
/*.navbar-collapse .dropdown-menu .list-group a{white-space: nowrap;}*/
.navbar-collapse .dropdown-menu .list-group a{line-height:10px;}

/*scrollbar*/
.scrollbar{overflow-y: scroll; /*height: 103px;*/ max-height:50vh; width:230px;}

#scrollbar::-webkit-scrollbar-track{
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
-webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
background-color: #ffffff;
}
#scrollbar::-webkit-scrollbar{
width: 5px;
background-color: #ffffff;
}
#scrollbar::-webkit-scrollbar-thumb{
background-color: #000000;
border: 2px solid #555555;
}
/*scrollbar close*/

@media (max-width:767px){
 section.contact .col-lg-8.blog {
    padding: 0px 15px;
    max-width: 100%;
    flex: 100%;
   }
   section.contact .col-lg-4.blog {
    padding: 0px 15px;
    max-width: 100%;
    flex: 100%;
   }
  section.contact .blog{ padding: 0px 15px;}
.blog .blog_img iframe {
    height: 100%;
}
}/* Safari/Edge compatible pagination styles */
#pageNav a.pageNav-btn-text,
#pageNav a span.pageNav-btn-text {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#pageNav a.pageNav-btn-text.active,
#pageNav a span.pageNav-btn-text.active {
    font-weight: bold;
    background: #243551;
    color: #fff;
}

#pageNav a:hover span.pageNav-btn-text,
#pageNav a:hover.pageNav-btn-text {
    background: #f0f0f0;
}

#pageNav a.active:hover span.pageNav-btn-text,
#pageNav a:hover span.pageNav-btn-text.active {
    background: #243551;
}
