:root {  
  --h-font: 'Inter';
  --p-font:  'Manrope';

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #088C61;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa; 
  --bs-gray-100: #f0f3f6;  
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #088C61;
  --bs-secondary: #6c757d;
  --bs-success: #088C61;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  }

.admin_note {
  /*display: none;*/
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #fff;
  height: 55px;
  overflow: hidden;
  position: relative;
  transition: .2s ease-out;
  }
  .admin_note-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
    .admin_note-title p {
      margin: 0;
      line-height: 1;
      font-weight: 600;
    }
    .admin_note-title > span {
      display: inline-flex;
      width: 28px;
      height: 28px;
      justify-content: center;
      align-items: center;
      margin-right: 8px;
      background: #f0f3f6;
      border-radius: 4px;
    }
  .admin_note.is-open {
    height: 265px;
  }
  .admin_note.color_yellow {
    background: #fff6da;
  }
  .admin_note.color_yellow .admin_note-title > span {
    background: #ffcc00;
  }
  .admin_note.color_red {
    background: #fae1e3;
  }
  .note-collapse-btn {
    margin: -45px 0;
    float: right;
    font-size: 20px;
    opacity: 0.5;
  }
  .note-collapse-btn:hover {
    opacity: 1;
  }
  .admin_note.is-open .note-collapse-btn {
    transform: rotate(180deg);
  }




/*****************************************************************************/
/*****************************************************************************/
/**************************  ADDONS FOR BOOTSTRAP  ***************************/
/*****************************************************************************/
/*****************************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  /*
  font-family: 'Inter';
  */
}

.hh1 {
  margin: 20px 0 15px;
  font-size: 28px;
  font-weight: 500;
}

.subtxt {
  font-size: 12px;
  color: var(--bs-gray-600);
}

.btn-outline-secondary {
  border-color: #d0d6db;
}
.btn i {
  display: inline-flex;
}


.form-check input:hover,
.form-check label:hover {
  cursor: pointer;
  border-color: #84c6b0;
  color: var(--bs-primary);
}

.no_discont {
  padding: 6px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: rgb(237 27 41 / 10%);
  color: #a3111f;
  line-height: 120%;
}

/*******************************************/

.dropdown-toggle::after {
  opacity: 0.5;
}

.btn-ghost {
  color: #000;
  background-color: transparent;
  border-color: transparent; }
  .btn-ghost:hover {
    color: #000;
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100); }
  .btn-check:focus + .btn-ghost, .btn-ghost:focus {
    color: #000;
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    box-shadow: 0 0 0 0.25rem rgb(8 140 97 / 25%); }
  .btn-check:checked + .btn-ghost,
  .btn-check:active + .btn-ghost, .btn-ghost:active, .btn-ghost.active,
  .show > .btn-ghost.dropdown-toggle {
    color: #000;
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100); }
    .btn-check:checked + .btn-ghost:focus,
    .btn-check:active + .btn-ghost:focus, .btn-ghost:active:focus, .btn-ghost.active:focus,
    .show > .btn-ghost.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgb(8 140 97 / 25%); }
  .btn-ghost:disabled, .btn-ghost.disabled {
    color: #000;
    background-color: transparent;
    border-color: transparent; }

    .btn-ghost i {
      color: var(--bs-gray-500);
    }
    .btn-ghost:hover i {
      color: var(--bs-primary);
    }

/*******************************************/

.nav.nav-pills {
  border-bottom: none;
}
.nav-pills .nav-item {
  margin: 3px;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-link {
  border: 1px solid transparent;
  border: 1px solid var(--bs-gray-200); 
}
.nav-link {

}
.nav-link:hover,
.nav-link:focus {
  border: 1px solid var(--bs-gray-300);
  color: var(--bs-primary);
  background-color: #F4FBF7;
  border: 1px solid #F4FBF7;
}

/*****************************************************************************/



* {
  /*
  outline: 1px solid #d6338410;
  */
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--bs-gray-100);
}
body.catalogBG {
  background: var(--bs-gray-100);
}
body.page_product {
  background: #fff;
}


header {
  flex-shrink: 0;
  }
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}

a {
  text-decoration: none;
}
a:hover {
  color: #06704e;
}

var {
  font-style: normal;
}


.selected a:hover
{
	color: #fff;
}



.header {
  background: #fff;
  border-bottom: 1px solid var(--bs-gray-200);
}


.nav {
  border-bottom: 1px solid var(--bs-gray-300);
}
.menu-contacts {
  list-style: none;
  margin: 0;
  margin-right: auto;
  padding: 0;

  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-contacts > li {
  margin-right: 30px;
}
.menu-contacts > li:last-child {
  margin-right: 0;
}
.menu-contacts li a {
  color: var(--bs-dark);
}
.menu-contacts li a:hover {

}


.phones-dropdown-select {
	position: relative;
}

.phones-dropdown-options {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;

	list-style: none;
	margin: 0 0 5px;
	padding: 5px;
	width: 280px;

	font-size: 15px;
	text-align: initial;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 15px 0 #ced1d5;
}
.mylink-dropdown:hover .phones-dropdown-options {
	display: flex;
}
	.phones-dropdown-options li {
		display: flex;
		width: 100%;
		border-radius: 5px;
		border: 1px solid transparent;
		border-top: 1px solid var(--bs-gray-100);
	}
	.phones-dropdown-options .phone {
		border-top: 1px solid transparent;
	}
	.phones-dropdown-options .phone a.num {
		color: var(--bs-dark);
	}
	.phones-dropdown-options .phone:hover {
		border: 1px solid var(--bs-gray-100);
	}
	.phones-dropdown-options li > a {
		padding: 5px 10px;
		border-radius: 5px;
		flex: 1 1 auto;
	}
	.phones-dropdown-options li > a:hover {
		background-color: var(--bs-gray-100);
	}


.phones-dropdown-options .num {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 38px;
    justify-content: center;
}

			.phones-dropdown-options .num .big {
				display: block;
				margin-top: 4px;
				font-size: 16px;
				font-weight: 500;
				line-height: 1;
				white-space: nowrap;
			}
			.phones-dropdown-options .num .small {
				color: var(--bs-gray-500);
				white-space: nowrap;
			}
		.phones-dropdown-options .msg {
			flex: 0 1 45px;
			padding: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 22px;
			color: var(--bs-primary);
			border-radius: 6px;
			margin-left: 5px;
		}
		.phones-dropdown-options .schedule,
		.phones-dropdown-options .adr {
			flex-direction: column;
			padding: 5px 10px;
			margin: 5px 0;
			line-height: 130%;
		}

		.phones-dropdown-options .schedule a,
		.phones-dropdown-options .adr a {
			color: var(--bs-primary);
		}
		.phones-dropdown-options .schedule strong,
		.phones-dropdown-options .adr strong {
			margin-bottom: 5px;
		}
		.phones-dropdown-options .schedule p:last-child,
		.phones-dropdown-options .adr p:last-child {
			margin-bottom: 0;
		}
		














.menu-site {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-site a:hover {
  color: var(--bs-primary);
}
.menu-site a:hover:active {
  color: #fff;
}

.menu-site a.btn,
.menu-contacts a.btn {
  padding: 0.375rem 0.5rem;
}



.user_drop {}
  .user_drop .user_ico i { color: var(--bs-primary);}
  .user_drop .user_name { display: none; margin-left: 0.25rem;}
  @media (max-width: 576px) { }
  @media (min-width: 768px) {
    .user_drop .user_ico {display: none;}
    .user_drop .user_name {display: inline;}
  }



.mylink-dropdown {
  position: relative;
}
.mylink-dropdown-select {

}
.mylink-dropdown-select__text {

}
.mylink-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 4;

  list-style: none;
  margin: 0 0 5px;
  padding: 5px;

  font-size: 15px;
  text-align: initial;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 #ced1d5;
}

.mylink-dropdown:hover .mylink-dropdown-options {
  display: block;
}
.mylink-dropdown-options li {
  font-size: 15px;
  line-height: 22px;
  padding: 12px 16px;
  white-space: nowrap;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: #fff;
  transition: background-color .2s ease-out,color .2s ease-out;
}
.mylink-dropdown-options li a,
.mylink-dropdown-options li a:hover {
  color: var(--bs-dark);
}

.mylink-dropdown-options li i {
  display: inline-flex;
  margin-right: 8px;
  color: var(--bs-gray-500);
  color: var(--bs-primary);
}
.mylink-dropdown-options li:hover {
  background-color: var(--bs-gray-100);
}
.mylink-dropdown-options li:hover i {

}
.mylink-dropdown-options li:hover .fa-file-excel:before {
    content: "\f56d";
}


.custom_alert {
  margin-bottom: 0 !important;
}
.custom_alert.alert-primary .btn {
  background-color: rgb(8 140 97 / 10%);
  margin-left: 15px;
}
.custom_alert.alert-primary .btn:hover {
  background-color: rgb(8 140 97 / 20%);
}

.logoline {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 82px;
  position: relative;
}
.logo {
  display: inline-block;
  width: 300px;
  height: 64px;
  background-image: url('https://rosasantana.com/image/big_logo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.ctop {
  position: relative;
}
.ctop h1 {
  display: inline-block;
  width: 140px;
  height: 14px;

  margin: 0;
  padding: 2px;

  position: absolute;

top: 92px; 
left: 145px;  

  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-primary);
  background: #fff;
}
.megamenu-box {
  margin-right: 20px;
}

.megamenu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 65vw;
  height: 100vh;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0 0 20px 10px rgb(2 24 17 / 25%);
  z-index: 15;
}
.megamenu.is-active {
  display: block;
}
.catmenu {
  column-count: 1;
}
.catmenu-subcat {
  display: none;
}
.catmenu-category {
  margin-bottom: 10px;
}




