.footer-container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    clear: both;
    background: var(--grey-color-tone-seven);
    padding-top: 50px;
    float: left;
    padding-bottom: 25px;
    margin-top: 25px;
}
.footer-white {
    background: var(--white-color);
    box-shadow: 0 -4px 14px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 -4px 14px rgb(0 0 0 / 8%);
}
.black-footer {
    background: var(--dark-color);
}
.footer {
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
}
.footer-info-logo {
    margin: 23% 0 40% -31px!important;
}
.f-shipping-method-section {
    width: 40%;
    padding-left: 1%;
}
.f-shipping-method-section .country-type-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.f-shipping-method-section .country-type-section.for-ca .flag-box {
    background-image: url(../images/select-canada-1.svg);
    background-size: 27px;
    background-position: 6.3px 6.5px;
}
.f-shipping-method-section .country-type-section.for-uk .flag-box {
    background-image: url(../images/uk-flag.svg);
    background-size: 27px;
    background-position: 6.3px 6.5px;
}
.f-shipping-method-section .country-type-section.for-nl .flag-box {
    background-image: url(../images/eur-flag.svg);
    background-size: 28px;
    background-position: 4.5px 6.5px;
}
.f-shipping-method-section .country-type-section.for-ca .sel-curr.set-width {
    width: 205px;
    padding-left: 5px;
    background-size: 4.5%;
}
.ft-cerificate-section {
    display: flex;
    background-color: var(--white-color);
    max-width: 350px;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}
