body {
/*	font-family: 'Open Sans', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #3a4c6a;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.5px;
/*	background-color: #fff;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #1a2d4e;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.6px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #1a2d4e;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* ==== СТИЛИ ШАПКИ ==== */
header {
    background-color: #d0def1;
    border-bottom: 1px solid rgba(84, 100, 140, .2);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header a {
    text-decoration: none;
}

/* Логотип */
#logo {
    max-width: 230px;
}
#logo img {
    max-height: 48px;
    transition: transform 0.3s ease;
}

#logo img:hover {
    transform: scale(1.05);
}

/* ==== ДЕСКТОПНОЕ МЕНЮ ==== */
#main-menu .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
/*    gap: 20px;*/
    margin-top: 5px;
}

/* Стили верхнего меню */
#main-menu .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #1a2d4e;
    padding: 8px 15px;
    transition: color 0.3s ease;
    border-left: 2px solid #fff;
}

#main-menu .nav-link.last {
    border-right: 2px solid #fff;
}

#main-menu .nav-link.dropdown-toggle {
	background-color: #d0def1;
    z-index: 9999;
}

#main-menu .nav-link:hover,
#main-menu .nav-link:focus {
    color: #68a6fb;
    text-decoration: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #d0def1; 
}

/* Стили выпадающего меню */
#main-menu .dropdown-menu {
    min-width: 200px;
    padding: 8px 0;
    border-radius: 0px 6px 6px 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.00);
    border: 2px solid white;
    margin: -2px 0 0 0;
    background-color: #d0def1;
}

#main-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #1a2d4e;
    padding: 10px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#main-menu .dropdown-item:hover {
    background-color: #d0def1;
    color: #68a6fb;
}

/* Активная ссылка */
#main-menu .nav-link.active {
    color: #68a6fb;
    border-bottom: 2px solid #54648c;
}

/* ==== МОБИЛЬНОЕ МЕНЮ ==== */
.mini-menu {
	display: none;
}
#mobileMenu {
    background-color: #f9fafb;
    border-radius: 6px;
    position: absolute;
    right: 15px;
    border: 2px solid #9cc6fc;
}

.icon{
    height: 5px;
    width: 40px;
    top: 11px;
    right: 15px;
    background-color: #1a2d4e;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;

    &:before{
      left: 0;
      position: absolute;
      top: -12px;
      height: 5px;
      width: 40px;
      background-color: #1a2d4e;
      content: "";
      border-radius: 20px;
      transition-duration: 0.5s;

    }

    &:after{
      left: 0;
      position: absolute;
      top: 12px;
      height: 5px;
      width: 40px;
      background-color: #1a2d4e;
      content: "";
      border-radius: 20px;
      transition-duration: 0.5s;

    }
}

.burger2{
  .icon{
    transition-duration: 0.5s;
    transition-delay: 0.5s;

    &:after{
      transition: transform 0.5s, top 0.5s 0.5s;
    }

    &:before{
      transition: transform 0.5s, top 0.5s 0.5s;
    }
  }
}

.burger2.open .icon{
  transition-duration: 0.1s;
  transition-delay: 0.5s;
  background: transparent;
}

.burger2.open .icon:before{
  transition: top 0.5s, transform 0.5s 0.5s;
  top: 0px;
  transform: rotateZ(-45deg);
}

.burger2.open .icon:after{
  transition: top 0.4s, transform 0.5s 0.5s;
  top: 0px;
  transform: rotateZ(45deg);
}

/* Стили пунктов мобильного меню */
#mobileMenu .nav-link {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #1a2d4e;
    border-bottom: 1px solid #9cc6fc;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#mobileMenu .nav-link:hover {
    color: #68a6fb;
}

/* Убираем последний бордер */
#mobileMenu .nav-item:last-child .nav-link {
    border-bottom: none;
}

/* ==== АДАПТИВНОСТЬ ==== */
@media (max-width: 767px) {
    #main-menu {
        display: none; 
    }
    .mini-menu {
		display: block;
		top: -35px;
        position: relative;
	}
    #logo img {
        max-height: 42px;
    }
}

