/** Shopify CDN: Minification failed

Line 218:0 Unexpected "}"

**/
.blog-articles-all .posttitles {
    padding-top: 49%;
    width: calc( 50% - 15px);
    position: relative;
      overflow: hidden;
}
/* .prdct-slide-bg .trustpilot-widget {
    pointer-events: none;
} */
.prdct-main-dv.home-featured-product .trustpilot-widget iframe:last-child {
    top: -100px !important;
}
.template-collection .quick-add.no-js-hidden button
{
  margin: inherit !important;
}
.template-product .product-form__buttons {
    display: flex;
    gap: 20px;
    max-width: 70% !important;
}
.quick-add.no-js-hidden button::before, .quick-add.no-js-hidden button::after {
    display: none;
}

.template-collection .quick-add.no-js-hidden button {
    background-color: #fd5800;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #fff;
    font-family: Swiss721BTFont;
    padding: 8px 0;
    border-radius: 40px;
    width: fit-content;
    text-decoration: none;
    display: inline-block;
    min-width: 122px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    min-height: 50px;
    height: auto;
    max-height: fit-content;
    margin-bottom: 13px;
    transition: all 0.5s;
    max-width: 100%;
    
        border: none;
    outline: none;
    width: auto;
    padding: 0 26px;
    margin: auto;
}
.template-collection .quick-add.no-js-hidden button:hover{
  background:#000;
}
a.btn_chckout {
    background-color: #fd5800;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #fff;
    font-family: Swiss721BTFont;
    padding: 8px 0;
    border-radius: 40px;
    width: fit-content;
    text-decoration: none;
    display: inline-block;
    min-width: 122px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    min-height: 50px;
    height: auto;
    max-height: fit-content;
    margin-bottom: 13px;
      transition: all 0.5s;
}
a.btn_chckout:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.card__content.card_flx {
    display: flex;
    flex-direction: column;
}
.template-product .product.main-prdct-dv.product--medium  .prdct-page .product__title {
    display: none;
}

.template-product .product.main-prdct-dv.product--medium  .prdct-page variant-radios.prdct-variant {
    display: none;
}
.template-product .product.main-prdct-dv.product--medium  .prdct-page  .atc-btn.dsk-btn {
    display: none;
}
.card__content.card_flx  .card__information {
    padding-bottom: 0;
}
body .jdgm-prev-badge[data-average-rating='0.00'] {
  display: block !important;  
}
.announcement-bar.color-accent-1.gradient {
    overflow: hidden;
}
.template-article .article-template__content.page-width.page-width--narrow.rte {
    max-width: 80%;
    margin-right: 0;
  
}
.template-article header.page-width.page-width--narrow  {
    overflow: hidden;
  margin-bottom: 35px !important;
}
.article-template__hero-container {
    max-width: 100% !important;
    margin: 0 auto;
}
.template-article h1.article-template__title {
    max-width: 50%;
      font-size: max(50px,3.47vw);

}
.template-article header.page-width.page-width--narrow h1.article-template__title  {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}

.title---bar h1 {
    margin: 64px 0;
    font-size: 65px;
}
.blog-articles-all .posttitles div {
    width: 100%;
    height: 100%;
}
.posttitles a:before{
       position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.58);
    z-index: 11;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
    z-index: 1;
}
.posttitles a:hover::before {
   opacity: 1; 
}
.all--txt-an{

min-width: 100%;
    display: flex;
    justify-content: space-around;
    display: flex;
    flex-wrap: nowrap;
    animation: moveSlideshow 80s linear infinite;
    overflow: visible;
    height: 100%;
    position: relative;
    z-index: 9;
    align-items: center;
    }