.menu-btn {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 40px;
  line-height: 26px;
  padding: 0 12px;
}
.menu-btn-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 26px;
  margin-right: 8px;
}
.menu-btn-x,
.menu-btn-x:before,
.menu-btn-x:after {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
.menu-btn-x:before,
.menu-btn-x:after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-btn-x:before {
  top: -6px;
}
.menu-btn-x:after {
  top: 6px;
}

.menu-btn.is-active .menu-btn-x {
  background-color: transparent;
}
.menu-btn.is-active .menu-btn-x:before {
  transform: translateY(6px) rotate(45deg);
}
.menu-btn.is-active .menu-btn-x:after {
  transform: translateY(-6px) rotate(-45deg);
}





.catmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catmenu a {
  color: inherit;
  display: inline-flex;
}
.catmenu a:hover {
  color: var(--bs-primary);
}

.catmenu {
  list-style: none;
  margin: 0;
  padding: 15px;
  line-height: 120%;
  font-size: 15px;
  border: 1px solid var(--bs-gray-200);
  column-count: 1;
}

/*
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;  
  height: 680px;

  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
*/

/*
ul.catmenu-cell {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.catmenu-cell > li {
  margin-bottom: 15px;
}
*/
.catmenu-category {
  position: relative;
  padding-left: 40px;
  break-inside: avoid;
}

.catmenu-category > a {
  display: inline-flex;
  align-items: center;
  height: 28px;
  font-weight: 600;
}
.cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /*
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
  */

  position: absolute;
  left: 0;
  top: 0;
}
.catmenu-subcat {
  list-style: none;
  margin: 5px 0 10px;
  padding: 0;
}
.catmenu-subcat li {
  padding: 5px 0;
}

.all_cat {
  display: none;
}

/*
.catmenu {
  line-height: 120%;
  font-size: 15px;
}
.catmenu-subcat {
  display: none;
}
*/

.main_cat .cat-icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main_cat_new .cat-icon {
  background-image: url('../img/icons/new.png');
}
.main_cat_new_rit .cat-icon {
  background-image: url('../img/icons/new_rit.png');
}
.main_cat_132 .cat-icon {
  background-image: url('../img/icons/132.png');
}
.main_cat_133 .cat-icon {
  background-image: url('../img/icons/133.png');
}
.main_cat_134 .cat-icon {
  background-image: url('../img/icons/134.png');
}
.main_cat_135 .cat-icon {
  background-image: url('../img/icons/135.png');
}
.main_cat_136 .cat-icon {
  background-image: url('../img/icons/136.png');
}
.main_cat_137 .cat-icon {
  background-image: url('../img/icons/137.png');
}
.main_cat_138 .cat-icon {
  background-image: url('../img/icons/138.png');
}
.main_cat_139 .cat-icon {
  background-image: url('../img/icons/139.png');
}
.main_cat_140 .cat-icon {
  background-image: url('../img/icons/140.png');
}
.main_cat_141 .cat-icon {
  background-image: url('../img/icons/141.png');
}
.main_cat_169 .cat-icon {
  background-image: url('../img/icons/169.png');
}
.main_cat_170 .cat-icon {
  background-image: url('../img/icons/170.png');
}
.main_cat_171 .cat-icon {
  background-image: url('../img/icons/171.png');
}
.main_cat_172 .cat-icon {
  background-image: url('../img/icons/172.png');
}
.main_cat_32007 .cat-icon {
  background-image: url('../img/icons/32007.png');
}
.main_cat_32272 .cat-icon {
  background-image: url('../img/icons/32272.png');
}
.main_cat_32276 .cat-icon {
  background-image: url('../img/icons/32276.png');
}
.main_cat_51479 .cat-icon {
  background-image: url('../img/icons/51479.png');
}
.main_cat_68238 .cat-icon {
  background-image: url('../img/icons/68238.png');
}
.main_cat_72239 .cat-icon {
  background-image: url('../img/icons/72239.png');
}
.main_cat_79835 .cat-icon {
  background-image: url('../img/icons/79835.png');
}
.main_cat_89886 .cat-icon {
  background-image: url('../img/icons/89886.png');
}















.search-block {
  flex: 1 1 auto;
}
.search-block input[type="search"] {
  border: 2px solid var(--bs-primary);
}

.icon-menu {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon-menu li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
  @media (min-width: 768px) {
    .icon-menu { margin-left: 12px; }
    .icon-menu li { margin-left: 12px; }
    
  }
  @media (max-width: 576px) { /*экономим пиксели для строки поиска*/
    .logo {width: 52px;}
    .megamenu-box {margin-right: 0}
    .icon-menu li {margin-left: 0;}
    li.history_ico { display: none; }
    .search-block .form-control {padding: 0.375rem 0.5rem;}
  }


.iconlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;

  position: relative;
  font-size: 20px;
  color: var(--bs-gray-500);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.iconlink:hover .icon-box {
  color: var(--bs-gray-800);
  color: var(--bs-primary);
}
.icon-count {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -4px;
  height: 18px;
  padding: 0 4px;  
  min-width: 18px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--bs-red);
  box-shadow: 0px 0px 0px 1px #ffffff;
}
.icon-box.is-active .icon-count {
  display: inline-flex;
}
.icon-box.is-active {
  margin-right: 4px;
}

.iconlink-text {
  font-weight: 600;
  white-space: nowrap;
}

footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid var(--bs-gray-200);
}

.footer {
  /*
  display: flex;
  font-direction: row;
  */
}
/*
.footer-col {
  flex-basis: calc(100% / 5);
  display: flex;
  flex-direction: column;
}
*/


.pay-systems {
  width: 185px;
  margin-bottom: 20px;
}
.copyright {
  font-size: 14px;
  color: var(--bs-gray-600);
}
.phones-header {
    font-size: 16px;
    font-weight: 600;
}
.footer-phones {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-phones li {
  margin-top: 8px;
}
.footer-phones a {
  color: var(--bs-dark);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
}
.footer-phones a:hover {
  color: var(--bs-primary);
}
.footerphone-txt {
  display: block;
  font-size: 14px;
  color: var(--bs-gray-600);
}
.footerphone-descr {
  margin-top: 27px;
  font-size: 14px;
}



.product-header {
  display: flex;
  flex-direction: row;
  padding: 10px 0 20px;
}
.product-left {
  margin-right: auto;
}
.product-right {
  flex-basis: 220px;
  padding: 0 10px;
}
.product-name {
  font-size: 24px;
}
.product-art {
  font-size: 14px;
  color: var(--bs-gray-600);
}
.price {

}
.price-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}
.price-value i{
	font-style: normal; 
    font-size: 14px; 
}
.price-value sup {
  line-height: 1;
}
.price-value .old_price {
  margin-left: 8px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  display: inline-flex;
  align-items: flex-start;
  padding: 5px 3px 2px;
  border-radius: 4px;
  position: relative;
  color: var(--bs-gray-500);
}
.price-value .old_price::after {
  content: '';
  display: block;
  height: 1px;
  background: var(--bs-gray-500);
  position: absolute;
  left: 0;
  right: 4px; 
  transform: rotate(155deg);
  top: 10px;
}
.price-value .old_price sup {
  top: -0.3em;
  vertical-align: inherit;
}

@media (min-width: 768px) { 
  .price-value { 
    flex-direction: row;
    justify-content: flex-end;
  }
}


.price-unit {
  font-size: 14px;
  color: var(--bs-gray-600);
}

.product-nav {
  margin-bottom: 25px;
}
.popop-right .product-nav .nav-link {
  font-size: 14px;
  padding: 6px 8px;
}


.prodpage-palette {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.palette-aside {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column-reverse;
  /*background-color: var(--bs-gray-300);*/
}
.palette-list {
  flex: 1 1 auto;
  margin-right: 40px;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
}

.palette-list .iceberg-item-storage {
  left: auto;
  top: auto;
  bottom: 10px;
  right: 10px;
  align-items: flex-end;
}

.palette-list .tab-colors-swatch {
  display: inline-flex;
}
.palette-list .tab-colors-input {
  display: block;
}
.prodlist.palette-list .iceberg-item-info {
  display: none;
}








.palette-item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 210px;
}
.palette-item-image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 210px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://rosasantana.com/item_images/142/11.4/big_thumbs/11.4.70.101.JPG');
}
.palette-item.outstock .palette-item-image {
  opacity: 0.6;
  border-radius: 8px;
}
.palette-item:hover .palette-item-image {
  opacity: 1;
}
.palette-item.outstock .palette-item-input {
  display: none;
}
.palette-item-input {

}
.q_green {
  color: #fff;
  background: rgba(8, 139, 96, 0.7);

  color: #088C61;
  background: rgb(8 140 97 / 10%);
}
.q_red {
  color: #fff;
  background: #f22;
}
.palette-item-input button {
  transition: 0.15s ease-in-out;
}
.palette-item-storage {
  margin-top: 4px;
  font-size: 12px;
}
.btn-storange {

}

.palette-item-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 3;
}
.palette-item-swatch i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: var(--bs-white);
}
.palette-item-swatch span {
  display: none;
  margin: auto 6px;
  font-size: 14px;
  line-height: 18px;
  transition: 0.5s;
}
.palette-item:hover .palette-item-swatch span {
  display: inline-block;
}
.palette-item:hover .palette-item-input button {
  opacity: 1;
}





.palette-tocart {

}
.palette-tocart label {
  font-size: 14px;
  color: var(--bs-gray-600);
}
.palette-tocart {

}

.palette-speclist {
  list-style: none;
  margin: 0;
  padding: 0;

  font-size: 14px;
}
.palette-speclist li {
  padding: 3px 0;
}
.palette-speclist i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.palette-speclist b {
  font-weight: 500;
}

.palette-tocard-btn {
  display: flex;
  flex-direction: column;
}
.palette-tocard-btn button {
  min-height: 44px;
}
















