/*@font-face {*/
/*    font-family: 'Helvetical';*/
/*    src: url('/fonts/Helvetical/Helvetical-Light.ttf');*/
/*    font-weight: 400;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetical';*/
/*    src: url('/fonts/Helvetical/Helvetical.ttf');*/
/*    font-weight: 500;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Helvetical';*/
/*    src: url('/fonts/Helvetical/Helvetical-Bold.ttf');*/
/*    font-weight: 600;*/
/*}*/
/*body {*/
/*    font-family: 'Helvetical', sans-serif !important;*/
/*}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td{
    color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
span,
a,
p,
sub,
blockquote,
th,
td {
    outline: none;
    font-size: 15px !important;
}
a{
    color: #000;
}
ul,li{
    list-style: none;
}
.container, .container-fluid{
    margin-top: 0;
}
a:hover{
    color: #000;
    text-decoration: unset;
}
.product-detail-wrap{
    margin-top: 125px;
}
.header-main .container-fluid{
    margin-top: 0;
    background-color: #fff;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #000;
}
.header-nav li,
.header-nav ul{
    list-style: none;
    margin: 0;
}
.header-nav li.has-dropdown>ul{
    display: none;
}
.header-logo{
    height: 42px;
}

/*.header-main{*/
/*    padding: 15px 0;*/
/*}*/

/*.header-nav>ul>li{*/
/*    margin: 0 5px;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 15px 0;*/
/*}*/
/*.header-nav>ul>li>a{*/
/*    padding: 5px;*/
/*    text-transform: uppercase;*/
/*}*/
/*.header-nav>ul>li>a:hover{*/
/*    color: #000;*/
/*    text-decoration: unset;*/
/*}*/



