html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none
}
.main-container {
    position: relative;
}
.nav-container.sticky {
    background-color: var(--white-color);
}
.quick-access .header-block {
    position: relative;
}
.quick-access .header-block div {
    color: var(--grey-color-tone-nine);
}
.quick-access .header-block div span {
    font-weight: 500;
    display: block;
}
.sr-links a {
    position: absolute;
    top: -3em;
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
    left: 10px;
    font-size: 14px
}
.sr-links a:focus {
    top: 0;
    text-decoration: underline
}
.upper-top-notify-part-div {
    width: 100%;
    height: 85px;
    background-color: var(--white-color);
    color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    background-image: url(../images/upper-bg1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    box-shadow: 1px 0 5px 1px var(--box-shadow-color-one);
}
.upper-top-notify-part-div .upper-main-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
    margin-right: 40px;
    margin-left: -40px
}
.upper-top-notify-part-div .upper-main-content p {
    margin: 0;
    color: var(--grey-color-tone-four);
    font-size: 29px;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-weight: 400
}
.upper-top-notify-part-div .upper-main-content p b {
    font-weight: 700
}
.upper-top-notify-part-div .upper-main-content p span {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px
}
.upper-top-notify-part-div .upper-main-content p span img {
    width: 100%;
}
.upper-top-notify-part-div .upper-sub-content {
    height: 100%;
    display: flex;
    align-items: center
}
.upper-top-notify-part-div .upper-sub-content p {
    text-align: right;
    color: var(--grey-color-tone-five);
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    margin: 0
}
.upper-top-notify-part-div .upper-sub-content .notify-take {
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--grey-color-tone-one);
    width: 130px;
    height: 42px;
    background: var(--white-color);
    border-radius: 21px;
    box-shadow: 0 0 5px var(--box-shadow-color-one);
    display: flex;
    align-items: center;
    justify-content: center
}
.upper-top-notify-part-div .upper-sub-content .notify-take i {
    background-image: url(../images/announce-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 28px;
    width: 31px;
    margin-bottom: 3px;
    margin-left: 3px
}
.upper-top-notify-part-div .upper-sub-content .notify-take b {
    font-weight: 600
}
.upper-top-notify-part-div .upper-main-content:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 30px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    left: 0;
    top: 32%;
    background: var(--primary-color)
}
.upper-top-notify-part-div .upper-main-content:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 30px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    right: 0;
    top: 32%;
    background: var(--primary-color)
}
.ms-header .ms-container {
    display: flex;
    max-width: 1330px;
    margin: 0 auto;
    padding: 20px 15px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.ms-header .input-text {
    font-size: 14px;
    background-color: var(--grey-color-tone-six);
    height: 41px;
    border-color: var(--grey-color-tone-six);
    border-radius: var(--search-input-radius);
    color: var(--grey-color-tone-two);
    padding: 10px 50px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
.ms-searchbox {
    max-width: var(--search-block-width);
    width: 100%;
    position: relative;
    z-index: 1;
    margin:var(--m-search-margin);
}
.ms-header .form-search .button {
    text-indent: -9999px;
    height: 41px;
    width: 41px;
    background-color: var(--search-btn-bg-color);
    position: absolute;
    right: 0;
    border-radius: var(--search-btn-radius);
    background-image: var(--header-sprites-bg);
    background-position: 11px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.msh-services {
    display: flex
}
.msh-services>li {
    max-width: 150px;
    padding: 0 12px;
    position: relative;
}
.msh-services>li>a {
    color: var(--grey-color-tone-two);
    font-size: 14px
}
.msh-services>li>a>b {
    font-weight: 400
}
.msh-services>li.ms-services>a::before, .msh-services>li.ms-account>a::before {
    background-image: var(--header-sprites-bg);
    background-position: -37px 4px;
    background-repeat: no-repeat;
    display: block;
    content: "";
    height: 40px;
    width: 40px;
    margin: 0 auto
}
.msh-services>li.ms-account>a::before {
    background-image: var(--header-sprites-bg);
    background-position: -88px 4px
}
.msh-services>li+li {
    border-left: 1px solid var(--grey-color-tone-seven);
}
.msfedex-timer .fd-icon {
    background-image: url(../images/header-img/fedex-logo.svg);
    float: left;
    width: 50px;
    height: 41px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center
}
.msfedex-timer .ups-icon {
    background-image: url(../images/header-img/ups-img-svg-white.svg);
    float: left;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    margin-right: -2px;
    padding-bottom: 25px;
    background-size: 64%;
    background-position: 1px 5px
}
.msfedex-timer .usps-icon {
    background-image: url(../images/header-img/usps-img.svg);
    float: left;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: 91%;
    background-position: 0 9px
}
.msfedex-timer .instore-icon {
    background-image: url(../images/header-img/instore-pickup.svg);
    float: left;
    width: 30px;
    height: 10px;
    background-repeat: no-repeat;
    margin-right: -2px;
    padding-bottom: 25px;
    background-size: 71%;
    background-position: 0 0
}
.msfedex-timer .fd-icon+span, .msfedex-timer .ups-icon+span, .msfedex-timer .usps-icon+span, .msfedex-timer .instore-icon+span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 12px;
    position: relative;
    top: 4px;
    margin-top: 2px;
    float: left;
    width: 158px
}
.msfedex-timer .fd-timer {
    font-size: 16px;
    width: 110px;
    background-color: var(--dark-color);
    display: flex;
    align-items: center;
    border-radius: 6.75px;
    justify-content: center;
    text-align: center;
}
.msfedex-timer {
    background-color: var(--grey-color-tone-eight);
    border-radius: 12px;
    position: relative;
    min-height: 70px;
    width: auto;
    max-width: 220px;
}
.ms-header .ms-menucontainer .ms-container {
    padding: 0 15px;
}
.ms-header .ms-menucontainer {
    box-shadow: 1px 0 5px 1px var(--box-shadow-color-three);
}
.no-visible {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden
}
.msfedex-timer>a {
    color: var(--white-color);
    display: block;
    padding: 4px;
    height: 100%
}
.s-timer-block {
    width: 100%;
    display: flex;
    height: 50%;
    background: var(--grey-color-tone-seven);
    border-radius: 6.75px;
    justify-content: space-between
}
.s-timer-block .ship-truck-icon {
    width: 70px;
    height: 100%
}
.s-timer-block .ship-truck-icon i {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
}
.s-timer-block .ship-truck-icon.fedex-top-icon i{
    background-image: url(../images/fedex-img-color.svg);
    background-size: 45px;
    background-position: center;
}
.s-timer-block .ship-truck-icon.fedexground-top-icon i{
    background-image: url(../images/fedex-img-ground.svg);
    background-size: 45px;
    background-position: center;
}
.s-timer-block .ship-truck-icon.ups-top-icon i{
    background-image: url(../images/ups-img.svg?ver=2.0);
    background-position: center;
    background-size: 20px;
}
.s-timer-block .ship-truck-icon.aws-top-icon i{
    background-image: url(../images/amzn-img-new.svg?ver=2.0);
    background-position: center;
    background-size: 22px;
}
.s-timer-block .ship-truck-icon.usps-top-icon i{
    background-image: url(../images/usps-img.svg?ver=2.0);
    background-position: center;
    background-size: 30px;
}
.s-timer-block .ship-truck-icon.instore-top-icon i{
    background-image: url(../images/instore-pickup.svg);
    background-size: 20px;
    background-position: center;
}
.s-timer-block .ship-truck-icon.dhl-top-icon i {
    background-image: url(../images/dhl-img-new.svg?ver=2.0);
    background-position: center;
    background-size: 60px auto;
}
.s-timer-block .ship-truck-icon.royalmail-top-icon i{
    background-image: url(../images/royalmail-img-new.svg?ver=2.0);
    background-size: 55px auto;
    background-position: 4px 10px;
}
.s-timer-block .ship-truck-icon.postnl-top-icon i{
    background-image: url(../images/postnl-img-new.svg?ver=2.0);
    background-position: center;
    background-size: 32px;
}
.s-method-name {
    display: flex;
    flex-flow: row nowrap;
    color: var(--dark-color);
    height: 45%;
    width: 94%;
    margin: 2px auto 0;
    align-items: center
}
.s-method-name p {
    margin: 0;
    font-size: 9.5px;
    line-height: 10px;
    width: 58%
}
.s-method-name p strong {
    font-weight: 700;
    margin-right: 1px
}
.s-method-name .get-detail {
    background: var(--white-color);
    box-shadow: 0 2px 2px var(--box-shadow-color-two);
    border-radius: 16px;
    height: 20px;
    font-weight: 500;
    font-size: 9.5px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding:0 16px;
}
.cutoff-times-block {
    position: absolute;
    z-index: 23;
    top: 76px;
    left: auto;
    right: 0;
    transition: all .3s ease-in
}
.cutoff-times-block>.cutoff-domestic {
    display: block;
    width: 420px;
    height: auto;
    background: var(--white-color);
    box-shadow: 0 1.54647px 11.2119px var(--box-shadow-color-four);
    border-radius: 10px;
    overflow: hidden
}
.cutoff-times-block .head-back {
    float: left;
    width: 433px;
    height: 105px;
    background-color: var(--dark-color);
    transform: rotate( 353deg);
    margin-left: -11px;
    margin-top: -24px
}
.cutoff-times-block .head-back>span.time-icn {
    float: left;
    color: var(--white-color);
    font-weight: 400;
    line-height: 13px;
    font-size: 15px;
    background-image: url(../images/time-1.svg);
    background-position: 31px 33px;
    background-repeat: no-repeat;
    height: 53px;
    width: 100%;
    transform: rotate( 7deg);
    padding-top: 38px;
    padding-left: 60px;
    background-size: 20px;
    position: relative;
    top: 5px
}
.cutoff-times-block .head-back>span.cutoff-textw {
    width: 46%
}
.cutoff-times-block .head-back>span {
    float: left;
    color: var(--white-color);
    font-weight: 500;
    line-height: 16px;
    font-size: 11px;
    height: 35px;
    width: 56%;
    transform: rotate( 6.5deg);
    padding-top: 0;
    padding-left: 32px;
    background-position: 35px 25px;
    background-repeat: no-repeat
}
.cutoff-times-block .head-back>span.van-img {
    position: relative
}
.cutoff-times-block .head-back>span.van-img::after {
    content: "";
    position: absolute;
    background-image: url(../images/van-1.png?ver=1.0);
    background-repeat: no-repeat;
    height: 80px;
    width: 170px;
    top: -57px;
    left: 190px;
    background-size: 180px;
    background-position: -7px -18px
}
.cutoff-times-block .head-back>span.air-img::after {
    content: "";
    position: absolute;
    background-image: url(../images/Airplane-1.png);
    background-repeat: no-repeat;
    height: 95px;
    width: 240px;
    top: -60px;
    left: 140px;
    background-size: 100%
}
.deli-opt-btn {
    float: left;
    margin: 16px 0 0;
    width: 100%;
    text-align: center
}
.no-order {
    text-align: center;
}
.mmfilter_overleys {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: var(--dark-color);
    opacity: 0.7;
}
.disp_block {
    display: block;
}
.deli-opt-btn>button {
    font-size: 14px;
    color: var(--grey-color-tone-nine);
    font-weight: 500;
    line-height: 25px;
    background: var(--grey-color-tone-six);
    box-shadow: -2.38661px -.795538px 6.3643px var(--box-shadow-color-five);
    border-radius: 20px;
    border: 0;
    padding: 5px 20px;
    margin-left: 10px;
    width: auto;
    cursor: pointer;
    display: inline-block
}
.deli-opt-btn>.cutoffbtnactive {
    color: var(--white-color);
    background-color: var(--dark-color)
}
ul.select-del-opt {
    float: left;
    width: 90%;
    margin: 15px 5%
}
.black-border {
    border: unset
}
ul.select-del-opt>li {
    float: left;
    width: 100%;
    margin: 10px 0
}
ul.select-del-opt>li>label {
    color: var(--dark-color);
    font-weight: 400;
    background: var(--white-color);
    box-shadow: 0 1.54647px 9.2788px var(--box-shadow-color-four);
    border-radius: 10px;
    font-size: 11px;
    padding: 7px 10px;
    margin-left: 10px;
    text-transform: capitalize;
    width: 89%;
    float: left
}
.count-down-timer {
    display: flex;
    margin-left: 10%;
    float: right;
    position: relative;
    top: 2px;
}
.count-down-timer>span {
    width: 27px;
    font-weight: 600;
    font-size: 12px;
    color: var(--grey-color-tone-three);
    display: inline-flex;
    text-align: center;
    line-height: 8px;
    border-right: 0.4px solid var(--grey-color-tone-seven);
    flex-direction: column;
}
.count-down-timer>span>small {
    font-size: 5px;
    color: var(--grey-color-tone-two);
    font-weight: 400;
    margin-top: 3px;
}
.select-del-opt>li>label>span.usps-img {
    display: inline-block;
    height: 20px;
    width: 35px;
    background-image: url(../images/usps-img.svg?ver=2.0);
    background-repeat: no-repeat;
    vertical-align: bottom;
    background-size: 28px;
}
.select-del-opt>li>label>span.instore-img {
    display: inline-block;
    height: 20px;
    width: 24px;
    background-image: url(../images/instore-pickup.svg?ver=1.0);
    background-repeat: no-repeat;
    background-position: 0 1px;
    vertical-align: bottom;
    background-size: 18px;
}
.select-del-opt>li>label>span.fedex-img {
    display: inline-block;
    height: 20px;
    width: 45px;
    background-image: url(../images/fedex-img-color.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0 3px;
    vertical-align: bottom;
    background-size: 40px;
}
.select-del-opt>li>label>span.fedex-ground-img {
    display: inline-block;
    height: 20px;
    width: 45px;
    background-image: url(../images/fedex-img-ground.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0 3px;
    vertical-align: bottom;
    background-size: 40px;
}
ul.select-del-opt>li>input[type=radio]:checked+label span.fedex-img, ul.select-del-opt>li>input[type=radio]:checked+label span.ups-img, ul.select-del-opt>li>input[type=radio]:checked+label>span.usps-img, ul.select-del-opt>li>input[type=radio]:checked+label>span.instore-img, ul.select-del-opt>li>input[type=radio]:checked+label>span.amazon-img, ul.select-del-opt>li>input[type=radio]:checked+label>span.dhl-img, ul.select-del-opt>li>input[type=radio]:checked+label>span.royalmail-img {
    opacity: 1
}
ul.select-del-opt>li>input[type=radio]:checked+label .opt-txt, ul.select-del-opt>li>input[type=radio]:checked+label div.count-down-timer>span, ul.select-del-opt>li>input[type=radio]:checked+label div.count-down-timer>span>small {
    color: var(--dark-color)
}
.select-del-opt>li>label>span.ups-img {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../images/ups-img.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0 2px;
    vertical-align: bottom;
}
.select-del-opt>li>label>span.amazon-img {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../images/amzn-img-new.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0 2px;
    vertical-align: bottom;
}
.select-del-opt>li>label>span.dhl-img {
    display: inline-block;
    height: 20px;
    width: 50px;
    background-image: url(../images/dhl-img-new.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0 6px;
    vertical-align: bottom;
    background-size: 50px auto;
    margin-right: 5px;
}
.select-del-opt>li>label>span.royalmail-img {
    display: inline-block;
    height: auto;
    width: 65px;
    background-image: url(../images/royalmail-img-new.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0;
    vertical-align: bottom;
    background-size: 100%;
}

.select-del-opt>li>label>span.postnl-img {
    display: inline-block;
    width: 27px;
    background-image: url(../images/postnl-img-new.svg?ver=2.0);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    vertical-align: bottom;
    background-size: 23px;
    height: 20px;
}
.count-down-timer>span.no-border {
    border-right: 0
}
span.opt-txt {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 20px;
}
ul.select-del-opt>li>input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 18px;
    height: 18px;
    padding: 2px;
    background-clip: content-box;
    border: 2px solid var(--grey-color-tone-five);
    background-color: var(--white-color);
    border-radius: 50%;
    float: left;
    cursor: pointer;
    margin-top: 10px
}
ul.select-del-opt>li>input[type=radio]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}
.cutoff-domestic .free-del {
    width: 86%;
    margin: 25px 7% 20px;
    background-color: var(--grey-color-tone-eight);
    border-radius: 16px;
    float: left
}
.cutoff-domestic .free-del>span {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-color);
    padding: 8px 0 8px 10%;
    display: inline-block;
    padding-right: 10px
}
.cutoff-domestic .free-del>span.ver-line {
    width: 1px;
    height: 13px;
    display: inline-block;
    background-color: var(--dark-color);
    vertical-align: middle;
    padding: 0;
    margin-left: 10px
}
.cutoff-domestic .free-del>span.free-prize {
    display: inline-block;
    padding-left: 20px
}
ul.select-del-opt>li>input[type=radio]:checked+label {
    border: .5px solid var(--dark-color)
}
ul.select-del-opt>li>.default-timer {
    display: none;
    height: 27px;
    background-color: var(--grey-color-tone-six);
    width: auto;
    font-size: 11px;
    font-weight: 500;
    border-radius: 0 0 5.79925px 5.79925px;
    color: var(--dark-color);
    margin-top: 0;
    margin-left: 48px;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}
ul.select-del-opt>li>input[type=radio]:checked~div.default-timer {
    display: inline-block;
}
.country-container {
    width: 245px;
    background-color: var(--white-color);
    position: absolute;
    left: -97px;
    z-index: 23;
    border-radius: 17px;
    box-shadow: 0 3px 6px var(--box-shadow-color-six),inset 0px 3px 5px rgba(0,0,0,0.1);
    height: auto;
    padding-bottom: 25px;
    transition: all .3s ease-in
}
.ms-services .country-container.mss-container {
    top: 70px;
    left: 0;
    min-height: 172px;
    width: 165px;
    padding-bottom: 0;
    z-index: 23
}
.ms-services .country-container.mss-container>ul.sevices-list {
    width: 80%;
    margin: 10px auto
}
.ms-services .country-container.mss-container>ul.sevices-list>li {
    padding: 7px 0 0 10px;
    border-bottom: 1px solid var(--dark-color);
    text-align: left;
}
.ms-services .country-container.mss-container>ul.sevices-list>li.my-acc-no-br {
    border-bottom: 0
}
.ms-services .country-container.mss-container>ul.sevices-list>li>a {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-color);
}
.ms-services .country-container.mss-container>ul.sevices-list>li>a:hover {
    font-weight: 500;
    cursor: pointer
}
.fedex_top_message {
    line-height: 13px;
    display: flex;
    align-items: center;
    height: 100%
}
.hl_text {
    font-weight: 900!important;
    color: var(--dark-color)!important;
    font-size: 13px
}
.ms-account .country-container.myacc-container {
    top: 70px;
    left: 0;
    min-height: var(--my-acc-dropdown);
    width: 195px;
    padding-bottom: 0;
    z-index: 210;
}
.ms-account .country-container.myacc-container>ul.sevices-list {
    width: 80%;
    margin: 10px auto
}
.ms-account .country-container.myacc-container>ul.sevices-list>li {
    padding: 7px 0 0 10px;
    border-bottom: 1px solid var(--dark-color)
}
.ms-account .country-container.myacc-container>ul.sevices-list>li.my-acc-no-br {
    border-bottom: 0
}
.ms-account .country-container.myacc-container>ul.sevices-list>li>a {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-color);
}
.ms-account .country-container.myacc-container>ul.sevices-list>li>a:hover {
    font-weight: 600;
    cursor: pointer
}
.count-down-timer.nomargin-msg {
    margin:0;
    float: right;
}
.count-down-timer.nomargin-msg>p {
    margin: 0;
    font-size: 10px
}
.account-login .registered-users .buttons-set button.button > span {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    width: 230px;
    border-radius: 28px;
    font-size: 17px;
    font-weight: 600;
}
.account-login .registered-users .forgot-box .buttons-set button.button > span{
    width: auto;
}
.msfedex-mobile {
    display: none
}
.msfedex-destop {
    display: flex;
    justify-content: center
}
.msh-services>li.mres-search {
    display: none
}
.sticky-nav-1 {
    position: fixed!important;
    top: 0;
    z-index: 225;
    background-color: var(--white-color);
    width: 100%
}
.loginas-detail {
    margin-top: 10px
}
li.backtomyacc {
    background: var(--grey-color-tone-six);
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    display: none
}
.cut-of-tblock {
    display: none
}
ul.select-del-opt>li>.default-timer-res {
    display: none
}
.cutoff-domestic .free-del-res {
    display: none
}
.res-last-btn {
    display: none
}
.visible-xs {
    display: none
}
.msh-services.visible-xs {
    display: none
}
.ms-header .form-search {
    position: relative;
}
.ms-searchbox .form-search.form-searchwide {
    width: var(--search-input-width-wide);
    background-color: var(--white-color);
    padding: 14px 0;
}
.ms-header .form-search.form-searchwide .button {
    right: 0;
}
.ms-header .input-text:focus {
    background-color: var(--search-input-focus);
    border-color: var(--primary-color);
}
.account-login .registered-users .form-list li {
    position: relative
}
.msfedex-timer .fd-timer p {
    font-size: 10px
}
.msfedex-timer.anyforders .fd-icon, .msfedex-timer.anyforders .usps-icon, .msfedex-timer.anyforders .ups-icon, .msfedex-timer.anyforders .instore-icon {
    width: 50px;
    height: 55px;
    margin-right: 10px!important
}
.msfedex-timer.anyforders .fd-icon+span, .msfedex-timer.anyforders .ups-icon+span, .msfedex-timer.anyforders .usps-icon+span, .msfedex-timer.anyforders .instore-icon+span {
    position: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 5px
}
.msfedex-timer.anyforders .fd-timer {
    line-height: 10px;
    min-height: 25px
}
.msfedex-timer.anyforders .fd-timer>p {
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.msfedex-timer.anyforders .usps-icon {
    background-size: 50px;
    background-position: 0 10px
}
.msfedex-timer.anyforders .ups-icon {
    background-size: 35px;
    background-position: 8px 8px
}
.msfedex-timer .fd-timer>span.h1, .msfedex-timer .fd-timer>span.m1, .msfedex-timer .fd-timer>span.s1 {
    float: left;
    padding-right: 1px
}
.msfedex-timer .fd-timer>sup {
    float: left;
    font-weight: 500;
    position: relative;
    top: -2px;
    padding-right: 3px
}
.ms-services .country-container.mss-container>ul.sevices-list>li.mkting-mt {
    background-color: var(--primary-color);
    float: left;
    width: 100%;
    position: relative
}
.ms-services .country-container.mss-container>ul.sevices-list>li.mkting-mt>a {
    display: inline-flex;
    width: 100%;
    color: var(--white-color);
    position: relative;
    z-index: 1;
    line-height: 16px;
    font-weight: 400;

}
.ms-services .country-container.mss-container>ul.sevices-list>li.mkting-mt>a>i {
    background-image: url(../images/marketing-materials/postJNLKNKLJNKLed-svg.png);
    float: left;
    width: 51px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: -12px;
    margin-right: 9px
}
.ms-services .country-container.mss-container>ul.sevices-list>li.mkting-mt:before {
    content: "";
    background-color: var(--primary-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    border-radius: 0 0 17px 17px;
    width: 165px
}
.twocart-head {
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 40px;
    display: none
}
.m-filterico-r, .country-picker.us-warehouse .country-container, .country-picker.us-warehouse>a:after {
    display: none
}
/*.*/

.mt-announce-block {
    background-color: var(--menu-bg-light-color);
    color: var(--primary-color);
    text-align: center;
    padding: 10px;
    letter-spacing: 1.5px;
    font-weight: 300;
    min-height: 45px;
}
/*UK VAT Container CSS*/
.vat-label-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}
.vat-label {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-top: 10px;
}
.vat-label input {
    opacity: 0;
    width: 0;
    height: 0;
}
.vat-label-group strong {
    font-size: 14px;
    color: #818182;
    margin: 10px 0 0;
}
.vat-label .vatslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
    -webkit-transition: .4s;
    transition: .4s;
}
.vat-label .vatslider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    background-color: var(--white-color);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 0px 4px 0px #0000001A;
    top: calc(50% - 9px);
    bottom: 0;
}
.vat-label input:checked + .vatslider {
    background-color: var(--primary-color);
}
.vat-label input:focus + .vatslider {
    box-shadow: 0 0 1px var(--primary-color);
}
.vat-label input:checked + .vatslider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}
/* Rounded sliders */
.vat-label .vatslider.round {
    border-radius: 34px;
}