.catalog-aside {

}
.category_select {
  font-size: 14px;
}
.category_select a {
  color: var(--bs-body-color);
}
.category_select a:hover {
  color: var(--bs-primary);
}
.category_select .count {
  color: var(--bs-gray-500);
}
.category_select a.arr_menu {
  display: none;
}
.category_select .cat_0 {
  margin-bottom: 10px;
}
.category_select .cat_1 {
  margin-left: 16px;
}
.category_select .active a {
  font-weight: 500;
  color: var(--bs-primary);
}
.category_select .main {
  font-weight: 700;
  font-size: 16px;
}

.mycard {
  margin-bottom: 20px;
  padding: 20px;
  background-color: var(--bs-white);
  border-radius: 6px;
}
.rubricator-list {

}
.rubricator-list-item {

}
.mybreadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: var(--bs-gray-600);
}
.mybreadcrumb a {
  color: inherit;
}
.mybreadcrumb a:hover {
  color: var(--bs-primary);
}
.mybreadcrumb-item + .mybreadcrumb-item {
    padding-left: 8px;
}
.mybreadcrumb-item + .mybreadcrumb-item::before {
    float: left;
    padding-right: 8px;
    color: #6c757d;
    content: '>';
}
.mybreadcrumb-item.is-active {
    color: #6c757d;
}





.filter-block {
  border-bottom: 1px solid var(--bs-gray-100);
}
.filter-block:last-child {
  margin-bottom: 0;
}
.filter-header {
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 4px;
  font-size: 15px;
}
.filter-more {
	
  display: none;
  margin-top: -4px;
  padding: 0 4px;
  font-size: 15px;
}
.filter-body {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -4px;
  padding: 4px;
  font-size: 15px;
}
.filter-body.is-open::before,
.filter-body.is-open::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: sticky;
  background-color: white;
  z-index: 2;
}
.filter-block.is-open .filter-body {
  max-height: 242px;
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-300);
}
.filter-block.is-open .filter-body::before {
  top: -4px;
}
.filter-block.is-open .filter-body::after {
  bottom: -4px;
}
.color-swatch {
  display: inline-flex;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 4px;
  vertical-align: top;
  border-radius: 18px;
  background-color: pink;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgb(0 0 0 / 8%);
}
.filter-result-count {
  margin-left: 4px;
  font-size: 14px;
  color: var(--bs-gray-500);
}

.sliderCont .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  background-color: var(--bs-gray-200);
}
.sliderCont .ui-state-default,
.sliderCont .ui-widget-content .ui-state-default,
.sliderCont .ui-widget-header .ui-state-default,
 html .sliderCont .ui-button.ui-state-disabled:hover,
 html .sliderCont .ui-button.ui-state-disabled:active {
  width: 12px;
  height: 16px;
 }
.sliderCont .ui-slider-horizontal .ui-slider-handle {
  top: -0.35em;
}


.catalog-aside .form-switch {
  display: flex;
  flex-direction: row-reverse;
  padding: 8px 4px;
}
.input-group {
  padding: 0 4px;
}

.sliderCont {
  display: none;
  /*padding: 0 8px 0 14px;*/
}

.ui-widget-content {
  background-color: var(--bs-gray-200);
  border: none;
}
.ui-slider .ui-slider-range {
  background-color: var(--bs-primary);
}
.ui-slider .ui-slider-handle {
  width: 12px;
  height: 16px;
}
.catalog-aside .form-switch .form-check-input {
  margin-left: 5px;
  flex-shrink: 0;
}
.catalog-aside .form-switch .form-check-label {
  margin-right: auto;
  line-height: 1.3;
  font-weight: 700;
  font-size: 15px;
}
.catalog-aside .form-switch .form-check-label i {
  margin-top: 3px;
}















.catalog-main {

}


.catalog-active-filters {
  display: flex;
  flex-wrap: wrap-reverse;
}
.pillow-filters {
  list-style: none;
  margin: 0 0 8px;
  margin-right: auto;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
}

.pillow-filters hr {
  width: 100%;
  margin: 0 0 4px;
  color: transparent;
}

.pillow-filter {
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 14px;
  font-size: 14px;
  /*border: 1px solid #ced4da;*/
  background-color: #fff;
  border-radius: 24px;
}
.pillow-filter b {
  font-weight: 400;
  margin-right: 4px;
}
.pillow-filter var {

}

.custom-filter {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  height: 36px;
  padding: 0;
}
.custom-filter a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px 14px;
  transition: 0.15s ease-in-out;
}
.custom-filter.rs-label {
  color: transparent;
  background: url(../img/rs-label.png) center center no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.custom-filter.sale-label {
  color: var(--bs-red);
}
.custom-filter.sale-label:hover {
  color: #fff;
  background-color: var(--bs-red);
}
.custom-filter.new-label {
  color: var(--bs-primary);
}
.custom-filter.new-label:hover {
  color: #fff;
  background-color: var(--bs-primary);
}



.filter-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;
  border-radius: 22px;
  margin-left: 4px;
  margin-right: -2px;

  color: #fff;
  background-color: var(--bs-gray-300);
  transition: 0.15s ease-in-out;
}
.filter-remove:hover {
  color: #fff;
  background-color: var(--bs-gray-500);
}


.catalog-content {
  flex: 1 1 auto;
}



.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
  transition: 0.25s;
  background-color: var(--bs-white);
  border-radius: 6px;
}
  .product-card + .no_items {
    display: none;
  }
  .product-card:hover {
    /*
    background-color: var(--bs-gray-100);
    */
  }
  .product-card.is-open {
    z-index: 2;
    /*
    box-shadow: 0 5px 15px 0 #ced1d5;
    */
  }

.product-card-top {
  display: flex;
  flex-direction: column;
  min-height: 160px; /* минимум чтобы блок с добавлением товара не наползал на табы, когда всё в карточке в 1 строку */
  overflow: hidden;
  position: relative;
}
.product-card-top .fav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  font-size: 20px;
  color: var(--bs-gray-600);
  text-shadow: 
    -0   -2px 0   #FFFFFF,
     0   -2px 0   #FFFFFF,
    -0    2px 0   #FFFFFF,
     0    2px 0   #FFFFFF,
    -2px -0   0   #FFFFFF,
     2px -0   0   #FFFFFF,
    -2px  0   0   #FFFFFF,
     2px  0   0   #FFFFFF,
    -1px -2px 0   #FFFFFF,
     1px -2px 0   #FFFFFF,
    -1px  2px 0   #FFFFFF,
     1px  2px 0   #FFFFFF,
    -2px -1px 0   #FFFFFF,
     2px -1px 0   #FFFFFF,
    -2px  1px 0   #FFFFFF,
     2px  1px 0   #FFFFFF,
    -2px -2px 0   #FFFFFF,
     2px -2px 0   #FFFFFF;
  position:absolute;
  right: 5px;
  top: 5px;
  z-index:10;
  cursor: pointer;
}
.product-card-top .fav .fas {
  color: var(--bs-red);
}
.product-card-top .fav:hover i.far {
  font-weight: 600;
}
/*
.product-card-top .fav.is-active {
  color: var(--bs-red);
}
*/

