body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
	margin-bottom: 70px;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

div#main-menu-wrapper ul.menu, div#main-menu-wraper ul.menu li ul.menu{
    /**border-bottom: 3px solid #11742E;*/
    color: #FFFFFF;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#main-menu-wrapper ul.menu li {
    /**border-right: 1px solid #11742E;*/
    margin: 0;
    margin-right: 2px;
    margin-left: 2px;
    display: block;
    float: left;
    height: 42px;
    position: relative;
}

div#snippet--dependencies ul.menu {
    /**border-bottom: 3px solid #11742E;*/
    color: #FFFFFF;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#snippet--dependencies ul.menu li {
    /**border-right: 1px solid #11742E;*/
    margin: 0;
    margin-right: 2px;
    margin-left: 2px;
    display: block;
    float: left;
    height: 42px;
    position: relative;
}

#rt-header {
    background-color: #fff;
				border-bottom: 1px solid #eeeeee;
    margin: 20px 0;
    padding-bottom: 15px;
}

.gf-menu.l1 > li > .item {
    font-size: 17px;
    height: inherit;
    line-height: 1.1;
    margin: 15px 15px 12px 15px;
    position: relative;
    text-align: center;
				border: 0;
				background-color: #fff;
				color: black;
				display: inline-block;
}
.gf-menu.l2 > li > .item {
    color: #818181;
}

.gf-menu.l1 > li > .item:hover,
.gf-menu.l1 > li.active > .item:hover,
.gf-menu > li > .item:hover{
/*    background: #b0356a none repeat scroll 0 0;*/
    color: #DD0060;
}

.gf-menu.l1 > li.menu-level-0::after {
    content: '';
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0.5rem;
    background-color: #DD0060;
    transition: width 0.2s ease-out;
}

.gf-menu.l1 > li.menu-level-0:hover::after {
    left: 0;
    width: 100%;
}

.gf-menu.l1 > li.active > .item {
/*				color: #b0356a;*/
/*				font-weight: bold;*/
}

.gf-menu.l1 > li.menu-level-0 {
    float: left;
				border-left: 1px solid #d1d1d1;
}

.gf-menu.l1 > li.menu-level-0:first-child {
				border-left: none;
}

body .rt-container .logo-block {
    width: 200px;
}

div#main-menu-wrapper > ul.gf-menu {
    display: inline-block;
    margin: 27px 5px 10px 45px;
				float: left;
}

body .rt-container .rt-grid-7 {
    width: 660px;
}

header#rt-header.header div.rt-container center {
    /*display: none;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #b0356a;
}

#rt-mainbody {
    color: #666;
				background: none;
    border: none;
}

h2 {
    color: #b0356a;
    font-size: 30px;
    text-transform: uppercase;
				margin-bottom: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #e9e9e9;
    border: 1px solid #d1d1d1;
				border-bottom: none;
    box-shadow: none;
				color: #666;
				border-radius: 0;
				margin-bottom: 10px;
}

div#filtr.filtr, div#filter.filter {
				margin-bottom: 25px;
				border-bottom: 1px solid #d1d1d1;
				padding-bottom: 15px;
}

input.rowCheckbox {
    margin-top: 0;
}

table {
    font-size: 13px;
}

div#snippet--select table.table.table-condensed thead {
    background: #e9e9e9;
}

div#snippet--select table.table.table-condensed thead th {
    padding: 9px 5px;
}

div#snippet--select div.paginator {
    font-size: 13px;
				margin-bottom: 15px;
}

div.paginator a.filterajax {
    border: 1px solid #d1d1d1;
    display: inline;
    padding: 5px 10px;
}

div.paginator span.current {
    padding: 5px 10px;
				margin: 0 3px;
				font-weight: bold;
}

#rt-mainbody a {
    color: #b0356a;
				font-weight: bold;
}

table.ui-datepicker-calendar tbody tr td a.ui-state-default, div.ui-datepicker-header, .ui-datepicker table, table.ui-datepicker-calendar thead tr th span {
    font-size: 12px;
}

#filter .chosen-container-single .chosen-single {
    background: #e9e9e9;
    border: 1px solid #d1d1d1;
				border-bottom: none;
    border-radius: 0;
    color: #444;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
				font-size: 12px;
/*				margin-bottom: 10px;*/
}

