@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    text-decoration: none !important;
    list-style: none !important;
    font-family: 'Roboto', sans-serif;
}
.account-type{
    background-color: #0074d9;
    padding: 5px;

}
.account-type .container{
    max-width: 1200px !important;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;

}
.account-type .container .re-wh{
    width: 100%;
}
.account-type .container .re-wh .time {
    position: relative;
    /* height: auto */
}

.account-type .container .re-wh .time .time-one{
    display: flex;
    align-items: center;
    height: 30px;
    color: #fff;
}
.account-type .container .re-wh .time .time-one ul{
    margin: 0;
    display: flex !important;
    align-items: center;
}
.account-type .container .re-wh .time .time-one ul li:first-child{
    
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.account-type .container .re-wh .time .time-one ul li {
    width: max-content !important;
}
.account-type .container .re-wh .time .time-one ul li a{
    display: block;
    width: 100% !important;
    text-align: center !important;
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 30px;
    padding: 0 10px;
}
.account-type .container .re-wh .time .time-one ul li a span{
    margin-left: 5px;
}
.account-type .container .account-type-btns{
    display: flex;
    justify-content: end;
}
.account-type .container .account-type-btns ul{
    margin: 0;
    display: flex;
}
.account-type .container .account-type-btns ul li{
    width: max-content !important;
    /*animation: animate 1s linear infinite;*/
}
.account-type .container .account-type-btns ul li:first-child{
    border-right: 1px solid #fff;
}
.account-type .container .account-type-btns ul li:nth-child(2){
    border-right: 1px solid #fff;
}
.account-type .container .account-type-btns ul li a{
    display: block;
    width: 100% !important;
    text-align: center !important;
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 30px;
    padding: 0 10px;
    /* border-radius: 15px; */
}
/*.account-type .container .account-type-btns ul li:first-child{*/
/*    background-color: green;*/
/*    box-shadow: green 0px 2px 4px 0px, green 0px 2px 16px 0px;*/
/*}*/
/*.account-type .container .account-type-btns ul li:last-child{*/
/*    background-color: indianred;*/
/*    box-shadow: indianred 0px 2px 4px 0px, indianred 0px 2px 16px 0px;*/

/*}*/
@keyframes animate{
    0%{
        filter: hue-rotate(0deg);
    }
    50%{
        filter: hue-rotate(180deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}
@media only screen and (max-width: 470px) {
    .account-type{
        display:none;
    }
    .mid_head{
        height: 140px !important;
    }
    .carousel-inner{
        padding-top: 5px;
    }
    .logomain img{
        width:75% !important;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (max-width: 768px) {
    .account-type .container .re-wh .time .time-one{
        display: flex !important;
        justify-content: center !important;
    }
    .account-type .container .account-type-btns{
        justify-content: center;
    }
  .img_wraper {
    height: 450px !important;
  }

}
.navbar{
    position: absolute !important;
    display: none;
}
.G-container {
    max-width: 1200px !important;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.G-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.DELTA_L2_SEARCH {
    display: flex;
    /*display: inline-block;*/
    align-items: center !important;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);*/
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px !important;
}

.DELTA_L2_IN {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex: auto; */
    width: 100%;

}

.col-12-12 {
    width: 100%;
}

.DELTA_L2_INPUT {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    /*border: 2px solid green;*/
}
.DELTA_L2_INPUT input{
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 2px solid #0074d9;
}

.DELTA_L2_INN {
    padding: 0 15px;
    /* border-radius: 2px 0 0 2px; */
    border: 0;
    outline: 0 none;
    font-size: 14px;
    /*height: 36px;*/
    height: 100%;
    width: 100%;
    /*border: 2px solid green;*/
    margin: 0 !important;
}

.DELTA_L2_BTN {
    /*justify-content: flex-end;*/
    /*border: 1px solid #fff;*/
    /*background-color: red !important;*/
    /*width: 50px !important;*/
    /*border-top-right-radius: 25px;*/
    /*border-bottom-right-radius: 25px;*/
    /*cursor: pointer;*/

}
.delta-s-button{
    height: 50px;
    width: 50px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #0074d9 !important;
}

.delta-s-button i{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.mob-edit{
    display: flex;
    align-items: center;
}

/* TIMER */
.top_head {
    position: relative;
    background: #06407D;
    height: auto;
    margin: 0;
    padding: 5px;
}

#clockdiv {
    font-family: sans-serif;
    color: #314e52;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

#clockdiv>div {
    padding: 0 10px;
    margin: 5px 0;
    display: inline-block;
}

.setpadding {
    font-size: 1.4em;
    padding-top: 3%;
}

#clockdiv div>span {
    border-radius: 3px;
    background: #fafafa;
    margin: 0 5px;
    padding: 3px 6px;
    display: inline-block;
}
.row-brand{
    display: flex;
    flex-wrap: wrap;
}
.smalltext {
    /* padding-top: 5px; */
    font-size: 10px;
    font-weight: 600;
    color: #d1d1d1;
}

.footr_buy {
    background-color: #ffd23f;
    color: #314e52;
    padding: 5px 15px;
    border-radius: 6px;
}

.dot_time {
    color: #314e52;
    padding: 0;
    margin: 0;
    margin: 0 -11px;
}

.offercopy {
    background-color: #f72585;
    color: #fff;
    padding: 4px 13px;
    border: 2px dashed #ffc400;
    border-radius: 7px;
    margin: 0 5px;
    cursor: pointer;
}

.mid_head {
    height: 100px;
    background-color: #FFF;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

/* Search Bar */

.height {
    height: 100vh
}

.form {
    position: relative
}

.form .fa-search {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #9ca3af
}

.form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db
}

.left-pan {
    padding-left: 7px
}

.left-pan i {
    padding-left: 10px
}

.form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px
}

#showmenu {
    display: none;
}

#usershow {
    display: none;
}

#usershows{
    display: none;
}