.posttitles h3 {
    position: absolute;
    z-index: 1;
    width: 90%;
    margin: auto;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.all--posts ul.pagination__list.list-unstyled {
    justify-content: flex-end;
}
span.date--posts {
    position: absolute;
    top: 0;
    right: 20px;
    top: 20px;
    color: #fff;
      z-index: 1;
}
}
span.date--posts time {
    color: #fff;
}
.blog-articles-all .posttitles:hover img {
    transform: scale(1.5);
}
.blog-articles-all .posttitles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
      transition: all 15s;
}
.blog-articles-all .posttitles a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-articles-all {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
   p.announcement-bar__message.center.h5 {
        width: auto;
    display: inline-flex;
    align-self: center;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    padding: unset !important;
     top: -8px;
    text-align: center;
         position: relative;
         white-space: pre;
    }
    @keyframes moveSlideshow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * (16% * 15)));
  }
}


.img-area-upsell {
    position: relative;
    width: 100%;
    height: 400px;
    padding-top: 0;
    margin: auto;
}
.top--text b {
    font-weight: bold;
    font-family: sans-serif;
}
product-form.product-form select.hide {
    display: none;
}
p.nothanks {
    background: #fff;
    color: #000;
    border: 0px solid #fd5800;
  cursor:pointer;
  border:none !important;
  
}
.proURL {
    display: flex;
    gap: 0;
    padding: 0 30px;
  flex-direction: column;
    max-width: 330px;
    margin: auto;
}
p.nothanks:hover {
        text-decoration: underline !important;
}
.top--text h6 b{
  font-weight:800;
    font-family: 'Barlow', sans-serif !important;
}
.img-area-upsell img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
  div#subscribe-popup.hideitms .modal-content .footer-block__newsletter h2.footer-block__heading, div#subscribe-popup.hideitms .modal-content .description, div#subscribe-popup.hideitms .footer-block__newsletter .bottom-text
                {
                  display:none !important;
                }
.origionalBtn {
    display: none;
}
.title--price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.pro-detail svg {
    position: absolute;
   z-index:1;
    right: 14px;
    top: 15px;
      cursor: pointer;

}
.img-area-upsell img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.top--text {
    padding: 0 30px;
}
.proURL a:hover {
    background: #fff;
    color: #000;
}
.top--text h2 {
      font-family: Swiss721BTFont;
    margin: 0;
}
.top--text h6 {
      font-family: Swiss721BTFont;
    margin: 0;
}
.top--text h2 {
    font-size: 18px;
}
.top--text h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em;
    color: #000;
    font-family: Swiss721BTFont;
    margin-top: 14px;
}
.top--text {
      margin: 19px 0;
    padding: 0 30px;
    margin-bottom: 10px;
}
.title--price {
    text-align: center;
      font-family: Swiss721BTFont;
}
.title--price h3 ,.title--price h5 {
    font-size: 16px;
    margin: 0px 0;
      font-family: Swiss721BTFont;
}
.proURL a, .proURL p{
      font-family: Swiss721BTFont;
    text-align: center;
    display: block;
    width: calc(100% - 60px);
    margin: auto;
  
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    border-radius: 40px;
    padding: 6px 0;
    transition: all 0.5s;
}

a.arrow-sideincon {
    color: #fff;
}
.proURL a {
  
    border: 1px solid #fd5800;
    color: #fff;
    background-color: #fd5800;
}
.pro-detail {
    width: 460px;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    padding-top: 0;
  padding-bottom: 30px;
      position: relative;

}
.title--price {
    text-align: center;
    margin: 20px 0;
      justify-content: flex-start;
}
.intrnal-popup::-webkit-scrollbar {
  display: none;
}
.intrnal-popup {
      max-height: 100vh;
    overflow: scroll;
    margin: auto;
    height: 100%;
    width: 100%;
      display: flex;
    align-items: center;
    justify-content: center;
}
.upsell-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}


.pageid-purpose .rich-text.content-container .rich-text__blocks
{
  max-width: 1253px;
}