#detail-okno .chosen-container-single .chosen-single {
    background: #e9e9e9;
    border: 1px solid #d1d1d1;
				border-bottom: none;
    border-radius: 0;
    color: #444;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
				font-size: 12px;
/*				margin-bottom: 10px;*/
}

div#snippet--detail div#detail-okno .chosen-container.chosen-container-single {
    width: 100% !important;
}

.chosen-container div.chosen-drop,
.chosen-container.chosen-container-single div.chosen-drop {
    color: black !important;
				box-shadow: none !important;
				border-radius: 0;
                                font-weight: 700;
/*				border: none;*/
}

.btn-primary {
    background: #444;
    border: none;
    color: #fff;
    text-shadow: none;
				border-radius: 0;
				font-weight: bold;
				font-size: 13px;
}

input[type="submit"] {
    background: #444;
    border: none;
    color: #fff;
    text-shadow: none;
				border-radius: 0;
				font-weight: bold;
				font-size: 13px;
				padding: 5px 15px;
} 

input[type="submit"]:hover {
    background: #555;
}

input[type="submit"].btn-danger {
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #666;
    text-shadow: none;
				border-radius: 0;
				font-weight: bold;
				font-size: 13px;
}

input[type="file"] {
				font-weight: bold;
				font-size: 11px;
				margin-bottom: 7px;
}

div#detail-okno input[name="send"]  {
				margin-bottom: 15px;
}

li.menu-level-0:hover div.dropdown.hide {
				display: block;
				position: absolute;
                                margin-top: 0.5rem;
}

li.menu-level-0:hover div.dropdown.hide ul {
    margin-left: 0;
    padding: 5px 15px;
}

li.menu-operator.menu-provozovatel.menu-level-1 a:hover {
/*    text-decoration: underline;*/
}

div#snippet--detail {
    clear: both;
}

div#dependencies-menu {
    display: block;
    height: 30px;
    margin-bottom: 10px;
    position: relative;
}

div#dependencies-menu.menu-block div#snippet--dependencies {
    left: -40px;
    position: absolute;
    top: -20px;
}

div#dependencies-menu .gf-menu.l1 > li > .item {
    background-color: #fff;
    border: 0 none;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: inherit;
    line-height: 1.1;
    padding: 15px 15px 12px;
    position: relative;
    text-align: center;
}

div#dependencies-menu .gf-menu.l1 > li {
    list-style: none;
}

div#dependencies-menu li.active a.item.active { 
    color: #b0356a;
}

.button.active, .button:hover, .button:focus, .readon.active, .readon:hover, .readon:focus, button.validate.active, button.validate:hover, button.validate:focus, p.readmore a.active, p.readmore a:hover, p.readmore a:focus, #member-profile a.active, #member-profile a:hover, #member-profile a:focus, #member-registration a.active, #member-registration a:hover, #member-registration a:focus, .formelm-buttons button.active, .formelm-buttons button:hover, .formelm-buttons button:focus, .controls .btn.active, .controls .btn:hover, .controls .btn:focus, .logout-button .btn.active, .logout-button .btn:hover, .logout-button .btn:focus, #gantry-totop.active, #gantry-totop:hover, #gantry-totop:focus, .pagenav a.active, .pagenav a:hover, .pagenav a:focus, .sprocket-mosaic-header li.active, .sprocket-mosaic-header li:hover, .sprocket-mosaic-header li:focus, .sprocket-readmore.active, .sprocket-readmore:hover, .sprocket-readmore:focus, .sprocket-mosaic-loadmore.active, .sprocket-mosaic-loadmore:hover, .sprocket-mosaic-loadmore:focus, .sprocket-lists-title .indicator.active, .sprocket-lists-title .indicator:hover, .sprocket-lists-title .indicator:focus, .roksearch_results a.clr.active, .roksearch_results a.clr:hover, .roksearch_results a.clr:focus, #k2Container .k2ReadMore.active, #k2Container .k2ReadMore:hover, #k2Container .k2ReadMore:focus, #k2Container #submitCommentButton.active, #k2Container #submitCommentButton:hover, #k2Container #submitCommentButton:focus {
    background: none;
    background-image: none;
}

