
/*
 * Copyright (c) Customization by Egemen E. DURSUN @ 03.2021
 * updated @ 08.2025
 * egemen.dursun@yakaza.com.tr
 *
 * font-family: 'Fira Sans', sans-serif;
 *
 * PRIMARY COLOR
 * HEX: #b72a30
*/

:root{
  --ktk-color-primary: #b72a30;
  --ktk-color-body-text:#030b19;

  --ktk-color-white:#ffffff;
  --ktk-color-dark:var(--ktk-color-body-text);

  --ktk-color-primary-rgb:183,42,48;
}
/* ================================
  DISTRIBUTOR Page
*/

.map-table td, .map-table tr, .map-table th{
  vertical-align: middle;
  padding: 7px 14px;
}
body.map-content .map-table thead th{
  color: var(--ktk-color-primary)!important;
  font-size: 20px;
  background-color: rgba(var(--ktk-color-primary-rgb),0.08)!important;
}

.map-table tbody tr:hover th,
.map-table tbody tr:hover td{
  background-color: rgba(var(--ktk-color-primary-rgb),0.035)!important;
}
.map-table thead tr th:first-child{
  border-top-left-radius: 14px;
}
.map-table thead tr th:last-child{
  border-top-right-radius: 14px;
}

body.map-content #map {
  width: 100%;
  height: 400px;
}

.gm-style-iw{
  max-width: 200px;
}
.gm-style .gm-style-iw-d{
  margin-top: -30px;
}
.gm-style-iw-d h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--ktk-color-primary);
}
.gm-style-iw-d p{
  font-weight: 400;
  margin-bottom: 7px;
}
.gm-style-iw-d a{
  color: var(--ktk-color-primary);
}


body.map-content .sticky-dealer{
  z-index: 1000!important;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
body.map-content .list-group-item.active {
  background-color: var(--ktk-color-primary);
}
body.map-content .list-group-item .badge {
  color: var(--ktk-color-primary) !important;
  background-color: rgba(var(--ktk-color-primary-rgb),0.2)!important;
}
body.map-content .list-group-item.active .badge {
  color: var(--ktk-color-primary) !important;
  background-color: var(--ktk-color-white)!important;
}
body.map-content .list-group {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center;
  gap: 6px;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #030b19;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: 'Fira Sans', sans-serif;
  /*background-color: #2b2b2b;*/
}
footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/img/footer-img-cd70bb61fcd215375f54c0593844adc1.jpg");
}
.brand-image{height: 40px;}
.nav-item>a.nav-link{
  color: #030b19;
}
.nav-item>a.nav-link:hover,
.nav-item>a.nav-link:hover{
  color: #b72a30;
} 
a{
  text-decoration: none;
  color: #030b19;
}
a:hover {
  color: #b72a30;
}
footer a,
#bottom a{
  text-decoration: none;
  color: #cfd7e5;
}
footer a:hover,
#bottom a:hover {
  color: #FFFFFF;
}

#bottom p{font-size: 12px; color: #cfd7e5;padding: 0; margin: 0;}
#bottom {padding: 16px 0;}
#bottom a {font-size: 22px;  margin-left: 4px;  margin-right: 4px;}

.main-content{margin-top: 20px}
.section-header{font-size: 12px;height: 30px}
ul.lang-select{
  font-size: 12px;
  z-index: 1021!important;
  min-width: auto!important;
}
ul.lang-select .active{
  background-color: #d89194;
}
.navbar-main{height: 100px}
.nav-link{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
}
.dropdown-menu {
  background-color: #f7faff;
  border: 0;
  /*z-index: 1010;*/
  min-width: 200px;
}
.dropdown-menu>li>a {
  color: #030b19;
  padding: 13px 15px;
  padding-right: 25px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #b72a30;
  text-decoration: none;
  background-color: #ffffff;
}

footer ul {
   list-style: none;
   margin: 0;
   padding: 0;
 }