.pageid-purpose .rich-text.content-container .rich-text__blocks h2,.pageid-purpose .rich-text.content-container .rich-text__blocks .h2 {
    font-size: calc(var(--font-heading-scale) * 2.1rem);
}
footer input#NewsletterForm--footer::placeholder {
    font-size: 22px;
}
.prdct-img-contnr img {
    transition: all 0.5s;
}
.top--text b {
    font-weight: bold;
    font-family: sans-serif;
}
img.img2 {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prdct-img-contnr {
    position: relative;
}
.prdct-img-contnr:hover .img1 {
    opacity: 0;
}
.prdct-img-contnr:hover .img2 {
    opacity: 1;
}
.extra--txr p {
    display: inline;
    font-size: 15px;
    letter-spacing: -.01em;
    font-family: Swiss721BTFont;
    font-weight: 400 !important;
    color: #000;
}
.template-index h2.title {
    text-transform: inherit !important;
}
shopify-payment-terms {
    margin-top: 21px;
    display: block;
}
.atc-btn .product-form__buttons button.product-form__submit{
border-radius:40px;
}
.cart-drawer .cart__checkout-button {
    max-width: none;
    border-radius: 40px;
}
.cart-drawer .cart__checkout-button::before ,.cart-drawer .cart__checkout-button::after {
    display:none;
}
.newsletter-form__button {
    border-radius: 40px;
}
p,.product__description.rte.quick-add-hidden * ,.product__accordion .summary__title .accordion__title,h2.image-with-text__heading.h1{
    font-weight: 400 !important;
}
 .template-index  .multicolumn ul li .multicolumn-card__info .rte p {
    text-transform: initial;
}
.multicolumn ul li .multicolumn-card__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.template-index .multicolumn a.link.animate-arrow {
    margin: 0;
    line-height: normal;
}
.template-index  .multicolumn ul li .multicolumn-card__info .rte {
    position: relative;
    top: -25px;
}
.template-index  .multicolumn-card__info::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.template-index  .multicolumn a.link.animate-arrow {
    position: relative;
    top: 5px;
}
body.template-product a.link.list-menu__item:before {
    background: #fff;
}
.customverint-link .var-col a {

    border: 1px solid #7b7070;
}
a.arrow-sideincon::before {
    position: absolute;
    content: " ";
    right: -37px;
    left: auto;
    top: 5px;
    background-image: url(/cdn/shop/t/9/assets/Group%2014.png);
    width: 16px;
    height: 16px;
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all .3s ease;
}
.template-index .multicolumn a.link.animate-arrow {
    position: relative;
      color: #fff;
    font-size: 19px;
    font-family: Swiss721BTFont;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0;
    
}
.template-index .multicolumn a.link.animate-arrow:hover:after {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 50%;
}
.template-index .multicolumn a.link.animate-arrow:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 1px;
    right: 4px;
    height: 1px;
    background-color: #000;
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 50%;
    transition: transform .6s cubic-bezier(.37,.31,0,1);
    top: auto;
      background: #fff;
      width: 121%;
}
.template-index .multicolumn a.link.animate-arrow:hover::before {
    right: -53px;
}
.template-index .banner__content .banner__box .banner__buttons a:after{
      right: -101px;
}
.template-index .banner__content .banner__box .banner__buttons a:hover:after {
    right: -115px !important;
}
.main-prdct-dv .product__media-item {
    border-radius: 14px;

    background: #f6f6f6;
}

/* new css */
.custom-para-div .rich-text__blocks.left {
    max-width: 100%;
}
.slider-cust-div .slideshow__text-wrapper {
    display: none;
}
.brand-logo .dflex-brand-logo-div .logo-image {
    width: calc(15% - 42px);
    padding: 10px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
      justify-content: center;
}

