/*
Theme Name: 	BosMarket Child Theme
Theme Uri:  	http://demo.wpthemego.com/themes/sw_kingstore/
Description:  	A child theme of SW BosMarket
Author:     	magentech
Author Uri: 	https://themeforest.net/user/magentech/
Template:   	bosmarket
Version:    	1.0.9
License:    	GNU General Public License v2 or later
*/

#bosmarket-totop{
    display: none !important;
}
.acc_brands span{
    text-transform: capitalize;
}
.acc_brands{
  height: 317px;
  overflow-y: auto;

  /* keeps layout stable when scrollbar appears */
  scrollbar-gutter: stable;

  /* theme knobs */
  --sb-size: 10px;
  --sb-track: transparent;
  --sb-thumb: rgba(0,0,0,.22);
  --sb-thumb-hover: rgba(0,0,0,.35);
  --sb-thumb-active: rgba(0,0,0,.5);

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}

/* WebKit (Chrome, Edge, Safari) */
.acc_brands::-webkit-scrollbar{
  width: var(--sb-size);
}

.acc_brands::-webkit-scrollbar-track{
  background: var(--sb-track);
  border-radius: 999px;
}

.acc_brands::-webkit-scrollbar-thumb{
  background: var(--sb-thumb);
  border-radius: 999px;

  /* makes a “floating pill” thumb */
  border: 3px solid transparent;
  background-clip: padding-box;
}

.acc_brands::-webkit-scrollbar-thumb:hover{
  background: var(--sb-thumb-hover);
  background-clip: padding-box;
}

.acc_brands::-webkit-scrollbar-thumb:active{
  background: var(--sb-thumb-active);
  background-clip: padding-box;
}

/* Optional: if the list sits on a dark panel */
.acc_brands.is-dark{
  --sb-thumb: rgba(255,255,255,.22);
  --sb-thumb-hover: rgba(255,255,255,.35);
  --sb-thumb-active: rgba(255,255,255,.5);
}
.wc-brand-title{
    text-transform: capitalize;
}
.spar_brands span{
    text-transform: capitalize;
}
.spar_brands{
  height: 317px;
  overflow-y: auto;

  /* keeps layout stable when scrollbar appears */
  scrollbar-gutter: stable;

  /* theme knobs */
  --sb-size: 10px;
  --sb-track: transparent;
  --sb-thumb: rgba(0,0,0,.22);
  --sb-thumb-hover: rgba(0,0,0,.35);
  --sb-thumb-active: rgba(0,0,0,.5);

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}

/* WebKit (Chrome, Edge, Safari) */
.spar_brands::-webkit-scrollbar{
  width: var(--sb-size);
}

.spar_brands::-webkit-scrollbar-track{
  background: var(--sb-track);
  border-radius: 999px;
}

.spar_brands::-webkit-scrollbar-thumb{
  background: var(--sb-thumb);
  border-radius: 999px;

  /* makes a “floating pill” thumb */
  border: 3px solid transparent;
  background-clip: padding-box;
}

.spar_brands::-webkit-scrollbar-thumb:hover{
  background: var(--sb-thumb-hover);
  background-clip: padding-box;
}

.spar_brands::-webkit-scrollbar-thumb:active{
  background: var(--sb-thumb-active);
  background-clip: padding-box;
}

/* Optional: if the list sits on a dark panel */
.spar_brands.is-dark{
  --sb-thumb: rgba(255,255,255,.22);
  --sb-thumb-hover: rgba(255,255,255,.35);
  --sb-thumb-active: rgba(255,255,255,.5);
}

.spare_tab{
    cursor: pointer;
}
.spar_brandfilter{
        width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.spar_block{
    display: none;
}
.spar_block.active{
    display: block;
}
.megamenu-content-wrapper#mega-accessories {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-36%);
    width: unset;
    max-width: unset;
    pointer-events: none;
    z-index: 999;
}