.form-input:focus {
    box-shadow: none;
    border: none
}

input:focus {
    outline: none !Important;
    box-shadow: none !Important;
    border-radius: none !Important;
}



.logo_holder img {
    height: auto;
    text-align: center;
}

.links li {
    padding: 0 35px;
}

.header-user-entry li a {
    padding: 0 20px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.links ul:before,
.links ul:after {
    display: table;
    content: " ";
}

.links>li {
    font-size: 15px;
    float: left;
    list-style: none;
}

.links>li>a {
    text-decoration: none;
    display: block;
}

.inpuT:focus {
    border: solid green 2px;
}

.header-cart {
    width: 20px;
}

.header-cart a {
    color: #ec7612;
}

.header-cart-num {
    z-index: 1;
    top: 9px !important;
    min-width: 18px;
    height: 10px;
    line-height: 16px;
    padding: 0 3px;
    background: #ff6e26;
    border-radius: 12px;
}

.header-cart-icon {
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 18px;
    cursor: pointer;
}

.header-cart-icon:before {
    position: absolute;
    top: 0px;
    left: -3px;
}

.header-cart-info {
    z-index: 2;
    top: 36px;
    right: 95px;
    width: 250px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border-radius: 4px;
    padding: 8px 0 8px;
    position: absolute;
    line-height: 1;
    min-width: 250px;
    background: #fff;
    animation: arrowInOut 500ms ease-in-out;
}
.tv-f-links {
    text-align: left;
    margin-top: 0;
    padding: 60px 0 !important;
    background-color: #06407D;
}
.footerContent p {
    font-size: 13px;
    margin: 0 0 10px;
    color: #fff;
}
.footerMenu li a {
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
    clear: both;
    letter-spacing: .5px;
    text-decoration: none!Important;
}
.footerContent h4 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.price-current {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}
.biprp a {
    color: #000;
    overflow: hidden;
    text-decoration: none!Important;
}
.product-info {
    position: relative;
    width: 100%;
    padding: 8px;
    text-align: left;
}
.price-discount {
    display: inline-block;
    padding: 0 4px;
    color: #ff4747;
    font-weight: 600;
    background: #fff1f1;
    border-radius: 2px;
}
.sm_20z{
    display: none;
}

.G-wrapper {
    background: #ffffff;
   
}

.btn-dark {
    margin-bottom: 0px !important;
    color: #000 !important;
    border: 0 !important;
    border-color:none !important;
    width: 75% !important;
    /*background-color: #f57224 !important;*/
    /*border-color: #343a40;*/
    background-color: #0074d9 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
.unicase-checkout-title{
    border-style: solid;
    background-color: #f57224;
    border-color: transparent;
    color: white !important;
    padding: 7px;
    border-radius: 2px;
    font-size: 19px;
}
  @media only screen and (max-width: 600px) {
    .navbar{
        display: block !important;
    }

    .G-wrapper {
      display: block;
    }
    #mySidenav{
        display: block;
    }
    #slider-navbar{
        display: block;
    }
  }
@media (min-width: 320px) and (max-width: 480px){
.sn-mob-logo {
    display: block;
    position: absolute;
    left: -105px;
    font-size: 35px !important;
}
}

.empty {
    padding: 24px 0 7px;
}

.empty p {
    color: #666;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    text-align: center;
}

.empty p+p {
    margin-top: 7px;
}

/* FLIP */
#slide-navbar {
    color: #fff;
}

.slide-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}

.slide-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 10px 0;
    height: 43px;
    cursor: pointer;
}

.cart-button {
    background-color: #2469d9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    background-color: #fff;
}

