@font-face {
    font-family: "apon-reg", sans-serif;
    src: url(../fonts/NimbusSanL-Reg.otf);
}

@font-face {
    font-family: "apon-ita", sans-serif;
    src: url(../fonts/NimbusSanL-RegIta.otf);
}

@font-face {
    font-family: "apon-bold", sans-serif;
    src: url(../fonts/NimbusSanL-Bol.otf);
}

@font-face {
    font-family: "poppins", sans-serif;
    src: url(../fonts/Poppins-Light.otf);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #878787;
    font-weight: 400;
}
/* front page  */
#nav {

    margin: 0;
    padding: 0;
    text-align: center;
}

#nav li {
    display: block;
    position: relative;
    float: left;
    background: #ffffff;
    /* menu background color */
}


#nav li a {
    display: block;
    padding: 0;
    text-decoration: none;
    width: 120px;
    /* this is the width of the menu items */
    line-height: 50px;
    /* this is the hieght of the menu items */
    color: #0c0909;
    /* list item font color */
}

#nav li li a {
    font-size: 100%;
    display: block;
    padding: 0;
    text-decoration: none;
    width: 200px;
    /* this is the width of the menu items */
    line-height: 30px;
    /* this is the hieght of the menu items */
    color: #0c0909;
    /* list item font color */
}


/* smaller font size for sub menu items */

#nav li li:hover {
    background: red;
}

/* highlights current hovered list item and the parent list items when hovering over sub menues */

#nav ul {
    position: absolute;
    padding: 0;
    left: 0;
    display: none;
    /* hides sublists */
}

#nav li:hover ul ul {
    display: none;
}

/* hides sub-sublists */

#nav li:hover ul {
    display: block;
}

/* shows sublist on hover */

#nav li li:hover ul {
    display: block;
    /* shows sub-sublist on hover */
    margin-left: 120px;
    /* this should be the same width as the parent list item */
    margin-top: -35px;
    /* aligns top of sub menu with top of list item */
}

#nav1 li:hover ul {
    display: block;
    /* shows sub-sublist on hover */
    margin-right: 330px;
    /* this should be the same width as the parent list item */
    margin-top: -35px;
    /* aligns top of sub menu with top of list item */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    div.lglogo {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    nav.menuBar {
        display: none;
    }

    .mbl {
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
        min-height: 35px;
        cursor: pointer;
        width: 74%;
        display: block;
        margin-bottom: 14px;
    }

    .mbMargin {
        margin-left: 11px;
        margin-right: 1px !important;
    }

    .hr {
        margin-top: 1rem !important;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .1) !important;

    }

    .ml {
        margin-left: 55px;
    }

}
/* main page end  */
.paddingRemove {
    padding: 0 !important;
}
.innerSale {
    overflow: hidden !important;
    position: relative;
}

.innerSale img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.innerSale .info {
    position: absolute;
    text-decoration: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.innerSale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-link {
    font-weight: bold;
    color: #333;
}

.text-link:hover {
    color: #56cfe1;
    text-decoration: none;
}

.grey {
    background: #CCCCCC;
}

.pink {
    background: #FFC4DD;
}

.black {
    background: #000000;
}

.variationSec {
    margin-top: 5px;
}

.variationSec .variation {
    height: 0;
    width: 0;
}

.variationSec .variation:checked+label div {
    border: 1px solid black;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.variationSec .setColor {
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.featureCategories .inner {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    column-gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featureCategories .inner .catCol {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    position: relative;
}

.featureCategories .inner .catCol .catButton {
    padding: 10px 15px;
    color: black;
    background: #fff;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    left: 34%;
}

.featureCategories .inner .catCol .catButton:hover {
    color: #56cfe1;
}

.featureCategories .inner .catCol:nth-child(1) img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.featureCategories .inner .catCol:nth-child(1):hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.featureCategories .inner .catCol .subInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    column-gap: 1px;
}

.featureCategories .inner .catCol .subInner .items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.featureCategories .inner .catCol .subInner .items .content {
    position: relative;
    overflow: hidden;
}

.featureCategories .inner .catCol .subInner .items .content img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.featureCategories .inner .catCol .subInner .items .content:nth-child(1) .catButton {
    padding: 10px 15px;
    color: black;
    background: #fff;
    position: absolute;
    bottom: 38px;
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    left: 23%;
}

.featureCategories .inner .catCol .subInner .items .content:nth-child(1) .catButton:hover {
    color: #56cfe1;
}

.featureCategories .inner .catCol .subInner .items .content:nth-child(2) .catButton {
    padding: 10px 15px;
    color: black;
    background: #fff;
    position: absolute;
    bottom: 38px;
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    left: 24%;
}

.featureCategories .inner .catCol .subInner .items .content:nth-child(2) .catButton:hover {
    color: #56cfe1;
}

.featureCategories .inner .catCol .subInner .items .content:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.productFeatured .productContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* .productFeatured .productContainer .proBadge {
    height: 40px;
    position: absolute;
    top: 15px;
    border-radius: 40%;
    background: #fd0000;
    z-index: 1;
    width: 40px;
    color: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */
.proBadge {
    height: 40px;
    border-radius: 40%;
    background: #ff3d71;
    z-index: 1;
    width: 40px;
    color: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin: 10px 5px;
}
.productBadge {
    position: absolute;
    right: 5px;
    z-index: 1;
}
.productFeatured .productContainer .proBadge.minus {
    background: #FF3E1D;
}

.proBadgePer {
    height: 40px;
    border-radius: 40%;
    background: #2f3e4c;
    width: 40px;
    color: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin: 10px 5px;
}
/* .productFeatured .productContainer .proBadgePer {
    height: 40px;
    position: absolute;
    top: 15px;
    border-radius: 40%;
    background: #2f3e4c;
    z-index: 1;
    width: 40px;
    color: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

.productFeatured .productContainer .inner {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 601px) {
    .productFeatured .productContainer .inner {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@media (max-width: 600px) {
    .productFeatured .productContainer .inner {
        opacity: 1;
        top: 47%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 0px;
    }
    .productFeatured .productContainer .inner article {
        display: none !important;
    }
    .productFeatured .productContainer .inner .btn-invisible {
        padding: 0px 18px !important;
    }
}

.productFeatured .productContainer .inner .btn-invisible {
    background: #fff;
    color: #000;
    padding: 6px 18px;
    border-radius: 23px;
    margin-bottom: 8px;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 1px #0000001a;
    box-shadow: 1px 1px 1px #0000001a;
}
.btn-visible {
    background: #fff;
    color: #000;
    padding: 6px 18px;
    border-radius: 23px;
    margin-bottom: 8px;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 1px #0000001a;
    box-shadow: 1px 1px 1px #0000001a;
}

.productFeatured .productContainer .inner .btn-invisible .iconify {
    vertical-align: middle;
    font-size: 15px;
}

.productFeatured .productContainer .inner .btn-invisible:hover {
    background: #ec21cd;
    color: #fff;
}

.productFeatured .productContainer:hover .inner {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.productFeatured .product-photo {
    /* height:160px; */
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.productFeatured .product-photo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.productFeatured .product-info {
    margin-top: 7px;
}

.productFeatured .product-info-home {
    margin-top: 7px;
}
.productFeatured .product-info .product-title {
    margin-bottom: 0;
}

.productFeatured .product-info .product-title a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.productFeatured .product-info .product-title a:hover {
    color: #00BAE5;
}

.productFeatured .product-info .price del {
    color: #696969;
}

.productFeatured .product-info .price ins {
    color: #ff3d71;
}

.brand {
    border: 1px dashed lightgrey;
    padding: 10px;
    text-align: center;
}

#brand {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.modal-dialog.custom {
    position: fixed;
    width: 320px;
    margin: .5rem;
    pointer-events: none;
    position: fixed;
    right: -8px;
    top: -11px;
    bottom: -7px;
    background: #fff;
}

.modal-dialog.custom.forMobile {
    left: -8px;
    right: unset;
}

.arrow.next.slick-arrow {
    position: absolute;
    right: 0;
    top: 43%;
    font-size: 25px;
    color: #202020;
    cursor: pointer;
}

.arrow.next.slick-arrow:hover {
    color: #34C7FA;
}

.arrow.prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 43%;
    font-size: 25px;
    color: #202020;
    cursor: pointer;
}

.arrow.prev.slick-arrow:hover {
    color: #34C7FA;
}

.titlePro {
    font-weight: bold;
    background-color: white;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #000;
}

.titlePro:before {
    content: '';
    width: 115%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 13px;
    left: -7%;
    right: -8%;
    z-index: -1;
}

.delivery .iconify {
    font-size: 2.3rem;
}

.userActivities .iconify {
    font-size: 25px;
    color: #222;
    cursor: pointer;
}

.userActivities .iconify:hover {
    color: #56cfe1 !important;
}

#navbarSupportedContent .nav-link {
    font-size: 14px;
    margin: 0 12px;
    color: #353534;
}

#navbarSupportedContent .nav-link:hover {
    color: #56cfe1 !important;
}