.vat-label .vatslider.round:before {
    border-radius: 50%;
}
/**/
.announce-block-header {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    background: #0f0f0f;
    color: #fff;
}
.announce-block-header a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.announce-block-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #a8a6be;
}
.announce-block-header p b {
    color: #fff;
    font-weight: 600;
}
.announce-block-header span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 50px;
    display: inline-block;
}
.announce-block-header span svg {
    max-width: 20px;
    vertical-align: bottom;
    margin: 0 0 0 8px;
}
.announce-block-header p svg {
    width: 18px;
    height: auto;
    vertical-align: text-top;
}
@media screen and (min-width: 639px) {
    .country-picker {
        position: relative;
        display: var(--ct-block-none);
        margin-right: var(--m-margin-right);
    }
    .country-picker>a:after {
        content: "";
        background-image: url(../images/header-img/arrow-vactor.svg);
        width: 10px;
        background-size: 10px;
        height: 7px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        transition: all .3s ease-in;
        background-position: 0 -26px;
        transform: rotate(180deg)
    }
    .country-picker>a.country-open:after {
        background-position: 0 -26px;
        transform: rotate(0deg)
    }
    .country-picker .country-img {
        display: inline-block;
        background-image: var(--header-sprites-bg);
        width: 34px
    }
    .country-picker .us-country {
        background-position: -140px -5px;
    }
    .country-picker .ca-country {
        background-position: -189px -5px;
    }
    .country-picker .gb-country {
        background-position: -424px -7px;
    }
    .country-picker .nl-country {
        background-position: -489px -6px;
    }
    .country-container>p {
        font-size: 12px;
        font-weight: 600;
        border-bottom: .43px solid var(--grey-color-tone-nine);
        margin: 14px 10px 0;
        padding: 0 6px 6px 10px
    }
    .country-container>p>span {
        color: var(--primary-color);
        display: block;
    }
    .country-container ul.country-ul {
        padding: 0 6px 6px;
        margin: 6px 10px 10px;
        border-bottom: .43px solid var(--grey-color-tone-nine);
        display: block;
        max-height: 78px;
        overflow: auto
    }
    .country-container ul.country-ul input {
        margin-right: 7px;
        margin-top: 3px;
        cursor: pointer
    }
    .country-container ul.country-ul input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        width: 15px;
        height: 15px;
        padding: 2px;
        background-clip: content-box;
        border: 1px solid var(--grey-color-tone-five);
        background-color: var(--white-color);
        border-radius: 50%
    }
    .country-container ul.country-ul input[type=radio]:checked {
        background-color: var(--primary-color)
    }
    .country-container ul.country-ul>li>label {
        color: var(--dark-color);
        font-weight: 600;
        font-size: 11px
    }
    .country-container>h5 {
        color: var(--dark-color);
        padding: 10px 0 0 16px
    }
    .country-container>p.cs-note {
        font-style: italic;
        font-size: 10px;
        color: var(--grey-color-tone-two);
        font-weight: 500;
        line-height: 15px;
        border: 0
    }
    .country-container>.checkbox-cn {
        margin: 10px 7px 12px;
        position: relative
    }
    .country-container>.checkbox-cn>input {
        display: none
    }
    .country-container>.checkbox-cn>label {
        font-size: 10px;
        font-weight: 500;
        position: relative;
        padding-left: 28px;
        cursor: pointer
    }
    .country-container>.checkbox-cn>label:before {
        content: "";
        width: 11px;
        height: 11px;
        border: 1px solid var(--dark-color);
        position: absolute;
        top: 1px;
        left: 9px;
        border-radius: 2px
    }
    .country-container>.checkbox-cn>input:checked+label:before {
        background-color: var(--primary-color);
        background-image: url(../images/sprites/fedexaddresssprites.svg);
        background-position: 0 0;
        background-size: 11px;
        border-color: var(--primary-color)
    }
    .country-container>button {
        padding: 4px 10px;
        width: 90px;
        display: block;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 500;
        box-shadow: 0 1.20315px 7.21889px var(--box-shadow-color-seven);
        border-radius: 5px;
        border: 0;
        cursor: pointer;
        transition: all .3s ease-in
    }
    .country-container>button:hover {
        background-color: var(--primary-color);
        color: var(--white-color)
    }
    .country-container>ul.choose-country {
        margin: 8px 4px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .country-container>ul.choose-country>li {
        width: 33.333%;
        text-align: center;
        font-size: 12px
    }
    .country-container>ul.choose-country>li input[type=radio] {
        display: none
    }
    .country-container>ul.choose-country>li>label {
        width: 60px;
        height: 35px;
        float: none;
        margin: 0 auto 5px;
        display: block;
        background-repeat: no-repeat;
        clear: both;
        background-size: 100%;
        border: 4px solid var(--white-color);
        border-radius: 0;
        cursor: pointer;
        transition: all .3s ease-in;
        overflow: hidden;
    }
    .country-container>ul.choose-country>li.cs-can>label {
        background-image: url(../images/select-canada-1.svg)
    }
    .country-container>ul.choose-country>li.cs-usa>label {
        background-image: url(../images/select-usa-1.svg)
    }
    .country-container>ul.choose-country>li.cs-uk>label {
        background-image: url(../images/uk-flag.svg)
    }
    .country-container>ul.choose-country>li.cs-nl>label {
        background-image: url(../images/select-europe-1.svg)
    }
    ul.country-ul::-webkit-scrollbar {
        width: 5px
    }
    ul.country-ul::-webkit-scrollbar-thumb {
        background: var(--dark-color);
        border-radius: 10px
    }
    .country-container>ul.choose-country>li input[type=radio]:checked+label {
        box-shadow: 0 0 10px var(--grey-color-tone-seven);
    }
    button.confirm_cbutton_header:disabled {
        color: var(--dark-color);
        box-shadow: 0 1.20315px 7.21889px var(--box-shadow-color-eight);
    }
    button.confirm_cbutton_header:disabled:hover {
        background-color: transparent;
        cursor: default;
        color: var(--dark-color);
    }
}
@media screen and (min-width: 1025px) {
    .hamburgermenu-icon {
        display: none
    }
}
@media screen and (max-width: 1200px) {
    .ms-header .ms-container {
        max-width: 100%;
        border-bottom: 1px solid var(--grey-color-tone-seven);
    }
    .ms-header .ms-menucontainer .ms-container {
        padding: 0 8px;
    }
    .ms-searchbox {
        margin: 0 1%;
        /* width: 28%; */
        width: var(--m-search-width-dt);
        max-width: 100%
    }
    .ms-header .ms-container .logo>img {
        width: 95%;
        margin: var(--margin-diff);
    }
    .msfedex-timer {
        width: 96%
    }
    .msh-services {
        width: var(--m-service-width);
    }
    .msh-services>li {
        width: var(--m-ac-full-width); /*50%*/
        text-align: center
    }
    .msh-services>li>a {
        font-size: 13px;
        white-space: nowrap;

    }
    .ms-account .country-container.myacc-container>ul.sevices-list>li {
        text-align: left;
    }
}
@media screen and (max-width: 1100px) {
    .msfedex-timer .fd-icon+span, .msfedex-timer .ups-icon+span, .msfedex-timer .usps-icon+span, .msfedex-timer .instore-icon+span {
        width: 70%;
        font-size: 11px
    }
    .upper-top-notify-part-div .upper-main-content {
        margin-left: 0
    }
}
@media screen and (max-width: 1024px) {
    .vat-label .vatslider.round{
        box-shadow: 0px 0px 2px 0px #00000026 inset;
    }
    .count-down-timer.nomargin-msg{
        padding-bottom: 10px;
    }
  .msh-services>li>a{
    min-height: 61px;
  }
    .top-header.fedex-header-msg {
        display: block !important;
    }
    .hamburgermenu-icon {
        background-image: url(../images/sprites/hamburger.svg);
        width: 20px;
        height: 17px;
        float: left;
        margin: 0 15px 0 7px
    }
    .upper-top-notify-part-div {
        height: auto
    }
    .upper-top-notify-part-div .upper-main-content, .upper-top-notify-part-div .upper-sub-content {
        height: 85px
    }
    .upper-top-notify-part-div .upper-sub-content p {
        display: none
    }
    .select-del-opt>li>label>span.ups-img {
        height: 40px;
        width: 40px;
        background-position: 0 5px;
        background-size: 24px
    }
    .select-del-opt>li>label>span.usps-img {
        background-size: 36px;
        width: 40px;
        height: 40px;
        background-position: 0 9px
    }
    .select-del-opt>li>label>span.fedex-img {
        height: 40px;
        width: 45px;
        background-size: 45px;
        background-position: 0 12px
    }
    .select-del-opt>li>label>span.fedex-ground-img {
        height: 40px;
        width: 45px;
        background-size: 45px;
        background-position: 0 12px
    }
    .select-del-opt>li>label>span.amazon-img {
        height: 40px;
        width: 45px;
        background-size: 28px;
        background-position: center center;
    }
    .select-del-opt>li>label>span.royalmail-img{
        height: 40px;
        background-position: center center;
    }
    span.opt-txt {
        font-size: 12px;
        top: 10px;
        padding-left: 20px
    }
    .count-down-timer{
        top: 10px;
    }
    ul.select-del-opt>li>input[type=radio]:checked+label .opt-txt {
        font-weight: 600
    }
    .count-down-timer>span {
        width: 30px;
        font-weight: 600;
        font-size: 14px;
        line-height: 10px
    }
    .count-down-timer>span>small {
        font-size: 6px
    }
    .anyforders.msfedex-timer>a {
        padding: 0
    }
    .anyforders.msfedex-timer .fd-timer {
        line-height: 17px;
        padding: 10px
    }
    .msfedex-timer.anyforders .fd-timer>p {
        font-size: 12px;
        line-height: 16px;
        display: -webkit-box;
    }
    .msfedex-timer>a {
        padding: 0;
        display: flex;
        flex-direction: row-reverse;
        height: auto;
        align-items: center;
    }
    .s-timer-block {
        background: 0 0;
        height: 100%;
        border-radius: 0
    }
    .s-timer-block .ship-truck-icon {
        display: none
    }
    .msfedex-timer.anyforders .fd-icon+span, .msfedex-timer.anyforders .ups-icon+span, .msfedex-timer.anyforders .usps-icon+span, .msfedex-timer.anyforders .instore-icon+span {
        border: 0;
        width: 45%
    }
    .msfedex-timer .fd-icon+span, .msfedex-timer .ups-icon+span, .msfedex-timer .usps-icon+span, .msfedex-timer .instore-icon+span {
        font-size: 14px;
        line-height: normal;
        position: relative;
        top: 9px;
        display: inline-block;
        width: 50%;
        border-right: .5px solid var(--white-color)
    }
    .cutoff-times-block {
        z-index: 111111;
        left: auto;
        top: 100%;
        width: 100%;
    }
    .ms-account .country-container.myacc-container>ul.sevices-list>li>a {
        padding-left: 0
    }
    .msfedex-mobile {
        display: flex;
        background-color: var(--grey-color-tone-eight);
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 5px 20px;
        position: relative;
    }
    .vat-label{
        margin-top: 0;
    }
    .vat-label-group{
        padding: 0;
        flex-direction: row-reverse;
        min-width: 120px;
    }
    .vat-label-group strong{
        margin: 0px 10px 0px 0px;
        color: var(--dark-color);
    }
    .msfedex-timer {
        width: auto;
        margin: 0;
        border-radius: 0;
        min-height: 0;
        max-width: 90%;
        position: static;
    }
    .msfedex-destop {
        display: none
    }
    .msh-services {
        width: var(--m-service-width-ipad);
    }
    .ms-searchbox {
        margin: 0 2%;
        width: var(--m-search-width-dt2);
    }
    .black-border {
        border: .5px solid var(--dark-color);
        padding: 0!important
    }
    .msfedex-timer .fd-timer {
        letter-spacing: 1px;
        width: 100%;
        border-radius: 15px;
        font-weight: 600;
        padding: 4px 10px;
        margin-left: 10px;
        line-height: 23px;
        text-align: center;
    }
    .s-method-name {
        flex-flow: row wrap;
        height: 100%;
        width: auto;
        margin-top: 0;
        align-items: center
    }
    .s-method-name p {
        font-size: 18px;
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%;
        white-space: nowrap;
        line-height: normal;
    }
    .s-method-name .get-detail {
        display: none
    }
    .s-method-name p strong {
        margin-right: 6px
    }
    .msfedex-timer .fd-timer span {
        font-size: 20px
    }
    .msfedex-timer .fd-icon {
        display: block
    }
    .cutoff-times-block>.cutoff-domestic {
        width: 100%;
        border-radius: 0;
        margin-top: 0px
    }
    .cutoff-times-block .head-back {
        display: none
    }
    div.count-down-timer {
        margin-left: 0;
        float: right;
        position: relative;
        top: 12px
    }
    ul.select-del-opt>li>input[type=radio] {
        margin-top: 10px;
        margin-left: 20px
    }
    ul.select-del-opt>li>label {
        width: 92%;
        box-shadow: none;
        padding: 0;
    }
    .cut-of-tblock {
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--dark-color)
    }
    .cut-of-tblock>span {
        font-size: 20px;
        color: var(--dark-color);
        display: block;
        margin: 0 auto;
        padding: 20px;
        font-weight: 400;
        background-image: url(../images/timer-icn.svg);
        background-position: 0 56%;
        background-repeat: no-repeat;
        width: 235px;
        padding-left: 35px;
        margin-bottom: 2px
    }
    ul.select-del-opt>li {
        box-shadow: 0 1.54647px 9.2788px var(--box-shadow-color-seven);
        border-radius: 10px;
        padding: 8px 0
    }
    ul.select-del-opt>li>input[type=radio]:checked+label {
        border: none
    }
    ul.select-del-opt>li>input[type=radio]:checked+ul.select-del-opt>li {
        border: .5px solid var(--dark-color)!important
    }
    ul.select-del-opt>li>.default-timer {
        display: none
    }
    ul.select-del-opt>li>input[type=radio]:checked~div.default-timer {
        display: none
    }
    ul.select-del-opt>li>.default-timer-res {
        display: none;
        background-color: var(--dark-color);
        height: 25px;
        width: 100%;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 1.54647px 9.2788px var(--box-shadow-color-seven);
    }
    ul.select-del-opt>li>input[type=radio]:checked~div.default-timer-res {
        display: block;
        position: relative;
        float: left;
        height: 100%;
        margin-top: 6px
    }
    .cutoff-domestic .free-del {
        display: none!important
    }
    .cutoff-domestic .free-del-res {
        margin: 0;
        width: 86%;
        background-color: var(--dark-color);
        border-radius: 0 0 10px 0;
        color: var(--white-color);
        font-size: 12px;
        font-weight: 500;
        padding: 7px 0;
        padding-left: 20px;
        float: left
    }
    span.def-timer-txt {
        color: var(--white-color);
        font-size: 12px;
        font-weight: 500;
        background-color: var(--dark-color);
        padding: 7.5px 14px;
        width: 14%;
        display: block;
        float: left;
        border-radius: 0 0 0 10px
    }
    .free-del-res>span.ver-line {
        width: 1px;
        height: 11px;
        display: inline-block;
        background-color: var(--white-color);
        vertical-align: middle;
        padding: 0;
        margin: 0 10px
    }
    span.def-timer-txt:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 18px solid var(--dark-color);
        border-bottom: 6px solid transparent;
        z-index: 999;
        left: 24px;
        top: -4px;
        transform: rotate( 31deg)
    }
    .res-last-btn {
        margin: 25px auto;
        border: 1px solid;
        width: 230px
    }
    .res-last-btn>button {
        background-color: var(--dark-color);
        color: var(--white-color);
        font-size: 14px;
        font-weight: 500;
        padding: 10px 30px;
        border: none;
        border-radius: 8px;
        margin: 0 3%
    }
    .ms-searchbox .form-search.form-searchwide {
        width: 100%;
        padding: 0;
    }
    .fedex_top_message {
        justify-content: center;
        max-width: 100%
    }
    .ms-account .country-container.myacc-container{
        right: 0;
        left: inherit;
    }
    .count-down-timer .anyfutherorder{
        margin-left: 0;
        max-width: 385px;
        top: -10px;
        position: relative;
    }
}
@media screen and (max-width: 900px) {
    .ms-searchbox {
        width: var(--m-search-width-dt3);
    }
    span.def-timer-txt {
        width: 20%
    }
    .cutoff-domestic .free-del-res {
        width: 80%
    }
    .upper-top-notify-part-div .upper-main-content {
        margin-right: 0
    }
    .ms-header .ms-container{
        min-height: 106px;
    }
    .count-down-timer .anyfutherorder{
        top: 0px;
    }
}
@media screen and (max-width: 768px) {
    .ms-header{
        min-height: 166px;
    }
    .upper-top-notify-part-div .upper-main-content, .upper-top-notify-part-div .upper-sub-content {
        height: 55px
    }
    .upper-top-notify-part-div .upper-sub-content {
        width: 100%;
        margin-bottom: 8px
    }
    .upper-top-notify-part-div .upper-main-content:before, .upper-top-notify-part-div .upper-main-content:after {
        top: 25%
    }
    .upper-top-notify-part-div .upper-sub-content .notify-take {
        width: 96%;
        margin: 0 auto
    }
    span.def-timer-txt {
        width: 25%
    }
    .cutoff-domestic .free-del-res {
        width: 75%
    }
    ul.select-del-opt>li>label {
        width: 88%
    }
    .ms-account .country-container.myacc-container {
        left: -30px
    }
    .fedex_top_message span.fedex_icon {
        display: none;
    }
    .fedex_top_message span.hl_text+span {
        display: none;
    }
    .msh-services>li>a {
        min-height: auto;
    }
    .count-down-timer .anyfutherorder {
        margin-top: -10px;
        margin-bottom: 9px;
        max-width: 285px;
    }
}
@media screen and (max-width: 700px) {
    .ms-searchbox {
        width: var(--m-search-width-dt4);
    }
}
@media screen and (max-width: 640px) {
    .vat-uk-container>span{
        display: none;
    }
    .ms-header .ms-container{
        min-height: auto;
    }
    .mt-announce-block{
        min-height: 70px;
        line-height: 25px;
    }
    .country-picker {
        display: none
    }
    .msh-services>li {
        position: static;
    }
    .ms-services .country-container.mss-container,
    .ms-account .country-container.myacc-container{
        width: 100%;
        left: 0;
        top: 100%;
        border-radius: 0;
        z-index: 4;
    }
    .ms-services .country-container.mss-container>ul.sevices-list,
    .ms-account .country-container.myacc-container>ul.sevices-list{
        width: 100%;
        margin: 15px 0;
    }
    .ms-services .country-container.mss-container>ul.sevices-list{
        margin-bottom: 0;
    }
    .ms-services .country-container.mss-container>ul.sevices-list>li,
    .ms-account .country-container.myacc-container>ul.sevices-list>li{
        text-align: left;
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid var(--grey-color-tone-five);
    }
    .ms-services .country-container.mss-container>ul.sevices-list>li>a,
    .ms-account .country-container.myacc-container>ul.sevices-list>li>a{
        color: var(--grey-color-tone-ten);
        font-weight: 600;
    }
    .ms-services .country-container.mss-container>ul.sevices-list>li.mkting-mt{
        display: none;
    }
    .ms-services .country-container.mss-container>ul.sevices-list>.mobile-mkting-mt{
        background-color: var(--primary-color);
        float: left;
        width: 100% !important;
        position: relative;
        height: 70px;
        display: flex;
        align-items: center;
    }
    .ms-services .country-container.mss-container>ul.sevices-list>.mobile-mkting-mt:before {
        content: "";
        background-color: var(--primary-color);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 0 17px 17px;
        width: 100%;
    }
    .ms-services .country-container.mss-container>ul.sevices-list>.mobile-mkting-mt a {
        float: left;
        width: 100%;
        color: var(--white-color);
        position: relative;
        z-index: 1;
        font-size: 19px;
        font-weight: 500;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    .ms-services .country-container.mss-container>ul.sevices-list>.mobile-mkting-mt a>i {
        background-image: url(../images/marketing-materials/postJNLKNKLJNKLeds-3.png);
        float: left;
        width: 100px;
        height: 61px;
        background-repeat: no-repeat;
        margin-right: 9px;
    }
    .twocart-head {
        padding: 20px 0;
        font-size: 25px;
        text-transform: capitalize;
        display: none
    }
    .upper-top-notify-part-div {
        height: auto;
        flex-flow: row nowrap;
        justify-content: space-evenly
    }
    .upper-top-notify-part-div .upper-main-content {
        width: 75%
    }
    .upper-top-notify-part-div .upper-main-content p {
        font-size: 20px
    }
    .upper-top-notify-part-div .upper-sub-content {
        width: auto;
        margin: 0
    }
    .upper-top-notify-part-div .upper-sub-content .notify-take {
        width: auto;
        border-radius: 12px;
        margin: 0 10px;
        padding: 0 5px
    }
    .rm-br1 {
        display: none
    }
    .no-visible-xs, .msh-services.no-visible-xs {
        display: none
    }
    .msh-services.visible-xs {
        display: flex
    }
    .ms-header {
        position: relative;
        min-height:141px;
    }
    .msh-services>li>a>b {
        display: none
    }
    .msh-services>li+li {
        border-left: 0;
        margin-left: -8px
    }
    .msh-services>li.ms-account>a::before,.msh-services>li.ms-services>a::before {
        background-image: url(../images/sprites/header-mobile-icons-sprite.svg);
        width: 29px;
        height: 29px;
        background-size: 243px;
        background-position: -71.5px 0px;
        background-repeat: no-repeat;
        transition: 0.3s all;
    }
    .msh-services>li.ms-account>a.active-tab-icon::before{
        background-position: -71.5px -61px;
    }
    .msh-services>li.ms-services>a::before{
        background-position: 0 0;
    }
    .msh-services>li.ms-services>a.active-tab-icon::before{
        background-position: 0 -60.8px;
    }
    .visible-xs {
        display: block
    }
    span.def-timer-txt {
        width: 31%
    }
    .cutoff-domestic .free-del-res {
        width: 69%
    }
    .msh-services>li.ms-searchbx>a>span {
        background-image: url(../images/sprites/header-mobile-icons-sprite.svg);
        width: 29px;
        height: 29px;
        background-size: 243px;
        background-position: -143.5px 0;
        background-repeat: no-repeat;
        display: block;
        transition: 0.3s all;
    }
    .msh-services>li.ms-searchbx>a.active-tab-icon>span{
        background-position: -143.5px -61px;
    }
    .msh-services, .msh-services>li {
        width: auto;
        float: left;
        margin-right: var(--m-serch-margin-xs);
    }
    .msh-services {
        margin-right: 0;
        float: none;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center
    }
    .ms-searchbox {
        margin: 0;
        width: 100%;
        flex: none;
        position: absolute;
        top: 100%;
        z-index: 11;
        padding: 10px 10px 15px;
        left: 0;
        background-color: var(--white-color);
        display: none;
        box-shadow: 0 4px 5px var(--box-shadow-color-four);
    }
    .ms-searchbox.mssearch-visible, .ms-header .ms-container .logo {
        display: block;
        float: left
    }
    .ms-header .ms-container {
        display: block;
        padding: var(--ms-container-padding);
        background-color: var(--white-color);
        border-bottom: 0;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
    }
    .msh-services>li>a {
        display: block;
        margin: 0;
        background: var(--white-color);
        position: relative;
    }
    .msh-services>li>a.active-tab-icon::after{
        content: '';
        height: 5px;
        width: 100%;
        position: absolute;
        bottom: -26px;
        left: 0;
        background-color: var(--primary-color);
    }
    .msh-services>li.ms-searchbx>a.active-tab-icon::after{
        display: none;
    }
    .ms-searchbox .form-search.form-searchwide {
        width: 100%
    }
    .hamburgermenu-icon {
        margin: 7px 15px 0 7px;
    }
    .ms-header .ms-container .logo>img{
        margin: 0;
        width: 115px;
        margin-top: -4px;
        height: 38px;
    }
    .s-method-name p{
        display: block;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .msfedex-mobile{
        padding:10px;
    }
    .count-down-timer .anyfutherorder {
        max-width: 100%;
    }
    .count-down-timer{
        margin-left: 0;
    }
}
@media screen and (max-width: 536px) {
    .upper-top-notify-part-div .upper-main-content, .upper-top-notify-part-div .upper-sub-content {
        height: auto
    }
    .upper-top-notify-part-div .upper-main-content {
        margin: 8px 0
    }
    .upper-top-notify-part-div .upper-main-content p span img {
        margin-top: -5px
    }
    .upper-top-notify-part-div .upper-main-content p {
        justify-content: center;
        flex-wrap: wrap
    }
    .upper-top-notify-part-div .upper-main-content p span {
        margin-top: 0;
        width: 100%
    }
    .page-title.w-dwld-icon a {
        height: auto
    }
    .page-title.w-dwld-icon a span {
        height: 25px;
        width: 25px
    }
}
@media screen and (max-width: 480px) {
    .msh-services>li>a{
        min-height: 29px;
    }
    ul.select-del-opt>li>label {
        margin-left: 5px;
        width: 82%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .select-del-opt>li>label>span.usps-img {
        background-size: 28px;
        width: 30px;
        height: 40px;
        background-position: 0 10px
    }
    .select-del-opt>li>label>span.ups-img {
        height: 40px;
        width: 30px;
        background-position: 4px 8px;
        background-size: 22px
    }
    .select-del-opt>li>label>span.fedex-img {
        height: 40px;
        width: 34px;
        background-size: 34px;
        background-position: 0 15px
    }
    .select-del-opt>li>label>span.fedex-ground-img {
        height: 40px;
        width: 34px;
        background-size: 34px;
        background-position: 0 15px
    }
    .select-del-opt>li>label>span.amazon-img {
        height: 40px;
        width: 34px;
        background-size: 24px;
        background-position: center center;
    }
    span.opt-txt {
        padding-left: 5px;
        max-width: 90px;
        top: 0;
        margin-right: auto;
    }
    .count-down-timer{
        top: 0;
        margin-left: 1%;
    }
    .msfedex-timer.anyforders .fd-icon, .msfedex-timer.anyforders .usps-icon, .msfedex-timer.anyforders .ups-icon, .msfedex-timer.anyforders .instore-icon {
        margin-top: -2px
    }
    .msfedex-timer .ups-icon {
        margin-top: 3%
    }
    .msfedex-timer .fd-icon+span, .msfedex-timer .ups-icon+span, .msfedex-timer .usps-icon+span, .msfedex-timer .instore-icon+span {
        top: 0;
        font-size: 12px;
        width: 35%;
        margin-top: 5%
    }
    .right-align {
        width: 100%!important
    }
    .button-with-title {
        margin: 20px 0 0;
        text-align: center;
    }
    .ord-title {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .msfedex-timer .fd-icon {
        margin-top: 8px;
    }
    #downlaod_btn .myacc-download-btn .nobg-btn {
        margin: 10px 0;
    }
    .anyforders.msfedex-timer .fd-timer {
        line-height: 14px;
        padding: 10px
    }
    .msfedex-timer.anyforders .fd-timer>p {
        font-size: 11.5px;
        display: -webkit-box;
    }
    .count-down-timer .anyfutherorder {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 420px) {

    .s-method-name p {
        font-size: 12px;
        max-width: 120px;
    }
    .s-method-name p strong {
        height: 26%
    }
    .msfedex-timer .fd-timer{
        line-height: 18px;
        font-size: 12px;
        margin-left:5px;
    }
    .msfedex-timer .fd-timer span {
        font-size: 12px;
    }
    .msh-services>li{
        padding: 0 10px;
    }

}
@media screen and (max-width: 360px) {
    .msh-services>li>a.active-tab-icon::after{
        bottom: -15px;
    }
    .msh-services>li {
        padding: 0 4px;
    }
    .ms-header .ms-container{
        padding: 15px 10px;
    }
}