.pcard-img {
  flex: 0 0 190px;
  align-self: stretch;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
.pcard-stock {
    opacity: 0;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    padding: 4px 6px;

    font-size: 12px;
    background: #fff;    
    border-radius: 4px;
}



.pcard-chars2 {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;

  position: absolute;
  top: 4px;
  left: 4px;

  display: inline-flex;
  flex-direction: column;
  transition: .2s ease-out;
}
.pcard-img:hover .pcard-chars2 {
  left: -100%;
}
  .pcard-chars2 li {
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1;
    color: var(--bs-gray-700);
  }
  .pcard-chars2 li i {
    margin-top: 1px;
    margin-right: 3px;
  }
  .pcard-label {
    display: inline-flex;
    padding: 3px 6px;
    font-weight: 900; 
    border-radius: 16px;
    background-color: rgb(255 255 255 / 60%);
  }
  .pcard-label i {
    margin-right: 3px;
  }
    .label-RS {
      width: 80px;
      color: transparent;
      background-image: url(/dist/img/logo2.png);
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #fff;
      border-left: 3px solid #fff;
      border-right: 4px solid #fff;
    }
    .label-new {
      color: #fff;
      background-color: var(--bs-primary);
    }
    .label-sale {
      color: #fff;
      background-color: var(--bs-red);
    }

.pcard-slider {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  height: 100%;
  width: 100%;

  position: absolute;
}
.pcard-slider a {
  flex: 1 1 auto;
  display: flex;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.pcard-slider a::after {
  content: '';
  display: inline-block;
  height: 3px;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 6px;
  background: transparent;
  border-radius: 3px;

}
.pcard-slider:hover a::after {
  background: var(--bs-gray-200);
}
.pcard-slider a:hover {
  
}
.pcard-slider a:hover::after {
  background: var(--bs-primary);
}
.pcard-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-right: 10px;
  position: relative;
}
.pcard-name {
  padding-right: 90px;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 10px;
  color: var(--bs-body-color);
  z-index:5;
}
.pcard-name:hover {
  color: var(--bs-body-color);
}
.pcard-name span {
  margin-right: 6px;
  font-weight: 300;
  color: #333;
}

.pcard-name::after { /*растянутая ссылка для мобильной версии*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
@media (min-width: 768px) {
  .pcard-name::after {
    display: none;
  }
}




.pcard-chars {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;

  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
}
  .pcard-chars li {
    margin-right: 10px;
    color: var(--bs-body-color);
  }
  .pcard-chars li i {
    margin-right: 3px;
    color: var(--bs-gray-600);
  }
  .pcard-chars span {
    display: none;
  }

.pcard-colors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  z-index:10;
}
  .pcard-colors li {
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .pcard-colors a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 16px;
    color: var(--bs-body-color);
  }
 .pcard-colors a:hover {
    background-color: var(--bs-gray-200);
 }
  .pcard-colors i {
    display: inline-flex;
    width: 1em;
    height: 1em;
    margin: 4px;
    border-radius: 18px;
    background-color: pink;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgb(0 0 0 / 8%);
  }
  .pcard-colors i.mixcolor {
    background-image: url(../img/mix.png);
    background-size: 150%;
  }


  .pcard-colors span {
    display: none;
    padding-right: 8px;
    /*
    padding-bottom: 1px;
    */
    font-size: 12px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pcard-colors var:empty {
    margin-right: 0;
  }
  .pcard-colors li.is-active a {
    background-color: var(--bs-gray-100);
  }
  .pcard-colors var {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 4px;
  }

.date-picker-wrapper {
  z-index: 10;
}


.pcard-right {
  position: absolute;
  right: 20px;
  top: 210px;

  flex: 0 0 220px;
  text-align: right;
}
  .pcard-price {
    font-size: 14px;
    line-height: 1.1;
    /*margin-bottom: 15px;*/
  }
  .pcard-pack {
    font-size: 14px;
    color: var(--bs-gray-600);
    margin-bottom: 15px;
  }
  .pcard-actions {
    display: none;
    display: flex;
    flex-wrap: nowrap;
  }
  .dcard-actions {
    opacity: 1;
    display: flex;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: var(--bs-gray-100);

    background-color: #fff;
    border: 1px solid var(--bs-gray-100);
  }
  .product-card:hover .dcard-actions {
    opacity: 1;
  }
  .dcard-btn {
    color: #fff;
    background-color: #088C61;
    border-color: #088C61;
    border-radius: 0 4px 4px 0;
  }
    .dcard-btn:hover {
      color: #fff;
      background-color: #2d9d79;
      border-color: #219871;
    }
    .btn-check:checked + .dcard-btn,
    .btn-check:active + .dcard-btn,
    .dcard-btn:active,
    .dcard-btn.active,
    .show > .dcard-btn.dropdown-toggle {
      color: #fff;
      background-color: #39a381;
      border-color: #219871;
    }

  .dcard-input {
    flex: 5 1 42px;
    display: flex;
    height: 42px;
    margin: 0;
    position: relative;
    border-radius: 4px;
  }
  .dcard-input__control {
    text-align: right;
    height: 100%;
    width: 100%;
    padding: 8px 34px 8px 12px;
	padding: 8px 12px 8px 12px;
    font-size: 15px;
    line-height: 23px;
    border: none;
    min-width: 80px;
    background-color: transparent;
  }
  .dcard-input__control:focus {
    outline: none;
  }
  /*
  .dcard-input:after {
    content: 'шт';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  */
  .dcard-dropdown {
    flex: 1 1 150px;
    position: relative;
    height: 42px;
    padding: 2px 4px;
    padding: 0;
  }
  .dcard-dropdown-select {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7px 30px 8px 10px;
    border: none;
    border-radius: 4px;
    border-radius: 0;
    text-align: right;
    color: var(--bs-gray-700);
    background-color: var(--bs-gray-100);
  }
  .dcard-dropdown-select:hover {
    background-color: var(--bs-gray-200);
  }
  .dcard-dropdown-select::after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
    opacity: 0.5;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dcard-dropdown-select.is-active {
    color: #fff;
    background: rgba(8, 139, 96, 0.7);
  }
  .dcard-dropdown-select.is-active
  .dcard-dropdown-select__text {
    font-size: 15px;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    text-align: right;
  }

  .palette-tocart .dcard-dropdown {
    margin-top: 16px;
  }
  .palette-tocart .dcard-dropdown-select {
    text-align: left;
    /*background: #fff;*/
    border-radius: 5px;
  }
  .palette-tocart .dcard-btn {
    border-radius: 5px;
  }

  .dcard-dropdown-options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: initial;
    
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 4;
    /*display: none;*/
    box-sizing: border-box;
    margin: 0 0 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 #ced1d5;
  }
  .dcard-dropdown-options li {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 30px;
    white-space: nowrap;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background-color: #fff;
    transition: background-color .2s ease-out,color .2s ease-out;
  }
  .dcard-dropdown-options li:hover {
    background-color: var(--bs-gray-100);
  }
  .dcard-dropdown-item {
    background-repeat: no-repeat;
  }
  .dcard-dropdown-item.is-active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0tOC04aDI2djI2SC04eiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiMyQzMxMzYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTQuMzczIDYuOTFMMS41NDUgMy45MmEuNzUuNzUgMCAxIDAtMS4wOSAxLjAzMmwzLjM3MyAzLjU2M2EuNzUuNzUgMCAwIDAgMS4wOSAwbDYuNjI3LTdhLjc1Ljc1IDAgMCAwLTEuMDktMS4wMzJMNC4zNzMgNi45MXoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-position: 10px 18px;
    background-color: var(--bs-gray-100);
  }

  .dcard-btn {

  }
  .dcard-btn button {

  }






.dcard-distribute {
  display: none; /*block*/
  border: 1px solid var(--bs-green);
  border-radius: 4px;
  opacity: 0;
  transition: 
  background-color .2s ease-out,
  color .2s ease-out,
  opacity. 2s ease-out;
  z-index: 20;
}
.dcard-distribute-input {

}
.dcard-distribute-input input {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 1;
  color: #212529;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 4px 4px 0 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dcard-distribute-input input:focus{
  outline: 1px solid rgb(39 174 96 / 15%);
}

.dcard-buttons {
  display: flex;
  overflow:hidden;
  border-radius: 0 0 4px 4px;
}
.dcard-buttons button {
  flex: 1 1 auto;
  min-height: 29px;
  font-size: 12px;
  display: block;
  border: none;
  border-radius: 0;
 /* color: var(--bs-gray-dark);*/
  background: rgb(39 174 96 / 5%);
  background: var(--bs-green);
}
.dcard-buttons button:hover {
  /*color: var(--bs-primary);*/
  background: rgb(39 174 96 / 10%);
  background: #2d9d79;
  }
.dcard-buttons .dcard-buttons-toall {
  flex-basis: 95px;
  border-right: 1px solid #fff;
}
.dcard-buttons .dcard-buttons-toeach {
  flex-basis: 105px;
  white-space: nowrap;
}
.dcard-unit {
  font-size: 12px;
  margin-bottom: 10px;
}

.pcard-tabs {
  list-style: none;
  margin: 0;
  padding: 0;

  display: none; /*flex*/
  position: absolute;
  left: 0;
  bottom: 0;

  opacity: 0;
  transition: 
  background-color .2s ease-out,
  color .2s ease-out,
  opacity. 2s ease-out;
}
.pcard-tabs li {
  border-top: 1px solid #DFF3E7;
  border-right: 1px solid #DFF3E7;
}
.pcard-tabs li:last-child {
  border-radius: 0 4px 0 0;
}
.pcard-tabs a {
  display: block;
  padding: 4px 15px;
  font-size: 12px;
  line-height: 18px;
  color: var(--bs-gray-dark);
  background: rgb(39 174 96 / 5%);
  background: #f4fbf7;
}
.pcard-tabs a:hover, 
.pcard-tabs li.is-active a {
  color: var(--bs-white);
  background-color: var(--bs-green);
}

.product-card:hover .dcard-distribute,
.product-card:hover .pcard-tabs {
  opacity: 1;
}


.iceberg {
  display: none;
  overflow: hidden;
  /*box-shadow: inset 0 0 5px 0 var(--bs-gray-300);*/
  
  background-color: #e9f7ef;
  background-color: var(--bs-green);
}
.prodlist {
  width: 100%;
  margin-top: 30px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.tab-pane .prodlist { /*в попапе в табах*/
  margin-top: 0;
}
.popop-right .prodlist {
  grid-gap: 5px;
  padding-bottom: 20px;
}
.prodlist .iceberg-item-info {
  display: flex;
}

.iceberg-grid {
  grid-column-gap: 5px;
  grid-row-gap: 0;
  padding: 10px 10px 20px;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: 0; /* set height to 0 for autogenerated grid rows */
}
.iceberg-grid:before { 
/* из-за палитры, которая выпадает из карточки вниз,
нельзя использовать overflow вплотную к границе сетки.
Прячем верхушки лишних карточек белой полоской */
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 20px;
  z-index: 1;
}
.iceberg-grid:empty {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 60px;
  width: 100%;
  background-color: var(--bs-gray-200);
}
.iceberg-grid:empty::before {
  display: none;
}
.iceberg-grid:empty::after {
  content: 'Подходящих товаров не найдено';
  font-size: 14px;
  color: var(--bs-gray-500);  
}
.iceberg-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 5px; 

  height: 210px;
  background: rgb(8 140 97 / 10%); /* --bs-green */
  background: var(--bs-gray-100);
  border-radius: 8px;
}
.promo .iceberg-item {
  margin-bottom: 25px; /* фиксит обрезание в блоке зиней распродажи когда цвета идут в 2 строчки  */
}


.iceberg-item .spinner-grow {
  margin: auto;
  background-color: rgb(8 140 97 / 30%); /* --bs-green */
  background: var(--bs-green);
}
.iceberg-item .more-items {
  display: flex;
  padding: 10px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
}


