.pollarized {
    left: 10px;
    right: initial !important;
    top: 10px;
    z-index: 9;
    font-size: 16px;
    border-radius: 10px 6px 25px 15px;
    opacity: 0.9;
    box-shadow: 1px 2px 3px #ddd;
    background: #cb0335;
}

.nav-item.open {
    background-color: #eee;
    border-color: #337ab7;
}

.topHeader {
    position: sticky;
    top: 0;
    z-index: 99999;
}

#headerMenuCollapse {
    position: sticky;
    top: 73px;
    z-index: 9999;
}

.alertMgs {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.alertMgs .alert {
    padding: 5px;
    font-size: 12px;
}

.alertMgs .alert .close {
    padding: 0 10px;
}

.folName {
    /* position: absolute;
  left: 0;
  background: #23cbf4;
  width: 100%;
  top: 143px;
  z-index: 99; */
    text-transform: uppercase;
}

.ffolder {
    margin-bottom: 10px;
}

.ffolder .img {
    width: 100px;
    /* margin: 4px;
  margin-top: 10px;
  display: inline-block; */
}

.ffolder .img img {
    border-radius: 5px;
    opacity: 0.9;
    height: 50px;
}

.coloSize {
    margin-bottom: 10px;
    height: 100px;
    overflow: auto;
}

.proImg {
    height: 160px;
    overflow: hidden;
}

.item-slider .item-thumbs {
    text-align: center;
}

.item-slider .mz-thumb {
    width: 80px;
    display: inline-block;
    margin-right: 5px;
}


/* .item-slider .mz-thumb img{    transform: scale(2);} */

#tokenStatus {
    text-align: center;
}

.textOver {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 170px;
}

.priceCart {
    font-size: 20px;
}

.product_qty {
    width: 50px;
}

.wellP {
    border: 1px solid #f0ad4e;
    text-align: center;
    overflow: hidden;
}

#discount_amount {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
}


/* #grand_total{
    border: 1px solid #ddd;
    background: #f5f7fb;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
} */


/* pagination */

#pagination-demo {
    display: inline-block;
    margin-bottom: 1.75em;
}

#pagination-demo li {
    display: inline-block;
}

.page-content {
    background: #eee;
    display: inline-block;
    padding: 10px;
    width: 100%;
    max-width: 660px;
}

#loading {
    display: none
}

.dropdown-menu-columns-3 {
    column-count: 3;
}

.dropdown-menu-columns-4 {
    column-count: 4;
}

.dropdown-menu-columns-5 {
    column-count: 5;
}

.labelStick {
    position: absolute;
    top: 24px;
    z-index: 9;
    background: #FFC107;
    padding: 5px;
    font-variant: all-petite-caps;
    left: 0;
}

.lsSize {
    top: 64px;
}

.productOpt {
    position: absolute;
    top: -48px;
    z-index: 9;
    background: #FFC107;
    padding: 5px;
    font-variant: all-petite-caps;
    left: 0;
}


/* #shop{width: 72%;} */

.uf-search-box {
    max-width: 100% !important;
    width: 100% !important;
}

#shop li:nth-child(3n+3) {
    padding-right: 0px;
}

#shopp li:nth-child(3n+3) {
    padding-right: 0px;
}

.groupPro #filters {
    background: #fff;
    padding-top: 15px;
    padding-left: 20px;
}

.colrStyle {
    border: 1px solid #ddd;
    margin: 0;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-right: none;
}