/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
.start-text {
	margin-top: 20px;
}
/*.button-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; 
	justify-content: space-between; 
	padding: 0;
	margin-top: 40px;
}
.button-container img {
	margin-right: 5px;
}
.btn-primary {
	padding: 10px 15px;
	border-radius: 5px;
    background-color: #9CC6FC;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #9CC6FC;
    transition: all 0.3s ease-in-out;
    color: #1a2d4e;
    box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
-webkit-box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
-moz-box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	color: #68a6fb !important;
    background-color: #fff !important;
    border: 2px solid #68a6fb !important;
    box-shadow: 0 4px 10px rgba(84, 156, 252, 0.3);
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.0);
    outline: 0px auto -webkit-focus-ring-color;
}

@media (max-width: 767px) {
    .button-container .btn-primary {
    	flex: 1;
        text-align: center;
        min-height: 133px;
        padding: 10px 15px;
    }
    .button-container img {
		margin-right: 0px;
		margin-bottom: 5px;
	}
}*/

.button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; 
  justify-content: center; 
  margin-top: 40px;
}

.button-container a {
    flex: 1 1 calc(33.3% - 15px);
    /*max-width: 220px;*/
    min-width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    /*height: 140px;*/
    box-sizing: border-box;
}

.button-container img {
  margin-bottom: 8px;
  display: block;
  width: 50px;
  flex-shrink: 0; /* не сжимается */
}

.button-container a span {
  margin-top: auto; /* текст прижимается к низу кнопки */
  display: block;
}

.btn-primary {
  padding: 15px;
  border-radius: 8px;
  background-color: #9CC6FC;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid #9CC6FC;
  transition: all 0.3s ease-in-out;
  color: #1a2d4e;
  box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
  text-decoration: none;
  height: 100%; /* чтобы все были одной высоты */
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
  color: #68a6fb !important;
  background-color: #fff !important;
  border: 2px solid #68a6fb !important;
  box-shadow: 0 4px 10px rgba(84, 156, 252, 0.3);
  text-shadow: none;
}

@media (max-width: 767px) {
  .button-container a {
    flex: 1 1 45%;   /* по 2 кнопки в ряд на телефоне */
    max-width: none;
    min-width: auto;
    height: 140px;
  }
}


#advantages .section-title  {
  margin-bottom: 40px;
  margin-top: 60px;
}

#advantages .section-title span {
  color: #549cfc; /* цвет из логотипа */
}

.advantage-card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.27);
    transition: all 0.3s ease-in-out;
    height: 100%;
    margin-bottom: 5px;
    min-height: 177px;
}

.advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.advantage-card .icon2 {
  font-size: 36px;
  color: #549cfc;
  margin-bottom: 15px;
}

.advantage-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a2d4e;
}

.advantage-card p {
  font-size: 14px;
  color: #54648c;
  line-height: 1.5;
  margin: 0;
}

/* Калькулятор ФОП */
/*#fop-calculator, #vat-calculator, #salary-calculator, #dividends-calculator {
  background-color: #f8faff;
}*/

#fop-calculator label, 
#vat-calculator label, 
#salary-calculator label, 
#dividends-calculator label, 
#vacation-calculator label,
#sick-calculator label  {
  font-weight: 600;
}

#fop-calculator .section-title, 
#vat-calculator .section-title, 
#salary-calculator .section-title, 
#dividends-calculator .section-title,
#vacation-calculator .section-title,  
#sick-calculator .section-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

#fop-calculator .section-title span, 
#vat-calculator .section-title span, 
#salary-calculator .section-title span, 
#dividends-calculator .section-title span,
#vacation-calculator .section-title span,
#sick-calculator .section-title span {
  color: #549cfc;
}

#fop-calculator .btn-primary, 
#vat-calculator .btn-primary, 
#salary-calculator .btn-primary, 
#dividends-calculator .btn-primary,
#vacation-calculator .btn-primary,
#sick-calculator .btn-primary {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #9CC6FC;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #9CC6FC;
    transition: all 0.3s ease-in-out;
    color: #1a2d4e;
    box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
-webkit-box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
-moz-box-shadow: 3px 113px 17px -104px rgba(255,255,255,0.59) inset;
}

a.btn-primary {
	text-decoration: none;
}