footer ul a:before {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #b72a30;
  font-size: 17px;
  margin-right: 7px;
  line-height: 30px;
}
a#backToTop {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  display: none;
  outline: none !important;
  z-index: 1000;
  font-size: 30px;
  background-color: #cfd7e5;
  padding: 4px 10px 0 10px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.font-montserrat{font-family: 'Montserrat', sans-serif;}

.bg-primary{background-color: #b72a30!important;}
.bg-primary-accent{background-color:#FBE0D4!important;}
.bg-light{background-color: #f7faff !important;}
.bg-dark{background-color: #030b19 !important;}
.bg-dark-dark{background-color: #a2a2a9 !important;}
.bg-dark-light{background-color: #c6cad2 !important;}

.text-primary{color: #b72a30!important;}
.text-light{color: #f7faff !important;}
.text-white{color: #ffffff !important;}
.text-muted{color: #c6cad2 !important;}
.text-dark{color: #a2a2a9 !important;}
.text-dark-dark{color: #030b19 !important;}

.news-list .card {
  top: 0;
  transition: all ease-in-out 0.3s;
}
.news-list .card:hover {
  top: -2px;
  background-color: #fdf7f7;
  box-shadow: 0 15px 15px -5px rgba(0,0,0,0.15);
}
.news-list .card-body{
  padding: 35px;
}
.news-detail-image{
  z-index: 0;
  position: relative;
  border-radius: 10px;
  border: 1px solid #c6cad2;
  width: 100%;
}
.news-detail-head{margin-bottom: 40px;display: block}
.news-detail-date{
  border-top: 1px dotted #c6cad2;
  margin-top: 30px;
  padding-top: 15px;
  display: block;
}
.news-body{
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
}

.viewer360 {
  width: 36px;
  display: inline-block;
  margin-left: 20px;
}

/* ================================
   CUSTOM PRIMARY BUTTONS
=================================== */

.btn {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #b72a30;
  border-color: #b72a30;
  /*padding: .375rem 1.3rem;*/
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #ca2e34;
  border-color: #ca2e34
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(202, 46, 52, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #b72a30;
  border-color: #b72a30
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ca2e34;
  border-color: #ca2e34
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(202, 46, 52, 0.5)
}

.btn-outline-primary {
  color: #b72a30;
  background-color: transparent;
  background-image: none;
  border-color: #b72a30;
  padding: .375rem 1.3rem;
}

.btn-outline-primary:hover,
.btn-check:focus+.btn-primary, .btn-primary:focus{
  color: #FFFFFF;
  background-color: #b72a30;
  border-color: #b72a30;
  border-radius: 0.375rem;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(202, 46, 52, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #b72a30;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b72a30;
  border-color: #b72a30;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(202, 46, 52, 0.5)
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #030b19;
}

.btn-outline-dark {
  color: #a2a2a9;
  background-color: transparent;
  background-image: none;
  border-color: #a2a2a9;
  padding: .375rem 1.3rem;
}

.btn-outline-dark:hover,
.btn-check:focus+.btn-primary, .btn-primary:focus{
  color: #ffffff;
  background-color: #b72a30;
  border-color: #b72a30;
  border-radius: 0.375rem;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.1)
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #000000;
  background-color: #d0d0d4;
  border-color: #a2a2a9;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.1)
}


nav{
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.20);
}

#homeCarousel {
  border-bottom: 1px solid #ced4d9;
}
#homeCarousel h1 span {
  font-weight: 400;
  display: block
}
#homeCarousel h1 {
  font-size: 28px;
  font-weight: 900;
  margin-top: 10px;
}
.carousel-caption{
  left: 0;
  right: 0;
  display: block;
  top: 0;
  bottom: unset;
}

.carousel-caption h1,
.carousel-caption p {
  margin: auto;
}

.carousel-indicators{
  bottom: 20%;
  list-style: none!important;
}
.carousel-indicators [data-bs-target]{
  background-color: #b72a30!important;
}

#main-search{
  margin-bottom: 20px;
}
  #main-search input{
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #ebf0f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #main-search button{
    padding: 20px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5;
    border-radius: 12px;
    background: rgb(183,42,48);
    background: -moz-linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(255,54,60,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(255,54,60,1) 100%);
    background: linear-gradient(0deg, rgba(183,42,48,1) 0%, rgba(255,54,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b72a30",endColorstr="#ff363c",GradientType=1);
  }


.banners-row {
  padding: 20px 10px;
  background-color: #ffffff;
  border-radius: 22px;
  position: relative;
  border: 1px solid #ced4d9;
}
/*.banners-row .card{height: 120px}*/
.banners-row .card,
.banners-row .card img{border-radius: 12px;}

.banners-row .card-img-overlay {padding: 30px;}
.banners-row .inner-icon img{
  height: 64px;
  margin-top: 25px
}
.banners-row .card-img{
  height: 110px
}
.banners-row .inner-icon {
  position: absolute;
  right: 66px;
  top: 0;
}
.banners-row h2 {
  font-weight: 900;
  margin: 0;
  margin-right: 120px;
}
/*.banners-row h2 {font-weight: 900;margin: 0;margin-right: 40px;}*/
.banners-row h2 span {font-weight: 400!important; display: block}
.banners-row .inner-arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*.banners-row a:hover h2{
  color: #b72a30!important;
}*/
.banners-row a:hover .inner-arrow {
  right: 10px;
  bottom: 7px;
}
.banners-row a:hover .card-img {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banners-row .inner-arrow img{border-radius: 0;}

#corporate h1,
#corporate h2
{font-family: 'Times', serif ;line-height: 0;margin-bottom: 70px}

#corporate h1{
  font-size: 100px;
  font-weight: bolder;
}
#corporate h1 span{
  font-size: 60px;
}
#corporate h2{
  font-size: 60px;
  font-weight: 300;
}

.page-header{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/img/page-header-722a7a6cbabc666f45c7aca76907d01b.jpg");
}

.page-header h1 {
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  color: #FFFFFF;
  margin:0;
  text-shadow: 4px 5px rgba(0,0,0,.4);
  text-transform: uppercase;
}
.page-header-search{
  margin-top: 30px;
}

.padding-t-100{padding-top: 40px;}
.padding-b-100{padding-bottom: 40px;}

.page-badges .badge-icon {
  height: 128px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.badge-icon path{
  fill: #b72a30;
}
.page-badges h2 {
  font-size: 70px;
  font-weight: 900;
  margin: 0;
}
.page-badges h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.page-small-badges .badge-icon {
  height: 100px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-small-badges h2 {
  font-size: 35px;
  font-weight: 900;
  margin: 0;
}
.page-small-badges h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#nav-tab .nav-link {
  text-align: right;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#nav-tab .nav-link.active{
  color: #b72a30;
  border-right: 4px solid #b72a30;
  /*background-color: rgba(183,42,48,0.1);*/
}
.tab-content {
  background-color: rgba(183,42,48,0.1);
  border-left: 1px solid #b72a30;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.ekipmanlar-zemin{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/img/ekipman-merkez-303611872ce5d2f6ed178d940477ab7b.jpg");
  margin-bottom:100px;
}
.ekipmanlar-zemin{
  color: #c7cdd4;
}


.pdf-catalogs .card-img-top{
  min-height: 300px;
  padding: 30px;
  background-color: rgba(183,42,48,0.07);
}
.sticky-top-side{
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
  z-index: 1019;
}

.video-div {
  background: #030b19;
  width: 100%; /* Play with this value */
  height: auto;  /* Play with this value */
  font-size: 0;
  text-align: center;
}
.video-div:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}
.video-div video {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}



/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



/* ================================
   LIST VIEW CLASSES
=================================== */
.list-view-body {padding: 20px;}
.list-view-body p{margin-bottom: 0}
.list-view-subject,
.list-view-brands,
.list-view-oems {margin-top:10px;}
.list-view-oems {font-size: 11px}
.list-view-brands {cursor: context-menu}

.catalog-view-filters {
  /*padding:0;*/
  padding:20px;
  background-color: #fbfbfb;
  border: 1px solid rgba(3,11,25,.40);
  border-radius: 0;

  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.deneme {
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog-view-filters .row{
  margin-bottom: 20px;
}
/*
ul#listview li{
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
*/
ul.catalog-view-column,
ul.catalog-view-list{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
ul.catalog-view-column .list-view-image img{
  width: 100%;
  height: 190px;
  border-radius: .45rem;
}
ul.catalog-view-column>li.list-view-card{
  width: calc(50.5% - 10px);
  margin-left: 5px;
  margin-bottom: 5px;
  min-height: 100%!important;
  background-color: rgba(3,11,25,.02);
  border: 1px solid rgba(3,11,25,.05);
  border-radius: 0;
  list-style: none;
}

ul.catalog-view-list .list-view-image,
ul.catalog-view-list .list-view-body {float: left;}
ul.catalog-view-list .list-view-body {
  width: calc(100% - 180px);
  display: flex;
  padding: 0;
  /*justify-content: flex-start;*/
  text-align: left!important;
  align-items: center;
}
ul.catalog-view-list .list-view-image {width: 180px;}
ul.catalog-view-list .list-view-title {margin-top: 0}

ul.catalog-view-list .list-view-image img{
  width: 100%;
  border-radius: .45rem;
}
ul.catalog-view-list>li.list-view-card{
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: rgba(3,11,25,.02);
  border: 1px solid rgba(3,11,25,.05);
  border-radius: .45rem;
  display: flex;
  align-items: center;
}

ul.catalog-view-list .list-view-title,
ul.catalog-view-list .list-view-subject,
ul.catalog-view-list .list-view-brands,
ul.catalog-view-list .list-view-oems {
  flex: 1 1 auto!important;
  padding: 10px;
  margin-top: 0;
}
ul.catalog-view-list .list-view-brands{
  display: flex;
  flex-direction: column;
  /*background-color: #20c997;*/
  min-width: 200px;
}
ul.catalog-view-list .list-view-brands .badge{margin-bottom: 6px;text-align: left!important;}
ul.catalog-view-list .list-view-subject {max-width: 190px;}
ul.catalog-view-list .list-view-oems {max-width: 140px;}

a#backtoback {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 1019;
  left: 43%;
  outline: none !important;
  font-size: 12px;
  background-color: #b72a30;
  color:#ffffff ;
  padding: 6px 25px 8px 25px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;

}

/* MAGNIFIER */
.glass {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;

  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
          0 0 0 7px rgba(255, 255, 255, 0.85),
          0 0 7px 7px rgba(0, 0, 0, 0.25),
          inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /* hide the glass by default */
  display: none;
}
.figure-caption{font-size: 12px;}

.product-detail .list-group-item{background-color: transparent;padding: .7em 1rem!important;}
.accordion-button:focus {
  border-color: #b72a30;
  box-shadow: none;
}
.accordion-button,
.accordion-button.collapsed
.accordion-button:not(.collapsed) {
  color: #b72a30!important;
  background-color: rgb(183 42 48 / 5%)!important;
}

.list-group-bg{background-color: rgb(183 42 48 / 3%);}

.brandtable tbody tr:last-child {border-bottom-color:transparent!important; }
#brandaccordion .accordion-button::after{margin-left: 20px}

.catalog-view-filters .form-check{ margin-bottom: 5px}
.scroll-with-content {
  max-height:350px;
  overflow-y:auto;
}
.navbar .navbar-collapse .dropdown-menu{
  text-align: right;
  box-shadow: none;
  border-bottom:2px solid rgba(0, 0, 0, .2);
}
.navbar .navbar-collapse{
  background-color: #f7fafe;
  padding: 20px;
  text-align: end;
}

#threesixty {
  margin: 0 auto;
  user-select: none;
  background-position: center;
  background-size: cover;
  min-width: 500px;
  min-height: 500px;
}



/* ================================
  RESPONSIVE BREAKPOINTS

No media query necessary for xs breakpoint as it's effectively `@media (max-width: 0) { ... }`
@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-down(md) { ... }
@include media-breakpoint-down(lg) { ... }
@include media-breakpoint-down(xl) { ... }
@include media-breakpoint-down(xxl) { ... }

=================================== */

@media (min-width: 576px){
  .container, .container-sm {
    max-width: 100%;
    /*    background-color: #d75858 !important;*/
  }
  #homeCarousel h1{
    font-size: 38px;
  }
  .news-body{
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    z-index: 2;
    position: relative;
    border-radius: 15px;
  }
}
@media (min-width: 768px){
  body.map-content #map {
    border-radius: 12px;
    height: 500px;
  }
  body.map-content .list-group {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: inherit;
    justify-content: flex-start;
    gap: inherit;
  }
  .viewer-modal {
    min-width: 100%!important;
  }
  .viewer-modal .modal-body{
    width: 100%;
    height: 100%;
  }
  .container, .container-md, .container-sm {
    max-width: 720px;
    /*    background-color: #7e3cca !important;*/
  }
  .brand-image{height: 50px;}
  .navbar-main{height: 120px;}

  .carousel-caption p {
    display: none;
  }
  .banners-row {
    margin-top: -80px;
  }
  .carousel-caption {
    height: calc(100% - 40px);
    max-width: 1168px;
    margin: auto;
    right: 0;
    left: 0;
  }
  #homeCarousel h1{
    font-size: 58px;
    font-weight: 900;
    margin-top: 10px;
  }
  .banners-row .inner-icon {
    display: none;
  }
  .banners-row .card-img-overlay {padding: 10px;}
  .banners-row h2 {margin-right: 0}
  .news-body{
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    background-color: yellow;
  }
}
/* TABLET ve USTU */
@media (min-width: 992px){
  .viewer-modal {
    min-width: 505px!important;
  }
  .viewer-modal .modal-body{
    width: 502px;
    height: 502px;
  }
  .news-body{
    background-color: white;
    border: 1px solid #c6cad2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
    padding: 50px;
    width: 80%;
    margin: 0 auto;
    margin-top: -100px;
    z-index: 2;
    position: relative;
    border-radius: 15px;
  }
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
    /*    background-color: #cac10d !important;*/
  }
  .navbar .navbar-collapse .dropdown-menu{
    text-align: left;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    border-bottom:0;
  }
  .navbar .navbar-collapse{
    background-color: transparent;
    padding: 0;
    text-align: left;
  }
  .nav-item a {
    font-size: 14px;
  }
  .carousel-caption {
    right: 10%;
    left: 10%;
  }
  .navbar-main .container,
  #mailing>.container,
  .pdf-catalogs,
  section#product-groups{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .carousel-caption p {
    display: none;
  }
  .banners-row {
    margin-top: -100px;
  }
  .nav-item {
    font-size: 14px!important;
  }
  .banners-row .inner-icon {
    margin-right: 40px;
    display: block;
    position: relative;
    right: unset;
    top: unset;
  }
  .banners-row .card-img{
    height: auto;
  }
  .banners-row h2 {
    margin-right: 40px;
  }
  .banners-row .inner-icon img {
    margin-top: -10px;
  }
  .banners-row .card-img-overlay {padding: 30px;}

  #corporate h1{
    font-size: 150px;
    font-weight: bolder;
    margin-top: 150px
  }
  #corporate h1 span{
    font-size: 100px;
  }
  .padding-t-100 {padding-top: 40px;}
  .padding-b-100 {padding-bottom: 40px;}
  .page-header h1 {
    font-size: 50px;
  }
  .page-header-search{
    margin-top: 20px;
  }
  #product-groups li{
    width: calc(50% - 30px);
    height: 550px;
  }
  #product-groups li:hover>.inner h1 {
    bottom: 250px;
  }

  .catalog-view-filters {
    position: unset;
    top: unset;
    z-index: unset;
    display: block!important;
    width: 25%;
    left: unset;
    height: unset;
    overflow: hidden;
    background-color: rgba(3,11,25,.02);
    border: 1px solid rgba(3,11,25,.05);
    border-radius: .45rem;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 51px;
  }
  ul.catalog-view-column>li.list-view-card{
    width: calc(33.3% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    min-height: 100%!important;
    background-color: rgba(3,11,25,.02);
    border: 1px solid rgba(3,11,25,.05);
    border-radius: .45rem;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
    /*    background-color: #0dca45!important;*/
  }
  .nav-item a {
    font-size: 1rem;
  }
  .navbar-main .container,
  #mailing>.container,
  .pdf-catalogs,
  section#product-groups{
    width: 1140px!important;
    max-width: 1140px!important;
    min-width: 1140px!important;
  }
  .carousel-caption {
    right: 15%;
    left: 15%;
  }
  .carousel-caption h1,
  .carousel-caption p {
    width: 100%;
    display: block;
  }
  #homeCarousel h1{
    font-size: 58px;
    font-weight: 900;
    margin-top: 15px;
  }
  .carousel-indicators {
    bottom: 25%;
  }
  .banners-row {
    margin-top: -140px;
  }
  .banners-row .inner-icon img {
    margin-top: 25px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1168px;
    /*    background-color: #0dcaf0!important;*/
  }
  .nav-item a {
    font-size: 1rem;
  }
  .navbar-main .container,
  #mailing>.container {
    width: 1168px!important;
    max-width: 1168px!important;
    min-width: 1168px!important;
  }
  .carousel-caption{
    left: 15%;
    right: 15%;
    display: block;
  }
  .carousel-caption h1,
  .carousel-caption p {
    width: 80%;
    display: block;
  }
  #homeCarousel h1{
    font-size: 58px;
    font-weight: 900;
    margin-top: 50px;
  }
  .carousel-indicators {
    bottom: 20%;
  }
}