.brand-logo .dflex-brand-logo-div {
        display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.brand-logo .dflex-brand-logo-div img {
    width: 100%;
}

.brand-logo {
    margin: 60px 0px 0px;
    background: #000;
    padding: 80px 0px;
}
.brand-logo h2 {
        margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
header.sticky {
    width: 100%;
    left: 0;
    position: fixed;
    top: 35px;
    z-index: 10;
    padding: 22px 43px !important;
      background: #fff;
}
.announcement-bar.sticky {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
}
header.header {
    transition: all 0.5s ease;
    animation: slideDown 0.35s ease-out;
}
.header.sticky a.header__heading-link img {
    filter: brightness(0.5);
}

header.sticky nav.header__inline-menu ul li a {color: #000 !important;}

header.sticky a#cart-icon-bubble {
    background: #000 !important;
}

header.sticky .crt-icn img {
    filter: contrast(0.5);
}



header.sticky span.crt-txt {
    color: #000 !important;
}
.prod-ad-to-with-buy-now-btn-cust-div {
    display: flex;
    gap: 20px;
    max-width: 70% !important;
}

.prod-ad-to-with-buy-now-btn-cust-div button.product-form__submit:hover {
    background: #000;
    color: #fff;
}

.prod-ad-to-with-buy-now-btn-cust-div button.product-form__submit {
    transition: all 0.5s ease-in-out;
}
header.sticky .mbl-dv .cart-count-bubble {
    background: #000;
    color: #fff;
}
.Size-plus-icon-div {
    position: relative;
    cursor: pointer;
}

.size-custom-div-main-div {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
}
.Size-plus-icon-div:hover .size-custom-div-main-div {
    opacity: 1;
}
.Size-plus-icon-div .plus-icon {
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: end;
}

.size-custom-div-main-div button.size-custom-div {
    background: transparent;
    border: 1px solid #cacaca;
    font-size: 10px;
    padding-bottom: .5rem;
    padding-top: .5rem;
    width: 38px;
    height: 32px;
    border-right: none;
}

.size-custom-div-main-div button.size-custom-div:last-child {
    border-right: 1px solid #cacaca;
}

/* .size-custom-div-main-div button.size-custom-div:hover {
    border: 1px solid #000000;
    border-right: none;
}

.size-custom-div-main-div button.size-custom-div:last-child:hover {
    border: 1px solid #000000;
} */
.size-custom-div-main-div button.size-custom-div:hover {
    background: #ededed;
}
.Size-plus-icon-div:hover button.plus-icon {
    opacity: 0;
}
.jdgm-widget.jdgm-widget {
    display: block !important;
}
.jdgm-widget.jdgm-widget .jdgm-prev-badge.jdgm--js {
    display: block !important;
}
#shopify-block-judge_me_reviews_preview_badge_6F4Wwr {
    width: 100%;
}
.reveiw-custom-code-div {
    text-align: justify;
    color: #000;
    margin: 10px 0px;
}


.scrolling-banner__items a.scrolling-banner__item {
    font-size: 50px;
    line-height: 1.5;
}
.scrolling-banner__items span.scrolling-banner__item.flex svg path {
    fill: #000;
}
.scrolling-banner__items {
    display: flex;
    align-items: center;
}

.scrolling-banner__items a.scrolling-banner__item.scrolling-banner__text.h1 {
    font-family: PP Editorial New Light;
    text-decoration: none;
    font-size: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.scrolling-banner__items a.scrolling-banner__item.scrolling-banner__text.h1.font-body {
    font-weight: 400;
}

.scrolling-banner__items span.scrolling-banner__item.flex {
    padding-inline-end: 40px;
}

.scrolling-banner__items span.scrolling-banner__item.flex svg {
    width: auto !important;
    height: auto !important;
}
.scrolling-banner-main-div {
    padding: 30px 0px 0px;
    display: flex;
    align-items: center;
    gap: 40px;
    column-gap: 28px;
}
.scrolling-section img.desktop {
    max-width: 250px;
    object-fit: contain;
}
.marque-banner-div {
    display: flex;
    height: 114px;
}
.marque-banner-div {
    overflow: hidden;
    position: relative;
}
.scrolling-section h2 {
    color: #fff;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -.01em;
    text-align: center;
}
.customcode {
    width: 100%;
}
.scrolling-section {
    margin: 0px 0px 0px;
    padding: 80px 0px;
}
.card__content.card_flx .trustpilot-widget {
    margin: 11px 0;
}


/* 3 col css */


.three-step-section .col-step-main-div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    transition: all .5s ease;
}
.three-step-section .col-inner-div {
    text-align: center;
    position: relative;
        width: calc(33% - 16px);
    padding: 20px 10px;
    transition: all .5s ease;
}
.three-step-section .img-circle-div img {
    max-width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform .8s ease;
    border-radius: 50%;
    width: 100%;
        margin: auto;
}
.three-step-section {
    overflow: hidden;
}
.star-icon-div {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.cont-per-div h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
      margin-bottom: 30px;
}
.star-icon-div img {
    width: 100%;
    max-width: 100px;
}
.cont-per-div p {
    font-size: 15px;
    color: #0b0b0b;
    font-family: "Swiss 721", serif;
    text-align: center;
        line-height: 22px;
}
.three-step-section {
    padding-bottom: 60px;
}
.cont-per-div h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 25px;
}
.cont-per-div p br {
    display: none;
}
.template-index .rich-text__wrapper.rich-text__wrapper--center.page-width h2.rich-text__heading.rte.h2:last-child {
    font-size: 23px;
}
.atc-btn .product-form__buttons button.product-form__submit:hover {
    background: #fd5801;
  color:#fff;
}
@media (min-width: 1424px)  and (max-width: 1920px){
.brand-logo .dflex-brand-logo-div .logo-image {
            width: calc(15% - 55px);
}
}

