/** Shopify CDN: Minification failed

Line 18:23 Expected "{" but found ","
Line 1112:23 Expected identifier but found "!"
Line 1777:11 Expected ":"
Line 1777:13 Expected identifier but found "7px"
Line 1900:2 "text-tranform" is not a known CSS property
Line 1936:14 Expected identifier but found whitespace
Line 1936:15 Unexpected "14px"
Line 2846:11 Expected ":"
Line 2846:13 Expected identifier but found "7px"
Line 3012:7 Unexpected "/"
... and 30 more hidden warnings

**/
/*<style>*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}.anim { transition:all .3s ease-in-out; }

@-webkit-keyframes spin,
@-ms-keyframes spin,
@keyframes spin { 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);}}
@keyframes at-spin { 0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}
.at-spin { animation:at-spin 1.5s infinite linear; }
@keyframes scaleimg {0%, 100%{transform:scale(1);}50%{transform:scale(1.2);}}

a { color:#444; text-decoration: none; outline:none; }
a:hover { color:rgba(0,0,0,0); }
a.classic-link { text-decoration: underline; }
a:hover, a:focus { outline: 0 !important; }
.no-text-underline { text-decoration:none !important; }

p { margin:0 0 20px 0; }
.rte { margin-bottom:20px; }
.address { margin-bottom:15px; }

details > summary {list-style: none; } 
details > summary::-webkit-details-marker { display: none;}
  
div.lazyload, a.lazyload { position:relative; background-color:#f6f6f6; }
div.lazyload:before, a.lazyload:before { content:""; display:block; width:50px; height:12px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);
	background:url(//www.cnsac-medshop.com/cdn/shop/t/4/assets/loader.svg?v=146046682337118694151737147088) no-repeat center/100% auto; }
	
.gspace { 
    margin: var(--grspm); 
}
.gspace .gitem { 
    padding: var(--grspim); 
}

/* Tablet and Larger Screens */
@media only screen and (min-width: 768px) {
    .gspace { 
        margin: var(--grsp); 
    }
    .gspace .gitem { 
        padding: var(--grspi); 
    }
}

/* Mobile (smaller than 768px) */
@media only screen and (max-width: 767px) {
    .gspace { 
        margin: var(--grspm-sm, 0px); /* Default to 10px if --grspm-sm is not defined */
    }
    .gspace .gitem { 
        padding: var(--grspim-sm, 4px); /* Default to 8px if --grspim-sm is not defined */
    }
}


html { overflow-x:hidden; }


.flickity-enabled{position:relative;display:block; }
.flickity-enabled:focus, .flickity-button:focus {outline:0}
.flickity-viewport{overflow:hidden;position:relative;height:100%}
.flickity-slider{position:absolute;width:100%;height:100%}
.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}