.acc_tab{
    cursor: pointer;
}
.acc_brandfilter{
        width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.acc_block{
    display: none;
}
.acc_block.active{
    display: block;
}

.search-2 input{
    padding-left: 10px !important;
}
.icon_233 .elementor-icon-list-item{
        justify-content: space-between;
    flex-direction: row-reverse;
}
.acc_tab.active{
    background: #e6f0fb;
    border-left: 3px solid #0a6ebf;
}
.spare_tab.active{
    background: #e6f0fb;
    border-left: 3px solid #0a6ebf;
}
.div_6711{
    min-width: 160px;
}
.megamenu-content-wrapper#mega-spares {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-58%);
    width: unset;
    max-width: unset;
    pointer-events: none;
    z-index: 999;
}
.sw_related_upsell_widget .product_type_simple{
       display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.add_sku .product_type_simple{
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.best-selling-product .resp-slider-container .item {
    padding: 0 8px !important;
}
.featured-product .resp-slider-container .item {
    padding: 0 8px !important;
}
.resp-slider-container .slick-list{
    padding: 0 0px 20px 0;
}
.resp-slider-container .item-wrap{
        padding-bottom: 18px !important;
        background: #fff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.04);
}
.major-brands-container {
    height: 400px;           /* Set a specific height */
    overflow-y: auto;        /* Enable vertical scrolling */
    overflow-x: hidden;      /* Prevent horizontal shifting */
    padding-right: 10px;     /* Space for the scrollbar */
    margin-top: 20px;
}

/* Optional: Make the scrollbar look better */
.major-brands-container::-webkit-scrollbar {
    width: 2px;
}
.major-title{
        font-size: 22px;
    color: black;
}
.major-brands-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.major-brands-container::-webkit-scrollbar-thumb {
    background: #4ECDC4; 
    border-radius: 10px;
}

/* Ensure the grid inside remains two columns */
.brand-grid-popup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-bottom: 20px; /* Space at the bottom of the scroll */
}
.brand-grid-popup {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Exactly two in a row */
    gap: 12px;
    padding: 10px 0;
}

/* Inherited Styles from your shortcode */
.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 16px;
    padding: 14px;
    min-height: 110px;
    background: linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);
    border: 1px solid rgba(20,20,20,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: transform .18s ease, box-shadow .18s ease;
    overflow: hidden;
}

.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
    border-color: rgba(99,102,241,.25);
}

