@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: 'Montserrat', sans-serif;
    color: #243551;
    background-color: #fff;
    font-size: 12px;
    overflow-x: hidden;
}

.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: auto;
    display: flex;
    overflow: hidden;
    /* padding: 2rem; */
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    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;
    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: #ff1d58;
}

.drop-title {
    /*    font-family: "roboto-bold";
*/
    color: #ff1d58;
    padding: 0 1.5rem 0.25rem 1.5rem;
}

.dropdown-menu a {
    /*    font-family: "roboto-regular";
*/
    color: #243551;
    font-size: 0.8rem;
    white-space: pre-line;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active, .dropdown-menu li:hover>.dropdown-item {
    background-color: transparent;
    color: #ff1d58;
    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: #FF1D58;
    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: #ff1d58 !important;
}

.btn.btn-primary {
    background: #ff1d58;
}

.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: #ff1d58;
    padding: 5px 0;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.img-wrapper {
    height: auto;
    /* 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;
    border-radius: 4px;
}

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

.search i {
    position: absolute;
    right: 5px;
    top: 10px;
}

.blog-details {
    background-color: #F2F2F2;
    padding: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.blog-details h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    width: max-content;
    margin-bottom: 12px;
}

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

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

.blog-details a {
    position: relative;
    color: #000;
    border-bottom: 1px solid #000;
    float: right;
    top: 0;
}

.blog-search .input-group .form-control {
    background-color: #F2F2F2 !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}

.subscribe-email {
    background-color: #F2F2F2;
    padding: 50px;
    margin: 20px 0;
    text-align: center;
}

.insta-feeds {
    background: #F2F2F2;
}

.input-group .form-outline {
    width: 100%;
}

.subscribe-email .btn {
    padding: 10px 30px;
    font-size: 17px;
    text-transform: uppercase;
    background: #FF1D58;
    margin-top: 20px;
    color: #fff;
}

.input-group .form-outline .fas {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 18px;
}

.insta-feeds .insta-content {
    padding: 10px;
    padding-left: 0;
}

.blog-search h4 {
    font-size: 25px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    background: #ff1d58;
    color: #fff;
    width: max-content;
}

.insta-feeds img {
    width: 100%;
}

.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;
    color: #000000;
}

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

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

.media h5 {
    color: #ff1d58;
    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: #243551;
    color: #fff;
    text-transform: uppercase;
}

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

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

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

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

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

.categories .card-body {
    bottom: 0;
    background: #ffffff8c;
    color: #000;
    text-align: center;
    padding: 10px;
    /*position: absolute;*/
    width: 100%;
}

.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: #000000;
}

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

.header-actions {
    background: #243551;
    padding: 5px 0px;
}

.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: 5px 10px;
    /*    font-family: 'Open Sans', sans-serif;
*/
    line-height: 20px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    /*     margin: 5px 0 6px 0;*/
    /* border-right: 1px solid #3e3e3f;*/
}

.navbar {
    background-color: #243551;
    /*    font-family: "Roboto-thin";
*/
    padding: 0;
    float: right;
}

.navbar-nav {
    position: relative;
}

.dropdown.jumbo {
    position: initial;
    /* background-color: #ff1d58; */
}

.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: #243551;
    /*   border-top: 5px solid #45556e;*/
}

footer a {
    color: #bcbec1;
}

footer p a {
    color: #ff1d58;
    font-weight: 400;
}

footer a:hover, footer a:focus, footer a:active {
    color: #ff1d58;
}

.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: #243551;
}

.sidebar-filters li a.active, .sidebar-filters .active .btn {
    color: #ff1d58;
}

.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: #727272;
    font-weight: 500;
}

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

.list-group-item {
    background: none;
    padding: 0.5rem 1rem;
    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 #ff1d58;
    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;
}

/*new styles*/
.carousel-cell .card {
    width: 200px;
}
.featured-products, .categories{padding:30px 0;}
.new-section {padding: 30px 0;}
.featured-products .card-title {
    margin-bottom: 3px;
}
.latest-news-box img {
    margin-bottom: 10px;
    background: #fff;
}
body{font-size:13px;}
.footer-social-media li img {
    width: 30px;
}
.categories .category {
    border: 1px solid #edebef;
    padding: 20px;
}
.white-bg {
    padding: 30px 0 !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: 50px;
        background: #fff;
        border-radius: 999px;
        border: 1px solid #fff;
    }
    .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%
    }
button.navbar-toggler{position:absolute; margin-top:0px; right:0; width:auto !important;}
}

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

@media (min-width: 768px) and (max-width: 991px) {
    a.nav-link {
        font-size: 6px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .carousel-cell .card {
        width: 200px;
    }
    .custom-border:before {
        width: 0;
    }
}

.exclvatprice {
    font-size: 11px;
    text-align: left;
    line-height: 30px;
    color: #FF1D58;
    font-weight: 500;
}

/*.new-section {
    padding: 4rem 15px 4rem 15px;
}*/

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

.cat-home .col-md-3 .card-body {
    background: #FF1D58 !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    border-top: 0px solid #FF1D58;
}

.cat-home .col-md-3 .card {
    border: 0px solid;
    background: #FF1D58;
    padding: 0px;
    margin: 0px;
}

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

.sidebar-filters li a.active, .sidebar-filters .active .btn {
    color: #FF1D58;
}

.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: #ff1d58;
    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: #ff1d58;
    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: #ff1d58;
    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: #243551;
    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: #ff1d58fa;
    padding: 20px;
}