.categoriesBtn {
    background-color: #007e91;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

.categoriesBtn .iconify {
    font-size: 14px;
    margin-right: 3px;
}

.catContainer {
    position: relative;
    min-width: 240px;
}

.catContainer .catAll {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
}

.catContainer .catAll ul li {
    border-bottom: 1px solid #ededed;
    list-style: none;
    padding: 10px;
}

.catContainer .catAll ul li a {
    color: #878787 !important;
    text-decoration: none;
}

.catContainer .catAll ul li:hover {
    background-color: #ddd;
}

.catContainer:hover .catAll {
    display: block;
}

.topBar {
    background-color: #F6F6F8;
    padding: 10px;
    color: grey;
    font-size: 14px;
}

.header {
    padding: 16px 0;
}

.header .header-portion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-portion .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header .header-portion .brand {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .header-portion .brand .cat-mobile {
    display: none;
}

.header .header-portion .category {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .header-portion .category .form-control {
    border: 0;
    background: #EDF3F8;
    padding: 6px 12px;
    height: 44px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #6A757C;
}

.header .header-portion .category .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .header-portion .buttons_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    column-gap: 5px;
    margin: 0 5px;
}

.header .header-portion .buttons_link button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 43px;
    width: 120px;
}

.header .header-portion .buttons_link img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 43px;
    width: 120px;
}

.header .header-portion .search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-portion .search .searchArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header .header-portion .search .searchArea .search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header .header-portion .search .searchArea .search-box .medicineSearch {
    border: 0;
    background: #EDF3F8;
    padding: 10px 15px;
    border-left: 1px solid #d8d8d8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: 0;
}

.header .header-portion .search .searchArea .search-box .medicineSearch:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .header-portion .search .searchArea .search-box .searchButton {
    width: 54px;
    border: 0;
    background: #3b7cff;
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0;
    height: 37px;
}

.header .header-portion .search .searchArea .search-box .searchButton:hover {
    background: #117ed7;
}

.header .header-portion .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-portion .links a {
    margin: 0 1px;
    position: relative;
}

.header .header-portion .links a img {
    height: 46px;
    width: 46px;
}