@media screen and (min-width: 750px){
  .atc-btn .product-form__buttons button.product-form__submit {
      background-color: #f6f6f6;
    color:#000;
    width: 50%;
    max-width: 50%;
}
  a.btn_chckout {
    
    width: 50%;
    max-width: 50%;
    min-width: auto;
}
.template-index   .rich-text__wrapper.rich-text__wrapper--center.page-width h2.rich-text__heading.rte.h2:last-child {
    max-width: 60%;
    padding-left: 6px;
}
.template-index  .rich-text.content-container .rich-text__blocks h2.rich-text__heading.rte.h1>span {
    display: flex !important;
    flex-direction: column;
}
  .template-article .article-template__content.page-width.page-width--narrow.rte {
  
    padding-right: 5rem;
}
  .title---bar h1 {
    margin: 46px 0;
       padding-top: 19vw;
    margin-top: 0px;
    font-size: 100px;
    
    padding-bottom: 3vw;

}
 .footer-top__content-top.page-width .newsletter-form{
        max-width: 61%!important;
  }
 div#myModal1  .modal-content{
        padding: 37px 20px;
        position: relative;
  }
  .gud-img img {
  
    display: block;
}
  
div#myModal1 span.close {
    position: absolute;
    right: 13px;
    top: -10px;
}
 .template-product .image-with-text__text p{
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    margin: 0 0 8px;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    letter-spacing: -.01em;
    color: #000;
    font-family: Swiss721BTFont;
}
  .pageid-warranty .page-width.page-width--narrow ,.pageid-accessibility-statement .page-width.page-width--narrow{
    max-width: 65ch;
    padding-left: 20px;
    padding-right: 20px;
}
  .pageid-warranty h1.main-page-title.page-title.h0,.pageid-accessibility-statement  h1.main-page-title.page-title.h0{
    text-align:center;
  }