.abtdwn .credit-btn {
    background-color: #243551 !important;
}

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

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

.contact .info {
    border-top: 3px solid #243551;
    border-bottom: 3px solid #243551;
    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 #243551;
    border-bottom: 3px solid #243551;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: #243551;
    float: left;
    width: 44px;
    height: 44px;
    background: #2435511f;
    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: #ff1d58;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #243551;
}

.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: #243551;
    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: #ff1d58;
    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: #243551 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

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

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

.blog .bg-light-gray a {
    color: #ff1d58;
    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: #ff1d58 !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 button.active {
    font-weight: bold;
    /* text-decoration: underline; */
    background: #243551;
    color: #fff;
}

#pageNav a button {
    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 {
    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%;
    display: block;
    padding: 10px 0;
}

.logo-img img {
    /* height: 100%; */
    /* object-fit: contain; */
}

.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 #2435510f;
*/
    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 solid #ff1d58;
}

#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: 18px;
    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: #ff1d58;
    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: #ff1d58;
    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: #243551;
}

/*.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: block;
    float: right;
    font-size: 13px;
    color: #fff;
    border: 1px solid #00c851;
    padding: 8px 20px;
    letter-spacing: 1px;
    background: #00c851;
    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: #243551;
    border-bottom: 2px solid #243551;
}

.checkout-stepss .divider {
    display: inline-block;
    border-top: 1px dashed #243551;
    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: #243551;
    padding: 10px 0px;
    /*    border-right: 1px solid #3e3e3f;
*/
}

.nav-item.active, .nav-item:hover {
    background: #d72323 !important
}

.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: #243551;
    color: #fff;
    font-weight: normal;
    padding: 15px 10px;
}

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

.td-footer {
    background-color: #243551;
    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 0px;
    text-transform: uppercase;
}

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

.btn-group {
    margin: 0 0;
}

.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%;
    right: 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: #243551;
    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: 2px solid #243551;
    border-radius: 10px;
    box-shadow: none;
}

.dropdown-menu.show:before {
    border-color: #243551 transparent !important;
}

.dropdown-menu.show a:hover {
    color: #ff1d58;
}

.unavailable_msg {
    color: #ff1d58;
    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: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.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: 4rem;
    }
}

@media (max-width: 576px) {
    #navbarNavDropdown {
        position: absolute !important;
        top: 31px !important;
        width: 100%;
        z-index: 16;
    }
}

#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: scale-down;
    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;
}

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

.top-menu img {
    /* width: 16px; */
    /* height: 16px; */
}

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

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

.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;
    color: #000000;
}

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

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

.subscribe .btn-secondary {
    background: #ff1d58;
}

.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: 11px;
    /* 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: #FF1D58;
}

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;
    font-size: 24px;
}

.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: 0;
    padding: 0 5px;
    margin-top: -12px;
}

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

.icons {
    text-align: right;
}

.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;
}

.product-grid .product-image img {
    width: 100%;
    /* height: 100%; */
}

.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 0;
    position: relative;
    left: 0;
    bottom: 0;
}

.product-grid .inner-content .title {
    color: #888888;
    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: 0;
}

.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: #888;
    /* font-size: 14px; */
    margin: 8px 0px;
    font-weight: normal;
}

.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: 18px;
    /* 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: 'Montserrat', sans-serif;
}

.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;
}

.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: #FF1D58;
    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;
}

button.navbar-toggler img {
    width: 50px;
    background: #fff;
    border-radius: 999px;
    border: 1px solid #fff;
}

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

.total-bottom h6.order-summary a {
    font-size: 18px;
    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 25px;
    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;
}

.tab-content {
    background: #f2f2f2;
    padding: 30px;
}

.checkout.page p {
    color: #000;
    margin: 20px 0;
    font-weight: 500;
}

.forgot-pass {
    text-align: center;
}

.o-summary h2 {
    font-size: 16px;
    font-weight: 600;
}

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

.o-summary h2 span {
    float: right;
}

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

.order-table {
    width: 100%;
}

.order-table img {
    width: 100%;
    padding-bottom: 10px;
}

.order-table h3 {
    font-size: 14px;
    font-weight: 600;
    /* margin: 0; */
    padding-left: 10px;
}

.order-table h5 {
    font-size: 14px !important;
    margin: 0;
    font-weight: 500;
    padding-left: 10px;
}

.o-summary h6 {
    font-size: 14px;
    margin: 15px 0;
    font-weight: 600;
}

.o-summary h6 span {
    float: right;
}
.o-summary h2 {
    font-size: 14px;
    font-weight: 600;
text-transform:none;
padding-bottom:0px;
margin-bottom:0;
}

.o-summary h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.o-summary h5 span {
    float: right;
}

.o-summary p {
    margin: 10px 0;
    text-align: center;
    color: #888888;
}