.dropdown:hover .links {
    color: #000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;
}

.links {
    color: #fff;
    text-decoration: none;
}

.links:hover {
    color: #fff;
    text-decoration: none;
}

.profile-links {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li {
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav {
    display: block;
}

.smallsearch {
    margin-left: 15px;
    margin-top: 15px;
}

.menu {
    cursor: pointer;
}

.newbottomnavbotul li a{
    color: #000 !important;
    text-decoration: none;
}
.newbottomnavbotul li a:is-active{
    color: rgba(14, 89, 160, 0.836) !important;
}
.mySidenav{
    z-index: 999999;
}
.msi_content{
    display: flex !important;
}
.newbottomnavbot{
    display: block !important;
}
@media only screen and (min-width: 600px) {
    .newbottomnavbot{
        display: none !important;
    }
    .navbar{
        display: none;
    }
  }
@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav {
        display: none;
    }

    .smallsearch {
        margin: 0px;
    }
}

/*Sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
    z-index: 999;
}

.sidenav a {
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav-heading {
    font-size: 36px;
    color: #fff;
}

.head_nav {
    
    position: relative;
    list-style: none;
    display: inline-flex;
    height: 100%;
}

.head_nav li {
    padding: 15px 15px;
    margin-top: 10px;
}
.re-wh-rw{
    margin-top: 14px !important;
    padding: 0px !important;
    margin-right: 10px;
    margin-left: 10px;
}
.re-wh-rw a{
    display: block !important;
    width: 100%;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 0px 15px;
    /*position: relative;*/
    /*bottom: 10px;*/
    /*color: #fff;*/
    text-decoration: none !important;
}
.head_title a {
    position: relative;
    bottom: 10px;
    color: #fff;
    text-decoration: none !important;
}
/*.head_title:hover{*/
/*    background: #838cfa !important;*/
/*}*/

.cate-items:hover {
    background-color: #9299F2 !important;
    cursor: pointer;
    
}
.cate-items:hover .cate-items-a {
    letter-spacing: 1px;
    color: white !important;
}

li.abszz.cate-item.item1:hover{
    background: yellow !important;
}


.cate_cnt {
    top: 45px;
    height: auto;
    position: absolute;
    left: 0;
    width: 1380px;
    padding: 2px 238px 20px 20px;
    font-size: 0;
    z-index: 99;
    white-space: nowrap;
    background: #fafafa;
    border-top: 2px solid #06407D;
    text-align: left;
    animation: arrowInOut 500ms ease-in-out;
}

@keyframes arrowInOut {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}

.cnt {
    position: absolute;
}


.cate-item {
    flex-grow: 1;
    line-height: 1;
}



.btn-primary{
    background-color: #06407D !important;
    border: none;
}



.cate_column {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 175px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 12px;
    vertical-align: top;
}

dt {
    padding-bottom: 8px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    font-size: 15px;
    white-space: normal;
    color: #212121;

}
dl{
    border-right: #ece2e1 solid 1px;
}
dd{
    margin-top: 10px;

}

dd a {
    font-size: 13px;
    color: #06407D!important;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.cate_column img {
    position: relative;
    top: 25px;
}

.fac {
    position: relative;
    padding: 0px 0;
    background-color: #e7e6e1;
    height: 30px;
}

.tytle h6 {
    padding-top: 7px;
    text-align: center;
}

.tytle h6 a {
    color: #91091e;
    text-decoration: none;
}

.c-item img {
    height: auto;
}

.dot li {
    position: relative;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    border-radius: 50%;
    vertical-align: bottom;
    transition: all .3s;
    cursor: pointer;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0.3;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.listWrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
}

.dir a span:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    transition: all .2s;
}

.dir a span {
    background: rgba(0, 0, 0, .8);
    border-radius: 0 28px 28px 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.ns a span:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    transition: all .2s;
}

.ns a span {
    background: rgba(0, 0, 0, .8);
    border-radius: 28px 0 0 28px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

/* SLICK */
.dirs a span:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    transition: all .2s;
}

.dirs a span {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    left: 15px;
    position: absolute;
    top: 180px;
    width: 25px;
    height: 45px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.nsr a span:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    transition: all .2s;
}

.nsr a span {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    right: 0;
    position: absolute;
    top: 180px;
    width: 25px;
    height: 45px;
    color: #fff;
    left: 165px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    content: '\E637';
}
.caro_wrap{
    padding: 5px 5px;
}
/* SLICK END */
.img_wrap img {
    width: 100%;
    height: auto;
}

.description {
    font-size: 12px
}

.fa-facebook-f {
    color: #3b5999
}

.fa-instagram {
    color: #e4405f
}

.fa-youtube {
    color: #cd201f
}

.fa-twitter {
    color: #55acee
}