.iceberg-grid-colors {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.iceberg-grid-colors .iceberg-item {
  height: 150px;
}
.iceberg-grid-colors .tab-colors-input,
.iceberg-grid-colors .tab-colors-swatch {
  display: inline-flex;
}

.iceberg-grid-similar {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.iceberg-grid-aspart {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.iceberg-grid-companions {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}


.tab-colors-swatch {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 3;
}
.tab-colors-swatch i {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: var(--bs-white);
  border: 1px solid rgb(0 0 0 / 8%);
}
.tab-colors-swatch span {
  display: none;
  margin: auto 5px;
  font-size: 12px;
  line-height: 110%;
  transition: 0.5s;
}
/*.palette-list*/
.iceberg-item:hover .tab-colors-swatch span {
  display: inline-block;
}

.iceberg-item-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--bs-gray-200);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://rosasantana.com/item_images/142/11.4/big_thumbs/11.4.70.101.JPG');
  background-color: var(--bs-gray-300);
}
.iceberg-item.outstock {
  
}
.iceberg-item.outstock::before {
  content: 'нет';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding-bottom: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: var(--bs-gray-500);
  background-color: var(--bs-gray-200);
  border-radius: 0 0 8px 8px;
  z-index: 10;
}

.iceberg-item.outstock::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 33px;
  left: 0;
  right: 0;
  border-radius: 8px;
  background: linear-gradient(
        135deg, 
        rgb(255 255 255 / 75%) 0, rgb(255 255 255 / 75%) 25%, transparent 25%, transparent 50%, 
        rgb(255 255 255 / 75%) 50%, rgb(255 255 255 / 75%) 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  transition: 0.2s;
  opacity: 1;
  z-index: 5;
}
.iceberg-item.outstock:hover::after {
  opacity: 0;
  z-index: -5;
}

.iceberg-item.outstock .iceberg-item-image,
.iceberg-item.outstock .tab-colors-input {
  /*
  opacity: 0.5;
  */
  border-color: var(--bs-gray-100);
}
.iceberg-item.outstock .tab-colors-input .btn-close {
  display: none;
}
.iceberg-item:hover .iceberg-item-image {
  opacity: 1;
}

.iceberg-item-storage {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-flex;  
  flex-direction: column;
  transition: .2s ease-out;
}
.iceberg-grid-colors .iceberg-item-storage {
  left: auto;
  top: auto;
  bottom: 10px;
  right: 10px;
  align-items: flex-end;
}
.iceberg-item-storage li {
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1;
  color: var(--bs-gray-700);
}
.iceberg-item-label {
  display: inline-flex;
  padding: 3px 6px;
  border-radius: 16px;
  background-color: rgb(255 255 255 / 70%);
  font-weight: 900;
  color: var(--bs-gray-800);
}

.tab-colors-input {
  display: none;
  position: relative;
  width: 100%;
}

.tab-colors-input input {
  display: block;
  width: 100%;
  /*padding: 0 30px;*/
  height: 32px;
  line-height: 1;
  color: #212529;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-200);
  border-top: none;
  border-radius: 0 0 4px 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tab-colors-input input:focus{
  outline: 1px solid rgb(39 174 96 / 15%);
}
.tab-colors-input .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
  background-size: 30%;
  opacity: 0;
}
.tab-colors-input .minus_q {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
	font-size: 16px;
	padding: 0;
	border:none;
	opacity:0.2;
}
.tab-colors-input .plus_q {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
	font-size: 16px;
	padding: 0;  
	border:none;
	opacity:0.2;
}


/*.tab-colors-input:hover .btn-close,
.tab-colors-input:hover .plus_q,
.tab-colors-input:hover .minus_q {
  opacity: 0.2;
}*/
.tab-colors-input:hover .btn-close:hover,
.tab-colors-input:hover .plus_q:hover,
.tab-colors-input:hover .minus_q:hover {
  opacity: 0.6;
}

.iceberg-item-info {
  display: none;
  flex-direction: column;
  padding: 10px;
  border: 1px solid var(--bs-gray-200);
  border-top: none;
  border-radius: 0 0 8px 8px;
  position: relative;
  background-color: #fff;
}
.iceberg-grid-similar .iceberg-item-info,
.promolist .iceberg-item-info {
  display: flex;
}
.iceberg-item-name,
.iceberg-item-name a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--bs-body-color);
  max-height: 19px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.iceberg-item-sku {

}
.iceberg-item-price {
  text-align: right;
}
.iceberg-item-colors {
  list-style: none;
  margin: 0;
  padding: 1px;
  /*height: 30px;*/

  display: inline-flex;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  left: 4px;
  line-height: 1;
  max-width: calc(100% - 89px);
  max-height: 30px;

  background: #fff;
  border-radius: 16px;
  border: 1px solid transparent;
  overflow: hidden;
  z-index: 5;
}
.iceberg-item-colors:hover {
  border-color: var(--bs-gray-200);
  max-width: calc(100% - 8px);
  max-height: 60px;
}
.iceberg-item-colors li {
  padding: 1px;
}
.iceberg-item-colors a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--bs-body-color);
}
.iceberg-item-colors a:hover,
.iceberg-item-colors li.is-active a {
    background-color: var(--bs-gray-200);
}
.iceberg-item-colors li i {
  display: inline-flex;
  width: 1em;
  height: 1em;
  margin: 4px;
  border-radius: 18px;
  background-color: pink;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgb(0 0 0 / 8%);
}








  .input-group > .form-select.tocart-mode {
    flex: 0 0 140px;
    font-size: 14px;
    padding: 6px;
    padding-right: 22px;
  }
  .input-group > .form-control.tocart-value {
    padding: 6px;
    text-align: right;
  }

.form-select {
    background-position: right 10px center;
    background-size: 12px 10px;
    font-size: 14px;
}















.promo {
  max-height: 258px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  background: var(--bs-primary) url('https://rosasantana.com//image/spring1300.png');
  background-size: cover;
}
.promolist {
  margin-top: 0; 
  grid-gap: 40px 10px;
  overflow: hidden;
  max-height: 240px;
}
.promo-item {
  position: relative;
  border-radius: 8px;
  padding: 18px 20px;
  background-color: #fbfbfb;
  z-index: 3;
  overflow: hidden;
}
.promo-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fbfbfb url('https://rosasantana.com/image/salebg.jpg');
  background-size: cover;
  transition: .4s ease-out;
  z-index: -1;
}
.promo-item:hover::after {
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}

.promolist .iceberg-item {
  height: 217px;
}
.promolist .iceberg-item-image {
  height: 100%;  
}

.promo-header {
  color: var(--bs-body-color);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.block_action {
 font-size: 14px;
 margin-top: 12px;
}
.block_action > div {
  color: #dc3545;
}
.block_action > span {
  display: inline-block;
  margin-top: 2px;
  color: #fff;
  border: 2px solid #dc3545;
  background: #dc3545;
  padding: 4px 4px 2px;
  border-radius: 4px;
  font-size: 25px;
  font-family: monospace, var(--h-font);
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.block_action > span > div {
  display: inline-block;
  margin-left: 8px;
} 


.promo-header a {
  color: inherit;
}
.promo-header .subtxt {
  display: block;
  margin-top: 10px;
}
.promo-discount {
  margin-top: auto;
  margin-left: auto;

  position: relative;
}
.promo-discount-before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 24px;

  position: absolute;
  top: 0;
  left: 0;

  line-height: 1;
  font-size: 16px;  
  font-weight: 600;
  font-style: italic;
  color: #dc3545;

  text-shadow: 
    -0   -2px 0   #FFFFFF,
     0   -2px 0   #FFFFFF,
    -0    2px 0   #FFFFFF,
     0    2px 0   #FFFFFF,
    -2px -0   0   #FFFFFF,
     2px -0   0   #FFFFFF,
    -2px  0   0   #FFFFFF,
     2px  0   0   #FFFFFF,
    -1px -2px 0   #FFFFFF,
     1px -2px 0   #FFFFFF,
    -1px  2px 0   #FFFFFF,
     1px  2px 0   #FFFFFF,
    -2px -1px 0   #FFFFFF,
     2px -1px 0   #FFFFFF,
    -2px  1px 0   #FFFFFF,
     2px  1px 0   #FFFFFF,
    -2px -2px 0   #FFFFFF,
     2px -2px 0   #FFFFFF,
    -2px  2px 0   #FFFFFF,
     2px  2px 0   #FFFFFF,
    -2px -2px 0   #FFFFFF,
     2px -2px 0   #FFFFFF,
    -2px  2px 0   #FFFFFF,
     2px  2px 0   #FFFFFF;
}
.promo-discount-value {
  font-size: 36px;  
  font-weight: 800;
  font-style: italic;
  color: #dc3545;
  text-shadow: 
    -0   -3px 0   #FFFFFF,
     0   -3px 0   #FFFFFF,
    -0    3px 0   #FFFFFF,
     0    3px 0   #FFFFFF,
    -3px -0   0   #FFFFFF,
     3px -0   0   #FFFFFF,
    -3px  0   0   #FFFFFF,
     3px  0   0   #FFFFFF,
    -1px -3px 0   #FFFFFF,
     1px -3px 0   #FFFFFF,
    -1px  3px 0   #FFFFFF,
     1px  3px 0   #FFFFFF,
    -3px -1px 0   #FFFFFF,
     3px -1px 0   #FFFFFF,
    -3px  1px 0   #FFFFFF,
     3px  1px 0   #FFFFFF,
    -2px -3px 0   #FFFFFF,
     2px -3px 0   #FFFFFF,
    -2px  3px 0   #FFFFFF,
     2px  3px 0   #FFFFFF,
    -3px -2px 0   #FFFFFF,
     3px -2px 0   #FFFFFF,
    -3px  2px 0   #FFFFFF,
     3px  2px 0   #FFFFFF,
    -3px -3px 0   #FFFFFF,
     3px -3px 0   #FFFFFF,
    -3px  3px 0   #FFFFFF,
     3px  3px 0   #FFFFFF,
    -3px -3px 0   #FFFFFF,
     3px -3px 0   #FFFFFF,
    -3px  3px 0   #FFFFFF,
     3px  3px 0   #FFFFFF;
}




.aspart-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.aspart-list .iceberg-item {
  min-height: 300px;
}















.popop-out {

}
@media (min-width: 576px) {
  .popop-out {
    max-width: calc(540px - 80px); } }

@media (min-width: 768px) {
  .popop-out {
    max-width: calc(720px - 80px); } }

@media (min-width: 992px) {
  .popop-out {
    max-width: calc(960px - 80px); } }

@media (min-width: 1200px) {
  .popop-out {
    max-width: calc(1140px - 80px); } }

@media (min-width: 1400px) {
  .popop-out {
    max-width: calc(1320px - 80px); } }


.input-art {
  padding: 6px;
  font-size: 11px;
  color: var(--bs-gray-600);
}
.storage-toggle {
  font-size: 14px;
  line-height: 24px;
  padding-left: 6px;
}
.storage-toggle .form-switch .form-check-input {
  font-size: initial;
}
.popop {
  display: flex;
  flex-direction: column;
}
.modal-content.popop {

}
.popop-btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  background-color: #fff;
}