#system-message .alert {
    background: #e9e9e9;
    border: none;
				border-radius: 0;
    box-shadow: none;
    text-shadow: none;
				color: #b0356a;
				font-size: 13px;
				font-weight: bold;
				margin: 0;
}

#system-message .alert::before {
    float: none;
}

#system-message {
    margin: 0;
    padding: 0;
				margin: 0;
}

input.formCheckbox.FormFilter {
    float: left;
    margin-right: 7px;
}
 
table.form-horizontal tbody tr td label[for="frmExbPrekladyFilterformFilter-filter_neprelozeno"] {
    font-size: 13px;
				margin-top: 1px;
}

#rt-mainbody-surround div#content-detail {
    background: #fff;
    border: none;
    border-radius: 0;
    display: none;
				color: #666;
}

a {
    color: #b0356a;
}

a:hover, .background-overlay-dark a:hover {
    color: #b0356a;
}

div.hide-lower.pull-right {
    background: #e9e9e9;
    position: absolute;
    right: 0;
    top: 0;
}

div.hide-lower.pull-right:hover {
    background: #d1d1d1;
}

a#siudBack span.icon-remove-circle {
    display: inline-block;
    font-size: 27px;
    padding: 10px;
				color: #666666;
}

div#detail-okno table th.control-label {
    float: left;
    padding-right: 10px;
    padding-top: 2px;
    text-align: right;
    width: 160px;
				font-size: 13px;
}

div#detail-okno table label {
				font-size: 13px;
}

div#snippet--detail h3 {
    color: #666;
    font-size: 25px;
    font-weight: normal;
}

div#snippet--signIn div#user-wrapper {
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right;
				margin-right: 5px;
}

div#header-sign-in-wrapper.header-sign-in-wrapper {
    display: inline-block;
    margin-top: 5px;
    width: 150px;
}

div#signin-wrapper div#signout-wrapper {
				text-align: right;
}

div#signin-wrapper div#signout-wrapper .btn-warning, div#signin-wrapper .btn-warning {
    background: #444 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    text-align: right;
    text-shadow: none;
}
div#signin-wrapper{margin-left: 0px;}
div#signin-wrapper .login-btn {
    font-size: 17px;
    height: inherit;
    line-height: 1.1;
    padding: 15px 15px 12px 15px;
    position: relative;
    text-align: center;
    border-radius: 0;
    font-weight: normal;
    border: 0;
    display: inline-block;
    background: #b0356a none repeat scroll 0 0;
    color: #FFFFFF;
}

form#frm-signIn.form-sign-in th.control-label label {
    color: #999999;
				font-size: 13px;
}

div#snippet--signIn a.btn.btn-link {
    color: #999999;
				font-size: 13px;
}

div.sign-in-form-div form#frm-signIn.form-sign-in tr.required th.control-label {
    width: 130px;
}

input#frmsignInForm-send.btn.btn-warning {
    float: right;
}

body .rt-container .rt-grid-8 {
    width: 660px;
}

th label {
    font-weight: bold;
}

/*e-shop*/

div#signin-popup {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    height: auto;
    left: 50%;
    margin: 0 0 0 -240px;
    overflow: visible;
    padding: 10px;
    position: absolute;
    top: 50px;
    z-index: 1002;
}