.footer-copyright p {
    margin-top: 10px
}

.main_body {
    background: white;
    padding-bottom: 10px;
}

.uf-box {
    padding: 2% 5% 5% 5%;
    width: 40%;
}

.uf-group {
    padding: 15px 0;
    margin-left: 5px;
    text-align: center;
    background-color: white;
    border: #f2a154 solid 1px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    transition: all 500ms;
}

.uf-group:hover {
    border: none;
    box-shadow: none;
    background-color: #f6f6f6;
}

.uf-image {
    background: url('./imag/uf.png') no-repeat;
    width: 40px;
    height: 43px;
    margin: 0 auto;
    display: block;
    padding-bottom: 55px;
}

.uf-group a {
    text-decoration: none !Important;
    color: #06407D;
}

.uf-group:hover>a {
    color: #af0069
}

.uf-singup {
    background-position: 0 0;
}

.uf-trend {
    background-position: -36px 0;
}

.uf-img-readytoship {
    background-position: -78px 0;
}

.uf-img-bestsellers {
    background-position: -118px 0;
}

.hide-below {
    clear: both;
    text-align: left;
    padding: 10px;
    display: block;
    width: 355px;
    background: url('./imag/tp_logo.png') no-repeat;
    background-position: 300px 11px;
    margin: 0 auto;
}
.uf-heading-line {
    width: 100%;
    line-height: 0;
    margin: 30px auto;
    text-align: left;
    max-width: initial;
}

.uf-heading-text {
    background: #A5CC3F;
    /*background: #06407D;*/
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    color: white;
    text-transform: uppercase;
}

.p-shift p {
    position: relative;
    top: 100px;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

.p-shift h6 {
    position: relative;
    top: 78px;
    color: #30475e;
}

.card {
    border: none !important;
    cursor: pointer;
}

.card {
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.card a {
    border: none !Important;
    border-radius: none;
}

div.text-white {
    position: absolute;
    top: 55%;
    left: 10%;
    right: 10%;
    font-size: 28px
}

.btn {
    border-radius: none !Important;
    color: #fff !Important;

}
.hp-mod-card {
    display: block;
    clear: both;
    padding-top: 24px;
    margin: 0 auto;
}

.hp-mod-card-header {
    background: 0 0;
    height: 38px;
    line-height: 38px;
}

.hp-mod-card-title {
    float: left;
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #424242;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp-mod-card-shop-all {
    font-family: Roboto-Medium;
    float: right;
    margin-right: 0;
    font-size: 14px;
    color: #1a9cb7;
}

.official-box {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 10px;
}

.card-official-brand-img img{
    width: 100%;
    height: auto;
}
.card-official-box {
    display: block;
    width: 207px;
    border-radius: 15px;
    height: auto;
    margin: 10px 10px;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.align-left {
    float: left;
}

.card-official-rate-overlay {
    height: 30px;
    width: 30px;
    left: 0;
    position: absolute;
    z-index: 9;
    background-color: white;
    padding: 0 9px;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 3 / 30%);
}
.top-sell-title{
    font-size: 12px;
    overflow: hidden;
}
.card-official-brand-overlay {
    height: 30px;
    width: 30px;
    left: 0;
    position: absolute;
    z-index: 9;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 3 / 30%);
}
.item-img img{
    width: 100%;
    height: auto;
    padding: 0px !important;
}
.card-official-rate-overlay .active{
    font-size: 20px;
    color: gold;
    font-weight: 700;
}
.card-official-rate-overlay span{
    font-size: 20px;
    color: silver;
    font-weight: 700;
}

.card-official-brand-overlay i{
    font-size: 20px;
    color: #EF5714;
}
.card-official-brand-overlay i.active{
    font-size: 20px;
    color: #EF5714;
    font-weight: 800;
}

.card-official-brand-img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    box-shadow: 0px 0px 3px 0px rgb(0 0 3 / 30%)
}