.popop-header {
  font-size: 20px;
}
.popop-header a {
  color: var(--bs-body-color);
}
.popop-header i {
  font-size: 14px;
  color: var(--bs-gray-500);
}
.popop-header a:hover i {
  color: var(--bs-primary);
}
.popop-left {
  flex: 1 1 340px;
  padding: 30px;
}
.popop-right {
  flex: 2 1 460px;
  padding: 10px;
  background-color: var(--bs-gray-100);
  position: relative;
}


#fast_art {
  max-width: 90px;
  height: 38px;
}

.popop-actions {
  display: flex;
  align-items: center;
}
.popop-actions .input-group {
  flex: 0 1 160px;
  height: 38px;
}  
.popop-actions .input-group-text {
  background-color: var(--bs-gray-100);
}
.fav_sign {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  font-size: 18px;
  color: var(--bs-gray-600);

  margin-right: auto;
  margin-left: 10px;
  background: var(--bs-gray-100);
}
.fav_sign:focus {
  box-shadow: none;
}
.fav_sign:hover .far {
  font-weight: 600;
  color: var(--bs-gray-600);
}
.fav_sign .fas {
  color: var(--bs-red);
}


.popop-right .tab-content {
  max-height: calc(100vh - 80px - 4.5rem);
  max-height: calc(100% - 80px);  
}
.popop-incard-block {
  position: sticky;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 2px 15px 0 #ced1d5;
}

.popop-price {
  text-align: right;
  flex: 1 0 70px;
}
.popop-spec {

}
.popop-speclist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  column-count: 2;
}
.item-after {
  column-span: all;
}
.popop-speclist li {
  padding: 3px 0;
}
.popop-speclist i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  opacity: 0.4;
}
.popop-speclist b {
  font-weight: 500;
}

.popop-palette {
  width: 100%;
  font-size: 14px;
}
.popop-palette thead {
  
}
.popop-palette thead tr {
  height: 42px;
}
.popop-palette thead th {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bs-gray-600);
}
.popop-palette tr {
  position: relative;
  
  padding: 0 5px; 
  transition: background-color .2s ease-out;
  /*
  display: flex;
  box-shadow: inset 0 0 0 5px #fff;
  */
  border-bottom: 1px solid var(--bs-gray-200);
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.popop-palette tbody tr:last-child {
  border-bottom: 4px solid #fff;
}
.popop-palette tbody tr.is-active,
.popop-palette tbody tr:hover {
  background-color: var(--bs-gray-100);
  cursor: pointer;
}
.ppt {
  /*
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  */
  padding: 6px;
}
thead .ppt {
  justify-content: center;
}
thead .ppt-name {
  padding-left: 5px;
}
.ppt.ppt-image {
  flex: 0 0 0;
  padding: 8px 8px 8px 4px;
  width: 50px;
}
.ppt.ppt-image img {
  height: 38px;
  width: 38px;
  border-radius: 4px;
}
.ppt.ppt-name {
  text-align: left;
  line-height: 1;
  /*
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 150px;
  justify-content: flex-start;
  */
}
.ppt.ppt-pit {
  /*
  flex: 0 0 130px;
  flex-direction: column;
  justify-content: center;
  */
  white-space: nowrap;
  font-size: 11px;
  color: var(--bs-gray-600);
  text-align: right;
}
/*
.ppt.ppt-pit span {
  margin-right: 4px;
}
*/
.pit-total {
  font-size: 14px;
  color: var(--bs-gray-900);
} 
th.ppt-incard {
  text-align: center;
}
.ppt.ppt-incard {
  /*
  width: 190px;
  flex: 0 0 180px;
  margin-left: 16px;
  */
}
.ppt.ppt-incard .input-group {
  justify-content: center;
}
.ppt.ppt-incard input {
  max-width: 80px;
  text-align: right;
  border-color: transparent;
}

.popop-palette tr .btn-storange {
  display: none;
  opacity: 0;
}
.popop-palette tr:hover .btn-storange {
  opacity: 1;
}
.popop-palette tr:hover .ppt-incard input {
  border-color: #d0d6db;
}
.ppt.ppt-clear {
  min-width: 42px;
  text-align: center;
  flex: 0 0 42px;
}
.ppt.ppt-clear button {
  opacity: 0;
}
.popop-palette tr.is-active .ppt.ppt-clear button,
.popop-palette tr:hover .ppt.ppt-clear button {
  opacity: 0.3;
}



.popop-slider {

}
.popop-bigimg {
  /*
  width: 100%;
  min-height: 300px;
  max-height: 350px;
  background: var(--bs-gray-100);
  border-radius: 6px;
  */
}
.popop-bigimg,
.popop-bigimg a,
.popop-bigimg img {
  max-width: 100%;
}
.popop-bigimg img {
  /*
  width: 100%;
  max-height: 350px;
  */
  border-radius: 8px;
  object-fit: cover;
  background-color: var(--bs-gray-100);
}
.popop-minimg {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
}
.popop-minimg li {
  display: inline-flex;
  height: 60px;
  max-width: calc(100% / 6 - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 1px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color .2s ease-out;
}
.popop-minimg li.is-active:hover,
.popop-minimg li.is-active {
  border-color: var(--bs-primary);
}
.popop-minimg li:hover {
  border-color: var(--bs-gray-500);
  cursor: pointer;
}
.popop-minimg li a {
  display: block;
  height: 100%;
  width: 100%;
}
.popop-minimg li img  {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}


.login-form {
  max-width: 340px;
}
.dropdownLogin-check {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dropdownLogin-check .form-check {
  display: inline-flex;
}
.dropdownLogin-check label.form-check-label {
  margin-left: 6px;
}
.dropdownLogin-check button {
  margin-left: auto;
}



.login-form-footer {
  font-size: 12px;
}

 





















.cartpage {

}
  .cartpage-header {
    display: flex;
    flex-direction: column;
    margin: 25px 0 20px;
  }
  .cartpage-header_right {
    margin-top: 10px;
  }

.cartpage-header .hh1 {
  margin: 0;
}
.cartpage-header .product-nav {
  margin: 12px 0 0;
}
.cartpage-header_left {
  flex: 1 1 auto;
}
.cartpage-header_right {

}
.cartpage-header_right .btn {
  margin-left: 10px;
}

.btn-grayghost {
  color: var(--bs-gray-600);
  background-color: transparent;
  border: 1px solid var(--bs-gray-200);
}
.btn-grayghost i {
  margin-right: 3px;
}
.btn-grayghost:hover {
  color: var(--bs-primary);
  background-color: #fff;
  border-color: #fff;
}
.cartlist-download {
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}
.cartlist-download li {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 48px;
  height: 48px;
}
.cartlist-download a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: var(--bs-gray-500);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.cartlist-download a:hover {
  color: var(--bs-primary);
  background-color: #fff;
  border-color: #fff;
}

.cart-list {
  width: 100%;
  font-size: 14px;
  color: var(--bs-gray-dark);
  background-color: #fff;
  border: 4px solid #fff;
  border-collapse: collapse;
}
.cart-list th {  
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: var(--bs-gray-600);
  /*
  height: 42px;
  padding: 6px 6px 8px;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--bs-gray-200);
  */
}
.cart-list tr {
  
}
.cart-list tbody tr:hover {
  background-color: var(--bs-gray-100);
}
.pit_text p {
  margin: 0;
}
.cart-list__td {
  height: 50px;
  width: 100px;
  padding: 6px;
  vertical-align: middle;
  border-bottom: 1px solid var(--bs-gray-100);
}
.cart-list tr:hover .cart-list__td {
  border-color: var(--bs-gray-200);
}
.cart-list th:first-child,
.cart-list__td:first-child {
  text-align: center;
}
.cart-list__td:last-child {

}
.cart-list__num {
  width: 50px;
  text-align: center;
  color: var(--bs-gray-600);
}
.cart-list__img {
  width: 60px;
  text-align: center;
}
.cart-list__img a {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
}
.cart-list__img img {
  border: 1px solid rgb(0 0 0 / 8%);
  display: block;
  position: absolute;
  width: 50px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  object-fit: cover;
}
.cart-list__img:hover img {
  width: 120px;
  height: 90px;
  top: -20px;
  left: -20px;
  z-index: 2;
  transition: width .15s  ease-in-out, height .15s  ease-in-out, left .15s  ease-in-out;
}
.cart-list__sku {
  width: 50px;
  color: var(--bs-gray-600);
}
.cart-list__name {
  width: 40%;
  min-width: 190px;
  position: relative;
}
.cart-list__name a {
  color: var(--bs-body-color);
  color: inherit;
  font-weight: 500;
}
.cart-list__warehouse {
  width: 200px;
  font-size: 11px;
}
.cart-list__warehouse-type {

}
.cart-list__warehouse-timing {
  color: #feba55;
}
.cart-list__warehouse-nowait {
  color: var(--bs-primary);
}
.cart-list__warehouse-timing i,
.cart-list__warehouse-nowait i {
  margin-right: 3px;
}

.cart-list__quant {
  width: 200px;
}
.cart-list__quant .input-group {
  flex-wrap: nowrap;
}
/*

.cart-list__quant .btn {
  opacity: 0;
}
.cart-list tr:hover .cart-list__quant .btn {
  opacity: 1;
}

.cart-list__quant input.form-control {
  border-color: transparent;
  text-align: right;
}
.cart-list tr:hover .cart-list__quant input.form-control {
  border-color: #ced4da;
}

*/
.cart-list__price {
  width: 120px;
  text-align: right;
  font-size: 16px;
}
.cart-list__sum {
  width: 180px;
  text-align: right;
  font-size: 16px;
}
.cart-list__sum sup {
  opacity: 0.5;
}
.cart-list__clear {
  width: 60px;
  text-align: center;
}
.cart-list__clear button {
  opacity: 0;
}
.cart-list tr:hover .cart-list__clear button {
  opacity: 0.3;
}

.cart-list__warning {
  background-color: rgb(220 53 69 / 10%);
}
.cart-list__outstock {
  color: var(--bs-danger);
  font-weight: 500;
  text-align: center;
}
.cart-list__summary {
  padding: 8px;
  text-align: right;
}
.cart-list__discount {
  margin-bottom: 8px;
  font-size: 14px;
}
.cart-list__discount-label {
  display: inline-flex;
}
.cart-list__discount span {
  color: var(--bs-danger);
  font-weight: 500;
}
.cart-list__total {
  font-size: 16px;
}
.cart-list__total-label {
  display: inline-flex;
}
.cart-list__total span {
  font-weight: 600;
}
.cartpage-confirm {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
}
.cartconf-box {
  margin-bottom: 20px;
}






.order-list {
  width: 100%;
  font-size: 14px;
  color: var(--bs-gray-dark);
  background-color: #fff;
  border-collapse: collapse;
}
.order-list thead th {
  /*
  flex: 1 1 100px;
  height: 42px;
  padding: 6px 6px 8px;
  text-transform: uppercase;
  */
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--bs-gray-600);
  border-color: var(--bs-gray-200);
}
.order-list tfoot th {

}
.table > :not(:last-child) > :last-child > * {
  border-color: var(--bs-gray-200);
}
.order-list tr {
  /*display: flex;*/
  position: relative;
  cursor: pointer;
}
.order-list td {
  /*
  flex: 1 1 100px;
  display: inline-flex;
  align-items: center;
  */
  min-width: 120px;
  height: 50px;
  padding: 6px;
  line-height: 120%;
  vertical-align: middle;
  border-bottom: 1px solid var(--bs-gray-100);
}
.order-list td:first-child {
  width: 90px;
  min-width: 90px;
  color: var(--bs-gray-500);
}
.order-list td:last-child {
  min-width: 200px;
}
.order-list td:nth-child(2) {
  min-width: 70px;
  font-weight: 600;
}
.order-list tbody tr:hover td {
  background-color: var(--bs-gray-100);
}
.order-list tbody tr:hover .order-bage {
  border-color: var(--bs-gray-300);
}


.outorder-list td:nth-child(1) {
  flex: 0 0 100px;
  color: var(--bs-gray-500);
}
.outorder-list td:nth-child(2) {
  flex: 0 1 140px;
  font-weight: 600;
}
.outorder-list td:nth-child(3) {
  flex: 0 1 140px;
}
.outorder-list td:nth-child(4) {

}
.outorder-list td:nth-child(5) {
  flex: 0 0 120px;
  justify-content: flex-end;
}
.outorder-list td:nth-child(6) {
  flex: 0 0 120px;
  justify-content: flex-end;
}
.inorder-list__image {

}

.inorder-list .cart-list__img img {
  left: 5px;
  top: 5px;
}
.inorder-list .cart-list__img:hover img {
  top: -20px;
}
.inorder-list td:nth-child(1) {
  min-width: 65px;
}
.inorder-list td:last-child {
  min-width: auto;
}

.inorder-list td:nth-child(2) {
  min-width: auto;
}
.inorder-list td:nth-child(3) {
  position: relative;
  min-width: 200px;
}
.inorder-list td:nth-child(3) a {
  color: inherit;
}
.inorder-list td:nth-child(4) {
  min-width: auto;
}
.inorder-list td:nth-child(5) {
  min-width: auto;
}
.inorder-list td:nth-child(6) {
  min-width: auto;
}
.inorder-list td:nth-child(7) {
  min-width: auto;
}






.order-bage {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  display: inline-block;
  /*white-space: nowrap;*/
  padding: 3px 7px;
  border-radius: 4px;
  color: var(--bs-gray-600);
  background: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-100);
}
.order-bage_success {
  color: var(--bs-primary);
}
.order-bage_danger {
  color: var(--bs-danger);
}
.order-bage_warning {
  color: var(--bs-orange);
}
.order-bage_info {
  color: var(--bs-info);
}



.btext {
  margin-top: 10px;
  font-size: 12px;
}















.page-aside {

}
.aside-card {
  margin-bottom: 20px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.aside-cardheader {
  padding: 16px 20px;
  font-weight: 600;
  border-bottom: 1px solid var(--bs-gray-200);
}
.aside-cardheader,
.aside-cardbody {
  padding: 15px 20px;
}


.few-links .aside-cardheader {
  display: none;
}
.few-links .profile-nav-list {
  display: flex;
}
.profile-nav-list i:empty {
  display: none;
}






.profile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-nav-list li {
  padding: 2px;
}
@media (min-width: 992px) {
  .profile-nav-list li {
    padding: 2px 4px;
  }
  .profile-nav-list li:first-child {
    padding-top: 4px;
  }
  .profile-nav-list li:last-child {
    padding-bottom: 4px;
  }
}


.profile-nav-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
  line-height: 120%;
  color: var(--bs-gray-dark);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-break: auto;
  transition: background-color 0.2s ease 0s;
}
.profile-nav-list li.is-active a,
.profile-nav-list li a:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-100);
}
.profile-nav-list .divider {
  height: 0;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--bs-gray-200);
}