#fop-calculator .btn-primary:hover, #fop-calculator .btn-primary:focus, #fop-calculator .btn-primary:active, #fop-calculator .btn-primary:active:focus,
#vat-calculator .btn-primary:hover, #vat-calculator .btn-primary:focus, #vat-calculator .btn-primary:active, #vat-calculator .btn-primary:active:focus,
#salary-calculator .btn-primary:hover, #salary-calculator .btn-primary:focus, #salary-calculator .btn-primary:active, #salary-calculator .btn-primary:active:focus, 
#dividends-calculator .btn-primary:hover, #dividends-calculator .btn-primary:focus, #dividends-calculator .btn-primary:active, #dividends-calculator .btn-primary:active:focus,
#vacation-calculator .btn-primary:hover, #vacation-calculator .btn-primary:focus, #vacation-calculator .btn-primary:active, #vacation-calculator .btn-primary:active:focus,
#sick-calculator .btn-primary:hover, #sick-calculator .btn-primary:focus, #sick-calculator .btn-primary:active, #sick-calculator .btn-primary:active:focus {
	color: #68a6fb;
    background-color: #fff;
    border: 2px solid #68a6fb;
    box-shadow: 0 4px 10px rgba(84, 156, 252, 0.3);
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.0);
    outline: 0px auto -webkit-focus-ring-color;
}

.calculator-box {
  width: 100%;
  border-radius: 12px;
}

#fop-calculator .fop-calculator, 
#vat-calculator .vat-calculator, 
#salary-calculator .salary-calculator, 
#dividends-calculator .dividends-calculator,
#vacation-calculator .vacation-calculator,
#sick-calculator .sick-calculator {
	background: rgb(218, 222, 230);
     padding: 30px; 
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(84, 100, 140, .3);
    margin-left: 0px;
    margin-right: 0px;
}

.result-box {
  background-color: #fff;
  border: 1px solid #d6e9ff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(84, 100, 140, .2);
}

.result-box h4 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #1a2d4e;
}

.result-box p {
  margin: 5px 0;
  font-size: 16px;
}

.result-box .total {
  font-size: 18px;
  color: #549cfc;
}

.btn.btn-link.fop-calc {
    width: 100%;
    text-align: start;
    color: #549cfc;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(84, 156, 252, .15);
}

.btn.btn-link.fop-calc::after {
  content: "+"; 
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.btn.btn-link.fop-calc:not(.collapsed)::after {
  content: "-"; 
}

.btn.btn-link.fop-calc:hover, .btn.btn-link.fop-calc:active, .btn.btn-link.fop-calc:focus {
    text-decoration: none;
    outline: 0px auto -webkit-focus-ring-color;
}

#fop-instruction h2, 
#vat-instruction h2, 
#salary-explanation h2, 
#dividends-calculator h2, 
#dividends-instruction h2,
#vacation-explanation h2,
#sick-explanation h2 {
	margin-top: 40px;
    margin-bottom: 20px;
}

#fopInstructionAccordion .card-body {
	padding: 10px 20px 30px 20px;
	box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 1px 3px 1px;
    margin: -6px 3px 10px 3px;
    border-radius: 0 0 5px 5px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

/* Для мобильных — форма сверху, результат снизу */
@media (max-width: 767px) {
	.fop-calculator, .vat-calculator, .salary-calculator, .dividends-calculator, .vacation-calculator, .sick-calculator {
	    flex-direction: column;
	}

	.calculator-box {
	    margin-bottom: 20px;
	}

	.result-box {
	    margin-top: 10px;
	}
	#fop-calculator .fop-calculator, 
	#vat-calculator .vat-calculator, 
	#salary-calculator .salary-calculator, 
	#dividends-calculator .dividends-calculator,
	#vacation-calculator .vacation-calculator,
    #sick-calculator .sick-calculator {
		padding: 10px;
	}
    .result-box {
	    padding: 15px;
	}
	.result-box p {
	    font-size: 14px;
	}
	.result-box .total {
	    font-size: 14px;
	}
}

/* Стили списка */
ul.custom-list {
  list-style: none; 
  padding: 0;
  margin: 15px 0;
}

ul.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}

/* Кастомный маркер */
ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.5px;
  width: 10px;
  height: 10px;
  background-color: #549cfc; 
  border-radius: 50%; 
  box-shadow: 0 0 4px rgba(84, 156, 252, 0.4); 
}

/* Подсветка при наведении */
ul.custom-list li:hover {
  color: #000;
  transition: color 0.2s ease;
}