.forgot-pass .btn1 {
    background-color: #ff1d58;
    color: #fff;
    width: 100%;
}

.forgot-pass .btn2 {
    border: 1px solid #000;
    width: 100%;
    margin-top: 20px;
}

.cartshow {
    display: none;
}
.checkone{order:2;}

@media (max-width: 900px) {
    .top-menu ul li {
        float: none;
        display: inline-block;
        padding: 0 10px;
    }
    .icons {
        text-align: center;
    }
    .hlc_slider_details_text {
        top: 10%;
    }
}

@media (max-width: 767px) {
    .top-menu ul li {
        float: none;
        padding-right: 20px;
        display: inline-block;
    }
    .icons {
        text-align: center;
    }
    button.navbar-toggler img {
        width: 30px;
        background: #fff;
        border-radius: 999px;
        border: 1px solid #fff;
    }
    .icons {
        text-align: center;
    }
    .blog-search h4 {
        margin-bottom: 20px;
    }
    .insta-feeds .insta-content {
        padding: 10px;
    }
    .carousel-cell .card {
        width: 100%;
        margin: 0;
    }
    .hs_slider_title {
        color: #fff;
        text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        font-size: 18px;
    }
    .product_detais .btn.btn-secondary, .btn.btn-primary {
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        border: none;
        padding: 8px 25px;
        width: auto;
    }
    .hlc_slider_details_text {
        top: 0;
    }
    .product-grid .product-links {
        left: 70px;
    }
    .categories-list li div a {
        color: #888888;
        margin: 0 10px;
    }
    .search {
        background: #fff;
        border-radius: 4px;
        margin-top: 20px;
    }
    .top-menu ul li {
        float: none;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
    }
    .login, .cd-cart, .login-user {
        color: #fff;
        font-size: 12px !important;
        padding: 0px 0px !important;
        text-transform: uppercase;
    }
    .logo-img {
        /* width: 20%; */
        display: block;
        position: relative;
        top: 0;
        margin: auto;
        float: left;
        z-index: 9;
    }
    .text-right {
        text-align: center !important;
    }
    .navbar {
        width: 100%;
    }
    .navbar-toggler {
        padding: 0;
        width: max-content !important;
        font-size: 2.25rem;
        right: 0;
        z-index: 9;
        border-radius: 999px;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        position: absolute;
        border-radius: 999px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: 12px;
    }
    .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";
    }
#navbarNavDropdown {
    position: absolute !important;
    top: 31px !important;
    width: 100%;
    right: 0px;
    z-index: 16;
}
.container{max-width:100%;}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.logo-img img {
    height: 20px;
}
section.contact .blog{padding-left:15px; padding-right:15px;}
.col-md-12.pay-amt.text-right{text-align:right !important;}
.checkone{order:inherit;}
}


.slider-preview li {
    height: 500px;
    width: 100% !important;
    /*    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: 10px;
    /* 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: 20px;
    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;
}

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

.product-content .price {
    font-weight: bold;
    color: #888888;
}
.btn.continuebtn{border:1px solid #000; background:transparent !important; color:#212529;}
.cart .table{border:0;}
.cart .table thead th{border-bottom: 5px solid #fff; border-top:0; background: #f2f2f2;}
.cart .table td, .cart .table th{padding:15px 40px;}
.cart-box .card tr td{padding:15px 0px;}
.formcheckout{background:#E5E5E5;}
.o-summary .total-amt span, .o-summary .total-amt strong{color:#000;}
.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__wrapper {
    width: 100%;
    height: 100%;
    /* position: relative; */
    overflow: hidden;
   
    z-index: 1;
}
.d-grid {
    display: grid !important;
}
.modal-footer .sup-btn {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}
.footer-social-media li a i.fab{color:#fff;}
.blog-page .blog-details{background-color: transparent; padding: 0;}
.blog-page .blog_img{float:none; border-bottom:0;}
.blog-page .blog_img img{width:100%; margin:20px 0;}
.blog-details h2 a{font-size:20px; text-transform:uppercase;}
.blog{background: transparent; padding: 0;}
.product-grid .product-content {
    display: flex;
}
.product-content .price {
    font-weight: bold;
    color: #FF1D58;
}
.exclvatprice {
    font-size: 11px;
    text-align: left;
    line-height: 20px;
    color: ##FF1D58;
    font-weight: 500;
}
@media (max-width: 1200px) {
   .top-strip{text-align:left;} 
   .container, .container-lg, .container-md, .container-sm, .container-xl{max-width:100%;}
}

@media (max-width:767px){
.product-grid .inner-content .title{text-align:center;}
.abt-imgt .col-lg-8{max-width:100%; flex:100%; padding:0 20px !important;}

.top-strip{text-align:center;}
.hlc_slider_details_text p br{display:none;}
.hlc_slider_details_text p{font-size:11px;}


}
@media (max-width:576px){
#navbarNavDropdown{top:0px !important;}
.categories .col-6{max-width:100%; flex:100%;}
}
@media (max-width: 426px) {
    .total-bottom h6.order-summary a {
        padding-right: 22px;

    }
}