.content-card {
  margin-bottom: 20px;
  padding: 16px 20px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.content-cardheader {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.content-cardheader__title {
  margin: 0;
  margin-right: auto;
}
.content-cardheader__back {
  margin-right: 4px;
  padding: 0 6px 0 7px;
  font-size: 20px;
  color: var(--bs-gray-500);
}
.content-cardheader__back:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-100);
}
.content-cardheader__action {

}

.content-cardbody {

}
.profile-contact {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--bs-gray-200); 

  position: relative;
}
.profile-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-contact-list li {
  margin-bottom: 4px;
}
.profile-contact-name {
  font-weight: 600;
}
.profile-contact-actions {
  list-style: none;
  margin: 0;
  padding: 0;

  display: inline-flex;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.profile-contact-actions li {

}
.profile-contact-actions a {
  display: inline-flex;
  padding: 6px 8px;
}
.profile-contact-actions a:hover {
  opacity: 0.6;  
}

.profile-editform {
  max-width: 590px;
  padding: 10px;
}


dl.order-info {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 14px; 
  line-height: 20px;
}
.order-info dt {
  margin-right: 20px;
  font-weight: 400;
  color: var(--bs-gray-600);
}
.order-info dd {

}

.branch-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    grid-gap: 1px;
    padding: 1px;
    background: var(--bs-gray-200);
}
.branch-list .profile-contact { 
/*промежуточный, удалить после замены класса profile-contact на branche-contact*/
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
}
.branche-contact {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
}
.branche-address {
  margin-bottom: 10px;
}
.branche-iconlink {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
}
.branche-iconlink > i {
  width: 16px;
  text-align: center;
  margin-right: 4px;
  color: var(--bs-green);
}
.branche-map {
  color: var(--bs-green);
}
.branche-map span {
  border-bottom: 1px dashed;
  line-height: 1.3;
}



.catalog > .d-flex {
  flex-direction: column;
}

.filter-body {
  display: none;
}

/*
.popop-palette tr {
    padding: 5px 5px 5px 0;   
    display: grid;
    grid-template-columns: 50px 1fr 1fr;
    grid-auto-rows: minmax(18px, max-content);
    grid-template-areas:
      "pimg pnme pinc"
      "pimg pval pinc";

    }
    .ppt-image {
        grid-area: pimg;
    }
    .ppt-name {
        grid-area: pnme;
    }
    .ppt:nth-child(3)  {
      grid-area: pval;
    }
    .ppt-incard {
        grid-area: pinc;
    }
    */
  .ppt {
    padding: 0;
  }
  .ppt-clear {
    display: none;
  }


.palette-spec {
  margin: 30px 0;
}


.dcard-unit {
  display: none;
}

#catalog {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.page_pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column: span 2;
}
  @media (min-width: 768px) {.page_pagination {margin-top: 20px}}

.page_pagination .pagination {
  white-space: nowrap;
  margin-bottom: 10px;
}
.page_count {
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page_count_txt {
  margin-right: 10px;
  margin-left: 5px;
}
.form-control.page_count_select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 10px;
  cursor: pointer;
}


