#product-product > div.breadcrumb-h1 > h1 { color: var(--wishlist-btn-c);}
div.product-page__image-main-carousel.owl-carousel > img {
    opacity: 1;
    filter: drop-shadow(8px 8px 6px var(--wishlist-btn-c)) invert(0.1); /* drop-shadow(8px 8px 6px black) invert(0.1) */
}
.product-page__textblock  img {
    filter: grayscale(1);
    filter: drop-shadow(2px 4px 6px white) invert(1); /* yellow */
    /* filter: invert(1); */
}
#search2 > div > div.header-search__form > button.header-search__btn.search-btn > i,
#cart > div.header-cart__btn.dropdown-toggle > i { color: var(--wishlist-btn-c); }

button.search-btn-clear { background: var(--wishlist-btn-c); }
 
a.product-thumb__name { color: var(--wishlist-btn-c);}
  
 
 
#carousel-0 .owl-stage-outer .owl-stage .owl-item  {
    margin-bottom: 1rem;
    /*width: 5rem!important;*/
   /* height: 5rem!important;*/
   /* margin-left: 1rem;*/
}

#carousel-0 .owl-stage-outer .owl-stage .owl-item img {
    /*margin-left: 1rem;
    margin-right: 1rem;*/
    border-radius: 1rem;
	wi11111111111111111111111111dth: 100%; /* or any custom size */
    height: 100%; 
    obj111111111111111ect-fit: fill;
    border: 1px solid var(--wishlist-btn-c);
    filter: grayscale(1) drop-shadow(8px 8px 6px var(--wishlist-btn-c)) invert(0.1)!important;
}
.owl-carousel .owl-nav { opacity: 0.8!important; }

button.product-thumb__compare.compare, button.product-thumb__wishlist.wishlist {
 opacity: 0.6;
 border: 1px solid var(--wishlist-btn-c)!important;  /* #20B2AA */
}

button.product-page__share-btn.btn.btn-sm.btn-default {
    color: var( --btn-primary-c);
    background: var(--wishlist-btn-c);
}

img:not(
 .header-logo__img,
 .home-banner__image,
 .owl-carousel.owl-drag .owl-item img,
 #product  div.product-page__textblock > div > table > tbody > tr > th:nth-child(2) > img,
 #slideshow0 img,
  div.product-page__image-main-carousel.owl-carousel > img) {
    vertical-align: middle;
    border-radius: 0.5rem;
    border: 1px solid var(--wishlist-btn-c);
	padding: 1px;
	padding-bottom: 2px;
}


.home-banner__image { filter: grayscale(0)!important; }

/*.footer__socials-payments .col-sm-12 { place-items: center; }*/
.footer__media:before {
    content: "Мы в соцсетях: ";
    margin-right: 0.5rem;
}
/*
.footer__media:after {
    content: "Copyright GSM-RADIO.ru 2025";
    position: absolute;
    right: 0;
}
*/
.footer__media { filter: grayscale(1); }
.footer__media i { border-radius: 100%; }


i.footer__socials-icon.fab { background: var(--tooltip-bg); }

input.header-search__input.form-control {
    background: var(--header-search-cat-btn-bg); /*aqua*/
    color: var(--header-search-cat-btn-c);
}
 
#product a.product-tag__item {
    background: var(--wishlist-btn-c) ; /*aqua*/
    color: var(--header-search-cat-btn-c);
}
:root {
	--header-search-cat-btn-bg: var(--menu-main-header-bg)!important;
	--header-search-cat-btn-c:  var(--menu-main-header-c)!important;
	--header-icon-total-bg:  var(--body-c)!important; 
	--topstripe-c: var(--body-c) !important;
}

.topstripe a {
    color: var(--wishlist-btn-c)!important;
}


.online-chat-root-TalkMe #supportTrigger {
    bottom: calc(20px + (46px / 2) + 5px + (50px / 2)) !important;
    right: 15px !important;
}
 
 

.online-chat-root-TalkMe .trigger-background {
    background: var(--tooltip-bg) !important;
    color: #ffffff !important;
}

.fly-block.mobile-menu-bottom {
    right: 25px;
    bottom: 135px;
    transition: bottom linear .15s;
}

@media (max-width:992px){
    .fly-block.mobile-menu-bottom{right:20px!important;bottom:140px!important}
	.fly-block.mobi1111le-menu-bottom-2{bottom:140px!important}
}

@media (max-width: 767px) {
 h1 { overflow-wrap: anywhere;}
}


 