/** Shopify CDN: Minification failed

Line 16:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:0 Comments in CSS use "/* ... */" instead of "//"
Line 18:0 Comments in CSS use "/* ... */" instead of "//"
Line 20:0 Comments in CSS use "/* ... */" instead of "//"
Line 21:0 Comments in CSS use "/* ... */" instead of "//"
Line 22:0 Comments in CSS use "/* ... */" instead of "//"
Line 23:0 Comments in CSS use "/* ... */" instead of "//"
Line 24:0 Comments in CSS use "/* ... */" instead of "//"
Line 25:0 Comments in CSS use "/* ... */" instead of "//"
Line 26:0 Comments in CSS use "/* ... */" instead of "//"
... and 1 more hidden warnings

**/
// =============================================================================
// Halo Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================


.heading-box-bundle{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;color:#000;
  line-height: 19px;
  margin-bottom:15px;
}
.main-box-bundle{
  padding:10px 0;
  border-radius:3px;
}
.bundle-button-bundle{
  margin: 0 auto;
}
.bundle-button-bundle .btn-bundle{
  cursor:pointer;
  color:#fff;
  padding:10px;
  text-transform:uppercase;
  background: #FFAB41;
  box-sizing: border-box;
  border-radius: 3px;font-weight: bold;
  font-size: 18px;
  line-height: 22px;

}
.prods-bundle{margin:10px 0px;}
.prod-card-bundle {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 4px;
}