.title_row {
  display: flex;
  flex-direction: column;
}
.title_row .cat-icon {
  display: none;
}
.title_place {
  display: flex;
  justify-content: space-between;
  align-items: baseline;

  flex-direction: column;
}
.catalog-sort {

}
.btn-filter {
  margin-right: 15px;
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.btn-filter.is-active {
  color: #fff;
  background-color: var(--bs-primary);
}










.checked_pos {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 20px;
  height: 18px;

  margin-left: 6px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;

  border-radius: 18px;
  background-color: var(--bs-primary);
}

.checked_pos:empty {
  display: none;
}






  .title_row > .catmenu {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .title_row > .catmenu:empty {
    margin-bottom: 0
  }
  .title_row > .catmenu .all_cat {
    display: inline-block;
  }
  .title_row > .catmenu a {
    align-items: center;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 14px;
    background-color: #fff;
    border-radius: 4px;
    white-space: nowrap;
  }
  .title_row > .catmenu li.is-active a {
    color: #ffffff;
    background-color: #088C61;
  }

  .catalog-sort {
    display: flex;
    margin-bottom: 8px
  }


.order-thx {
  margin-top: 24px;
  margin-bottom: 64px;
  font-size: 28px;
  font-weight: 500;
}

.pay_type {
    padding: 0;
    margin: 0 -10px;
    display: flex;
}

.pay_type li {
    background: #fff;
    margin: 10px;
    padding: 12px 12px 82px;
    width: 25%;
    position: relative;
    overflow:hidden;
    border-radius:15px;
    cursor: pointer;
    border-color: 1px solid #fff;
}

.pay_type li:hover {
    background: #cee8df;
    color: #05543a;
    border-color: #b5ddd0;
}

.pay_type li:before {
    content: "\f466";
    /*content: '\f09d';*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    font-size: 72px;
    text-align: center;
    color: var(--bs-gray-100);
}
.pay_type li:hover:before {
  color: #fff;
}


.pay_type li span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
}

.pay_type li.pay_type_selected {
    background: #227c56;
    color: #fff;
    border-color: #227c56;
}

.pay_type li.pay_type_25:before {
  content: "\f09d";
  bottom: -10px;
}

.pay_type li.pay_type_27:before {
  content: "\f0e0";
  bottom: -10px;
}

.pay_type li.pay_type_26:before {
  content: "\f095";
  font-size: 60px;
  bottom: 0;
}
 
.pay_type li.pay_type_9:before {
  content: "\f0d6";
  bottom: -10px;
}



.alertify-log {
  width: 350px;
  max-width: 100%;
  padding: 0.75rem;
  font-size: 0.875rem;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  word-wrap: break-word;
  text-shadow: none;
  font-weight: 400;
}
.alertify-log-success {
  background-color: var(--bs-primary);
}



.blueimp-gallery-display > .next {
    right: 0;
    left: auto;
    width: 5%;
    min-width: 80px;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
}
.blueimp-gallery-display > .prev {
    left: 0;
    right: auto;
    width: 5%;
    min-width: 80px;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
}
.blueimp-gallery-display > .close {
    display: inline-flex;
    position: absolute;
    right: 0;
    left: auto;
    width: 5%;
    min-width: 80px;    
    top: 0;
    height: 60px;
    background-color: rgb(0 0 0 / 35%);
    z-index: 100;
    box-sizing: border-box;
}
.blueimp-gallery-svgasimg > .play-pause {
  display: none;
}


/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

@media (max-width: 460px) { .page_pagination {grid-column: span 1;}}

@media (min-width: 576px) {
  .popop-palette tr .btn-storange {
    display: inline-block;
    padding: 10px;
  }
}

@media (min-width: 768px) {

  .popop-right .product-nav .nav-link {
      font-size: 16px;
      padding: 8px 16px;
    }

  .ppt-clear {
    display: table-cell;
  }
  .blueimp-gallery {
    background: rgb(3 14 11 / 70%);
  }
  .blueimp-gallery > .slides > .slide > .slide-content,
  .blueimp-gallery > .slides > .slide > .slide-content > img {
    border-radius: 8px;
  }
  .blueimp-gallery > .slides > .slide-active::after {
    content: 'Цвет/оттенок изделия может незначительно отличаться от фото. Это зависит от цветопередачи Вашего монитора, а также преломления света при фотосъемке';
    display: inline-flex;
    position: fixed;
    bottom: 0;
    left: 10%;
    right: 10%;
    text-align: center;
    padding: 8px 14px;
    font-size: 13px;
    color: #fff;
    background-color: #00000045;
    border-radius: 4px 4px 0 0;
  }
  .product-card.is-open .iceberg {
    display: block;
  }
  .megamenu {
    display: none;
    position: absolute;
    left: 0; 
    right: 0;
    top: calc(100% + 1px);

    width: auto;
    height: auto;
    box-shadow: none;
  }
  .megamenu.is-active {
    display: block;
  }
  .catmenu-subcat {
    display: block;
  }

  #catalog {
    display: block;
  }
  .title_row {
    display: block;
  }


  .catmenu {
    column-count: 3;
  }
  .pcard-name {
    font-size: 18px;
    padding-right: 90px;
  }
  .pcard-colors li {
    margin-right: 1px;
  }
  .pcard-info {
    padding-bottom: 30px;
  }
  .pcard-colors li.is-active span {
    display: inline-block;
  }
  .pcard-chars li {
    height: 20px;
    margin-right: 15px;
  }

  .product-card-top {
    flex-direction: row;
    padding-right: 20px;
  }
  .pcard-right {
    /*top: auto;*/
    top: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  .dcard-distribute {
    margin-top: auto;
  }
  .dcard-unit {
    display: inline-block;
  }


  .prodlist {
    margin: 0;
  }
  .popop-btn-close {
    right: -35px;
    top: 0;
  }
  /*
  .popop-palette tr {
    display: flex;
  }
  .ppt-clear {
    display: flex;
  }
*/

  .pcard-chars {
    padding-right: 190px;
  }
  .pcard-colors {
    /* padding-right: 220px; */
  }
  
  .prodpage-palette {
    flex-direction: row;
  }
  .palette-aside {
    margin-left: 30px;
    flex-direction: column;
  }



}

/******************************************************************************/
/******************************************************************************/

@media (min-width: 992px) {
  .cartpage-header {
    flex-direction: row;
    align-items: flex-end;
  }
  .cartpage-header_right {
    margin-top: 0;
  }

  .few-links .aside-cardheader {
    display: block;
  }
  .few-links  .profile-nav-list {
    display: block;
  }
  .profile-nav-list li a {
    padding: 12px 16px;
  }
  .catalog-aside .form-switch {
    padding: 8px 0;
  }
  .input-group {
    padding: 0;
  }
  .order-bage {
    white-space: nowrap;
  }
  .order-list td:nth-child(2) {
    min-width: 120px;
  }

  .popop-right .tab-content {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .catmenu {
    column-count: 4;
  }
  .catalog > .d-flex {
    flex-direction: row;
  }
  .title_row > .catmenu {
    margin-bottom: 0;
  }
  .catalog-aside {
    flex: 0 0 240px;
    margin-right: 20px;
  }

  .filter-more {
    display: inline-block;
  }

  .filter-body {
    display: block;
  }

  .catalog-aside .form-switch {
    padding: 0;
  }
  .sliderCont {
    display: block;
    margin-bottom: 10px
  }
  .filter-block {
    border-bottom: none;
    margin-bottom: 10px;
  }

  .title_place {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 12px;
  }
  .btn-filter {
    display: none;
  }

  .pcard-name {

  }
  .pcard-right {

  }
  .dcard-distribute {
    display: block;
  }
  .pcard-tabs {
    display: flex;
  }

  .pcard-tabs {
    opacity: 1;
    bottom: -30px;
    transition: .2s;
  }
  .pcard-name,
  .pcard-chars {
    margin-bottom: 10px;
    transition: .2s;
  }

  .product-card:hover .pcard-tabs,
  .product-card.is-open .pcard-tabs {
    bottom: 0;
  }
  .product-card.is-open .dcard-distribute {
    opacity: 1;
  }
  .modal-content.popop {
    max-height: calc(100vh - 3.5rem);
  }
  .popop {
    flex-direction: row;
  }
  .popop-left {
    overflow: auto;
  }
  .nav-link {
    padding: 8px 16px;
  }



}

/******************************************************************************/
/******************************************************************************/

@media (min-width: 1200px) {
  .order-list td:nth-child(2) {
    min-width: 150px;
  }
  .inorder-list td:nth-child(2) {
    min-width: auto;
  }
  .pcard-chars span {
    display: inline-block;
  }
  .product-card-top {
    min-height: 145px;
  }
}




























/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/




@media (max-width: 992px) {
  .logo {
    flex-shrink: 0;
    width: 55px;
  }
  .logo img {
    display: none;
  }
  .ctop h1 {
    display: none;
  }

  .menu-contacts > li {
    margin-right: 0;
  }
  .menu-site > li:nth-child(2),
  .menu-site > li:nth-child(3) {
    display: none;
  }



}

/******************************************************************************/
/******************************************************************************/

@media (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
  .footer .col-md-auto {
    order: 2;
  }
  .footer .col-sm-12 {
    order: 5;
    margin-top: 30px
  }
}

/******************************************************************************/
/******************************************************************************/

@media (max-width: 576px) {
  .menu-btn > span {
    display: none;
  }
  .menu-btn-box {
    margin-right: 0;
  }
  .menu-site a,
  .menu-contacts a {
    padding: 6px;
    font-size: 1rem; 
  }
  .menu-site > li:nth-child(1) {
    display: none;
  }

}

/******************************************************************************/
/******************************************************************************/

@media (max-width: 426px) {
  .menu-site a,
  .menu-contacts a {
    font-size: 14px;
  }
}



  


/********************************************************************/
/************************* Bootstrap custom *************************/
/********************************************************************/

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
      box-shadow: 0 0 0 0.15rem rgb(8 140 97 / 25%)
}









.subcat-line {
  overflow: hidden;
  position: relative;
}
.subcat-line::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background: linear-gradient(
    90deg, 
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,1) 100%);
}
@media (max-width: 768px) {
  .subcat-line {
    display: none;
  }
  

  .not_mobile
  {
	display:none !important;
  }  
 
}
.subcat {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.subcat li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.subcat li a {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  font-size: 16px;
  color: var(--bs-gray-900);
  white-space: nowrap;
  font-weight: 600;
border-radius: 4px; 
font-weight: 500;  
}
.subcat li a:hover { 
    color: var(--bs-primary); 
    background: rgb(8 140 97 / 12%); 
}
.subcat li a img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}



.circle_t:before {
	display:inline; font-family: 'FontAwesome'; 
	acontent:'\f10c';
	content:'\f07e';
	display: inline-block;
	transform: rotate(135deg);
}


.victory {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  max-height: 80px;
  background: linear-gradient(to right, #f05b1d 50%, #bf1b31 50%);
  & img {
    max-height: inherit;
    max-width: 100%;
  }
}