.navbar-toggler {
  background-color: rgb(183 42 48 / 10%);
  border: 1px solid rgb(183 42 48 / 30%);
}

#cookie-alert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index:10000;
  width: 360px;
}

/******* RUSSIAN LANG  *******/
/*****************************/
@media (max-width: 575.98px) {
  [lang="ru"] #main-search button {
    padding: 12px;
    font-size: 14px;
  }

  [lang="ru"] .h2,
  [lang="ru"] h2 {
    font-size: 1.1rem;
  }

  [lang="ru"] .nav-item a {
    font-size: 0.9rem;
  }

  [lang="ru"] .btn-group-lg > .btn,
  [lang="ru"] .btn-lg {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-size: 0.8rem;
  }

  [lang="ru"] .page-badges h2 {
    font-size: 30px;
  }

  [lang="ru"] .page-small-badges h2 {
    font-size: 16px;
  }
  .main-nav-content{
    position: absolute;
    top: 30px; 
  }
}
@media (min-width: 992px) {
  [lang="ru"] .h2,
  [lang="ru"] h2 {
    font-size: 1.7rem;
  }

  [lang="ru"] .nav-item a {
    font-size: 0.9rem;
  }

  [lang="ru"] .btn-group-lg > .btn,
  [lang="ru"] .btn-lg {
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-font-size: 1rem;
  }

  [lang="ru"] .page-badges h2 {
    font-size: 40px;
  }

  [lang="ru"] .page-small-badges h2 {
    font-size: 25px;
  }
}