.page-header .dropdown_menu{
    margin-right: 2px;
    margin-left: 8px;
    position: relative;
    top:4px;
}
div.header.content .headerRight {
    margin-right: -10px;
}
div.header.content .headerRight button{
    padding: 13px 15px;
}
.topLinks-container:before{
    content: none;
}
.page-header #search {
    right: 212px;
    font-size: 16px;
    font-family: Inter;
    top:57px;
    display: none;
    position: absolute;
    width: 80%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 16px 16px;
    border-top: 1px solid #bfc8d4;
    z-index: 100000000000000;
}

.page-header #search .sublists {
    width: 93%;
    line-height: 1.5em;
}

.page-header #search .sublists .dropdown-item {
    text-align: left;
    width: 100%;
    clear: both;
    white-space: nowrap;
    border: 0;
    color: #475569;
    padding: 8px 0px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
}

.page-header #search .sublists .dropdown-item:hover {
    background-color: #ffffff;
}

.page-header #search .sublists p.regular_plus {
    color: #222934;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.page-header #search .sublists .blue_btn {
    background-color: #004ff4;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 25px;
    border: 1px solid #004ff4;
    font-size: 16px;
}

.page-header #search .sublists .blue_btn svg {
    margin-left: 8px;
}

.page-header #search .sublists .blue_btn:hover {
    cursor: pointer;
    background-color: #033560;
    color: #ffffff;
    border: 1px solid #033560;
}

.page-header #search .sublists .blue_btn:hover path {
    stroke: #ffffff;
}

.page-header #search #search_site {
    width: 80%;
    height: 46px;
    margin-right: 5px;
    border-radius: 8px;
    border: 1px solid #bfc8d4;
}

.page-header .dropdown_content a {
    float: none;
    color: #475569;
    text-decoration: none;
    display: block;
    text-align: left;
}

.page-header .dropdown_content .lists_container {
    padding: 16px;
}

.page-header .dropdown_content .lists_container .sublists {
    float: left;
    list-style-type: none;
    padding: 8px 32px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.page-header .dropdown_content .lists_container .sublists li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.page-header .dropdown_content .lists_container .sublists li a.dropdown-item {
    width: 100%;
    clear: both;
    white-space: nowrap;
    border: 0;
    color: #475569;
    padding: 8px 0px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
}

.page-header .dropdown_content .lists_container .sublists li a:hover {
    background-color: #ffffff;
    color: #004ff4;
    text-decoration: none;
}


.page-header #cart {
    display: none;
    width: auto;
    right: 150px;
    top:57px;
    position: absolute;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 16px 16px;
    border-top: 1px solid #bfc8d4;
    z-index: 100000000000000;
}

.page-header #cart .iconcart {
    display: none;
}

.page-header #cart .sublists {
    text-align: left;
    width: 90%;
}