@media (max-width: 1024px) {
    .header-logo{
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-main .container-fluid{
        min-height: 60px;
    }
    .home-content {
        padding-top: 80px;
    }
    .header-nav>ul.active{
        top: 124px;
    }
    .header-nav>ul.active{
        flex-direction: column;
    }
    .header-nav>ul.active{
        display: flex;
        position: fixed;
        /*top: 62px;*/
        background: #fff;
        left: 0;
        width: 100%;
        max-height:100vh;
        height: 100vh;
        border: 1px solid #000;
        z-index: 99;
    }
    .header-nav>ul>li{
        height: auto;
        width: 100%;
        border-bottom: 1px solid #000;
        padding:10px;
    }
    .header-nav>ul>li>a{
        font-size: 14px;
        padding: 0;
        text-transform: uppercase;
    }
    .npf-item:after,
    .nps-item:after{
        font-family: "Font Awesome 5 free";
        content: '\f105';
        position: absolute;
        top: 10px;
        right: 20px;
        display:none;
    }
    .npf-item .btn-npf,
    .nps-item .btn-npf{
        font-family: "Font Awesome 5 free";
        display: block !important;
        font-style: initial;
        right: 20px;
    }
    .npf-submenu2{
        position: fixed;
        top: 0;
        right: 0;
    }
    .npf-submenu,
    .npf-submenu2{
        top: 124px;
        width: 100%;
        left: 0;
        transform: translateX(100%);
        display: block !important;
        visibility: hidden;
        opacity: 1;
        transition: all ease-in-out .3s;
        padding: 0;
        position: fixed;
    }
    .npf-submenu.active{
        position: fixed;
        top:124px;
        width: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        display: block !important;
    }
    .npf-submenu2{
        top: 0;
    }
    .npf-submenu2.active{
        position: fixed;
        top:0;
        width: 100%;
        height: 100vh;
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .npf-submenu-head{
        display: block !important;
        text-align: center;
        text-transform: uppercase;
    }
    .npf-submenu-head:after{
        display: none;
        font-family: "Font Awesome 5 free";
        top: 10px;
        content: "\f104";
        right: unset;
        left: 20px;
        position: absolute;
    }
    .npf-submenu-head>i{
        font-family: "Font Awesome 5 free";
        top: 8px;
        left: 20px;
        position: absolute;
        font-style: initial;
        right: 0;
        width: fit-content;
    }
    .nps-item,
    .nps-item1{
        padding: 10px;
        border-bottom: 1px solid #000;
    }
    .nps-item a{
        font-size: 16px !important;
    }
    .header-left,
    .header-nav{
        height: 100%;
    }
}
@media (min-width: 1025px) {
    .header-logo>a>img{
        height: 40px;
    }
    .header-nav>ul{
        display: none;
        align-items: center;
        height: 100%;
    }
    .header-left,
    .header-nav{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header-logo{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 11px 0;
    }
    .header-nav>ul.active{
        display: flex;
        position: absolute;
        top: 62px;
        left: 0;
        background: #fff;
        width: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        height: fit-content;
    }
    .header-nav>ul.active>li{
        width: 25%;
        border-right: 1px solid #000;
        text-align: center;
        padding: 20px;
        text-transform: uppercase;
    }
    .header-nav>ul>li:hover>a{
        border: 0;
    }
    .npf-submenu {
        display: flex;
        position: fixed;
        width: 100%;
        top: 124px;
        border: 1px solid #000;
        flex-wrap: wrap;
        padding: 0;
        display: none;
    }
    .npf-item:hover .npf-submenu,
    .nps-item:hover .npf-submenu2{
        display: none;
    }
    .npf-submenu.active{
        display: flex !important;
    }
    .nps-item {
        position: relative;
        width: 25%;
        border-right: 1px solid #000;
        text-align: center;
        padding: 0;

    }
    .npf-submenu.active .nps-item:nth-child(-n+5) {
        border-bottom: 1px solid #000;
    }
    .npf-submenu-head{
        display: block !important;
        width: 100%;
        border-bottom: 1px solid #000;
        padding: 20px;
    }
    .npf-submenu-head>i{
        font-family: "Font Awesome 5 free";
        top: 16px;
        left: 20px;
        position: absolute;
        font-style: initial;
        right: 0;
        display: block;
        height: 30px;
        width: 30px;
        border: 1px solid #000;
    }
    .npf-submenu2 {
        width: 100%;
        padding: 5px 0px;
        background-color: #FFffff;
        display: none;
        z-index: 10;
        position: relative;
        top:0;
        right: 0;
    }
    .nps-item:hover >a{
        font-weight: 400;
    }
    .nps-item1:hover >a {
        color: #000;
        font-weight: 400;
    }
    .nps-item a {
        font-size: 15px !important;
        text-transform: unset !important;
    }
    .nps-item>a{
        font-size: 15px !important;
        text-transform: uppercase !important;
        padding: 20px;
    }
}
.header-right{
    display: flex;
    justify-content: end;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: center;
    height: 100%;
}
.header-search{
    margin-right: 10px;
}
.header-search .search-icon>i,
.header-cart .cart-icon>i{
    font-size: 18px;
    padding: 5px;
}
.search-block{
    position: fixed;
    top: 124px;
    border: 1px solid #000;
    background-color: white;
    width: 100%;
    left: 0;
    display: none;
    z-index: 99999;
}
.search-block.active{
    display: block;
}
.search-block .search-inner input{
    border: none;
    height: 46px;
    padding-left: 80px;
}
.search-block .search-inner input::placeholder{
    text-transform: uppercase;
    font-size: 14px;
}
.search-block .search-inner input:focus{
    box-shadow: none;
    outline: none;
}
.search-inner button{
    position: absolute;
    background-color: initial;
    top:28%;
    left: 30px;
}
.search-inner button i {
    font-size: 20px;
}
.site-overlay {
    z-index: 999;
}
.close-search {
    position: absolute;
    top: 18%;
    right: 20px;
}
.close-search i {
    font-size: 25px;
}
/*.menu-icon{*/
/*    display: none;*/
/*}*/
@media (max-width: 1200px) {
    /*.header-main{*/
    /*    min-height: 60px;*/
    /*}*/
    .header-nav{
        display: flex;
        align-items: center;
    }
    .header-nav ul{
        display: none;
    }
    .menu-icon{
        display: block;
    }
    .header-main .container-fluid{
        padding: 10px 15px;
    }
}
@media (max-width: 480px) {
    .header-nav li>a{
        font-size: 14px;
    }
    .header-search .search-icon>i, .header-cart .cart-icon>i{
        padding: 0;
    }
}



/*FOOTER*/

.footer-wrap{
    background-color: #000;
    border: 1px solid #fff;
    height: fit-content !important;
}
.footer-wrap .container-fluid{
    margin-top: 0;
    padding: 0;
}
.footer-col{
    border-right: 1px solid #fff;
    padding: 15px;
}
.footer-title{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-content p{
    color: #fff;
}
.footer-content li>a{
    color: #fff;
    text-transform: uppercase;
}
.footer-content li>p{
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer-content li>p~a{
  text-transform: initial;
}
.footer-content a,
.footer-content p{
    color: #fff;
    margin-bottom: 0;
}
.email-title{
    margin-top: 20px;
}
.copy-right{
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.copy-right p{
    margin: 0;
    font-weight: 600;
}
@media (max-width: 768px){
    .footer-col{
        border-bottom: 1px solid #fff;
    }
    .product-list {
        margin-top: 140PX;
    }
}


/*PRODUCT DETAIL*/

.attr p.color .itemColor, .tp-attr p.color .itemColor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.attr p.color .itemColor a, .tp-attr p.color .itemColor a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent !important;
    transition: all .2s;
}

.attr p.color .itemColor a.active, .tp-attr p.color .itemColor a.active {
    border-color: var(--black-color);
}

.attr p.color .itemColor a, .attr p.size a, .tp-attr p.color .itemColor a, .tp-attr p.size a {
    position: relative;
}

.attr p.color .itemColor a img, .tp-attr p.color .itemColor a img {
    padding: 0.1rem;
    width: 74px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.attr p.size a, .tp-attr p.size a {
    border: 1px solid #000;
    height: 45px;
    min-width: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem !important;
    text-align: center;
    font-weight: 400;
    background: #fff;
    transition: all .2s;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    width: 100%;
}
.sizePicker>p>span{
    margin: 5px;
    width: 80px;
}
.attr p.size span:hover a,
.attr p.size a.active,
.tp-attr p.size span:hover a,
.tp-attr p.size a.active{
    border-color: var(--black-color);
    background: #000;
    color: #fff;
}
.attr p.size span:hover a.deactive:hover:before, .tp-attr p.size span:hover a.deactive:hover:before {
    display: none;
}
.attr p.size span:hover a.deactive, .tp-attr p.size span:hover a.deactive,
.attr p.size span a.deactive, .tp-attr p.size span a.deactive{
    background: #f1f1f1;
    color: #969696;
    border-color: #969696;
}
.product-detail-wrap .container-fluid{
    margin-top: 0;
    padding: 0;
}
.product-detail-wrap{
    border-bottom: 1px solid #000;
}
.col-product-images{
    border-right: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-images-inner{
    width: 60%;
    margin: auto;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -20px;
}
.slick-prev:before
{
    content: '\f053';
}

.slick-next
{
    right: -20px;
}
.slick-next:before
{
    content: '\f054';
    float: right;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    margin: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border-radius: 10px;
    border: 0;
    outline: none;
    background: transparent;
    background-color: #000;
    opacity: .3;
}
.slick-dots li.slick-active button{
    background: #000;
    opacity: 1;
}
.slick-dots li button:before
{
   display: none;
}
.product-gallery-thumb-item,
.product-gallery-item {
    margin: 0 5px;
}
#product-thumb-list .slick-current img{
    border:1px solid #000;
}

@media (max-width:768px){
    .product-images-inner{
        width: 80%;
    }
    .col-product-images{
        border: none;
    }
}
@media (max-width:480px){
    .product-images-inner{
        width: 100%;
    }
}
@media (min-width:1024px){
    .product-images-inner{
        min-width: 400px;
    }
}

.col-product-info{
    padding: 0;
}
.product-action,
.product-size-guide,
.product-description{
    border-bottom: 1px solid #000;
    padding: 40px 15px;
    text-align: center;
}
.product-description{
    border: none;
}
.product-detail-name,
.size-guide-title,
.prd-des-title{
    font-weight: 600;
    font-size: 18px !important;
    text-transform: uppercase;
    width: 80%;
    margin: auto;
}
.product-detail-price span{
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
}
.product-detail-price{
    margin-bottom: 25px;
}
.colorPicker{
    margin: 40px 0 30px;
}
.product-detail-action{
    margin-top: 25px;
}
.product-detail-action .qty-wrapper button{
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    background-color: #fff;

}
.product-detail-action .qty-wrapper button:hover{
    background-color: #000;
    color: #fff;
}
#pquantity{
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    padding-left: 5px;
    width: 100px;
    text-align: center;
}
#add-to-cart,
.btn-out-stock.tp_button{
    margin-top: 25px;
    background-color: #000 !important;
    width: 200px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
}
#add-to-cart:hover,
.btn-out-stock.tp_button:hover{
    background-color: #006b2b !important;
}
#add-to-cart span,
.btn-out-stock span{
    font-size: 14px !important;
    text-transform: uppercase;
    color: #fff;
}


#popupAddToCart.modal{
    z-index: 99999999;
}
.modal.right .modal-dialog {
    position: fixed;
    top: 0;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal-backdrop.show{
    opacity: .5;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
#popupAddToCart .modal-dialog{
    width: 100vw;
    height: 100vh;
    border: 1px solid #000;
}
.modal-content{
    border: none;
}
.modal-dialog-scrollable{
    max-height: 100vh;
}
#popupAddToCart .modal-header{
    background-color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
#popupAddToCart .modal-header button{
    height: 25px;
    width: 25px;
    background-color: #fff;
    color: #000;
    position: absolute;
    right: 20px;
}
#popupAddToCart .modal-header h2{
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.mb-item img{
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.mb-info{
    margin-top: 30px;
}
.mb-name{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 40px;
}
.color-size-cart p{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.cart-action-mb{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.cart-action-mb a{
    display: block;
    width: calc(50% - 5px);
    border: 1px solid #000;
    text-align: center;
    height: 35px;
    font-size: 13px;
    line-height: 34px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
}
.cart-action-mb a:hover{
    background-color: #000;
    color: #fff;
}
.sg-banner{
    margin-top: 40px;
}
.prd-des-content{
    width: 80%;
    max-width: 600px;
    margin: 40px auto 0;
}
.sg-banner img{
    width: 100%;
    max-width: 600px;
}
.related-prosduct-title{
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #000;
}
.variantColor {
    text-align: center;
    min-height: 41px;
    margin: 10px 0 0 0;
}

.variantColor ul {
    margin: 0;
}

.variantColor li {
    display: inline-block;
}
.variantColor img {
    height: 30px;
    width: 30px;
    object-fit: cover;
}
.variantColor li {
    display: inline-block;
    border: 1px solid white;
    width: 30px !important;
    height: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin: 0 3px;
}

.variantColor li.active {
    border: 1px solid #000;
}

.variantColor li a {
    display: inherit;
}

.variantColor img {
    display: inline-block;
}
@media(min-width: 768px){
    .col-product-images-wrap{
        position: sticky;
        top: 100px;
    }
}

/*PRODUCT LIST*/
.product-item-wrap{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.related-product-list .product-item-wrap:nth-child(4n){
    border: none;
}
.product-item{
    padding: 30px 15px;
    margin: 0;
}
.product-content{
    text-align: center;
    margin-top: 20px;
}
.product-content a{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    text-transform: uppercase;
}
@media (max-width:768px){
    .product-content a{
        -webkit-line-clamp: 4;
        height: 85px;
    }
    .item-sold__out{
        margin-top: 10px;
    }
    .product-item{
        padding: 30px 15px 50px;
    }
}
.prd-price-box span,
.prd-price-box del{
    font-size: 16px !important;
    text-transform: uppercase;
}
.prd-price-box del{
    margin-left: 5px;
    display: block;
}
/*CART*/
.header-cart-title{
    padding: 15px;
    border-bottom: 1px solid #000;
}
.header-cart-title h1{
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.product-cart-wrap{
    border-bottom: 1px solid #000;
    padding: 50px 0;
}
.product-cart-item{
    display: flex;
    justify-content: center;
}
.pci-images{
    width: 100%;
    max-width: 300px;
    margin-right: 50px;
}
.pci-name{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.pci-price{
    font-size: 16px;
}
.pci-qty{
    display: flex;
    align-items: center;

}
.pci-qty .quantity{
    margin-left: 10px;
}
.pci-content .button_qty,
.pci-content input#quantity{
    width: 15px;
}
.custom_btn_number{
    margin: 0;
    width: 100%;
    border: none;
}
.pci-qty p{
    margin-bottom: 0;
}
.del-cart-item{
    position: absolute;
    right: 0;
}
.pci-content{
    position: relative;
}
@media (max-width:768px){
    .pci-images{
        max-width: 200px;
        margin-right: 30px;
    }
}
@media (max-width:480px){
    .pci-images{
        max-width: 150px;
        margin-right: 15px;
    }
}


/*CATEGORY PAGE*/
#popupFilter.modal{
    z-index: 99999999;
}
.modal.left .modal-dialog {
    position: fixed;
    top: 0;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal-backdrop.show{
    opacity: .5;
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body {
    padding: 0 0 80px;
}
.modal.left.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
   left: 0;
}
.modal-header .close{
    padding: 0;
    margin: 0;
    opacity: 1;
}
#popupFilter .modal-dialog{
    width: 100vw;
    height: 100vh;
    border: 1px solid #000;
}
.modal-content{
    border: none;
}
.modal-dialog-scrollable{
    max-height: 100vh;
}
#popupFilter .modal-header{
    background-color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
#popupFilter .modal-header button{
    height: 25px;
    width: 25px;
    background-color: #fff;
    color: #000;
    position: absolute;
    right: 20px;
}
#popupFilter .modal-header h2{
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.header-title{
    display: none;
}
.category-banner-wrap img{
    width: 100%;
}
.category-actions-wrap{
    border: 1px solid #000;
    position: relative;
}
.category-filter-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-arrange{
    border: 1px solid #000;
}
.arrange-title{
    padding: 5px;
    border: 1px solid #000;
    position: relative;
}
.arrange-title:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 10px;
    transform: rotate(-180deg);
    transition: transform ease-in-out .3s;
}
.right-filter:hover .arrange-title:after{
    transform: rotate(0);
}
.right-filter{
    width: 180px;
    position: relative;
}
.filter-arrange a{
    display: block;
    padding: 5px;
    border-bottom: 1px solid #000;
}
.filter-arrange a:hover,
.filter-arrange a.active{
    background-color: #000;
    color: #fff;
}
.filter-arrange a:last-child{
    border-bottom: none;
}
.filter-arrange{
    position: absolute;
    background-color: #fff;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    width: 100%;
}
.right-filter:hover .filter-arrange{
    visibility: visible;
    opacity: 1;
}
#pagination{
    padding: 20px 0;
    text-align: center;
}
.paginator{
    margin: 0;
    padding: 0;
    float: none;
}
.paginator .currentPage:hover, .paginator a:hover{
    background-color: #000;
    color: #fff;
}
.paginator .currentPage{
    opacity: 1;
    background-color: #000;
    color: #fff;
    font-size: 15px !important;
}
.iconColorFilter{
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.listColor,
.listSize{
    display: flex;
    flex-wrap: wrap;
}
.listColor{
    width: 60%;
    justify-content: center;
    margin: auto;
}
@media (max-width: 769px){
    .listColor{
        width: 100%;
        justify-content: center;
    }
}
.listColor li{
    border: 1px solid #eee;
    border-radius: 50%;
    margin: 4px;
}
.listSize li{
    list-style: none;
    display: flex;
    align-items: center;
    width: calc((100% - 20px)/3);
    font-weight: normal;
    border: 1px solid #eee;
    color: #2e2e2e;
    line-height: 38px;
    padding: 0 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.listColor li.active,
.listSize li.active,
.listColor li:hover,
.listSize li:hover{
    border-color: #000;
}
.title-filter{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.title-filter span,
.filter-title span{
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 50%;
    margin-left: 6px;
}
.filter-title span{
    background-color: #000;
    color: #fff;
}
.fwi-left-inner,
.fwi-right-inner{
    padding-top: 20px;
}
.fwi-left{
    border-right: 1px solid #000;
}
.filter-title p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}
.filter-wrap{
    border-bottom: 1px solid #000;
}
.sort-by-wrap{
    padding: 12px 0;
    border-top: 1px solid #000;
}
.sortBy span{
    font-weight: normal;
    margin-right: 10px;
}
.sortBy a{
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #eee;
    font-weight: normal;
}
.filter-wrap{
    display: none;
}
.left-filter{
    height: 100%;
    padding: 18px 0;
}
.by-size,
.by-color,
filter-action{
    padding: 15px;
    border-bottom: 1px solid #000;
}
.scroll-filter{
    padding: 15px;
}
.swiper-button-next, .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.filter-action{
    display: flex;
    padding: 20px;
    border-top: 1px solid #000;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.filter-action a{
    margin: 0 auto;
    display: block;
    width: calc(50% - 30px);
    border: 1px solid #000;
    text-align: center;
    height: 35px;
    font-size: 13px;
    line-height: 34px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
}
.filter-action a:hover{
    background-color: #000;
    color: #FFF;
}
@media (max-width: 992px){
    .nav-tabs .nav-link,
    .nav-tabs{
        border: none;
        font-weight: normal;
        color: #eee;
    }
    .nav-tabs .nav-link.active{
        color: #000;
    }
    .filter-wrap{
        display: block;
        border-bottom: none;
    }
    .filter-mobile{
        display: none;
    }
    .listColor li, .listSize li {
        font-size: 12px;
        line-height: 30px;
    }
    .sortBy>span{
        display: none;
    }
    .sortBy .link_sort{
        margin-bottom: 5px;
    }

    .listSize li:nth-child(3n){
        margin-right: 0;
    }
}
@media (min-width: 1200px){
    .listSize li{
        width: calc((100% - 30px)/4);
    }
    .listSize li:nth-child(4n){
        margin-right: 0;
    }
}
.priceFilter{
    padding-top: 20px;
}
.priceFilter .filter-item {
    padding: 3px 0;
}
.priceFilter .filter-item span{
    font-size: 14px !important;
}
.priceFilter .filter-item:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #d1d3d4;
    background-color: #d1d3d4;
}
.priceFilter .filter-item.active:before {
    background: #000;
    border: 1px solid #000;
}
.header-title{
    position: relative;
    text-align: center;
    /*padding: 15px 0;*/
    /*border-bottom: 1px solid #000;*/
}
.header-title h1{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0;
}
.goBack{
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #000;
    line-height: 30px;
}
.cart-footer{
    margin-top: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cart-footer>.price-box{
    width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: space-between;
}
.cart-footer>div>span{
    font-size: 16px !important;
}
.cart-footer button{
    border-radius: 4px;
}

/*CHECKOUT*/
.cart_page_checkout .field-input{
    height: 48px;
    font-size: 16px !important;
    border-radius: 5px;
}
.descriptionCustomer textarea{
    font-size: 16px !important;
    border-radius: 5px;
}
.field-input-btn{
    border-radius: 4px;
}
#section-payment-method .radio-wrapper{
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 10px;
}#section-payment-method .radio-wrapper p{
    margin: 0;
 }

#section-payment-method label{
    margin: 0;
}
.radio-label-primary{
    font-size: 16px !important;
}
.section-customer-information .field-label,
.payment-title{
    display: block !important;
    margin-bottom: 0;
    font-size: 14px;
    color: #7e8e96;
    line-height: 18px;
}
.section-title{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.field-input-btn-wrapper{
    align-items: center;
}
.field-input-btn-wrapper .field-input{
    margin-bottom: 0;
    height: 40px;
}
.sub{
    margin-top: 30px;
}
.sub span{
    font-size: 16px !important;
}

.aboutus-head{
    padding: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.aboutus-head h1{
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.cs-list{
    margin-bottom: 0;
}
.aboutus-content{
    border-bottom: 1px solid #000;
}
.aboutus-content-inner{
    padding: 50px 0;
}
#popupHome .modal-content{
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}
#popupHome .modal-header{
    justify-content: center;
    padding: 10px;
    border-bottom-color: #000;
}
#popupHome .modal-header h5{
    text-transform: uppercase;
    font-weight: 600;
}
#popupHome .close{
    position: absolute;
    right: 12px;
    top: 8px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 26px;
}
#popupHome .modal-footer{
    border-top: none;
    border-bottom: 1px solid #000;
    justify-content: center;
    border-radius: 0 !important;
    padding: 10px;
}
#popupHome .modal-footer a{
    width: 50%;
    text-align: center;
    font-weight: 400;
    display: block;
    border: 1px solid #000;
    padding:10px;
    color: #000;
    opacity: 1;
    border-radius: 4px;
}
@media (max-width: 480px) {
    #popupHome .modal-footer a{
        font-size: 14px !important;
    }
}
#popupHome .modal-footer a:hover{
    background: #000;
    color: #fff;
}
.fixed-messenger{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #fff;
    height: 40px;
    font-size: 21px;
    width: 40px;
    text-align: center;
    border: 1px solid #000;
    line-height: 40px;
    z-index: 100;
}
.right-site{
    z-index: 1000;
}
.site-cart .site-title{
    height: 62px;
    padding: 0;
    margin: 0;
    background: #000;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}
.close-right {
    position: absolute;
    top: 12px;
    right: 20px;
    background: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 30px;
}
.close-right i {
    font-size: 22px;
}
.box-right__item{
 border-color: #000;
    padding: 10px 20px;
    border-top: 0;
}
.box-right__item>div:last-child{
    padding: 0;
    justify-content: space-between;
}
.total-money{
    display: block;
    padding: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.sbcart-box{
    display: flex;
    justify-content: space-between;
}
.total-money p{
    margin-bottom: 0;
}
.check-out_btn{
    padding: 20px;
}
.check-out_btn a{
    display: block;
    width: calc(50% - 5px);
}
.check-out_btn a>button{
    border: 1px solid #000;
    text-align: center;
    height: 35px;
    font-size: 15px;
    line-height: 34px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
}
.check-out_btn a>button:hover{
    background-color: #000;
    color: #fff;
}
@media (min-width: 576px){
    #popupAddToCart .modal-dialog,
    #popupFilter .modal-dialog{
        max-width: 50%;
    }

}
@media (min-width: 993px){
    .right-site{
        width: 50%;
        z-index: 1000;
        padding: 0;
        border-left: 1px solid #000;
    }
    .cart-box-right{
        margin: 0;
    }

    .npf-submenu.active {
        transform: translateY(-62px);
        left: 0;
        right: 0;
    }
}


@media (max-width: 992px){
    .right-site{
        width: 100%;
        padding: 0;
    }
    .close-right{
        top: 17px;
        right: 17px;
    }
}

/*ORDER SUCCESS*/
.order-succes,
.order-succes .main,
order-succes sidebar{
    padding: 0;
}
.order-succes .main-content{
    /*padding: 20px;*/
}
.thank-you-checkout-info .content-box{
    margin-top: 0 !important;
}
.os-login{
    display: none;
}
.order-succes .section-content{
    margin-top: 0;
}
.order-succes .wrap{
    margin-bottom: 0;
}
.os-order-number{
    display: block;
}
.order-succes .sidebar{
    border-left: none !important;
    padding: 0 !important; ;
}
.order-succes .main{
    border: 1px solid #000;
    border-top: none;
}
.section-header.os-header{
    padding: 20px 40px 40px;
    display: block;
    border-bottom: 1px solid #000;
}
.os-order-number{
    display: flex;
    flex-direction: column;
}
.os-order-number b{
    width: fit-content;
    margin-top: 5px;
    border-radius: 4px;
}
.os-order-number span{
    font-size: 14px !important;
}
.os-success-content p{
    font-size: 16px !important;
    margin-bottom: 0;
}
.section-header.os-header svg{
    display: none;
}
.os-success-content h2{
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px !important;
}
.thank-you-checkout-info .content-box{
    box-shadow: none !important;
    padding: 20px 40px 40px !important;
}
.thank-you-checkout-info .content-box h2{
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.os-header-heading{
    margin-left: 0 !important;
}
.section-content p{
    font-size: 16px !important;
    color: #000 !important;
}
.order-summary-section-product-list{
    border-color: #000 !important;
    padding: 20px 40px 40px;
}
.order-summary-section-total-lines{
    margin-top: 0 !important;
}
.total-line-table{
    width: 100% !important;
    padding: 40px;
}
.total-line-table p{
    margin-bottom: 8px;
    font-size: 16px !important;
}
.order-total{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: none !important;
}
.product-order .product-description{
    font-size: 16px !important;
}
.product-thumbnail-quantity{
    paddingh: 0 2px !important;
    background-color: #000 !important;
}
@media (max-width: 767px) {
    .order-succes .main {
        margin-top: 0px;
    }
}

.client-service-inner,
.contact-inner{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 20px 40px 40px;
}
.client-service-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.cs-item-content{
    display: none;
}
.cs-item-title{
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border-top: 1px solid #000;
    display: block;
    position: relative;
}
.cs-item-title:before{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    transition: all ease-in-out .3s;
}
.cs-item-title.active:before{
    transform: rotate(-180deg);
}

.cs-item-content{
    padding: 10px;
}
.contact-link{
    margin: 0 auto 20px;
    display: block;
    width: calc(50% - 5px);
    border: 1px solid #000;
    text-align: center;
    height: 35px;
    font-size: 13px;
    line-height: 34px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
}
.contact-link:hover{
    background-color: #000;
    color: #FFF;
}
.checkout-accept{
    background-color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    border-radius: 4px;
}
.cart_page_checkout span, .note_coupon{
    font-size: 16px;
}
.filter-icon{
    display: flex;
    align-items: center;
}
.filter-icon img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.topcart-text p a{
    font-size: 15px;
}
.copyright{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}
.item-sold__out{
    margin-top: 8px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.cart_page_checkout .field-input#coupon {
    width: calc(100% - 20px);
    margin-bottom: 0;
}
.field-input-btn#getCoupon {
    height: 40px;
}
.header-nav>ul>li>ul>li:not(:first-child)>a {
    width: 100%;
    display: block;
}
.top-header{
    margin-top: 0;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #000;
}
.text-owl{
    display: block;
    text-align: center;
    line-height: 62px;
    height: 62px;
}
.top-header .header-top-slider {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.top-header .header-top-slide {
    align-items: center;
    display: inline-flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    visibility: hidden;
    will-change: transform;
}
.top-header .header-top-slide p {
    display: inline-flex;
    margin: 0;
    white-space: nowrap;
    width: max-content;
}
.top-header .header-top-slide span {
    white-space: nowrap !important;
}
.top-header .header-top-slide br {
    display: none;
}
.top-header .header-top-slide.is-active {
    visibility: visible;
}
.text-owl a{
    color: #fff !important;
}
.product-item{
    position: relative;
}
.prod-label-wrapper{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    z-index: 99;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.proGift{
    position: relative;
}
.proGift i{
    color: #fff;
}
.proGift span{
    color: #fff;
    margin-left: 10px;
}
.giftHover{
    display: none;
    position: absolute;
    top: 30px;
    right: auto;
    background: #fff;
    color: #000;
    z-index: 999;
    border: 1px solid #000;
    width: 300px;
}
.giftHover p{
    color: #000;
    margin-bottom: 5px;
}
.proGift:hover .giftHover {
    display: block;
}
.no-js .text-owl.owl-carousel, .text-owl.owl-carousel.owl-loaded {
 display: block;
}
.category-product-wrap{
    margin-top: 124px;
}
.category-banner-wrap{
    padding-top: 65px;
}
@media (max-width: 767px) {
    .text-owl a {
        font-size: 10px !important;
    }
}

.blogs-item{
    padding: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.blogs-img{
    aspect-ratio: 4/5 ;
}
.blogs-img img{
    height: 100%;
    object-fit: cover;
}
.blogs-text{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.blogs-title a{
    color: white;
    font-weight: 600;
}
.news-heading,
.viewmore-wrap{
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;

}
.news-heading-wrap,
.viewmore-wrap{
    border-bottom: 1px solid #000;
}
.viewmore-wrap{
    padding: 15px 0;
}
.news-viewmore{
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: normal;
    transition: all ease-in-out .3s;
}
.news-viewmore:hover{
    background: #000;
    color: #fff;
}
.news-ctn{
    padding-top: 20px;
}
.news-item__title{
    font-weight: 700;
    font-size: 20px !important;
}

.checkout-index-wrap {
    margin-top: 62px;
}

.cart_page_checkout .section-header .section-title {
    font-weight: bold;
}
.body-news {
    height: 100%;
    min-height: 100vh;
    margin-top: 150px;
}
.nps-item a{
    text-transform: uppercase!important;
}
.header-wrap.scroll .header-main .container-fluid{
    position: fixed;
}
.header-wrap.scroll .top-header{
    position: fixed;
}
.news-heading{
    padding: 20px;
}
.checkcode-wrap{
    opacity: 1;
    position: fixed;
    top: 63px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#checkcode{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#checkcode input{
    height: 32px;
    min-width: 320px;
    padding: 0 10px;
    font-size: 14px !important;
    border: 1px solid #000;
    border-radius: 5px;
}
#checkcode input:focus-visible{
    outline: none;
}
#checkcode input::placeholder {
    font-weight: 600;
    color: #aaa;
}
#checkcode button{
    font-size: 14px;
    border: 1px solid #000;
    color: #fff;
    height: 32px;
    background-color: #000;
    text-transform: uppercase;
    padding: 0 50px;
    margin-top: 15px;
    border-radius: 5px;
}
#checkcode button:focus {
    background: #ffd800;
    color: #000;
}
.sm-title {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.sm-time {
    text-align: center;
    font-weight: 600;
}
.checkcode-inner {
    height: 100vh;
    width: 45vw;
    border: 1px solid #000;
    border-top: none;
    padding-top: 50px;
}
.banner-campaign-title {
    display: none;
}
.header-user i {
    font-size: 20px;
}

.user-box {
    padding: 5px;
    line-height: 16px;
    cursor: pointer;
    margin-left: 10px;
}
.main-site.main-childs.signin,.user-wrapper {
    height: 100vh;
}
.main-body {
    /* margin-top: var(--header-visible-offset, 62px) !important; */
    padding-top: 0 !important;
}
.main-body.has-top-header {
    margin-top: var(--header-visible-offset, 124px) !important;
}
.home-content .banner-wide {
    height: var(--home-banner-height, calc(120 - 10px));
    overflow: hidden;
}
.home-content .banner-wide img,
.home-content .banner-wide iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .category-product-list .product-item-wrap .slick-slide {
        padding: 1px;
    }
    .no-relative{
        position: inherit;
    }
    .npf-item:has(a.cat_43117) {
        background: #000;
    }
    .npf-item a.cat_43117 {
        color: #fff;
    }
}

@media (min-width: 992px) {

    .category-product-list .product-item {
        height: 100%;
    }

    .category-product-list .product-content {
        height: 16%;
    }

    .category-product-list i.checkIvt.inventCheck {
        height: 10%;
        display: block;
    }

    .category-product-list .slick-slider .slick-track, .slick-slider .slick-list {
        height: 100%;
    }

    .category-product-list .slick-slide img {
        width: 100%;
        object-fit: cover;
    }
}
@media (min-width: 768px) {
    .banner-category img {
        position: relative;
    }
}
@media (max-width: 991px) {
    .checkcode-inner {
        width: 100vw;
    }
}

@media (max-width: 768px) {

    .category-product-list .product-item {
        height: 100%;
    }

    .category-product-list .product-content {
        height: 23%;
    }

    .category-product-list i.checkIvt.inventCheck {
        height: 10%;
        display: block;
    }

    .category-product-list .slick-slider .slick-track, .slick-slider .slick-list {
        height: 100%;
    }

    .category-product-list .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 115px;
    }
    .fp-snaps .fp-section {
        scroll-snap-align: start !important;
    }
    .fp-snaps .fp-section:before {
        padding-bottom: 125% !important;
    }
    .fp-scrollable .fp-section, .fp-scrollable .fp-slide{
        height: auto !important;
    }
    .main-body .home-content {
        padding-top: 125px;
    }
    .product-item-wrap {
        min-height: 400px;
    }
    .header-logo img {
        min-height: 25px;
        width: 155px;
    }
    .filter-icon img {
        min-height: 20px;
    }
    .icon-header{
        padding-right: 0;
    }
}
.attr p.size a, .tp-attr p.size a{
    height: auto;
    min-width: 60px;
    width: auto;
    min-height: 40px;
}
.social-footer{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #767676d9;
    border-radius: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-footer li{
    margin: 0;
}

.social-footer a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 24px;
    border-radius: 50%;
}

.social-footer img{
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;;
}
#member, .pageSignin {
    margin-top: 90px !important;
}
.cateId-code button{
    background-color: #ffd800;
}
#order-list {
    margin-top: 150px !important;
}