.brand-logo {
    height: 60px; /* Slightly smaller for the popup */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand-initial {
    font-weight: 800;
    font-size: 24px;
    color: #111827;
}

.brand-name {
    margin-top: 10px;
    font-size: 13px;
    color: #111827;
    font-weight: 600;
    text-align: center;
}

.item .item-wrap .item-detail .item-content .item-bottom .button, .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button, .item .item-wrap .item-detail .item-content .item-bottom .product_type_external, .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped, .item .item-wrap .item-detail .item-img .item-bottom .button, .item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button, .item .item-wrap .item-detail .item-img .item-bottom .product_type_external, .item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped{
    font-size: 14px !important;
}
.brand_sku_wrapper{
        padding: 10px 0;
    display: block;
}
.ctpc-uk-title{
        margin: 10px 0 0px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: calc(1.3em * 2);
}
.item .item-wrap .item-detail .item-content h4, .item .item-wrap .item-detail .item-img h4 {
    margin: 10px 0 0px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: calc(1.3em * 2);
}
.wc-brand-products ul{
        gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.wc-brand-products ul.products-loop:before{
    content:unset;
}
.wc-brand-products .products-loop li{
        background: #fff;
    border-radius: 14px;
    padding: 10px 0px;
    text-align: center;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.04);
    width: 100% !important;
}
.sub-menu-open li a{
        padding-right: 15px !important;
}
.sub-menu .sub-menu.sub-menu-open li a{
        border-left: 1px solid;
        padding-right: 15px !important;
}
.sub-menu-open li{
        border-bottom: unset !important;
   
    padding-left: 26px;
}
.main_toplink .hfe-has-submenu-container a{
    font-size:15px !important;
}
.main_toplink.parent a{
    font-size:15px !important;
}
.main_toplink .sub-menu a{
    font-size:13px !important;
}
.html-556 .banner-wrap a{
    display: flex !important;
}
.html-556 .banner-wrap a img{
    width: 65px;
}
.filter-link{
        display: block;
    margin-bottom: 10px;
}
.viewall-btn{
        background: #253169;
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
        position: absolute;
    right: 53px;
}
.white-block .box-titlez h3{
    color: white;
}
.white-block .box-titlez .view-all{
     color: white;
}
.product_slider44 .item-wrap{
        border-radius: 12px;
    padding: 20px !important;
}
.product_slider44 .product_type_simple{
        display: table !important;
    margin: auto !important;
    margin-bottom: 12px !important;
}
.contact-right.div_443 .cf-sub{
    width: 100%;
}
.contact-right.div_443 .cf-name{
    width: 49% !important;
    margin-right:2% !important;
}
.contact-right.div_443 .cf-mail{
    width: 49% !important;
    margin-right:0% !important;
}
.category_2333 p{
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
     max-height: 0;
}

.category_2333 .e-child:hover p{
     max-height: 100px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.product_detail .content_product_detail .product_title{
    font-size: 25px !important;
}
.product_detail .content_product_detail .item-brand >a{
        text-transform: capitalize;
    font-weight: 600;
    color: #161616;
    border: 1px solid #80808052;
    border-radius: 6px;
    padding: 5px 15px !important;
    margin-left: 10px;
}
.sw-child-cat2 .content-slider .best-seller-product .wrap-content .item .item-inner .item-content h4 a{
    font-size: 18px !important;
}
.item.item-countdown .item-wrap .item-detail .item-content h4 a, .item.item-countdown .item-wrap .item-detail .item-img h4 a, .item.item-countdown-cat .item-wrap .item-detail .item-content h4 a, .item.item-countdown-cat .item-wrap .item-detail .item-img h4 a{
     font-size: 18px !important;
}
.home-style5 .brand-ship .banner-wrap a .banner-cout h3 {
    font-size: 18px !important;
}
.brand-ship .banner-wrap a .banner-cout span{
     font-size: 14px !important;
}
.sw-child-cat2 .child-top .block-title h3 {
    font-size: 24px !important;
}
.sw-child-cat2 .child-top .childcat-content ul li a{
    font-size: 14px !important;
}
.sw-child-cat2 .content-slider .best-seller-product .box-slider-title h2{
        font-size: 20px !important;
}
.wc-brand-page{
        max-width: 1650px;
    margin: auto;
    padding: 15px;
}
.wc-brand-header{
        padding: 80px 0;
    text-align: center;
}
.wc-brand-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* left column */
.wc-brand-sidebar {
    width: 250px;
    flex-shrink: 0;
}

/* right column */
.wc-brand-products {
    flex: 1;
}
.filter-checkbox input{
    margin: 0 !important;
}
/* filter card like screenshot */
.filter-box {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f9f9f9;
    font-size: 14px;
    margin-bottom: 20px;
}

.filter-box__header {
    background: #f1f1f1;
    padding: 8px 12px;
    font-weight: 600;
}

.filter-box__body {
    padding: 10px 12px 8px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

/* mobile */
.mobile-filter-toggle {
    display: none;
    margin-bottom: 12px;
}
@media (min-width: 1200px) {
    .wc-brand-page .col-lg-4 {
        width: 20%;
    }
}
@media (max-width: 768px) {
    
    
    body .html-556 .brand-ship .banner-wrap a .banner-cout h3 {
    font-size: 15px !important;
}
body .html-556 .brand-ship .banner-wrap a .banner-cout span {
    font-size: 13px !important;
}
body .html-556 .brand-ship .banner-wrap a {
 
    width: 100%;
}
body .html-556 .brand-ship .banner-wrap {
    padding: 6px 0;
    text-align: center;
}
    .html-556 .brand-ship {
    overflow-y: hidden;
  
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
body .html-556 .brand-ship >.item {
    width: auto;
    padding: 0;
}

    .wc-brand-layout {
        flex-direction: column;
    }
    .wc-brand-sidebar {
        width: 100%;
        display: none;
    }
    .wc-brand-sidebar.is-open {
        display: block;
    }
    .mobile-filter-toggle {
        display: inline-block;
    }
}

.reviews-content{
    display: none;
}
.item-bottom a{
    margin: 10px 0 !important;
}
.single-product #contents-detail{
    width: 100% !important;
}
.header-style5 {
    box-shadow: 0 1px 0px 0px #eeeeee !important;
}
.item .item-wrap .item-detail .products-thumb >a img{
        height: 280px;
    object-fit: contain;
}
.product-brand-block .product-brand-link img{
    width: 125px;
}

.alchemy-specs-wrap { margin: 28px 0 16px; }
.alchemy-specs-inner{
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 14px;
	padding: 18px 18px 10px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.alchemy-specs-title{
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 700;
}
.alchemy-specs-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 12px;
}
.alchemy-spec-card{
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 12px;
	padding: 12px;
	background: #fafafa;
}
.alchemy-spec-label{
	font-size: 12px;
	font-weight: 700;
	opacity: .7;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.alchemy-spec-value{
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 991px){
	.alchemy-specs-grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 575px){
	.alchemy-specs-grid{ grid-template-columns: 1fr; }
}

.button.product_type_variable{
   display: none !important; 
}
.sw-variation-wrapper{
      display: none; 
}
.resp-slider-container img{
        height: 250px;
    object-fit: contain;
}
.wc-cat-container {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.wc-cat-filters {
    position: sticky;
    top: 20px; /* distance from top */
    align-self: flex-start;
    height: fit-content;
}

.wc-cat-header{
        text-align: center;
    padding: 20px 0;
}
.wc-cat-filters {
    width: 250px;
}
.filter-blockOption{
    padding: 20px;
}
.wc-cat-filters .filter-block{
        background: #f9f9f9;
   
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
.filter-block {
    margin-bottom: 25px;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
        padding: 14px 20px;
    background: #f2f2f2;
    margin: 0;
}

.wc-cat-filters label {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.wc-cat-filters input[type="checkbox"] {
    margin-right: 8px;
}

/* Product section grows */
.wc-cat-products {
    flex: 1;
}

.wc-cat-page{
        max-width: 1650px;
    margin: auto;
    padding: 15px;
}
.wc-cat-page .item-detail .item-description{
    display: none;
}
.wc-cat-page .item{
    margin-bottom:15px;
}
.blurCss {
    backdrop-filter: blur(7.300000190734863px);
}
.catalog-download-btn{
       display: table !important;
    margin-bottom: 20px !important;
}
.blurCss .elementor-widget-text-editor{
    min-height: 74px;
}
body .brand-ship .item {
    width: 25%;
}
@media (max-width: 991px) {
   body .brand-ship >.item {
        width: 245px;
    }
}
.alphabet-buttons{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.popup-alphabet h3{
        font-size: 13px;
    margin-top: 25px;
    color: #b3b3b3;
    font-weight: 400;
}
.popup-title{
        font-size: 22px;
    color: black;
}
.popup-shopall a{
        background: #5bc0eb;
    color: white;
    padding: 10px 17px;
    display: table;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}
#popupOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999;
}

#categoryPopup.active {
  z-index: 99999;
  display: block;
}

.popup-close {
    background: transparent;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: -26px;
    z-index: 9;
}

body.popup-open {
  overflow: hidden;
}

.category-popup {
  position: fixed;
  top: 0;
 left: -388px;
  width: 340px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  z-index: 9999;
  padding: 20px;
  transition: left 0.4s ease;

}

.category-popup.active {
  left: 0;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-back {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.alphabet-buttons button {
     margin: 2px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 8px 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 23px;
}

.alphabet-buttons button:hover,
.alphabet-buttons button.active {
  background: #000;
  color: #fff;
}

.quick-search {
        font-size: 16px;
    transform: scale(0.875);
    transform-origin: left center;
  width: 100%;
  margin: 10px 0;
  padding: 8px;
  border: 1px solid #ccc;
}

.submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu-list li {
     padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.popup-submenu .submenu-list{
    margin-top: 20px;
}


.menu_2223e a.hfe-menu-item{
  
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mobile-layout .revo_top .top-form.top-search form{
    position:unset !important;
}
.hfe-nav-menu__toggle {
        margin: 0 !important;
    margin-left: auto !important;
}
.get-quote-btn {
  display: inline-block;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.wc-cat-products ul:before{
    content:unset;
}
.wc-cat-products li{
         background: #fff;
    border-radius: 14px;
    padding: 10px 0px;
    text-align: center;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.04);
    width: 100% !important;
}

.get-quote-btn::before {
  content: "";
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.get-quote-btn:hover::before {
  left: 125%;
}

.get-quote-btn:hover {
  background: linear-gradient(135deg, #0f766e, #115e59);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.get-quote-btn:active {
  transform: translateY(1px);
}

.get-quote-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.4);
}

.get-quote-btn {
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.mobile-filter-toggle {
    display: none;
}
.wc-cat-products .row{
        margin-right: 0;
    margin-left: 0;
}
.wc-cat-products ul{
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
      .wc-brand-products ul {
    grid-template-columns: repeat(3, 1fr) !important;
}
    .wc-cat-products ul{
      grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (min-width: 1200px) {
    .container, .wide-1650 .container {
        max-width: 1650px !important;
    }
    .products-loop.grid>li.col-lg-12:nth-child(2n), .products-loop.grid>li.col-lg-6:nth-child(2n+1), .products-loop.grid>li.col-lg-4:nth-child(3n+1), .products-loop.grid>li.col-lg-3:nth-child(4n+1), .products-loop.grid>li.col-lg-24:nth-child(5n+1), .products-loop.grid>li.col-lg-2:nth-child(6n+1) {
    clear: unset !important; 
}
}

@media (max-width: 600px) {
    .wc-brand-products ul {
    grid-template-columns: repeat(2, 1fr) !important;
}
    .wc-cat-products ul{
      grid-template-columns: repeat(2, 1fr) !important;
    }
.wc-cat-container{
    display: unset;
}
    .mobile-filter-toggle {
        display: block;
        width: 100%;
        background: #333;
        color: #fff;
        padding: 12px;
        font-size: 16px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 10px;
        text-align: left;
    }

    /* Filters hidden by default */
    .wc-cat-filters {
        display: none;
        width: 100%;
        position: static !important;
    }

    /* Visible when toggled */
    .wc-cat-filters.active {
        display: block;
    }

    /* Products grid */
    .wc-cat-products ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .bosmarket_breadcrumbs{
        padding: 0 15px;
    }
    .resp-slider-container .item-wrap{
        padding: 12px 10px !important;
    }
    body .brand-ship >.item {
    width: 48vw !important;
}
    .get-quote-btn{
        padding: 12px 13px !important;
    }
    .elementor-page-5667 .button.product_type_simple{
        display: none !important;
    }
    .revo_top .top-form.top-search input {
         font-size: 16px !important;
    transform: scale(0.875);
    transform-origin: left center;
    }
}