.official-brand-img {

    padding: 5px 10px;
    /* border-radius: 10px;  */
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.image img{
    width: 100%;
    height: auto;
}

.card-official-shop-img {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    width: 52px;
    height: 52px;
    background-color: #fff;
    margin: 5px;
    border-radius: 30px;
    top: 0;
    position: absolute;
    overflow: hidden;
}

.hp-mod-card img {

    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 2;
    text-indent: -9999px;
    color: transparent !important;
    background-position: 50% 50%;
    text-align: center;
    display: block;
}
.rate-h1{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    margin: 8px 8px 4px;
}

.top-cate-h1{
    position: relative;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    line-height: 18px;
    margin: 8px 8px;
    top: 30px;
}


.url_top_left {
    position: relative;
    float: left;
}

.url_wrap {
    padding: 0px 5px;
    margin: 0;
    text-align: left;
}

.url_wrap li {
    list-style: none;
    display: inline-flex;
    padding: 0px 5px;
}

.url_wrap li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.url_hov_color li a:hover {
    color: #ff5e78;
}

.iconz {
    position: relative;
    padding: 2px 0px;
}

.iconz i {
    font-size: 20px;
}

.url_top_right {
    float: right;
}
.head_title a{
    font-size:13px !important;
}

.header-cart-num {
    z-index: 1;
    /*top: 12px !important;*/
    left: 80px;
    min-width: 18px;
    height: 18px;
    line-height: 16px;
    margin-top: 10px;
    padding: 0 5px;
    background: #EAFFD0;
    border-radius: 12px;
    position: absolute;
    color: #0074d9;
    font-family: 'Times New Roman', Times, serif;
}

.header-cart-icon {
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 30px;
    color: #0074d9;
    margin-top: 20px;
  
}

.header-cart-icon:before {
    position: absolute;
    top: -13px;
    left: 0px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
}

.header-cart-icon:hover {
    color: #acacac;
}

.header-user {
    width: auto;
    margin-right: 12px;
    margin-top: 15px;
}

.header-user-title {
    height: 100%;
    
}

.header-user-icon {
    float: left;
    position: relative;
    left: 40px;
    bottom: 8px;
    font-size: 30px !important;
    margin: 0 5px;
    color: #0074d9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.header-user-info {
    top: 57px;
    width: 192px;
    padding: 8px 0;
    margin-left: -100px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border-radius: 4px;
    z-index: 9;
    background: white;
    position: absolute;
    animation: arrowInOut 500ms ease-in-out;
}

.header-user-signBtn {
    width: 152px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-weight: 700;
    margin: 12px 20px;
    /*background: #06407D;*/
    background: #9399F2;
    color: #fff;
    display: block;
    cursor: pointer;
}
.header-user-signBtn:hover,
.header-user-joinBtn:hover{
    background: #838cfa;
    color: #fff !important;
}

.header-user-joinBtn {
    border: none;
    color: #fff;
    /*background: #ffe9cc;*/
     background: #9399F2;
    width: 152px;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 4px;
    font-weight: 700;
    margin: 12px 20px;
}

.header-user-entry {
    margin-top: 0;
}

.header-user-entry li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.header-user-entry li a {
    padding: 0 20px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.slick-dots li.slick-active button {
    background-color: black;
    outline: none;
}

.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li :hover {
    background-color: black;
    outline: none;
}

/* Custom Arrow */
.prev:not('.paginate_button') {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}
.prev i{
    font-size: 15px;
    position: relative;
    bottom: 10px;
}
.next i{
     font-size: 15px;
    position: relative;
    bottom: 10px
}

.prev:not('.paginate_button') :hover {
    cursor: pointer;
    color: black;
}

.next:not('.paginate_button') {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}

.next:not('.paginate_button') :hover {
    cursor: pointer;
    color: black;
}





.product-clist {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    margin-right: 8px;
}
.product-c {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: red;
    background-color: #fff;
    /*overflow: hidden;*/
    /*box-shadow: 0 0px 3px 0 rgb(213, 213, 213) !important;*/
    /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);*/
    border-radius: 0px !important;
    padding-bottom: 0px !important;
}


.middle-place {
    position: relative;
}

.product-img {
    text-align: center;
    background-size: 220px 220px;
    height: auto;
    cursor: pointer;
    padding: 0px !important;
    

}

.place-container {
    position: relative;
    display: inline-block;
    height: auto;
    overflow: hidden;
}

.report-btn-wrap {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 1px;
    opacity: 0;
}

.report-btn-wrap .report-item {
    display: block;
    width: 12px;
    height: 12px;
    background: url('../imag/reportedbtn.png') no-repeat;
    background-size: 100%;
}

.atwl-btn-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    line-height: 32px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    opacity: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
}

.add-wishlist-btn {
    cursor: pointer;
}

.product-info {
    position: relative;
    width: 100%;
    padding: 8px;
    text-align: center;
}

