.pop_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.pop_header_title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid #eae4e8;
    text-align: center;
}
.pop-minicart span {
    color: #333 !important;
    display: inline-block !important;
}
.close-pop {
    cursor: pointer;
}
.pop-minicart .cart_item{
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.pop-minicart .cart_item,
.pop-minicart .cart_item  .cart-product-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pop-minicart tbody .cart_item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.pop-minicart .cart_item  .product-thumbnail{
    width: 25%;
    display: block !important;
}
.pop-minicart .cart_item .product-thumbnail img {
    border: 1px solid #ededed;
}
.pop-minicart .cart_item  .cart-product-meta{
    width: 75%;
    padding-left: 10px;
}
.pop-minicart .product-name {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    width: 100%;
}
.pop-minicart .product-quantity,
.pop-minicart .product-price{
    width: 50%;
}
.pop-minicart .quantity .nd-sl {
    display: none;
}
.pop-minicart .wrap-quantity {
    display: flex;
}
.pop-minicart input.qty{
    width: 38px;
    height: 28px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #252a2b;
    border: 1px solid #f3f4f4;
    padding: 0;
}
.pop-minicart .qty_button  {
    font-weight: 500;
    padding: 0 2px;
    height: 28px;
    width: 28px;
    color: #252a2b; 
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #f3f4f4;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
.pop-minicart .product-price{
    text-align: right;
    font-weight: bold;
    display: block;
    font-size: 14px;
}
.pop-minicart .product-price span{
    color: #252a2b;
    display: inline-block;
}
 .note-cart label{
    font-weight: 500;
 }
 .note-cart textarea{
    width: 100%;
 }
.pop-minicart .order-total {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border-top: 1px solid #eae4e8;
    padding-top: 15px;
    margin-top: 0;
}
.pop-minicart .order-total span:first-child{
    font-weight: 600;
}
.woocommerce .pop-minicart .screen-reader-text{
    display: none;
}

.woocommerce .pop-minicart .quantity .qty_button, 
.woocommerce .pop-minicart .quantity .qty {
    outline: none;
    height: 30px;
    width: 20px;
    padding: 0;
}
.woocommerce .pop-minicart .quantity .nd-quantity-input .qty {
    width: 35px !important;
}
.pop-minicart .order-total .amount {
    font-weight: 600;
    font-size: 16px;
    color: red;
}

.cart-scroll {
    overflow-y: scroll;
    max-height: 320px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px;
}
.pop-minicart  .to-checkout .checkout {
    margin: 5px 0 0;
    font-size: 12px;
    padding: 10px 10px;
    width: 100%;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    border-radius: 20px;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
}
/**/
.full-header-top {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
    display: block;
    overflow: hidden;
    background: #1e3183;
    color: #ffffff;
}

.full-header {
    padding: 18px 0 14px;
    background-color: #263b96;
}

.header-wrap {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    justify-content: space-between;
}

.header-logo {
    min-width: 150px;
    max-width: 220px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
    padding: 0 15px;
}

.header-logo a {
    float: left;
    width: 100%;
}

img.site-logo {
    max-width: 100%;
    max-height: 120px;
}

/* Search */
.header-search form {
    position: relative;
}

#search-form {
    width: 100%;
    padding: 9px 50px 10px 15px;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    height: 42px;
}

.search-submit {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 4px;
    margin: 3px;
    border: 0;
    box-shadow: none;
    width: 70px;
    background: #263b96;
    transition: opacity 150ms linear;
}

.search-submit i {
    color: #fff;
    font-size: 20px;
}

.header-center {
    flex: 1;
    padding: 0 15px;
    max-width: 680px;
}

.header-center ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.header-center ul img {
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.header-center ul li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    /*max-width: 33.333333%;*/
    padding-right: 15px;
    color: #fff;
    font-size: 12px;
}

.header-center ul li:last-child {
    padding-right: 0;
}

.header-right span {
    position: relative;
    color: #fff;
    display: block;
}

.header-action-item>a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 5px;
    color: #fff !important;
}

.box-icon {
    margin-right: 10px;
}

.box-icon svg {
    width: 22px;
    height: 40px;
    fill: #ffffff;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    opacity: 1;
    margin: 0 auto;
    transform: rotateX(55deg);
    background: #ffffff;
}