.header .header-portion .links a .cartitem {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: red;
    position: absolute;
    top: -2px;
    right: 6px;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.mobileSearch {
    position: relative;
    display: none;
    margin-top: 25px;
}

.mobileSearch .mobileSearchArea {
    width: 100%;
}

.mobileSearch .mobileSearchArea .form-control {
    margin: 12px 0;
    background: #EDF3F8;
    border-radius: 25px;
    border: 0;
    height: 45px;
    padding-left: 62px;
}

.mobileSearch .mobile-menu-icon {
    position: absolute;
    left: 54px;
    display: none;
    font-size: 2rem;
    top: 6px;
    color: #5d5d5d;
    cursor: pointer;
}

.mobileSearch .menu-content {
    display: block;
    position: fixed;
    top: 0px;
    background: #623bff;
    left: -250px;
    width: 250px;
    bottom: 0;
    z-index: 3;
    padding: 20px 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobileSearch .menu-content .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobileSearch .menu-content .profile img {
    max-width: 90px;
}

.mobileSearch .menu-content .profile h6 {
    margin-top: 10px;
    color: #f7f7f7;
}

.mobileSearch .menu-content .cash {
    font-size: 14px;
    padding: 8px 3px;
    text-align: center;
    background: #724fff;
    color: #e2d5d7;
}

.mobileSearch .menu-content .cash p {
    margin: 0;
}

.mobileSearch .menu-content .menuItems ul {
    margin-top: 17px;
    padding: 0;
    margin-bottom: 0;
}

.mobileSearch .menu-content .menuItems ul li {
    list-style: none;
}

.mobileSearch .menu-content .menuItems ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    margin: 4px 0;
    border-radius: 3px;
    text-decoration: none;
}

.mobileSearch .menu-content .menuItems ul li a:hover {
    background: #7352F7;
}

.mobileSearch .menu-content .close {
    position: absolute;
    color: #fff;
    top: 12px;
    right: 15px;
    font-size: 2rem;
}

.mobileSearch .menu-content.active {
    -webkit-box-shadow: 6px 3px 20px -9px;
    box-shadow: 6px 3px 20px -9px;
    left: 0;
}

.swiper-container {
    width: 100%;
    height: 600px;
}


.swiper-slide {
    color: #000;
    text-align: center;
    padding: 0px;
}

.swiper-wrapper {
    height: auto;
}

.instruction {
    padding: 18px 0;
    background: #F3F2F3;
}

.instruction a {
    text-decoration: none;
}

.instruction a .infoBox {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    background: #fff;
    text-align: center;
    border-top: 4px solid #e64b2f;
    margin: 10px 0;
    padding: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 1px 1px 0px #0000004f;
    box-shadow: 0px 1px 1px 0px #0000004f;
}

.instruction a .infoBox .tag {
    position: absolute;
    right: 15px;
    top: -11px;
    width: 84px;
    font-size: 14px;
    height: 89px;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    background: #62ae43;
    line-height: 18px;
    text-transform: capitalize;
    display: none;
}

.instruction a .infoBox .tag:before {
    content: '';
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #4a7f34;
    border-bottom: 5px solid #4c7b38;
    position: absolute;
    right: -10px;
    top: 1px;
}

.instruction a .infoBox .tag:after {
    content: '';
    height: 60px;
    width: 61px;
    left: 0;
    right: 0;
    bottom: -31px;
    background: #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
    position: absolute;
    display: none;
}

.instruction a .infoBox .title {
    font-size: 1.2rem;
    margin-top: 5px;
    color: #353534;
    border-radius: 25px;
    padding: 9.4px 9px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.instruction a .infoBox .title small {
    font-size: 15px;
    color: #4a80aa;
}

.instruction a .infoBox img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90px;
}

.instruction a:hover img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.instruction a:hover .title {
    color: #0D62A8;
}

.howTo {
    padding: 50px 0;
    background: #fff;
}

.howTo .title {
    font-size: 1.125rem;
}

.howTo .process {
    margin: 25px 0;
}

.howTo .process li {
    line-height: 34px;
    margin-bottom: 10px;
    list-style-type: none;
}

.howTo .process li .marker {
    height: 30px;
    width: 30px;
    color: #fff;
    background: #6ba7ff;
    margin-right: 7px;
    border-radius: 50%;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #1a8aea;
}

.productSlider .coating {
    position: relative;
    height: 390px;
}

.productSlider .coating .slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.productSlider .coating .slider .slick-dots li {
    margin-right: 5px;
    padding: 5px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.productSlider .coating .slider .slick-dots li:last-child {
    margin: 0;
}

.productSlider .coating .slider .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.productSlider .coating .slider .slides img {
    margin: 0 auto;
    max-height: 200px;
    width: 100%;
}

.productSlider .coating .slider .arrow {
    position: absolute;
    top: 30%;
    z-index: 2;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    color: black;
}

.productSlider .coating .slider .arrow i {
    font-size: 32px;
}

.productSlider .coating .slider .arrow.prev {
    left: -45px;
}

.productSlider .coating .slider .arrow.next {
    right: -45px;
}

.productSlider .addCart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 9px;
    padding: 0 4px;
}

.productSlider .addCart .iconify {
    font-size: 20px;
}

.productSlider .addCart .iconify:hover {
    color: #0D62A8;
    cursor: pointer;
}

.productSlider .addCart .addTocart {
    border: 0;
    padding: 7px 12px;
    vertical-align: middle;
    border-radius: 25px;
    font-size: 14px;
    outline: 0;
    background-color: #0D62A8;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.productSlider .addCart .addTocart .iconify {
    font-size: 15px;
}

.productSlider .addCart .addTocart:hover {
    background-color: #4AAF52;
}

.productSlider .product-price {
    display: block;
    margin-top: 8px;
}

.section-title {
    text-transform: capitalize;
    margin-bottom: 25px;
    padding: 6px 14px;
    position: relative;
    font-size: 23px;
    border-bottom: 2px solid;
}

.section-title a {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 6px;
    padding: 6px 12px;
    border-radius: 4px;
}

.section-title.maroon {
    color: #fff;
    background: linear-gradient(45deg, maroon 22%, transparent 5%);
    border-color: maroon;
}

.section-title.maroon a {
    background: maroon;
    color: #fff;
    text-decoration: none;
}

.section-title.purple {
    color: #fff;
    background: linear-gradient(45deg, #B23E94 22%, transparent 5%);
    border-color: #B23E94;
}

.section-title.purple a {
    background: #B23E94;
    color: #fff;
    text-decoration: none;
}

.section-title.lightblue {
    color: #fff;
    background: linear-gradient(45deg, #00BAE5 22%, transparent 5%);
    border-color: #00BAE5;
}

.section-title.lightblue a {
    background: #00BAE5;
    color: #fff;
    text-decoration: none;
}

.section-title.pink {
    color: #fff;
    background: linear-gradient(45deg, #FF3A97 22%, transparent 5%);
    border-color: #FF3A97;
}

.section-title.pink a {
    background: #FF3A97;
    color: #fff;
    text-decoration: none;
}

.section-title.orange {
    color: #fff;
    background: linear-gradient(45deg, #ed4336 22%, transparent 5%);
    border-color: #ed4336;
}

.section-title.orange a {
    background: #FF4635;
    color: #fff;
    text-decoration: none;
}

.w-97 {
    width: 97%;
}

.siteBreadcrumb {
    background-color: #F6F6F8;
}

.siteBreadcrumb .breadcrumb {
    background-color: #F6F6F8;
}

.siteBreadcrumb .breadcrumb .breadcrumb-item a {
    color: #040707;
}

@media (max-width: 767px) {
    .productView {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .productView .col-md-3 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .catCol {
        margin-bottom: 15px;
    }
    .productFetRem{
            margin-top: -30px;
    }
}

footer {
    background: #F6F6F8;
}

footer h5 {
    font-size: 18px;
}

footer .nav-item a {
    font-size: 14px;
}

footer .social-sites li a .iconify {
    font-size: 25px;
}

.overflow::-webkit-scrollbar {
    background-color: #E5EAFD;
    height: 5px;
}

.overflow::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #0D62A8;
}

.cart {
    padding: 25px 0;
    background: #ECECEC;
}

.cart .inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    background: #fff;
    padding: 16px;
}

.cart .inner .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart .inner .right {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    border: 1px solid #ececec;
}

.cart .inner .right .cartDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    text-transform: capitalize;
}

.cart .inner .right .cartDetails .title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eaecf9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.cart .inner .right .cartDetails .title h5 {
    margin-bottom: 0;
}

.cart .inner .right .cartDetails .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed lightgrey;
    padding: 7px 10;
}

.cart .inner .right .cartDetails .product-list {
    padding: 6px 0;
}

.cart .inner .right .cartDetails .product-list .product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart .inner .right .cartDetails .product-list .product:nth-child(even) {
    background: #F7F4FE;
}

.cart .inner .right .cartDetails .product-list .product .price {
    border: 0;
}

.cart .inner .right .cartDetails .product-list .product .name {
    color: #0D62A8;
    padding-left: 10px;
}

.cart .inner .right .cartDetails .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #d2d2d2;
    padding: 7px 10px;
    font-size: 14px !important;
}

.bottom-menu {
    display: none;
}

.curp {
    cursor: pointer;
}

.product-quantity {
    border-radius: 12px;
    background: #ff3d71;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.product-quantity button {
    width: 26px;
    border: 0;
    outline: 0;
    background: #ff3d71;
    color: #fff;
    cursor: pointer;
}

.product-quantity input[type='number'] {
    width: 38px;
    padding: 3px;
    outline: 0;
    text-align: center;
}

.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
    .container-lg {
        max-width: 1200px;
    }
    .container-md {
        max-width: 1200px;
    }
    .container-sm {
        max-width: 1200px;
    }
    .container-xl {
        max-width: 1200px;
    }
    .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .featureCategories .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header .header-portion .brand .cat-mobile {
        display: block;
        border: 0;
        font-size: 13px;
        color: #6c757d;
        margin-top: 3px;
        background: transparent;
        border: 1px solid #e4e4e8;
        padding: 5px;
        border-radius: 13px;
        outline: 0;
        margin-right: auto;
        position: relative;
        top: 7px;
        height: 37px;
    }
    .header .header-portion .category {
        display: none;
    }
    .header .header-portion .buttons_link {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 10px;
        display: block;
        position: absolute;
        top: 79px;
        height: 28px;
        right: -12px;
    }
    .header .header-portion .buttons_link button {
        height: 37px;
    }
    .header .header-portion .buttons_link img {
        height: 37px;
    }
    .header .header-portion .search {
        display: none;
    }
    .header .header-portion .links {
        top: -7px;
        position: relative;
    }
    .mobileSearch {
        display: block;
    }
    .mobileSearch .mobile-menu-icon {
        display: block;
    }
    .swiper-container {
        height: 223px;
    }
    .categoriImgone{
        width: 100%;
        height:399px;
    }
    .categoryImgeLeft{
        width: 100%;
        height: 200px;
    }
    .categoryImgeRight{
        width: 100%;
        height: 430px;
    }
    .controlInstruction {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .controlInstruction .col-lg-4 {
        padding: 0;
    }
    .controlInstruction .col-lg-4 .infoBox {
        padding: 5px 0;
        margin: 0 2px;
        min-height: 175px;
    }
    .controlInstruction .col-lg-4 .infoBox .tag {
        top: -11px;
        width: 48px;
        font-size: 11px;
        height: 90px;
        color: #fff;
        padding: 12px 0;
        background: #62ae43;
        line-height: 12px;
    }
    .controlInstruction .col-lg-4 .infoBox .tag:after {
        height: 34px;
        width: 35px;
        bottom: -18px;
        background: #ffffff;
        -webkit-transform: rotate(135deg);
        transform: rotate(45deg);
    }
    .controlInstruction .col-lg-4 .infoBox img {
        width: 80px;
        margin-top: 14px;
    }
    .controlInstruction .col-lg-4 .infoBox .title {
        position: relative;
        z-index: 1;
        margin-top: 11px;
        line-height: 18px;
        font-size: 16px !important;
    }
    .instruction {
        padding: 20px 0;
    }
    .instruction a .infoBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-title.maroon {
        background: linear-gradient(45deg, maroon 40%, transparent 5%);
    }
    .section-title.purple {
        background: linear-gradient(45deg, #B23E94 40%, transparent 5%);
    }
    .section-title.lightblue {
        background: linear-gradient(45deg, #00BAE5 40%, transparent 5%);
    }
    .section-title.pink {
        background: linear-gradient(45deg, #FF3A97 40%, transparent 5%);
    }
    .section-title.orange {
        background: linear-gradient(45deg, #ed4336 40%, transparent 5%);
    }
    .cart {
        padding: 10px 0;
    }
    .cart .inner .right {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
    .bottom-menu {
        z-index: 100;
        display: block;
        position: fixed;
        bottom: -100px;
        left: 0;
        right: 0;
        padding: 16px;
        -webkit-box-shadow: 6px 15px 20px 2px #0000007d;
        box-shadow: 6px 15px 20px 2px #0000007d;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .bottom-menu .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-menu .links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #343a40;
        text-transform: capitalize;
        font-size: 16px;
    }
    .bottom-menu .links a .iconify {
        font-size: 1.3rem;
      }
      .bottom-menu .links span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #343a40;
        text-transform: capitalize;
        font-size: 16px;
    }
    .bottom-menu .links span .iconify {
        font-size: 1.3rem;
      }
      .bottom-menu .links a .count {
        position: absolute;
        top: 5px;
        right: 50%;
        z-index: 1;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        /* color: #fff; */
        text-align: center;
        letter-spacing: 0;
        /* font-weight: 400; */
        color: #f9280a;
    font-weight: bold;
        font-size: 18px;
        line-height: 15px;
        /* background-color: #000; */
        /* -webkit-box-shadow: 1px 1px 3px 0 #0000004d; */
                /* box-shadow: 1px 1px 3px 0 #0000004d; */
      }

    .bottom-menu .links a:hover {
        color: #0064A4;
        text-decoration: none;
    }
    .bottom-menu .links .middle-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px -1px 5px grey;
        box-shadow: 0px -1px 5px grey;
        border-radius: 50%;
        padding: 11px;
        position: absolute;
        top: -26px;
        background: #fff;
        font-size: 2.4rem;
    }
    .bottom-menu.open {
        bottom: 0;
    }
}

@media (max-width: 1024px) {
    .featureCategories .inner .catCol .catButton {
        left: 29%;
    }
    .featureCategories .inner .catCol .subInner .items .content:nth-child(1) .catButton {
        left: 10%;
    }
    .featureCategories .inner .catCol .subInner .items .content:nth-child(2) .catButton {
        left: 11%;
    }
}

@media (min-width: 1023px) {
    .productFeatured .productContainer {
        /* height: 265px; */
    }
}

@media (max-width: 480px) {
    .header .header-portion .brand {
        top: -2px;
        position: relative;
    }
    .productFetRem{
            margin-top: -30px;
    }
    .header .header-portion .buttons_link button {
        height: 34px;
        width: 108px;
        position: relative;
        top: 5px;
    }
    .header .header-portion .buttons_link img {
        height: 34px;
        width: 108px;
        position: relative;
        top: 5px;
    }
    .mobileSearch .mobile-menu-icon {
        left: 32px !important;
    }
    .swiper-container {
        height: 250px !important;
    }
    .categoriImgone{
        width: 100%;
        height:399px;
    }
    .categoryImgeLeft{
        width: 100%;
        height: 200px;
    }
    .categoryImgeRight{
        width: 100%;
        height: 430px;
    }

    .productFeatured .product-info {
        margin-top: -30px;
    }
    .productFeatured .product-info-home {
        margin-top: 7px;
    }
}

@media (max-width: 425px) {
    .header .header-portion .brand .cat-mobile {
        top: 13px;
        height: 36px;
    }
    .productFetRem{
            margin-top: -30px;
    }
    .swiper-container {
        height: 160px !important;
    }
    .categoriImgone{
        width: 100%;
        height:399px;
    }
    .categoryImgeLeft{
        width: 100%;
        height: 200px;
    }
    .categoryImgeRight{
        width: 100%;
        height: 430px;
    }
    .overflow {
        overflow-x: auto;
        width: 393px;
    }
    .productFeatured .product-info {
        margin-top: -30px;
    }
    .productFeatured .product-info-home {
        margin-top: 7px;
    }
}

@media (max-width: 375px) {
    .header .header-portion .brand .cat-mobile {
        top: 17px;
        height: 30px;
    }
    .productFetRem{
            margin-top: -30px;
    }
    .header .header-portion .buttons_link button {
        height: 28px;
        width: 90px;
        position: relative;
        top: 9px;
    }
    .header .header-portion .buttons_link img {
        height: 28px;
        width: 90px;
        position: relative;
        top: 9px;
    }
    .header .header-portion .links {
        top: -11px;
    }
    .mobileSearch .mobile-menu-icon {
        left: 32px !important;
    }
    .overflow {
        overflow-x: auto;
        width: 334px;
    }
    .productFeatured .product-info {
        margin-top: -30px;
    }
    .productFeatured .product-info-home {
        margin-top: 7px;
    }
}

@media (max-width: 320px) {
    .header .header-portion .brand .cat-mobile {
        top: 18px;
        height: 27px;
    }
    .productFetRem{
            margin-top: -30px;
    }
    .header .header-portion .buttons_link button {
        height: 25px;
        width: 65px;
        position: relative;
        top: -8px;
    }
    .header .header-portion .buttons_link img {
        height: 25px;
        width: 65px;
        position: relative;
        top: -8px;
    }
    .mobileSearch .mobile-menu-icon {
        left: 32px !important;
    }
    .overflow {
        overflow-x: auto;
        width: 280px;
    }

    .productFeatured .product-info {
        margin-top: -30px;
    }
    .productFeatured .product-info-home {
        margin-top: 7px;
    }
}

@media (max-width: 600px) {
    .mobileSearch .mobile-menu-icon {
        left: 58px !important;
    }
    .productFetRem{
            margin-top: -30px;
    }
    .swiper-container {
        width: 100%;
        height: 250px;
    }
    .categoriImgone{
        height:399px;
    }
    .categoryImgeLeft{
        width: 100%;
        height: 200px;
    }
    .categoryImgeRight{
        width: 100%;
        height: 430px;
    }
    .productSlider .coating .slider .arrow.prev {
        display: none !important;
    }
    .productSlider .coating .slider .arrow.next {
        display: none !important;
    }
    .section-title {
        font-size: 16px;
    }
    .productFeatured .product-info {
        margin-top: -30px;
    }
    .productFeatured .product-info-home {
        margin-top: 7px;
    }
}

@media (max-width: 500px) {
    .mobileSearch .mobile-menu-icon {
        left: 36px !important;
    }
    .productFetRem{
            margin-top: -30px;
    }
    .overflow {
        overflow-x: auto;
        width: 456px;
    }
    .productFeatured .product-info {
        margin-top: -30px;
    }
    .productFeatured .product-info-home {
        margin-top: 7px;
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .controlInstruction .col-lg-4 .infoBox {
        min-height: 160px;
    }
    .controlInstruction .col-lg-4 .infoBox .tag {
        right: 11px !important;
    }
    .controlInstruction .col-lg-4 .infoBox img {
        width: 60px;
    }
    .controlInstruction .col-lg-4 .infoBox .title {
        font-size: 14px;
        padding: 5px 0;
    }
    .controlInstruction .col-lg-4 .infoBox .title small {
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    /* category image css  */
/* desktop view  */
.categoriImgone{
    width:100%;
    height:630px;
}
.categoryImgeLeft{
    width: 100%;
    height: 300px;
}
.categoryImgeRight{
    width: 100%;
    height: 630px;
}

}

@media (min-width: 769px) and (max-width: 1023px) {
    .howTo .col-md-6.my-3.d-flex.flex-column.justify-content-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .howTo .col-md-6.my-3.d-flex.flex-column.justify-content-center .title {
        text-align: center;
    }
    .buttons_link {
        position: absolute;
        right: 0;
        top: 67px;
        z-index: 2;
    }
    .swiper-container-horizontal {
        margin-top: 50px;
    }
    .swiper-container {
        width: 100%;
        height: 220px;
    }

    .categoriImgone{
        width:570px;
        height:630px;
    }
    .categoryImgeLeft{
        width: 100%;
        height: 200px;
    }
    .categoryImgeRight{
        width: 100%;
        height: 430px;
    }
    .categoryImgeLeft{
        width: 180px;
        height: 200px;
    }
    .categoryImgeRight{
        width: 486px;
        height: 410px;
    }
    .controlInstruction {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .instruction a .infoBox .tag {
        width: 55px;
        padding: 4px;
        font-size: 10px;
        line-height: 16px;
        height: 80px;
    }
    .instruction a .infoBox .tag:after {
        content: '';
        height: 38px;
        width: 38px;
        left: 0;
        right: 0;
        bottom: -19px;
        background: #ffffff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin: 0 auto;
        position: absolute;
    }
    .instruction a .infoBox img {
        width: 90px;
        margin-bottom: 8px;
    }
    .instruction a .infoBox .title {
        margin-top: 6px;
        font-size: 16px;
    }
    .instruction a .infoBox .title small {
        font-size: 10px;
    }
}

@media (min-width: 501px) and (max-width: 590px) {
    .overflow {
        overflow-x: auto;
        width: 545px;
    }
}

@media (max-width: 960px) {
    .cart .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }
    .cart .inner .right {
        margin-bottom: 10px;
    }
}

#exzoom {
    width: 400px;
    /*height: 400px;*/
}

.hidden {
    display: none;
}

.productDetails .review .iconify {
    color: #f3c82b;
    font-size: 1.2rem;
}

.variationSize {
    margin-top: 5px;
}

.variationSize .variation {
    height: 0;
    width: 0;
}

.variationSize .variation:checked+label div {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #000;
    color: #fff;
}

.variationSize .setValue {
    border: 1px dashed #0e0b0b;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
}

.addCart .cart {
    min-width: 140px;
    width: 140px;
    height: 37px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin-top: 3px;
}
.addCarts .carts {
    min-width: 140px;
    width: 100%;
    height: 37px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin-top: 3px;
}

.addCart .cart button {
    outline: none;
    border: 0;
    font-size: 24px;
    margin: 0 5px;
    width: 40px;
}

.addCart .cart button:hover {
    color: #007DC7;
    cursor: pointer;
}

.addCart .cart input {
    width: 40px;
    padding: 0 3px;
    border: 0;
    outline: none;
    text-align: center;
    font-weight: bold;
}

.addCartBtn {
    border-radius: 24px;
    background-color: #00BAE5;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 35px;
}

.addCartBtn:hover {
    background: #f03ff0;
}
.buyNowBtn {
    border-radius: 24px;
    background-color: #ff3d71;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 35px;
}
.buyNowBtn:hover {
    background: #f03ff0;
}

.exzoom .exzoom_btn a {
    width: 58px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: none;
    }
}

.userActivitiesMobile,
.categoryMobile {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 991px) {
    .navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-brand {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .userActivitiesMobile,
    .categoryMobile {
        display: block;
        cursor: pointer;
    }
    .userActivitiesMobile {
        text-align: right;
        margin-top: 16px;
    }
    .userActivitiesMobile .iconify {
        color: #000;
        font-size: 1.5rem;
    }
}

.shopCategories .cat ul {
    list-style: none;
    margin: 0;
}

.shopCategories .cat ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.shopCategories .cat ul li a {
    margin: 0 10px;
    color: #222;
    text-decoration: none;
}

.shopCategories .cat ul li a:hover {
    color: #00BAE5;
}

.mobileViewCategory {
    display: none;
}

@media (max-width: 768px) {
    .mobileViewCategory {
        display: block;
    }
}

.mainCategories {
    display: none;
}

@media (min-width: 768px) {
    .mainCategories {
        display: block;
    }
}

.banner {
    background-position: center center;
    background: url("../images/banner/shop-banner.jpg");
    background-size: cover;
}

.sorting {
    width: 250px;
    border-radius: 14px;
}

.nav-item {
    position: relative;
}

.nav-item .nav-link {
    padding: 26px 19px;
    position: relative;
}

.nav-item .nav-link.dropdown {
    cursor: pointer;
}

.nav-item .nav-link:hover .nav-dropdown {
    display: block !important;
    position: absolute;
    top: 100%;
    min-width: 1100px;
    left: -313px;
    padding: 19px;
    max-height: 75vh;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px #00000026;
    box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px #00000026;
}

.nav-dropdown {
    display: none;
}

.main-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.main-area .items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
}

.main-area .items .pageLink {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    color: #424242;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.main-area .items .sub-column {
    margin-top: 12px;
}

.main-area .items .sub-column li {
    margin-bottom: 3px;
    list-style: none;
}

.main-area .items .sub-column li a {
    color: #898989;
}

.main-area .items .sub-column li a:hover {
    color: #00DBEA;
}


/* dashobard  */

.dashbaord-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
}

.dashbaord-main .leftSection {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 1px 11px 17px 0px #0000001a;
    box-shadow: 1px 11px 17px 0px #0000001a;
    z-index: 1;
}

@media (max-width: 768px) {
    .dashbaord-main .leftSection {
        position: fixed;
        width: 250px;
        top: 0;
        bottom: 0;
    }
}

.dashbaord-main .leftSection.close {
    margin-left: -250px !important;
    opacity: 0;
    visibility: hidden;
}

.dashbaord-main .leftSection .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px dashed lightgrey;
    padding-bottom: 5px;
}

.dashbaord-main .leftSection .brand img {
    width: 123px;
}

.dashbaord-main .leftSection .user-profile {
    padding: 15px 0 0 0;
    border-bottom: 1px dashed #d7c7ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /* margin-top: 78px; */
}

.dashbaord-main .leftSection .user-profile .close-dashboard-sidebar {
    cursor: pointer;
    height: 30px;
    width: 30px;
    border: 2px solid #0D62A8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: -18px;
    display: none;
}

@media (max-width: 768px) {
    .dashbaord-main .leftSection .user-profile .close-dashboard-sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .dashbaord-main .leftSection .user-profile {
        margin-top: 78px;
    }
}

.dashbaord-main .leftSection .user-profile img {
    width: 75px;
    height: auto;
    border-radius: 50%;
}

.dashbaord-main .leftSection .user-profile .user-name {
    color: #0D62A8;
    padding: 15px 0;
    text-align: center;
}

.dashbaord-main .leftSection .user-profile .user-name span:first-child {
    font-weight: bold;
}

.dashbaord-main .leftSection .user-profile .user-name span:last-child {
    font-weight: normal;
}

.dashbaord-main .leftSection .sidenav {
    width: 90%;
    margin: 17px auto;
    list-style: none;
    height: 85vh;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .dashbaord-main .leftSection .sidenav {
        padding-bottom: 80px;
    }
}

.dashbaord-main .leftSection .sidenav::-webkit-scrollbar {
    background-color: #E5EAFD;
    width: 4px;
}

.dashbaord-main .leftSection .sidenav::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #0D62A8;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item {
    list-style: none;
    margin: 1px 0;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item:hover {
    background-color: #0962A8;
    border-radius: 6px;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item:hover a {
    color: #fff;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item:hover a .iconify {
    color: #fff;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active {
    background: #0962A8;
    border-radius: 6px;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active a {
    color: #fff;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active a .iconify {
    color: #fff;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active .sub-item {
    display: block !important;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active .sub-item li a {
    background: #efe6fd !important;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active .sub-item li a:hover {
    background: #0064A4 !important;
    color: #fff;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item.active .sub-item li a:hover .iconify {
    color: #fff;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item a {
    padding: 12px;
    color: #212121;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item a .iconify {
    color: #559ffb;
    margin-right: 8px;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item .sub-item {
    display: none;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item .sub-item li {
    list-style: none;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item .sub-item li a {
    padding: 12px;
    color: #212121;
    display: block;
    text-decoration: none;
}

.dashbaord-main .leftSection .sidenav ul li.nav-item .sub-item li a .iconify {
    color: #2E7BF0;
    margin-right: 8px;
}

.dashbaord-main .rightSection {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #F7F8FF;
}

.dashbaord-main .rightSection .topbar {
    width: 100%;
    padding: 8px 15px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashbaord-main .rightSection .topbar .fold {
    cursor: pointer;
    font-size: 2rem;
    color: #0D62A8;
    display: inline-block;
}

.dashbaord-main .rightSection .dashboard-content .rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    padding: 15px;
}

@media (max-width: 768px) {
    .dashbaord-main .rightSection .dashboard-content .rows {
        padding: 0 5px;
    }
}

.dashbaord-main .rightSection .dashboard-content .rows .cols {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

@media (max-width: 800px) {
    .dashbaord-main .rightSection .dashboard-content .rows .cols {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card {
    -webkit-box-shadow: 0 0.1rem 0.10rem #0000001a;
    box-shadow: 0 0.1rem 0.10rem #0000001a;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .dashbaord-main .rightSection .dashboard-content .rows .cols .card {
        margin-bottom: 10px;
    }
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card:hover {
    -webkit-box-shadow: 0 10px 40px #0003;
    box-shadow: 0 10px 40px #0003;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 1024px) {
    .dashbaord-main .rightSection .dashboard-content .rows .cols .card .box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card .box .iconify {
    font-size: 3.7rem;
    color: #ffffff;
    padding: 14px;
    border-radius: 50%;
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card .box .inner {
    text-align: right;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .dashbaord-main .rightSection .dashboard-content .rows .cols .card .box .inner {
        text-align: center;
    }
    .dashbaord-main .rightSection .dashboard-content .rows .cols .card .box .inner h1 {
        margin: 6px 0 !important;
    }
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card .box .inner h1 {
    font-weight: bold;
}

.dashbaord-main .rightSection .dashboard-content .rows .cols .card .box .inner h5 {
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    -webkit-box-shadow: 1px 2px 5px #6b3bb138;
    box-shadow: 1px 2px 5px #6b3bb138;
}

.mobile-menu-logo {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu-logo {
        display: inline-block;
        height: 35px;
        vertical-align: middle;
    }
}

.profile-manage img {
    width: 35px;
    border-radius: 50%;
}

.profile-manage:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.profile-manage:after {
    content: unset;
}

.right-element {
    position: relative;
}

.right-element .dropdown-menu {
    border: 1px solid #dedede;
    -webkit-box-shadow: -2px 7px 12px #00000017;
    box-shadow: -2px 7px 12px #00000017;
}

.right-element .dropdown-menu.show {
    top: 160px;
    left: 0;
}

.right-element .dropdown-menu .dropdown-item .iconify {
    color: #0D62A8;
}

.right-element .dropdown-menu .dropdown-item:hover {
    background: #0D62A8;
    color: #fff !important;
}

.right-element .dropdown-menu .dropdown-item:hover .iconify {
    color: #fff;
}

.right-element .dropdown-menu .dropdown-item:nth-child(2):hover {
    background: orangered;
    color: #fff !important;
}

.right-element .dropdown-menu .dropdown-item:nth-child(2):hover .iconify {
    color: #fff;
}

.profile .title-section,
.wishlist .title-section {
    background-color: #eaf4fd;
    padding: 9px 16px;
    color: #0D62A8;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1rem;
}

.title-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eaf4fd;
    padding: 9px 16px;
    color: #0D62A8;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.title-section .btn-theme {
    font-size: 12px;
}

.btn-theme {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #0D62A8;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

.btn-theme:hover {
    background-color: #0f73c4;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn-danger {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #cf2a2a !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

.btn-danger:hover {
    background-color: #d83f3f;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.form-custom {
    margin-bottom: 25px;
}

.form-custom .form-control {
    border-width: 1px;
    border-color: #e6e6e6;
}

.form-custom .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #b8b8b8;
}

.form-custom .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #b8b8b8;
}

.form-custom .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #b8b8b8;
}

.form-custom .form-control::placeholder {
    font-size: 14px;
    color: #b8b8b8;
}

.form-custom .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #0D62A8;
}

.form-custom .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    margin-left: 0;
    margin-right: 0;
}

.form-custom .form-row .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-custom .form-container {
    background: #fff;
    padding: 20px;
}

@media (max-width: 768px) {
    .form-custom .form-container {
        padding: 5px;
    }
}

.form-custom label {
    margin-bottom: 0.2rem;
    font-size: 15.4px;
    color: #6d617f;
}

.form-custom .addProfile {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-custom .addProfile img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 3px solid #dce0de;
}

.form-custom .addProfile .profile-upload {
    width: 0;
    height: 0;
}

.form-custom .addProfile .profile-upload:after {
    top: 0;
    background-color: #0D62A8;
    right: 0;
    content: '\270F';
    position: absolute;
    height: 33px;
    width: 33px;
    z-index: 1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
    color: #fff;
}

.wishlist .wishlist-area {
    padding: 0 0 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}

.wishlist .wishlist-area .wishliat-items {
    width: 19.0%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1295px) {
    .wishlist .wishlist-area .wishliat-items {
        width: 23.9%;
    }
}

@media (max-width: 1065px) {
    .wishlist .wishlist-area .wishliat-items {
        width: 31.7%;
    }
}

.wishlist .wishlist-area .wishliat-items .remove-product {
    position: absolute;
    right: 10px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    border: 0;
    font-size: 13px;
    border-radius: 2px;
    color: #ffffff;
    outline: 0;
    background: #ab3f3e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wishlist .wishlist-area .wishliat-items .remove-product .iconify {
    font-size: 1.1rem;
}

.wishlist .wishlist-area .wishliat-items .remove-product:hover {
    background-color: indianred;
    color: #fff;
    cursor: pointer;
}

.wishlist .wishlist-area .wishliat-items .title {
    color: #0D62A8;
    text-align: center;
    margin: 9px 0;
    font-weight: bold;
}

.wishlist .wishlist-area .wishliat-items .price {
    text-align: center;
}

.wishlist .wishlist-area .wishliat-items .price del {
    color: #b13b3b;
}

.wishlist .wishlist-area .wishliat-items .price span {
    color: green;
}

.wishlist .wishlist-area .wishliat-items .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
}

.wishlist .wishlist-area .wishliat-items .actions button {
    outline: 0;
}

.wishlist .wishlist-area .wishliat-items .actions button:last-child {
    border-radius: 22px;
    padding: 4 15px;
}

.wishlist .wishlist-area .wishliat-items:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.pagination li a {
    color: #0D62A8;
}

.pagination li a.active {
    background: #0D62A8;
    color: #fff;
}

.table-custom {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
}

.table-custom th,
.table-custom td {
    border: 0;
    vertical-align: middle;
}

.table-custom thead tr {
    background-color: #eaecf9;
}

.table-custom thead tr th {
    border: 0;
    text-transform: capitalize;
    font-size: 15px;
    color: #5e5c61;
}

.table-custom tbody tr td {
    border: 0;
    color: #545356;
    font-size: 14px;
}

.table-custom tbody tr td a {
    color: #0D62A8;
}

.table-custom tbody tr:nth-child(even) {
    background: #f7f4ff;
}

.wallet-status {
    position: relative;
}

.wallet-status img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.wallet-status .amount {
    position: absolute;
    top: 62%;
    left: 0;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #350569;
    width: 100%;
    text-align: center;
    padding-right: 70px;
    line-height: 1.2;
}

.wallet-status .amount span {
    font-size: 14px;
}

.wallet-status .rechrg-wallet {
    position: absolute;
    top: 22px;
    right: 4px;
    border: 0;
    font-size: 15px;
    padding: 6px 15px;
    background: #0e85e6;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 1px #154279;
    box-shadow: 0px 3px 1px #154279;
}

.wallet-status .rechrg-wallet .iconify {
    font-size: 1.2rem;
}

.wallet-status .rechrg-wallet:hover {
    background: #006fca;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.data-container {
    overflow-x: auto;
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.action .iconify {
    cursor: pointer;
    font-size: 1.5rem;
    opacity: 0.7;
    margin: 0 3px;
}

.action .iconify:first-child {
    color: #6348f6;
}

.action .iconify:last-child {
    color: #63ae45;
}

.action .iconify:hover {
    opacity: 1;
}

.unpaid {
    background: #ec6f7b;
    padding: 4px 6px;
    border-radius: 3px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    width: 55px;
    text-align: center;
    display: inline-block;
}

.paid {
    background: #1bd445;
    padding: 4px 6px;
    border-radius: 3px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    width: 55px;
    text-align: center;
    display: inline-block;
}

.pay-now {
    background: #ecb40c;
    padding: 4px 6px;
    border-radius: 3px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    border: 0;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pay-now:hover {
    background: #ffc415;
}

.payment-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment-area .items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: -1px 1rem 1rem #6a758026;
    box-shadow: -1px 1rem 1rem #6a758026;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    min-width: 160px;
}

.payment-area .items:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #334169e8;
}

.payment-area .items.mobileBanking {
    background: url("../images//images/payments.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.payment-area .items.ssl {
    background: url("../images//images/payments.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.payment-area .items.wallet {
    background: url("../images//images/payments.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.payment-area .items .payment-method-item {
    width: 0;
}

.payment-area .items .payment-method-item:checked+label {
    color: #04ec00 !important;
    margin-top: 28px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.payment-area .items .payment-method-item:checked+label::after {
    content: url("../images/images/ok.png");
    height: 50px;
    width: 50px;
    background: white;
    position: absolute;
    top: 18px;
    border-radius: 50%;
    background-size: contain;
}

.payment-area .items .payment-method-item:checked::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #0062cc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.payment-area .items label {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 0;
    color: white;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    z-index: 3;
}

.overflow::-webkit-scrollbar {
    background-color: #E5EAFD;
    height: 5px;
}

.overflow::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #0D62A8;
}

@media (min-width: 501px) and (max-width: 590px) {
    .overflow {
        overflow-x: auto;
        width: 545px;
    }
}

@media (max-width: 500px) {
    .overflow {
        overflow-x: auto;
        width: 456px;
    }
}

@media (max-width: 425px) {
    .overflow {
        overflow-x: auto;
        width: 393px;
    }
}

@media (max-width: 375px) {
    .overflow {
        overflow-x: auto;
        width: 334px;
    }
}

@media (max-width: 320px) {
    .overflow {
        overflow-x: auto;
        width: 280px;
    }
}

.cart {
    padding: 25px 0;
    background: #ECECEC;
}

@media (max-width: 768px) {
    .cart {
        padding: 10px 0;
    }
}

.cart .inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    background: #fff;
    padding: 16px;
}

@media (max-width: 960px) {
    .cart .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }
    .cart .inner .right {
        margin-bottom: 10px;
    }
}

.cart .inner .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart .inner .right {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    border: 1px solid #ececec;
}

.bottom-menu {
    display: none;
}

@media (max-width: 768px) {
    .cart .inner .right {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
    .bottom-menu {
        z-index: 100;
        display: block;
        position: fixed;
        bottom: -100px;
        left: 0;
        right: 0;
        padding: 16px;
        box-shadow: 6px 15px 20px 2px #0000007d;
        background: #fff;
        transition: all 0.4s ease-in-out;
    }
    .bottom-menu.open {
        bottom: 0;
    }
    .bottom-menu .links {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .bottom-menu .links a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #343a40;
        text-transform: capitalize;
        font-size: 16px;
    }
    .bottom-menu .links a:hover {
        color: #0064A4;
        text-decoration: none;
    }
    .bottom-menu .links .middle-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px -1px 5px grey;
        border-radius: 50%;
        padding: 11px;
        position: absolute;
        top: -26px;
        background: #fff;
        font-size: 2.4rem;
    }
}

.cart .inner .right .cartDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    text-transform: capitalize;
}

.cart .inner .right .cartDetails .title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eaecf9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.cart .inner .right .cartDetails .title h5 {
    margin-bottom: 0;
}

.cart .inner .right .cartDetails .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed lightgrey;
    padding: 7px 10;
}

.cart .inner .right .cartDetails .product-list {
    padding: 6px 0;
}

.cart .inner .right .cartDetails .product-list .product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart .inner .right .cartDetails .product-list .product:nth-child(even) {
    background: #F7F4FE;
}

.cart .inner .right .cartDetails .product-list .product .price {
    border: 0;
}

.cart .inner .right .cartDetails .product-list .product .name {
    color: #0D62A8;
    padding-left: 10px;
}

.cart .inner .right .cartDetails .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #d2d2d2;
    padding: 7px 10px;
    font-size: 14px !important;
}

.curp {
    cursor: pointer;
}

.product-quantity {
    border-radius: 12px;
    background: #ff3d71;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.product-quantity button {
    width: 26px;
    border: 0;
    outline: 0;
    background: #ff3d71;
    color: #fff;
    cursor: pointer;
}

.product-quantity input[type='number'] {
    width: 38px;
    padding: 3px;
    outline: 0;
    text-align: center;
}

.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* new css  */

.text-black {
    color: #000000 !important;
}

.emptyProduct {
    padding: 25px;
}

.emptyProduct .iconify {
    font-size: 38px;
}

.productCartList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.productCartList .items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
}

.productCartList .items:first-child {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
}

.productCartList .items .pname {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
}

.productCartList .items .modify {
    font-size: 19px;
    color: black;
    margin-top: 9px;
}

.productCartList .items .modify .iconify {
    cursor: pointer;
}

.productCartList .items .modify .iconify:first-child:hover {
    color: aqua;
}

.productCartList .items .modify .iconify:last-child:hover {
    color: red;
}

.bottomTotal {
    position: absolute;
    background: #fff;
    bottom: 0;
    padding: 30px 20px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 7px 3px 20px 20px #00000014;
    box-shadow: 7px 3px 20px 20px #00000014;
    border-top: 1 px solid #e5e5e5;
}
.productDesign{
    border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
    /* width:24%; */
    /* margin:5px; */
    box-shadow: 0px 0px 10px 10px #efebebd9;
    /* min-height: 365px !important; */

}
.grid-controls{
    display: flex;
    width: 30%;
    margin: 0 auto;
   }
   .grid-btn {
    padding: 6px 6px;
    background-color: #ffffff;
    color: #9a9595;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #ddd;
    display: flex;
    margin: 0px 3px;
  }
  .grid-btn:focus{
    outline: 0;
  }
  .grid-btn.active {
    background-color: #fafcff; /* Example active color */
    border: 2px solid #5e6273 !important; /* Optional: to match the button color */
  }
  .grid-controls>.grid-btn > .grid-icon {
    background-color: #ff3d71;
    width: 5px;
    height: 24px;
    padding: 1px 6px;
    margin: 0px 2px;
    border-radius: 2px;
  }
  .grid-btn.grid-icon.active{
    background-color: #0d0d0d;
  }
  .mobile-grid-controls{display: none;}

  .product-box-col-3 {
    height: 363px;
}
.custom-height-img-3{
    height: 230px;
}
.product-box-col-2 {
    height: 320px;
}
.custom-height-img-2 {
    height: 150px;
}
.product-box-col-4 {
    height: 460px;
}
.custom-height-img-4 {
    height: 325px;
}
.product-box-col-6 {
    height: 580px;
}
.custom-height-img-6 {
    height: 450px;
}
.product-box-col-sm-6 {
    height: 230px;
}

.product-box-col-sm-12 {
    height: 400px;
}
.product-column{
    padding-right: 3px !important;
    padding-left: 3px !important;
}

  /*--------------------- Start Start Product section-----------------------*/
@media (max-width: 768px) {
    .productDesign{
        border: 1px solid gainsboro;
        box-shadow: 0px 0px 10px 10px #efebebd9;
        /* min-height: 290px !important; */
    }
    .mobileHeight{
        display: none;
    }
    .mobileHeightfooter{
        height: 65px;
    }
    .grid-controls {
        width: 47%;
        margin: 0 auto;
    }
}
@media (max-width: 570px){
    .grid-controls{display: none;}
    .mobile-grid-controls{
        display: block;
        display: flex;
        width: 20%;
    }
}
@media (max-width:480px){
    .product-box-col-3 {
        height: 282px;
    }
    .custom-height-img-3 {
        height: 150px;
    }
    .grid-controls{display: none;}
    .mobile-grid-controls{display: block; display: flex;}
    .grid-btn {
        padding: 3px 2px;
    }
    .product-box-col-2 {
        height: 417px;
    }
    .custom-height-img-6{
        height:160px;
    }
    .custom-height-img-12{
        height:270px;
    }
    .product-title {
        line-height: 10px;
    }
    .productFeatured .product-info .product-title a {
        font-size: 11px;
    }
    .productFeatured .product-info .price del {
        font-size: 10px;
    }
    .productFeatured .product-info .price ins {
        font-size: 10px;
    }
}
@media (max-width: 320px) {
    .mobile-grid-controls{
        display: block;
        display: flex;
        width: 20%;
    }
}

.productListContaineR {
    max-height: 300px;
    overflow-y: auto;
}

.productListContaineR::-webkit-scrollbar {
    width: 2px;
    background-color: #f0f0f0;
}

.clickableIcon {
    display: none;
}

@media (max-width: 767px) {
    .clickableIcon {
        display: block;
    }
}

.visualcolumn {
    display: block;
}

@media (max-width: 767px) {
    .visualcolumn {
        display: none;
    }
    .visualcolumn.open {
        display: block !important;
        position: relative;
    }
    .visualcolumn.open:before {
        content: '-';
        position: absolute;
        top: -33px;
        right: -2px;
        background: #fff;
        height: 25px;
        width: 25px;
        color: #000;
        font-size: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: none;
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1000;
    border-bottom: 1px solid #dbdbdb;
  }


.cartNumber{
    position: relative;
    top: -10px;
    right: 16px;
    z-index: 1;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    opacity: 1;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding-left: 3px;
    padding-top: 1px;
    text-align: center;
}
.cartNumberMobileTop{
    position: absolute;
    top: 9px;
    right: 19px;
    z-index: 1;
    width: 15px;
    height: 20px;
    letter-spacing: 0;
    /* font-weight: 400; */
    font-size: 18px;
    line-height: 15px;
    /* box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%); */
    opacity: 1;
    /* background-color: #000000; */
    /* color: #ffffff; */
    color: #ff3d71;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 auto;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;

}
.cartno {
    position: absolute;
    /* top: -1px; */
    left: 150px;
    z-index: 1;
    width: 18px;
    height: 18px;
    letter-spacing: 0;
    line-height: 15px;
    /* box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%); */
    opacity: 1;
    /* background-color: #000000; */
    color: #fafaf5;
    font-weight: bold;
    border-radius: 100%;
    margin: 0 auto;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;
    background-color: #ff3d71;

}
/* .cartNumberBottom{
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    opacity: 1;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding-left: 3px;
    padding-top: 2px;
    left: 55px;
    top: 5px;
    text-align: center;

} */
.checkbox-alphanumeric input:checked + label {
    background: #0064A4;
    color: #fff;
}
.getfooter{
    display: none;
}
@media (max-width: 767px) {
    .getfooter {
        display: block;
    }
}

@media (min-width: 768px) {
    .brandForFooter{
        height: 200px;
        width: 200px
    }
}
/*# sourceMappingURL=app.css.map */
 margin: 0 auto;
    padding-left: 3px;
    padding-top: 1px;
    text-align: center;
}
.cartNumberMobileTop{
    position: absolute;
    top: 10px;
    right: 22px;
    z-index: 1;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    opacity: 1;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;

}
.cartno {
    position: absolute;
    top: -2px;
    left: 148px;
    z-index: 1;
    width: 18px;
    height: 18px;
    letter-spacing: 0;
    /* font-weight: 400; */
    font-size: 18px;
    color: #fafaf5;
    font-weight: bold;
    line-height: 15px;
    /* box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%); */
    opacity: 1;
    /* background-color: #000000; */
    /* color: #ffffff; */
    border-radius: 100%;
    margin: 0 auto;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;
    background-color: #ff3d71;
}
/* .cartNumberBottom{
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    opacity: 1;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding-left: 3px;
    padding-top: 2px;
    left: 55px;
    top: 5px;
    text-align: center;

} */
.checkbox-alphanumeric input:checked + label {
    background: #0064A4;
    color: #fff;
}
.getfooter{
    display: none;
}
@media (max-width: 767px) {
    .getfooter {
        display: block;
    }
}

@media (min-width: 768px) {
    .brandForFooter{
        height: 200px;
        width: 200px
    }
}
/*# sourceMappingURL=app.css.map */