.flickity-button{ position:absolute;top:50%;width:30px;height:30px;border-radius:50%;transform:translateY(-50%);color:var(--arrow,#000);background-color:var(--arrowbg,#fff);border:none;transition:all ease-out 0.3s; cursor:pointer; display:var(--arw, flex); justify-content: center; align-items: center;}
.flickity-button:disabled{opacity:0;cursor:auto;pointer-events:none}
.flickity-button-icon{fill:currentColor}
.flickity-button .flickity-button-icon{width:10px; min-width:12px; }
	
.flickity-button.previous{left:10px}
.flickity-button.next{right:10px}
.flickity-rtl .flickity-button.previous{left:auto;right:10px}
.flickity-rtl .flickity-button.next{right:auto;left:10px}	
.flickity-page-dots{display:var(--dot,flex); justify-content:center; flex-wrap:wrap; margin:10px 0;}
.flickity-rtl .flickity-page-dots{direction:rtl}
.flickity-page-dots .dot { background-color:var(--dots,#ddd); width:8px;height:8px; margin:5px;border-radius:50%;cursor:pointer;}
.flickity-page-dots .dot.is-selected { background-color:var(--dotsa,#000); }
	
.flslieds > .fckSl:not(:first-child) { display:None; }
.flickity-enabled.is-fade .flickity-slider > * { pointer-events:none; z-index:0; transition:all .3s ease-in-out; }
.flickity-enabled.is-fade .flickity-slider > .is-selected { pointer-events:auto; z-index:1; }
.flickity-button:hover,.flickity-button:focus{opacity:1 !important;}

.arwOut .flickity-button.previous{left:-5px}
.arwOut .flickity-button.next{right:-5px}
  
@media only screen and (min-width:1280px){
    .flickity-button {opacity:0; width: 35px; height: 35px;}
    .flickity-enabled:hover .flickity-button:not(:disabled){opacity:0.8;}
    .arwOut .flickity-button.previous{left:-30px}
    .arwOut .flickity-button.next{right:-30px}
}


body{ font-family:var(--ft1);
    background-color:#fff;
    
    color:#444; font-size:13px; margin:0; padding:0;
}

h1,h2,h3,h4,h5,h6 {
  font-family:var(--ft2); line-height:1.4; letter-spacing:0.00em;
  overflow-wrap: break-word; word-wrap: break-word; margin:0 0 0px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; font-weight: inherit; }
h1,.h1 { font-size:25px; }
h2,.h2 { font-size: 22px; }
h3,.h3 { font-size:17px }
h4,.h4 { font-size: 15px;}
h5,.h5 { font-size: 14px;}
h6,.h6 { font-size: 13px;}

@media only screen and (min-width: 766px){
  h1, .h1 { font-size:30px }
  h2, .h2 { font-size:26px }
  h3, .h3 { font-size:20px }
}

.ft1, .font1 { font-family:var(--ft1) }
.ft2, .font2 { font-family:var(--ft2) }
.ft3, .font3 { font-family:var(--ft3) }
    
.ttlTxt{color:var(--tcl);font-size:var(--tfsm);font-family:var(--tff);font-weight:var(--tfw);line-height:var(--tlh,1.2)}
.ttlTxt a {color:var(--tcl);}
.rgTxt{color:var(--cl);font-size:var(--fsm);font-weight:var(--fw);line-height:var(--lh,)}
@media only screen and (min-width:768px){
    .ttlTxt{font-size:var(--tfs)}
    .rgTxt{font-size:var(--fs)}
}

.sec-ttl {overflow:hidden; }
.sec-ttl.text-left span { margin:5px 0 0; }
.sec-ttl .h3 { color:#111; font-weight:600; margin:0 auto; font-size:18px; }
.sec-ttl p { color:#333; margin:5px auto 0; }@media only screen and (min-width:768px) {
	
	.sec-ttl .h3 { font-size:22px; line-height:1.3; }
	.sec-ttl p { max-width:800px; font-size:13px; }
}

.shopify-policy__title h1,
.page-title { letter-spacing: normal; font-weight: 600; font-size:24px; position:relative; margin:0 0 15px 0; text-align:center;}

@media only screen and (min-width:768px) {
  .shopify-policy__title h1, .page-title {margin-bottom:30px}
}

.page.section-header { border:1px solid #eeeeee; border-top:none; }
.page.section-header h1 { margin-bottom:0; padding:35px 0; font-size:20px; text-transform:uppercase; letter-spacing:1.5px; }

.acor-ttl { font-size:var(--acfs) !important; font-weight:var(--acfw); margin:0 0 5px; }
.acor-ttl a { color:var(--accl); display:flex; padding:12px 20px; text-decoration:none; background-color:var(--acbg); justify-content:space-between; border-radius: var(--bdr); align-items: center; }
.acor-ttl a:hover { opacity:0.9; }
.acor-ttl.active a { color:var(--accla); background-color:var(--acbga); }
.acor-ttl.active .at:before { content:"\ea48"; }
.tabSpace { margin-bottom:35px; }



fieldset { border: 1px solid #eeeeee; margin:0 0 15px; padding:10px; }
label { display: block; margin-bottom: 5px; }

::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder { opacity:0.6; }

input[type="tel"] { -webkit-appearance:none; -moz-appearance:none; }

input, textarea, select { color:#444444; font-size:13px; font-family:var(--ft1); margin-bottom:15px;
  	max-width:100%; line-height:1.2; padding:8px 15px;
  	border:1px solid #dddddd; background-color:#fff; 
}



@media only screen and (min-width:768px){
	input, textarea, select { padding: 10px 18px; }
}
input:focus, textarea:focus, select:focus { border-color: #c4c4c4; }
input[disabled], textarea[disabled], select[disabled] { cursor: default; }
 
select { background:#fff url(//www.cnsac-medshop.com/cdn/shop/t/4/assets/arrow-select.png?v=93383133388335707051737147088) no-repeat right 10px center; cursor:pointer; padding-right:30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; }
optgroup { font-weight:700; }
option { color:#444444; background-color:#fff; }
  
.note, .form-message, .form-success, .errors { padding:8px;}
@media only screen and (min-width:768px) {
	.note, .form-message, .form-success, .errors { padding:10px; }
}
.note, .form-message { border:1px solid #eeeeee; }
.form-success { border:1px solid #54d437; background-color: #edfbea; color: #3fbc22; border-radius:5px; }
input.input--error, select.input--error, textarea.input--error,
.errors { color:#d20000; border:1px solid #d20000; background-color:#fff8f8; border-radius:5px; }
.errors .form-message__title { color:#d20000; }
.errors ul { list-style: none; padding:0; margin:0; }
.errors a { color:#d20000; text-decoration:underline; }
.ermsg { color:#d20000; line-height:1; }
.loading-overlay:not(.hidden) + .ctitempr { display:none; }
  
.input-group { position:relative; display:table; width:100%; border-collapse:separate; }
.form-vertical .input-group { margin-bottom:15px; }
.input-group__field, .input-group__btn { width:100%; display:table-cell; vertical-align:middle; margin:0; }
.input-group__field, .input-group__btn .btn { height:38px; padding-top:0; padding-bottom:0; }
@media only screen and (min-width:768px){
	.input-group__field,  .input-group__btn .btn { height:40px; }
}
.form-vertical .input-group__field { margin:0; }
.input-group__btn { white-space:nowrap; width:1%; }
.input-group__btn .btn { white-space:nowrap; }
  
input.custCheck { display:none !important; }
span.checkbox { display:inline-block;width:16px;height:16px; margin:0 5px 0 0; border:1px solid rgba(68, 68, 68, 0.3); background:#fff; vertical-align:middle;
   font-size:11px; font-weight:400; line-height:16px;text-align:center;
}
input:checked + span.checkbox { color:#fff;background-color:#444; }
input:checked + span.checkbox:before { content:'\ea7f'; font-family:"adorn-icons"; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }
  

.btn,.spr-summary-actions-newreview { font-family:var(--ft1); font-weight:500; border: 1px solid rgba(0,0,0,0); background-color:#111111; color:#fff; text-transform:uppercase; display:inline-block; width:auto; text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer;  line-height:1; transition:all 0.3s ease-in-out; font-size:14px; padding:10px 24px; 	-moz-user-select:none; -ms-user-select:none; -webkit-user-select:none; user-select:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0;   letter-spacing: 0px; }
	
.btn-rounded { border-radius: 6px;}
.btn-round { border-radius: 30px;}
.spr-summary-actions-newreview {padding-bottom:10px !important;}
	
.btn.btn-sm { padding:12px 20px; font-size:13px; }	
.btn.btn-md { padding:14px 25px; }
.btn.btn-lg { padding:18px 34px; }


  
@media only screen and (max-width:767px) {
	.btn.mob-btn-sm {padding: 10px 18px;}
	.btn.mob-btn-md {padding:12px 22px; }
	.btn.mob-btn-lg {padding:14px 28px;}
}
	
 @media only screen and (max-width:480px) {
   .spr-summary-actions-newreview {float:none !important;}
   .spr-summary-actions { display:block; margin-top:10px; }
}
	
.btn:hover, .btn:focus, .spr-summary-actions-newreview:hover { 
  color:#111; background-color:rgba(0,0,0,0); border-color:#111111; opacity:1;
  
}
.btn[disabled] { cursor:default; opacity:0.7; }
.btn2 { color:#fff !important; background-color:#136666 !important; border-color:#136666;
  
}
.btn2:hover,
.btn2:focus { color:#136666; background-color:#fff; border-color:#136666 }

.btn3 { border-color:#136666; color:#136666 !important; background-color:#ffffff !important;}
.btn3:hover, .btn3:focus { border-color:#136666;  color:#fff; background-color:#ffffff;}

.bdr-btn1 { color:#000; background-color:transparent; border:1px solid #000; }
.bdr-btn1:hover, .bdr-btn1:focus  {color:#fff; background-color:#000; border-color:#000;}

.bdr-btn2 { color:#009a9e; background-color:transparent; border:1px solid #009a9e;}
.bdr-btn2:hover, .bdr-btn2:focus {color:#fff; background-color:#009a9e; border-color:#009a9e;}

.btn-link { color:#009a9e; background:transparent; border:0; margin:0; outline:none !important; box-shadow:none !important; }
.btn-link:hover, .btn-link:focus { color:#111111; background:transparent; }
.btn--narrow { padding-left:15px; padding-right:15px; }
.btn--disabled,.btn--disabled:hover, .btn--disabled:focus { opacity:0.5; cursor:default; }
.text-link { display:inline; border:0 none; background:none; padding:0; margin:0; }

.qtyField { display:inline-flex; border:1px solid #dddddd;
	border-radius:0; }
.qtyField .qtyBtn, .qtyField input { margin:0; color:#444444; width:42px; height:43px; text-align:center; line-height:normal; text-align:center; padding:11px 0; background:none; border-radius:0; }
.qtyField .qtyBtn { line-height:22px; border:0; }
.qtyField .qtyBtn .at { font-size:10px; pointer-events:none; }
.qtyField .qty { border:0 none; }
.qtyField .qtyBtn.minus {  border-right:1px solid #dddddd;}
.qtyField .qtyBtn.plus {  border-left:1px solid #dddddd;}
	
.social-sharing { clear:both; }
.btn--share { color:#111; font-weight:400; margin:5px; display:inline-block; letter-spacing:0; text-transform:capitalize; }
.btn--share .at { font-size:13px; min-width:14px; min-height:14px; vertical-align:middle; margin-right:1px; }
.btn--share .at-twitter-x {  font-size:11px;}
.btn--share .at-facebook-official { color:#3b5998; }
.btn--share .at-twitter-square { color:#00aced; }
.btn--share .at-pinterest-square { color:#cb2027; }
.btn--share .at-google-plus-square { color:#DD4D42; }
.share-title { display:inline-block; vertical-align:middle; }

hr { margin:25px 0; border:0; border-bottom:1px solid #eeeeee; }
.hr--small { padding:10px 0; margin:0; }
.hr--invisible { border-bottom:0; }
.border-bottom { border-bottom: 1px solid #eeeeee; }
.border-top { border-top: 1px solid #eeeeee; }
.no-border { border:0; }

.social-icons { display:inline-flex; align-items:center; column-gap:15px; }
.social-icons a:hover { opacity:0.7; }


table { margin-bottom:7.5px; }
th { font-weight:600;}
th,td {  text-align:left; border:1px solid #eeeeee; padding:10px; }

.ds-table { display:table; table-layout:fixed; width:100%; margin:0 !important }
.able-cell { float:none; display:table-cell; vertical-align:middle; padding:0 }
  

@media only screen and (max-width:766px) {
.responsive-table thead { display:none; }
.responsive-table tr { display:block; }
.responsive-table tr, .responsive-table td { float:left; clear:both; width:100%; }
.responsive-table th, .responsive-table td { display:block; text-align:right; padding:10px 15px; border:0; margin:0; }
.responsive-table td::before { content:attr(data-label); float:left; text-align:center; font-size:12px; padding-right:10px; }
.responsive-table__row + .responsive-table__row, tfoot > .responsive-table__row:first-child { position:relative; margin-top:10px; padding-top:15px; }
.responsive-table__row + .responsive-table__row::after, tfoot > .responsive-table__row:first-child::after { content:''; display:block; position:absolute; top:0; left:7.5px; right:7.5px; border-bottom:1px solid #eeeeee; }
}

.placeholder-svg { display:block; fill:rgba(68, 68, 68, 0.2); background-color:rgba(68, 68, 68, 0.05); width:100%; height:100%; max-width:100%; max-height:100%; border:1px solid rgba(68, 68, 68, 0.1); }
.placeholder-noblocks { padding:40px; text-align:center; }
.placeholder-background { position:absolute; top:0; right:0; bottom:0; left:0; }
.placeholder-background .icon { border:0; }

.pr_price { color:#444444; font-weight:400; }
s.pr_price { opacity:0.6; font-weight:400; }
.pr_price.sale { color:#f77575; }
.unit-price { font-size:90%; opacity:0.7; }

.price__unit { color:#444; font-size:12px; font-weight:400; opacity:0.7; }

.product__policies { margin:-20px 0 20px; }


.main-content { display:block; }
  
@media only screen and (min-width:768px){ .main-content { min-height:500px }}

.page-wrapper { @include transition(all 0.3s ease-in-out); }



.empty-page-content { padding:125px 15px; }
@media only screen and (max-width:766px) {
	.empty-page-content { padding-left:10px; padding-right:10px; }
}
.shopify-policy__container { padding:30px 0; }



.grid-products {margin:0 -7.5px;}
.grid-products .gitem { padding-left:7.5px; padding-right:7.5px;}
.grid-products.carousel .gitem { padding-top:10px; padding-bottom:10px; }
@media only screen and (min-width:768px) {
    .grid-products {margin:0 -10.0px;}
    .grid-products .gitem { padding-left:10.0px; padding-right:10.0px;}
}


.empty.default { padding-top:0px; }
.empty.small { padding-top:0px; }
.content-indent { margin-top:0px; }
.content-indent.small { margin-top:0px; }
.content-indent.none { margin-top:0px; }
.section-cover { padding:0px 10px; }

@media only screen and (min-width:768px) {
	.content-indent { margin-top:0px; }
	.content-indent.small { margin-top:0px; }  
	.section-cover { padding:0px 0; }
	.section-cover.small-pd { padding:0px 0; }
}


.modalsCenter, .loadingBox, .modal { position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); }
.modalOverly { display:none; position:fixed; bottom:0; left:0; right:0; top:0; z-index:666; background-color:rgba(0, 0, 0, 0.6); transition:all 0.4s cubic-bezier(0.29, 0.63, 0.44, 1); }
.loadingBox { display:none; padding:20px; background-color:#fff; border-radius:5px; box-shadow:0 0 5px rgba(0, 0, 0, 0.3); z-index:1050; }
.loadingBox .at { font-size:40px; opacity:0.7; }
.loading .loadingBox { display:block; position:fixed; }
.showOverly .modalOverly, .loading .modalOverly { display:block; }
.hideOverly .modalOverly { display:none; }

.mfp-zoom-in .mfp-with-anim { opacity:0; transform:scale(0.9); transition:all 0.3s ease-in-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim { opacity:1; transform:scale(1); }
.mfp-zoom-in.mfp-removing .mfp-with-anim { opacity:0; transform:scale(0.9); }

.mfpbox { margin:0 auto; padding:30px; max-width:800px; position:relative; background-color:#fff; box-shadow:0 0 20px rgba(68, 68, 68, 0.3); }
.mfpbox .mfp-close { right:10px; opacity:1; top:10px; color:#444; line-height:30px; height:30px; width:30px; }
@media only screen and (max-width:767px) {
  .mfpbox { padding:20px; overflow-x:scroll; }
}





.topSpace { height:40px; }
.bredcrumbWrap { background:#f9f9f9; margin-bottom:20px; }
.breadcrumbs { padding-top:10px; padding-bottom:10px; }
.breadcrumbs.fullwidth { padding:10px 55px; }
.breadcrumbs a, .breadcrumbs span { text-transform:none; color:#111; display:inline-block; padding:0 3px 0 0; margin-right:3px; font-size:12px; }
.breadcrumbs a:first-child, .breadcrumbs span:first-child { padding-left:0; }

@media only screen and (max-width:1024px) {
  .template-product .topSpace { height:5px;}
  .breadcrumbs.fullwidth { padding:8px 15px; }
}
@media only screen and (min-width:768px) {
  .bredcrumbWrap {margin-bottom:30px;}
}


.ttu {text-transform:uppercase;}
.cl_hrm { background:var(--hrmenubg); padding:15px 0; position:relative;}
.cl_hrm ul li {padding:0 15px;}
.cl_hrm ul li a {color:var(--hrmenutxt); font-size:var(--hrmf); white-space:nowrap}
.cl_hrm ul li.active {opacity:0.6;}

.clLinksWrap { padding:0 30px; overflow-x:scroll; scroll-padding-left:1rem; scroll-snap-type:x mandatory; scrollbar-width:none; }
.clLinksWrap:after, .clLinksWrap:before { content: ""; width:70px; height:50px; opacity:1; position: absolute; top:0; }
.clLinksWrap:after { background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--hrmenubg) 100%); right:0; }
.clLinksWrap:before { background: linear-gradient(90deg, var(--hrmenubg), rgba(255,255,255,0) 100%); left:0; }
.cl_hrm::-webkit-scrollbar { display:none; } 
.clLinksWrap ul { display:inline-flex; scroll-snap-align: start; scroll-snap-stop: always; }

  
.cl-item { position:relative; overflow:hidden; border-radius: var(--img_rad);}
.cl-item .cl-item__link { opacity:1; }

.clbox .details { color:var(--tcl); z-index:1; position:relative; padding:15px; width:100%; background-color:var(--dtbg); transition:all 0.3s ease-out; }
.clbox .details.pad-0 { padding-left:0; padding-right:0; }
.clbox .counts { font-size:13px; font-weight:400; opacity:0.7; display:block; margin-top:5px; white-space: nowrap; }
.clbox .btn { display:inline-block; margin-top:8px; }

.clbox.st1 .details { display:flex; justify-content:center; align-items:center; flex-direction:column; height:100%; position:absolute; top:0; left:0; opacity:0; }
.clbox.st1 .cl-item:hover .details { opacity:1; }

.clbox.st2 .details { position:absolute; bottom:0; left:0; transform:translateY(100%); }
.clbox.st2 .cl-item:hover .details { transform:translateY(0); }

.clbox.st3 .cl-item__link { border-radius:var(--dtbdr); display:block; overflow:hidden;}

@media (max-width: 425px) {

.clbox.st3 .cl-item__link {
  display: flex;
    flex-direction: column;
    gap: 30px;
}

}

.clbox.st4 .details,.clbox.st5 .details,.clbox.st6 .details { position:absolute; left:50%; width:auto; border-radius:var(--dtbdr); }
  
.clbox.st4 .details { right:20px; padding:15px 25px; }
.clbox.st5 .details {top:50%; transform:translate(-50%,-50%); }
.clbox.st6 .details { bottom:41px; transform:translateX(-50%); }
	
.clbox.st7 .imgWrap { border-radius:50%; overflow: hidden;}
.clbox.st7 .details { margin-top:10px;}

@media only screen and (max-width:766px) {
    .cl-item:hover .img {transform:none;}
	.clbox.st1 .details, .clbox.st2 .details,
	.clbox.st4 .details { background-color:var(--dtbgm);  opacity:1; padding:10px 15px; position:relative; left:0; bottom:inherit; transform:translateY(0); border-radius:0 0 var(--dtbdr) var(--dtbdr);  }
}
.clbox.fullwidth div[class^="grid-mr-"] { margin:0; }

.cldtl_wrap { position:absolute; top:0; left:0; right:0; bottom:0; padding:30px; }
    
.clbnrs .details { color:var(--tcl); font-size:var(--dtfsm); font-family:var(--dtff); font-weight:var(--dtfw); line-height:var(--dtlh); }
.clbnrs .details.bx { padding:15px; background-color:var(--dtbg); border-radius:var(--dtbdr); }
.clbnrs .details p { margin:5px 0 0; }
.clbnrs .details .btn { margin-top:14px; }
.clbnrs  .imgWrap {border-radius: var(--ibdr); overflow: hidden;}
@media only screen and (min-width:1024px) {
  	.clbnrs .details { font-size:var(--dtfs); }
    .clbnrs .details.bx { padding:25px; }
}
.count-bubble {display:none;}

#shopify-section-sub-collections .collection-banner.top { display:flex; justify-content:center; align-items:center;
  background-position:50% 0; }


.product-labels { position:absolute; left:10px; top:10px; z-index:11; gap:5px; }
.product-labels .lbl { color:#fff; font-size:11px; font-weight:500; letter-spacing:0; text-transform:none;
  
  	border-radius:50%; display:flex; align-items:center; white-space:normal; line-height:1; justify-content:center; height:45px; width:45px;
  
}
.product-labels .on-sale { background-color:#ff708e; }
.product-labels .sold-out { background-color:#000; }
.product-labels .pr-label1 { background-color:#000; }
.product-labels .pr-label2 { background-color:#e9a400; }
.product-labels .pr-label3 { background-color:#81d53d; }


.tooltip-label { font-size:11px; text-transform:none; line-height:18px; transition:all 0.2s ease-in-out; visibility:hidden; opacity:0; background-color:#000; color:#fff;
	border-radius:0; padding:0 5px;	white-space:nowrap; position:absolute; bottom:calc(100% + 20px); left:50%; transform:translateX(-50%); }
.tooltip-label:before { content:""; border:5px solid transparent; border-top-color:#000; position:absolute; bottom:-9px; left:50%; margin-left:-5px; }
@media only screen and (max-width:1024px) {
	.tooltip-label { display:none; }
}

.gridSwatches { margin-top:10px; column-gap:6px; }
.gridSwatches li { overflow:hidden; position:relative; height:17px; width:17px; background-size:100% auto; background-repeat:no-repeat; cursor:pointer; box-shadow:0 0 1px 1px #ddd; border:2px solid #fff; border-radius:50px;}
.gridSwatches li.medium { height:30px; width:30px; }
.gridSwatches li.large { height:40px; width:40px; }
.gridSwatches li:hover, 
.gridSwatches li.active { box-shadow:none; border:1px solid #000000; }
.gridSwatches li .white { border:1px solid #ddd; }
.gridSwatches li .white .at { color:#000; }
.gridSwatches li.numb { width:auto; height:auto; border:0 none; box-shadow:none; }
@media only screen and (min-width:1025px) {
	.gridSwatches li:hover { overflow:visible; }
	.gridSwatches li:hover .tooltip-label { opacity:1; bottom:calc(100% + 7px); visibility:visible; z-index:2; }
}
@media only screen and (max-width:766px) {
	.gridSwatches li.large,
  	.gridSwatches li.medium {  height:25px; width:25px; }
}

.gview-img { width:100%; overflow:hidden; position:relative; z-index:1; border-radius:0px; overflow: hidden; }
.gitem-img { display:block; position:relative; padding-bottom:130%;
  background-position:center center; background-size:cover; background-repeat:no-repeat; transition:opacity ease-out 0.4s; border-radius:0px; }
.gitem-img .placeholder-svg { position:absolute; width:100%; height:100%; }
.gview-img .hover,
.gview-img .variantImg { visibility:hidden; opacity:0; position:absolute; left:0; top:0; z-index:2; width:100%; }
.showVariantImg .gitem-img { opacity:0; }
.showVariantImg .variantImg { visibility:visible; opacity:1; }
.gview-img .at-spinner4{color:#000;font-size:24px;text-shadow:1px 1px 2px rgba(255,255,255,.7);transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;z-index:50}
@media only screen and (min-width:1025px) {
	.gview-img:hover .primary { opacity:0; }
  	.gview-img:hover .hover { opacity:1; visibility:visible; }
}

.grid-view-item__vendor { color:#777; margin-bottom:5px; }
.grid-view-item__title, .group-prod h5 a { color:#444444; font-size:13px; text-transform:none; font-weight: 500; }
.grid-view-item__title:hover,  .group-prod h5 a:hover { color:#f67280;}

.priceWraper { margin:5px 0 10px; column-gap:10px; }
.priceWraper .price__unit { margin:0; }
.grid-view-item .spr-badge-caption, .list-columns .spr-badge-caption { display:none;}
.grid-view-item { margin-bottom:0px; text-align:left; position:relative; z-index:0; border:1px solid rgba(0,0,0,0); transition:all 0.3s ease-out; }
.carousel .grid-view-item {margin-bottom:0;}
.grid-view-item .sizelink { display:none; }

.grid-view-item .button-set { width:100%; display:block; font-size:0px; position:absolute; bottom:-30px; left:0; z-index:444; opacity:0; visibility:hidden; transition:all 0.3s ease-out; }
.grid-view-item .button-set .btn { display:inline-block; font-weight:400; border:0; background-color:#111111; position:relative; font-size:18px; padding:0; margin:0px 0px 8px 15px; line-height:36px; width:100%; height:38px; width:40px; text-align:center;
 border-radius:4px;}  
.grid-view-item:hover .button-set { bottom:10px; opacity:1; visibility:visible }
.grid-view-item .button-set .btn:hover { opacity:1; background-color:#f75b5b; }
.grid-view-item .button-set .btn:hover .tooltip-label { opacity:1; bottom:calc(100% + 7px); visibility:visible; z-index:2; }
.grid-view-item .button-set .at { color:#fff;  }
.grid-view-item .button-set .btn:hover .at{color:#fff; }

@media only screen and (max-width:766px) {
    .grid-view-item .button-set .btn { line-height:30px; height:32px; width:34px; margin: 15px; }

  .grid-view-item .button-set .at { font-size:14px; }
  .collection-tabs-wrapper .carousel .grid-view-item { margin-bottom:20px;}
}

.spr-badge-starrating .spr-icon, .spr-icon {font-size:11px !important; margin-right: 1px;}
.grid-view-item .details { padding:0px 0px 0px; }
.grid-view-item .pr_price { font-size:14px; display:inline-block; }
.grid-view-item .pr_price.sale { padding-right:0; }
.grid-view-item .product-review { line-height:1; margin-bottom:14px; }
.grid-view-item .overly { content:""; display:block; width:100%; height:100%; opacity:0; position:absolute; top:0; left:0; z-index:4; background-color:rgba(255, 255, 255, 0.85); transition:all 0.3s ease-out; }

.grid-view-item.style2 .button-set,
.grid-view-item.style3 .button-set {  margin-top:10px; }
.grid-view-item.style3 .details { padding-top:10px;}

.grid-view-item.style4 .details { text-align:left; }
.grid-view-item.style4 .button-set, .grid-view-item.style6 .button-set { left:10px; bottom:10px; width:40px; }

.grid-view-item.style5 .flatbtn { margin:10px 0; }
.grid-view-item.style5 .flatbtn .btn { border:0; color:#fff;  padding:15px 30px; background-color:#111111; }
.grid-view-item.style5 .flatbtn .btn:hover { color:#fff;  background-color:#f75b5b;}

.grid-view-item.style6 .gridSwatches {text-align: left;margin-left: -2px; }
.grid-view-item.style6 .gridSwatches li {width: 35px; height: 18px;}
.grid-view-item.style6 .details {text-align: left; padding-left: 0;}

	
@media only screen and (min-width:1025px) {
    .grid-view-item.style2 .details { width:100%; height:auto !important; padding-bottom:30px; opacity:0; position:absolute; top:50%; left:0; z-index:5; transform:translateY(-50%); transition:all 0.3s ease-out; }
    .grid-view-item.style2:hover .button-set { bottom:-20px; }
    .grid-view-item.style2:hover .overly,
  	.grid-view-item.style2:hover .details { opacity:1; }
    .grid-view-item.style2 { margin-bottom:20px;}
  
    .grid-view-item.style3 .gridSwatches { border-bottom:1px solid rgba(0,0,0,0); }
    .grid-view-item.style3 .button-set { position:static; opacity:1; visibility:visible; }
  
    .grid-view-item.style4:hover .button-set, .grid-view-item.style6:hover .button-set { visibility:visible; opacity:1; }
  	.grid-view-item.style4 .button-set .tooltip-label, 	.grid-view-item.style6 .button-set .tooltip-label { left:55px; bottom:50%; transform:translateY(50%); }
	.grid-view-item.style4 .button-set .tooltip-label:before, .grid-view-item.style6 .button-set .tooltip-label:before { border-color:transparent; border-right-color:#000; left:-4px; bottom:4px; }
	.grid-view-item.style4 .btn:hover .tooltip-label, .grid-view-item.style6 .btn:hover .tooltip-label { left:45px; bottom:50%; transform:translateY(50%); }
  	
  	.grid-view-item.style5 .flatbtn .btn { margin-bottom:10px; }
}
@media only screen and (max-width:1024px) {
  .grid-view-item { margin-bottom:20px; }
  .grid-view-item .button-set { bottom:5px; opacity:1; visibility:visible; }

  .grid-view-item.style2 .button-set, .grid-view-item.style3 .button-set { position:relative; bottom:0; margin-bottom:10px; }        
  .grid-view-item .details { position:relative; padding:0px 0 10px; text-align:left; }

  .grid-view-item.style4 .saleTime.mobile { justify-content:left; padding:10px 0 0 10px;}

  .grid-masonary .grid-view-item .details{ padding-bottom:15px;}
	
  .grid-view-item.style6 .saleTime {justify-content: start;   margin-left: 5px;}
}
  
.shopify-product-reviews-badge { min-height:17px; }
.saleTime { position:absolute; opacity:1; bottom:10px; left:0; right:0; z-index:11; column-gap:3px; }
.saleTime > span { font-size:9px; font-weight:400; min-width:35px; padding:7px 5px; line-height:1.2; text-align:center; text-transform:uppercase; color:#444444; border:1px solid #fff; background-color:rgba(255, 255, 255, 0.7); }
.saleTime > span span { display:block; font-size:12px; font-weight:700; }
.saleTime.mobile { position:static; margin:0 -10px; }
.saleTime.mobile > span { margin:0; min-width:30px; font-size:10px; background:#f2f2f2; }
.grid-view-item:hover .saleTime.desktop { opacity:0; }

@media only screen and (max-width:1024px) {
.saleTime.mobile { margin-top:10px;}
}
  



.ctdrawer { position:fixed; top:0; right:0; z-index:1099; visibility: hidden; width:100%; height:100%; }
#header {  position:relative; z-index:15; background-color:#ffffff; border-bottom:1px solid rgba(0,0,0,0);
   
}

.header-logo { margin:0; min-width:170px; max-width:210px; }
.header-logo .header-logo-link { display:block; font-weight:700; letter-spacing:normal; font-size:20px; text-transform:uppercase; line-height:1; text-decoration:none; }
.header-logo img,
.header-logo svg { display:block; max-width:180px; height:auto;  }
@media only screen and (max-width:1024px) {
  .header-logo { max-width:100%; min-width:40px; text-align:center; }
  .header-logo img, .header-logo svg { max-width:100px; margin:0 auto; }
  #header { border-bottom:0; }
}

.site-header { width:100%; min-height:60px; position:relative; }
.site-header > .header-logo, .site-header > div, .site-header > nav { flex:1; }

    .site-header .icons-col { width:20%; max-width:170px; }

.site-header a.hdicon { position:relative; color:#ffffff; text-align:center;     align-items: center !important;
    display: flex !important;
    align-content: center; gap: 6px;  padding: 0px 5px; }
.site-header a.hdicon .at {font-size:15px; min-width:18px; min-height:18px; }

#CartCount, .favCount { position:absolute; background:#444444; color:#fff; min-width:16px; height:16px; border-radius:16px; line-height:17px; font-size:11px; right:-5px; top:0; }



@media only screen and (max-width:1024px) {
	.site-header { min-height:50px; }
	.site-header .mobile-nav, .site-header .icons-col { max-width:75px; }
}


#header.classic-style:not(.stickyHeader) { background:none; box-shadow:none; position:absolute; left:0; right:0; z-index:97; border:none; }
#header.classic-style:not(.stickyHeader) .stlogo,
#header.classic-style.stickyHeader .cllogo { display:none; }
#header.classic-style:not(.stickyHeader) #shopify-section-navigation { background:none; }
#header.classic-style:not(.stickyHeader) a.hdicon,
#header.classic-style:not(.stickyHeader) #siteNav > li > a { color:#fff; }
#header.classic-style:not(.stickyHeader) #siteNav > li:hover > a,
#header.classic-style:not(.stickyHeader) #siteNav > li > a:hover,
#header.classic-style:not(.stickyHeader) #siteNav > li a.active { opacity:0.7; background:none !important; }
#header.classic-style:not(.stickyHeader).nav-below { position:relative; }


#header.stickyHeader { position:fixed; top:0; z-index:50; width:100%; left:0; box-shadow:0 0 7px rgba(0, 0, 0, 0.2); }
.stickyHeader .site-header { min-height:50px; }

@media only screen and (min-width:1025px){
  .stickyHeader .site-header { min-height:55px; }
  .stickyHeader .site-header .header-logo img { max-width:100px; }
  .stickyHeader.popup { padding-right:16px; }
}

#settingsBox { color:#444444; background-color:#fff; font-size:13px; visibility:hidden; opacity:0; padding:20px; width:300px; position:absolute; top:100%; right:15px; z-index:99; transform:translateY(50px); box-shadow:0 0 15px rgba(68, 68, 68, 0.1); transition:all 0.3s ease-in-out; }
#settingsBox.active { visibility:visible; opacity:1; transform:translateY(0); }
#settingsBox .customer-links { text-transform:uppercase; }
#settingsBox .ctLink { color:#444444; text-decoration:underline; }
#settingsBox .ctLink:hover { text-decoration:none; }
#settingsBox .ttl { margin:20px 0 10px; font-weight:600; display:block; letter-spacing:0.2px; }
#settingsBox .btn { width:100%; }

@media only screen and (min-width:1025px){
    #settingsBox { width:350px; }
}
.currency-picker .selected-currency { display:none; }
.cnrLangList { max-height:300px; overflow:auto; margin-right:-10px;}
.cnrLangList li { color:#000; font-size:11px; margin:0 5px 5px 0; cursor:pointer; text-transform: uppercase; border-radius:0px;
  padding:3px 8px; opacity:0.6;  border:1px solid rgba(0, 0, 0, 0.3);  }
.cnrLangList li:hover { opacity:1; }
.cnrLangList li.selected,
.cnrLangList li a.weglot-link--active { color:#F04343; border-color:#F04343; opacity:1; }



	  
#siteNav.fwmm li.megamenu .megamenu { padding:40px 35px 20px;}
#siteNav.fwmm li.megamenu .megamenu.style2 {padding:0;}

.siteNavigation .lbl { color:#fff; font-size:10px; letter-spacing:0; line-height:1; display:inline-block; padding:2px 4px; margin:0 auto 0 5px; position:relative; vertical-align:middle; }
.siteNavigation .lbl:after { content:" "; display:block; width:0; height:0; position:absolute; bottom:3px; left:-7px; border:4px solid transparent; border-right-color:#f00; }
.siteNavigation .lbl.nm_label1 { background-color:#009a9e; }
.siteNavigation .lbl.nm_label1:after { border-right-color:#009a9e; }
.siteNavigation .lbl.nm_label2 { background-color:#08b3b8; }
.siteNavigation .lbl.nm_label2:after { border-right-color:#08b3b8; }
.siteNavigation .lbl.nm_label3 { background-color:#009a9e; }
.siteNavigation .lbl.nm_label3:after { border-right-color:#009a9e; }
.siteNavigation .lbl.nm_label4 { background-color:#0bcace; }
.siteNavigation .lbl.nm_label4:after { border-right-color:#0bcace; }
.siteNavigation .lbl.nm_label5 { background-color:#005c5f; }
.siteNavigation .lbl.nm_label5:after { border-right-color:#005c5f; }

@media only screen and (min-width:1025px) {
  #siteNav .at-angle-down-l { margin-left:3px;}
  
  #siteNav a { text-decoration:none; display:block; opacity:1; }
  #siteNav > li { display:inline-block; text-align:left; margin-right:10px; }
  #siteNav > li.ctsize, #siteNav > li.dropdown { position:relative; }
  #siteNav > li > a { color:#ffffff; font-size:13px; font-family:var(--ft1); font-weight:400;  
      text-transform:Uppercase; position:relative; line-height:40px; padding:0 15px;  min-height:55px; display:flex; align-items:center;}
  #siteNav > li:hover>a, #siteNav>li>a:hover,#siteNav>li>a.active { color:#136666; }
  #siteNav > li > a .lbl {  position:absolute; top:-6px; left:50%; }
  #siteNav > li > a .lbl:after { bottom:-5px; left:4px; border-width:5px; }
  #siteNav > li > a .lbl.nm_label1:after { border-left-color:#009a9e; border-right:0 none; }
  #siteNav > li > a .lbl.nm_label2:after { border-left-color:#08b3b8; border-right:0 none; }
  #siteNav > li > a .lbl.nm_label3:after { border-left-color:#009a9e; border-right:0 none; }
  #siteNav > li > a .lbl.nm_label4:after { border-left-color:#0bcace; border-right:0 none; }
  #siteNav > li > a .lbl.nm_label5:after { border-left-color:#005c5f; border-right:0 none; }

  #siteNav > li:hover > .megamenu,
  #siteNav > li:hover > .dropdown,
  #siteNav > li .dropdown li:hover > ul { top:auto; opacity:1; visibility:visible; pointer-events:visible; }

  #siteNav div.megamenu { opacity:0; visibility:hidden; padding:30px 35px 0; margin:0; position:absolute; top:auto; z-index:999; max-height:800px; overflow:auto;
    background-color:#fff; border-radius:0px;  box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);  pointer-events:none; transition:all 0.3s ease-in; }
  #siteNav div.megamenu.mmfull { width:100%; left:0; }
  #siteNav div.megamenu.left { left:-17px; }
  #siteNav div.megamenu.center { left:50%; transform:translateX(-50%); }
  #siteNav div.megamenu.right { right:-17px; }

  #siteNav div.megamenu li.lvl-1 { margin-bottom:25px; }
  #siteNav div.megamenu li.lvl-1 a.lvl-1 { font-size:13px; text-transform:uppercase; color:#222222; padding:0 0 8px; font-weight:600; }
  #siteNav div.megamenu li.lvl-1 a.lvl-1:hover { color:rgba(0,0,0,0); }
  #siteNav div.megamenu li.lvl-1 a.lvl-1 .title { display:block; }

  #siteNav div.megamenu li.lvl-1 li a { font-size:13px; color:#000000; padding:6px 0; font-weight:400; }
  #siteNav div.megamenu li.lvl-1 li a:before { content:""; display:inline-block; width:0px; height:2px; vertical-align:middle; background-color:rgba(0,0,0,0); transition:all 0.2s ease-in-out; }
  #siteNav div.megamenu li.lvl-1 li a:hover { color:rgba(0,0,0,0); }
  #siteNav div.megamenu li.lvl-1 li a:hover:before { width:3px; margin-right:3px; }

  div.megamenu .productCol { text-align:center; }
  div.megamenu .productCol .grid-view-item { padding:0; box-shadow:none; border:0 none; margin-bottom:15px; line-height:1.2; }
  div.megamenu .productCol .grid-view-item__title,
  div.megamenu .productCol .priceWraper { color:#222222; margin-bottom:0; }

  #siteNav div.megamenu.style1 .imageCol { margin-bottom:30px; }
  #siteNav div.megamenu.style1 img { border-radius:var(--img_rad);}
  #siteNav div.megamenu.style1 .ttl { color:#222222; display:block; padding:5px; margin-top:3px; }
  #siteNav div.megamenu.style1 .ttl.bdr { border:1px solid rgba(34, 34, 34, 0.2); }
  
  #siteNav div.megamenu.style2 { padding:0; }
  #siteNav div.megamenu.style2 .prColumn,
  #siteNav div.megamenu.style2 .mmftcolumn { padding:20px; width:auto; vertical-align:top; }
  #siteNav div.megamenu.style2 .mmftcolumn img {border-radius: var(--img_rad);}
  #siteNav div.megamenu.style2 .prColumn .grid { margin:0 -10px; }
  #siteNav div.megamenu.style2 .prColumn .gitem { padding:0 10px; }

  #siteNav div.megamenu.style3 img { margin-bottom:10px; border-radius: var(--img_rad);}

  #siteNav div.megamenu.style4 { background-repeat:no-repeat; background-size:auto 100%; }

  #siteNav div.megamenu.style5 .grid  { margin:0 -10px; }
  #siteNav div.megamenu.style5 .gitem { text-align:center; font-weight:700; padding:0 10px; margin-bottom:20px; }
  #siteNav div.megamenu.style5 .imgFl { border-radius:var(--img_rad);}
  #siteNav div.megamenu.style5 a { display:block; position:relative; }
  #siteNav div.megamenu.style5 .imgOver { display:block; padding:10px 0; }
  #siteNav div.megamenu.style5 .below { padding:10px 0 0; }
  #siteNav div.megamenu.style5 .over .imgOver { padding:10px 15px; position:absolute; left:10px; right:10px; width:auto; bottom:20px;background-color:#fff; }

  .admmsub { display:none; }
  .admmsub.active { display:flex; }

  li.mm6main { width:170px; margin:-30px 40px 0 -35px; background-color:#f4f4f4; }
  li.mm6main a.lvl-1 { padding:12px 20px; font-weight:600; color:#222222; border-bottom:1px solid #e7e7e7; }
  li.mm6main a.lvl-1:hover,
  li.mm6main a.active { color:rgba(0,0,0,0); background-color:#fff; }
  .siteNavigation .mm6bx .gview-img .lbl { display:none;}
  
  #siteNav ul.dropdown, #siteNav ul.dropdown ul {  padding:15px 20px; opacity:0; visibility:hidden; width:240px;position:absolute; top:auto; left:-17px; z-index:999; background-color:#fff; border-radius:0px;   box-shadow:2px 2px 2px 0 rgba(0, 0, 0, 0.3);   transition:all 0.3s ease-in-out; }
  #siteNav ul.dropdown li { border-top:1px solid #eeeeee; position:relative; }
  #siteNav ul.dropdown li:first-child { border:0 none; }
  #siteNav ul.dropdown li a { font-size:13px; color:#444; font-weight:400; padding:10px 5px; background-color:#fff; }
  #siteNav ul.dropdown li a:hover { color:#009a9e; background-color:#fafafa; padding-left:10px; }
  #siteNav ul.dropdown li a .at { position:absolute; right:10px; top:12px; font-size:12px; }
  #siteNav ul.dropdown li ul { top:10px; left:100%; }
  #siteNav ul.dropdown li:hover > ul { top:-10px; }
  
  .mm_layout {max-width:1210px; margin: 0 auto; width:100%;}
  /* #siteNav .admmsub  .details a.grid-view-item__title { overflow: hidden; text-overflow: ellipsis;   display: -webkit-box;  -webkit-line-clamp: 3;   line-clamp: 3;   -webkit-box-orient: vertical;} */

}

@media only screen and (max-width:1279px){
	#siteNav > li > a { padding:0 10px; }
}

.js-mobile-nav-toggle { margin-left:-9px; }

body.menuOn .modalOverly { display:block; opacity:0.5; }
.mobile-nav-wrapper { width:86%; max-width:320px; height:100%; position:fixed; left:-270px; top:0; z-index:999; background-color:#fff; box-shadow:0 0 5px rgba(0, 0, 0, 0.3); opacity:0; visibility:hidden; transition:all 0.3s ease-in-out; }
.mobile-nav-wrapper.active { left:0; opacity:1; visibility:visible; }
.closemmn { color:#000; background-color:#eee; position:absolute; top:15px; right:-40px; cursor:pointer; width:40px; height:40px; }
.MobileNav { height:calc(100% - 36px); padding-bottom:10px; overflow:auto; }
.MobileNav li { border-top:1px solid #eee; position:relative; }
.MobileNav li.gitem { float:none; padding:0; }
.MobileNav li a { color:#000; font-size:13px; text-decoration:none; min-height:50px; padding:5px 0 5px 15px;
    display:flex; align-items:center; justify-content:flex-start; position:relative;
    opacity:1; font-weight:400; letter-spacing:0.05em; text-transform:none; }
.MobileNav li a .mmImg { margin-right:10px; border-radius:var(--bdr); }
.MobileNav li a .at { color:#000; font-size:12px; display:flex; align-items:center; justify-content:center; width:40px; height:100%;
      position:absolute; top:0; right:0; }
.MobileNav li ul { display:none; background-color:#f7f7f7; }
.MobileNav li li a { padding-left:20px; }
.MobileNav li li li a { padding-left:30px; }
.MobileNav li li li li a { padding-left:40px; }

.MobileNav .gridView { padding:10px; }
.gridView li { display:inline-block; width:50%; border:0 none; }
.gridView.gr3 li { width:33.33%; }
.gridView.gr4 li { width:25%; }
.MobileNav .gridView li a { font-size:var(--fs); flex-direction:column; padding:12px 7px; text-align:center; line-height:1.2; }
.MobileNav .gridView li .mmImg { margin:0 0 7px; height:auto; }
      


	
.sslide { width:100%; height:var(--slhtm); border-radius:var(--brd); }
.sslide.im { padding-bottom:var(--slhtm); height:auto }
.slideshow > .sslide:not(:first-child){ display:none }
.sslide iframe { position:absolute; width:100%; height:100%; pointer-events:none }
.sslide video  { display:block; position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; object-position:center; }

.ssimg { object-position:var(--ipos) }

.ss_txt-wrap { background-color:var(--ibg); position:absolute; top:0; left:0; z-index:2; padding:40px 16px; }
.ss_txt { max-width:var(--textwid); width:max-content; padding:var(--pdm); background-color:var(--bgm); outline:var(--frmm); outline-offset:-10px; 
	border-radius: var(--brad); }
.ss_txt .stxt { color:var(--cl);font-size:var(--fsm);line-height:var(--lh); font-weight: var(--fw); margin-bottom:var(--mbm); letter-spacing:var(--ls);}
.ss_txt .hd1 p {display:inline-block; padding:5px 10px; background: var(--phbg); border-radius: 5px; }
.ss_txt .stxt span { color: transparent; -webkit-text-stroke: 2px var(--cl); -text-stroke: 2px var(--cl);}
.ss_txt .btn + .btn { margin-left:20px; }

.slideshow .flickity-page-dots { bottom:0; position: absolute; width: 100%;}
.slideshow .flickity-button { width:35px; height:35px; }

@media only screen and (min-width:768px){	
    .sslide { height:var(--slhtt); }
    .sslide.im { padding-bottom:var(--slht); }
    
    .ss_txt-wrap { padding-top:4%; padding-bottom:4%; }
    .ss_txt { padding:var(--pd); background-color:var(--bg); outline:var(--frm); outline-offset:-10px; }
    .ss_txt .stxt { font-size:var(--fs); margin-bottom:var(--mb); }
    .slideshow .flickity-page-dots { bottom:10px; }
}
@media only screen and (min-width:1024px){
    .sslide { height:var(--slht, 700px); }
    
        .ss_txt-wrap { padding-top:100px; }
    
    .slideshow .flickity-button { width:55px; height:55px; }
}
@media only screen and (max-width:767px){
  .ss_txt .btnWrap { margin:0 -5px; }
  .ss_txt .btnWrap .btn { margin:5px; }
}

.img_ss .slideshow { height:auto; }
.img_ss .ph_bg, .img_ss .ss_link { position:static; }


.ss_txt.st1, .ss_txt.st4, .ss_txt.st3 { opacity:0; transition:1s all 100ms; }
.ss_txt.st1 { transform:scale(0.8); }
.ss_txt.st3 { transform:translateY(30px); }
.ss_txt.st4 { transform:scale(1.2); }
.ss_txt.st2 > * { opacity:0; transition:1s all 100ms; transform:translateY(-20px); }
.ss_txt.st2 .btnWrap { opacity:0; transition:0.6s all 400ms; transform:translateY(10px); }

.is-selected .ss_txt.st2 > *,
.is-selected .ss_txt.st3 { opacity:1; transform:translateY(0); }
.is-selected .ss_txt.st1,
.is-selected .ss_txt.st4 { opacity:1; transform:scale(1); }

.ssimg.anim { animation: zoomImg 15s ease-in infinite; }
@keyframes zoomImg { 0% {transform:scale(1); }50% {transform:scale(1.15); }100% {transform:scale(1)} }
    

.heroImg {border-radius: var(--ibdr); overflow: hidden;}
.hero { position:relative; width:100%; min-height:var(--htm); }
.hero .hero__inner { position:relative; z-index:2; padding:4%; }
.hero .wrap-text.bx { padding:25px; background-color:var(--bg); border-radius:var(--bdr); }

.heroSaleTime { display:inline-block; margin-bottom:20px; }
.heroSaleTime > span { color:var(--cl); border-radius:4px; font-size:10px; font-weight:400; line-height:1.1; display:inline-block; margin:0 3px; padding:10px; background-color:var(--bg); border:1px solid var(--bd); }
.heroSaleTime > span span { display:block; font-size:14px; font-weight:700; min-width:30px; }
@media only screen and (min-width:768px) {
    .hero { min-height:var(--htt); }
    .hero .wrap-text.bx { padding:45px 50px}
    .heroSaleTime > span { margin:0 4px; padding:12px; font-size:12px; min-width:40px; }
}
@media only screen and (min-width:1025px) {
	.hero { min-height:var(--ht); }
    .heroImg.parallax { background-attachment:fixed; }    
}
@media only screen and (max-width:1024px) {
  .heroImg.parallax { background-position:50% 50% !important; }
}
@media only screen and (max-width:1023px){
    .smlslide  .wd30-md { width:50%;}
    .smlslide .ss_txt { order:3; }
}
    

.quote-bg { background:var(--bg); background-repeat: no-repeat; background-size: cover;}
.quote-bg .sec-ttl .h3 { color:var(--stcl);  }
.quotes-slider .flickity-slider .gitem { min-height:100%; display:flex; justify-content:center; }
.qtSlide .quote-txt { color:var(--qcl); font-size:var(--qfsm); font-weight:400; line-height:var(--lh); max-width:700px; margin:0 auto; background:none; }
.qtSlide.bx { padding:30px; background-color:var(--qbg); border-radius: var(--bg_rad);}
.qtSlide .authour { margin-top:15px; font-weight:600; line-height: 1.4; }
.qtSlide .authour span { display:block; font-weight:400; }
.qtSlide .at-star { color:var(--rcl); margin-right: 2px; font-size: var(--rfs); }

.author-pic { width:100px; height:100px; margin:0 auto 20px; border-radius:50%; }
.author-pic.style3 { width:100%; height:auto; padding-bottom:60%; border-radius:0; margin:0; }

.quotes-wrapper.style3 .qtSlide { padding:0; border-radius: var(--bg_rad); overflow: hidden;}
.quotes-wrapper.style3 .quote-txt { padding:20px; }
    
@media only screen and (min-width:768px){
    .qtSlide .quote-txt { font-size:var(--qfs); }
}
    

.feature-row  {border-radius:var(--bx_rad); overflow: hidden; }
.feature-row .imgWrapper { border-radius:var(--img_rad); overflow: hidden;}
.feature-row .row-text { padding:20px; width:100%; margin:0 auto; }
.feature-row .btn { color:var(--cl); background-color:var(--bg); border:1px solid var(--bd); }
.feature-row .btn:hover { color:var(--bg); background-color:var(--cl); }
@media only screen and (min-width:768px) {
	.imgCol.fadeInRight { order:2; }
    .feature-row .row-text { width:var(--twid); }
}
@media only screen and (max-width:766px) {
    .feature-row > div { width:100%; }
}


.block_type_product {font-size:0px;}  
.custom-block .text { margin-bottom:15px; }
.custom__item { flex:0 0 auto; margin-bottom:30px; padding-left:15px; padding-right:15px; max-width:100%; }
.zero-pad .custom__item { padding:0; margin:0; font-size:0px; }
@media only screen and (max-width:766px) {	
	.custom__item { flex:0 0 auto; padding-left:10px; padding-right:10px; margin-bottom:20px; }
	.custom__item.small--one-half { flex:1 0 50%; margin-left:auto; margin-right:auto; }
   .custom__item.small--one-half.block_type_text  {  flex:1 0 100%; } 
}
.custom__item .cl-item,
.custom__item .grid-view-item { margin:0; }
.custom__item .rte-setting a { text-decoration:underline; }
.custom__item .rte-setting a :hover { text-decoration:none; }
.custom__item .tc .custom-text { margin:0 auto; }
@media only screen and (min-width:1025px) {
	.custom__item .tc .custom-text { max-width:80%; }
	.one-whole .custom__item .tc .custom-text { max-width:70%; }
}
@media only screen and (max-width:766px) {
  .small--one-whole.block-product { width:50%; }
  .zero-pad .custom__item { margin-bottom:10px; }
  .zero-pad .custom__item .details { padding-left:8px; padding-right:8px; }
}
.ct-inner { z-index:1; position:relative; display:inline-block; text-align:left; max-width:100%; width:100%; }
.ct-inner-video, .ct-inner-collection, .ct-inner-html { display:block; }
.ct-inner-text img { margin-bottom:20px; }
.ct-inner-text .rte-setting + .btn { margin-top:15px; }
.ct-inner-collection { position:relative; }
.ct-inner-collection .details { position:absolute; left:0; right:0; text-align:center; bottom:30px; width:100%; }
.ct-inner-collection .details h3 { padding:10px 20px; display: inline-block;}
	  
.ct-inner .product-single__photo {width:100%; margin:0;}

.custom-content:not(.grid-masonary) { margin-bottom:-20px;}
.custom-content.grid-masonary { margin:var(--grspm); }
.custom-content.grid-masonary .custom__item { padding:var(--grspim); float:left; }
.sidespace .custom__item { margin-bottom:0;}

@media only screen and (min-width:1023px){
  .custom-content.grid-masonary { margin:var(--grsp); }
  .custom-content.grid-masonary .custom__item { padding:var(--grspi); }
  .custom-content:not(.grid-masonary ) { margin-bottom:-30px;}
}
@media only screen and (max-width:1023px) {
  .custom-content.grid-masonary .custom__item {padding-bottom:20px;}
}
.custom__item.block_type_image {font-size:0px;}
.tabs.tc {justify-content: center;} 
	  
.cl-tabs { display:inline-flex; justify-content:flex-start; }   	  
.cl-tabs a { position:relative;  color:var(--cl); font-size:var(--fs); font-weight:var(--fw); display:inline-block;}
	
.tabs1 .cl-tabs { gap:50px; border-bottom: 1px solid var(--bd);}   
.tabs2 li {  margin: 0 10px;}   
	  
.cl-tabs .st1 a:after { content:""; width:100%; opacity: 0; display:block; height:2px; margin-top:10px; background-color:var(--bda); }
.cl-tabs .st1.active a:after { opacity: 1; }

.cl-tabs .st2 a { border:1px solid var(--bd);  background-color:var(--bg); border-radius:var(--bdr); padding:7px 20px 6px; }	  
.cl-tabs .st2.active a { background-color:var(--bga); }
.cl-tabs .active a { color:var(--cla); opacity:1; border-color:var(--bda);  }	    	  	  
	  
	  

.grid-bnr { display:grid; gap:10px; margin-bottom:10px; }
.grid-bnr .imgBnr { position:relative; overflow:hidden; }
.grid-bnr img { display:block; width:100%; transition:all 0.4s ease-in-out; }
.zoom_hov .imgBnr:hover img {transform:scale(1.1); }
.gbtxtwrap { padding:20px; position:absolute; top:0; left:0; right:0; bottom:0; display:flex; }
.gbtxtwrap .txt.bx { padding:15px 20px; background-color:var(--bg); border-radius:var(--bdr); }

@media only screen and (min-width:769px){ 
    .grid-bnr { gap:20px; margin-bottom:20px; }
    .grid-bnr.st1 { grid-template-columns:repeat(4, 1fr); }
    .grid-bnr.st1 .imgBnr:nth-child(1) { grid-column-start:1; grid-column-end:3; grid-row-start: 1; grid-row-end:3; }
    .grid-bnr.st1 .imgBnr:nth-child(4) { grid-column-start:3; grid-column-end:5; grid-row-start: 2; grid-row-end:3; }

    .grid-bnr.st2 { grid-template-columns:repeat(4, 1fr); }
    .grid-bnr.st2 .imgBnr:nth-child(3) { grid-column-start:2; grid-column-end:4; grid-row-start:1; grid-row-end:3; }
    
    .grid-bnr.st3 { grid-template-columns:repeat(2, 1fr); }
    .grid-bnr.st3 .imgBnr:nth-child(1) { grid-row-start:1; grid-row-end:3; }
        
    .grid-bnr.st4 { grid-template-columns:repeat(4, 1fr); }
    .grid-bnr.st4 .imgBnr:nth-child(1) { grid-column-start:1; grid-column-end:3; grid-row-start: 1; grid-row-end:3; }
    .grid-bnr.st4 .imgBnr:nth-child(2) { grid-column-start:3; grid-column-end:4; grid-row-start:1; grid-row-end:3; }
    
    .grid-bnr.st5 { grid-template-columns:repeat(5, 1fr); }
    .grid-bnr.st5 .imgBnr { grid-column-start:1; grid-column-end:3; }
    .grid-bnr.st5 .imgBnr:nth-child(3) { grid-column-start:3; grid-column-end:6; grid-row-start:1; grid-row-end:3; }
    
    .grid-bnr.st6 { grid-template-columns:repeat(3, 1fr); }
}
@media only screen and (max-width:768px){
    .grid-bnr { grid-template-columns:repeat(2, 1fr); }

    .grid-bnr.st1 .imgBnr:nth-child(1),
    .grid-bnr.st1 .imgBnr:nth-child(4),
    .grid-bnr.st2 .imgBnr:nth-child(3),
    .grid-bnr.st3 .imgBnr,
    .grid-bnr.st5 .imgBnr,
    .grid-bnr.st6 .imgBnr { grid-column-start:1; grid-column-end:3; }
    
    .grid-bnr.st4 .imgBnr:nth-child(1) { grid-column-start:1; grid-column-end:3; }
    .grid-bnr.st4 .imgBnr:nth-child(2) { grid-row-start:2; grid-row-end:5; }
}


.store-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/* Media Query for screens smaller than 1024px */
@media (max-width: 1024px) {
    .store-info {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
    }

  .store-info li {
            width: 100%;
        padding: 18px !important;
        border: 1px solid #dfdfdf;
       
  }

  .store-info tc {
     text-align: left; !important
  }
}
.store-info li { padding:10px 20px; }
.store-info .at { color:var(--icl); font-size:var(--isz); display:inline-block; margin-bottom:20px; text-align:center; }
.store-info i.at { width:calc(var(--isz) + 10px); }
.store-info .text { color:var(--cl); }
.store-info.style2 .at { margin:0 15px 0 0; }
.store-info.style2 .text {margin-top:2px; }
@media only screen and (min-width:768px){
    .store-info li + li { border-left:1px dotted var(--bd); }
	.store-info a:not(.flex) { display:inline-block; }
	.store-info.style1 li { text-align:center; }
}
@media only screen and (max-width:1024px){
    .store-info { margin:0 -10px; }
    .store-info li { width:100%; padding:10px; }
	.store-info.style2 { flex-wrap:wrap; }
	.store-info.style2 li { flex:1 1 50%; }
}
@media only screen and (max-width:766px){
	.store-info { flex-wrap:wrap; flex-direction:column; margin:0; }
    .store-info li { width:100%; padding:10px 0;}
    .store-info:not(.style1) li a { display:flex; }
    .store-info.style1 li a { display:block; }
    .store-info li .at { font-size:30px; min-width:30px; }
}


.logo-bar .gitem { display:flex;align-items:center; justify-content:center; }
.logo-bar .logoImg  {border-radius: var(--br);}
.logo-bar .flickity-slider .gitem { min-height:100%; }    
.logolist .gitem { margin-bottom:15px; }
@media only screen and (min-width:1024px){
  .logolist .gitem { margin-bottom:25px;}
}


.insta-shop { margin:0 -10px; }
.home-instagram .instafeed:not(.carousel ) { display:flex; flex-wrap:wrap; }
.home-instagram .instafeed .insta-img a { position:relative; padding-bottom:100%; display:block; overflow:hidden;  }
.home-instagram .instafeed .insta-img img { border-radius:var(--brd); }
.home-instagram .insta-img { padding:0; }	  
.home-instagram .grid-sp .insta-img { padding:0 5px 10px; }
.home-instagram .followus { text-align:center; padding:20px 0; }
.home-instagram .followus .btn { position:relative; z-index:555; }


.video-sec  {font-size: 0px;}
.video-text {padding:5%;}  
.video-sec video { width:100%;}
@media only screen and (max-width:766px) {
	.video-text{ padding: 25px; text-align: center;}
	.video-text .fl {flex-direction: column;}
}
.richtxt .btn { margin:5px; }


.catBannersimageSlideshow {width:100%; position:relative; margin-bottom:20px;}
.clPageBnr { padding:10px; position:relative; background-color:var(--bg); min-height:var(--htm); }
.clPageBnr .tc { z-index: 5; }

@media only screen and (min-width:768px){
    .clPageBnr { min-height:var(--htt); }
}
@media only screen and (min-width:1024px){
    .clPageBnr { min-height:var(--ht); }
}
    
.sidebar { width:300px; transition:all 0.3s ease-in-out; }
.sidebar.left { order:-1; padding-right:30px; }
.sidebar.right { padding-left:30px; }
  
.closeFilter { z-index:333; color:#444; font-size:17px; line-height:34px; height:35px; width:35px; text-align:center; 
     cursor:pointer; position:absolute; top:5px; right:5px; }
.sidebar .sidebar_widget { margin-bottom:30px; }
.sidebar .widget-title { color:#000; font-family:var(--ft1); font-size:15px; margin-bottom:10px; font-weight:600; text-transform:uppercase; letter-spacing:0.2px; position:relative; }
.sidebar #sideProdSlider .flickity-page-dots {display: none;}
	  
@media only screen and (min-width:1024px) { 
  .sidebar.popup { height:100%; padding:15px; position:fixed; top:0; left:0; z-index:99999999; overflow:auto; transform: translateX(-110%); background-color:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.1); }
  .sidebar.popup.active { transform: translateX(0); }
  
}
@media only screen and (max-width:1024px) {
  .filterbar.right { padding-left:0; }
  .filterbar { width:280px; height:100%; overflow:auto; padding:0; position:fixed; top:0; left:0; z-index:444; background-color:#fff; transform:translateX(-290px); box-shadow:0 0 10px rgba(0,0,0,0.1); }
  .filterbar.active { left:0; transform: translateX(0); }
  .filterbar .sidebar_widget { padding:15px 15px 0 15px; margin-bottom:15px; }
}

ul.sidebar_cate .gitem { float:none; }
ul.sidebar_cate li { padding:6px 0; }
ul.sidebar_cate li:last-child { border:0 none; }
ul.sidebar_cate a { color:#000000; display:flex; align-items:center; justify-content:space-between; }
ul.sidebar_cate a:hover,
ul.sidebar_cate li.active > a { color:#ffffff; }
ul.sidebar_cate ul { display:none; margin:0 0 0 15px; }
ul.sidebar_cate li.active ul { display:block; }

ul.twoCall { column-count:2; column-gap:12px; }
ul.flOpt li { padding:3px 0; }
ul.flOpt li label { font-weight:400; font-size:12px; }
ul.flOpt li.disabled { opacity:0.5; cursor:default; }

.clrFl li { display:inline-block; padding:0; margin:0 5px 5px 0; position:relative; }
.clrFl .clrbox { font-size:11px; display:block; border-radius:0; overflow:hidden; height:var(--clswsz); width:var(--clswsz);border-radius:var(--clrbdr); }
.clrFl .clrbox:before { position:absolute; width:100%; text-align:center; color:#fff; font-family:"adorn-icons"; margin-top:-8px; top:50%;}
.clrFl .clrbox.swtwhite { border:1px solid #eee; }
.clrFl .clrbox.swtwhite:before { color:#000; }
.clrFl input:checked + .clrbox:before { content:'\ea7f'; }
.clrFl input:disabled + .clrbox:before { content:""; position:relative; opacity:0.5; cursor:default; display:block; width:100%; height:100%; background:url(//www.cnsac-medshop.com/cdn/shop/t/4/assets/soldout.png?v=23754512391860133391737147088) no-repeat 50% 50%/cover; }
.clrFl li:hover .tooltip-label { opacity:1; visibility:visible; bottom:calc(100% + 7px); }

.crFilters { margin-bottom:20px; }
.crFilters .actFilter { cursor:pointer; display:inline-block; margin:0 3px 0 0; padding:3px 6px; background:#000; color:#fff; font-size:11px; }
.crFilters:has(.actFilter:only-child) { display:none; }
.crFilters .at { font-size:11px; vertical-align:baseline; padding-left:5px; }
.crFilters .btn-link { display:inline-block; margin-top:10px; font-size:11px; text-decoration:underline; }

.side-pr-slider item:not(:first-child) { display:none; }
.side-pr-slider .grid-view-item { margin-bottom:0; }

.sidebar .static-banner { border:0 none; }

.filters-toolbar { margin-bottom:20px; }
.filters-toolbar select { font-size:12px; height:auto; max-width:100%; min-width:inherit; margin:0; padding:5px 25px 5px 5px; border:0 none; }
.change-view { background:none; opacity:0.5; border:0; }  
.change-view.active { opacity:1; }
.change-view .at { font-size:16px; }
.btn-filter { width:100%; font-weight: 600; border-radius:3px; text-transform:uppercase; padding:5px; line-height:normal; height:auto; font-size:13px; letter-spacing:0; margin-bottom:10px;  }
.flbarCount { font-size:11px; margin:0 auto; }

@media only screen and (min-width:766px) {
    .filters-toolbar__item { min-width:110px; }
	.btn-filter { width: auto; padding: 4px 12px; margin-right: 10px; margin-right: 10px;  margin-bottom:0;  }
  	.flbarCount { font-size:12px; }
}



.pr_photoes .product-labels {left:auto; right: 10px;}
.zoomImg { background-color:; }
.pr_photo:hover .zoomImg { opacity:1 !important; }

.pr_lg_img { position:relative; z-index:1; width:100%; }

.primgSlider:after { content:'flickity'; display:none; }

.pr_photo { width:100%; display:block; overflow:hidden; transition:none; }

.primgSlider > .pr_photo:not(:first-child) { display:none; }

.pr_desc ul { margin-left:10px;}

@media only screen and (min-width:768px){
    .product-single { flex-wrap:nowrap; }
    .product-single__meta { flex:1; width:auto; margin-left:20px; }
    .pr_photoes { width:var(--iwd); }
    .pr_lg_img { width:var(--imgw); order:var(--od); }
    
    .primgSlider.style3:after,
    .primgSlider.style4:after,
    .primgSlider.style5:after { content:''; display:inline; }}
    
.pr_photo.lightbox { cursor:crosshair; }

.prMedia { position:relative; }
.prMedia .shopify-model-viewer-ui, .prMedia model-viewer { position:absolute; top:0; left:0; width:100%; height:100%; }
.pr_photo video { width:100%; display:block; }
.pr_photo .imgWrapper, .pr_thumbs_item { border-radius:0px; overflow: hidden;}

.popup-video { position:absolute; right:25px; bottom:20px; }
.popup-video .at { font-size:22px; color:#fff; }
@media only screen and (min-width:1025px) {
	.popup-video:hover .tooltip-label { opacity:1; visibility:visible; bottom:calc(100% + 7px); }
}
    
.pr_thumbs::-webkit-scrollbar,.pr_thumbsWr::-webkit-scrollbar { display:none; }

.thumbs_nav { width:100%; margin-top:10px; }
.pr_thumbsWr { overflow-y:hidden; overflow-x:scroll; -ms-user-select:none; user-select:none; scrollbar-width:none; scroll-behavior:smooth; -ms-overflow-style:-ms-autohiding-scrollbar; }
.pr_thumbs { white-space:nowrap; }
.pr_thumbs_item { display:inline-block; width:80px; margin:0 5px; vertical-align:top; }

@media only screen and (min-width:768px){
    .thumbs_nav:not(.bottom) { width:80px; margin-top:0; }
    .thumbs_nav:not(.bottom) .pr_thumbs { position:absolute; top:0; left:0; right:0; bottom:0;
            overflow-y:scroll; overflow-x:visible; -ms-user-select: none; user-select: none; scrollbar-width: none; scroll-behavior: smooth; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .thumbs_nav:not(.bottom) .pr_thumbs_item { display:block; width:100%; margin:0 0 10px; }
    .thumbs_nav:not(.bottom) .flickity-button.previous { top:0; left:50%; margin-left:-15px; transform:rotate(90deg); }
    .thumbs_nav:not(.bottom) .flickity-button.next { top:calc(100% - 30px); left:50%; margin-left:-15px; transform:rotate(90deg); }    
}

.pr_thumbs_item.active-thumb { border:1px solid #000; }
.pr_thumb .at-icon {fill: #fff; width:20px; height:20px; margin: -10px 0 0 -7px; position: absolute; top: 50%; left: 50%;}

.product-single .social-sharing { padding-top:20px; text-align:center; }
.product-single .social-sharing .share-title { display:none; }


@media only screen and (min-width:768px){
    .pr_photoes,.product-single__meta { position:sticky; top:75px; }
}.product-single__meta .swatch-element .swatchLbl {min-width: 50px;}	
 
.instock { color:#76bd1c; }
.outstock, .preorder { color:#ff9f3b; }

.product-info { color:#777777; column-gap:30px; }
.product-info>div:empty { display:none; }
.product-info > p { margin:0 0 5px; display:block; }
.product-info a { color:rgba(68, 68, 68, 0.7); }
.product-info a:hover { color:#444; opacity:1; text-decoration:underline; }
.product-info.other { margin-top:15px; }

.psinglePriceWr { color:var(--pcl); line-height:1.4; align-items:center; column-gap:12px; }
.psinglePrice { color:var(--pcl); font-size:var(--fsm); font-weight:var(--pfw); }
.psinglePrice.sale,
.discount-badge .off { color:var(--pcls); }
s.psinglePrice { font-size:calc(var(--fsm) - 3px); font-weight:400; opacity:0.7; }
	  
@media only screen and (min-width:766px) {
	.psinglePrice { font-size:var(--fs); }
    s.psinglePrice { font-size:calc(var(--fs) - 5px); }   
}

@media only screen and (max-width:766px) {
    .pr_thumbs_item { margin: 0 2px; }
    .thumbs_nav {margin-top:8px;}
    .pr_lg_img .flickity-button {display:none;} 
    
}

.prcountdown { color:var(--cl); text-align:center; text-transform:uppercase; column-gap:8px; }
.prcountdown > span { font-size:var(--tfs); letter-spacing:1px; min-width:65px; padding:10px; background:var(--bg); border:1px solid var(--bd); border-radius:var(--bdr); line-height:1.2; }
.prcountdown > span span { font-size:var(--nfs); font-weight:600; display:block; }
	
.cst2 { display: flex;   align-items: center; background:var(--bg); padding: 25px 15px; justify-content: center; border-radius:var(--bdr); border:1px solid var(--bd); }
.cst2 label {display: inline-block; margin-bottom: 0; padding-right: 10px;}
.cst2 .prcountdown {margin-bottom: 0;}
.cst2 .prcountdown > span {border:0; position: relative; padding: 0; background:none;}
.cst2 .prcountdown > span span {display: inline; margin-right: 1px;}
.cst2 .prcountdown > span:not(:last-child):after { position: absolute; right: -9px; content: ":"; top: 50%; transform: translateY(-50%);}

@media only screen and (max-width:766px) {
	.cst2 {flex-direction: column;}
}
.product-single__description { margin-bottom:20px; }
.product-single__description ul { margin:20px 0 20px 20px; }

    .product-single__description ul { text-align:left; }

.moredetail { margin:-10px 0 25px; }
.moredetail a {text-decoration:underline;}


.quantity_msg { font-size:var(--fs); font-style:var(--fstl); font-weight:var(--fw); color:var(--cl); line-height:1.3; display:inline-block; }
.quantity_msg.bg { padding:3px 12px; background-color:var(--bg); border-radius:var(--bdr); }

.sizelink { margin-left:12px; font-size:12px; font-weight:400; }

.product-form__input { width:100%; column-gap:10px; padding:0; border:0 none; }
.product-form__input .header { margin-bottom:8px; font-weight:500; gap:20px; width:100%; }

.swatch-element { margin:0 8px 5px 0; position:relative; line-height:1; }
.swatchLbl { color:#333; font-size:13px; font-weight:400; line-height:33px; text-align:center; margin:0; overflow: hidden; min-width:35px; height:35px; padding:0 14px; background-color:#eeeeee; border:1px solid #eeeeee; border-radius:0px; }
.swatchLbl.color { padding:0; background-repeat:no-repeat; background-position:50% 0; background-size:cover;
  border:2px solid #fff; box-shadow:0 0 0 1px #ddd; min-width: auto !important;
  
      width:70px; height:70px;
  
}

.swatchLbl:not(.color) { border-radius:0; }


.swatchInput:checked + .swatchLbl { border:1px solid #000000; background-color:#111; color:#ffffff; box-shadow:none; }
.swatchInput.disabled + .swatchLbl { text-decoration:line-through; opacity:0.5; cursor:no-drop; }
.swatchInput.disabled + .swatchLbl.color:after { content:""; display:block; width:100%; height:100%; background:url(//www.cnsac-medshop.com/cdn/shop/t/4/assets/stock-out.svg?v=104027755799544984791737147088) no-repeat 50% 50%/cover; }

@media only screen and (min-width:768px) {
  .swatch-element:hover .tooltip-label { opacity:1; bottom:calc(100% + 7px); visibility:visible; }
  .btn-enquiry  {padding: 15px 20px; font-size: 14px; align-items: center; justify-content: center; margin-top: 5px;}  
}


.slVariant { min-width:40px; display:inline-block; font-weight:400; }

.infolinks a.inLink { display:inline-block; vertical-align:top; margin:0 15px 0 0; color:#444; }
.infolinks a.inLink:hover { color:#444; opacity:0.8; }
.infolinks .at { font-size:13px; margin-right:5px; }
.infolinks .btn { display:block; margin-bottom:15px; }

.product-action { width:100%; position:relative; margin-bottom:15px; flex-wrap:wrap; }
.product-action .qtyField { margin:0 10px 0 0; }
.product-action button { border-radius: 8px; flex:1; height:45px; margin-bottom:0; border:1px solid #136666; background-color:#136666; color:#fff; }
.product-action button:not(.qtyBtn):hover { background-color:rgba(0,0,0,0); color:#136666; border:1px solid #136666;}


.shopify-payment-button { margin-bottom:30px; }
.shopify-payment-button .shopify-payment-button__button { border-radius:0;   
color:#fff !important; background-color:#e95144 !important; font-family:var(--ft1); font-size:14px; font-weight:500;text-transform:uppercase; 
   letter-spacing: 0px; min-height:45px; }  
.shopify-payment-button .shopify-payment-button__button:hover { color:#fff !important; background-color:#000 !important; }
.shopify-payment-button .shopify-payment-button__button--hidden { display:none; }


.storeFeatures { padding-top:15px; color:var(--cl); flex-wrap:wrap;
  margin:0 -10px 20px;
}
.storeFeatures p { min-width:50%; padding:5px 10px; margin:0; }
.storeFeatures .at { min-width:25px; }

p.product-type {margin-bottom:10px;}

.sumtabs summary { color:#333333; font-size:15px; font-family:var(--ft2); font-weight:600; padding:12px 20px; margin-bottom:2px; cursor:pointer; background-color:#f4f4f4; }
.sumtabs[open] summary { color:#fff; background-color:#111111; }
.sumtabs[open] summary .at { transform: rotate(180deg); }
.sumtabs .rte { padding:15px 0 20px; }
    
.product-tabs { width:100%; margin-bottom:25px; border-bottom:1px solid var(--bdr); margin:0 0 25px; }
.product-tabs li { display:flex; align-items:stretch; margin-right:5px; }
.product-tabs li a { font-size:var(--tfs); font-family:var(--tff); font-weight:var(--tfw); position:relative; letter-spacing:0.02em; display:block; padding:10px 25px; outline:none; color:var(--cl); border:1px solid var(--bdr); background-color:var(--tbg); border-radius:var(--bbrd);}
	  
.product-tabs li a:hover,  
.product-tabs li.active a { opacity:1; text-decoration:none; color:var(--cla); background-color:var(--tbga); border:1px solid var(--bdra);}

.product-tabs.stl1 { border-bottom:1px solid var(--bdr);}
.product-tabs.stl1 li a {  border-bottom:0; border-radius:var(--bbrd) var(--bbrd) 0 0;}
.product-tabs.stl1 li a:hover, .product-tabs.stl1 li.active a  { border:1px solid var(--bdr); border-bottom:0;}
.product-tabs.stl1 li.active a:after { content:""; display:block; width:100%; height:2px; background-color:#fff; position:absolute; bottom:-1px; left:0; right:0; }
.product-tabs.stl1 li.active a, .product-tabs.stl1 li a:hover { background:none;}


.product-tabs.stl2 { border:0; margin-left:-5px; margin-right:-5px;}
.product-tabs.stl2 li {margin:0 5px;}
	 
.product-tabs.stl3 { border-bottom:1px solid var(--bdr); }
.product-tabs.stl3 li a { background: none; border: 0; }
.product-tabs.stl3 li.active a:after { content:""; display:block; width:100%; height:1px; background-color:var(--bdra); position:absolute; bottom:-1px; left:0; right:0; }
	  
#productTabs .acor-ttl a { font-family:var(--tff);  font-weight: var(--tfw); color:var(--clm); font-size:var(--tfs) !important; background-color:var(--tbgm); border:1px solid var(--bdrm); border-radius: var(--bbrd); }
#productTabs .acor-ttl.active a { color:var(--clam); background-color:var(--tbgam); border:1px solid var(--bdram); }
@media only screen and (max-width:766px) {
  .template-product .tab-content { padding:15px 0; }
}

.product-description img { margin-bottom:25px; }
.tab-content #sizechart { display:block !important; padding:10px 0; overflow-x:auto; width:100%; box-shadow:none; max-width:100%; }
#sizechart h2,#sizechart h3,#sizechart h4,#sizechart h5, #sizechart h6 { margin-bottom:15px;}
#sizechart, #sizechart th, #sizechart td { text-align:center;}

.product-single.home { align-items:center; }
.product-single.home .product-single__title { margin-bottom:10px; }
.product-single.home .social-sharing { padding:0; }
.product-single.home .sizelink { display:none; }
.product-single.home .product-single__photo {width:100%; margin:0;}

.customtx .tbg {padding:12px 15px; background:var(--bg);} 
.customtx { color:var(--cl); font-size:var(--fs); font-weight: var(--fw);}  
.customtx .at { vertical-align: inherit; font-size:18px;}
.userViewMsg .at, .freeShipMsg .at, .shippingMsg .at { vertical-align: sub; font-size:16px; margin-right: 5px; min-width: 25px; text-align: center;}
  
.ftext .tbg {padding:16px 25px 20px; border-radius: var(--rad); } 
.ftext .at {margin-top: 2px; font-size: 22px;}	  
.ftext .ttlTxt {line-height: normal}
.ftext a {text-decoration: underline; color: var(--cl);}
.product-single .ftext  + .ftext  { margin-top: -10px;}
	  
.trust_badge.tbg {padding:30px 25px; background:var(--bg); border-radius: var(--rad);} 	  
	  
@media only screen and (max-width:766px) {
	.product-single.home { flex-direction:column; }
}

.complementary.st2 .gitem {width: 100%; display: flex; margin-bottom: 5px; background:var(--lbg); padding:15px;}
.complementary.st2 .cpdetail {text-align: left; margin-top: 10px;} 
.complementary.st2 .grid_lnk {display: block; width:80px; margin-right: 20px;}
.complementary.st2 .gitem-img {margin: 0; border:1px solid var(--bdr);}	  

.pickwrap{ background:var(--bg); border-radius:var(--br); padding:var(--tpds) var(--tpd);  color:var(--cl);}	  
.pickwrap a {color:var(--cl);}
.pickwrap .at-check-badge{color:var(--ic1);}
.pickwrap .at-times-cil  {color:var(--ic2);}
#pickupDrawer h2,  #pickupDrawer h3 {font-weight: 500;} 
  

.recentPost .article-name { line-height:17px; display:block; margin-bottom:5px; }
.recentPost .article__date { display:block; margin:0; opacity:0.8; }

.blogSearch  { border:1px solid #dddddd;  }
.blogSearch input {border:0;}
.blogSearch .btn { padding-right:15px; background:none; border:0;}
.blogSearch .btn .at { color:#444; }

.blogTags li a { color:#444; display:block; line-height:1.1; padding:5px 10px; margin:0 7px 7px 0; border:1px solid #f7f7f7; border-radius:15px; }
.blogTags li a:hover { border:1px solid #c4c4c4; box-shadow:0 0 2px #c4c4c4; }
.blogTags li.active a { color:#444; border:1px solid #444; box-shadow:0 0 2px #444; }

.article__grid-image { display:block; margin-bottom:20px; background-size:cover; border-radius:var(--img_rad); overflow: hidden;}
.article__grid-meta { margin-bottom: 30px; }

.publish-detail { margin:0 -5px 10px; }
.publish-detail li { list-style:none; display:inline-block; margin:5px; font-size:90%; opacity:0.8; }
.publish-detail .at { font-size:14px; margin-right:3px; }
.publish-detail a { text-decoration:underline; transition:all 0.3s ease-out; }
.publish-detail a:hover { }

.template-article .section-header { margin:0 0 20px; }
.template-article h1 { text-transform:inherit; margin:0 0 10px; font-size:var(--blogfsm); }
.blog--list-view .article { margin-bottom:20px; }

.blog--list-view { max-width:900px; margin:0 auto; }
.blog--list-view .pagination { padding-top:0; }
.article_featured-image { margin-bottom:30px; }
.template-blog .article h3, .gridbt { text-transform:none; letter-spacing:0; margin:15px 0 0; font-size:var(--blogfsm); line-height:var(--lh); }

@media only screen and (min-width:768px) {
.blog--list-view .article { margin-bottom:40px; }
.template-blog .article h3, .template-article h1, .gridbt { font-size:var(--blogfs); }
}

.blog-nav { margin:30px 0; justify-content:space-between; }

h2.com-title { font-size:14px; text-align:left; letter-spacing:0.5px; margin:0; border-bottom:1px solid #eeeeee; padding-bottom:15px; }
#comments .comment { padding:20px 0; }
#comments .comment + .comment { border-top:1px solid #eeeeee; }

.comment__meta { margin-top:20px; position:relative; font-size:12px; }
.comment__meta .authour { font-weight:700; text-transform:uppercase; }

.comment-form { padding:40px 40px 25px; background:#faf9f9; margin-bottom:30px; }
.comment-form h2 { font-size:15px; text-transform:uppercase; font-weight:700; font-family:arial; margin-bottom:30px;}
.comment-form input:not([type="submit"]), #comment_form textarea, #comment_form select { background:#fff; }
.comment-form label { text-align:left; }

@media only screen and (max-width:766px){
  .blog-right.sidebar { width:100%; padding:20px 0 0 !important; order:3; }
  .comment-form { padding:25px 25px 10px; }
}

.social-url a { margin:0 6px; }


	  
.contact-template .map { margin-top:40px; }
.contact-template .map iframe {width:100%;}	  
.contact-template .contact-address li { padding:5px 0; }
.contact-template .social-icons { margin-left: -5px;}
.contact-template .follow-us li { margin-right:10px; }
	  
.con_style1 .contact-details { padding:40px; background:var(--bg); color:var(--cl);}	  
.con_style1 .follow-us li .at {color:var(--cl);}	  

.con_style2 .contact-frm { padding:40px; background:var(--bg); color:var(--cl);}
	  
@media only screen and (max-width:767px) {
	.con_style2 .contact-details { margin-top:30px; }	
	.con_style2 .open-hours {margin-top: 20px;}
	.contact-template .map { margin-top:20px; }
}


.faqList { border-radius:0; border:none; margin-bottom:12px; box-shadow:none; }
.faqList .ttlTxt { background-color:var(--tbg); padding:12px 20px; }
.faq-body { border-bottom:1px solid var(--bdr, #eeeeee); }
.faq-body .at { font-size:12px; }
.faq-body .panel-title { color:var(--qcl); font-size:var(--qfsm); font-weight:var(--qfw); cursor:pointer; padding:18px 0; margin:0; }
.faq-body[open] .at:before { content:"\ebd1"; }
.faq-body .panel-content { padding:0 0 25px; }
.faq-style2 .faq-body .panel-title { cursor:default; }
@media only screen and (min-width:768px){
    .faq-body .panel-title { font-size:var(--qfs); }
}


@keyframes box-shadow { 0%, 100% { box-shadow:0 0 0 0; } 50% { box-shadow:0 0 0 4px; } }
.lookbook .cl-item { overflow:visible;  }
.lookbook .cl-item img {border-radius: var(--br); transform:none;}
.lookbook .cl-item.gallery { overflow:hidden; }

.lookbook .grid-lookbook.active { z-index:5; }

.lookbook .lookbook-caption { text-align:center; transition-duration:0.5s; position:absolute; bottom:-1px; left:0; right:0; padding:20px 18px; background-color:var(--bg); transform: translateY(100%); }
.lookbook .grid-lookbook:hover .lookbook-caption { transform: translateY(0); }

.lookbook .zoom-img { text-align:center; border-radius:2px; display:block; width:31px; height:28px; opacity:0; transition:all 0.3s ease-out; cursor:pointer; position:absolute; left:10px; top:10px; z-index:5; 
    color:var(--zcl); background-color:var(--zbg); }
.lookbook .zoom-img .at { font-size:19px; line-height:28px; }
.lookbook .grid-lookbook:hover .zoom-img { opacity:1; }

.lookbook .products { position:absolute; }
.lookbook .btn-shop { z-index:1; margin:5px; cursor:pointer; background:#000; color:#fff; border-radius:50%; display:block; height:24px; width:24px; text-align:center; line-height:23px; }
.lookbook .btn-shop:before { content:""; color:rgba(255,255,255,0.4); position:absolute; animation:box-shadow 1.5s linear infinite; left:5px; top:5px; border-radius:50%; height:24px; width:24px; }
.lookbook .btn-shop .at { font-size:10px; }

.lookbook .list-columns { visibility:hidden; z-index:2; border-radius:5px;box-shadow:0 0 2px #bbb; transition:all 0.3s ease-in-out; opacity:0; position:absolute; width:260px; background:#fff; padding:10px; }
.lookbook .list-columns.active { opacity:1; visibility:visible; }
.lookbook .list-columns.left { right:0; }
.lookbook .list-columns.right { left:0; }
.lookbook .list-columns .btn-shop-close { background:#111111; color:#ffffff; position:absolute; right:-8px; top:-8px; padding:1px 6px; cursor:pointer; z-index:3; }
.lookbook .list-columns .btn-shop-close .at { font-size:12px; }

@media only screen and (max-width:1024px) {
  .lookbook .list-columns { padding:5px; width:130px; flex-direction:column; }
  .lookbook .grid-view-item__title { font-size:12px; }
  .lookbook .list-columns.left { left:auto; right:-20px; }
  .lookbook .list-columns.right { left:auto; right:-20px; }
  .lookbook .list-columns .gview-img { margin:0 0 10px; width:100%; }
  .lookbook .list-columns .details {width:100%; padding:5px;}
  .lookbook .list-columns .btn { font-size:11px; }
}



.login-register { max-width:1000px; margin:0 auto; }
.login-register .wrap { border:1px solid #eeeeee; padding:40px; }
@media only screen and (min-width:766px) {
    .login-register .wrap { height:100%; }
}

.form-border { border:1px solid #eeeeee; padding:20px; margin-bottom:20px; }
.form-border h2 { margin-bottom:15px; }
.form-border label { font-weight:400; }

.template-search .section-header { margin-top:35px; }



.spr-header-title { display:none; }


body:not(.template-index) .site-footer { margin-top:0px; }
@media only screen and (min-width:768px) {
	body:not(.template-index) .site-footer { margin-top:0px; }
}

.footer-block { display:flex; width:100%; gap: 100px; -ms-flex-align:stretch; align-items:stretch; flex-wrap:wrap; padding:100px 0; }
.footer-block__item { flex:0 0 auto; margin-bottom:30px; max-width:100%; }

.site-footer { font-size:13px; color:#ffffff;  background:#136666 ; 
  	border-top:1px solid rgba(0,0,0,0); 
	 
}

.footer-top .h4 { text-transform: uppercase; color:#ffffff; font-family:var(--ft1); font-size:14px; font-weight:400; letter-spacing:0; }
.footer-top a { color:#ffffff; text-decoration:none; }
.footer-top .at, .footer-top .icon { color:#ffffff; }
.footer-top .addressFooter li { position:relative; margin-bottom:12px; clear:left; font-family: 'Open Sans'; font-weight: 300; }
.footer-top .addressFooter .at { font-size:12px; padding-right:12px; min-height:25px; float:left; margin-top:4px; text-align:center; }
.footer-top .addressFooter + .h4 { margin:25px 0 10px; }

.footer-top .social-icons .at { font-size:14px; }
.footer-top .social-icons .at-twitter-x { font-size:12px;}
.footer-top .socialicons .social-icons { flex-direction:column; align-items: flex-start; row-gap:10px; }
.footer-top .socialicons .at { width:17px; vertical-align:middle; }
.footer-top .socialicons span { color:#ffffff; padding-left:5px; }

.footer-top .newsletter:not(.tc) .input-group { display:block; }
.footer-top .newsletter .input-group__field { color:#222; background-color:#fff; margin-bottom:10px; }
.footer-top .newsletter .btn { border:0; letter-spacing: none; font-family: roboto !important; font-size:11px; color:#fff; background-color:#000; border:1px solid transparent; }
.footer-top .newsletter .btn:hover { border:1px solid #000; background:none; color:#000; }
.footer-top .newsletter .socials { margin-top:20px; }
.footer-top .newsletter .wrap-newsletter { max-width:100%; }
.footer-top .newsletter.tc .wrap-newsletter { max-width:550px; margin:0 auto; }
.footer-top .newsletter.tc .input-group__field { margin:0; }

.footer-top .instafeed { margin-left:-2px; }
.footer-top .instafeed .insta-img { padding:0 2px 4px; }

.footer-links li { margin-bottom:15px; font-weight: 300; }
.footer-links a:hover { opacity:0.7; text-decoration:underline; }

@media only screen and (max-width:1279px) {
	.site-footer .footer-fw { padding:0 15px; }
}
@media only screen and (max-width:1024px) {
	.footer-block__item:not(.wd100 ) { width:50%; }
	.footer-block__item.one-whole.newsletter { width:100%; }
}
@media only screen and (max-width:766px) {
    .hrline hr { margin:5px 0;}   
	.site-footer .footer-fw { padding:0 10px; }
  	.footer-block { margin:0; padding:80px 0px 0px 0px; gap: 60px; }
  
	.footer-block__item { width:100% !important; padding:12px 0; margin:0; }
	.footer-block__item + .footer-block__item { border-top:1px solid rgba(255, 255, 255, 0.1); }
  	.footer-block__item.hrline { border-top:0;} 

	.footer-links .h4 { line-height:20px; margin-bottom:0; cursor:pointer; }
	.footer-links .h4:before { content:"\ea45"; font-size:15px; font-family:"adorn-icons"; float:right; }
	.footer-links .h4.active:before { content:"\ea48"; }
	.footer-links .h4 + ul { display:none; margin:0; }    
}

.footer-bottom { background:#136666; color:#ffffff; padding:25px 0;  border-top:1px dotted rgba(0,0,0,0);  }
.footer-bottom .payment-list__item { margin-left:5px; width:35px; }
.footer-bottom a { color:#ffffff; }
@media only screen and (max-width:766px){
  .footer-bottom .paymentCall { margin-bottom:15px; order:-1; }
  body { overflow-x:hidden;}
}


#dynamic-checkout-cart ul { display:block !important;}
.pickup-availability-container .at { margin-right:10px; font-size:18px;}

.mfpbox  {border-radius: 0px;}
.insPopup { width:100%; max-width:900px;  }
.instaShop { top:10px; right:10px; width:35px; height:35px; background-color:#fff; border-radius:50%; }
.instashoping .igshop .imgFl { border-radius: var(--brd);}
.richtxt li {list-style: inherit;}

.scrollingBar { animation:marquee var(--spdm) linear infinite running; }
.scrollingBar:hover { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; -o-animation-play-state:paused; -ms-animation-play-state:paused; animation-play-state:paused; }
@keyframes marquee { 0% { transform: translateX(0)} 100% { transform: translate(-50%) }}
.scrollingBar .ttlTxt { padding:0 20px; white-space:nowrap; }
@media only screen and (min-width:767px){
    .scrollingBar { animation:marquee var(--spd) linear infinite running; }
    .scrollingBar .ttlTxt { padding:0 35px; }
     h1.page-title{padding-top:30px;}
}



/* Normal button style */
.btn.mob-btn-sm.btn-md.bdr-btn1 {
    display: inline-block;
    padding: 8px 14px;
    font-size: 12px !important;
  letter-spacing: -0.1px; 
    color: #fff; /* Black text color */
    background-color: #136666; /* White background */
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}




/* Wrapper styling */
.fl1.fl.hero__inner {
    display: flex;
    align-items: center; /* Vertical alignment */
    justify-content: space-between; /* Space between text and button */
    background-color: #23686a; /* Teal background */
    padding: 20px; /* Padding inside the container */
    border-radius: 20px; /* Rounded corners for the container */
    max-width: 100%; /* Ensure the container spans the full width */
    color: #ffffff; /* White text color */
  margin-bottom: 4em !important;
}

/* Text container */
.wrap-text {
    flex: 1; /* Take up remaining space */
    text-align: left;
}

/* Button styling */
a.btn.mob-btn-sm.btn-md.bdr-btn1 {
    display: inline-block;
    padding; 7px 15px;
    font-size: 12px;
    color: #ffffff; /* White text */
    background-color: #fff; /* White background */
    border: 1px solid #000; /* Black border */
    border-radius: 4px; /* Rounded button corners */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

/* Hover effect for button */
a.btn.mob-btn-sm.btn-md.bdr-btn1:hover {
    background-color: #23686a; /* Teal background */
    color: #fff; /* White text */
    border: 1px solid #23686a;
}

/* Wrapper styling */
.fl1.fl.hero__inner {
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: space-between; /* Space between heading and button */
    background-color: #23686a; /* Teal background */
    padding: 30px 40px; /* Adjust padding for space inside */
    border-radius: 20px; /* Rounded corners for the container */
    max-width: 100%;
    color: #ffffff; /* White text */
    box-sizing: border-box; /* Include padding in size */
}

/* Text container */
.wrap-text {
    flex: 1; /* Allow the text to take up available space */
    text-align: left;
    margin-right: 20px; /* Add space between text and button */
}

/* Heading text styling */
.ttlTxt.mega-title {
    font-size: 35px; /* Adjust font size for desktop */
    line-height: 1.3; /* Adjust line height */
    margin: 0; /* Remove default margin */
    color: #ffffff; /* White text color */
  font-weight:500;
    font-size:36px;
}

/* Button styling */
a.btn.mob-btn-sm.btn-md.bdr-btn1 {
    padding: 10px 20px;
    font-size: 14px;
    color: #23686B !important; /* White text */
    background-color: #fff; /* White background */
    border:none;
    border-radius: 4px; /* Rounded corners for button */
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth hover effect */
    
  
}

/* Button hover effect */
a.btn.mob-btn-sm.btn-md.bdr-btn1:hover {
    padding: 10px 20px;
    font-size: 14px;
    color: #23686B !important; /* White text */
    background-color: #fff !important;;   /* White background */
    border:none;
    border-radius: 4px; /* Rounded corners for button */
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth hover effect */
}

/* Responsive Design */
/* Large tablets and desktops */
@media (max-width: 1024px) {
    .fl1.fl.hero__inner {
        flex-direction: column; /* Stack text and button vertically */
        align-items: center;
        padding: 20px;
    }

    .wrap-text {
        text-align: center; /* Center text */
        margin-right: 0; /* Remove margin */
        margin-bottom: 20px; /* Space below text */
    }

    .ttlTxt.mega-title {
        font-size: 28px; /* Smaller font size */
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .ttlTxt.mega-title {
        font-size: 24px; /* Further reduce font size */
        line-height: 1.4;
    }

    a.btn.mob-btn-sm.btn-md.bdr-btn1 {
        padding: 8px 16px; /* Adjust button padding for smaller screens */
        font-size: 12px; /* Smaller font size for button */
    }
}

@media (max-width: 426px) {
  h2.h3.ft2 {
            font-size: 28px !important;
        letter-spacing: -0.5px !important;
  }
}

h2.h3.ft2 {
    font-size: 32px;
    font-weight: 500;
  letter-spacing: -1px;
  text-tranform: capitalize;
}


.sec-ttl p {
    font-weight: 300;
    font-size: 16px !important;
    color: #333;
    margin: 5px auto 0;
}


/* product home add to cart css */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* Normal button style */
/* Normal button style */
.grid-view-item.style5 .flatbtn .btn {
    display: inline-flex; /* Align text and icon in one row */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center content horizontally */
    padding: 10px 16px;
    background-color: #136666 !important; /* Teal background on hover */
  width: 100% !important;
    color: #fff !important;
    font-size: 12px; /* Font size for text */
    font-weight: 600; /* Bold text */
    border-radius: 4px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth hover transition */
}


/* Add a "+" icon inside the button
.grid-view-item.style5 .flatbtn .btn::after {
    content: '+'; /* Add "+" symbol */
    font-size: 14px; /* Icon font size */
    font-weight: 500 !important;
    margin-left: 8px; /* Space between text and icon */
    color: #23686a; /* Icon color matches text */
}
 */







/* Private Label Manufacturing */

/* Container Styling */
.private-label-section {
  display: flex;
  flex-wrap: wrap; /* Ensures responsiveness for smaller screens */
  align-items: center; /* Align items vertically */
  justify-content: space-between; /* Space between content and image */
  background-color: #23686a; /* Teal background color */
  border-radius: 20px; /* Rounded corners */
  padding: 30px; /* Padding inside the section */
  box-sizing: border-box; /* Include padding in width/height */
  gap: 20px; /* Space between elements */
}

/* Content Styling */
.private-label-content {
  flex: 1; /* Take available space */
  color: #ffffff; /* White text color */
  max-width: 600px; /* Limit content width for better readability */
}

/* Title Styling */
.section-title-1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height:46px;
  color:black;
}

/* Description Styling */
.section-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Features Styling */
.features {
  display: flex;
  flex-direction: column; /* Stack features vertically */
  gap: 20px; /* Space between features */
}

/* Individual Feature Styling */
.feature {
  display: flex;
  align-items: center; /* Align icon and text vertically */
  gap: 15px; /* Space between icon and text */
  background-color: rgba(0, 0, 0, 0.1); /* Semi-transparent background */
  border-radius: 10px; /* Rounded corners */
  padding: 15px; /* Padding inside feature */
}

/* Feature Icon Styling */
.feature-icon {
  width: 40px;
  height: 40px;
  background-color: #ffffff; /* White background for icon */
  border-radius: 5px; /* Rounded corners for the icon */
}

/* Feature Text Styling */
.feature-text h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.feature-text p {
  font-size: 14px;
  margin: 5px 0 0;
}

/* Image Styling */
.private-label-image {
  flex: 1; /* Take available space */
  max-width: 600px; /* Limit image width */
  text-align: center; /* Center align the image */
}

.private-label-image img {
  width: 100%; /* Responsive image */
  max-width: 100%; /* Prevents image from exceeding container width */
  border-radius: 10px; /* Rounded corners for image */
}

/* Responsive Design */
@media (max-width: 768px) {
  .private-label-section {
    flex-direction: column; /* Stack content and image vertically */
    text-align: center;
    padding: 20px;
  }

  .private-label-content {
    max-width: 100%; /* Allow content to take full width */
  }

  .private-label-image {
    max-width: 100%; /* Allow image to take full width */
  }
}

/* branded devices css */


/* Section Container */
.branded-devices-section {
  display: flex;
  flex-wrap: wrap; /* Make responsive for smaller screens */
  justify-content: space-between; /* Space between text and images */
  align-items: center; /* Align content vertically */
  gap: 20px; /* Space between elements */
  padding: 30px; /* Padding for the section */
  font-family: 'Roboto', sans-serif; /* Font family */
}

/* Text Content */
.text-content {
  flex: 1; /* Take up available space */
  max-width: 600px; /* Limit text width */
}

.section-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  align-items: center; /* Align buttons vertically */
  gap: 15px; /* Space between buttons */
}

.customized-order-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000; /* Black background */
  color: #ffffff; /* White text */
  text-transform: uppercase; /* Uppercase text */
  font-weight: bold; /* Bold text */
  font-size: 14px; /* Button font size */
  text-decoration: none; /* Remove underline */
  border-radius: 4px; /* Rounded corners */
  transition: all 0.3s ease; /* Smooth hover effect */
}

.customized-order-btn:hover {
  background-color: #333333; /* Slightly lighter on hover */
}

.instant-quote-link {
  font-size: 14px; /* Match button font size */
  color: #000000; /* Black text */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease;
}

.instant-quote-link:hover {
  color: #555555; /* Slightly lighter on hover */
}



/* Image Boxes */
.image-boxes {
  display: flex;
  gap: 20px; /* Space between image boxes */
  flex: 1; /* Take up available space */
  justify-content: flex-end; /* Align boxes to the right */
}

.image-box {
    width: 200px;
    height: 200px;
    background-color: #e0e0e0;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .branded-devices-section {
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center align for smaller screens */
    text-align: center;
  }

  .text-content {
    max-width: 100%; /* Allow full width */
  }

  .image-boxes {
    justify-content: center; /* Center image boxes on smaller screens */
  }

  .image-box {
    width: 80px; /* Reduce box size */
    height: 80px;
  }
}


.btn,
.spr-summary-actions-newreview {
  background-color: #11111100;
  color: #000000;
}
.btn.btn-sm {
  padding: 0px 0px;
  font-size: 12px;
}

.details.tl.wd90.wd-md {
  margin-top: -128px;
}
h3.ttlTxt.m0 {
      font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: -0.4px !important;
}

@media (max-width: 425px) {
  h3.ttlTxt.m0 {
       font-size: 13px !important;
        letter-spacing: -0.1px !important;
  }
}
.details.tl.pad-0.wd90.wd-md h3 {
    text-align: center !important;

}
/* Sameer CSS */
/* Base styles for top-header-wrapper */
.top-header-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Making .top-header-wrapper responsive for small screens */
@media (max-width: 768px) {
  .top-header-wrapper {
    padding: 0px 20px; /* Smaller padding for mobile */
    flex-direction: column; /* Stack header elements vertically */
    justify-content: center;
  }
  .header-txt.fl1.middle-hdr.tc {
    display: none !important;
}
  .header-txt.fl1.left-hdr.small--tc {
    display: none !important;
}

  .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center; /* Center all content */
    text-align: center; /* Align text to center */
  }

  /* Mobile specific styles for cart and wishlist icons */
  .favCount, #CartCount {
    background-color: #18999A !important;
    right: 0px;
    top: -6px;
    font-size: 10px !important;
    padding: 2px 4px;
  }
  
  /* Hide large navigation on mobile */
  .desktop-nav {
    display: none !important;
  }

  /* Display mobile navigation */
  .mobile-nav {
    display: block !important;
  }

  /* Adjust padding for icons and links */
  .icons-col {
    padding: 10px;
  }

  .site-header {
    padding: 20px 0;
  }
}

/* For tablets (screens 768px - 992px) */
@media (max-width: 992px) {
  .top-header-wrapper {
    padding: 0px 40px; /* Adjust padding for tablets */
  }

  .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    flex-direction: column;
    align-items: center;
  }

  .favCount, #CartCount {
    font-size: 12px !important;
    padding: 0px 1px !important;
  }
}

/* For larger screens (992px and above) */
@media (min-width: 992px) {
  /* Ensure the header elements are aligned horizontally on desktop */
  .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    flex-direction: row;
    justify-content: space-between;
  }
}



header.site-header.fl.f-aic.left.page-width {
    width: 100% !important;
}

.top-header-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.clPageBnr {
    padding: 89px;
}

.grid-view-item {
  border-radius: 11px;
  margin-bottom: 30px;
  text-align: left;
  border: 1px solid #82828240;
}
.grid-view-item__title,
.group-prod h5 a {
  font-family: "Roboto";
  color: #444;
  font-size: 16px;
  font-weight: 300;
}
.gitem-img {
  padding-bottom: 101%;
}
s.pr_price.regular {
  font-size: 16px;
}
.grid-view-item .pr_price {
  font-weight: 500;
  color: black;
  font-size: 16px;
}
.grid-view-item .details {
    padding: 1.5em !important;
}

div#shopify-section-template--23310165639433__grid_banners_Tphr9h {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}
div#shopify-section-template--23378219499785__grid_banners_TtGnFD {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}
  /* term and condition */
div#shopify-section-template--23399576961289__grid_banners_gX3NCj {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}
#shopify-section-template--23399576961289__grid_banners_gX3NCj h2.h3.ft2 {
    font-size: 60px;
    font-weight: 600;
    color: white;
    text-align: left;
    margin-left: 290px;
}

div#shopify-section-template--23399576961289__grid_banners_DP9aYF {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}
/* shipping and payment */
div#shopify-section-template--23399936753929__grid_banners_gX3NCj {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}
div#shopify-section-template--23399936753929__grid_banners_DP9aYF {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}
#shopify-section-template--23399936753929__grid_banners_gX3NCj h2.h3.ft2 {
    font-size: 60px;
    font-weight: 600;
    color: white;
    text-align: left;
    margin-left: 290px;
}

.product-card {
    border: 1px solid #82828261 !important;
    border-radius: 11px !important;
}

  .product-card__info h4 {
    font-weight: 300 !important;
    font-size: 20px !important;
}

a.btn.mob-btn-sm.btn-sm.btn2 {
    background-color: #D9D9D9 !important;
    padding: 15px 40px 15px 40px !important;
    border-radius: 10px !important;
}


span.btn.mob-btn-md.btn-md.btn {

    border-radius: 9px !important;

}

.left-section {
    background-image: url(/cdn/shop/files/Frame_1044.png?v=1738274623);
    background-repeat: no-repeat;
    background-size: cover;
}

  .details.tl.wd90.wd-md {
    background-color: transparent !important;
}

.left-section{
height: 619px !important;
}



/* Mobile Reponsive Program */

@media screen and (max-width: 768px) {
    .site-header .icons-col {
        max-width: 100px !important;
    }
  .top-header {
    color: #000000;
    min-height: 15px !important;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    position: relative;
    z-index: 6;
    font-size: 15px;
    column-gap: 9px !important;
    row-gap: 4px !important;
}

    header.site-header.fl.f-aic.left.page-width,
    .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
        width: 100% !important;
        padding: 10px;
    }

    /* .page-width.tc {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: center !important;
    } */

    .clPageBnr {
        padding: 40px !important;
    }



    .grid-view-item {
        margin-bottom: 20px;
        text-align: center;
    }

    .priceWraper {
        margin: 12px 0;
    }

    .left-section {
        height: auto !important;
        background-size: contain;
        padding: 20px;
    }

  .icons-col.fl.f-jce.f-aic {
    display: none !important;
}



}

.tabs-listing-container {
    display: flex;
    flex-wrap: wrap; /* Ensures responsiveness */
}
.left-section {
    flex: 1 1 100%; /* Makes it full-width on small screens */
}
.tabs-listing {
    flex: 3;
    min-width: 0; /* Prevents overflow issues */
}
@media (max-width: 768px) {
    .tabs-listing-container {
        flex-direction: column;
    }
    .left-section {
        flex: none;
        width: 100%;
    }
}
  .cl-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%; /* Ensures tabs don't overflow */
    scrollbar-width: thin;
}

.cl-tabs::-webkit-scrollbar {
    height: 4px;
}

.cl-tabs::-webkit-scrollbar-thumb {
    background: #18999A;
    border-radius: 10px;
}

/* Ensure it doesn’t overflow on smaller screens */
@media (max-width: 768px) {
    .cl-tabs {
        justify-content: flex-start;
        gap: 10px;
        padding: 0 10px;
    }
  a.hdicon.site-settings:before {
    display: none !important;
}
  a#cartLink:before {
display:none !important;
}
  .f-aie {
    align-items: flex-start !important;
    padding: 0 !important;
}

}
@media (max-width: 768px) {
    .cl-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
  .left-section {
    background-size: cover !important;
}

  .cl-products-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.product-card h4 {
    font-size: 11px !important;
}
  .grid.grid--uniform.grid--view-items{
        grid-template-columns: repeat(1, 1fr) !important;
  }

  div#shopify-section-template--23310165606665__three_box_layout_XQDwxn {
    display: none !important;
}
/* .feature-row.fl.f-aic.f-col.f-row-md {
    margin-top: 81em !important;
} */

  .section {
    margin: 40px auto;
    padding: 0px !important;
    text-align: center;
}
}


div#shopify-section-template--23485165830409__grid_banners_gX3NCj {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}

div#shopify-section-template--23485165830409__grid_banners_DP9aYF {
    background: #136666;
    padding-top: 26px;
    padding-bottom: 34px;
}

div#shopify-section-template--23310165672201__grid_banners_i7ix7W {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}

div#shopify-section-template--23310165672201__grid_banners_VWW6LP {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}

.richtxt.id-template--23310165672201__1633702112e4ae85a2.wow.fadeIn {
    padding-top: 96px;
}

div#shopify-section-template--23310165770505__grid_banners_87G7aQ {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}

div#shopify-section-template--23310165770505__grid_banners_mRh3gY {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}

div#shopify-section-template--23485323510025__grid_banners_gX3NCj {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}

div#shopify-section-template--23485323510025__grid_banners_DP9aYF {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}

div#shopify-section-template--23485326786825__grid_banners_gX3NCj {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;
}

div#shopify-section-template--23485326786825__grid_banners_DP9aYF {
    margin-top: 81px;
    background: #136666;
    padding-top: 14px;
    padding-bottom: 2px;
}



.site-header .icons-col {
    max-width: 200px !important;
  display: none;
}



#CartCount, .favCount{
background-color: #18999A !important;
  right: 0px;
  top: -6px;
}
 
/* 
.hdicon header-cart .img {
    margin-bottom: -7px !important;
} */

a#cartLink {
  height: 24px !important;
}
header.site-header.fl.f-aic.left.page-width {
    max-width: 100% !important;
}

/* Base styles for .top-header-wrapper */
.top-header-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Styles for the .top-header with full width */
.top-header.fl.f-aic.f-col.f-row-md.fullwidth {
  width: 100% !important;
  display: flex; /* Ensure it uses flex layout */
  flex-direction: row; /* Default flex-direction for large screens */
  justify-content: space-between; /* Space out items */
  align-items: center; /* Vertically center items */
  padding: 8px 20px !important;
  padding-right: 9em !important;
}

/* For medium-sized screens (e.g., tablets) */
@media (max-width: 992px) {
  .top-header-wrapper {
    padding: 0px 0px; /* Reduce padding on tablets */
  }

  .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    flex-direction: column; /* Stack the items vertically */
    align-items: center; /* Center items */
  }
}

/* For smaller screens (e.g., mobile phones) */
@media (max-width: 768px) {
  .top-header-wrapper {
    padding: 0px 20px; /* Reduce padding on mobile */

}
      .product-wrapper {
    margin-top: 72em !important;
  }

  .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    flex-direction: column; /* Stack the items vertically */
    align-items: center; /* Center items */
    justify-content: center; /* Center the content horizontally */
  }
  header.site-header.fl.f-aic.left.page-width {
    max-width: 100% !important;
}
}

/* For very small screens (e.g., smaller phones) */
@media (max-width: 480px) {
  .top-header-wrapper {
    padding: 0px 0px; /* Further reduce padding for very small screens */
  }
  .innerimg {
    margin-bottom: 4px !important;
}

  .top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    flex-direction: column; /* Stack vertically */
    align-items: center; /* Center items */
    justify-content: center; /* Ensure items are aligned properly */
  }
}
 
@media (min-width: 900px) and (max-width: 1010px) {
    header.site-header.fl.f-aic.left.page-width {
        width: 1066px !important;
    }
}

@media only screen and (min-width: 1025px) {
    #siteNav>li {
        display: inline-block;
        text-align: left;
        margin-right: -14px !important;
    }
}


@media (max-width: 767px) {
    .header-logo .header-logo-link {
        margin-left: 0em;
    }
}

.header-txt.fl1.left-hdr.hide-sm.hide-md {
    font-size: 12px !important;
}

/* Topbar CSS */
/* Container holding the icons and text */
.imgmain {
  display: flex;
  margin: auto;
  justify-content: end; /* Center align content */
  align-items: center; /* Align items in the middle */
  gap: 12px;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  width: 100%; /* Ensure the container uses full available width */
}

/* Hide on tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .imgmain {
    display: none;
  }
}

/* Ensure alignment for mobile */
@media (max-width: 767px) {
  .imgmain {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}


/* Inner container for each icon and text */
.innerimg {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px; /* Space between items */
}

/* Text styling for the links */
.text1 a {
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

/* For larger screens like desktops */

/* For medium screens like tablets (max-width 992px) */
@media (max-width: 992px) {
  .imgmain {
    justify-content: center; /* Center the content on medium screens */
  }

  .text1 a {
    font-size: 14px; /* Slightly larger font on tablets */
  }

  .innerimg {
    margin-bottom: 20px; /* More spacing between items */
  }
}

/* For smaller tablets and mobile screens (max-width 768px) */
@media (max-width: 768px) {
  .imgmain {
    flex-direction: column; /* Stack the items vertically */
    align-items: center; /* Center the items */
    gap: 0px; /* Increase space between items */
  }

  .text1 a {
    font-size: 16px; /* Larger text for smaller screens */
  }
}

/* For very small screens like phones (max-width 480px) */
@media (max-width: 480px) {
  .imgmain {
    flex-direction: column; /* Ensure items stack vertically */
    gap: 0px; /* Adequate spacing between items */
    align-items: center; /* Center the items */
  }
  .text1 a {
    font-size: 18px; 
  }

  .innerimg {
    gap: 12px; /* Adjust space between icon and text */
  }
}

button.btn.mob-btn-sm.btn-md.bdr-btn1 {
    font-size: 12px;
    padding; 7px 15px 7px 15px !important;
}

.cartTotal .btn.btn-md.w_100.mb10.btn2 {
    height: 1px !important;
    padding-bottom: 2em !important;
    width: 100% !important;
}


#siteNav ul.dropdown li a:hover {
        color: #009b9a;
        background-color: #fafafa;
        padding-left: 10px;
    }

#shopify-section-template--23310165606665__products_rows_DmttgK .priceWraper {
    margin: 0px !important;
    column-gap: 9px;
}

.priceWraper.fl.f-aic.f-jcc.f-wrap{
  justify-content:left !important;
}
.footer-block__item.wd20-md.footer-links #nav_menu-1558678570770 {
    width: 10% !important;
}





a.btn.add-to-cart:hover {
    background-color: #009da0 !important;
}

a.btn.quick-view {
    background-color: #009da0 !important;
}


@media (max-width: 480px) {
  .grid-view-item__title,
  .group-prod h5 a {
    font-size: 14px !important;
  }

  .grid-view-item.style5 .flatbtn .btn {
    padding: 10px 12px !important;
  }
}



/* Mobile responsiveness */

/* For tablets and smaller devices (up to 768px) */


/* For mobile devices (up to 480px) */


.grid__item  h4 {
    text-decoration: none !important;
    padding: 0px !important;
    border-bottom: 0px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-family: 'Roboto' !important;
    font-size: 18px !important;
}

small.cart-item__error-text.ctItem-error.order1 {
    display: none !important;
}

.tabs{
  margin-bottom: 38px !important;
}

.grid-view-item.style5 .flatbtn {
    margin: 0px 0 !important;
}

@media only screen and (min-width: 1025px) {
    .grid-view-item.style5 .flatbtn .btn {
        margin-bottom: 0px !important;
    }
}

div#CartDrawer-Overlay {
    display: none !important;
}


@media only screen and (max-width: 767px) {
    .grid-view-item.style5 .flatbtn .btn:not(:hover) {
        background-position: 127px 10px !important;
    }
}

a:hover {
    color: #009da0 !important;
}

/* Header Custom Style */
header.site-header.fl.f-aic.left.page-width {
    max-width: 100% !important;
}

.site-header a.hdicon {
    position: relative;
    color: #000000;
    text-align: center;


    gap: 6px;
}

@media only screen and (min-width: 1025px) {
    #siteNav>li>a {
        color: #000000;
        font-size: 17px;
        font-family: 'Open Sans' !important;
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
        line-height: 40px;
        padding: 0 20px;
        min-height: 55px;
        display: flex;
        align-items: center;
    }
}

.top-header.fl.f-aic.f-col.f-row-md.fullwidth {
    z-index: 888 !important;
}

/* .bmcc-n-s-x.lo-switcher.small {
    margin-bottom: -6.2em;
    margin-top: 0.6em;
    margin-right: 1em;
    z-index: 999 !important;
}

.bmcc-n-s-x.lo-switcher {
    height: 28px !important;
    line-height: 1.6 !important;
}

.bmcc-n-s-x.lo-switcher, .bmcc-n-s-x.lo-switcher .current, .bmcc-n-s-x.lo-switcher .list, .bmcc-n-s-x.lo-switcher .list li, .bmcc-n-s-x.lo-switcher .list li .option-flag{
  font-size: 9.75px !important;
}
.bmcc-n-s-x.small:after {
    height: 2px;
    width: 2px;
}

@media (max-width: 768px) { /* Targets tablets and smaller devices */
    .bmcc-n-s-x.lo-switcher.small {
      margin-top: 3px !important;
        /* margin-right: -18px; */
        /* z-index: 999999 !important; */
        display: block !important;
        margin-left: 0px !important;
    } */

/* Header Custom Style End */

  /* Footer Newsletter Custom Styling */

    .currency-picker {
    display: none !important;
}

  .content-indent {
    margin-top: 0px !important;
  }




  #siteNav > li > a {
    font-family: roboto !important;
  }
.bmcc-n-s-x.lo-switcher {
    display: none !important;}


.top-header {
    z-index: 15 !important;    
}

  .richtxt.id-template--23310165246217__richtext_bCpbgL.wow.fadeIn {
    height: 40vh;
    display: flex
;
    align-items: center;
}
.clbox.st5 .details{
  bottom:-29px !important;
}
}


h3.ttlTxt.m0 {
  border-color:#EAEAEA !important
  font-weight: 400 !important;
  letter-spacing: -0.4px !important;
}
.cl-item {
  
  border-radius: 11px !important;
  border-width: 1px !important;
  border: solid;
  position: relative;
  overflow: hidden;
  border-radius: var(--img_rad);
}


#shopify-section-template--24418635448585__collection_list_wCbKE6 .cl-item {
    border-color: #EAEAEA !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    border: solid;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--img_rad);
}


@media only screen and (min-width: 768px){
div#sliderbox-template--24418635448585__collection_list_wCbKE6 {
padding: 20px 0px !important;
}
}






.filters-toolbar select {
    color: black;
  font-size: 13px !important;
    text-transform: uppercase;
    font-family: 'Roboto' !important;
    
    height: auto;
    max-width: 100%;
    min-width: inherit;
    margin-left: -4px !important;
    /* padding: 5px 15px 5px 16px; */
    border: 0 none;
}

.flbarCount {
        color: black;
        font-family: 'Roboto' !important;
        font-size: 13px;
    }

      


.sidebar .widget-title {
    color: #136666;
    font-family: 'Roboto';
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    position: relative;
  padding-bottom: 11px;
   border-bottom: solid;
    border-width: thin;}
}

.header-cart img {
  width: 22px !important;
}
searchIco img {
  width: 21px; !important;
}

.weglot-container {
  margin: 0px !important;
}
div#shopify-section-template--24418635448585__custom_liquid_UxbBLc {
    background: #006868;
    color: white;
}
#shopify-section-template--24420539531529__custom_liquid_A9zkBa .breadcrumb {
    color: white;
    margin-bottom: -26px;
    padding-top: 27px;
    margin-left: 23px;
}


/* Category Boxes CSS Mobile Version*/
@media (max-width: 425px) {
    .clbox.st3 .cl-item__link {
        display: flex
; 
        flex-direction: column;
        gap: 0px !important;
    }
}

.richtxt.id-template--23399936753929__richtext_RDzyzK.wow.fadeIn {
    padding: 20px 0px 20px 0px !important;
}

}

/* Category Boxes CSS End */


/* .cl-item {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}

.cl-item.active {
    background-color: black;
    color: white;
}

.cl-item.active h3 {
    color: white;
} */


.gitem .wow .fadeIn .is-selected{

  border:solid !important;
}

.medical-banner {
height: 80px !important;
  margin: 0 !important;
}

.tabs2 li:first-child {
    margin-left: 0px !important;
} 

.tabs-main-wrapper {
  padding-top: 50px; 
}

.tab-banner-v {
  padding: 24px;
  background-color: #F4FFFF;
  background-image: url('/cdn/shop/files/Group_1069.png?v=1742104656');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
}

.tab-banner-v h2 {
  font-family: roboto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #136666;
}

.tabbtn {
    padding: 14px 25px;
    font-size: 15px;
    font-weight: 500;
    font-family: roboto;
    background: #136666;
    color: #fff;
    border: 1px solid #136666;
    transition: all 0.3s;
    margin-top: 16px !important;
    display: inline-block;
    border-radius: 8px;
}

.tabbtn:hover {
  border: 1px solid #136666;
  background: none;
  color: #136666 !important;
}

@media (max-width: 1024px) {
.tabs-main-wrapper {
  grid-template-columns: 1fr !important;

}

  .tabs-main-wrapper {
    gap: 20px !important;
  }

  .tabbtn {
    text-align: center;
  }

  .tab-banner-v {
    height: 400px;
        display: flex
;
    flex-direction: column;
    justify-content: space-between;
  }
}

.stickyCart .stAddtocart_js {
  border-radius: 5px !important;
}


.fullwidth {
  padding: 0px !important;
}
/* AED PADS */
body#aed-pads-defib-electrodes #featured_collection_tXfaXt {
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px;
    background-color: #006a6a;
    padding: 1.2px 0px 1.2px 0px;
}


@media (max-width: 768px) {
    body#aed-pads-defib-electrodes #featured_collection_tXfaXt {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#aed-pads-defib-electrodes #featured_collection_tXfaXt {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Electrodes main */
body#electrodes-for-neurology-cardiology-amp-sleep-medicine #featured_collection_RYgTPM {
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#electrodes-for-neurology-cardiology-amp-sleep-medicine #featured_collection_RYgTPM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#electrodes-for-neurology-cardiology-amp-sleep-medicine #featured_collection_RYgTPM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Adheseve */
@media (max-width: 768px) {
    body#term_title-high-quality-without-the-highprice-medshop #featured_collection_mXDhqM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#term_title-high-quality-without-the-highprice-medshop #featured_collection_mXDhqM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Bridge */
body#term_title-from-medshop-compatible-with-all-caps #featured_collection_6hB4Ft{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#term_title-from-medshop-compatible-with-all-caps #featured_collection_6hB4Ft {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#term_title-from-medshop-compatible-with-all-caps #featured_collection_6hB4Ft {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* All Cup */
body#term_title-medshop-high-quality-and-competitively-priced #featured_collection_6At9ek{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#term_title-medshop-high-quality-and-competitively-priced #featured_collection_6At9ek {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#term_title-medshop-high-quality-and-competitively-priced #featured_collection_6At9ek {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Silver Silver */
body#silver-silver-chloride-ag-agcl-cup-electrodes #featured_collection_KyQhDK{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #1d9b9c;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#term_title-medshop-high-quality-and-competitively-priced #featured_collection_KyQhDK {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#term_title-medshop-high-quality-and-competitively-priced #featured_collection_KyQhDK {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* EMG Needle Electrodes */
body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_9x7hXP #featured_collection_4CmQak{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_9x7hXP {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_9x7hXP {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Stimulation Electrodes
 */
body#stimulation-and-bar-electrodes-quality-you-trust #featured_collection_RdazWL{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}

@media (max-width: 768px) {
    body#stimulation-and-bar-electrodes-quality-you-trust #featured_collection_RdazWL {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#stimulation-and-bar-electrodes-quality-you-trust #featured_collection_RdazWL {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* IOM Accessories */



@media (max-width: 768px) {
    body#subdermal-electrodes-premium-quality-from #featured_collection_qEfBDe {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#subdermal-electrodes-premium-quality-from #featured_collection_qEfBDe {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Disposable Cup Electrodes
 */
body#disposable-cup-electrodes #featured_collection_9VcbRc{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#disposable-cup-electrodes #featured_collection_9VcbRc {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#disposable-cup-electrodes #featured_collection_9VcbRc {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Gold Cup Electrodes */
body#gold-cup-electrodes #featured_collection_RdazWL{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#gold-cup-electrodes #featured_collection_RdazWL {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#gold-cup-electrodes #featured_collection_RdazWL {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Concentric Needles, Silverline
 */
body#concentric-needles-silverline #featured_collection_ffdbwf{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#concentric-needles-silverline #featured_collection_ffdbwf {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#concentric-needles-silverline #featured_collection_ffdbwf {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* .clbox .details{
  background-color: #ffffff !important;
} */

/* Pastes & Gels */
body#cnsac-electrode-pastes-and-gels-when-signal-quality-counts #featured_collection_RYgTPM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#cnsac-electrode-pastes-and-gels-when-signal-quality-counts #featured_collection_RYgTPM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#cnsac-electrode-pastes-and-gels-when-signal-quality-counts #featured_collection_RYgTPM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

  /* Adhesive & Conductive pastes */


@media (max-width: 768px) {
    body#adhesive-amp-conductive-pastes #featured_collection_MXwUHt {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#adhesive-amp-conductive-pastes #featured_collection_MXwUHt {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

  /* Skin Preparation */



@media (max-width: 768px) {
    body#skin-preparation #featured_collection_PnkjCr {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#skin-preparation #featured_collection_PnkjCr {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

 /* EEG Caps */
body#term_title-optimise-your-eeg-measurement-workflow #featured_collection_RYgTPM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#term_title-optimise-your-eeg-measurement-workflow #featured_collection_RYgTPM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#term_title-optimise-your-eeg-measurement-workflow #featured_collection_RYgTPM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

 /* CNSAC Disposale EEG Caps */


@media (max-width: 768px) {
    body#cnsac-disposale-eeg-caps #featured_collection_MdBU4t {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#cnsac-disposale-eeg-caps #featured_collection_MdBU4t {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

 /* EEG Caps (Shroeter/ Schwarzer/ Nihon Kohden Types)  */
body#eeg-caps-shroeter-schwarzer-nihon-kohden-types #featured_collection_PnkjCr{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#eeg-caps-shroeter-schwarzer-nihon-kohden-types #featured_collection_PnkjCr {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#eeg-caps-shroeter-schwarzer-nihon-kohden-types #featured_collection_PnkjCr {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

 /* EEG Comby Caps */



@media (max-width: 768px) {
    body#eeg-comby-caps #featured_collection_mXDhqM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#eeg-comby-caps #featured_collection_mXDhqM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* EEG System Caps */


@media (max-width: 768px) {
    body#eeg-system-caps #featured_collection_6hB4Ft {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#eeg-system-caps #featured_collection_6hB4Ft {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* HomeCare & Therapy */
body#cpap-masks-and-accessories-for-sleep-apnoea-med-shop #featured_collection_RYgTPM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#cpap-masks-and-accessories-for-sleep-apnoea-med-shop #featured_collection_RYgTPM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#cpap-masks-and-accessories-for-sleep-apnoea-med-shop #featured_collection_RYgTPM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Corona Care */
body#corona-care #featured_collection_JPxe9V{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#corona-care #featured_collection_JPxe9V {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#corona-care #featured_collection_JPxe9V {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Circul+ Wellness Ring */
body#circul-wellness-ring #featured_collection_PnkjCr{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#circul-wellness-ring #featured_collection_PnkjCr {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#circul-wellness-ring #featured_collection_PnkjCr {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Consumables and Tubes */
body#consumables-and-tubes #featured_collection_mXDhqM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#consumables-and-tubes #featured_collection_mXDhqM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#consumables-and-tubes #featured_collection_mXDhqM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Masks Accessories */
body#masks-accessories #featured_collection_6hB4Ft{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#masks-accessories #featured_collection_6hB4Ft {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#masks-accessories #featured_collection_6hB4Ft {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Devices & Sensors */
body#all-devices-amp-sensors #featured_collection_RYgTPM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#all-devices-amp-sensors #featured_collection_RYgTPM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#all-devices-amp-sensors #featured_collection_RYgTPM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Breathing Sensors & Belts */



@media (max-width: 768px) {
    body#breathing-sensors-amp-belts #featured_collection_QkMbtW {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#breathing-sensors-amp-belts #featured_collection_QkMbtW {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Position Sensors */


@media (max-width: 768px) {
    body#position-sensors #featured_collection_PnkjCr {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#position-sensors #featured_collection_PnkjCr {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Snore Sensors */



@media (max-width: 768px) {
    body#snore-sensors #featured_collection_mXDhqM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#snore-sensors #featured_collection_mXDhqM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}




@media (max-width: 768px) {
    body#spo2-sensors #featured_collection_6hB4Ft {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#spo2-sensors #featured_collection_6hB4Ft {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* General Accessories */
body#all-general-accessories #featured_collection_RYgTPM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#all-general-accessories #featured_collection_RYgTPM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#all-general-accessories #featured_collection_RYgTPM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Cables and Connections */



@media (max-width: 768px) {
    body#cables-and-connections #featured_collection_ctQMfQ {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#cables-and-connections #featured_collection_ctQMfQ {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Consumables */



@media (max-width: 768px) {
    body#consumables #featured_collection_PnkjCr {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#consumables #featured_collection_PnkjCr {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

/* Sleep Lab Accessories */
body#sleep-lab-accessories #featured_collection_mXDhqM{
    border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;
    padding: .5px .5px .5px .5px;
}


@media (max-width: 768px) {
    body#sleep-lab-accessories #featured_collection_mXDhqM {
        height: auto; /* Allow height to adjust based on content */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    body#sleep-lab-accessories #featured_collection_mXDhqM {
        height: auto; /* Let the height adjust for very small screens */
        padding: 5px; /* Smaller padding for mobile */
        border-radius: 12px; /* Slightly reduce border-radius on very small screens */
    }
}

@media only screen and (max-width: 766px){
.sidebar_tags{
       width: 291px;
    box-shadow:none !important;
    padding: 24px 28px 24px 28px;
    border-radius: none !important;
    background: #ffffff;
     margin-bottom: 63px !important;
}
}

  




/* .sidebar_tags {
    width: 307px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.19);
    padding: 24px 28px 50px 28px;
    /* border-radius: 12px; */
    background: #3eabac;
} */
.fl1.w_100.main-col {
    padding-left: 42px;
}
p.product-sku {
    font-weight: 700 !important;
}

span.pr_price {
    font-weight: 700 !important;
    color: black;
    font-size: 17px !important;
}

.priceWraper.fl.f-aic.f-jcc.f-wrap {
    justify-content: center !important;
}

.grid-view-item .details {
    text-align: center;}


.content-indent {
  /* background: #f3f3f3; */
  margin-top: 0px;
  padding: 20px 0px;
}
h3.ttlTxt.m0 {
  font-size: 13px !important;
}
.cl-item {
  border-color: #eaeaea;
}
.cl-item:hover,
.cl-item__link:hover {
  border-color: #136666 !important;
}
@media (max-width: 767px) {
  .flickity-slider .collection-item {
    width: calc((100% / 3) - 14px); /* Adjust width while considering the gap */
  }
}
.imgFl.w_100 {
  width: 60px !important;
}
.imgWrap {
  display: flex;
  background: #ffff;
  justify-content: center;
}







/* body#disposable-cup-electrodes #featured_collection_LDVbDi .details.tc.wd90.wd-md{
    border: 1px solid #006a6a;
    border-radius:11px; Radius
    background-color: #169a9b;
    padding: 12.5px .5px 15.5px .5px;
} */


body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_4CmQak .cl-item__link{
border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;  
}

body#subdermal-electrodes-premium-quality-from #featured_collection_hdTPtM .cl-item__link{
border: 1px solid #006a6a;
    /* height: 120px; */
    border-radius:11px; Radius
    background-color: #006a6a;  
}

/* .imgWrap.of_hidden {
    display: none;
} */
h3.ttlTxt.m0 {
    font-size: 12px !important;
}


@media only screen and (max-width: 600px){
.fl1.w_100.main-col {
    padding-left: 7px;
}
h3.ttlTxt.m0 {
    font-size: 11px !important;
}
}

.content-indent {
    margin-top: -19px !important;
  
}


ul.sidebar_cate a:hover, ul.sidebar_cate li.active > a {
    font-weight: 900;
    color: #009a9e;
}

/* #shopify-section-template--24655763570953__collection_list_wCbKE6 .clbox .details {
    background-color: #ffffff ;
} */



  body#term_title-high-quality-without-the-highprice-medshop #featured_collection_mXDhqM .cl-item {
    border: none !important;
    color: white !important;
    width: 100%;
    background-color: #006868 !important;
    
    
}

 body#term_title-high-quality-without-the-highprice-medshop #featured_collection_mXDhqM h3.ttlTxt.m0{
    color:white !important;
}

body#silver-silver-chloride-ag-agcl-cup-electrodes #featured_collection_QtAzX9 .cl-item {
    color:white !important;
   border:none;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

body#silver-silver-chloride-ag-agcl-cup-electrodes #featured_collection_QtAzX9 h3.ttlTxt.m0{
    color:white !important;
}

body#silver-silver-chloride-ag-agcl-cup-electrodes #featured_collection_pKTBEw .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
  border-bottom: 4px solid #006868 !important;
      border: transparent;
    
}




/* body#silver-silver-chloride-ag-agcl-cup-electrodes featured_collection_pKTBEw h3 .ttlTxt.m0{
    color:white !important;
} */

#silver-silver-chloride-ag-agcl-cup-electrodes #featured_collection_pKTBEw h3.ttlTxt.m0 {
        font-weight: 600 !important;
    color: #006868;
}
}


body#disposable-cup-electrodes #featured_collection_QtAzX9 .cl-item {
    z-index: 1;
  color:white;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#disposable-cup-electrodes #featured_collection_QtAzX9 h3.ttlTxt.m0 {
    color: white;
}

body#disposable-cup-electrodes #featured_collection_LDVbDi .cl-item {
 z-index: 1;
    position: relative;
    width: 100%;
  border-bottom: 4px solid #006868 !important;
      border: transparent;
}

#disposable-cup-electrodes #featured_collection_LDVbDi h3.ttlTxt.m0 {
        color: #006868;
            font-weight: 600 !important;
}


body#gold-cup-electrodes #featured_collection_QtAzX9 .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#gold-cup-electrodes #featured_collection_QtAzX9 h3.ttlTxt.m0 {
    color: white;
}


body#gold-cup-electrodes #featured_collection_FcqPP8 .cl-item {
      z-index: 1;
    position: relative;
    width: 100%;
    border-bottom: 4px solid #006868 !important;
    border: transparent;
}






body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_6At9ek .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
   background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_6At9ek h3.ttlTxt.m0 {
    color: white;
}

body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_pKTBEw .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_pKTBEw h3.ttlTxt.m0 {
    color: white;
}



body#concentric-needles-silverline #featured_collection_6At9ek .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#concentric-needles-silverline #featured_collection_6At9ek h3.ttlTxt.m0 {
    color: white;
}



body#concentric-needles-silverline #featured_collection_LDVbDi .cl-item {
           z-index: 1;
    position: relative;
    width: 100%;
    border-bottom: 4px solid #006868 !important;
    border: transparent;
}

#concentric-needles-silverline #featured_collection_LDVbDi h3.ttlTxt.m0 {
    font-weight: 600 !important;
    color: #006868;
}

body#subdermal-electrodes-premium-quality-from #featured_collection_qEfBDe .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#subdermal-electrodes-premium-quality-from #featured_collection_qEfBDe h3.ttlTxt.m0 {
    color: white;
}


body#adhesive-amp-conductive-pastes #featured_collection_MXwUHt .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color:#006868 !important;
    transition: all 0.3s ease-out;
}

#adhesive-amp-conductive-pastes #featured_collection_MXwUHt h3.ttlTxt.m0 {
    color: white;
}


body#skin-preparation #featured_collection_PnkjCr .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#skin-preparation #featured_collection_PnkjCr h3.ttlTxt.m0 {
    color: white;
}

body#cnsac-disposale-eeg-caps #featured_collection_MdBU4t .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#cnsac-disposale-eeg-caps #featured_collection_MdBU4t h3.ttlTxt.m0 {
    color: white;
}

body#eeg-comby-caps #featured_collection_mXDhqM .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#eeg-comby-caps #featured_collection_mXDhqM h3.ttlTxt.m0 {
    color: white;
}

body#eeg-system-caps #featured_collection_6hB4Ft .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#eeg-system-caps #featured_collection_6hB4Ft h3.ttlTxt.m0 {
    color: white;
}


body#breathing-sensors-amp-belts #featured_collection_QkMbtW .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#breathing-sensors-amp-belts #featured_collection_QkMbtW h3.ttlTxt.m0 {
    color: white;
}


body#position-sensors #featured_collection_PnkjCr .cl-item {
    z-index: 1;

    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#position-sensors #featured_collection_PnkjCr h3.ttlTxt.m0 {
    color: white;
}


body#snore-sensors #featured_collection_mXDhqM .cl-item {
    z-index: 1;

    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#snore-sensors #featured_collection_mXDhqM h3.ttlTxt.m0 {
    color: white;
}

body#spo2-sensors #featured_collection_6hB4Ft .cl-item {
    z-index: 1;

    position: relative;
    width: 100%;
     background-color: #006868!important;
    transition: all 0.3s ease-out;
}

#spo2-sensors #featured_collection_6hB4Ft h3.ttlTxt.m0 {
    color: white;
}

body#cables-and-connections #featured_collection_ctQMfQ .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#cables-and-connections #featured_collection_ctQMfQ  h3.ttlTxt.m0 {
    color: white;
}

body#consumables #featured_collection_PnkjCr .cl-item {
    z-index: 1;
   position: relative;
    width: 100%;
     background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#consumables #featured_collection_PnkjCr h3.ttlTxt.m0 {
    color: white;
}

/* feedback css */
.sidebar_tags {
   border-radius: 7px;
    padding: 20px;
    background: #006868;
  margin-bottom: 63px !important
}
.sidebar .widget-title {
    color: #ffffff;
}
ul.sidebar_cate a:hover, ul.sidebar_cate li.active > a {
    font-weight: 900;
    color: #ffffff;
}

ul.sidebar_cate a {
    color: #ffffff;
}

.grid-view-item .details {
    background: white;
}

@media only screen and (min-width: 768px) {
div#shopify-section-template--24420551393545__collection_list_wCbKE6 ,#shopify-section-template--24655763570953__collection_list_wCbKE6, #shopify-section-template--24655900279049__collection_list_wCbKE6
,#shopify-section-template--24655981936905__collection_list_wCbKE6,#shopify-section-template--24655989637385__collection_list_wCbKE6,#shopify-section-template--24648673329417__collection_list_wCbKE6
{
    padding-left: 200px;
}}


@media only screen and (min-width: 768px) {
 #shopify-section-template--24655763570953__collection_list_DzNA68,#shopify-section-template--24655981936905__collection_list_DzNA68,
  #shopify-section-template--24655989637385__collection_list_DzNA68,#shopify-section-template--24656038494473__collection_list_wCbKE6,#shopify-section-template--24438399959305__collection_list_wCbKE6,
  #shopify-section-template--24437902868745__collection_list_wCbKE6,#shopify-section-template--24430591738121__collection_list_wCbKE6,#shopify-section-template--24424337408265__collection_list_wCbKE6,
  #shopify-section-template--24423471972617__collection_list_wCbKE6,#shopify-section-template--24423482851593__collection_list_wCbKE6z,#shopify-section-template--24423482982665__collection_list_wCbKE6,
  #shopify-section-template--24423483015433__collection_list_wCbKE6,#shopify-section-template--24418635448585__collection_list_wCbKE6,#shopify-section-template--24648673329417__collection_list_DzNA68,
  #shopify-section-template--24439210082569__collection_list_wCbKE6,#shopify-section-template--24423482851593__collection_list_wCbKE6,#shopify-section-template--24439250616585__collection_list_wCbKE6
  {
   padding-left: 364px;
}}

@media only screen and (min-width: 768px) {
  #shopify-section-template--24655989637385__collection_list_DzNA68,#shopify-section-template--24656038494473__collection_list_DzNA68, #shopify-section-template--24423672938761__collection_list_wCbKE6,
  #shopify-section-template--24423678476553__collection_list_wCbKE6 {
    padding-left: 640px;
}}




@media only screen and (min-width: 768px) {
#shopify-section-template--24439158309129__collection_list_wCbKE6,#shopify-section-template--24439272374537__collection_list_wCbKE6,#shopify-section-template--24423672938761__collection_list_wCbKE6
  ,#shopify-section-template--24423678476553__collection_list_wCbKE6,#shopify-section-template--24424259518729__collection_list_wCbKE6,#shopify-section-template--24424287240457__collection_list_wCbKE6
  {
        padding-left: 476px;
    }}




body#cup-electrodes-child #featured_collection_QtAzX9 .cl-item{

    color: white;
    border: none;
    background-color: #006868 !important;
    transition: all 0.3s ease-out
}


body#cup-electrodes-child #featured_collection_QtAzX9 .ttlTxt.m0 {

  color:white;
}



/* @media only screen and (min-width: 766px) {
    h2, .h2 {
        font-size: 18px !important;
    }
}

h2, .h2 {
font-size: 18px ;
}

@media only screen and (min-width: 766px) {
h3, .h3 {
        font-size: 16px;
    }
}

h3, .h3 {
        font-size: 18px;
    } */





    .predictive-search-results {
  position: absolute;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  display: none;
}

.predictive-search-header {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.predictive-search-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.predictive-search-item:hover {
  background: #f8f8f8;
}

.predictive-search-product {
  display: flex;
  align-items: center;
  gap: 15px;
}

.predictive-search-product img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.predictive-search-sku {
  font-family: monospace;
  font-size: 0.85em;
  color: #2a5885;
  margin: 3px 0;
}

.predictive-search-price {
  font-weight: bold;
  color: #333;
}

.top-wrap {
  background: #136666;
  padding: 0px 20px;
}

.top-content-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}

.weglot-container {
  margin: 0 !important;
}

.contact-b {
display:flex;
align-items: center;
gap: 10px;
padding: 10px 18px;
/* border-right: 1px solid #1D8787;
border-left: 1px solid #1D8787; */
width: auto;
transition: all 0.3s;
}

@media (max-width: 1024px) {

  .contact-b .search span {
      display: none !important;
    }
}

.lft-content {

  border: none !important;

}

.loCurrency-wrapper {

  margin: 0 !important;

}

.contact-b .search {
  border-left: none;
}

.contact-b:hover {
  background: #0B4E4E;
}

.contact-b img {
  width: 15px;
}

.contact-b h4 {
font-size: 12px;
font-weight: 400;
color: #fff;
}

.rft-content {
      display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

@media (max-width: 490px) {
  .contact-b h4 {
    display: none !important;
  }

  .top-wrap {
  padding: 0px 0px;
}

  .contact-b .search {
    border: none;
  }
}


.loCurr-topbar {
  display: none;
}

.loCurr-topbar .bmcc-n-s-x.lo-switcher {
  display: none !important;
}

.at-search-l {
  display: none !important;
}

.siteNavigation {
  margin-right: 25px;
}

.men-f-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 934px) {
  .men-f-wrap {

  grid-template-columns: 1fr 1fr;

}
}

@media (max-width: 767px) {
  .men-f-wrap {

  grid-template-columns: 1fr;
    gap: 0px;
    width: 100%;

}

  .cta-wrap-f {
     grid-template-columns: 1fr !important;
    gap: 24px;
  }
}

.footer-block__item .wd20_md {
  width: 100% !important;
}

.r-c h2 {
      font-family: 'Open Sans';
    font-size: 42px !important;
    font-weight: 300;
}

.r-c h4 {
      font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.r-c {
      display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.btn-circle {
      padding: 10px 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 16px;
  margin-top: 8px;
}

.cta-wrap-f {
  display: grid;
    grid-template-columns: 1fr 1fr;
}

.wrap-newsletter {
  font-weight: 300;
}

.lft-content {
      display: flex;
    align-content: center;
    align-items: center;
  gap: 20px;
}

.g-box {
  font-size: 14px;
    color: #fff;
    padding: 0 !important;
   border-right:none !important;  
    background: #0B4E4E;
}

.g-box h4 {
  font-size: 13px;
    font-weight: 400;
}

a.hdicon.site-settings{
    filter: brightness(0) saturate(100%);
}

a#cartLink {
   filter: brightness(0) saturate(100%);
}
#CartCount, .favCount {
   display:none;
}

#cnsac a.hdicon.site-settings{
    filter: brightness(0) invert(1);

}

#cnsac a#cartLink {
   filter: brightness(0) invert(1);
}

#header.stickyHeader a.hdicon.site-settings{
 filter: brightness(0) saturate(100%);
  
}

#header.stickyHeader a#cartLink {
   filter: brightness(0) saturate(100%);
}
.wg-drop.country-selector.closed .wgcurrent:after{
  filter: brightness(0) invert(1);
  transform: rotate(359deg) !important;
}

.wg-drop.country-selector .wgcurrent:after{
  filter: brightness(0) invert(1);
  transform: rotate(359deg) !important;
  right: 31px !important;
  background-size: 9px !important;
}


.currency-picker {
    display: none;
}

.clbox .details {
    text-wrap-mode: nowrap;}

   /* .grid-view-item {
    min-height: 480px;
} */
div#shopify-section-template--23399936753929__grid_banners_DP9aYF {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;}

  div#shopify-section-template--23399576961289__grid_banners_DP9aYF {
    padding-bottom: 35px;
    padding-top: 43px;
    background: #136666;
    margin-top: 10px;}

@media only screen and (max-width: 766px) {
    .stickyCart .stAddtocart_js {
     
        display: none;
    }
}


.details a {
    font-family: 'Open Sans' !important;
}
div#shopify-section-template--23310165901577__featured_blog_fbeY7F {
    padding-top: 50px;
    padding-bottom: 26px;
    /* background: white !important; */
}

 /* product title css */
a.grid-view-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;             /* Show only 1 line initially */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  cursor: pointer;
  max-height: 1.2em;                 /* For single line */
  position: relative;
  z-index: 1;
} /* ← this closing brace was missing */

a.grid-view-item__title:hover {
  -webkit-line-clamp: unset;
  max-height: none;
  white-space: normal;
  background: #fff;                  /* Optional: Add background to avoid overlapping */
  z-index: 10;
  padding: 4px;
  border-radius: 4px;
}

.grid-view-item.style5 .flatbtn .btn{
    display: inline-block;
  
}

.footer-block__item {
    max-width: 113% !important;
    padding: 8px;
}


.grid-view-item.style5.sold-out.wow.fadeIn {
    min-height: 460px;
}



/* body#emg-needle-electrodes-disposable-cnsac-medshop-com #featured_collection_LDVbDi.cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
} */




/* child category styling tab */

#shopify-section-template--24655763570953__collection .fl1 {
  /* margin-top: 4px; */
  padding-top: 25px;
  /* border-color: #006868 !important;
  border-top: solid;
  border-width: 2px;
  z-index: 1; */
}

div#sliderbox-template--24655763570953__collection_list_DzNA68 {
    border-bottom: 1px solid #9E9E9E;
    margin:auto;
    padding:0px;
}

#searchPopup.active {
    z-index: 9999999999999 !important; }


    .mobile-nav-wrapper.active {
    z-index: 111111111111;}



  @media (max-width: 490px){

#shopify-section-template--24655900279049__collection .fl1 {
    /* margin-top: 6px; */
    padding-top: 25px;
    /* border-color: #006868 !important;
    border-top: solid;  
    border-width: thick;
    z-index: 1;
    margin-left: -10px;
    margin-right: -11px; */
}    
#shopify-section-template--24655763570953__collection .fl1
    { margin-top: 6px;
    padding-top: 25px;
    border-color: #006868 !important;
    border-top: solid;
    border-width: 2px;
    z-index: 1;
    margin-left: -10px;
    margin-right: -11px;
      
    }

#shopify-section-template--24655981936905__collection .fl1{
padding-top: 25px; 
    z-index: 1;
        }

    #shopify-section-template--24656038494473__collection .fl1 {
    margin-left: -9px;
    padding-top: 25px;
    border-color: #006868 !important;
    border-top: solid;
    border-width: 2px;
    z-index: 1;
}

    div#sliderbox-template--24655763570953__collection_list_DzNA68{
      border-bottom:transparent;
    }
  }



div#sliderbox-template--24655981936905__collection_list_DzNA68 {
  border-bottom: 1px solid #9E9E9E;
    margin: auto;
    padding: 0px;
      height: 47px;
}


div#sliderbox-template--24656038494473__collection_list_DzNA68{
    height: 47px;
    border-bottom: 1px solid #9E9E9E;
    margin: auto;
    padding: 0px;
}



#shopify-section-template--24655900279049__collection .fl1
  {
    padding-top: 25px;
    z-index: 1;
}

#shopify-section-template--24656038494473__collection .fl1
{
    padding-top: 25px;
    z-index: 1;

}
div#sliderbox-template--24655900279049__collection_list_DzNA68{
    height: 47px;
    border-bottom: 1px solid #9E9E9E;
    margin: auto;
    padding: 0px;
  
}


div#featured_collection_pKTBEw , div#featured_collection_LDVbDi ,div#featured_collection_FcqPP8 {
    padding-right: 1rem !important;
}



div#shopify-section-template--24655763570953__collection_list_DzNA68 {
  
  padding:0 !important;}


  /* #silver-silver-chloride-ag-agcl-cup-electrodes .cl-item{

    border:transparent;
  } */


  /* #shopify-section-template--24655763570953__collection_list_DzNA68 .cl-item{
    border:transparent;
  }
 */



   @media (max-width: 490px){
body#silver-silver-chloride-ag-agcl-cup-electrodes #featured_collection_pKTBEw .cl-item{

  border-bottom:none !important;
}

     body#disposable-cup-electrodes #featured_collection_LDVbDi .cl-item{
        border-bottom:none !important;
     }

     body#gold-cup-electrodes #featured_collection_FcqPP8 .cl-item{
        border-bottom:none !important;
     }

     .grid-view-item.style5.sold-out.wow.fadeIn {
    min-height: 309px;

   }



#featured_collection_LDVbDi .ttlTxt.m0 {
  /* Your styles here */
  color: #006868;
}

#featured_collection_FcqPP8
.ttlTxt.m0 {
  /* Your styles here */
  color: #006868;
}

/* #featured_collection_pKTBEw .ttlTxt.m0 {
  /* Your styles here */
  color: #006868;
} */
#gold-cup-electrodes#featured_collection_FcqPP8 .ttlTxt.m0 {
    font-weight: 600 !important;
    color: #006868;
}

div#shopify-section-template--24655900279049__collection_list_DzNA68{

  padding:0;
}

#shopify-section-template--24655900279049__collection_list_DzNA68 .cl-item {
    border: transparent !important;
  border:none !important;

}


body#disposable-cup-electrodes #featured_collection_QtAzX9 .cl-item{
color: white !important;
    border: none;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;

}

div#shopify-section-template--24655981936905__collection_list_DzNA68{

  padding:0 !important;
}

div#shopify-section-template--24656038494473__collection_list_DzNA68{
padding:0 !important;
}

#shopify-section-template--24655981936905__collection_list_DzNA68 .cl-item {
    border: transparent;}



    #featured_collection_pKTBEw .cl-item{

      border-color:transparent !important;
    }



    #featured_collection_LDVbDi  .cl-item{

      border-color:transparent !important;
    }



    #featured_collection_FcqPP8 .cl-item{

      border-color:transparent !important;
    }


.wg-drop.country-selector ul{
      z-index: 999 !important;
}

#shopify-section-footer .footer-block {

  width: 100% !important;

}

#shopify-section-footer .wd100  {
  width: 100% !important;

}

rcgf {

  display: none !important;

}


 .country-selector .wg-li {
    font-size: 15px !important;
}

.wg-drop.country-selector .wgcurrent {
    background: transparent !important;}

  nav.page-width.breadcrumbs {
    font-weight: 700;
}

button#cartCheckout {
       color: #fff !important;
    background-color: #136666 !important;
    border-color: #136666;
}

.btn2 {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #136666;
}

.cart-drawer .btn {
    color: #fff !important;
    background-color: #136666 !important;
    border-color: #136666;
}

@media (max-width: 768px) {
    .weglot-container {
        z-index: 0 !important;
        
    }
  .contact-b {

    padding: 10px 7px;
    
}
}


div#featured_collection_pKTBEw, div#featured_collection_LDVbDi, div#featured_collection_FcqPP8 {
    border-bottom: 0px !important;
    border: solid;
   padding-left: 0rem !important;
    padding-right: 0rem !important;
    border-radius: 10px 10px 0px 0px;
    border-width: thin;
    border-color: #cdcdcd;
  padding-bottom: 0px;
}

.bmcc-n-s-x.lo-switcher .list, .bmcc-n-s-x.lo-switcher .list li, .bmcc-n-s-x.lo-switcher .list li .option-flag {
    color: black !important;
    z-index: 99;
}

body#eeg-comby-hauben #featured_collection_mXDhqM .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
  
}

#eeg-comby-hauben #featured_collection_mXDhqM  h3.ttlTxt.m0 {
    color: white;
}

  body#eeg-systemhauben #featured_collection_6hB4Ft .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
#eeg-systemhauben #featured_collection_6hB4Ft h3.ttlTxt.m0 {
    color: white;
}

body#lagesensoren #featured_collection_PnkjCr .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
#lagesensoren #featured_collection_PnkjCr h3.ttlTxt.m0 {
    color: white;
}

body#schnarchsensoren #featured_collection_mXDhqM .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#schnarchsensoren #featured_collection_mXDhqM h3.ttlTxt.m0 {
    color: white;
}

body#spo2-sensoren #featured_collection_6hB4Ft .cl-item {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#spo2-sensoren #featured_collection_6hB4Ft h3.ttlTxt.m0 {
    color: white;
}
.hulk-powered-wrapper {
    display: none !important;
    margin-top: 7px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

body#silber-silberchlorid-ag-agcl-cup-elektroden #featured_collection_QtAzX9 .cl-item

{

 z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;

}

#silber-silberchlorid-ag-agcl-cup-elektroden #featured_collection_QtAzX9 h3.ttlTxt.m0 {
    color: white;
}

/* body#silber-silberchlorid-ag-agcl-cup-elektroden #featured_collection_pKTBEw .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
 */
/* #silber-silberchlorid-ag-agcl-cup-elektroden #featured_collection_pKTBEw h3.ttlTxt.m0 {
    color: white;
} */


body#silverline-emg-nadel-konzentrisch #featured_collection_6At9ek .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
#silverline-emg-nadel-konzentrisch #featured_collection_6At9ek h3.ttlTxt.m0 {
    color: white;
}

body#cnsac-eeg-einweg-hauben #featured_collection_MdBU4t .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#cnsac-eeg-einweg-hauben #featured_collection_MdBU4t h3.ttlTxt.m0 {
    color: white;
}


 body#haft-und-leitfahige-pasten #featured_collection_MXwUHt .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
#haft-und-leitfahige-pasten #featured_collection_MXwUHt h3.ttlTxt.m0 {
    color: white;
}

  body#hautvorbereitung #featured_collection_PnkjCr .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
 #hautvorbereitung #featured_collection_PnkjCr h3.ttlTxt.m0 {
    color: white;
}

body#atemsensoren-amp-gurte #featured_collection_QkMbtW .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#atemsensoren-amp-gurte #featured_collection_QkMbtW h3.ttlTxt.m0 {
    color: white;
}

body#kabel-und-verbindungen #featured_collection_ctQMfQ .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}
#kabel-und-verbindungen #featured_collection_ctQMfQ h3.ttlTxt.m0 {
    color: white;
}

body#verbrauchsmaterial #featured_collection_PnkjCr .cl-item{

    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #006868 !important;
    transition: all 0.3s ease-out;
}

#verbrauchsmaterial #featured_collection_PnkjCr h3.ttlTxt.m0 {
    color: white;
}

.infolinks.mfp-link {
    display: none;
}

label.cart_term.mb20 {
    display: none;
}

/* .nice-select.small {
    margin-bottom: -58px;
    font-size: 12px;
    height: 36px;
    line-height: 35px;
} */




/* CSS for Top Bar */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #16706f;
  padding: 8px 32px 8px 16px;
  min-height: 48px;
  font-family: Arial, sans-serif;
}

.top-bar-left,
.top-bar-center,
.top-bar-right {
  display: flex;
  align-items: center;
}

.top-bar-left {
  gap: 20px;
}

.top-bar-center {
  flex: 1 1 auto;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.currency-selector select {
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

#weglot_here {
  margin-left: 12px;
}

.top-bar-right {
  gap: 24px;
}

.fax-link, .contact-link, .search-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: opacity 0.2s;
}

.fax-link:hover,
.contact-link:hover,
.search-link:hover {
  opacity: 0.75;
}

.contact-link .icon {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

.search-link .search-icon {
  width: 21px;
  height: 21px;
}
aside.country-selector.weglot_switcher.default.wg-drop .wgcurrent a {
    margin-left: 126px;
    color: white;
    background: #136666;
    padding-right: 52px;
    padding-left: 7.5px;
}

aside.country-selector.weglot_switcher.default.wg-drop .wgcurrent a {
    margin-left: 71px;
    color: white;
    background: #136666;
    padding-right: 52px;
    padding-left: 7.5px;
   
      font-size: 12px;
}

.baDropdownStyle.noBorder .bacurr-choiceDesign {
    margin-top: -77px;
    border: none;
    box-shadow: none;
}
  .g-box {
    font-size: 14px;
    color: #fff;
    padding: 10px 30px;
    border-right: 1px solid #1D8787;
    background: #136666;
    margin-left: 24px;
}

ul.bacurr-dropdown-choices {
    margin-top: -39px;
}

body#silber-silberchlorid-ag-agcl-cup-elektroden #featured_collection_pKTBEw .cl-item__link {
    
    background: #006868;
}
#silber-silberchlorid-ag-agcl-cup-elektroden #featured_collection_pKTBEw  h3.ttlTxt.m0 {
    color: white;
}

body#einmal-cup-elektroden #featured_collection_LDVbDi .cl-item__link {
    
    background: #006868;
}

#einmal-cup-elektroden #featured_collection_LDVbDi  h3.ttlTxt.m0 {
    color: white;
}


body#einmal-cup-elektroden #featured_collection_QtAzX9 .cl-item__link {
    
    background: #006868;
}

#einmal-cup-elektroden #featured_collection_QtAzX9  h3.ttlTxt.m0 {
    color: white;
}

body#mehrweg-gold-cup-elektroden #featured_collection_FcqPP8 .cl-item__link {
    
    background: #006868;
}

#mehrweg-gold-cup-elektroden #featured_collection_FcqPP8  h3.ttlTxt.m0 {
    color: white;
}

body#mehrweg-gold-cup-elektroden #featured_collection_QtAzX9 .cl-item__link {
    
    background: #006868;
}

#mehrweg-gold-cup-elektroden #featured_collection_QtAzX9  h3.ttlTxt.m0 {
    color: white;
}

.lo-switcher:after {
    border-color: #ffffff !important;
}

aside.country-selector.weglot_switcher.default.wg-drop .wgcurrent a {
      margin-left: 0px;}



.weglot-container {
    display: inline-block;
    z-index: 2147483647;
    margin-left: 50px !important;
}
.lo-switcher {
    margin-bottom: -42px;
    border-radius: 0px !important;
    margin-left: 31px;
}



@media (max-width: 768px) {
    .weglot-container {
        margin-left: 0em !important;
    }
}

.wgcurrent {
    background: #ffffff00 !important;
}



@media (max-width: 767px) {
  .top-wrap {
    padding: 12px;
    background-color: #006b6b;
  }

  .top-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* ---------- Row 1: Currency + Language ---------- */
  .lft-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
  }

  .loCurrency-wrapper,
  #weglot_here {
    flex: 1 1 48%;
    min-width: 48%;
  }

  select.lo-switcher {
    display: block !important;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    background-color: #fff;
  }

  .bmcc-n-s-x {
    display: none;
  }

  /* ---------- Row 2: Fax + Contact + Search ---------- */
  .rft-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .fax-form,
  .contact-b,
  .hdicon.searchIco {
    flex: 1 1 30%;
    min-width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fax-form a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  .contact-b {
    gap: 6px;
  }

  .contact-b img.icon {
    width: 18px;
    height: 18px;
  }

  .contact-b h4 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
  }

  .hdicon.searchIco img {
    width: 20px;
    height: 20px;
  }

  /* Clear default spacing */
  .g-box {
    margin: 0;
    padding: 0;
  }
}
select.lo-switcher.small {
    display: none !important;
}


@media (max-width: 767px) {
    .fax-form, .contact-b, .hdicon.searchIco {
        flex: 1 1 30%;
        min-width: 67%;
        text-align: center;
        display: flex
;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .lft-content {
        display: contents;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }}

  @media (max-width: 767px) {
    .rft-content {
        display: -webkit-inline-box !important;}

     .wg-drop.wg-country-selector ul {
  display: flex !important;
                   

}
  }


  .top-wrap {
    background: #136666;
        padding: 5px 17px;
}

.nice-select.small {
    margin-bottom: -38px;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    margin-left: 29px;
}

.wg-country-selector a {
    background: white !important;
    color: #000;
    display: flex;
    float: none !important;
    outline: none;
    text-decoration: none;
}


ul#weglot-listbox {
    z-index: 99999;
}

  @media (max-width: 767px) {
    .nice-select.small {
        margin-bottom: -61px;}
  }

.lo-switcher .current {
    font-size: 16px !important;
    color: #fff !important;
}



body#nasal-cannula-adult-pediatric-soft-amp-comfortable #featured_collection_mXDhqM .cl-item {
     background-color: #006868 !important;

}

body#nasenbrillen-und-masken-fur-sauerstoffzufuhr #featured_collection_QtAzX9 .cl-item {
     background-color: #006868 !important;
}


#nasenbrillen-und-masken-fur-sauerstoffzufuhr #featured_collection_QtAzX9  h3.ttlTxt.m0 {
    color: white;
}


#nasal-cannula-adult-pediatric-soft-amp-comfortable #featured_collection_mXDhqM h3.ttlTxt.m0 {
    color: white;
}