div#signin-wrapper div#signout-wrapper .sign-out.btn-warning {
    padding: 0 43px 0 15px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    background-color: transparent;
    background-image: linear-gradient(to right, black 50%, #818181 50%);
    background-size: 202% 100%;
    background-position-x: 100%;
    position: relative;
}
div#signin-wrapper div#signout-wrapper .sign-out.btn-warning::after {
    height: 25px;
    width: 28px;
    background-color: transparent;
    background-image: linear-gradient(to right, black 50%, #818181 50%);
    background-size: 202% 100%;
    background-position-x: 100%;
    content: url('../images/chevron-right.svg');
    display: inline;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 3px;
}
div#signin-wrapper div#signout-wrapper .sign-out.btn-warning:hover {
    background-position-x: -28px;
    transition: background-position 0.2s linear;
}
div#signin-wrapper div#signout-wrapper .sign-out.btn-warning:active::after {
    background-position-x: 0;
    transition: background-position 0.2s linear;
}

header#rt-header.header div.ordering {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
}

header#rt-header.header .ordering span {
    font-size: 18px;
				vertical-align: top;
}

header#rt-header.header .help-inline {
    vertical-align: middle;
}

header#rt-header.header .orderby-link.orderby-desc-link {
    margin-top: -10px;
}

header#rt-header.header .ordering span.icon-sort-up.orderby-link {
				vertical-align: text-top;
}

header#rt-header.header div.orderby-link {
    height: 16px;
}

div#content-detail {
    background: #181818 none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 10px;
    display: none;
    height: auto;
    left: 50% !important;
    margin: 0 0 10% -480px;
    overflow: visible;
    padding: 60px 30px 40px;
    position: absolute;
    width: 900px;
    z-index: 1002;
}

.span6 {
    width: 480px;
}

div.text label {
    color: #666;
}

div#snippet--zobrazeni a span {
    font-size: 23px;
}

header#rt-header.header div.view-mode {
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 0;
}

a.ajax.showLower.showDetail div.help-inline.showLower.showDetail {
    margin-bottom: 5px;
    margin-top: 5px;
}

td.column-cena_prodejni {
    font-size: 17px;
    padding-top: 15px !important;
    text-align: right;
}

.table-condensed th, .table-condensed td .table-condensed th, .table-condensed td {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
}

div#snippet--select table.table.table-condensed thead th {
    padding: 10px 15px;
				border: 1px solid #cccccc;
}

form#frm-ExbOdmeny.ajax.filter div.span9 div label {
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

header#rt-header.header {
    color: #666;
}

div#snippet--filters div.span9 {
    margin: 0;
}

div#snippet--filters div.span9 > div {
    margin-right: 10px;
}

div#snippet--filters input.FormFilter, div#snippet--filters label {
    width: 170px;
}

div#snippet--filters #frmExbOdmenyFilterformFilters_filter_partner_chosen, #frmExbOdmenyFilterformFilters_filter_obory_partneru_chosen {
    width: 170px !important;
}

div#snippet--filters div#frmExbOdmenyFilterformFilters_filter_obory_partneru_chosen.chosen-container.chosen-container-multi {
    width: 240px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #eeeeee;
    border: 1px solid #aaa;
    border-radius: 2px;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #666;
    cursor: default;
    line-height: 13px;
    margin: 3px 5px;
				font-size: 12px;
    padding: 3px 20px 3px 5px;
    position: relative;
				font-weight: bold;
}

div#snippet--filters .chosen-container-multi .chosen-choices {
    background-color: #e9e9e9;
    border: solid 1px #d1d1d1;
				border-bottom: 0;
    box-shadow: none;
    color: #666;
/*    margin-bottom: 10px;*/
}

div#snippet--select .gallery-item  {
    background-color: #fff;
    border: solid 1px #d1d1d1;
    box-shadow: none;
    color: #666;
    margin-bottom: 10px;
				padding: 15px;
}

div#snippet--select .gallery-item img {
    height: 120px;
}