.item-title-wrap {
    width: 100%;
    height: 20px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-tag {
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
    background: #f5f5f5;
    display: inline-block;
    border-radius: 2px;
    margin-right: 4px;
    vertical-align: top;
}

.product-tag.graphic {
    line-height: 14px;
    height: 14px;
}

.product-tag.graphic img {
    height: 14px !important;
    width: 43px !important;
}

.item-title {
    color: #333;
    vertical-align: middle;
    cursor: pointer;
}
.item-p-w-box{
    width: 100%;
    display: flex !important;
    position: relative;
    text-align: center;
    justify-content: center;
    /*display: none;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
/*.p-w-box-a{*/
/*    width: max-content !important;*/
/*    texta*/
/*}*/
/*.p-w-box-b{*/
/*    width: max-content !important;*/
/*}*/
.item-price-wrap {
    font-size: 14px;
    color: #999;
}


.item-price-row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.price-current {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}

.big-sale {
    margin-bottom: 2px;
}

.price-original {
    display: inline-block;
    margin-right: 4px;
    text-decoration: line-through;
}

.price-discount {
    display: inline-block;
    padding: 0 4px;
    color: #ff4747;
    font-weight: 600;
    background: #fff1f1;
    border-radius: 2px;
}

.item-shipping-wrap {
    height: 16px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.hold-sale {
    height: 16px;
    margin-bottom: 2px;
}

.hold-store {
    height: 16px;
}

.item-sale-wrap {
    width: 204px;
    height: 16px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    position: absolute;
    bottom: 22px;
}

.item-sale-wrap a,
.item-sale-wrap a:link {
    color: #999;
}

.next-rating-small {
    font-size: 12px;
    margin-top: -1.5px;
}

.next-rating {
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.item-sale-wrap .next-rating-base-disabled {
    cursor: pointer;
}

.next-rating-base {
    float: left;
}

.sale-info.with-star {
    float: right;
}


.item-store-wrap {
    width: 204px;
    display: flex;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 8px;
}

.store-name {
    display: block;
    flex: 1 1 auto;
    color: #999;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.back_t {
    background-color: #fafafa;
    border-radius: 15px;
}

.slider {
    margin-top: 10px;
    position: relative;
}

/* FOOTER */

.tv-f-links {
    text-align: left;
    margin-top: 0;
    padding: 60px 0 !important;
    background-color: #0074d9;
}

strong {
    font-weight: bolder;
    text-align: center;
}

footer {
    padding: 0;
    background: #f3f3f3;
    position: relative;

}

.contactUs p {
    font-size: 14px;
    color: #3da89f;
    font-weight: 600;
    margin: 2rem 0 2rem;
    text-align: center;
}

.footerContent h4 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.footer.content ul {
    padding-right: 50px;

}

.footerMenu li {
    margin: 0;
    list-style: none !important;
}

.footerMenu li a {
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
    clear: both;
    letter-spacing: .5px;
    text-decoration: none!Important;
}

.footerContent p {
    font-size: 13px;
    margin: 0 0 10px;
    color: #fff
}

.footerContent p span {
    color: #613f99;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.footerContent p a {
    font-weight: 600;
    color: #613f99;
}

footer .col-md-2 {
    border-right: 1px solid #e2e2e2;
}

footer .col-md-2:last-child {
    border-right: none;
}

.tv-newsletter {
    background: 0 0;
    background-color: white;
}
@media only screen and (max-width: 768px) {
    .tv-newsletter {
        padding-bottom: 35px;
    }

}
.footer.content {
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: block;
    padding-top: 0;
}

.newsletter h4 {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.newsletter p {
    color: #686868;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

.newsletter .title {
    display: none;
    margin-bottom: 10px;
}

.form.subscribe {
    display: table;
    width: 100%;
}

.newsletter .field {
    margin: 0;
}

.field .control {
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1380px;
    place-content: center;
    text-align: center;
}

.newsletter label {
    display: block;
}

.control input {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #613f99;
    background: 0 0;
    width: 450px;
}

.actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.subscribeBtn {
    background: #613f99;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    border-radius: 4px;
    height: 38px;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
    padding: 8px;

}

.subscribeBtn span {
    color: #fff !Important;
}



.hp-mod-card-hover:hover {
    box-shadow: 0px 0px 3px 0px rgb(0 0 3 / 30%);
    text-decoration: none;
}

.col-6 {
    margin-bottom: 5px !important;
}

.wrap_meun {
    list-style: none;
}

.product-clist:hover {
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}
.product-c:hover {
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}

.mar_t {
    padding: 20px 0 !important;
}

.main_wrap {
    margin-top: 16px;
    background: #fff;
    border-radius: 8px;
    width: 100%;
}
.container-shadow{
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.a_fd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imz {
    height: 28px;
}
.t_col {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    max-width: 1380px;
    width: 100%;
}
.head-line-more{
    width: 80px;
    background-color: #000;
    text-align: center;
    /*position: absolute;*/
    left: auto;
    right:0 ;
    margin-top: 13px;
    font-size: 18px !important;
    color: #fff;
    border-radius: 25px;
}
.countDown {
    display: inline-block;
    font-size: 12px;
}

.biprp {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 4px 11px;
    text-align: center;
}

.w-25p{
    width: 25% !important;
}

.w-20p{
    width: 20% !important;
}

.biprp a {
    color: #000;
    overflow: hidden;
    text-decoration: none!Important;
}
.d-full_wid{
    height: auto !important;
    opacity: 1 !important;
    transition: all 500ms !important;
    cursor: pointer;
}
/* RESPONSIVE */

@media (min-width: 1281px) {

    .mob-categ-main{
        display: none;
    }
    .col-pc {
        flex: 0 0 20%;
        max-width: 20% !important;
    }
    .pc-hide{
        display: none;
    }

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .head_nav li {
        padding: 18px 16px;
    }
    .pc-hide{
        display: none;
    }
    .col-pc {
        flex: 0 0 20%;
        max-width: 20% !important;
    }
    .product-c{
        width: 170px;
        height: auto;
    }
    .slider {
        position: relative;
        left: 0 !Important;
    }

    .carousel-control-next {
        right: 68px !important;
    }
    .ns a span{
        position: absolute;
        left: 180px!important;
        top: 75px!important;
    }
    .dir a span{
        position: absolute;
        top: 75px!Important;
    }
    .subscribeBtn{
        position: absolute;
        right: -80px!important;
    }

    .cate_cnt{
        width: 880px!Important;
    }
    /* Positioning Cnt */
    .cnt{
        position: absolute;
        right: -819px;
    }
    .official-box{
        width: 0;
        height: 185px!important;
    }

    .official-brand-img{
        position: relative;
        left: 5px!important;
    }

    .cate-prod li a{
        width: 85px!important;
        height: 90px!important;
    }

    .mob-categ-main{
        display: none;
      }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media (min-width: 481px) and (max-width: 767px) {
    .head_nav {
        display: none !important;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .head_nav {
        display: none !Important;
    }
    .mob-edit{
        display: none;
    }
    .header-cart-icon{
        color: #000!important;
        position: relative;
        top: 20px;
    }
    .header-user-icon{
        color: #000 !important;
        position: relative;
        top: 10px;
    }
    .More{
        position: absolute;
        right: 20px!Important;
        margin-right: 20px;

    }
    .col-mob{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dir a span{
        display: none!important;
    }



    .nsr a span {
        display: none !Important
    }

    .dirs a span {
        display: none !Important;
    }

    .tv-f-links {
        padding: 25px 0 0 !important;
    }

    footer {
        padding: 0;
        margin: 70px 0 0;
        background: #f3f3f3;
        position: relative;
    }

    .mob-support {
        display: none;
    }

    footer .col-md-2 {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }

    .page-footer {
        background: #f4f4f4;
        margin-top: auto;
    }

    .control input {
        width: 280px;
        position: relative;
    }

    .subscribeBtn {
        position: absolute;
        right: 0;
        left: 170px;
    }
    .G-container{
        width: 100%!Important;
    }
    .menu i{
        position: relative;
        left: 10px;
        top: 0px;
        font-size: 25px;
    }
    .DELTA_L2_SEARCH{
        position: relative;

    }
    .DELTA_L2_SEARCH{
        width: 100%;
    }
    .header-cart-info{
        position: absolute;
        right: 80px;
    }
    .G-row{
        /*background-color: green !important;*/
        margin-left: 0;
        margin-right: 0;
         display: flex !important;
    align-items: center !important;
    }
    .product-img {
        text-align: center;
        background-size: 220px 220px;
        width: 100%;
        height: auto;
        cursor: pointer;
    }
    .biprp{
        width: 50%;
        overflow: hidden;
        padding: 3px 7px;
    }
    .uf-heading-line{
        border-bottom: none;
    }



}

.navbar{
    position: absolute !important;
}
@media (min-width: 320px) and (max-width: 480px) {
    .product-clist {
        width: 164px!important;
    }
    .product-c{
        width: 164px;
    }

}
@media all and (device-width: 768px) {
    .head_nav li {
        padding: 20px 8px;
    }

    .uf-group {
        padding: 16px;
        margin-left: 0;
    }
    .header-user-title {
        position: absolute;
    }
    .cnt {
        position: absolute;
        right: -616px;
    }

    .cate_cnt {
        width: 665px!Important;
    }
    .cate_column{
        width: 133px;
    }
    .cnt1 {
        position: absolute;
        right: -500px;
    }
    .cnt2 {
        position: absolute;
        right: -429px;
    }
    .cnt3 {
        position: absolute;
        right: -353px;
    }
    .cnt4 {
        position: absolute;
        right: -257px;
    }
    .cnt5 {
        position: absolute;
        right: -214px;
    }
    .cnt6 {
        position: absolute;
        right: -148px;
    }
    .cnt7 {
        position: absolute;
        right: -105px;
    }
    .cnt8 {
        position: absolute;
        right: -62px;
    }
    .cnt9 {
        position: absolute;
        right: 7px;
    }
    .control input{
        width: 310px;
    }



    .official-box {
        width: 110px!important;
    }

}


/* Mobile Catagories */
.mob-categ-main{
    position: relative;

}
.categ-head{
    display: flex;
    place-content: center;
    align-items: center;
    margin: 0 16px;
    font-weight: 700;
}
.categ-body{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin: 8px 0;
}
.seeall {
    font-weight: 700;
}
.seeall a{
    text-decoration: none;
}
.seeall_inner {
    display: inline-flex;
    justify-content: center;
    align-items: center;;
    outline: none;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    line-height: normal;
    color: #002f34;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    height: auto;
}
.categ-body-in{
    display: flex;
    font-size: 10px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    overflow-y: scroll;
}
.categ-body-content{
    display: flex;
    justify-content: center;
    flex-basis: 33.33333%;
    text-decoration: none;
    text-align: center;
    border: none;
    box-sizing: border-box;
    color: #002f34;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.categ-atag{
    color: inherit;
    text-decoration: inherit;
    width: 25vw;
    margin: 10px;
}
.categ-icon{
    background-color: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center
}
.categ-icon i{
    width: 30px;
    font-size: 25px;
    height: 30px;
}
.categ-icon-title{
    font-size: 15px;
    min-height: 22px;
    font-weight: 500;
    margin: 8px 0;
    padding: 5px 0;
}
.inner-container {
    padding: 0;
    clear: both;
}
.inner-container::before{
    display: table;
    line-height: 0;
    content: "";
}
.sec_nav{
    display: none ;
    margin-top: 0;
    background: #fff;
    position: relative;
    z-index: 2;
}
.manu-item{
    list-style-type: none;
    width: 100%!important;
    padding: 0 5px;
    margin: 0!important;
    position: relative;
    border-top: 1px #d2d2d2 solid;
}
.level-top{

    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    color: #000;
}
.level-top span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.brbtn{
    border-bottom: 1px #d2d2d2 solid;
}
.backgroun{
    background-color: #fafafa;
    display: none;
}
/* NEW */

.accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;

    border-radius: 0px
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.open .link {
    color: #AA00FF
}

.accordion li.open i {
    color: #AA00FF
}

.accordion li.open i.fa-chevron-down {

    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #444359;
    font-size: 14px
}

.submenu li {
    border-bottom: 1px solid #fafafa;
}

.submenu a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #ffff!Important;
    padding: 12px;
    padding-left: 42px;
    transition: all 0.25s ease;
    text-decoration: none!important;
}


/* NEW END */


.cf:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: "";
}

.ul1 {
    margin-bottom: 0 !Important;
}
.sbtn {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff!important;
    text-decoration: none!important;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    height: 45px;
}

.sm_80z{
    display: none;
}
.item1:hover > .head_title .showitem1{
    display: block !important;
}

#usershows{
    z-index: 99;
}

.nav-item .nav-link {
    color: black !important;
    background: #9399F2 !important;
    border-radius: 5px;
}
.head3_sz-head span::before{
    
    content: '';
    position: absolute;
    top: 60px;
    width: 20%;
    height: 2px;
    border-radius: 15px;
    background: #acacac;
}
.price_div{
    margin-top: 30px;
}
.price_div .old-price{
    font-weight: 600;
    font-size: 20px;
    color: #acacac;
}
.price_div .new-price{
    font-weight: 600;
    font-size: 20px
}
.price_div .new-price .discount-percent{
    font-weight: 600;
    font-size: 20px
}
.quantity-stock {
    height: 60px;
    display: flex ;
    align-items: center !important;
}
.selectd{
    height: 60px;
    display:flex;
    align-items: center !important;
    width: 182px;
}
.quantity-stock p{
    margin: 0px;
}
.description-o-p{
    margin-top: 15px;
}
.description-o-p h4{
    font-weight: 700;
}
.description-o-p p{
    color: #605e5e;
}
.wab-button{
    display: flex;
}
.wab-button button{
    width: max-content;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
}
.wab-button button:first-child{
    background: #b7b0b0;
}
.wab-button button:nth-child(2){
    background: #9299F2;
}
.wab-button button:last-child{
    background: #A5CC3F;
}
.nav-tabs{
    border-bottom: 0 !important;
}
.rev-rat{
        padding: 5rem;
}
.imz_sz{
    width:20%;
}
@media screen and (max-width: 600px){
    .imz_sz{
        width:50% !important;
    }
    .quantity-stock{
        display: grid;
    }
    .description-o-p{
        margin-top: 35px !important;
        padding: 0 !important;
    }
    .wab-button{
        padding: 0px !important;
        display: grid;
    }
    .wab-button button{
        width: 100% !important;
        margin: 5px 0;
    }
    .rev-rat{
        padding: 1rem !important;
    }
}
.btn-dark-btn{
    padding-bottom:2px !important;
    display: none !important;
}