.prod-card-bundle .remove-btn:hover{color:#ffab41}
.prod-card-bundle .ttl-bundle {
  margin-bottom: 7px;
  color: #000;
  text-transform: initial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.prod-card-bundle .img-container-bundle {
  width: 100px;
  height: 90px;
  background-size: cover;
  border: 1px solid rgba(0,0,0,.2);
  box-sizing: border-box;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  background-repeat: no-repeat !important;
  margin: 0 10px 0 0;
}

.prod-card-bundle .prod-cont-bundle{display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: calc(100% - 120px);}

.qty-bundle {
  display: inline-block;
}

.qty-bundle .input-text.qty-bundle {
  width: 35px;
  height: 25px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border:none;
}

.qty-bundle.buttons_added-bundle {
  text-align: left;
  position: relative;
  white-space: nowrap;
  border: 1px solid #dcdcdc;
  vertical-align: top;
  left: 0px;
  top: 0px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  border-radius: 4px;
}

.qty-bundle.buttons_added-bundle input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.qty-bundle.buttons_added-bundle .minus-bundle,
.qty-bundle.buttons_added-bundle .plus-bundle {
  padding: 4px 10px 8px;
  height: 27px;
  border: none;
  background: transparent;
  cursor:pointer;}


.qty-bundle input::-webkit-outer-spin-button,
.qty-bundle input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

.qty-bundle.buttons_added-bundle .minus-bundle:focus,
.qty-bundle.buttons_added-bundle .plus-bundle:focus {
  outline: none; }
.estimate-time {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
.qt-prc-bundle {
  display: flex;
  width: 100%;
  align-items: flex-end;
  position: relative;
  grid-template-columns: 100px 100px 110px;
  justify-content: space-between;
  grid-gap: 10px;
  text-align: center;
}
.qt-prc-bundle .prc-bundle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.bundle-price{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  width:fit-content;
  color: #F07900;

}
.footer-box-bundle{margin:0px 20px;align-items:center;
  display:flex;justify-content:space-between;
  flex-wrap:wrap;flex-direction:row;
}
.fbt-tooltip-description {
  height: 58px;
  overflow: hidden;
}

svg.remov {
  flex: none;
}
.arrow-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 4px;
  position: absolute;
  width: 15px;
  height: 15px;visibility:hidden;opacity:0;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  border-radius: 28px;
  top: -5px;cursor:pointer;
  right: -5px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.prod-card-bundle:hover .arrow-container{
  visibility:visible;opacity:1;
}


.bundle-font{
  font-size: 36px;
  font-weight: bold;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  flex: 1 0 17%; 
  height: 50px;;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-prc{
  color:#f07900;
  text-align:center;
  margin-top:10px;
}
.bundle-box-icon{
  margin:0 auto;
  display:block;
}
.bundle-text{
  font-size:13px;
  font-weight: bold;
  margin-top:5px;
}
.prods-bundle .prod-card-bundle:hover .fbt-tooltip-section.shadow {
  display:block !important;
}
.prods-bundle .fbt-tooltip-section.shadow {
  font-size: 8px;
  position: absolute;
  display:none;
  left: -450px;
  top: 0;
  padding: 15px 10px 10px;
  border-radius: 10px;
  background: #fff;
  z-index: 1100000000000;
  max-width: 450px;
  pointer-events: all;
}
.prods-bundle .fbt-tooltip-section h6{
  font-size: 13px;
  margin: 0px 0 15px;
}
.prods-bundle .product-vendor, .prods-bundle .product-sku,
.prods-bundle .fbt-tooltip-description, .prods-bundle .fbt-tooltip-section .r--stars-icon,
.prods-bundle  .fbt-tooltip-btn {
  font-size: 12px;
}
.prods-bundle .fbt-tooltip-btn{
  background: transparent;
  letter-spacing: 0;
  width: 100%;
  border: 1px solid #ffab41;
  color: #ffab41;
  padding:4px;
  display:block;
  margin: 5px 0;
  text-align:center;
  text-decoration:none;
  position:relative;
  z-index: 1100000000000;
}
.product-main .prods-bundle .ryviu-collection, .prods-bundle .product-widget__ryviu {
  margin-top: 0 !important;
}
.flexdiv{
  display: flex;
  flex-wrap: wrap;
}
.fbt-tooltip-section img.img-fluid {
  max-width: 80%;
}

.cart-item-properties .definitionList-key.packinclude_text {
  font-weight: 700;
  padding: 0;
}
dt.definitionList-key.linkedchild {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  background: #f1f1f1;
  margin: 0!important;
  min-height: 48px;
  border-top: 1px solid #fff;
}
dt.definitionList-key.linkedchild.qtyychild {
  width: calc(100% - 76px);
}
dt.definitionList-key.linkedchild.qtypr {
  width: 75px;
  position: relative;
  border-left: 1px solid #fff;
}
select.propdrop {
  width: 100%;
  padding: 3px;
}
.hasbundle_products td.cart-item-block.cart-item-price, 
.hasbundle_products td.cart-item-block.cart-item-quantity{
  opacity : 0;
}
input.discount, dt.definitionList-key.discount_property,
.similar__products .counter{
  display: none !important;
}
label.ptt-compare-cb-label, 
.satcb_quick_buy.satcb_qb_top_right,
.custom-information .block-shop_confidence .wrapper-content h3.title{
  display: none !important;
}
body.template-cart {
  position: relative;
}
span.r--stars-icon {
  display: inline-block;
}
.loader-cart{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255,255,255,.8);
  opacity: .9;
  background-image: url(https://cdn.shopify.com/s/files/1/0364/9827/6489/files/loadernew.svg?v=1645165876);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  display: none
}
.r--header.r--empty-review, div#r--ryviu-theme {
  border: none !important;
}
.skin-5 .shop_by_collection .slick-arrow {
  transform: translateY(-50%) rotate(0deg);
}
#owl-frequently-products-type.owl-carousel .owl-item .image__similar {
  height: 270px;
  margin-bottom: 15px;
}
#owl-frequently-products-type.owl-carousel .owl-item .image__similar img {
  height: 100%;
  object-fit: contain;
}
#owl-frequently-products-type.owl-carousel  .slides {
  background: #fff;
  padding: 10px;
}
#owl-frequently-products-type h3,
#owl-frequently-products-type p {
  margin: 0;
}
ul.selected_color_properties {
  padding: 0;
  list-style: none;
  width: 100%;
}
li.color_data {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  display: flex;
  align-items: center;
  color: var(--color-text2);
    letter-spacing: var(--letter-spacing);
      line-height: var(--line-height);
        }