div#snippet--select div.gallery-column-popis {
    font-size: 12px;
    height: 58px;
    line-height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

div#snippet--select div.gallery-column-cena_prodejni {
    display: inline-block;
    float: right;
    font-size: 17px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

div#snippet--select .row-fluid .span3 {
    margin: 0;
    width: 20%;
}

div#snippet--select div.gallery-evenitem, div#snippet--select div.gallery-odditem {
    display: inline-block;
    float: left;
}

div#snippet--select div.gallery-evenitem span.btn.disabled, div#snippet--select div.gallery-odditem span.btn.disabled {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    opacity: 1;
    text-shadow: none;
				background: #cacaca;
				color: #fff;
}

#rt-mainbody a.ajax.btn.btn-warning {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    text-shadow: none;
				background: #b0356a;
				color: #fff;
}

#rt-mainbody a.ajax.btn.btn-warning:hover {
				background: #c3497d;
}

div.gallery-column-odmena {
    color: #999;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

th label {
    font-weight: bold;
}
.zakaznikInfo{
    color: #999;
    float: right;
    clear: right;
}



div#main-menu-wrapper ul.menu, div#main-menu-wraper ul.menu li ul.menu{
    /**border-bottom: 3px solid #11742E;*/
    color: #FFFFFF;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#main-menu-wrapper ul.menu li {
    /**border-right: 1px solid #11742E;*/
    margin: 0;
    margin-right: 2px;
    margin-left: 2px;
    display: block;
    float: left;
    height: 42px;
    position: relative;
}

div#snippet--dependencies ul.menu {
    /**border-bottom: 3px solid #11742E;*/
    color: #FFFFFF;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#snippet--dependencies ul.menu li {
    /**border-right: 1px solid #11742E;*/
    margin: 0;
    margin-right: 2px;
    margin-left: 2px;
    display: block;
    float: left;
    height: 42px;
    position: relative;
}

#rt-header {
    background-color: #fff;
				border-bottom: 1px solid #eeeeee;
    margin: 20px 0;
    padding-bottom: 15px;
}

.gf-menu.l1 > li.menu-level-0 {
    float: left;
				border-left: 1px solid #d1d1d1;
}

.gf-menu.l1 > li.menu-level-0:first-child {
				border-left: none;
}

li.menu-level-0 div.dropdown.hide {
				display: none;
}

li.menu-level-0:hover div.dropdown.hide {
				display: block;
				position: absolute;
}

.gf-menu.l1 > li > div.dropdown{ z-index:1000; background-color: #fff; }

div.shop-menu-container{width: 770px; float:left; color: #FFF;}

div#snippet--kosik {
    font-size: 17px;
    color: #666;
				margin: 37px 0 10px 29px;
				float: left;				
}

.option-container{
	color: #999;
	padding-bottom: 30px;
}
.rt-container{padding: 0 20px;width: 1160px;}

#scroll-top-btn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #B0B0B0; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#scroll-top-btn:hover {
    color: #818181;
}

.form-horizontal img.formVisual.image-thumbnail.formValueImage {
    max-width: 200px;
    max-height: 200px;
}