.colrStyle li {
    border-right: 1px solid #ddd;
    padding: 4px !important;
    width: 50%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.colrStyle li:last-child {
    border-right: none;
}

.coloSize {
    margin-bottom: 10px;
}

.coloSize h5 {
    margin: 5px;
}

.coloSize span {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 5px;
    padding: 2px 5px;
    font-size: 12px;
}

.cartTable {}

.cartTable th {}

.cartTable td {
    text-align: center;
    /* border: 1px solid #eee; */
    background: #fcfdff;
    font-weight: 600;
}

.crStyle {
    background: aliceblue;
    padding: 1px 3px;
    margin-top: 5px;
    position: relative;
    left: 9px;
    top: 0px;
}

.newLbl {
    position: absolute;
    right: 15px;
}

.typeahead__cancel-button,
.typeahead__query {
    z-index: 99 !important;
}

.typeahead__container button {
    line-height: unset !important;
}

.popover_content_wrapper {
    padding: 0 8px
}

.brid {
    background-color: #777777;
}

.brid .breadcrumb {
    border-radius: 0;
    margin: 0;
    background-color: #777777;
}

.brid .breadcrumb li,
.brid .breadcrumb li a {
    color: #fff;
}

.header .dropdown-menu {
    z-index: 9999;
}

.orderShop .close:before {
    content: '';
}

.deskSearch button {
    position: absolute !important;
    right: 3px;
    z-index: 9999 !important;
    background: #fff;
}

.mobSearch {
    position: sticky;
    top: 55px;
    z-index: 1;
}

.mobSearch form {
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px;
    margin-top: 9px !important;
}

.mobSearch .typeahead__container {
    width: 100%;
}

.mobSearch button {
    position: absolute !important;
    right: 0;
    z-index: 9999 !important;
}

.mobSearch .typeahead__cancel-button {
    padding-right: 55px;
}

.mobSearch,
.cartMob {
    display: none;
}

.deskSearch .searchItem {
    padding-right: 15px !important;
}

.offDis {
    position: absolute;
    left: -20px;
    top: 50px;
    border-radius: 0;
    transform: rotate(-90deg);
}

.mobileICart {
    position: absolute;
    top: 4px;
    left: 17px;
}

.totItemScart,
.totItemWish {
    right: 18px !important;
    top: -10px !important;
}

.mcartIcon {
    font-size: 25px;
    position: relative;
    top: 7px;
    left: -2px;
}

.brid .breadcrumb {
    float: left;
}


/* plus minus button */

.buyOff input,
.buyOff button {
    border-radius: 0;
}

.buyOff button {
    margin: 0px 2px;
}

.plusMinus {
    margin: 0px 2px;
}

.plusMinus button {
    margin: 0px 0px;
}

.plusMinus input::-webkit-outer-spin-button,
.plusMinus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.plusMinus .input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.card-body-scrollable {
    height: 300px;
}


/* cart v2 */

.qtt,
.qttt {
    width: 50px;
    text-align: center;
}

.pro_price {
    font-weight: bold;
}

.full-price {
    font-weight: bold;
    font-size: 15px;
    color: #467fcf;
}

.subtotal {
    font-weight: 100;
}

.tax {
    font-weight: 100;
}

.cart_footer {
    padding: 4px;
}

.cart_footer .currency {
    float: right;
}

.cart_footer .total {
    color: #5eba00;
}

.alert-dismissible {
    width: 500px;
    margin: 0 auto;
}

.MagicZoom,
.mz-figure {
    z-index: inherit !important;
}


/* Firefox */

.plusMinus input[type=number] {
    -moz-appearance: textfield;
    z-index: inherit;
}

.pagination .active a {
    color: #fff;
    z-index: inherit;
}

.wApp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.mobileCartWish i {
    /* font-size: 20px; */
}

.mobileCartWish span {
    font-size: 20px;
}

.mobileCartWish .selectgroup {
    position: fixed;
    bottom: -8px;
    z-index: 99;
}

.mobileCartWish .selectgroup-item {
    background: #363F51;
}

.mobileCartWish .selectgroup-item a {
    color: #fff;
    text-decoration: none;
}

.mobileCartWish .selectgroup-item:hover {
    background: #fff;
}

.mobileCartWish .selectgroup-item a:hover {
    color: #363F51;
}

.shop .products {
    height: 388px;
}

.disGrp small {
    padding: 0px 2px;
    border: 1px solid;
    margin-right: 5px;
}

.brandTd ul {
    padding: 0;
    list-style: none;
}

.brandTd ul li {
    display: inline-block;
    margin-right: 5px;
}

.brand_title {
    background: #fff;
    padding: 2px 4px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    display: block;
}