ul.custom-list li:hover::before {
  background-color: #2f7ffb;
  box-shadow: 0 0 6px rgba(84, 156, 252, 0.6);
}

#fop-full-calculator h1, 
#vat-calculator h1, 
#salary-calculator h1, 
#dividends-calculator h1,
#vacation-calculator h1,
#sick-calculator h1 {
  font-weight: 700;
}

#fop-full-calculator p, 
#vat-calculator p, 
#salary-calculator p, 
#salary-explanation p, 
#dividends-calculator p, 
#dividends-instruction p,
#vacation-explanation p,
#sick-explanation p {
  font-size: 16px;
  color: #445c84;
}

code {
    color: #445c84;
    font-size: 120%;
}

.ad-block {
  margin: 20px 0;
  text-align: center;
}

.blog-tags {
	margin: 20px 0;
}

.label-info {
    background-color: #74acfc;
    font-size: 80%;
    text-decoration: none;
}

.article-subtitle {
    margin: 30px 0;
    font-size: 80%;
    text-align: end;
}

/* Секция статей */
#latest-articles h2  {
  margin-bottom: 20px;
  margin-top: 40px;
}

#latest-articles .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid rgb(218, 222, 230);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  margin-bottom: 5px;
}

#latest-articles .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

#latest-articles .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}

#latest-articles .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  min-height: 25px;
}

#latest-articles .card-title a {
  color: #3a4c6a;
  text-decoration: none;
}

#latest-articles .card-title a:hover {
  color: #23a1d1;
}

#latest-articles .card-text {
  flex-grow: 1;
  margin-bottom: 15px;
  color: #54648c;
  font-size: 85%;
  line-height: 1.5;
}

/* Кнопка всегда внизу */
#latest-articles .btn-primary {
  align-self: flex-start;
  margin-top: auto;
}

#latest-articles .btn-outline-secondary {
  font-size: 1.2rem;
  border: none;
  text-decoration: underline;
}

/* Форма */
.contact-form {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.contact-form input.form-control,
.contact-form textarea.form-control {
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 10px 12px;
    width: 100%;
    font-size: 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
    outline: none;
}


/* Сообщение об успешной отправке */
#information-contact .alert-success {
    padding: 15px;
    border-radius: 6px;
    background-color: #d4edda;
    color: #155724;
    margin-bottom: 20px;
}

/* Примечание под формой */
#information-contact p.text-muted {
    font-size: 14px;
    color: #54648c;
    margin-top: 20px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 10px;
    background-color: #d0def1;
    border-top: 1px solid rgba(84, 100, 140, .2);
/*    border-top: 1px solid #ddd;*/
    color: #54648c;
}
.list-unstyled li {
    margin-bottom: 10px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid rgba(84, 100, 140, .2);
	margin: 10px;
}
footer a {
    color: #54648c;
    text-decoration: none;
}
footer a:hover {
	color: #68a6fb;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1a2d4e;
    margin-top: 20px;
}

.cookie-banner {
    display: none; /* скрыт по умолчанию */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a2d4e;
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.3);
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner .cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.cookie-banner a.cookie-link {
    color: #ffc107;
    text-decoration: underline;
    margin-left: 5px;
}

.cookie-banner .btn-cookie {
    background: #ffc107;
    color: #1a2d4e;
    border: none;
    padding: 6px 18px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 5px;
    transition: background 0.3s;
}

.cookie-banner .btn-cookie:hover {
    background: #e0a800;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(84, 100, 140, .2);
}
.breadcrumb a {
	color: #1a2d4e;
    white-space: normal;
    overflow-wrap: break-word;
    text-decoration: none;
}
.breadcrumb a:hover {
	color: #68a6fb;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	margin: 5px 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -5px;
    width: 22px;
    height: 22px;
    border-right: 1px solid rgba(84, 100, 140, .2);
    border-bottom: 1px solid rgba(84, 100, 140, .2);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 767px) {
	.breadcrumb {
	    margin: 0 -15px 20px -15px;
	}
	.breadcrumb > li:last-child:after {
	    content: none;
	} 
}

html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid rgba(84, 100, 140, .2);
  border-top: 1px solid rgba(84, 100, 140, .2);
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #1a2d4e, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #1a2d4e;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #1a2d4e;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #1a2d4e;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