h1, h2, h3, h4, h5, h6 { color: #DD0060; }


#rt-mainbody a.add-to-cart-btn,
#rt-mainbody span.add-to-cart-btn{
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    background-color: transparent;
    background-image: linear-gradient(to right, black 50%, #37A58C 50%);
    background-size: 202% 100%;
    background-position-x: 100%;
    position: relative;
    text-align: left;
    width: calc(100% - 15px);
    color: white;
}
#rt-mainbody span.add-to-cart-btn.btn{
    cursor: default;
}
#rt-mainbody a.add-to-cart-btn::after,
#rt-mainbody span.add-to-cart-btn::after{
    height: 25px;
    width: 28px;
    background-color: transparent;
    background-image: linear-gradient(to right, black 50%, #37A58C 50%);
    background-size: 202% 100%;
    background-position-x: 100%;
    content: url('../images/chevron-right.svg');
    display: inline;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 3px;
}
div#snippet--select div.gallery-evenitem span.btn.disabled, div#snippet--select div.gallery-odditem span.btn.disabled {
    background: #CACACA;
    cursor: not-allowed;
}
#rt-mainbody span.add-to-cart-btn.disabled::after {
    background-image: linear-gradient(to right, black 50%, #CACACA 50%);
}
#rt-mainbody a.add-to-cart-btn:hover {
    background-position-x: -28px;
    transition: background-position 0.2s linear;
}
#rt-mainbody a.add-to-cart-btn:active::after {
    background-position-x: 0;
    transition: background-position 0.2s linear;
}
.gallery.gallery-column.gallery-column-cena.gallery-column-float.gallery-oddcol{
 margin: 0 -15px;
}
.span6.add-to-cart-btn-container,
.span6.cena-container {
    width: 50%;
    height: 28px;
    min-height: 28px;
    margin-left: 0;
}
.span6.cena-container {
    background-color: black;
    color: rgb(176,176,176);
    font-weight: bold;
}
div#snippet--select div.gallery.gallery-wrapper div.gallery-item {
    padding-bottom: 0;
}


#frmExbOdmenyFilterformFilters_filter_obory_odmen_chosen::after,
#frmExbOdmenyFilterformFilters_filter_s_doplatkem_filter_chosen::after,
#kosik_adresa_chosen::after
{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: url('../images/chevron-down.svg');
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  pointer-events: none;
  background-color: #000;
  color: #fff;
}
#frmExbOdmenyFilterformFilters_filter_obory_odmen_chosen.chosen-container-multi .chosen-choices{
    padding-right: 28px;
}
#frmExbOdmenyFilterformFilters_filter_s_doplatkem_filter_chosen.chosen-container-single .chosen-single,
#kosik_adresa_chosen.chosen-container-single .chosen-single {
    height: 28px;
    border-radius: 0;
}


.rt-container.category-page-container {
    padding: 0;
}

.rt-container.category-page-container .category-page-column {
    float: left;
    padding: 10px;
    border: #000 1px solid;
}

.rt-container.category-page-container .category-page-column > a {
    
}
.rt-container.category-page-container .category-page-column > a > img {
    width: 100%;
    height: auto;
    /* RM#5489 - sjednoceny pomer stran, jinak dlazdice s jinak sirokym obrazkem preteka dolu */
    aspect-ratio: 268 / 200;
    object-fit: contain;
}
.rt-container.category-page-container .category-page-column > a > h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #818181;
    height: 48px;
    overflow: hidden;
    width: 100%;
}

.rt-container.category-page-container .category-page-column.column-1-12 { width: calc((100% / 12) - 22px); }
.rt-container.category-page-container .category-page-column.column-2-12 { width: calc((100% / 6) - 22px); }
.rt-container.category-page-container .category-page-column.column-3-12 { width: calc(25% - 22px); }
.rt-container.category-page-container .category-page-column.column-4-12 { width: calc((100% / 3) - 22px); }
.rt-container.category-page-container .category-page-column.column-5-12 { width: calc((500% / 12) - 22px); }
.rt-container.category-page-container .category-page-column.column-6-12 { width: calc(50% - 22px); }
.rt-container.category-page-container .category-page-column.column-7-12 { width: calc((700% / 12) - 22px); }
.rt-container.category-page-container .category-page-column.column-8-12 { width: calc((200% / 3) - 22px); }
.rt-container.category-page-container .category-page-column.column-9-12 { width: calc(75% - 22px); }
.rt-container.category-page-container .category-page-column.column-10-12 { width: calc((500% / 6) - 22px); }
.rt-container.category-page-container .category-page-column.column-11-12 { width: calc((1100% / 12) - 22px); }
.rt-container.category-page-container .category-page-column.column-12-12 { width: calc(100% - 22px); }