.pulse::after {
    content: "";
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    margin: -9px 0 0 -10px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    animation-delay: 1.1s;
    box-shadow: 0 0 1px 2px #ffffff;
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.header-action-item {
    position: relative;
    margin-left: 15px;
}

.header-action-item::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: -10px;
    opacity: 0.5;
}

.header-action-item a {
    display: flex;
    align-items: center;
}

.pop-minicart {
    display: none;
    position: absolute;
    top: 100%;
    width: 420px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    border: solid 1px #dfe3e8;
    border-radius: 3px;
}
.header-right-cart:hover .pop-minicart {
    display: block !important;
}
 
.header-right span.num-count {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: -1px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.txt-overflow {
	max-width: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.txtnw {
	font-size: 12px;
}
/* menu */
.menu-wrap {
    align-items: center;
}

.main-menu {
    flex: 1;
}

.header-box-live a {
    border-radius: 4px;
    padding: 5px 12px 5px 20px;
    color: #ff0000;
    border: 1px solid #ff0000;
    text-transform: none;
    font-weight: 500;
    background: transparent;
    outline: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 130px;
    overflow: hidden;
    display: block;
}

.header-box-live a::after {
    content: " ";
    background: red;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 7px;
    top: calc(50% - 4px);
    border-radius: 50%;
    animation: pulselive 1.65s linear infinite;
}

@keyframes pulselive {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.3;
    }
}
/**/
.full-header-top p {
    margin-bottom: 0;
}
.full-header-top div.swiper-button-next,
.full-header-top div.swiper-button-prev {
    background:transparent;
    color:#f67227;
    border:0;
    width:20px;
    height:20px;
    line-height:20px;
    position:absolute;
    top:50%;
    z-index:2;
    overflow:hidden;
    text-align:center;
    cursor:pointer;
    font-size:20px;
    font-family:'FontAwesome';
    border-radius:99px;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    padding-right:5px;
    opacity:0;
}
.full-header-top div.swiper-button-next {
    left:auto;
    padding:0;
    padding-left:5px;
}
.full-header-top div.swiper-button-prev::before {
    content:"\f104";
}
.full-header-top div.swiper-button-next::before {
    content:"\f105";
}
.full-header-top .swiper-container:hover div.swiper-button-next,
.full-header-top .swiper-container:hover div.swiper-button-prev {
    opacity:1;
}
.full-header-top .swiper-container div.swiper-button-next:hover,
.full-header-top .swiper-container div.swiper-button-prev:hover {
    color:#f27da9;
}
.full-header-top .swiper-container:hover div.swiper-button-next {
    right:0;
}
.full-header-top .swiper-container:hover div.swiper-button-prev {
    left:0;
}

.full-header-top div.swiper-button-next,
.full-header-top div.swiper-button-prev{
    top: 100%;
    color: #fff;
}

/**/
@media only screen and (min-width: 1100px) {
    .full-header.sticky .header-logo {
        max-width: 120px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }

    .full-header.sticky .header-search {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-wrap {
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .header-logo,
    .header-center,
    .header-right{
        padding: 0 10px;
    }
    .header-center {
        flex: unset;
        width: 100%;
        order: 3;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 900px) {
    .header-center {
        max-width: 100%;
    }
    .header-logo {
        max-width: 200px;
    }
    .header-box-live a {
        padding: 2px 5px 2px 18px;
        margin: 3px 0;
    }
}
@media only screen and (max-width: 700px) {
    .header-right .box-text,
    .header-right .cart-label {
        display: none !important;
    }
    .header-action-item::before {
        display: none;
    }
    .header-action-item {
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
    img.site-logo {
        max-height: 50px;
    }
    .box-icon svg {
        width: 17px;
        height: 30px;
    }
    /**/
    #search-form {
        padding: 5px 30px 5px 10px;
        height: 38px;
    }
    .search-submit i {
        color: #fff;
        font-size: 16px;
    }
    .search-submit {
        width: 55px;
    }
}
@media only screen and (max-width: 500px) {
    .pop-minicart{
        max-width: 320px;
        padding: 10px;
    }
}