.template-index  .background-none .multicolumn-card__image-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.template-index   .multicolumn ul.multicolumn-list {
    gap: 40px;
}
 .template-index  .multicolumn ul.multicolumn-list li {
    width: calc(50% - 20px);
}

  .newsletter-form__field-wrapper .field label.field__label {
    color: transparent;
    
    height: 1px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    top: auto;
    transition: 0.5s;
    width: 16%;
        width: 0%;
}
  .newsletter-form__field-wrapper .field__input:focus+label.field__label {
       width: 80%;
  }
 .template-index .multicolumn-list__item.center .media--adapt img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
  .image-with-text__text.rte.body {
    line-height: 22px;
    letter-spacing: -.01em;
}
.image-with-text__text.rte.body:after {
    display:none;
}
  .image-with-text__text.rte.body {
    margin-top: 15px !important;
}
  ul.footer-block__details-content.list-unstyled.onelinemake {
    flex-direction: column;
}
}
  @media (min-width: 1200px){
.ftr-top-col h2 {
    
    font-size: 5.938vw;
    line-height: 6.042vw;
}
}
@media screen and (max-width: 750px){
  .template-product .product-form__buttons {
    
    max-width: 100% !important;
}
  .template-product   .atc-btn .product-form__buttons button.product-form__submit {
       background-color: #f6f6f6;
    color:#000;
    width: 50%;
    max-width: 50%;
}
  .template-product   a.btn_chckout {
    font-size: 15px;

    width: 50%;
    max-width: 50%;
    min-width: auto;
}
header.sticky {
   
    top: 30px !important; 
}
.template-product header.sticky {
    padding: 34px 41px 15px !important;
}
  .template-article   article.article-template {
    padding-top: 15vw;
}
  .template-article .article-template__content.page-width.page-width--narrow.rte {
   
    margin-top: 30px !important;
}
  .template-article header.page-width.page-width--narrow h1.article-template__title {
    max-width: 100%;
    font-size: max(31px,3.47vw);
}
  
  .blog-articles-all .posttitles {
    padding-top: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
  .template-index .multicolumn a.link.animate-arrow {
   
    font-size: 12px;
}
  .template-index .multicolumn-card__info:before {
        left: 0;
    right: 0;
    top: -24px;
}
  a.arrow-sideincon:before {
    width: 12px;
    height: 12px;
    right: -29px;
    top: 2px;
}
.proURL {
    gap: 10px;
}
  .pro-detail {
    width: 350px;
}
  .img-area-upsell {
 
    width: 100%;
    height: 300px;
}
  .proURL a, .proURL p {
  
    font-size: 12px;
}
.template-product .image-with-text__text.rte.body:nth-child(even):after, .template-page .image-with-text__text.rte.body:nth-child(even):after{
  display:none !important;
}
body .image-with-text__text
  {
        margin-top: 21px !important;
  }
.multicolumn ul li .multicolumn-card__info{
     top: 0 !important;
}
.fotrlinkicons ul li {
    width: 45% !important;
}
}

@media screen and (max-width:767px)
{
  .prdct-main-dv.home-featured-product .trustpilot-widget iframe:last-child {
    top: -120px !important;
}
  .scrolling-banner-main-div {
    padding: 0px 0px 0px;
}
  .cont-per-div h2 {
    margin-bottom: 15px;
}
 
  .scrolling-section img.desktop {
    max-width: 190px;
}
  section.three-step-section {
    padding-bottom: 50px;
}
  .scrolling-section {
    margin: 40px 0px 0px;
    padding: 30px 0px 0px;
}
  .scrolling-section h2 {
    font-size: 24px;
    line-height: 35px;
}
  .brand-logo .dflex-brand-logo-div {
        flex-wrap: wrap;
}
  .brand-logo .dflex-brand-logo-div .logo-image {
    width: calc(50% - 6px);
}
  .brand-logo h2 {
    margin-bottom: 16px;
    
}
  .brand-logo .logo-image img {
    max-width: 200px;
    object-fit: contain;
}
  .brand-logo {
    margin: 40px 0px 0px;
    background: #000;
    padding: 45px 0px;
}
}