.ft-cerificate-section h5 {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    line-height: 24px;
}
.ft-cerificate-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.ft-cerificate-section ul li img {
    max-width: 100%;
    width: 100%;
    display: block;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease-in;
}
.ft-cerificate-section ul li img:hover {
    opacity: 1;
    filter: grayscale(0);
}
.bootom-footer {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.left-col {
    flex: 0 0 auto;
    width: 40%;
    padding: 0 10px;
    margin-top: -36px;
}
.left-col.with-certi {
    margin-top: 5px;
}
.right-col {
    width: 60%;
    padding: 0 10px;
}
.f-shipping-method-section .country-type-section.for-ca .sel-curr .for-us-curr {
    display: none;
}
.shipping-methods-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 41px;
}
.footer-white .shipping-methods-type {
    padding-top: 0px;
}
.black-footer .shipping-methods-type {
    padding-top: 0px;
}
.shipping-methods-type.ups-nouk ul li.ups {
    display: none;
}
.shipping-methods-type p, .shipping-methods-type > h4 {
    font-size: 18px;
    color: var(--grey-color-tone-ten);
    font-weight: 500;
    margin: 0;
}
.black-footer .shipping-methods-type p {
    color: var(--white-color);
}
.shipping-methods-type ul {
    width: auto;
    margin: 0px 0 0 15px;
    list-style: none;
    padding: 0px;
    display: flex;
}
.shipping-methods-type ul li,
.shipping-methods-type ul li.royal-mail,
.shipping-methods-type ul li.postnl-footer {
    transition: filter .3s ease-in-out;
    filter: grayscale(100%);
    background-image: url(../images/sprites/footer-sprites.svg?ver=4.0);
    background-repeat: no-repeat;
    width: 56px;
    height: 34px;
}
.shipping-methods-type ul li.royal-mail {
    background-image: url(../images/sprites/royalmail-img-new.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
}
.shipping-methods-type ul li.postnl-footer {
    background-image: url(../images/sprites/postnl-footer.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    height: 36px;
}
.shipping-methods-type ul li.postnl-footer:hover {
    filter: grayscale(0%);
}
.shipping-methods-type ul li.royal-mail:hover {
    filter: grayscale(0%);
}
.footer-trademark ul.social-media-part li {
    display: block;
}
.shipping-methods-type ul li.fedex {
    background-position: -8px -74px;
}
.shipping-methods-type ul li.fedex:hover {
    filter: grayscale(0%);
}
.shipping-methods-type ul li.ups {
    background-position: -68px -75px;
}
.shipping-methods-type ul li.ups:hover {
    filter: grayscale(0%);
}
.shipping-methods-type ul li.frame {
    background-position: -124px -71px;
}
.shipping-methods-type ul li.frame:hover {
    filter: grayscale(0%);
}
.black-footer .shipping-methods-type ul li {
    transition: filter .3s ease-in-out;
}
.black-footer .shipping-methods-type ul li.fedex {
    background-position: -8px -74px;
    filter: grayscale(100%) brightness(9);
}
.black-footer .shipping-methods-type ul li.ups {
    background-position: -68px -75px;
    filter: grayscale(100%) brightness(1.5);
}
.black-footer .shipping-methods-type ul li.frame {
    background-position: -124px -71px;
    filter: grayscale(100%) brightness(4);
}
.black-footer .shipping-methods-type ul li.ups:hover {
    filter: grayscale(0%);
}
.black-footer .shipping-methods-type ul li.fedex:hover {
    filter: grayscale(0%) brightness(2);
}
.black-footer .shipping-methods-type ul li.frame:hover {
    filter: grayscale(0%) brightness(1.8);
}
.new-footer-main {
    width: 60%;
    display: block;
    padding-right: 1%;
    padding-left: 15px;
}
.footer-boxes-2 {
    float: left;
    width: 25%;
}
.new-footer-main .footer-boxes-2>h4 {
    color: var(--grey-color-tone-ten);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 20px;
    letter-spacing: 1px;
    pointer-events: none;
}
.footer-white .new-footer-main .footer-boxes-2>h4 {
    color: var(--primary-color);
}
.black-footer .new-footer-main .footer-boxes-2>h4 {
    color: var(--white-color);
}
.ifixandrepairparts-footer .new-footer-main .footer-boxes-2>h4 {
    color: var(--grey-color-tone-ten);
}
.techy-footer .new-footer-main .footer-boxes-2>h4 {
    color: var(--grey-color-tone-ten);
}
.new-footer-main .footer-boxes-2 ul.footer-links-2 {
    width: 100%;
    float: left;
    display: block;
}
.new-footer-main .footer-boxes-2 .footer-links-2>li {
    padding-left: 0;
    margin-bottom: 0;
}
.new-footer-main .footer-boxes-2 .footer-links-2>li a {
    color: var(--grey-color-tone-ten);
    font-size: 13px;
    font-weight: 400;
}
.footer-white .footer-boxes-2 .footer-links-2>li a {
    color: var(--grey-color-tone-four);
}
.footer-white .new-footer-main .footer-boxes-2 .footer-links-2 .contact-us-main>a {
    color: var(--white-color);
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    padding: 13px 5px 14px 54px;
    cursor: pointer;
    font-weight: 600 !important;
}
.black-footer .new-footer-main .footer-boxes-2 .footer-links-2 .contact-us-main>a {
    color: var(--white-color);
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    padding: 13px 5px 14px 54px;
    cursor: pointer;
    font-weight: 600 !important;
}
.footer-white .new-footer-main .footer-boxes-2 .footer-links-2 .contact-us-main>a:hover {
    color: var(--white-color);
}
.black-footer .footer-boxes-2 .footer-links-2>li a {
    color: var(--white-color);
}
.new-footer-main .footer-boxes-2 .footer-links-2 .contact-us-main .contact-us-popup .con-detail a {
    color: var(--grey-color-tone-ten);
}
.new-footer-main .footer-boxes-2 .footer-links-2 .contact-us-main .contact-us-popup .con-detail a:hover {
    color: var(--primary-color);
}
.contact-us-main>a.contact-us-txt::before {
    content: "";
    position: absolute;
    background-image: url(../images/sprites/footer-sprites.svg?ver=4.0);
    width: 68px;
    height: 48px;
    left: -20px;
    top: 0px;
    background-position: 16px 2px;
    background-repeat: no-repeat;
}
.footer-white .contact-us-main>a.contact-us-txt::before {
    display: none;
}
.black-footer .contact-us-main>a.contact-us-txt::before {
    display: none;
}
.footer-white .contact-us-main {
    display: block;
    background-image: url(../images/sprites/call-usbtn.svg?ver=3.0);
    height: 50px;
    background-repeat: no-repeat;
    background-position: 9px 8px;
    margin-top: 25px;
    position: relative;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 160px;
}
.black-footer .contact-us-main {
    display: block;
    background-image: url(../images/sprites/call-usbtn.svg?ver=2.0);
    height: 50px;
    background-repeat: no-repeat;
    background-position: 9px 7px;
    margin-top: 25px;
    position: relative;
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 160px;
    border: 1px solid var(--white-color);
}
.ifixandrepairparts-footer .contact-us-main {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
}
.footer-white.techy-footer .contact-us-main {
    background-color: var(--primary-color);
}
.contact-us-txt {
    font-weight: 500 !important;
}
.new-footer-main .footer-boxes-2 .footer-links-2>li a:hover {
    font-weight: 600;
    letter-spacing: 0;
    color: var(--primary-color);
}
span.new-lable-2 {
    color: var(--dark-color);
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 5px;
    border-radius: 5px 5px 5px 0;
}
.footer-white span.new-lable-2 {
    color: var(--white-color);
    background-color: var(--primary-color);
}
.black-footer span.new-lable-2 {
    color: var(--dark-color);
    background-color: var(--white-color);
}
.ifsrepair-footer span.new-lable-2 {
    color: var(--white-color);
    background-color: var(--main-bright-blue);
}
.ifixandrepairparts-footer span.new-lable-2 {
    color: var(--white-color);
    background-color: var(--primary-color);
}
.cpr-footer span.new-lable-2 {
    color: var(--white-color);
    background-color: var(--search-btn-bg-color);
}
.techy-footer span.new-lable-2 {
    color: var(--white-color);
    background-color: var(--grey-color-tone-ten);
}
.flag-box {
    min-width: 40px;
    height: 27px;
    float: left;
    background-image: url(../images/sprites/usa-flag-1.svg);
    background-repeat: no-repeat;
    background-color: var(--white-color);
    border-radius: 6px;
    background-position: 11px 8px;
    margin-left: 15px;
    margin-right: 5px;
}
.select-lang-box, .select-currency-box {
    margin: 0 5px;
    /*pointer-events: none;*/
}
.flag-box:first-child {
    margin-left: 0px;
}
/*.select-currency-box {
    pointer-events: none;
}*/
.sel-lang, .sel-curr {
    appearance: none;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 0 25px 0 15px;
    min-height: 30px;
    height: auto;
    background-color: var(--white-color);
    border-radius: 6px;
    background-image: url(../images/sprites/earth-1-img.svg), url(../images/sprites/top-down-arrow.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 5px 7px, right 8px center;
    padding-left: 30px;
    border: 0;
    max-width: 220px;
    width: 100%;
}
.sel-curr {
    background-image: url(../images/sprites/top-down-arrow.svg);
    background-repeat: no-repeat;
    padding-left: 5px;
    background-position: right 8px center;
}
.new-footer-main .payment-methods-part {
    float: left;
    width: 100%;
    height: 90px;
    margin-top: -2%;
}
.payment-methods-part ul {
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0px;
    align-content: center;
    justify-content: space-between;
}
.footer-trademark-2 p {
    display: block;
    font-size: 11px;
    font-weight: 500;
    max-width: 480px;
    margin: 0;
    line-height: 20px;
    padding: 26px 0 0;
    color:var(--filter-bg-font-color);
}
.payment-methods-part ul li.credit-key {
    width: 100px;
    background-position: -463px -225px;
}
.payment-methods-part ul li {
    background-image: url(../images/sprites/footer-sprites.svg?ver=4.0);
    display: block;
    min-height: 39px;
    width: 61px;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
    opacity: 0.8;
}
.payment-methods-part ul li.amex {
    background-position: 1px -225px;
}
.payment-methods-part ul li.master-card {
    background-position: -60px -225px;
}
.payment-methods-part ul li.venmo {
    background-position: -126px -225px;
}
.payment-methods-part ul li.paypal {
    background-position: -192px -225px;
}
.payment-methods-part ul li.paypal-credit {
    background-position: -264px -225px;
}
.payment-methods-part ul li.visa {
    background-position: -332px -225px;
}
.payment-methods-part ul li.discover {
    background-position: -400px -225px;
}
.payment-methods-part ul li.behalf {
    background-position: 87.8% -20%;
}
.payment-methods-part ul li.wire-transfer {
    background-position: -561px -225px;
}
.payment-methods-part ul li:hover {
    filter: grayscale(0%) drop-shadow(1px 1px 6px var(--grey-color-tone-five));
    opacity: 1;
}
.footer-trademark {
    font-size: 11px;
    color: var(--grey-color-tone-four);
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-white .footer-trademark {
    color: var(--grey-color-tone-four);
    display: block;
}
.black-footer .footer-trademark {
    color: var(--grey-color-tone-four);
    display: block;
}
.footer-white .footer-trademark p {
    float: left;
    color: var(--grey-color-tone-four);
    text-align: left;
    display: block;
    font-size: 11px;
    font-weight: 400;
    max-width: 430px;
    margin: 0;
    line-height: 22px;
    padding: 26px 0 0;
}
.black-footer .footer-trademark>p {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 400;
    padding-top: 18px;
    line-height: 23px;
    max-width: 460px;
    color: var(--white-color);
}
.footer-trademark ul.social-media-part {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-right: 0;
}
.copy-right-text {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding-top: 15px;
    max-width: 507px;
}
.logo-trademark img {
    max-width: 165px;
    margin-right: 29px;
}
.footer-trademark ul.social-media-part>li>a {
    display: block;
    height: 35px;
    width: 35px;
    background-image: url(../images/sprites/footer-sprites.svg?ver=5.0);
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px;
    transition: all .3s ease-in-out;
    filter: grayscale(100%);
}
.footer-trademark ul.social-media-part>li>a:hover {
    filter: grayscale(0);
}
.footer-trademark ul.social-media-part>li.twitter>a{
    filter: opacity(0.6);
}
.footer-trademark ul.social-media-part>li.twitter>a:hover{
    filter:opacity(1);
}
.social-media-part>li.facebook>a {
    background-position: -12px -141px;
}
.social-media-part>li.twitter>a {
    background-position: -53px -141px;
}
.social-media-part>li.linkedin>a {
    background-position: -95px -141px;
}
.social-media-part>li.instagram>a {
    background-position: -136px -141px;
}
.social-media-part>li.youtube>a {
    background-position: -180px -141px;
}
.footer address,
.footer-trademark-2 > span {
    font-size: 11px;
    line-height: 18px;
    width: 100%;
    float: left;
    padding-top: 0px;
    font-weight: 500;
    color: var(--filter-bg-font-color);
}
.footer-trademark-2 > span .line {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0 5px;
    color:var(--filter-bg-font-color);
}
.black-footer .footer address {
    color: var(--white-color);
}
.footer-links {
    float: left;
    width: 80%;
    margin: 0 2.5%;
}
.resp-arrow {
    background: url(../images/sprites/plusminus-2.png) no-repeat;
    height: 16px;
    width: 17px;
    float: right;
    margin-top: 3px;
    background-size: 180%;
}
h2.accordion.open .resp-arrow {
    background: url(../images/sprites/plusminus-2.png) -17px center no-repeat;
    height: 16px;
    width: 16px;
}
ul.footer-links li a {
    font-size: 15px;
    line-height: 30px;
    color: var(--grey-color-tone-two);
}
.contact-us-main {
    display: block;
    margin-top: 25px;
    position: relative;
}
.contact-us-main>a.contact-us-txt {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    min-height: 50px;
    padding-left: 54px;
    display: flex;
    align-items: center;
}
.contact-us-main>a.contact-us-txt:hover {
    font-weight: 600;
}
.contact-us-main>.contact-us-popup {
    width: 300px;
    background-color: var(--white-color);
    border-radius: 18px;
    right: 8px;
    filter: drop-shadow(0px 2.06944px 12.4166px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease-in;
    overflow: hidden;
    bottom: 55px;
    position: absolute;
}
.contact-us-main>div[aria-hidden="false"] {
    max-height: 50px;
    visibility: hidden;
    opacity: 0;
}
.contact-us-main>div[aria-hidden="true"] {
    max-height: 400px;
}
.contact-us-popup>ul.con-detail {
    margin: 10px 10px;
}
.contact-us-popup>ul.con-detail>li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
    width: 90%;
}
.contact-us-popup>ul.con-detail>li>span {
    font-size: 12px;
    color: var(--dark-color);
    font-weight: 500;
    padding-left: 10px;
}
.contact-us-popup span.c-icon {
    background-image: url(../images/sprites/con-icn-sprite.png);
    display: block;
    background-repeat: no-repeat;
    width: 25px;
    height: 21px;
    float: left;
}
.contact-us-popup span.icn-watsapp {
    background-image: url(../images/sprites/whatsapp-icon.svg?var=1.0);
    display: block;
    background-repeat: no-repeat;
    width: 25px;
    height: 21px;
    float: left;
    background-size: 20px;
    background-position: 2px 0;
}
.contact-us-popup>ul.con-detail>li>span.pad-left {
    padding-left: 36px;
    color: var(--grey-color-tone-two);
    font-size: 11px;
    font-weight: 400;
    display: block;
    width: 100%;
}
.c-icon.icn-phone {
    background-position: 0 -3px;
}
.c-icon.icn-adress {
    background-position: 0 -33px;
}
.c-icon.icn-email {
    background-position: 0 -63px;
}
.c-icon.icn-hours {
    background-position: 0 -93px;
}
.new-footer-main .footer-boxes-2 .footer-links-2>li a.con-bottom {
    display: block;
    background-color: var(--grey-color-tone-three);
    width: 100%;
    float: left;
    margin-top: 5px;
    height: 53px;
    border-radius: 0 0 18px 18px;
    font-weight: 500;
    font-size: 13px;
    color: var(--white-color);
    padding-left: 15px;
    padding-top: 15px;
    background-image: url(../images/down-aero.png?ver=2.0);
    background-repeat: no-repeat;
    background-position: 262px 22px;
    background-size: 17px;
    cursor: pointer;
}
.new-footer-main .footer-boxes-2 .footer-links-2>li a.con-bottom:focus {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.new-footer-main .footer-boxes-2 .footer-links-2>li a.con-bottom:hover {
    color: var(--white-color);
}
.footer-bottom-2 span.follow-2>b {
    font-weight: 500;
}
.footer-trademark.ipad {
    display: none;
}
.footer-bottom-2 {
    display: none;
}
.footer-contact-section {
    display: flex;
    width: 100%;
    background: var(--grey-color-tone-seven);
}
.footer-boxes-2-mobile {
    display: none;
}
.footer-boxes-mobile {
    display: none;
}
.shipping-methods-mobile {
    display: none;
}
.hide-desk-ollow {
    display: none;
}
.payment-methods-part.payment-methods-mobile {
    padding-top: 40px;
}
/*--SocialMediaCSSStart--*/
.social-media>li {
    display: inline-block;
    text-indent: -9999px;
    margin: 0 3px;
}
.social-media>li>a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    box-shadow: 0px 1px 6px var(--error-color);
    -webkit-box-shadow: 0px 1px 6px var(--error-color);
    background-image: url(../images/sprites/footer-social-sprites.png?ver=1.0);
    background-repeat: no-repeat;
}
.social-media>li>a:hover {
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
}
.social-media>li.facebook>a {
    background-position: 0 7px;
}
.social-media>li.twitter>a {
    background-position: 0 -47px;
}
.social-media>li.google-plus>a {
    background-position: 0 -109px;
}
.social-media>li.linkedin>a {
    background-position: 0 -257px;
}
.social-media>li.pinterst>a {
    background-position: 1px -180px;
}
.social-media>li.blog>a {
    background-position: 0px -313px;
}
.social-media>li.instagram>a {
    background-position: 0px -362px;
}
.social-media>li.youtube>a {
    background-position: 0px -414px;
}
.social-media>li.google-plus {
    display: none;
}
.footer .we-accept {
    background-image: url(../images/sprites/we-accept-sp.png?ver=1.0);
    background-repeat: no-repeat;
    float: right;
    width: 202px;
    height: 30px;
    margin-top: 12px;
}
.footer-trademark>p {
    margin: 0;
}
.newsletter_form .validation-advice {
    float: none;
    display: block;
    height: 13px;
    position: absolute;
    left: 15px;
    bottom: -16px;
    font-weight: 500;
}

/* Whatsapp Icon */
.web-whatsapp{
    position: fixed;
    bottom: 25px;
    right: 90px;
    z-index: 999;
}

/*responsive css*/
@media screen and (max-width:1366px) {
    .footer {
        margin: 0 auto !important;
        width: 100%;
    }
    .new-footer-main {
        width: 60%;
        margin-right: 15px;
    }
    .footer-bottom-2 {
        width: 95%;
        padding-left: 24%;
        margin: 0;
    }
    .footer-trademark {
        margin-top: 0;
    }
    .footer-trademark>p {
        padding-top: 0;
    }
    .footer address {
        padding-top: 0;
    }
    .f-shipping-method-section {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1280px) {
    .shipping-methods-type ul li a {
        height: 73px;
        margin-left: 3px;
        width: 60px;
        background-size: 215px;
    }
    .flag-box {
        background-position: 9px 7px;
    }
    .footer {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .footer-bottom-2 {
        padding-left: 23%;
    }
    .footer-trademark {
        width: 95%;
        background-size: 24%;
    }
    .accessories-text {
        width: 100% !important;
    }
    .bootom-footer {
        padding: 0 15px 30px 15px;
    }
}
@media screen and (max-width:1100px) {
    .footer-bottom-2 {
        padding-left: 23%;
    }
    .f-shipping-method-section {
        width: 40%;
        margin: 5px 0;
        padding-left: 15px;
    }
    .new-footer-main .payment-methods-part {
        border-top: 1px dotted;
        border-bottom: 1px dotted;
        height: 75px;
        padding-top: 5px;
    }
    .new-footer-main {
        width: 100%;
        float: left;
    }
    .footer-trademark-2 p {
        display: block;
        font-size: 11px;
        font-weight: 400;
        max-width: 340px;
        margin: 0;
        line-height: 22px;
        padding: 26px 0 0;
    }
    .logo-trademark img {
        max-width: 80px;
        margin-right: 29px;
    }
    .shipping-methods-type p, .shipping-methods-type > h4 {
        font-size: 14px;
    }
    .footer-boxes-2.second-col {
        padding-left: 15px;
    }
    .new-footer-main .footer-boxes-2>h4 {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1025px) {
    .new-footer-main .footer-boxes-2 ul.footer-links-2 {
        display: block !important;
    }
}
@media only screen and (max-width: 1020px) {
    .f-shipping-method-section .country-type-section .flag-box {
        display: none;
    }
    .f-shipping-method-section .country-type-section .select-lang-box {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .payment-methods-part ul li:hover {
        filter: grayscale(0%);
    }
    .footer-trademark ul.social-media-part {
        width: auto;
        text-align: center;
    }
    .footer-white .new-footer-main .footer-boxes-2>h4 {
        color: var(--grey-color-tone-ten);
    }
    .new-footer-main .footer-boxes-2 ul.footer-links-2 {
        overflow: hidden;
        display: none;
        margin: 0px;
        padding: 10px 20px;
        list-style: none;
    }
    .new-footer-main .footer-boxes-2.first-col {
        width: 100%;
        min-height: auto;
    }
    .new-footer-main .footer-boxes-2.second-col {
        padding-left: 0;
        width: 100%;
        min-height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .shipping-methods-type p, .shipping-methods-type > h4 {
        font-size: 18px;
    }
    .shipping-methods-type ul li {
        display: inline-block;
    }
    .new-footer-main .footer-boxes-2>h4 {
        margin: 0px;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
        font-style: normal;
        color: var(--grey-color-tone-ten);
        padding: 10px 15px 10px 0px;
        position: relative;
        border-bottom: 1px solid var(--grey-color-tone-ten);
        pointer-events: inherit;
    }
    .show-nav::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        height: 16px;
        margin-top: 0;
        background: url(../images/sprites/plus.png);
        transition: all .3s;
        z-index: 9;
        width: 17px;
    }
    .show-nav.active::before {
        right: 0;
        height: 16px;
        background: url(../images/sprites/minus-2.png);
        width: 17px;
        margin-top: 0;
    }
    .new-footer-main .footer-boxes-2.fourth-col {
        width: 100%;
        margin-top: 0px;
        min-height: auto;
    }
    .new-footer-main {
        width: 60%;
        float: left;
        padding-left: 0px;
    }
    .footer address {
        text-align: center;
    }
    .copy-right-text {
        max-width: 342px;
    }
    .new-footer-main .payment-methods-part {
        border: transparent;
    }
    .new-footer-main .footer-boxes-2.fifth-column {
        width: 94%;
        margin: 5px 0 10px;
    }
    .new-footer-main .payment-methods-part ul li {
        width: 60px;
        height: 60px;
    }
    .contact-us-main {
        display: none;
    }
    .left-col {
        width: 100%;
        order: 2;
        display: block;
        margin-top: 0px;
    }
    .right-col {
        width: 100%;
        padding-left: 0px;
        padding-right: 0;
    }
    .new-footer-main .footer-boxes-2 ul.footer-links-2.accordion {
        padding: 15px 10px 16px 10px;
        /*! display: none; */
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border-bottom: 1px solid var(--grey-color-tone-ten);
    }
    .footer-container {
        padding-top: 30px;
        padding-bottom: 7px;
    }
    .logo-trademark img {
        max-width: 146px;
        margin-right: 16px;
        width: 120px;
    }
    .social-media-part>li.facebook>a {
        background-position: -11px -144px;
    }
    .social-media-part>li.twitter>a {
        background-position: -53px -144px;
    }
    .social-media-part>li.linkedin>a {
        background-position: -95px -144px;
    }
    .social-media-part>li.instagram>a {
        background-position: -135px -144px;
    }
    .social-media-part>li.youtube>a {
        background-position: -178px -144px;
    }
    .payment-methods-part ul li.amex {
        background-position: 10px -209px;
    }
    .payment-methods-part ul li.master-card {
        background-position: -57px -209px
    }
    .payment-methods-part ul li.venmo {
        background-position: -124px -209px;
    }
    .payment-methods-part ul li.paypal {
        background-position: -192px -209px;
    }
    .payment-methods-part ul li.paypal-credit {
        background-position: -260px -209px;
    }
    .payment-methods-part ul li.visa {
        background-position: -330px -209px;
    }
    .payment-methods-part ul li.discover {
        background-position: -400px -209px;
    }
    .payment-methods-part ul li.behalf {
        background-position: 87.8% -20%;
    }
    .payment-methods-part ul li.wire-transfer {
        background-position: -564px -209px;
    }
    .payment-methods-part ul li.credit-key {
        background-position: -468px -209px;
        width: 100px;
    }
    .footer-trademark-2 p {
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
        padding-top: 0px;
    }
    .payment-methods-part.payment-methods-mobile {
        padding: 10px 0 13px;
        border-bottom: 1px dotted;
        border-top: 1px dotted;
    }
    .payment-methods-part ul {
        justify-content: center;
    }
    .payment-methods-part ul li {
        height: 61px;
        margin: 0px;
        width: 69px;
    }
    .bootom-footer {
        padding: 0 24px 10px 15px;
    }
    .footer-trademark {
        width: 100%;
        justify-content: center;
        padding-top: 20px;
    }
    .new-footer-main .footer-boxes-2>.active {
        border: transparent;
        margin-bottom: 0px;
    }
    .new-footer-main .footer-boxes-2.fifth-column .show-nav.active+.accordion {
        border-bottom: 0;
    }
    .new-footer-main .footer-boxes-2 .footer-links-2>li {
        padding-left: 1px;
    }
    .footer-boxes-2.fifth-column .accordion {
        padding-left: 7px;
    }
    .footer-white .footer-trademark p {
        text-align: center;
        max-width: 100%;
        float: none;
    }
    .footer-white .logo-trademark img {
        margin: 0 auto;
        display: block;
    }
    .footer-white .contact-us-main {
        display: none;
    }
    .footer-white .footer-trademark {
        border-bottom: transparent;
    }
    .black-footer .contact-us-main {
        display: none;
    }
    .black-footer .footer-trademark>p {
        text-align: center;
        max-width: 100%;
    }
    .black-footer .logo-trademark img {
        margin: 0 auto;
        display: block;
    }
    .black-footer .new-footer-main .footer-boxes-2>h4 {
        border-bottom: 1px solid var(--white-color);
    }
    .black-footer .payment-methods-part.payment-methods-mobile {
        border-top: 1px dashed var(--white-color);
        border-bottom: 1px dashed var(--white-color);
    }
    .ifixandrepairparts-footer .footer-boxes-2-mobile {
        display: none;
    }
    .ifixandrepairparts-footer .footer-trademark {
        display: none;
    }

}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
    .footer-trademark ul.social-media-part>li.twitter>a {
        filter: contrast(0.4);
    }
    .footer-bottom-2 ul.social-media-links-2 {
        margin-left: 8px;
    }
    .new-footer-main .footer-boxes-2.fifth-column .show-nav.active+.accordion {
        border-bottom: 0;
    }
    .footer-white .footer-trademark p {
        display: none;
    }
    .ft-cerificate-section {
        display: none;
    }
    .payment-methods-part.payment-methods-mobile {
        border: transparent;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .footer-boxes-2 {
        padding-left: 0% !important;
        display: block;
        float: left;
        margin: 0px 0;
        min-height: auto;
    }
    .footer address {
        font-size: 16px;
        color: var(--white-color);
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }
    .footer-contact-section {
        display: grid;
        width: 100%;
        float: left;
    }
    .footer-boxes-2-mobile {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }
    .footer-boxes-2-mobile .f-left-part {
        width: 50%;
        float: left;
        border-right: 1px solid var(--grey-color-tone-two);
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2 {
        display: block;
        width: 45px;
        height: 25px;
        background-image: url(../images/usa-flag-2.png);
        background-position: 8px 5px;
        background-repeat: no-repeat;
        border-radius: 3px;
        background-color: var(--white-color);
        margin-top: 10px;
        float: left;
        margin-left: 0;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-ca-flag {
        background-image: url(../images/select-canada-1.svg);
        background-position: 2px -2px;
        width: 57px;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-uk-flag {
        background-image: url(../images/uk-flag.svg);
        background-repeat: no-repeat;
        width: 45px;
        background-size: 35px 22px;
        background-position: 50%;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-eu-flag {
        background-image: url(../images/eur-flag.svg);
        background-repeat: no-repeat;
        width: 45px;
        background-size: 35px 22px;
        background-position: 50%;
    }
    .con-detail-w {
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-contact-section .f-shipping-method-section {
        order: 3;
        background: var(--main-bg-color);
        padding: 0px 20px;
    }
    .footer-contact-section .new-footer-main {
        order: 1;
        padding: 10px 15px 15px 15px;
    }
    .new-footer-main .footer-boxes-2.fourth-col {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0;
    }
    .shipping-methods-type p {
        color: var(--white-color);
    }
    .show-nav {
        padding: 15px 10px;
        font-size: 22px;
        position: relative;
        cursor: pointer;
    }
    .logo-trademark img {
        max-width: 110px;
        margin-left: 10px;
        margin-right: 0px;
    }
    .new-footer-main .payment-methods-part {
        height: auto;
        border: transparent;
        margin-top: 0;
    }
    .new-footer-main .payment-methods-part ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }
    .shipping-methods-type {
        margin-bottom: 0;
        width: auto;
        display: flex;
        height: auto;
        padding: 0px;
    }
    .copy-right-text {
        display: none;
    }
    .logo-trademark {
        width: 33%;
        float: left;
        display: none;
    }
    .new-footer-main .payment-methods-part ul li.credit-key a {
        background-position: 88.3% -13%;
    }
    .footer-boxes-2-mobile .f-left-part span.usa-txt {
        font-size: 15px;
        font-weight: 400;
        display: block;
        margin-left: 10px;
        float: left;
        margin-top: 10px;
        color: var(--dark-color);
    }
    .footer-boxes-2-mobile .f-right-part {
        width: 50%;
        float: left;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt {
        font-size: 14px;
        font-weight: 400;
        width: auto;
        margin-top: 10px;
        position: relative;
    }
    .payment-methods-desk {
        display: none;
    }
    .footer-boxes-desk {
        display: none;
    }
    .new-footer-main .payment-methods-part .accordion {
        display: none;
    }
    .new-footer-main .footer-boxes-2.fifth-column {
        width: 100%;
        margin: 0px 0 0px;
        display: block;
        padding-right: 0px;
    }
    .payment-methods-mobile ul {
        list-style: none;
        margin: 0px;
        width: 100%;
        display: flex;
        flex-flow: wrap-reverse;
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }
    .hide-desk-ollow {
        display: block;
        font-size: 18px;
        float: left;
        color: var(--white-color);
        width: 50%;
    }
    .hide-desk-ollow b {
        display: none;
    }
    .contact-us-main {
        display: none;
    }
    .footer-trademark>p {
        max-width: 100%;
        font-size: 12px;
        line-height: 14px;
        display: none;
    }
    .footer {
        width: 100%;
        display: block;
        padding: 0 15px;
    }
    .f-shipping-method-section {
        width: 100%;
        padding-left: 0;
    }
    .new-footer-main {
        width: 100%;
        float: left;
    }
    .footer-trademark p {
        display: none;
    }
    .bootom-footer {
        background-color: var(--grey-color-tone-ten)!important;
        padding: 0px 0 27px;
    }
    .left-col {
        margin: 0px 15px 0px 0;
        width: 100%;
        display: block;
    }

    .right-col {
        width: 100%;
    }
    .footer-trademark {
        width: 100%;
        margin-top: 0px;
        padding: 15px 7px;
        border-bottom: solid 1px;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .f-responsive-part .contact-txt {
        font-size: 17px;
        color: var(--dark-color);
        font-weight: 500;
        display: block;
    }
    .f-responsive-part .f-left-part span {
        font-size: 17px;
        font-weight: 500;
        display: block;
        color: var(--dark-color);
    }
    .footer-trademark ul.social-media-part {
        float: right;
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
        width: 64%;
        text-align: right;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt:before {
        content: "";
        position: absolute;
        background-image: url(../images/vector-1.svg);
        width: 32px;
        height: 32px;
        left: -22px;
        background-repeat: no-repeat;
        right: auto;
        top: 2px;
    }
    .payment-methods-part ul li.amex {
        background-position: 7px -237px;
    }
    .payment-methods-part ul li.master-card {
        background-position: -64px -237px;
    }
    .payment-methods-part ul li.venmo {
        background-position: -135px -237px;
    }
    .payment-methods-part ul li.paypal {
        background-position: -205px -237px;
    }
    .payment-methods-part ul li.paypal-credit {
        background-position: -277px -237px;
    }
    .payment-methods-part ul li.visa {
        background-position: -354px -237px;
    }
    .payment-methods-part ul li.discover {
        background-position: -424px -237px;
    }
    .payment-methods-part ul li.behalf {
        background-position: 87.8% -20%;
    }
    .payment-methods-part ul li.wire-transfer {
        background-position: -595px -237px;
    }
    .payment-methods-part ul li.credit-key {
        background-position: -494px -237px;
    }
    .payment-methods-part ul li {
        margin: 0px;
        height: 48px;
        width: 72px;
        background-size: 660px;
        min-height: 39px;
        border: solid 1px var(--grey-color-tone-ten);
    }
    .shipping-methods-type ul {
        display: none;
        height: auto;
        margin: 0px;
        padding: 15px 10px 9px;
        border-bottom: 1px solid var(--grey-color-tone-ten);
    }
    .footer-trademark-2 p {
        max-width: 100%;
        display: none;
    }
    .footer-container {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .footer-white .new-footer-main .footer-boxes-2.fifth-column {
        width: 100%;
        margin: 0px 0 26px;
        display: block;
        padding-right: 0px;
    }
    .black-footer .bootom-footer {
        background-color: var(--dark-color) !important;
    }
    .black-footer .footer-trademark>p {
        display: none;
    }
    .black-footer .payment-methods-part ul li {
        margin: 0px;
        height: 48px;
        width: 72px;
        background-size: 660px;
        min-height: 39px;
        border: solid 1px var(--dark-color);
    }
    .black-footer .payment-methods-part ul li.credit-key {
        width: 100px;
    }
    .black-footer .footer-trademark {
        border: transparent;
    }
    .black-footer .new-footer-main .footer-boxes-2>h4 {
        border-bottom: 1px solid var(--white-color);
    }
    .black-footer .payment-methods-part.payment-methods-mobile {
        border: transparent;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .footer-trademark ul.social-media-part>li.twitter>a {
        filter: contrast(0.4);
    }
    .col2-left-layout .main {
        overflow: hidden;
    }
    .new-footer-main {
        width: 100%;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft-cerificate-section {
        display: none;
    }
    .footer-trademark ul.social-media-part {
        justify-content: flex-end;
    }
    .payment-methods-part ul li.amex {
        background-position: 6px -160px;
    }
    .payment-methods-part ul li.master-card {
        background-position: -42px -160px;
    }
    .payment-methods-part ul li.venmo {
        background-position: -91px -160px;
    }
    .payment-methods-part ul li.paypal {
        background-position: -140px -160px;
    }
    .payment-methods-part ul li.paypal-credit {
        background-position: -190px -160px;
    }
    .payment-methods-part ul li.visa {
        background-position: -242px -160px;
    }
    .payment-methods-part ul li.discover {
        background-position: -291px -160px;
    }
    .payment-methods-part ul li.behalf {
        background-position: 87.8% -20%;
    }
    .payment-methods-part ul li.wire-transfer {
        background-position: -406px -160px;
    }
    .payment-methods-part ul li.credit-key {
        background-position: -341px -160px;
        width: 70px;
    }
    .payment-methods-part ul li {
        height: 35px;
        width: 51px;
        background-size: 452px;
        min-height: 35px;
        border: solid 1px var(--grey-color-tone-ten);
    }
    .footer-trademark.mobile .footer-text address {
        font-size: 16px;
        font-weight: 500;
        color: var(--white-color);
        text-align: center;
        margin: 5px 0;
        width: 100%;
        padding: 0;
    }
    .flag-box{
        min-width: 40px;
    }
    .shipping-methods-type.mobile ul li a {
        background-image: url(../images/sprites/shipping-methods-type-nh.svg);
        display: block;
        float: left;
        background-repeat: no-repeat;
        height: 50px;
        margin-left: 3px;
        width: 50px;
        background-size: 175px;
    }
    .shipping-methods-type {
        margin-bottom: 0;
        display: none;
    }
    .shipping-methods-type.mobile ul li {
        margin-top: -15px;
    }
    .shipping-methods-type.mobile ul li.fedex a {
        background-position: 0% 50%;
    }
    .shipping-methods-type.mobile ul li.ups a {
        background-position: 55% 50%;
    }
    .shipping-methods-type.mobile ul li.frame a {
        background-position: 110% 50%;
    }
    .shipping-methods-type.mobile p {
        font-size: 16px;
        width: auto;
        float: left;
        margin-left: 20px;
    }
    .footer-bottom-2 {
        display: block;
        width: 100%;
        text-align: center;
        background-color: var(--grey-color-tone-ten);
        padding: 10px 20px;
        margin-top: 10px;
    }
    .footer-bottom-2 span.follow-2 {
        font-size: 18px;
        float: left;
        color: var(--white-color);
    }
    .resp-tabs-container h2.resp-accordion.resp-tab-active {
        border-color: var(--grey-color-tone-seven);
    }
    ul.footer-links li a {
        font-size: 13px;
        color: var(--grey-color-tone-four);
        text-transform: capitalize;
    }
    .footer-bottom-2 span.follow-2>b {
        display: none;
    }
    .footer-bottom-2 ul.social-media-links-2 {
        float: right;
        margin-left: 0;
    }
    .footer {
        width: 100%;
        display: block;
        padding: 0 0;
    }
    .footer address {
        font-size: 16px;
        color: var(--white-color);
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }
    .resp-tabs-container {
        padding: 10px 35px 0 35px;
        display: block!important;
        clear: both;
    }
    .resp-tabs-container .resp-tab-content {
        width: 100%;
    }
    .new-footer-main .f-responsive-part {
        display: block;
    }
    .resp-tabs-container h2.resp-accordion {
        font-size: 14px;
        font-style: normal;
        color: var(--grey-color-tone-four);
    }
    .m-footer-logo-links {
        display: block;
    }
    .footer-trademark.mobile {
        display: block;
        height: auto;
        background-color: var(--grey-color-tone-ten) !important;
        width: 100%;
        float: left;
        border-top: 1px solid;
        margin-top: 0;
    }
    ul.footer-links.no-hover li a:hover {
        background-color: transparent;
    }
    .shipping-methods-type ul li {
        display: inline-block;
    }
    .payment-methods-mobile ul {
        flex-flow: nowrap;
    }
    .left-col {
        margin: 0px 15px 0px 0;
        display: block;
        width: 100%;
        order: 1;
    }
    .footer-trademark {
        width: 100%;
        margin-top: 0px;
        padding: 15px;
        border-bottom: solid 1px;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .footer-boxes-2-mobile {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }
    #footer-top {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .right-col {
        width: 100%;
    }
    .logo-trademark {
        display: none;
    }
    .hide-desk-ollow {
        display: block;
        font-size: 14px;
        float: left;
        color: var(--white-color);
        width: 50%;
    }
    .hide-desk-ollow b {
        display: none;
    }
    .footer-trademark-2 p {
        display: none;
    }
    .footer-boxes-2-mobile .f-left-part {
        width: 50%;
        float: left;
        border-right: 1px solid var(--grey-color-tone-two);
    }
    .footer-trademark ul.social-media-part>li>a {
        margin: 0px;
    }
    .shipping-methods-type ul {
        width: auto;
        margin: 0;
        list-style: none;
        padding: 15px 10px 9px;
        display: none;
        border-bottom: 1px solid var(--grey-color-tone-ten);
    }
    .f-responsive-part .f-left-part span {
        font-size: 17px;
        font-weight: 500;
        display: block;
        color: var(--dark-color);
    }
    .con-detail-w {
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2 {
        display: block;
        width: 45px;
        height: 25px;
        background-image: url(../images/usa-flag-2.png);
        background-position: 8px 5px;
        background-repeat: no-repeat;
        border-radius: 3px;
        background-color: var(--white-color);
        margin-top: 10px;
        float: left;
        margin-left: 0;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-ca-flag {
        background-image: url(../images/select-canada-1.svg);
        background-position: 2px -2px;
        width: 57px;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-uk-flag {
        background-image: url(../images/uk-flag.svg);
        background-repeat: no-repeat;
        width: 45px;
        background-size: 35px 22px;
        background-position: 50%;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-eu-flag {
        background-image: url(../images/eur-flag.svg);
        background-repeat: no-repeat;
        width: 45px;
        background-size: 35px 22px;
        background-position: 50%;
    }
    .footer-boxes-2-mobile .f-left-part span.usa-txt {
        font-size: 15px;
        font-weight: 400;
        display: block;
        margin-left: 10px;
        float: left;
        margin-top: 10px;
        color: var(--dark-color);
    }
    .footer-boxes-2-mobile .f-right-part {
        width: 50%;
        float: left;
    }
    .f-responsive-part .contact-txt {
        font-size: 17px;
        color: var(--dark-color);
        font-weight: 500;
        display: block;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt {
        font-size: 14px;
        font-weight: 400;
        width: auto;
        margin-top: 10px;
        position: relative;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt::before {
        content: "";
        position: absolute;
        background-image: url(../images/vector-1.svg);
        width: 32px;
        height: 32px;
        left: -22px;
        background-repeat: no-repeat;
        right: auto;
        top: 2px;
    }
    .new-footer-main .footer-boxes-2.fifth-column {
        width: 100%;
        margin: 0px 0 0px;
        display: block;
        padding-right: 0px;
        padding-top: 0px;
    }
    .new-footer-main .footer-boxes-2>h4 {
        border-bottom: 1px solid var(--grey-color-tone-ten);
        color: var(--grey-color-tone-ten);
        padding: 10px 15px 10px 0;
    }
    .bootom-footer {
        background-color: var(--grey-color-tone-ten) !important;
        padding: 0;
    }
    .new-footer-main .footer-boxes-2 ul.footer-links-2.accordion {
        padding: 5px 10px 20px;
    }
    .footer-white .footer-trademark p {
        display: none;
    }
    .black-footer .bootom-footer {
        background-color: var(--dark-color) !important;
    }
    .black-footer .footer-trademark>p {
        display: none;
    }
    .black-footer .payment-methods-part.payment-methods-mobile {
        border: transparent;
    }
    .black-footer .payment-methods-part ul li {
        height: 35px;
        width: 51px;
        background-size: 452px;
        min-height: 35px;
        border: solid 1px var(--dark-color);
    }
    .black-footer .footer-trademark {
        border: transparent;
    }
    .black-footer .payment-methods-part ul li.credit-key {
        background-position: -341px -160px;
        width: 70px;
    }
    .footer-white .new-footer-main .footer-boxes-2.fifth-column {
        margin: 0px 0 25px;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .footer-trademark ul.social-media-part>li.twitter>a {
        filter: contrast(0.4);
    }
    .payment-methods-part ul li.amex {
        background-position: 6px -160px;
    }
    .black-footer .payment-methods-part.payment-methods-mobile {
        border: transparent !important;
        height: auto;
        display: block;
    }
    .payment-methods-part ul li.master-card {
        background-position: -42px -160px;
    }
    .payment-methods-part ul li.venmo {
        background-position: -91px -160px;
    }
    .payment-methods-part ul li.paypal {
        background-position: -140px -160px;
    }
    .payment-methods-part ul li.paypal-credit {
        background-position: -190px -160px;
    }
    .payment-methods-part ul li.visa {
        background-position: -243px -160px;
    }
    .payment-methods-part ul li.discover {
        background-position: -292px -160px;
    }
    .payment-methods-part ul li.behalf {
        background-position: 87.8% -20%;
    }
    .payment-methods-part ul li.wire-transfer {
        background-position: -406px -160px;
    }
    .payment-methods-part ul li.credit-key {
        background-position: -341px -160px;
        width: 69px !important;
    }
    .payment-methods-part ul li {
        height: 35px;
        width: 50px;
        background-size: 452px;
        min-height: 35px;
        border: solid 1px var(--grey-color-tone-ten);
    }
    .ft-cerificate-section {
        display: none;
    }
    .shipping-methods-type.mobile p {
        font-size: 14px;
        float: left;
        margin-left: 0px;
    }
    .shipping-methods-type.mobile ul li a {
        width: 45px;
        background-size: 160px;
    }
    .new-footer-main .f-responsive-part .f-left-part .flag-box-2 {
        margin-left: 11%;
    }
    .new-footer-main .f-responsive-part .f-right-part>span.contact-nub-txt {
        background-position: 6px 4px;
        padding-left: 20px;
    }
    .shipping-methods-type.mobile {
        padding: 10px 0 !important;
        height: auto;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt:before {
        left: -20px;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt {
        font-size: 12px;
        font-weight: 400;
        width: auto;
        margin-top: 10px;
        position: relative;
    }
    .payment-methods-part.payment-methods-mobile {
        height: auto;
        display: block;
        border: 0;
    }
    .shipping-methods-type ul li {
        display: inline-block;
    }
    .payment-methods-part ul {
        padding: 0px 1px;
        flex-flow: row wrap;
    }
    .shipping-methods-type{
        display: none;
    }
    .flag-box{
        min-width: 40px;
    }
    .new-footer-main {
        width: 100%;
        padding-left: 15px;
        margin-right: 0;
        padding-right: 15px;
    }
    #footer-top {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .left-col {
        width: 100%;
        order: 1;
        display: block;
        margin-top: 0px;
    }
    .right-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-trademark {
        width: 100%;
        margin-top: 0px;
        padding: 15px 0;
        border-bottom: solid 1px;
        display: flex;
        justify-content: center;
    }
    .logo-trademark {
        display: none;
    }
    .hide-desk-ollow {
        display: block;
        font-size: 14px;
        float: left;
        color: var(--white-color);
        width: 50%;
    }
    .hide-desk-ollow b {
        display: none;
    }
    .footer-trademark-2 p {
        display: none;
    }
    .footer address {
        font-size: 16px;
        color: var(--white-color);
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }
    .footer-boxes-2-mobile {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }
    .footer {
        width: 100%;
        display: block;
        padding: 0;
    }
    .footer-boxes-2-mobile .f-left-part {
        width: 50%;
        float: left;
        border-right: 1px solid var(--grey-color-tone-two);
    }
    .footer-trademark ul.social-media-part>li>a {
        margin: 0px;
    }
    .shipping-methods-type ul {
        width: auto;
        margin: 0;
        list-style: none;
        padding: 10px 9px 6px;
        display: none;
        border-bottom: 1px solid var(--grey-color-tone-ten);
    }
    .f-responsive-part .f-left-part span {
        font-size: 17px;
        font-weight: 500;
        display: block;
        color: var(--dark-color);
    }
    .con-detail-w {
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2 {
        display: block;
        width: 45px;
        height: 25px;
        background-image: url(../images/usa-flag-2.png);
        background-position: 8px 5px;
        background-repeat: no-repeat;
        border-radius: 3px;
        background-color: var(--white-color);
        margin-top: 10px;
        float: left;
        margin-left: 0;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-ca-flag {
        background-image: url(../images/select-canada-1.svg);
        background-position: 2px -2px;
        background-repeat: no-repeat;
        width: 57px;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-uk-flag {
        background-image: url(../images/uk-flag.svg);
        background-repeat: no-repeat;
        width: 45px;
        background-size: 35px 22px;
        background-position: 50%;
    }
    .footer-boxes-2-mobile .f-left-part .flag-box-2.for-eu-flag {
        background-image: url(../images/eur-flag.svg);
        background-repeat: no-repeat;
        width: 45px;
        background-size: 35px 22px;
        background-position: 50%;
    }
    .footer-boxes-2-mobile .f-left-part span.usa-txt {
        font-size: 15px;
        font-weight: 400;
        display: block;
        margin-left: 10px;
        float: left;
        margin-top: 10px;
        color: var(--dark-color);
    }
    .footer-boxes-2-mobile .f-right-part {
        width: 50%;
        float: left;
    }
    .f-responsive-part .contact-txt {
        font-size: 17px;
        color: var(--dark-color);
        font-weight: 500;
        display: block;
        padding-top: 10px;
    }
    .footer-boxes-2-mobile .f-right-part>span.contact-nub-txt::before {
        content: "";
        position: absolute;
        background-image: url(../images/vector-1.svg);
        width: 32px;
        height: 32px;
        left: -22px;
        background-repeat: no-repeat;
        right: auto;
        top: 0px;
    }
    .new-footer-main .footer-boxes-2.fifth-column {
        width: 100%;
        margin: 0px 0 0px;
        display: block;
        padding-right: 0px;
        padding-top: 0px;
    }
    .new-footer-main .footer-boxes-2>h4 {
        padding: 10px 0px 10px 0;
        border-bottom: 1px solid var(--grey-color-tone-ten);
    }
    .new-footer-main .footer-boxes-2 ul.footer-links-2.accordion {
        padding: 5px 10px 20px;
    }
    .show-nav::before {
        top: 12px;
    }
    .bootom-footer {
        background-color: var(--grey-color-tone-ten) !important;
        padding: 0 0 27px;
    }
    .show-nav.active::before {
        top: 12px;
    }
    .footer-white .footer-trademark p {
        display: none;
    }
    .footer-white .new-footer-main .footer-boxes-2.fifth-column {
        width: 100%;
        margin: 0px 0 26px;
        display: block;
        padding-right: 0px;
    }
    .black-footer .bootom-footer {
        background-color: var(--dark-color) !important;
    }
    .black-footer .footer-trademark>p {
        display: none;
    }
    .black-footer .payment-methods-part ul li {
        height: 35px;
        width: 50px;
        background-size: 452px;
        min-height: 35px;
        border: solid 1px var(--dark-color);
    }
    .black-footer .footer-trademark {
        border: transparent;
    }
    .black-footer .new-footer-main .footer-boxes-2>h4 {
        border-bottom: 1px solid var(--white-color);
    }
    .web-whatsapp{
        right: 87px;
    }
    .web-whatsapp svg{
        width: 40px !important;
    }
}
@media screen and (max-width:1200px) {
    .newsletter_form .validation-advice {
        left: calc(50% - 275px);
    }
}
@media screen and (max-width:1024px) {
    .newsletter_form .validation-advice {
        position: inherit;
        background: none;
        left: inherit;
        padding-left: 0;
        line-height: 16px;
        height: auto;
        bottom: 0;
    }
}
@media screen and (max-width:768px) {
    .footer-container.chirmas-footer .footer-boxes.b-right0:after, .footer-container.winter-footer .footer-boxes.b-right0:after, .footer-container.summer-footer .footer-boxes.b-right0:after, .footer-container.spring-footer .footer-boxes.b-right0:after, .footer-container.autumn-footer .footer-boxes.b-right0:after {
        display: none;
    }
    .footer-container.chirmas-footer .footer-boxes, .footer-container.winter-footer .footer-boxes, .footer-container.summer-footer .footer-boxes, .footer-container.spring-footer .footer-boxes, .footer-container.autumn-footer .footer-boxes {
        min-height: 215px;
    }
}
@media screen and (max-width:640px) {
    .newsletter_form .validation-advice {
        left: 10px;
    }
}
@media screen and (max-width:420px) {
    .f-shipping-method-section {
        width: 100%;
    }
    .f-shipping-method-section .country-type-section .select-lang-box{
        margin:0 10px 0 0;
    }
    .f-shipping-method-section .country-type-section{
        flex-wrap: wrap;
        flex-direction: inherit;
    }
}
@media screen and (max-width:360px){
    .f-shipping-method-section .country-type-section .select-lang-box{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:320px) {
    .newsletter_form .validation-advice {
        position: inherit;
        background: none;
        left: inherit;
        padding-left: 0;
        line-height: 16px;
        height: auto;
    }
}


/* cookies popup start */
.cookies-popup {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 65px;
    z-index: 999;
    background:var(--white-color);
    padding: 30px;
    border-radius: 20px;
    max-width: 530px;
    box-shadow: 0px 0px 16px 0px #00000040;
    backdrop-filter: blur(16px)

}
.cookies-popup .button{
    margin-right: 12px;
    padding: 10px 15px;
    font-size: clamp(16px, 3vw, 16px);
    font-weight: 400;
    white-space: nowrap;
    color: var(--white-color);
    transition: all 0.3s ease 0s;
    min-width: 150px;
    border-radius: 30px;
    line-height: normal;
    display: inline-block;
    margin-top: 20px;
    background-color: var(--primary-color);
}
button.cookies-close.button{
        background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
.cookies-popup-body p a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: capitalize;
    font-weight: 500;
}


@media screen and (max-width:767px){
    .cookies-popup {
        width: 100%;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: 0px auto;
        padding: 20px;
        font-size: 14px;
        border-radius: 0;
        bottom: 0;
    }
    .cookies-popup .button {
        margin-right: 5px;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        min-width: unset;
    }
}
@media screen and (max-width:360PX){
    .cookies-popup .button {
        font-size: 12px;
    }
}