li.color_data img{
  cursor: pointer;
}
.modal-footer {
  text-align: right;
}
.continue_buy {
  border: 1px solid #0f70a4 !important;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #202020;
}
.productSpec.halo-text-format {
    margin-top: 10px;
    color: #ff0000;
    font-weight: 600;
}
@media screen and (min-width: 1025px){
  .products-results .productGrid.column-5 .product {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 767px){
  h3.shop_heading {
    font-size: 3rem;
  } 
}
@media screen and (min-width: 992px){
  .item-gird-dept {
    width: calc(16.66% - 10px);
    margin: 0 5px;
  }
  .col-lg-8 {
    padding-left: 20px;
    width: 66.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 640px){
  #owl-frequently-products-type.owl-carousel .owl-item .image__similar {
    height: 300px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1025px){
  .products-results .productGrid.column-5 .product {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width:1267px) {
  .prod-card-bundle .img-container-bundle {
    width:  90px;
    height: 79px;
  }
 .prod-card-bundle .prod-cont-bundle{
    display: flex;
    width: calc(100% - 90px);
  }
  .qt-prc-bundle {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width:767px) {
  .pag-contant img,
  .warrenty img{
    margin: 0 auto;
  }
  .warrenty {
    text-align: center;
  }


  .prod-card-bundle .img-container-bundle{
    margin:0 6px;
  }
  .flex-col{
    flex:0.2 0 7%;
  }
  .bundle-price{
    font-size:18px;
  }
  .custom-prc{
    font-size: 12px;
    font-weight: bold;
  }
  .bundle-font{
    font-size:26px;
  }
 
  .prod-card-bundle {
  /*  flex-wrap: wrap;*/
    justify-content: space-between;
  }
  .prod-card-bundle .img-container-bundle {
    width: 80px;
    height: 69px;
    /*margin: 0 0 10px 0px;*/
  }

  .qty-bundle.buttons_added-bundle {
    left: 0;
  }
  .qt-prc-bundle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    gap: 15px;
  }
  .estimate-time {
    text-align: left;
    grid-column: 1 / 4;
  }
}
@media screen and (max-width:430px){
  .footer-box-bundle{
    justify-content:center;
  }
  .bundle-price{
    margin:10px;
  }
}


@media screen and (min-width: 1025px){
  .card-product {
    height: 250px;
  }
  .card-media > img {
    height: 250px;
    object-fit: contain;
  }
  .card-media {
    height: 250px;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  #owl-frequently-products-type .slides > a > p {
    min-height: 75px;
  }
}

.card-title {
  min-height: 50px;
}
   .shippingtext{
     font-size: var(--font-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
      margin-bottom: 15px;
}

.card-media > img, .card-media > video {
  height: inherit !important;
}
.product_options_section {
  width: 100%;
}




.price {
  min-height: 55px ;

}

.productView-image {
  max-height: 500px !important;
}

.productView-image .productView-img-container img:not(.zoomImg) {
  transform: translate(0%,-0%) !important;
}

.productView-image .productView-img-container img:not(.zoomImg) {
  top: 0 !important;
  left: 0 !important;
  max-height: 500px !important;
  right: 0 !important;
  bottom: 0 !important;
}

.cart-item__price-wrapper .price.price--end {
  min-height: auto !important;
  margin-right: 5px !important;
}
span.truckicon{
  width: 30px;
  height: 20px;
  font-size: 25px;
  margin-top: -8px; 
}

.panel.product_page_colors {
  border-left: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
  border-right: 1px solid #e9e9e9 !important;
  padding: 15px !important;
}

.mm_product_color_options .panel {
  background: #fff !important;
}
.prod-card-bundle {
  background: #fff !important;
  padding-left: 5px !important;
}
.qt-prc-bundle {
  align-items: center !important;
}
.prod-card {
  background: #fff !important;
}
.prod-card .img-container {
  margin: 0 10px !important;
}
.skin-5 .productView-image-wrapper {
  background: #fff !important;
}

.custom-information .wrapper-content {
  width: 100% !important;
}
.mm_product_color_options h3.accordion {
  margin-bottom: 0;
  padding: 10px 18px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.shop-info {
  border: 1px solid #e9e9e9;
  color: #000;
  background: #fff;

}
.shop-info-blocks h3{
  color: #000;
}
.shop-info h4 {
  color: #000;
  font-weight: 600 !important;
}
.custom-information .wrapper-content .desc p {
  padding-bottom: 15px !important;
}
.shop-info p {
  border-bottom: 1px solid #e9e9e9;
}
.shop-info .blocks-satisfy p {
  border: none;
}
.card-product__wrapper, .card-product {
  position: unset !important;
}
.card.style-3 .card-product__group.group-right {
  top: unset !important;
  bottom: 10px;
}

.inner-image img {
  width: 100% !important;
  min-height: 180px !important;
  max-height: 250px !important;
  object-fit: cover !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.cart-item-image img {
  object-fit: contain !important;
}



.bypaTitleRight .activeOption {
    background: #fff !important;
    border-radius: 100px !important;
}
.product_options_section .bypaTitleRight .activeOption {
    padding: 2px 20px !important;
    font-size: 15px !important;
}
.product_options_section .bypSection input:checked + .bypcbBtn {
    border: 1px solid #e3ecf2 !important;
}
.bypSection input:checked + .bypcbBtn {
    background: #e3ecf2 !important;
    color: #000 !important;
}
.product_vendor_colors > strong {
    display: none !important;
}
.mm_product_color_options .product_vendor_colors h3.accordion {
    margin-top: 0 !important;
}

.prod-card-bundle .img-container-bundle {
    background-size: contain !important;
    background-position: center !important;
}

ul.first-secc {
    margin: 0;
    padding: 15px 15px 0 15px;
}
ul.first-secc  {
    background: #eff2f1;
    margin-top: 0 !important;
    font-weight: bold;
}
ul.first-secc li {
    background: #f2ffff;
    border: none;
    margin: 4px 0 0;
    padding: 6px 0px;
}

h2.text-upper {
    background: #ebebeb;
    margin: 25px 0 0 0;
    padding: 10px 20px;
  	border-radius: 0 !important;
    font-weight: 500;
}
ul.first-secc {
    border: none !important;
}
ul.first-secc {
    background: #fff;
}
.first-sec {
    padding: 0px 20px 20px 20px;
    background: #fff;
    border: 1px solid #ebebeb;
  margin-bottom:	25px
}

.skin-5 .product-added .product-image img {
    object-fit: contain;
}

.product-edit-image.card-media--portrait img {
    object-fit: contain !important;
}


.prod-card.flex-row.add-bunndle .img-container {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.fbt-parent .prod-card .img-container {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

a.manu-btn {
    color: black !important;
}


.section-cls {
    flex-direction: column;
}
.section-cls > div {
    margin-bottom: 15px;
  margin-top: 30px;
}

.compare-icon input[type="checkbox"], .compare-icon input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.compare-icon {
    position: relative;
}
.compare-icon input[type="checkbox"], .compare-icon input[type="radio"] {
    height: 20px !important;
    width: 20px !important;
    padding: 0 !important;
    appearance: auto !important;
    display: block !important;
    position: relative !important;
    border: 2px solid #ccc !important;
    top: 6px !important;
    left: 0 !important;
    border-radius: 3px !important;
}
.compare-icon.is-checked input[type="checkbox"], .compare-icon.is-checked input[type="radio"] {
  background: #0060df !important;
  border-color: #0060df !important;
}

#product-swatch-5238656499849 {
  position: relative !important;
  opacity: 1 !important;
  /*visibility: visible !important;*/
  transform: translate(0) !important;
}

.card.style-3 .card-action a, .card.style-3 .card-action button {
    font-size: 13.5px !important;
    padding: 3px 6px !important;
   text-transform: capitalize;
}
.card.style-3 .card-action:nth-child(3) {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-bottom: 4px !important;
}
.showmore_desc,
.showless_desc{
  cursor:pointer;
  font-style: italic;
  display: block;
  font-weight: bold !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (min-width: 1025px)
    .card-media {
      padding: 0 !important;
    }
}
.productList .card.style-3 .card-action .button {
  margin-top: 0 !important;
}

.card.style-3 .card-quickview .quickview-icon, .card.style-3 .card-wishlist .wishlist-icon, .card.style-3 .card-compare .compare-icon {
    width: 40px !important;
    height: 40px !important;
  margin-bottom: -4px !important;}
  .card.style-3 .card-action:nth-child(1) a, .card.style-3 .card-action:nth-child(2) a, .card.style-3 .card-action:nth-child(1) button {
  min-width: 95px;
}
  
  @media (min-width: 1025px){
    .productView-nextProducts {
        position: absolute;
        top: -130px;
    }
}

#product-form-installment-6578176065673 {
  margin-bottom: 20px;
  
}

  @media (min-width: 768px)
    .halo-product-block-sections {
        padding: 0 60px;
    }


.skin-5 .productView-thumbnail .productView-thumbnail-link img {
    object-fit: contain;
}

form.installment{
    margin-bottom: 20px !important;
}


.product-form__swatch {
  margin-bottom: 20px !important;
}

.skin-5 .product-form__swatch .product-form__label {
    width: 60px !important;
    height: 60px !important;
}

.product-form__label .pattern {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.skin-5 .product-form__input + .product-form__input {
  margin-top: 20px !important;
}

.productView-thumbnail-wrapper .slick-arrow svg {
    width: 50% !important;
    height: 50% !important;
}

.skin-5 .productView-thumbnail-wrapper .productView-for {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.card-action {
    margin-top: 0 !important;
}
.card-compare.card-compareIcon {
    margin-top: 20px !important;
}

.announcement-bar__close {
    right: 15px !important;
}


@media (min-width: 768px) {
    .card-media {
        padding-bottom: unset !important;
    }
}
  
.card.style-3 .card-action {
    display: inline-flex !important;
    vertical-align: bottom !important;
    height: 36px !important;
  
}
.productList .card.style-3 .card-action .button {
    margin-top: 0 !important;
}

.card-information .card-action__group.card-list__hidden {
  display: none !important;
}

.productList .card-grid__hidden {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.productList .card-swatch.card-swatch--slider {
  display: block !important;
}

.card.style-3 {
    border: none !important;
}

.shopify-policy__container {
    max-width: 124ch !important;
}

.shopify-policy__body strong {
  margin-top: 30px;
  display: block;
}

.shopify-policy__body strong + br {
    display: none !important;
}

@media (min-width: 1025px){
.card.style-3 .card-action:nth-child(1) {
    background-color: red;
    text-decoration : none;
    color:white;
    margin-right: 11px !important ;
    padding: 5px;
    border-radius: 5px;
min-width: 95px;
}
}

.next-prev-modal .card-vendor a{
  position: absolute;
  top: -5px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.next-prev-modal .card-title {
  line-height: none !important;
}

.next-prev-modal .next-prev-content{
   padding: 10px 10px 10px 10px !important;
}

.next-prev-modal .card-title {
    /* margin-top: 23px !important;*/
}

.next-prev-modal .card-vendor a {
    width: 150px;
    height: 24px;
}

@media (max-width: 1025px){
h1.product-title {
    margin-left: 83px;
}
}

.skin-5 .slick-arrow {
  border-radius: 50%;
  background: #fff;
  padding: 10px !important;
 
}



.slick-arrow {
    border-radius: 100px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}

.slick-arrow:hover {
    background: var(--btn-1-bg-hover) !important;
    border-color: var(--btn-1-bg-hover);
}

.slick-arrow:hover > svg {
    fill: #fff !important;
}

@media (min-width: 1025px){
.slideshow .container.container-1770 {
padding: 0 !important;
}

.halo-product-block .container {
    padding-left: 70px;
    padding-right: 70px;
}

.halo-block .container-1570 .slick-prev, .halo-block .container-1770 .slick-prev {
    left: -30px !important;
}
.halo-block .container-1570 .slick-next, .halo-block .container-1770 .slick-next {
    right: -30px !important;
}

.halo-block .container-1370 .slick-prev {
    left: -30px !important;
}

.fixed-banner-2 .container {
padding-left: 0 !important;
padding-right: 0 !important;
}

.fullwidth-banner .container {
padding: 0 !important;
}

.slideshow .container .slick-arrow.slick-prev {
    left: 30px !important;
}
.slideshow .container .slick-arrow.slick-next {
    right: 30px !important;
}
}

span.cart-item-value {
    margin-left: 5px;
}

    .blog-row img {
        object-fit: contain !important;
      
    }

.article-body img {
  max-width: 400px !important;
  margin-top: 45px !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  border-radius: 6px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.article-content.halo-text-format {
    margin: 0 auto !important;
    max-width: 121ch !important;
}

.article-body img {
    margin-bottom: 30px !important;  
}

  .skin-5 .slick-arrow:hover {
    background: var(--btn-1-bg-hover);
}

#MainContent .banner {
  height: auto !important;
  padding-top: 70px;
  padding-bottom: 70px;
}

.banner .banner_video {
    display: none !important;
}

@media (min-width: 1025px){
.article-image img {
  height: 500px !important;
  overflow: hidden;
  object-fit: cover;
}
}

@media (min-width: 768px) {
    .row.blockDivs.justify-content-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

    .vendor_logo {
        text-align: center;
    }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: inherit !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

.coSearchBarBtn img {
    margin: auto;
}

.qty.buttons_added .minus, .qty.buttons_added .plus {
    color: #000 !important;
}

  .qty-bundle.buttons_added-bundle .minus-bundle, .qty-bundle.buttons_added-bundle .plus-bundle {
    color: #000 !important;
}
  
  select.propdrop {
   
    COLOR: #000 !important;}
  
@media (max-width: 767px) {
  
  
  button.btn.r--button {
    padding-left: 51px !important;
    padding-right: 48px !important;
}
  
   .card-media {
    padding-bottom: 100% !important;
  }
  .card-media > img, .card-media > video {
    height: 100% !important;
  }
  
    .template-page .img-box--mobile .image {
    padding-top: 80% !important;
  }
  .template-page .heroCarousel .heroCarousel-content.content-box * {
    color: #fff !important;
  }
  .card {
    overflow: inherit !important;
  }
  .card.style-3 .card-product__group.group-right {
    right: -5px;
  }
  
   .products-tab-pane.mobile-pane .pane-content.descr table > tbody > tr {
        border-bottom: 1px solid #e3e3e3 !important;
        padding-bottom: 10px !important;
        display: block;
        margin-bottom: 10px !important;
    }
   
    .products-tab-pane.mobile-pane .pane-content.descr table {
        width: 100% !important;
    }
    .products-tab-pane.mobile-pane .pane-content.descr table > tbody > tr:last-child {
        border-bottom: none !important;
    }
  
  .f-33, .f-50, .f-100 {
    padding: 0 !important;
}
    .card-action__wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .card-action__wrapper .card-action:first-child {
        width: 100% !important;
        text-align: center !important;
        display: inline-block !important;
    }
    .card-action__wrapper .card-action:last-child {
        margin: 0 !important;
    }
    .quickview-button.button.card-mobile__hidden {
        font-size: 15px !important;
    }
    .card-action__wrapper .card-action:last-child .wishlist-icon {
        margin-top: 17px !important;
    }
   

  
   .card.style-3 .card-action:nth-child(2) {
        height: 40px !important;
        margin-top: 15px !important;
    }
  
   .card-action__wrapper {
        justify-content: space-between !important;
    }
  
  /*  .compare-icon.is-checked::after {
      content: "";
      width: 13px;
      display: block;
      height: 7px;
      background: #0060df;
      position: absolute;
      top: 11px;
      left: 4px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-45deg);
    }*/
 
  ul.slick-dots {
    height: 10px;
    overflow: hidden;
}
  
.shop_by_collection .slider_img_con .bottom-center {
  position: inherit !important;}

 .prod-card-bundle {
  /*  flex-wrap: wrap;*/
    overflow:hidden;
 }

.modal_app {
    padding-top: 25px !important;
}
  
     .skin-5 .shop_by_category .slick-arrow.slick-prev {
        transform: translateY(-50%) rotate(0deg) !important;
    }
    .skin-5 .shop_by_category .slick-arrow.slick-next {
        transform: translateY(-50%) rotate(0deg) !important;
    }
  
   .blockDivs .col-md-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .vendor_desc {
        margin: 0 auto !important;
    }
    .row.blockDivs.justify-content-between {
        margin: 0 auto !important;
    }
  
    #MainContent .banner {
        padding-top: 130px !important;
      padding-left: -2px !important;
    }
  
  .article-body img {
  max-width: 360px !important ;
  }

    .sfors::after {
        clear: both;
        display: block;
        content: "";
    }
    .sfors {
        margin-bottom: 25px;
      
           
                 
    }
    
  .article-image img , .article-body img{
        max-width: 350px !important;
    }

    img {
        
        max-width: 100% ;
    } 
  
.skin-5 .card-information {
    padding-top: 1px !important;
}
    .skin-5 .card-information {
    margin-top: 10px !important;
}
}


.panel.product_page_colors  {
    margin-bottom: 13px !important;
}

@media (min-width: 768px){
  ul.pagination-page-item.list-unstyled {
    margin-right: 153px;
}
.pagination-page-total {
    top: 50%;
    left: auto;
    right: -30px !important;
}

}

ul.first-secc li .left-sec, ul.first-secc li .right-sec {
    
    PADDING-RIGHT: 5PX;
  
}
.quickshop-popup-show .modelprod_item a.button.button-ATC{
  display: none;
}
.quickshop-popup-show .variantselected_model button.button.button-ATC{
  display: block !important;
}
.card.style-3 .card-action:nth-child(1) a.variants-popup-close{
  min-width: unset;
}

.pagination-page-infinite {
    max-width: 827px !important;
}
  
  span.highlighted--blue {
    font-weight: 600;  
}

.bypSection .panel {
  overflow: visible !important;
}

span.option-title {
    max-width: 93px;
}


 /* Bundle Discount */

.price-large.package-price-include-price-on-sale .ttl-bundle.price-item.price-item--regular {
    text-decoration: line-through;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--product-compare-price-color);
}
.price-large.package-price-include-price-on-sale .ttl-bundle.price-item.price-item--regular strong {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.price-large.package-price-include-price-on-sale span.price-item.discount_percentage {
    font-weight: 400;
    margin-left: 12px;
    font-size: 14px !important;
    color: #d12442;
}

.bundle-product-not-available {
    color: #D12442;
    font-size: 18px;
}
.bundle-product-not-available h6 {
    margin: 0;
}
img.product_pdf_image {
    float: left;
    max-width: 20px;
    margin-right: 10px;
}

/* product page brand image css */


.authorized_dealer-section {
    display: grid;
    grid-template-columns: 28% 3% 38%;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
}
.authorized_dealer-section img {
    width: 129px;
}
.authorized_dealer-section span {
    font-size: 15px;
}