.page-header #cart .dropdown-item:hover {
    background-color: #ffffff;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-total {
    margin: 0px 20px;
    padding: 20px 0px;
    border-bottom: 1px solid #0d74c4;
    font-size: 20px;
    text-align: left;
    font-family: Inter;
    font-weight: 400;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-total #total_num_tp {
    display: inline-block;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper {
    max-height: 410px;
    overflow-y: auto;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items {
    padding: 20px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #0d74c4;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .productImg {
    width: 52px;
    height: 52px;
    margin: 0px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .product-item-name-block {
    margin-right: 20px;
    text-align: left;
    width: 81%;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .product-item-name-block .product-name {
    display: -webkit-box;
    overflow: hidden;
    max-height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .product-item-name-block dl.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    font-size: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .product-item-name-block dl.options dd.values {
    margin-left: 10px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .details-qty {
    width: 100px;
    margin: 0px 20px;
    color: #8995a7;
    font-size: 14px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .details-qty span {
    display: inline-block;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .product-item-pricing {
    color: #8995a7;
    font-size: 14px;
    width: 153px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-items-wrapper .minicart-items li .product-item-details .product-item-pricing span {
    display: inline-block;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .subtotal span.label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #8995a7;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .subtotal span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #8995a7;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .subtotal span span.price {
    margin-left: 10px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .toolbar {
    margin: 0px 20px;
    padding-bottom: 20px;
    text-align: right;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .toolbar .blue_btn {
    background-color: #004ff4;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 25px;
    border: 1px solid #004ff4;
    margin-top: 10px;
    font-size: 16px;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .toolbar .blue_btn:hover {
    cursor: pointer;
    background-color: #033560;
    color: #ffffff;
    border: 1px solid #033560;
}

.page-header #cart .minicart-slide .minicart-content .minicart-block .toolbar .blue_btn:hover path {
    stroke: #ffffff;
}


.page-header #account {
    display: none;
    width: auto;
    min-width: 250px;
    right: -20px;
    position: absolute;
    top:55px;
    font-size: 16px;
    font-family: Inter;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 16px 16px;
    border-top: 1px solid #bfc8d4;
    z-index: 100000000000000;
}

.page-header #account .sublists {
    padding: 0px 0px 0px 30px;
}

.page-header #account .sublists #account-links {
    padding: 0px;
}

.page-header #account .sublists a {
    font-family: Inter;
    font-weight: 400;
    padding: 10px;
    margin: 0px;
}

.notification .st-badge{
    position: absolute;
    top: 2px;
    right: 0px;
    color: white;
    font-size: 0.6em;
    padding: 3px 0.5em;
    border-radius: 1em;
    background: rgb(71, 85, 105);
    font-family: Inter;
    font-weight: 400;
}
.page-header #cart .minicart-title{
    padding-bottom: 12px;
    border-bottom: 1px solid #145e8f;
}
.page-header #cart .sublists .item_pro_img{
    width: 55px;
    padding:20px 15px 5px 0px;
    float: left;
}
.page-header #cart .sublists .dropdown-item.product{
    border-bottom: 1px solid #126d8f;
    padding-top: 5px;
    padding-bottom: 12px;
}
.page-header #cart .sublists .item_pro_name{
    float: left;
    padding:38px 10px 0px 5px;
    color:#444444;
    width: 47%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    font-family: Inter;
}
.page-header #cart .sublists .item_pro_qty{
    float: left;
    padding:38px 10px 0px 65px;
    color:#555555;
    font-family: Inter;
}
.page-header #cart .sublists .item_pro_price{
    float: left;
    padding:38px 0px 0px 20px;
    color:#555555;
    font-family: Inter;
}
.page-header #cart .sublists .dropdown-item .subtotal{
    padding-top: 20px;
    float:right;
}
.page-header #cart .sublists .dropdown-item .subtotal p span{
    font-weight: 600;
    font-size: 15px;
    color: rgb(137, 149, 167);
    font-family: Inter;
}
.page-header #cart .sublists .dropdown-item .subtotal p a{
    font-weight: 400;
    color: #ffffff;
    display: block;
    padding:8px 18px;
    background-color: rgb(0, 79, 244);
    font-size: 14px;
    border-radius: 16px;
    width: 85px;
    text-align: center;
    font-family: Inter;
}

@media (min-width: 1100px) {
    .page-header #cart{
        width: 700px;
    }
}

@media (max-width: 1200px) {
    .page-header #search {
        right: 190px;
    }
    .page-header #account {
        right: 10%;
    }
}

@media (max-width: 991px) {
    .page-header #search {
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 0px;
    }
    .page-header #search .sublists {
        padding: 0px 10px;
    }
    .page-header #cart {
        width: 99.5%;
        right: 0;
        left: 0;
        border-radius: 0px;
    }
    .topLinks-container{
        position: static;
    }
    .page-header #cart .sublists {
        padding: 0px 10px;
        width: 99%;
    }
    .page-header #cart .minicart-slide .minicart-content .minicart-block .minicart-total {
        margin: 0px;
    }
    .page-header #cart .minicart-slide .minicart-content .minicart-block .subtotal {
        margin: 0px;
    }

    .page-header #cart .minicart-slide .minicart-content .minicart-block .toolbar {
        margin: 0px;
    }

    .page-header #account {
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 0px;
    }
    .page-header #account .sublists {
        padding: 0px;
    }
}

@media (max-width: 765px){
    div.header.content .headerRight button{
        padding: 5px 15px;
    }
    .page-header #cart {
        width: 99.2%;
    }
    div.footer .shareIcons-container{
        clear: both;
        float: left;
        margin-top: 5px;
    }
    div.footer .shareIcons-container .socials a:first-child{
       padding-left: 0px;
    }
}

@media (max-width: 635px){
    div.footer .shareIcons-container .socials {
        left: -20px;
    }
    .page-header #cart .sublists .item_pro_name{
        width: 40%;
    }
    .page-header #cart .sublists .item_pro_qty{
        padding:35px 10px 0px 25px;
    }
    .page-header #cart .sublists .item_pro_price{
        padding:35px 0px 0px 15px;
    }
}